/* ==========================================================================
   Fonts
   ========================================================================== */
@font-face {
  font-family: 'brandon_grotesquelight';
  src: url("../font/brandongrotesque-light-webfont.eot");
  src: url("../font/brandongrotesque-light-webfont.eot?#iefix") format("embedded-opentype"), url("../font/brandongrotesque-light-webfont.woff") format("woff"), url("../font/brandongrotesque-light-webfont.ttf") format("truetype"), url("../font/brandongrotesque-light-webfont.svg#brandon_grotesquelight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'brandon_grotesqueregular';
  src: url("../font/brandongrotesque-regular-webfont.eot");
  src: url("../font/brandongrotesque-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/brandongrotesque-regular-webfont.woff") format("woff"), url("../font/brandongrotesque-regular-webfont.ttf") format("truetype"), url("../font/brandongrotesque-regular-webfont.svg#brandon_grotesque_regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'brandon_grotesquemedium';
  src: url("../font/brandongrotesque-medium-webfont.eot");
  src: url("../font/brandongrotesque-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../font/brandongrotesque-medium-webfont.woff") format("woff"), url("../font/brandongrotesque-medium-webfont.ttf") format("truetype"), url("../font/brandongrotesque-medium-webfont.svg#brandon_grotesquemedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'brandon_grotesquebold';
  src: url("../font/brandongrotesque-bold-webfont.eot");
  src: url("../font/brandongrotesque-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/brandongrotesque-bold-webfont.woff") format("woff"), url("../font/brandongrotesque-bold-webfont.ttf") format("truetype"), url("../font/brandongrotesque-bold-webfont.svg#brandon_grotesquebold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'brandon_grotesqueblack';
  src: url("../font/BrandonGrotesque-Black-webfont.eot");
  src: url("../font/BrandonGrotesque-Black-webfont.eot?#iefix") format("embedded-opentype"), url("../font/BrandonGrotesque-Black-webfont.woff") format("woff"), url("../font/BrandonGrotesque-Black-webfont.ttf") format("truetype"), url("../font/BrandonGrotesque-Black-webfont.svg#brandon_grotesqueblack") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'museo_slab900';
  src: url("../font/MuseoSlab-900-webfont.eot");
  src: url("../font/MuseoSlab-900-webfont.eot?#iefix") format("embedded-opentype"), url("../font/MuseoSlab-900-webfont.woff2") format("woff2"), url("../font/MuseoSlab-900-webfont.woff") format("woff"), url("../font/MuseoSlab-900-webfont.ttf") format("truetype"), url("../font/MuseoSlab-900-webfont.svg#museo_slab900") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProvamelSunday';
  src: url("../font/ProvamelSunday-Regular.woff2") format("woff2"), url("../font/ProvamelSunday-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'brandon_grotesquelight';
    src: url("../font/brandongrotesque-light-webfont.svg") format("svg");
  }
  @font-face {
    font-family: 'brandon_grotesqueregular';
    src: url("../font/brandongrotesque-regular-webfont.svg") format("svg");
  }
  @font-face {
    font-family: 'brandon_grotesquemedium';
    src: url("../font/brandongrotesque-medium-webfont.svg") format("svg");
  }
  @font-face {
    font-family: 'brandon_grotesqueblack';
    src: url("../font/BrandonGrotesque-Black-webfont.svg") format("svg");
  }
  @font-face {
    font-family: 'museo_slab900';
    src: url("../font/MuseoSlab-900-webfont.svg") format("svg");
  }
}
/**
* Adds a retina image for the selector
* Usage: selector {
*   background: url('image.png') no-repeat;
*   @include image-2x('image@2x.png', 500px, 300px);
* }
* Outputs a retina media query for this element
*/
/* line 5, ../sass/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}
/* line 11, ../sass/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 3, ../sass/mixins/_box-sizing.scss */
.grid * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 6, ../sass/mixins/_box-sizing.scss */
.search_box * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 1, ../sass/layout/_layout.scss */
html {
  -webkit-text-size-adjust: 100%;
}

/* line 5, ../sass/layout/_layout.scss */
a {
  text-decoration: none;
}

/* line 9, ../sass/layout/_layout.scss */
.general-padding {
  padding: 50px;
}
@media (max-width: 1100px) {
  /* line 9, ../sass/layout/_layout.scss */
  .general-padding {
    padding: 25px;
  }
}

/* line 16, ../sass/layout/_layout.scss */
.notransition {
  -moz-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

/* line 1, ../sass/layout/_header.scss */
header, header * {
  box-sizing: border-box;
}

/* line 5, ../sass/layout/_header.scss */
header {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #eee;
  position: fixed;
  top: 0;
  z-index: 101;
  width: 100%;
  min-width: 320px;
  max-width: 1440px;
  background: #fff8f2;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Lato", sans-serif;
  -moz-transition: left 0.3s ease-in-out, top 0.4s linear, -moz-transform 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out, top 0.4s linear, -o-transform 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
  -webkit-transition: left 0.3s ease-in-out, top 0.4s linear, -webkit-transform 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
  transition: left 0.3s ease-in-out, top 0.4s linear, transform 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
}
/* line 25, ../sass/layout/_header.scss */
.rightPushMenu-left-open header {
  transform: translateX(-260px);
}
/* line 32, ../sass/layout/_header.scss */
header.general-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 37, ../sass/layout/_header.scss */
header .logo {
  -moz-transition: margin-bottom 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  -o-transition: margin-bottom 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
  -webkit-transition: margin-bottom 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: margin-bottom 0.3s ease-in-out, transform 0.3s ease-in-out;
  -webkit-order: 1;
  order: 1;
  display: block;
  float: left;
  margin-right: 2.537313432835821%;
  margin-bottom: 0;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  width: 24.5vw;
  max-width: 127px;
  min-width: 92px;
  position: relative;
  z-index: 102;
}
/* line 51, ../sass/layout/_header.scss */
header .logo img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 58, ../sass/layout/_header.scss */
header .flexnav-headericons {
  -webkit-order: 3;
  order: 3;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
/* line 62, ../sass/layout/_header.scss */
.ie11 header .flexnav-headericons {
  display: -webkit-flex;
  display: flex;
}
/* line 67, ../sass/layout/_header.scss */
header .header-nav {
  -webkit-order: 2;
  order: 2;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
/* line 71, ../sass/layout/_header.scss */
header .header-nav .cf {
  overflow: hidden;
}
/* line 76, ../sass/layout/_header.scss */
header .flexnav-nav .content > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
/* line 83, ../sass/layout/_header.scss */
header .flexnav-nav .content > ul > li {
  padding: 0 12px;
  text-align: center;
}
/* line 87, ../sass/layout/_header.scss */
header .flexnav-nav .content > ul > li:first-child {
  padding-left: 0;
}
/* line 95, ../sass/layout/_header.scss */
header.is-lower.general-padding {
  padding-top: 9px;
  padding-bottom: 7px;
}
/* line 100, ../sass/layout/_header.scss */
header.is-lower .logo {
  margin-bottom: -30px;
}

@media (max-width: 1440px) {
  /* line 107, ../sass/layout/_header.scss */
  header {
    left: 0;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 1024px) {
  /* line 114, ../sass/layout/_header.scss */
  header {
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  /* line 117, ../sass/layout/_header.scss */
  header.general-padding {
    padding: 0 0 0 16px;
  }
  /* line 121, ../sass/layout/_header.scss */
  header .flexnav-headericons {
    width: 250px;
    position: relative;
  }
  /* line 126, ../sass/layout/_header.scss */
  header .logo {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  /* line 130, ../sass/layout/_header.scss */
  .ie11 header .logo {
    margin-right: auto;
  }
  /* line 135, ../sass/layout/_header.scss */
  header .header-icons__link:not(.header-icons__link--same-mobile) .mobile-black {
    opacity: 1;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  /* line 142, ../sass/layout/_header.scss */
  header.is-lower.general-padding {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 147, ../sass/layout/_header.scss */
  header.is-lower .logo {
    margin-bottom: -28px;
  }
  /* line 151, ../sass/layout/_header.scss */
  header.is-lower .header-icons__link:not(.header-icons__link--same-mobile) .mobile-black {
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 520px) {
  /* line 160, ../sass/layout/_header.scss */
  header.is-lower .logo {
    margin-bottom: -5%;
  }
}
@media (max-width: 480px) {
  /* line 167, ../sass/layout/_header.scss */
  header .flexnav-headericons {
    width: 204px;
  }
}
@media (max-width: 420px) {
  /* line 174, ../sass/layout/_header.scss */
  header.is-lower .logo {
    margin-bottom: -4%;
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
/* line 1, ../sass/layout/_footer.scss */
.footer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-width: 320px;
  background-color: #59bc7b;
}
/* line 2, ../sass/layout/_footer.scss */
.footer, .footer * {
  box-sizing: border-box;
}
/* line 13, ../sass/layout/_footer.scss */
.footer .inner {
  background-color: rgba(34, 34, 34, 0.2);
}
/* line 17, ../sass/layout/_footer.scss */
.footer, .footer a {
  font-family: "Lato", sans-serif;
  color: #fff8f2;
}
/* line 23, ../sass/layout/_footer.scss */
.footer a.active {
  color: #fff8f2;
  opacity: .75;
}

@media (min-width: 901px) {
  /* line 30, ../sass/layout/_footer.scss */
  .footer .inner {
    padding: 60px 24px 22px;
  }
}
/* line 1, ../sass/layout/_typography.scss */
hr {
  border: none;
  background-color: #f5f4f1;
  margin: .5em 0;
}

/* line 7, ../sass/layout/_typography.scss */
b {
  font-weight: bold;
}

/* line 5, ../sass/layout/_error_pages.scss */
.error-page {
  position: relative;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}
/* line 12, ../sass/layout/_error_pages.scss */
.error-page .btn {
  font-size: 14px;
}

/* line 17, ../sass/layout/_error_pages.scss */
.error-page__cta {
  margin-top: 10px;
}

/* line 21, ../sass/layout/_error_pages.scss */
.error-page__link {
  color: #fff;
  border-bottom: 2px solid currentColor;
}

/* line 26, ../sass/layout/_error_pages.scss */
.error-page__content {
  position: absolute;
  padding: 37px 11.2%;
  width: 100%;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 37, ../sass/layout/_error_pages.scss */
.error-page__image {
  width: 100%;
  height: auto;
  display: block;
}
/* line 42, ../sass/layout/_error_pages.scss */
.error-page__image--desktop {
  display: none;
}

@media (min-width: 830px) {
  /* line 49, ../sass/layout/_error_pages.scss */
  .error-page {
    font-size: 24px;
    line-height: 32px;
  }

  /* line 57, ../sass/layout/_error_pages.scss */
  .error-page__image--desktop {
    display: block;
  }
  /* line 61, ../sass/layout/_error_pages.scss */
  .error-page__image--mobile {
    display: none;
  }

  /* line 66, ../sass/layout/_error_pages.scss */
  .error-page__content {
    padding: 80px 29.9079755%;
  }
}
@media (min-width: 1140px) {
  /* line 72, ../sass/layout/_error_pages.scss */
  .error-page {
    font-size: 33px;
    line-height: 42px;
  }
}
/* line 1, ../sass/module/_custom-select.scss */
.custom-select {
  position: relative;
  color: currentColor;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.14286;
  background-color: #fff8f2;
  cursor: pointer;
}

/* line 12, ../sass/module/_custom-select.scss */
.custom-select__val {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 42px;
  line-height: 40px;
}
/* line 20, ../sass/module/_custom-select.scss */
.custom-select__val::after {
  position: absolute;
  top: 50%;
  right: 14px;
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  -moz-transform: translateY(-77%) translateX(-4px) rotate(45deg);
  -ms-transform: translateY(-77%) translateX(-4px) rotate(45deg);
  -webkit-transform: translateY(-77%) translateX(-4px) rotate(45deg);
  transform: translateY(-77%) translateX(-4px) rotate(45deg);
}

/* line 36, ../sass/module/_custom-select.scss */
body #container .custom-select__select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
/* line 44, ../sass/module/_custom-select.scss */
.no-touch body #container .custom-select__select {
  display: none;
}

/* line 50, ../sass/module/_custom-select.scss */
.custom-select__options {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  -moz-transition: visibility 0s ease-in-out 0.2s, opacity 0.2s ease-in-out 0s;
  -o-transition: visibility 0s ease-in-out 0.2s, opacity 0.2s ease-in-out 0s;
  -webkit-transition: visibility 0s ease-in-out, opacity 0.2s ease-in-out;
  -webkit-transition-delay: 0.2s, 0s;
  transition: visibility 0s ease-in-out 0.2s, opacity 0.2s ease-in-out 0s;
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
/* line 60, ../sass/module/_custom-select.scss */
.custom-select__options.is-visible {
  -moz-transition: visibility 0s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  -o-transition: visibility 0s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  -webkit-transition: visibility 0s ease-in-out, opacity 0.2s ease-in-out;
  -webkit-transition-delay: 0s, 0s;
  transition: visibility 0s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  visibility: visible;
  opacity: 1;
}

/* line 67, ../sass/module/_custom-select.scss */
.custom-select__option {
  background-color: #fff8f2;
  padding: 12px;
  cursor: pointer;
}
/* line 72, ../sass/module/_custom-select.scss */
.no-touch .custom-select__option {
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
/* line 75, ../sass/module/_custom-select.scss */
.no-touch .custom-select__option:hover {
  background-color: #fff3e8;
}

/* line 1, ../sass/module/_anchor_links.scss */
.anchor_links {
  margin-top: 35px;
}
/* line 4, ../sass/module/_anchor_links.scss */
.anchor_links ul {
  display: none;
}

/* line 9, ../sass/module/_anchor_links.scss */
.anchor_links__select {
  width: 100%;
  max-width: 704px;
  margin-right: 0;
  position: relative;
  padding-right: 52px;
  border: 2px solid currentColor;
  margin-left: auto;
  margin-right: auto;
}
/* line 20, ../sass/module/_anchor_links.scss */
.anchor_links__select, .anchor_links__select option, .anchor_links__select optgroup {
  background-color: #fff8f2;
  height: 50px;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 700;
}
/* line 32, ../sass/module/_anchor_links.scss */
.anchor_links__select::after {
  position: absolute;
  top: 50%;
  right: 16px;
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  z-index: 0;
  -moz-transform: translateY(-77%) translateX(-4px) rotate(45deg);
  -ms-transform: translateY(-77%) translateX(-4px) rotate(45deg);
  -webkit-transform: translateY(-77%) translateX(-4px) rotate(45deg);
  transform: translateY(-77%) translateX(-4px) rotate(45deg);
}

/* line 47, ../sass/module/_anchor_links.scss */
.anchor_links__select__select {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}
/* line 54, ../sass/module/_anchor_links.scss */
body #container .anchor_links__select__select {
  width: 100%;
  height: 100%;
  margin-right: 0;
}

/* line 61, ../sass/module/_anchor_links.scss */
.anchor_links__select__current {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  line-height: 1;
}

@media all and (min-width: 901px) {
  /* line 70, ../sass/module/_anchor_links.scss */
  .anchor_links {
    margin-top: 46px;
  }
  /* line 73, ../sass/module/_anchor_links.scss */
  .anchor_links ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 888px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  /* line 82, ../sass/module/_anchor_links.scss */
  .anchor_links ul a {
    display: block;
    font-size: 16px;
    line-height: 1.25;
    padding: 8px 14px;
    color: currentColor;
    background-color: transparent;
    margin-right: 2px;
    text-transform: uppercase;
    font-weight: 900;
    -moz-transition: color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, color 0.2s ease-in-out;
  }
  /* line 94, ../sass/module/_anchor_links.scss */
  .anchor_links ul a:hover, .anchor_links ul a.current {
    color: #fff8f2;
    background-color: #388e3c;
  }

  /* line 102, ../sass/module/_anchor_links.scss */
  .anchor_links__select {
    display: none;
  }
}
/* line 2, ../sass/module/_block-node.scss */
.block-node {
  color: #fff8f2;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-family: "Lato", sans-serif;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../sass/module/_block-node.scss */
.block-node, .block-node * {
  box-sizing: border-box;
}
/* line 22, ../sass/module/_block-node.scss */
.block-node .field-name-field-intro-node-block {
  font-weight: 700;
  line-height: 1.21429;
  text-transform: uppercase;
  position: relative;
  max-width: calc(100% - 50px);
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../sass/mixins/_fluid.scss */
.block-node .field-name-field-intro-node-block {
  font-size: 14px;
}
@media (min-width: 900px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .block-node .field-name-field-intro-node-block {
    font-size: calc(14px + 4 * ((100vw - 900px) / 540));
  }
}
@media (min-width: 1440px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .block-node .field-name-field-intro-node-block {
    font-size: 18px;
  }
}
/* line 31, ../sass/module/_block-node.scss */
.block-node .field-name-field-intro-node-block .field-item::before {
  content: '- ';
}
/* line 35, ../sass/module/_block-node.scss */
.block-node .field-name-field-intro-node-block .field-item::after {
  content: " -";
}
/* line 39, ../sass/module/_block-node.scss */
.block-node .field-name-field-intro-node-block .field-item::before, .block-node .field-name-field-intro-node-block .field-item::after {
  display: inline;
}
/* line 46, ../sass/module/_block-node.scss */
.block-node .block-node__title,
.block-node .field-name-field-title {
  text-align: center;
  font-family: "ProvamelSunday", sans-serif;
  line-height: 1.2;
  position: relative;
}
/* line 12, ../sass/mixins/_fluid.scss */
.block-node .block-node__title,
.block-node .field-name-field-title {
  font-size: 30px;
}
@media (min-width: 900px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .block-node .block-node__title,
  .block-node .field-name-field-title {
    font-size: calc(30px + 26 * ((100vw - 900px) / 540));
  }
}
@media (min-width: 1440px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .block-node .block-node__title,
  .block-node .field-name-field-title {
    font-size: 56px;
  }
}
/* line 57, ../sass/module/_block-node.scss */
.block-node.image-text--key-smaller-title-font-size .block-node__title,
.block-node.image-text--key-smaller-title-font-size .field-name-field-title {
  line-height: 1.62;
}
/* line 12, ../sass/mixins/_fluid.scss */
.block-node.image-text--key-smaller-title-font-size .block-node__title,
.block-node.image-text--key-smaller-title-font-size .field-name-field-title {
  font-size: 22px;
}
@media (min-width: 900px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .block-node.image-text--key-smaller-title-font-size .block-node__title,
  .block-node.image-text--key-smaller-title-font-size .field-name-field-title {
    font-size: calc(22px + 16.2 * ((100vw - 900px) / 540));
  }
}
@media (min-width: 1440px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .block-node.image-text--key-smaller-title-font-size .block-node__title,
  .block-node.image-text--key-smaller-title-font-size .field-name-field-title {
    font-size: 38.2px;
  }
}
/* line 64, ../sass/module/_block-node.scss */
.block-node .field-name-body {
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
  position: relative;
}
/* line 70, ../sass/module/_block-node.scss */
.ie11 .block-node .field-name-body {
  width: 100%;
}
/* line 74, ../sass/module/_block-node.scss */
.block-node .field-name-body, .block-node .field-name-body p {
  color: #fff8f2;
  line-height: 1.37;
}
/* line 12, ../sass/mixins/_fluid.scss */
.block-node .field-name-body, .block-node .field-name-body p {
  font-size: 16px;
}
@media (min-width: 900px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .block-node .field-name-body, .block-node .field-name-body p {
    font-size: calc(16px + 5 * ((100vw - 900px) / 540));
  }
}
@media (min-width: 1440px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .block-node .field-name-body, .block-node .field-name-body p {
    font-size: 21px;
  }
}
/* line 81, ../sass/module/_block-node.scss */
.block-node .field-name-body p a {
  color: #fff8f2;
  text-decoration: underline;
}
/* line 85, ../sass/module/_block-node.scss */
.no-touch .block-node .field-name-body p a {
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 89, ../sass/module/_block-node.scss */
.no-touch .block-node .field-name-body p a:hover {
  opacity: .8;
}
/* line 95, ../sass/module/_block-node.scss */
.block-node .field-name-body p em,
.block-node .field-name-body p i {
  font-style: italic;
}
/* line 100, ../sass/module/_block-node.scss */
.block-node .field-name-body p strong,
.block-node .field-name-body p b {
  font-weight: 700;
}
/* line 105, ../sass/module/_block-node.scss */
.recipes-promoted-to-hp .block-node .field-name-body {
  max-width: 640px;
}
/* line 110, ../sass/module/_block-node.scss */
.block-node .field-name-body__anchor-links {
  font-weight: 700;
}
/* line 113, ../sass/module/_block-node.scss */
.block-node .field-name-body__anchor-links a {
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 7px;
}
/* line 120, ../sass/module/_block-node.scss */
.block-node .block-node__link,
.block-node .field-type-link-field {
  position: relative;
  margin-top: 32px;
}
/* line 126, ../sass/module/_block-node.scss */
.block-node .block-node__link a,
.block-node .field-type-link-field a {
  background-color: #fff8f2;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  line-height: 1.14286;
  text-transform: uppercase;
  padding: 7px 8px;
  display: inline-block;
}
/* line 12, ../sass/mixins/_fluid.scss */
.block-node .block-node__link a,
.block-node .field-type-link-field a {
  font-size: 16px;
}
@media (min-width: 900px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .block-node .block-node__link a,
  .block-node .field-type-link-field a {
    font-size: calc(16px + 8 * ((100vw - 900px) / 540));
  }
}
@media (min-width: 1440px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .block-node .block-node__link a,
  .block-node .field-type-link-field a {
    font-size: 24px;
  }
}
/* line 137, ../sass/module/_block-node.scss */
.no-touch .block-node .block-node__link a, .no-touch
.block-node .field-type-link-field a {
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 141, ../sass/module/_block-node.scss */
.no-touch .block-node .block-node__link a:hover, .no-touch
.block-node .field-type-link-field a:hover {
  opacity: .9;
}
/* line 147, ../sass/module/_block-node.scss */
.block-node .field-name-field-footnote {
  max-width: calc(100% - 50px);
  margin-left: auto;
  margin-right: auto;
  line-height: 1.25;
  margin-top: 27px;
}
/* line 12, ../sass/mixins/_fluid.scss */
.block-node .field-name-field-footnote {
  font-size: 12px;
}
@media (min-width: 900px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .block-node .field-name-field-footnote {
    font-size: calc(12px + 2 * ((100vw - 900px) / 540));
  }
}
@media (min-width: 1440px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .block-node .field-name-field-footnote {
    font-size: 14px;
  }
}
@media (min-width: 900px) {
  /* line 147, ../sass/module/_block-node.scss */
  .block-node .field-name-field-footnote {
    max-width: 100%;
  }
}
/* line 153, ../sass/module/_block-node.scss */
.block-node .field-name-field-footnote .field-item::before {
  content: '* ';
  display: inline;
}

/* line 162, ../sass/module/_block-node.scss */
.block-node--color-fff8f2,
.block-node--color-fff8f2 .field-name-body,
.block-node--color-fff8f2 .field-name-body p,
.block-node--color-fff8f2 .field-name-body p a {
  color: #388e3c;
}
/* line 169, ../sass/module/_block-node.scss */
.block-node--color-fff8f2 .block-node__link a,
.block-node--color-fff8f2 .field-type-link-field a {
  background-color: #388e3c;
}

/* line 175, ../sass/module/_block-node.scss */
.block-node--left-aligned {
  text-align: left;
}

/* line 179, ../sass/module/_block-node.scss */
.block-node__title--padding {
  padding: 32px 25px 24px;
  max-width: 1136px;
  margin-left: auto;
  margin-right: auto;
}

/* line 186, ../sass/module/_block-node.scss */
.block-node__leaves {
  width: 160px;
  height: 59.66667px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  z-index: 0;
}

/* line 196, ../sass/module/_block-node.scss */
.block-node__leaves--desktop-only {
  display: none;
}

/* line 202, ../sass/module/_block-node.scss */
.block-node__leaves--1 {
  width: 240px;
  height: 177px;
}

/* line 209, ../sass/module/_block-node.scss */
.block-node__leaves--2 {
  width: 240px;
  height: 113px;
}

/* line 218, ../sass/module/_block-node.scss */
.block-node__leaves--tl {
  top: 0;
  left: 0;
}

/* line 223, ../sass/module/_block-node.scss */
.block-node__leaves--tr {
  top: 0;
  right: 0;
}

/* line 228, ../sass/module/_block-node.scss */
.block-node__leaves--bl {
  bottom: 0;
  left: 0;
}

/* line 233, ../sass/module/_block-node.scss */
.block-node__leaves--br {
  bottom: 0;
  right: 0;
}

/* line 244, ../sass/module/_block-node.scss */
.block-node__leaves--00b7e1-1 {
  background-image: url("../img/leaves_00b7e1_1.png");
}

/* line 248, ../sass/module/_block-node.scss */
.block-node__leaves--00b7e1-2 {
  background-image: url("../img/leaves_00b7e1_2.png");
}

/* line 252, ../sass/module/_block-node.scss */
.block-node--color-00b7e1 {
  background-color: #00b7e1;
}
/* line 255, ../sass/module/_block-node.scss */
.block-node--color-00b7e1 .block-node__link a,
.block-node--color-00b7e1 .field-name-field-link a {
  color: #00b7e1;
}

/* line 244, ../sass/module/_block-node.scss */
.block-node__leaves--eebd08-1 {
  background-image: url("../img/leaves_eebd08_1.png");
}

/* line 248, ../sass/module/_block-node.scss */
.block-node__leaves--eebd08-2 {
  background-image: url("../img/leaves_eebd08_2.png");
}

/* line 252, ../sass/module/_block-node.scss */
.block-node--color-eebd08 {
  background-color: #eebd08;
}
/* line 255, ../sass/module/_block-node.scss */
.block-node--color-eebd08 .block-node__link a,
.block-node--color-eebd08 .field-name-field-link a {
  color: #eebd08;
}

/* line 244, ../sass/module/_block-node.scss */
.block-node__leaves--d68018-1 {
  background-image: url("../img/leaves_d68018_1.png");
}

/* line 248, ../sass/module/_block-node.scss */
.block-node__leaves--d68018-2 {
  background-image: url("../img/leaves_d68018_2.png");
}

/* line 252, ../sass/module/_block-node.scss */
.block-node--color-d68018 {
  background-color: #d68018;
}
/* line 255, ../sass/module/_block-node.scss */
.block-node--color-d68018 .block-node__link a,
.block-node--color-d68018 .field-name-field-link a {
  color: #d68018;
}

/* line 244, ../sass/module/_block-node.scss */
.block-node__leaves--6b3a0f-1 {
  background-image: url("../img/leaves_6b3a0f_1.png");
}

/* line 248, ../sass/module/_block-node.scss */
.block-node__leaves--6b3a0f-2 {
  background-image: url("../img/leaves_6b3a0f_2.png");
}

/* line 252, ../sass/module/_block-node.scss */
.block-node--color-6b3a0f {
  background-color: #6b3a0f;
}
/* line 255, ../sass/module/_block-node.scss */
.block-node--color-6b3a0f .block-node__link a,
.block-node--color-6b3a0f .field-name-field-link a {
  color: #6b3a0f;
}

/* line 244, ../sass/module/_block-node.scss */
.block-node__leaves--8f499c-1 {
  background-image: url("../img/leaves_8f499c_1.png");
}

/* line 248, ../sass/module/_block-node.scss */
.block-node__leaves--8f499c-2 {
  background-image: url("../img/leaves_8f499c_2.png");
}

/* line 252, ../sass/module/_block-node.scss */
.block-node--color-8f499c {
  background-color: #8f499c;
}
/* line 255, ../sass/module/_block-node.scss */
.block-node--color-8f499c .block-node__link a,
.block-node--color-8f499c .field-name-field-link a {
  color: #8f499c;
}

/* line 244, ../sass/module/_block-node.scss */
.block-node__leaves--f385a0-1 {
  background-image: url("../img/leaves_f385a0_1.png");
}

/* line 248, ../sass/module/_block-node.scss */
.block-node__leaves--f385a0-2 {
  background-image: url("../img/leaves_f385a0_2.png");
}

/* line 252, ../sass/module/_block-node.scss */
.block-node--color-f385a0 {
  background-color: #f385a0;
}
/* line 255, ../sass/module/_block-node.scss */
.block-node--color-f385a0 .block-node__link a,
.block-node--color-f385a0 .field-name-field-link a {
  color: #f385a0;
}

/* line 244, ../sass/module/_block-node.scss */
.block-node__leaves--e75545-1 {
  background-image: url("../img/leaves_e75545_1.png");
}

/* line 248, ../sass/module/_block-node.scss */
.block-node__leaves--e75545-2 {
  background-image: url("../img/leaves_e75545_2.png");
}

/* line 252, ../sass/module/_block-node.scss */
.block-node--color-e75545 {
  background-color: #e75545;
}
/* line 255, ../sass/module/_block-node.scss */
.block-node--color-e75545 .block-node__link a,
.block-node--color-e75545 .field-name-field-link a {
  color: #e75545;
}

/* line 244, ../sass/module/_block-node.scss */
.block-node__leaves--59bc7b-1 {
  background-image: url("../img/leaves_59bc7b_1.png");
}

/* line 248, ../sass/module/_block-node.scss */
.block-node__leaves--59bc7b-2 {
  background-image: url("../img/leaves_59bc7b_2.png");
}

/* line 252, ../sass/module/_block-node.scss */
.block-node--color-59bc7b {
  background-color: #59bc7b;
}
/* line 255, ../sass/module/_block-node.scss */
.block-node--color-59bc7b .block-node__link a,
.block-node--color-59bc7b .field-name-field-link a {
  color: #59bc7b;
}

/* line 244, ../sass/module/_block-node.scss */
.block-node__leaves--00aea4-1 {
  background-image: url("../img/leaves_00aea4_1.png");
}

/* line 248, ../sass/module/_block-node.scss */
.block-node__leaves--00aea4-2 {
  background-image: url("../img/leaves_00aea4_2.png");
}

/* line 252, ../sass/module/_block-node.scss */
.block-node--color-00aea4 {
  background-color: #00aea4;
}
/* line 255, ../sass/module/_block-node.scss */
.block-node--color-00aea4 .block-node__link a,
.block-node--color-00aea4 .field-name-field-link a {
  color: #00aea4;
}

/* line 244, ../sass/module/_block-node.scss */
.block-node__leaves--00773c-1 {
  background-image: url("../img/leaves_00773c_1.png");
}

/* line 248, ../sass/module/_block-node.scss */
.block-node__leaves--00773c-2 {
  background-image: url("../img/leaves_00773c_2.png");
}

/* line 252, ../sass/module/_block-node.scss */
.block-node--color-00773c {
  background-color: #00773c;
}
/* line 255, ../sass/module/_block-node.scss */
.block-node--color-00773c .block-node__link a,
.block-node--color-00773c .field-name-field-link a {
  color: #00773c;
}

/* line 244, ../sass/module/_block-node.scss */
.block-node__leaves--8ebd3e-1 {
  background-image: url("../img/leaves_8ebd3e_1.png");
}

/* line 248, ../sass/module/_block-node.scss */
.block-node__leaves--8ebd3e-2 {
  background-image: url("../img/leaves_8ebd3e_2.png");
}

/* line 252, ../sass/module/_block-node.scss */
.block-node--color-8ebd3e {
  background-color: #8ebd3e;
}
/* line 255, ../sass/module/_block-node.scss */
.block-node--color-8ebd3e .block-node__link a,
.block-node--color-8ebd3e .field-name-field-link a {
  color: #8ebd3e;
}

/* line 244, ../sass/module/_block-node.scss */
.block-node__leaves--fff8f2-1 {
  background-image: url("../img/leaves_59bc7b_1.png");
}

/* line 248, ../sass/module/_block-node.scss */
.block-node__leaves--fff8f2-2 {
  background-image: url("../img/leaves_59bc7b_2.png");
}

/* line 252, ../sass/module/_block-node.scss */
.block-node--color-fff8f2 {
  background-color: #fff8f2;
}
/* line 255, ../sass/module/_block-node.scss */
.block-node--color-fff8f2 .block-node__link a,
.block-node--color-fff8f2 .field-name-field-link a {
  color: #fff8f2;
}

@media (min-width: 640px) {
  /* line 264, ../sass/module/_block-node.scss */
  .block-node .field-name-body__anchor-links br {
    display: none;
  }
  /* line 268, ../sass/module/_block-node.scss */
  .block-node .field-name-body__anchor-links a {
    display: inline;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 900px) {
  /* line 278, ../sass/module/_block-node.scss */
  .block-node .block-node__link,
  .block-node .field-type-link-field {
    margin-top: 4%;
  }
  /* line 282, ../sass/module/_block-node.scss */
  .block-node .block-node__link a,
  .block-node .field-type-link-field a {
    padding: 9px 20px 11px;
  }
  /* line 287, ../sass/module/_block-node.scss */
  .block-node .field-name-field-footnote {
    margin-top: 5.76%;
  }

  /* line 295, ../sass/module/_block-node.scss */
  .block-node__leaves--1 {
    width: 384px;
    height: 283.2px;
  }

  /* line 300, ../sass/module/_block-node.scss */
  .block-node__leaves--2 {
    width: 384px;
    height: 180.8px;
  }

  /* line 305, ../sass/module/_block-node.scss */
  .block-node__leaves--desktop-only {
    display: block;
  }

  /* line 308, ../sass/module/_block-node.scss */
  .block-node__leaves--mobile-only {
    display: none;
  }
}
/* line 3, ../sass/module/_custom_frontpage.scss */
.cfp,
.cfp * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, ../sass/module/_custom_frontpage.scss */
.cfp_block {
  position: relative;
  font-family: "brandon_grotesquebold", "Arial", "Helvetica", sans-serif;
  font-size: 16px;
  overflow: hidden;
}
/* line 13, ../sass/module/_custom_frontpage.scss */
.prefix-cz .cfp_block, .prefix-sl .cfp_block, .prefix-gr .cfp_block {
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: bold;
}

/* line 21, ../sass/module/_custom_frontpage.scss */
.cfp_block-fw {
  width: 100%;
}

/* line 25, ../sass/module/_custom_frontpage.scss */
.cfp_block-hw {
  width: 50%;
  float: left;
}

/* line 35, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy-title em {
  display: block;
}

/* line 40, ../sass/module/_custom_frontpage.scss */
.cfp_block-ol {
  background-color: #f0f9ff;
}

/* line 44, ../sass/module/_custom_frontpage.scss */
.cfp_block-lpr-logo {
  position: absolute;
  z-index: 10;
}

/* line 49, ../sass/module/_custom_frontpage.scss */
.cfp_block-lpr-logo-waitrose {
  width: 142px;
  top: 9%;
  left: 2.9%;
}

/* line 55, ../sass/module/_custom_frontpage.scss */
.cfp_block-lpr-logo-dm {
  width: 142px;
  top: 9%;
  left: 2.9%;
}

/* line 60, ../sass/module/_custom_frontpage.scss */
.cfp_block-lpr-logo-ah {
  width: 100px;
}

/* line 64, ../sass/module/_custom_frontpage.scss */
.cfp_block-bg_img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

/* line 75, ../sass/module/_custom_frontpage.scss */
.cfp_block-bg_img-mobile {
  display: none;
}

/* line 79, ../sass/module/_custom_frontpage.scss */
.cfp_block-abs_img {
  position: absolute;
  height: 100%;
  width: auto;
  left: 0;
  bottom: 0;
}

/* line 87, ../sass/module/_custom_frontpage.scss */
.cfp_block-ol-logoswrapper {
  position: absolute;
  top: 0;
  right: 50%;
  height: 100%;
  padding-top: 43px;
  padding-bottom: 43px;
  width: 4.677914110429447852760736196319%;
  text-align: right;
}
/* line 96, ../sass/module/_custom_frontpage.scss */
html[lang="fr-fr"] .cfp_block-ol-logoswrapper {
  width: 4%;
}

/* line 101, ../sass/module/_custom_frontpage.scss */
.cfp_block-ol-logos {
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 107, ../sass/module/_custom_frontpage.scss */
.cfp_block-ol-logo {
  position: absolute;
  width: 100%;
  right: 0;
}
/* line 111, ../sass/module/_custom_frontpage.scss */
.cfp_block-ol-logo:first-child {
  top: 0;
}
/* line 114, ../sass/module/_custom_frontpage.scss */
.cfp_block-ol-logo:nth-child(2) {
  top: 50%;
  margin-top: -40.298507462686567164179104477612%;
}
/* line 118, ../sass/module/_custom_frontpage.scss */
.cfp_block-ol-logo:last-child {
  bottom: 0;
}
/* line 126, ../sass/module/_custom_frontpage.scss */
html[lang="de"] .cfp_block-ol-logo:nth-child(2), html[lang="at-de"] .cfp_block-ol-logo:nth-child(2), html[lang="gsw-berne"] .cfp_block-ol-logo:nth-child(2) {
  top: 33%;
  margin-top: 0;
  -moz-transform: translateY(-17%);
  -ms-transform: translateY(-17%);
  -webkit-transform: translateY(-17%);
  transform: translateY(-17%);
}
/* line 131, ../sass/module/_custom_frontpage.scss */
html[lang="de"] .cfp_block-ol-logo:nth-child(3), html[lang="at-de"] .cfp_block-ol-logo:nth-child(3), html[lang="gsw-berne"] .cfp_block-ol-logo:nth-child(3) {
  top: 66%;
  -moz-transform: translateY(-56%);
  -ms-transform: translateY(-56%);
  -webkit-transform: translateY(-56%);
  transform: translateY(-56%);
}
/* line 139, ../sass/module/_custom_frontpage.scss */
html[lang="fr-fr"] .cfp_block-ol-logo:nth-child(2) {
  top: 33%;
  margin-top: 0;
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}
/* line 144, ../sass/module/_custom_frontpage.scss */
html[lang="fr-fr"] .cfp_block-ol-logo:nth-child(3) {
  top: 66%;
  -moz-transform: translateY(-125%);
  -ms-transform: translateY(-125%);
  -webkit-transform: translateY(-125%);
  transform: translateY(-125%);
}

/* line 151, ../sass/module/_custom_frontpage.scss */
.cfp_block-green-ball {
  position: absolute;
  background-color: #a1bf36;
  border-radius: 50%;
  height: 0;
}
/* line 157, ../sass/module/_custom_frontpage.scss */
.cfp_block-green-ball__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
/* line 169, ../sass/module/_custom_frontpage.scss */
.cfp_block-green-ball__copy {
  color: #fff;
  display: block;
  font-size: 2.2vw;
  line-height: 1;
  text-transform: uppercase;
}
/* line 176, ../sass/module/_custom_frontpage.scss */
html[lang="fr"] .cfp_block-green-ball__copy {
  font-size: 1.5vw;
}
/* line 179, ../sass/module/_custom_frontpage.scss */
html[lang="it"] .cfp_block-green-ball__copy {
  font-size: 1.9vw;
}
@media (max-width: 830px) {
  /* line 169, ../sass/module/_custom_frontpage.scss */
  .cfp_block-green-ball__copy {
    font-size: 3.9vw;
  }
  /* line 186, ../sass/module/_custom_frontpage.scss */
  html[lang="fr"] .cfp_block-green-ball__copy {
    font-size: 2.7vw;
  }
  /* line 190, ../sass/module/_custom_frontpage.scss */
  html[lang="it"] .cfp_block-green-ball__copy {
    font-size: 3.5vw;
  }
}
/* line 196, ../sass/module/_custom_frontpage.scss */
.cfp_block-green-ball--oat_calcium {
  width: 8.4355828%;
  padding-bottom: 8.4355828%;
  top: 10%;
  left: 12.5766871%;
}
@media (max-width: 830px) {
  /* line 196, ../sass/module/_custom_frontpage.scss */
  .cfp_block-green-ball--oat_calcium {
    width: 15.060241%;
    padding-bottom: 15.060241%;
    left: 5.5421687%;
    top: 16.9047619%;
  }
}

/* line 211, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy {
  position: absolute;
  bottom: 50px;
  right: 50px;
  text-align: right;
}
/* line 218, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy-half {
  left: 50%;
}
/* line 222, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy-fourtyfivepercent {
  width: 45%;
  max-width: 200px;
}
/* line 227, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy-fourtyfivepercent-spain {
  width: 45%;
  max-width: 220px;
}
/* line 232, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy-onethird {
  left: 67%;
}
/* line 236, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy-sixtypercent {
  left: 40%;
}
/* line 240, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy-center {
  top: 50%;
  left: 50%;
  height: 10.2790125em;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 5, ../sass/mixins/_clearfix.scss */
.cfp_block-copy-center:before, .cfp_block-copy-center:after {
  display: table;
  content: '';
}
/* line 11, ../sass/mixins/_clearfix.scss */
.cfp_block-copy-center:after {
  clear: both;
}

/* line 249, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy-notice {
  position: relative;
  bottom: -10px;
  text-align: right;
  width: 100%;
  display: inline-block;
}
@media (max-width: 640px) {
  /* line 249, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-notice {
    width: 90%;
  }
}
/* line 260, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy-notice p {
  color: #a1bf36;
  font-size: 12px;
  line-height: 1em;
}

/* line 267, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy-recipeblock {
  max-width: 53%;
  text-transform: uppercase;
}
/* line 271, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy-recipeblock.nid-13913 {
  max-width: 30%;
}
@media (max-width: 1120px) {
  /* line 271, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-recipeblock.nid-13913 {
    max-width: 40%;
  }
}
/* line 279, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy-recipeblock.nid-14015 {
  max-width: 30%;
}
@media (max-width: 1300px) {
  /* line 279, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-recipeblock.nid-14015 {
    max-width: 40%;
  }
}
@media (max-width: 470px) {
  /* line 279, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-recipeblock.nid-14015 {
    max-width: 50%;
  }
}
@media (max-width: 440px) {
  /* line 279, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-recipeblock.nid-14015 {
    max-width: 40%;
  }
}
/* line 295, ../sass/module/_custom_frontpage.scss */
html[lang$="nl"] .cfp_block-copy-recipeblock {
  max-width: 38%;
}
@media (max-width: 1850px) {
  /* line 295, ../sass/module/_custom_frontpage.scss */
  html[lang$="nl"] .cfp_block-copy-recipeblock {
    max-width: 38%;
  }
}
@media (max-width: 1580px) {
  /* line 295, ../sass/module/_custom_frontpage.scss */
  html[lang$="nl"] .cfp_block-copy-recipeblock {
    max-width: 48%;
  }
}
@media (max-width: 1270px) {
  /* line 295, ../sass/module/_custom_frontpage.scss */
  html[lang$="nl"] .cfp_block-copy-recipeblock {
    max-width: 59%;
  }
}
@media (max-width: 1024px) {
  /* line 295, ../sass/module/_custom_frontpage.scss */
  html[lang$="nl"] .cfp_block-copy-recipeblock {
    max-width: 55%;
  }
}
@media (max-width: 830px) {
  /* line 295, ../sass/module/_custom_frontpage.scss */
  html[lang$="nl"] .cfp_block-copy-recipeblock {
    max-width: 50%;
  }
}
@media (max-width: 590px) {
  /* line 295, ../sass/module/_custom_frontpage.scss */
  html[lang$="nl"] .cfp_block-copy-recipeblock {
    max-width: 64%;
  }
}
@media (max-width: 440px) {
  /* line 295, ../sass/module/_custom_frontpage.scss */
  html[lang$="nl"] .cfp_block-copy-recipeblock {
    max-width: 50%;
  }
}
/* line 327, ../sass/module/_custom_frontpage.scss */
html[lang$="fr"] .cfp_block-copy-recipeblock {
  max-width: 35%;
}
@media (max-width: 1850px) {
  /* line 327, ../sass/module/_custom_frontpage.scss */
  html[lang$="fr"] .cfp_block-copy-recipeblock {
    max-width: 40%;
  }
}
@media (max-width: 1270px) {
  /* line 327, ../sass/module/_custom_frontpage.scss */
  html[lang$="fr"] .cfp_block-copy-recipeblock {
    max-width: 50%;
  }
}
@media (max-width: 1150px) {
  /* line 327, ../sass/module/_custom_frontpage.scss */
  html[lang$="fr"] .cfp_block-copy-recipeblock {
    max-width: 54%;
  }
}
@media (max-width: 1024px) {
  /* line 327, ../sass/module/_custom_frontpage.scss */
  html[lang$="fr"] .cfp_block-copy-recipeblock {
    max-width: 48%;
  }
}
@media (max-width: 860px) {
  /* line 327, ../sass/module/_custom_frontpage.scss */
  html[lang$="fr"] .cfp_block-copy-recipeblock {
    max-width: 52%;
  }
}
@media (max-width: 670px) {
  /* line 327, ../sass/module/_custom_frontpage.scss */
  html[lang$="fr"] .cfp_block-copy-recipeblock {
    max-width: 50%;
  }
}
@media (max-width: 590px) {
  /* line 327, ../sass/module/_custom_frontpage.scss */
  html[lang$="fr"] .cfp_block-copy-recipeblock {
    max-width: 54%;
  }
}
@media (max-width: 440px) {
  /* line 327, ../sass/module/_custom_frontpage.scss */
  html[lang$="fr"] .cfp_block-copy-recipeblock {
    max-width: 60%;
  }
}

/* line 364, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy-fh {
  bottom: 0;
  height: 100%;
}

/* line 369, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy_wrapper-om {
  position: absolute;
  top: 43px;
  left: 0;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
}

/* line 378, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy-om {
  position: relative;
  bottom: auto;
  right: auto;
  width: 50%;
  text-align: left;
}

/* line 386, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy-fh-table {
  display: table;
  height: 100%;
}

/* line 391, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy-fh-tablecell {
  display: table-cell;
  vertical-align: middle;
}

/* line 396, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy-hw {
  bottom: auto;
  top: 43px;
  right: 0;
  width: 50%;
  padding-right: 50px;
  padding-left: 50px;
  text-align: left;
}

/* line 406, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy-title {
  font-size: 2em;
  line-height: 1.2em;
  color: #a1bf36;
  margin-bottom: 10px;
}
/* line 412, ../sass/module/_custom_frontpage.scss */
.cfp_block--small-copy .cfp_block-copy-title {
  font-size: 14px;
  line-height: 14px;
}
@media (min-width: 440px) {
  /* line 412, ../sass/module/_custom_frontpage.scss */
  .cfp_block--small-copy .cfp_block-copy-title {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (min-width: 640px) {
  /* line 412, ../sass/module/_custom_frontpage.scss */
  .cfp_block--small-copy .cfp_block-copy-title {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (min-width: 700px) {
  /* line 412, ../sass/module/_custom_frontpage.scss */
  .cfp_block--small-copy .cfp_block-copy-title {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  /* line 412, ../sass/module/_custom_frontpage.scss */
  .cfp_block--small-copy .cfp_block-copy-title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (min-width: 1400px) {
  /* line 412, ../sass/module/_custom_frontpage.scss */
  .cfp_block--small-copy .cfp_block-copy-title {
    font-size: 32px;
    line-height: 36px;
  }
}

/* line 438, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy-title-white {
  color: #fff;
}

/* line 442, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy-title-mobile {
  display: none;
}

/* line 447, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy-breakfast {
  max-width: 40%;
}
@media (min-width: 831px) {
  /* line 447, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-breakfast {
    max-width: 30%;
  }
}
/* line 454, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy-breakfast .cfp_block-copy-title {
  text-transform: uppercase;
}
@media (min-width: 441px) {
  /* line 454, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-breakfast .cfp_block-copy-title {
    font-size: 1.7em;
  }
}
@media (min-width: 600px) {
  /* line 454, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-breakfast .cfp_block-copy-title {
    font-size: 2em;
  }
}

/* line 467, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy-hw-title {
  margin-bottom: 29px;
}

/* line 471, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy-description {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 1em;
  line-height: 1.3333333333333333em;
  color: #6d6661;
  overflow: hidden;
}
/* line 477, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy-description .green {
  color: #2c7838;
}
/* line 481, ../sass/module/_custom_frontpage.scss */
.prefix-cz .cfp_block-copy-description, .prefix-sl .cfp_block-copy-description, .prefix-gr .cfp_block-copy-description {
  font-weight: normal;
}

/* line 488, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy-description-contact {
  margin-bottom: 0.8em;
}

/* line 492, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy-om-description {
  line-height: 2em;
}

/* line 496, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy-description-link {
  border-bottom: 1px solid currentColor;
  color: inherit;
}
/* line 499, ../sass/module/_custom_frontpage.scss */
.no-touch .cfp_block-copy-description-link {
  -moz-transition: border-bottom-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: border-bottom-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -webkit-transition: border-bottom-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: border-bottom-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
/* line 501, ../sass/module/_custom_frontpage.scss */
.no-touch .cfp_block-copy-description-link:hover {
  color: #a1bf36;
  border-bottom-color: transparent;
}

/* line 508, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy-ol-logos {
  display: none;
  margin-top: 30px;
}

/* line 513, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy-ol-logo {
  margin-left: 20px;
  max-height: 45px;
}
/* line 516, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy-ol-logo:first-child {
  margin-left: 0;
}

/* line 521, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy-play {
  display: block;
  font-family: "brandon_grotesquebold", "Arial", "Helvetica", sans-serif;
  font-size: 1.875em;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0px 2px 3px rgba(102, 102, 102, 0.2);
}
/* line 522, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy-play .icon, .cfp_block-copy-play .tile_time:before, .cfp_block-copy-play .list-check .list_item:before, .list-check .cfp_block-copy-play .list_item:before {
  display: block;
  width: 3.1em;
  height: 3.1em;
  margin: 0 auto 0.5em;
  background: url(../img/green_story/play_button@2x.png) top center/cover no-repeat;
}

/* line 540, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy-btn {
  text-decoration: none;
  display: inline-block;
  position: relative;
  color: #2c7838;
  font-size: .93333333333333333333333333333333em;
  line-height: 1.2857142857142857142857142857143em;
  border: 2px solid #2c7838;
  border-radius: 4px;
  padding: .8em 3em .73333333333333333333333333333333em 1.2666666666666666666666666666667em;
  background-color: transparent;
  white-space: nowrap;
  float: right;
}
/* line 555, ../sass/module/_custom_frontpage.scss */
.cfp .cfp_block-copy-btn {
  background-color: rgba(255, 255, 255, 0.3);
}
/* line 559, ../sass/module/_custom_frontpage.scss */
.no-touch .cfp_block-copy-btn {
  -moz-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
/* line 561, ../sass/module/_custom_frontpage.scss */
.no-touch .cfp_block-copy-btn:hover {
  color: #fff;
  background-color: #2c7838;
  border-color: #2c7838;
}

/* line 568, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy-btn-white {
  color: #fff;
  border-color: #fff;
}
/* line 572, ../sass/module/_custom_frontpage.scss */
.cfp .cfp_block-copy-btn-white {
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 576, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy-btn-white .cfp_block-copy-btn-arrow-svg-path {
  fill: #fff;
}
/* line 579, ../sass/module/_custom_frontpage.scss */
.no-touch .cfp_block-copy-btn-white:hover {
  color: #2c7838;
  background-color: #fff;
  border-color: #fff;
}

/* line 586, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy-btn-abs {
  position: absolute;
  right: 50px;
  bottom: 35px;
}

/* line 592, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy-btn-arrow {
  position: absolute;
  top: 50%;
  right: 1.125em;
  margin-top: -0.34375em;
}

/* line 599, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy-btn-arrow-svg {
  display: block;
  width: 0.6875em;
  height: 0.6875em;
}

/* line 605, ../sass/module/_custom_frontpage.scss */
.cfp_block-copy-btn-arrow-svg-path {
  fill: #2c7838;
}
/* line 607, ../sass/module/_custom_frontpage.scss */
.no-touch .cfp_block-copy-btn-arrow-svg-path {
  -moz-transition: fill 0.3s ease-in-out;
  -o-transition: fill 0.3s ease-in-out;
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}
/* line 610, ../sass/module/_custom_frontpage.scss */
.no-touch .cfp_block-copy-btn:hover .cfp_block-copy-btn-arrow-svg-path {
  fill: #fff;
}

/* line 614, ../sass/module/_custom_frontpage.scss */
.no-touch .cfp_block-copy-btn-white:hover .cfp_block-copy-btn-arrow-svg-path {
  fill: #2c7838;
}

/* line 618, ../sass/module/_custom_frontpage.scss */
.cfp_block-fyi {
  position: absolute;
  left: 17.64%;
  bottom: 3%;
  color: #2c7838;
  font-size: 12px;
  line-height: 1em;
}

/* line 627, ../sass/module/_custom_frontpage.scss */
.cfp_block-fyi-dm {
  bottom: 9%;
}

/* line 630, ../sass/module/_custom_frontpage.scss */
.cfp_block-fyi-ah {
  bottom: 3.5%;
  left: 31.4%;
  line-height: 14px;
}

/* line 636, ../sass/module/_custom_frontpage.scss */
.cfp_block-circle {
  position: absolute;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 1em;
  line-height: 1.2em;
}

/* line 645, ../sass/module/_custom_frontpage.scss */
.cfp_block-circle-fd {
  width: 10.3125em;
  height: 10.3125em;
  top: 50%;
  left: 15%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #a1bf36;
}

/* line 654, ../sass/module/_custom_frontpage.scss */
.cfp_block-circle-gs {
  width: 9.135em;
  height: 9.135em;
  left: 2.628%;
  top: 7.3%;
  text-transform: uppercase;
  background: #2c7838;
}

/* line 663, ../sass/module/_custom_frontpage.scss */
.cfp_block-circle-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 669, ../sass/module/_custom_frontpage.scss */
.cfp_block-circle-inner span {
  display: block;
  line-height: 1em;
}

/* line 675, ../sass/module/_custom_frontpage.scss */
.cfp_block-circle-inner-fd {
  margin-top: -0.5em;
}
/* line 677, ../sass/module/_custom_frontpage.scss */
.cfp_block-circle-inner-fd span {
  font-size: 1.875em;
  margin-bottom: 0.25em;
}

/* line 683, ../sass/module/_custom_frontpage.scss */
.cfp_block-circle-inner-gs {
  margin-top: -.1em;
}
/* line 685, ../sass/module/_custom_frontpage.scss */
.cfp_block-circle-inner-gs span {
  font-size: 2.6em;
  margin: 0;
}

@media (max-width: 1400px) {
  /* line 694, ../sass/module/_custom_frontpage.scss */
  .cfp_block {
    font-size: 15px;
  }
}
@media (max-width: 1320px) {
  /* line 701, ../sass/module/_custom_frontpage.scss */
  .cfp_block-fyi-dm {
    bottom: 7%;
  }
}
@media (max-width: 1200px) {
  /* line 708, ../sass/module/_custom_frontpage.scss */
  .cfp_block-ol-logoswrapper {
    padding-top: 33px;
    padding-bottom: 33px;
  }

  /* line 713, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-om {
    width: 100%;
  }

  /* line 717, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-hw {
    top: 33px;
    padding-left: 40px;
    padding-right: 40px;
  }

  /* line 723, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-hw-title {
    font-size: 1.8em;
  }

  /* line 727, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-description {
    font-size: 0.8em;
  }

  /* line 731, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-om-description {
    font-size: 1em;
  }

  /* line 735, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-btn-abs {
    right: 40px;
    bottom: 40px;
  }

  /* line 739, ../sass/module/_custom_frontpage.scss */
  .cfp_block-fyi-ah {
    bottom: 2.3%;
  }
}
@media (max-width: 1024px) {
  /* line 746, ../sass/module/_custom_frontpage.scss */
  .cfp_block {
    font-size: 12px;
  }

  /* line 750, ../sass/module/_custom_frontpage.scss */
  .cfp_block-abs_img {
    left: 1.9171779141104294478527607361963%;
  }

  /* line 754, ../sass/module/_custom_frontpage.scss */
  .cfp_block-ol-logoswrapper {
    padding-top: 23px;
    padding-bottom: 23px;
    margin-right: 30px;
  }

  /* line 760, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy_wrapper-om {
    padding-left: 30px;
    padding-right: 30px;
    top: 23px;
  }

  /* line 766, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy {
    bottom: 30px;
    right: 30px;
  }

  /* line 771, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-hw {
    right: 0;
    top: 23px;
    padding-left: 0;
    padding-right: 30px;
  }

  /* line 778, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-fh {
    bottom: 0;
  }

  /* line 782, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-om {
    bottom: auto;
    right: auto;
    width: 56%;
  }

  /* line 788, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-title {
    margin-bottom: 11px;
  }

  /* line 792, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-hw-title {
    font-size: 2em;
  }

  /* line 796, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-description {
    font-size: 1em;
  }

  /* line 801, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-btn-abs {
    right: 30px;
    bottom: 30px;
  }

  /* line 806, ../sass/module/_custom_frontpage.scss */
  .cfp_block-fyi-dm {
    bottom: 5%;
  }
}
@media (max-width: 920px) {
  /* line 813, ../sass/module/_custom_frontpage.scss */
  .cfp_block-abs_img {
    left: -40px;
  }

  /* line 817, ../sass/module/_custom_frontpage.scss */
  .cfp_block-ol-logoswrapper {
    margin-right: 60px;
  }

  /* line 821, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-hw {
    width: 48%;
    width: calc(50% + 30px);
  }
}
@media (max-width: 870px) {
  /* line 829, ../sass/module/_custom_frontpage.scss */
  .cfp_block-ol-logoswrapper {
    margin-right: 0;
    right: auto;
    left: 34.815950920245406%;
  }

  /* line 835, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-hw {
    width: 60.506134969325146%;
    padding-left: 30px;
  }
}
@media (max-width: 830px) {
  /* line 843, ../sass/module/_custom_frontpage.scss */
  .cfp_block {
    font-size: 15px;
  }

  /* line 847, ../sass/module/_custom_frontpage.scss */
  .cfp_block-hw {
    width: 100%;
    float: none;
  }

  /* line 852, ../sass/module/_custom_frontpage.scss */
  .cfp_block-abs_img {
    display: none;
  }

  /* line 856, ../sass/module/_custom_frontpage.scss */
  .cfp_block-lpr-logo {
    display: none;
  }

  /* line 860, ../sass/module/_custom_frontpage.scss */
  .cfp_block-bg_img-desktop {
    display: none;
  }

  /* line 864, ../sass/module/_custom_frontpage.scss */
  .cfp_block-bg_img-mobile {
    display: block;
  }

  /* line 868, ../sass/module/_custom_frontpage.scss */
  .cfp_block-ol-logoswrapper {
    display: none;
  }

  /* line 872, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy_wrapper-om {
    padding-left: 50px;
    padding-right: 50px;
    top: 43px;
  }

  /* line 878, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy {
    bottom: 50px;
    right: 50px;
  }

  /* line 883, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-fh {
    bottom: 0;
  }

  /* line 887, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-hw {
    width: 100%;
    right: 0;
    padding-left: 50px;
    padding-right: 50px;
    bottom: auto;
    position: relative;
    top: auto;
    margin-top: 43px;
    margin-bottom: 43px;
  }

  /* line 899, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-om {
    bottom: auto;
    right: auto;
  }

  /* line 904, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-dm {
    max-width: calc(50% - 50px);
  }

  /* line 908, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-title {
    margin-bottom: 21px;
  }

  /* line 911, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-title-small {
    font-size: 1.5em;
  }

  /* line 915, ../sass/module/_custom_frontpage.scss */
  .cfp_block-fyi {
    left: 6%;
    bottom: auto;
    top: 57%;
    max-width: 50%;
  }

  /* line 921, ../sass/module/_custom_frontpage.scss */
  .cfp_block-fyi-ah {
    top: 85%;
  }

  /* line 925, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-hw-title {
    margin-bottom: 29px;
  }

  /* line 929, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-ol-logos {
    display: block;
  }

  /* line 933, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-btn-abs {
    right: 50px;
    bottom: 50px;
  }

  /* line 938, ../sass/module/_custom_frontpage.scss */
  .cfp_block-circle-fd {
    display: none;
  }

  /* line 942, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-title-desktop {
    display: none;
  }

  /* line 945, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-title-mobile {
    display: block;
  }

  /* line 949, ../sass/module/_custom_frontpage.scss */
  .cfp_block-fyi-dm {
    bottom: auto;
    top: 60%;
    max-width: 44%;
  }
}
@media (max-width: 767px) {
  /* line 958, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-title-mobile {
    font-size: 1.3em;
  }
}
@media (max-width: 640px) {
  /* line 965, ../sass/module/_custom_frontpage.scss */
  .cfp_block-lpr-waitrose {
    font-size: 13px;
  }

  /* line 969, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-hw-title {
    font-size: 1.9em;
  }

  /* line 973, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-description {
    font-size: 0.9em;
  }

  /* line 976, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-title-small {
    font-size: 1.2em;
  }

  /* line 981, ../sass/module/_custom_frontpage.scss */
  .cfp_block-has-description .cfp_block-bg_img {
    display: none;
  }
  /* line 984, ../sass/module/_custom_frontpage.scss */
  .cfp_block-has-description .cfp_block-copy {
    position: static;
    padding: 18px;
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 600px) {
  /* line 998, ../sass/module/_custom_frontpage.scss */
  html[lang="fr-fr"] .cfp_block-ol,
  html[lang="de"] .cfp_block-ol,
  html[lang="at-de"] .cfp_block-ol,
  html[lang="gsw-berne"] .cfp_block-ol {
    text-align: right;
  }
  /* line 1002, ../sass/module/_custom_frontpage.scss */
  html[lang="fr-fr"] .cfp_block-copy-hw,
  html[lang="de"] .cfp_block-copy-hw,
  html[lang="at-de"] .cfp_block-copy-hw,
  html[lang="gsw-berne"] .cfp_block-copy-hw {
    text-align: left;
    margin-top: 18px;
    margin-bottom: 18px;
  }
  /* line 1008, ../sass/module/_custom_frontpage.scss */
  html[lang="fr-fr"] .cfp_block-copy-hw-title,
  html[lang="de"] .cfp_block-copy-hw-title,
  html[lang="at-de"] .cfp_block-copy-hw-title,
  html[lang="gsw-berne"] .cfp_block-copy-hw-title {
    font-size: 2em;
  }
  /* line 1012, ../sass/module/_custom_frontpage.scss */
  html[lang="fr-fr"] .cfp_block-copy-description,
  html[lang="de"] .cfp_block-copy-description,
  html[lang="at-de"] .cfp_block-copy-description,
  html[lang="gsw-berne"] .cfp_block-copy-description {
    font-size: 1em;
  }
  /* line 1016, ../sass/module/_custom_frontpage.scss */
  html[lang="fr-fr"] .cfp_block-copy-btn-abs,
  html[lang="de"] .cfp_block-copy-btn-abs,
  html[lang="at-de"] .cfp_block-copy-btn-abs,
  html[lang="gsw-berne"] .cfp_block-copy-btn-abs {
    position: relative;
    right: auto;
    bottom: auto;
    margin-right: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 560px) {
  /* line 1027, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy_wrapper-om {
    padding-left: 40px;
    padding-right: 40px;
    top: 33px;
  }

  /* line 1033, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy {
    bottom: 40px;
    right: 40px;
  }

  /* line 1038, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-fh {
    bottom: 0;
  }

  /* line 1042, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-om {
    bottom: auto;
    right: auto;
  }

  /* line 1047, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-title {
    margin-bottom: 11px;
  }

  /* line 1051, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-hw {
    bottom: auto;
    right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  /* line 1058, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-btn-abs {
    right: 40px;
    bottom: 40px;
  }
}
@media (max-width: 520px) {
  /* line 1066, ../sass/module/_custom_frontpage.scss */
  .cfp_block {
    font-size: 14px;
  }

  /* line 1070, ../sass/module/_custom_frontpage.scss */
  .cfp_block-lpr-waitrose {
    font-size: 13px;
  }

  /* line 1074, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy_wrapper-om {
    padding-left: 30px;
    padding-right: 30px;
    top: 23px;
  }

  /* line 1080, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy {
    bottom: 30px;
    right: 30px;
  }

  /* line 1085, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-fh {
    bottom: 0;
  }

  /* line 1089, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-hw {
    top: auto;
    bottom: auto;
    right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  /* line 1097, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-om {
    bottom: auto;
    right: auto;
    width: 100%;
  }

  /* line 1103, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-btn-abs {
    right: 30px;
    bottom: 30px;
  }
}
@media (max-width: 480px) {
  /* line 1111, ../sass/module/_custom_frontpage.scss */
  .cfp_block-lpr-waitrose .cfp_block-copy-title {
    margin-bottom: 6px;
    font-size: 1.4em;
  }

  /* line 1116, ../sass/module/_custom_frontpage.scss */
  .cfp_block-ol {
    font-size: 13px;
  }

  /* line 1119, ../sass/module/_custom_frontpage.scss */
  html[lang$="fr"] .cfp_block-copy-title-strawberry {
    font-size: 1.6em;
  }

  /* line 1122, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-title-small {
    font-size: 12px;
  }
}
@media (max-width: 440px) {
  /* line 1129, ../sass/module/_custom_frontpage.scss */
  .cfp_block {
    font-size: 13px;
  }

  /* line 1133, ../sass/module/_custom_frontpage.scss */
  .cfp_block-ol {
    font-size: 12px;
  }

  /* line 1137, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy_wrapper-om {
    padding-left: 25px;
    padding-right: 25px;
    top: 18px;
  }

  /* line 1143, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy {
    bottom: 25px;
    right: 25px;
  }
  /* line 1147, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-center {
    height: 8em;
  }

  /* line 1152, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-fh {
    bottom: 0;
  }

  /* line 1156, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-title {
    margin-bottom: 6px;
    font-size: 1.4em;
  }

  /* line 1160, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-title-small {
    font-size: 12px;
  }

  /* line 1164, ../sass/module/_custom_frontpage.scss */
  .cfp_block-lpr-waitrose .cfp_block-copy-btn {
    max-width: 9.3333333333333333333333em;
    text-align: left;
  }

  /* line 1169, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-hw {
    bottom: auto;
    right: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  /* line 1176, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-om {
    bottom: auto;
    right: auto;
  }

  /* line 1181, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-btn-abs {
    right: 25px;
    bottom: 25px;
  }

  /* line 1186, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-play {
    font-size: 1.4em;
  }
}
@media (max-width: 410px) {
  /* line 1193, ../sass/module/_custom_frontpage.scss */
  .cfp_block-ol {
    text-align: right;
  }

  /* line 1197, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-hw {
    text-align: left;
    margin-top: 18px;
    margin-bottom: 18px;
  }

  /* line 1203, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-hw-title {
    font-size: 2em;
  }

  /* line 1207, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-description {
    font-size: 1em;
  }

  /* line 1211, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-btn-abs {
    position: relative;
    right: auto;
    bottom: auto;
    margin-right: 25px;
    margin-bottom: 25px;
  }

  /* line 1218, ../sass/module/_custom_frontpage.scss */
  .cfp_block-fyi-ah {
    top: 84%;
    font-size: 10px;
    line-height: 12px;
  }
}
@media (max-width: 380px) {
  /* line 1227, ../sass/module/_custom_frontpage.scss */
  .cfp_block {
    font-size: 12px;
  }

  /* line 1231, ../sass/module/_custom_frontpage.scss */
  .cfp_block-fyi-dm {
    line-height: 1.166666666666em;
  }

  /* line 1235, ../sass/module/_custom_frontpage.scss */
  .cfp_block-copy-title-mobile {
    font-size: 0.9em;
  }
}
/* line 1, ../sass/module/_homepage.scss */
#hp, #hp * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 5, ../sass/module/_homepage.scss */
body #container .hp_block {
  position: relative;
  float: left;
  width: 50%;
  font-size: 15px;
  overflow: hidden;
}
/* line 12, ../sass/module/_homepage.scss */
body #container .hp_block_double {
  width: 100%;
}
/* line 15, ../sass/module/_homepage.scss */
body #container .hp_block-bg_img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
/* line 21, ../sass/module/_homepage.scss */
body #container .hp_block-bg_img-squarer,
body #container .hp_block-bg_img-smallest {
  display: none;
}
/* line 25, ../sass/module/_homepage.scss */
body #container .hp_block-bg_img_organic {
  position: absolute;
  height: 100%;
  width: auto;
  left: 0;
  bottom: 0;
}
/* line 32, ../sass/module/_homepage.scss */
body #container .hp_block_organic-logos {
  position: absolute;
  top: 0;
  right: 50%;
  height: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
  width: 4.677914110429447852760736196319%;
  text-align: right;
}
/* line 41, ../sass/module/_homepage.scss */
html[lang="fr-fr"] body #container .hp_block_organic-logos {
  width: 4%;
}
/* line 45, ../sass/module/_homepage.scss */
body #container .hp_block_organic-logos-imgwrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 50, ../sass/module/_homepage.scss */
body #container .hp_block_organic-logos-logo {
  position: absolute;
  width: 100%;
  right: 0;
}
/* line 54, ../sass/module/_homepage.scss */
body #container .hp_block_organic-logos-logo:first-child {
  top: 0;
}
/* line 58, ../sass/module/_homepage.scss */
body #container .hp_block_organic-logos-logo:nth-child(2) {
  top: 50%;
  margin-top: -40.298507462686567164179104477612%;
}
/* line 62, ../sass/module/_homepage.scss */
html[lang="fr-fr"] body #container .hp_block_organic-logos-logo:nth-child(2) {
  top: 33%;
  margin-top: 0;
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}
/* line 67, ../sass/module/_homepage.scss */
html[lang="de"] body #container .hp_block_organic-logos-logo:nth-child(2), html[lang="at-de"] body #container .hp_block_organic-logos-logo:nth-child(2), html[lang="gsw-berne"] body #container .hp_block_organic-logos-logo:nth-child(2) {
  top: 33%;
  margin-top: 0;
  -moz-transform: translateY(-17%);
  -ms-transform: translateY(-17%);
  -webkit-transform: translateY(-17%);
  transform: translateY(-17%);
}
/* line 76, ../sass/module/_homepage.scss */
html[lang="fr-fr"] body #container .hp_block_organic-logos-logo:nth-child(3) {
  top: 66%;
  -moz-transform: translateY(-125%);
  -ms-transform: translateY(-125%);
  -webkit-transform: translateY(-125%);
  transform: translateY(-125%);
}
/* line 80, ../sass/module/_homepage.scss */
html[lang="de"] body #container .hp_block_organic-logos-logo:nth-child(3), html[lang="at-de"] body #container .hp_block_organic-logos-logo:nth-child(3), html[lang="gsw-berne"] body #container .hp_block_organic-logos-logo:nth-child(3) {
  top: 66%;
  -moz-transform: translateY(-56%);
  -ms-transform: translateY(-56%);
  -webkit-transform: translateY(-56%);
  transform: translateY(-56%);
}
/* line 87, ../sass/module/_homepage.scss */
body #container .hp_block_organic-logos-logo:last-child {
  bottom: 0;
}
/* line 92, ../sass/module/_homepage.scss */
body #container .hp_block_waitrose-logo {
  position: absolute;
  width: 142px;
  top: 9%;
  left: 2.9%;
  z-index: 10;
}
@media (max-width: 830px) {
  /* line 92, ../sass/module/_homepage.scss */
  body #container .hp_block_waitrose-logo {
    display: none;
  }
}
/* line 119, ../sass/module/_homepage.scss */
body #container .hp_block-copy {
  position: absolute;
  bottom: 50px;
  right: 50px;
  text-align: right;
}
/* line 124, ../sass/module/_homepage.scss */
body #container .hp_block-copy h1 {
  font-family: "brandon_grotesquebold", "Arial", "Helvetica", sans-serif;
  font-size: 2em;
  line-height: 1.2em;
  color: #a1bf36;
  margin-bottom: 21px;
}
/* line 130, ../sass/module/_homepage.scss */
body #container .hp_block-copy h1.regular_font {
  font-family: "brandon_grotesquemedium", "Arial", "Helvetica", sans-serif;
}
/* line 134, ../sass/module/_homepage.scss */
.prefix-cz body #container .hp_block-copy h1, .prefix-sl body #container .hp_block-copy h1, .prefix-gr body #container .hp_block-copy h1 {
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: bold;
}
/* line 139, ../sass/module/_homepage.scss */
body #container .hp_block-copy h1.hp_block-copy-mobile {
  display: none;
}
@media (max-width: 830px) {
  /* line 143, ../sass/module/_homepage.scss */
  body #container .hp_block-copy h1.hp_block-copy-mobile {
    display: block;
  }
  /* line 146, ../sass/module/_homepage.scss */
  body #container .hp_block-copy h1.hp_block-copy-desktop {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 151, ../sass/module/_homepage.scss */
  body #container .hp_block-copy h1.hp_block-copy-mobile {
    font-size: 1.3em;
  }
}
@media (max-width: 375px) {
  /* line 156, ../sass/module/_homepage.scss */
  body #container .hp_block-copy h1.hp_block-copy-mobile {
    font-size: .9em;
  }
}
/* line 180, ../sass/module/_homepage.scss */
body #container .hp_block-copy p {
  font-family: arial, sans-serif;
  font-size: 1em;
  line-height: 1.3333333333333333em;
  margin-bottom: 30px;
  color: #6d6661;
  overflow: hidden;
}
/* line 187, ../sass/module/_homepage.scss */
body #container .hp_block-copy p .green {
  color: #2c7838;
}
/* line 190, ../sass/module/_homepage.scss */
body #container .hp_block-copy p strong {
  font-weight: bold;
}
/* line 193, ../sass/module/_homepage.scss */
body #container .hp_block-copy p .double_lineheight {
  line-height: 2em;
}
/* line 198, ../sass/module/_homepage.scss */
body #container .hp_block-copy-waitrose {
  bottom: 0;
  height: 100%;
}
/* line 202, ../sass/module/_homepage.scss */
body #container .hp_block-copy-waitrose-table {
  display: table;
  height: 100%;
}
/* line 206, ../sass/module/_homepage.scss */
body #container .hp_block-copy-waitrose-tablecell {
  display: table-cell;
  vertical-align: middle;
}
/* line 210, ../sass/module/_homepage.scss */
body #container .hp_block-copy-small {
  position: absolute;
  left: 17.64%;
  bottom: 3%;
  font-family: "brandon_grotesquebold", "Arial", "Helvetica", sans-serif;
  color: #2c7838;
  font-size: 12px;
}
/* line 217, ../sass/module/_homepage.scss */
body #container .hp_block-copy-small.hp_block-copy-small-dmcopy {
  bottom: 9%;
}
@media (max-width: 1320px) {
  /* line 217, ../sass/module/_homepage.scss */
  body #container .hp_block-copy-small.hp_block-copy-small-dmcopy {
    bottom: 7%;
  }
}
@media (max-width: 1023px) {
  /* line 217, ../sass/module/_homepage.scss */
  body #container .hp_block-copy-small.hp_block-copy-small-dmcopy {
    bottom: 5%;
  }
}
@media (max-width: 375px) {
  /* line 217, ../sass/module/_homepage.scss */
  body #container .hp_block-copy-small.hp_block-copy-small-dmcopy {
    line-height: 14px;
  }
}
@media (max-width: 830px) {
  /* line 210, ../sass/module/_homepage.scss */
  body #container .hp_block-copy-small {
    left: 6%;
    bottom: auto;
    top: 57%;
    max-width: 50%;
  }
  /* line 235, ../sass/module/_homepage.scss */
  body #container .hp_block-copy-small.hp_block-copy-small-dmcopy {
    top: 60%;
  }
  /* line 239, ../sass/module/_homepage.scss */
  .prefix-de body #container .hp_block-copy-small {
    max-width: 44%;
  }
}
/* line 245, ../sass/module/_homepage.scss */
body #container .hp_block-copy-halfwidth {
  bottom: auto;
  top: 43px;
  right: 0;
  width: 50%;
  padding-right: 50px;
  padding-left: 50px;
  text-align: left;
}
/* line 253, ../sass/module/_homepage.scss */
body #container .hp_block-copy-halfwidth h1 {
  margin-bottom: 29px;
}
/* line 256, ../sass/module/_homepage.scss */
body #container .hp_block-copy-halfwidth p {
  margin-bottom: 0;
}
/* line 260, ../sass/module/_homepage.scss */
body #container .hp_block-copy-halfwidth-logos {
  display: none;
  margin-top: 30px;
}
/* line 264, ../sass/module/_homepage.scss */
body #container .hp_block-copy-halfwidth-logos-logo {
  margin-left: 20px;
  max-height: 45px;
}
/* line 267, ../sass/module/_homepage.scss */
body #container .hp_block-copy-halfwidth-logos-logo:first-child {
  margin-left: 0;
}
/* line 271, ../sass/module/_homepage.scss */
body #container .hp_block-copy_wrapper-left {
  position: absolute;
  top: 43px;
  left: 0;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
}
/* line 279, ../sass/module/_homepage.scss */
body #container .hp_block-copy_wrapper-bottom {
  top: auto;
  bottom: 50px;
}
/* line 282, ../sass/module/_homepage.scss */
body #container .hp_block-copy_wrapper-bottom a {
  border-bottom: 1px solid currentColor;
  line-height: 1.3333333333333333em;
}
/* line 285, ../sass/module/_homepage.scss */
.no-touch body #container .hp_block-copy_wrapper-bottom a {
  -moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
}
/* line 287, ../sass/module/_homepage.scss */
.no-touch body #container .hp_block-copy_wrapper-bottom a:hover {
  border-bottom-color: transparent;
}
/* line 292, ../sass/module/_homepage.scss */
body #container .hp_block-copy_wrapper-bottom p {
  margin-bottom: 0.8em;
}
/* line 295, ../sass/module/_homepage.scss */
body #container .hp_block-copy_wrapper-bottom p:last-child {
  margin-bottom: 0;
}
/* line 299, ../sass/module/_homepage.scss */
body #container .hp_block-copy_wrapper-bottom p a {
  line-height: 1.3333333333333333em !important;
}
/* line 305, ../sass/module/_homepage.scss */
body #container .hp_block-copy-left {
  position: relative;
  bottom: auto;
  right: auto;
  width: 50%;
  text-align: left;
}
/* line 313, ../sass/module/_homepage.scss */
body #container a.hp_block-btn {
  display: inline-block;
  position: relative;
  font-family: "brandon_grotesquebold", "Arial", "Helvetica", sans-serif;
  color: #2c7838;
  font-size: .93333333333333333333333333333333em;
  line-height: 1.2857142857142857142857142857143em;
  border: 2px solid #2c7838;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: .8em 3em .73333333333333333333333333333333em 1.2666666666666666666666666666667em;
  background-color: transparent;
}
/* line 327, ../sass/module/_homepage.scss */
.prefix-cz body #container a.hp_block-btn, .prefix-sl body #container a.hp_block-btn, .prefix-gr body #container a.hp_block-btn {
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: bold;
}
/* line 334, ../sass/module/_homepage.scss */
body #container a.hp_block-btn .hp_block-btn-arrow {
  position: absolute;
  top: 50%;
  right: 1.125em;
  margin-top: -0.34375em;
}
/* line 340, ../sass/module/_homepage.scss */
body #container a.hp_block-btn .hp_block-btn-arrow svg {
  display: block;
  width: 0.6875em;
  height: 0.6875em;
}
/* line 345, ../sass/module/_homepage.scss */
body #container a.hp_block-btn .hp_block-btn-arrow svg path,
body #container a.hp_block-btn .hp_block-btn-arrow svg rect,
body #container a.hp_block-btn .hp_block-btn-arrow svg polygon {
  fill: #2c7838;
  -moz-transition: fill 0.2s ease-in-out;
  -o-transition: fill 0.2s ease-in-out;
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}
/* line 355, ../sass/module/_homepage.scss */
body #container a.hp_block-btn.hp_block-btn-white {
  color: #fff;
  border-color: #fff;
}
/* line 358, ../sass/module/_homepage.scss */
body #container a.hp_block-btn.hp_block-btn-white svg path,
body #container a.hp_block-btn.hp_block-btn-white svg rect,
body #container a.hp_block-btn.hp_block-btn-white svg polygon {
  fill: #fff;
}
/* line 365, ../sass/module/_homepage.scss */
.no-touch body #container a.hp_block-btn {
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
/* line 368, ../sass/module/_homepage.scss */
.no-touch body #container a.hp_block-btn:hover {
  color: #fff;
  background-color: #2c7838;
  border-color: #2c7838;
}
/* line 373, ../sass/module/_homepage.scss */
.no-touch body #container a.hp_block-btn:hover svg path,
.no-touch body #container a.hp_block-btn:hover svg rect,
.no-touch body #container a.hp_block-btn:hover svg polygon {
  fill: #fff;
}
/* line 378, ../sass/module/_homepage.scss */
.no-touch body #container a.hp_block-btn:hover.hp_block-btn-white {
  color: #2c7838;
  background-color: #fff;
  border-color: #fff;
}
/* line 382, ../sass/module/_homepage.scss */
.no-touch body #container a.hp_block-btn:hover.hp_block-btn-white svg path,
.no-touch body #container a.hp_block-btn:hover.hp_block-btn-white svg rect,
.no-touch body #container a.hp_block-btn:hover.hp_block-btn-white svg polygon {
  fill: #2c7838;
}
/* line 391, ../sass/module/_homepage.scss */
body #container a.hp_block-btn-abs {
  position: absolute;
  right: 50px;
  bottom: 50px;
}
/* line 397, ../sass/module/_homepage.scss */
body #container .hp-block_circle {
  position: absolute;
  top: 50%;
  left: 15%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #a1bf36;
  color: #FFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 10.3125em;
  height: 10.3125em;
  text-align: center;
  font-family: "brandon_grotesquebold", "Arial", "Helvetica", sans-serif;
  font-size: 1em;
  line-height: 1.2em;
}
/* line 412, ../sass/module/_homepage.scss */
body #container .hp-block_circle span {
  display: block;
  font-size: 1.875em;
  line-height: 1em;
  margin-bottom: 0.25em;
}
@media (max-width: 830px) {
  /* line 397, ../sass/module/_homepage.scss */
  body #container .hp-block_circle {
    display: none;
  }
}
/* line 424, ../sass/module/_homepage.scss */
body #container .hp-block_circle_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -0.5em;
}
/* line 432, ../sass/module/_homepage.scss */
.prefix-nl body #container .hp-block_circle_inner, .prefix-it body #container .hp-block_circle_inner {
  margin-top: 0;
}
@media (min-width: 1400px) {
  /* line 439, ../sass/module/_homepage.scss */
  body #container .hp_block {
    font-size: 16px;
  }
}
@media (min-width: 1800px) {
  /* line 446, ../sass/module/_homepage.scss */
  body #container .hp_block {
    font-size: 18px;
  }
}
@media (max-width: 1400px) {
  /* line 452, ../sass/module/_homepage.scss */
  .prefix-jp body #container .hp_block-copy-halfwidth {
    top: 33px;
    padding-left: 40px;
    padding-right: 40px;
  }
  /* line 456, ../sass/module/_homepage.scss */
  .prefix-jp body #container .hp_block-copy-halfwidth h1 {
    font-size: 1.8em;
  }
  /* line 459, ../sass/module/_homepage.scss */
  .prefix-se .prefix-jp body #container .hp_block-copy-halfwidth h1 {
    font-size: 1.7em;
  }
  /* line 463, ../sass/module/_homepage.scss */
  .prefix-jp body #container .hp_block-copy-halfwidth p {
    font-size: .8em;
  }
}
@media (max-width: 1300px) {
  /* line 470, ../sass/module/_homepage.scss */
  .prefix-pt body #container .hp_block-copy-halfwidth, .prefix-benl body #container .hp_block-copy-halfwidth, .prefix-nl body #container .hp_block-copy-halfwidth, .prefix-it body #container .hp_block-copy-halfwidth {
    top: 33px;
    padding-left: 40px;
    padding-right: 40px;
  }
  /* line 477, ../sass/module/_homepage.scss */
  .prefix-pt body #container .hp_block-copy-halfwidth h1, .prefix-benl body #container .hp_block-copy-halfwidth h1, .prefix-nl body #container .hp_block-copy-halfwidth h1, .prefix-it body #container .hp_block-copy-halfwidth h1 {
    font-size: 1.8em;
  }
  /* line 480, ../sass/module/_homepage.scss */
  .prefix-se .prefix-pt body #container .hp_block-copy-halfwidth h1, .prefix-se .prefix-benl body #container .hp_block-copy-halfwidth h1, .prefix-se .prefix-nl body #container .hp_block-copy-halfwidth h1, .prefix-se .prefix-it body #container .hp_block-copy-halfwidth h1 {
    font-size: 1.7em;
  }
  /* line 484, ../sass/module/_homepage.scss */
  .prefix-pt body #container .hp_block-copy-halfwidth p, .prefix-benl body #container .hp_block-copy-halfwidth p, .prefix-nl body #container .hp_block-copy-halfwidth p, .prefix-it body #container .hp_block-copy-halfwidth p {
    font-size: .8em;
  }
  /* line 488, ../sass/module/_homepage.scss */
  .prefix-pt body #container .hp_block-copy-halfwidth h1 {
    font-size: 1.5em;
  }
  /* line 494, ../sass/module/_homepage.scss */
  .prefix-at body #container .hp_block-copy-left, .prefix-de body #container .hp_block-copy-left, .prefix-ch body #container .hp_block-copy-left {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  /* line 502, ../sass/module/_homepage.scss */
  body #container .hp_block-copy-halfwidth {
    top: 33px;
    padding-left: 40px;
    padding-right: 40px;
  }
  /* line 506, ../sass/module/_homepage.scss */
  body #container .hp_block-copy-halfwidth h1 {
    font-size: 1.8em;
  }
  /* line 509, ../sass/module/_homepage.scss */
  .prefix-se body #container .hp_block-copy-halfwidth h1 {
    font-size: 1.7em;
  }
  /* line 513, ../sass/module/_homepage.scss */
  body #container .hp_block-copy-halfwidth p {
    font-size: .8em;
  }
  /* line 517, ../sass/module/_homepage.scss */
  body #container .hp_block-copy-left {
    width: 100%;
  }
  /* line 520, ../sass/module/_homepage.scss */
  body #container a.hp_block-btn-abs {
    right: 40px;
    bottom: 40px;
  }
  /* line 524, ../sass/module/_homepage.scss */
  body #container .hp_block_organic-logos {
    padding-top: 33px;
    padding-bottom: 33px;
  }
  /* line 529, ../sass/module/_homepage.scss */
  body #container .hp_block_organic-logos-logo:first-child {
    top: 0;
  }
  /* line 533, ../sass/module/_homepage.scss */
  body #container .hp_block_organic-logos-logo:last-child {
    bottom: 0;
  }
}
@media (max-width: 1200px) {
  /* line 540, ../sass/module/_homepage.scss */
  .prefix-jp body #container .hp_block {
    font-size: 12px;
  }
  /* line 543, ../sass/module/_homepage.scss */
  .prefix-jp body #container .hp_block-copy-halfwidth {
    right: 0;
    top: 23px;
    padding-left: 30px;
    padding-right: 30px;
  }
  /* line 548, ../sass/module/_homepage.scss */
  .prefix-jp body #container .hp_block-copy-halfwidth p {
    font-size: 1em;
  }
}
@media (max-width: 1150px) {
  /* line 554, ../sass/module/_homepage.scss */
  .prefix-benl body #container .hp_block, .prefix-nl body #container .hp_block, .prefix-it body #container .hp_block, .prefix-pt body #container .hp_block {
    font-size: 12px;
  }
  /* line 557, ../sass/module/_homepage.scss */
  .prefix-benl body #container .hp_block-copy-halfwidth, .prefix-nl body #container .hp_block-copy-halfwidth, .prefix-it body #container .hp_block-copy-halfwidth, .prefix-pt body #container .hp_block-copy-halfwidth {
    right: 0;
    top: 23px;
    padding-left: 30px;
    padding-right: 30px;
  }
  /* line 562, ../sass/module/_homepage.scss */
  .prefix-benl body #container .hp_block-copy-halfwidth p, .prefix-nl body #container .hp_block-copy-halfwidth p, .prefix-it body #container .hp_block-copy-halfwidth p, .prefix-pt body #container .hp_block-copy-halfwidth p {
    font-size: 1em;
  }
}
@media (max-width: 1024px) {
  /* line 568, ../sass/module/_homepage.scss */
  body #container .hp_block {
    font-size: 12px;
  }
  /* line 571, ../sass/module/_homepage.scss */
  body #container .hp_block-copy {
    bottom: 30px;
    right: 30px;
  }
  /* line 575, ../sass/module/_homepage.scss */
  body #container .hp_block-copy-waitrose {
    bottom: 0;
  }
  /* line 578, ../sass/module/_homepage.scss */
  body #container .hp_block-copy h1 {
    margin-bottom: 11px;
  }
  /* line 581, ../sass/module/_homepage.scss */
  body #container .hp_block-copy_wrapper-left {
    padding-left: 30px;
    padding-right: 30px;
    top: 23px;
  }
  /* line 586, ../sass/module/_homepage.scss */
  body #container .hp_block-copy_wrapper-bottom {
    top: auto;
    bottom: 30px;
  }
  /* line 590, ../sass/module/_homepage.scss */
  body #container .hp_block-copy-left {
    bottom: auto;
    right: auto;
    width: 50%;
  }
  /* line 595, ../sass/module/_homepage.scss */
  .prefix-benl body #container .hp_block-copy-left, .prefix-cz body #container .hp_block-copy-left, .prefix-nl body #container .hp_block-copy-left, .prefix-gr body #container .hp_block-copy-left, .prefix-jp body #container .hp_block-copy-left {
    width: 100%;
  }
  /* line 600, ../sass/module/_homepage.scss */
  body #container .hp_block-copy-halfwidth {
    right: 0;
    top: 23px;
    padding-left: 30px;
    padding-right: 30px;
  }
  /* line 605, ../sass/module/_homepage.scss */
  body #container .hp_block-copy-halfwidth h1 {
    font-size: 2em;
  }
  /* line 608, ../sass/module/_homepage.scss */
  body #container .hp_block-copy-halfwidth p {
    font-size: 1em;
  }
  /* line 612, ../sass/module/_homepage.scss */
  body #container a.hp_block-btn-abs {
    right: 30px;
    bottom: 30px;
  }
  /* line 616, ../sass/module/_homepage.scss */
  body #container .hp_block-bg_img_organic {
    left: 1.9171779141104294478527607361963%;
  }
  /* line 619, ../sass/module/_homepage.scss */
  body #container .hp_block-copy-halfwidth {
    padding-left: 0;
  }
  /* line 622, ../sass/module/_homepage.scss */
  body #container .hp_block_organic-logos {
    margin-right: 30px;
  }
  /* line 625, ../sass/module/_homepage.scss */
  body #container .hp_block_organic-logos {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  /* line 630, ../sass/module/_homepage.scss */
  body #container .hp_block_organic-logos-logo:first-child {
    top: 0;
  }
  /* line 634, ../sass/module/_homepage.scss */
  body #container .hp_block_organic-logos-logo:last-child {
    bottom: 0;
  }
}
@media (max-width: 1000px) {
  /* line 643, ../sass/module/_homepage.scss */
  .prefix-jp body #container .hp_block-copy-halfwidth {
    width: 60.506134969325146%;
    padding-left: 30px;
  }
  /* line 646, ../sass/module/_homepage.scss */
  .prefix-jp body #container .hp_block-copy-halfwidth p .double_lineheight {
    line-height: 1.5em;
  }
  /* line 650, ../sass/module/_homepage.scss */
  .prefix-jp body #container .hp_block_organic-logos {
    margin-right: 0;
    right: auto;
    left: 34.815950920245406%;
  }
}
@media (max-width: 950px) {
  /* line 658, ../sass/module/_homepage.scss */
  .prefix-es body #container .hp_block-copy-left, .prefix-pt body #container .hp_block-copy-left {
    width: 60%;
  }
  /* line 661, ../sass/module/_homepage.scss */
  .prefix-it body #container .hp_block-copy-left {
    width: 70%;
  }
}
@media (max-width: 920px) {
  /* line 666, ../sass/module/_homepage.scss */
  body #container .hp_block-copy-halfwidth {
    width: 48%;
    width: calc(50% + 30px);
  }
  /* line 670, ../sass/module/_homepage.scss */
  body #container .hp_block_organic-logos {
    margin-right: 60px;
  }
  /* line 673, ../sass/module/_homepage.scss */
  body #container .hp_block-bg_img_organic {
    left: -40px;
  }
  /* line 677, ../sass/module/_homepage.scss */
  .prefix-sl body #container .hp_block-copy-left {
    width: 60%;
  }
}
@media (max-width: 880px) {
  /* line 682, ../sass/module/_homepage.scss */
  .prefix-befr body #container .hp_block-copy-left, .prefix-fr body #container .hp_block-copy-left, .prefix-lu body #container .hp_block-copy-left {
    width: 60%;
  }
}
@media (max-width: 870px) {
  /* line 687, ../sass/module/_homepage.scss */
  body #container .hp_block-copy-halfwidth {
    width: 60.506134969325146%;
    padding-left: 30px;
  }
  /* line 690, ../sass/module/_homepage.scss */
  body #container .hp_block-copy-halfwidth p .double_lineheight {
    line-height: 1.5em;
  }
  /* line 694, ../sass/module/_homepage.scss */
  body #container .hp_block_organic-logos {
    margin-right: 0;
    right: auto;
    left: 34.815950920245406%;
  }
  /* line 700, ../sass/module/_homepage.scss */
  .prefix-se body #container .hp_block-copy-left {
    width: 60%;
  }
}
@media (max-width: 830px) {
  /* line 705, ../sass/module/_homepage.scss */
  body #container .hp_block {
    width: 100%;
    font-size: 15px;
  }
  /* line 709, ../sass/module/_homepage.scss */
  body #container .hp_block-bg_img_organic {
    display: none;
  }
  /* line 712, ../sass/module/_homepage.scss */
  body #container .hp_block-copy {
    bottom: 50px;
    right: 50px;
  }
  /* line 715, ../sass/module/_homepage.scss */
  body #container .hp_block-copy.hp_block-copy-fixed_width {
    max-width: calc(50% - 50px);
  }
  /* line 719, ../sass/module/_homepage.scss */
  body #container .hp_block-copy-waitrose {
    bottom: 0;
  }
  /* line 722, ../sass/module/_homepage.scss */
  body #container .hp_block-copy h1 {
    margin-bottom: 21px;
  }
  /* line 725, ../sass/module/_homepage.scss */
  body #container .hp_block-copy-halfwidth, .prefix-jp body #container .hp_block-copy-halfwidth {
    width: 100%;
    right: 0;
    padding-left: 50px;
    padding-right: 50px;
    bottom: auto;
    position: relative;
    top: auto;
    margin-top: 43px;
    margin-bottom: 43px;
  }
  /* line 736, ../sass/module/_homepage.scss */
  body #container .hp_block-copy-halfwidth h1, .prefix-jp body #container .hp_block-copy-halfwidth h1 {
    margin-bottom: 29px;
  }
  /* line 740, ../sass/module/_homepage.scss */
  body #container .hp_block-copy-halfwidth p .double_lineheight, .prefix-jp body #container .hp_block-copy-halfwidth p .double_lineheight {
    line-height: 2em;
  }
  /* line 744, ../sass/module/_homepage.scss */
  .prefix-benl body #container .hp_block-copy-halfwidth, .prefix-nl body #container .hp_block-copy-halfwidth, .prefix-it body #container .hp_block-copy-halfwidth, .prefix-pt body #container .hp_block-copy-halfwidth, .prefix-benl .prefix-jp body #container .hp_block-copy-halfwidth, .prefix-nl .prefix-jp body #container .hp_block-copy-halfwidth, .prefix-it .prefix-jp body #container .hp_block-copy-halfwidth, .prefix-pt .prefix-jp body #container .hp_block-copy-halfwidth {
    top: 0;
    padding-left: 50px;
    padding-right: 50px;
  }
  /* line 753, ../sass/module/_homepage.scss */
  .prefix-benl body #container.hp_block-copy-halfwidth, .prefix-nl body #container .hp_block-copy-halfwidth, .prefix-it body #container .hp_block-copy-halfwidth {
    top: 0;
  }
  /* line 757, ../sass/module/_homepage.scss */
  body #container .hp_block-copy-halfwidth-logos {
    display: block;
  }
  /* line 760, ../sass/module/_homepage.scss */
  body #container .hp_block_organic-logos {
    display: none;
  }
  /* line 763, ../sass/module/_homepage.scss */
  body #container .hp_block-bg_img-desktop {
    display: none;
  }
  /* line 766, ../sass/module/_homepage.scss */
  body #container .hp_block-bg_img-squarer {
    display: block;
  }
  /* line 769, ../sass/module/_homepage.scss */
  body #container .hp_block_organic {
    background-color: #f0f9ff;
  }
  /* line 771, ../sass/module/_homepage.scss */
  body #container .hp_block_organic .hp_block-bg_img-squarer {
    display: none;
  }
  /* line 775, ../sass/module/_homepage.scss */
  body #container .hp_block-copy_wrapper-left {
    padding-left: 50px;
    padding-right: 50px;
    top: 43px;
  }
  /* line 780, ../sass/module/_homepage.scss */
  body #container .hp_block-copy_wrapper-bottom {
    top: auto;
    bottom: 50px;
  }
  /* line 784, ../sass/module/_homepage.scss */
  body #container .hp_block-copy-left {
    bottom: auto;
    right: auto;
  }
  /* line 788, ../sass/module/_homepage.scss */
  .prefix-se body #container .hp_block-copy-left, .prefix-es body #container .hp_block-copy-left, .prefix-benl body #container .hp_block-copy-left, .prefix-cz body #container .hp_block-copy-left, .prefix-nl body #container .hp_block-copy-left, .prefix-gr body #container .hp_block-copy-left, .prefix-jp body #container .hp_block-copy-left {
    width: 50%;
  }
  /* line 792, ../sass/module/_homepage.scss */
  body #container a.hp_block-btn-abs {
    right: 50px;
    bottom: 50px;
  }
  /* line 801, ../sass/module/_homepage.scss */
  .prefix-cz body #container .hp_block_first .hp_block-copy h1, .prefix-sl body #container .hp_block_first .hp_block-copy h1, .prefix-no body #container .hp_block_first .hp_block-copy h1, .prefix-se body #container .hp_block_first .hp_block-copy h1 {
    font-size: 1.8em;
  }
  /* line 805, ../sass/module/_homepage.scss */
  .prefix-cz body #container .hp_block_first .hp_block-copy .hp_block-btn, .prefix-sl body #container .hp_block_first .hp_block-copy .hp_block-btn, .prefix-no body #container .hp_block_first .hp_block-copy .hp_block-btn, .prefix-se body #container .hp_block_first .hp_block-copy .hp_block-btn {
    max-width: 10.21428571428571em;
    text-align: left;
  }
  /* line 811, ../sass/module/_homepage.scss */
  .prefix-sl body #container .hp_block_first .hp_block-copy .hp_block-btn {
    max-width: 9.42857em;
  }
  /* line 815, ../sass/module/_homepage.scss */
  .prefix-no body #container .hp_block_first .hp_block-copy .hp_block-btn {
    max-width: 9.7em;
  }
}
@media (max-width: 640px) {
  /* line 829, ../sass/module/_homepage.scss */
  body #container .hp_block-copy-halfwidth h1 {
    font-size: 1.9em;
  }
  /* line 832, ../sass/module/_homepage.scss */
  body #container .hp_block-copy-halfwidth p {
    font-size: .9em;
  }
  /* line 837, ../sass/module/_homepage.scss */
  .prefix-se body #container .hp_block-copy-left, .prefix-es body #container .hp_block-copy-left, .prefix-it body #container .hp_block-copy-left, .prefix-pt body #container .hp_block-copy-left, .prefix-benl body #container .hp_block-copy-left, .prefix-nl body #container .hp_block-copy-left, .prefix-cz body #container .hp_block-copy-left, .prefix-gr body #container .hp_block-copy-left, .prefix-jp body #container .hp_block-copy-left {
    width: 80%;
  }
  /* line 841, ../sass/module/_homepage.scss */
  body #container .hp-block_fresh-drink {
    font-size: 13px;
  }
}
@media (max-width: 590px) {
  /* line 846, ../sass/module/_homepage.scss */
  .prefix-pt body #container .hp_block_seventh .hp_block-btn {
    max-width: 10.45454545454545em;
    text-align: left;
  }
  /* line 850, ../sass/module/_homepage.scss */
  .prefix-es body #container .hp_block_seventh .hp_block-btn {
    max-width: 10.28571428571429em;
    text-align: left;
  }
  /* line 854, ../sass/module/_homepage.scss */
  .prefix-gr body #container .hp_block_organic {
    text-align: right;
  }
  /* line 857, ../sass/module/_homepage.scss */
  .prefix-gr body #container a.hp_block-btn-abs {
    position: relative;
    right: auto;
    bottom: auto;
    margin-right: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 560px) {
  /* line 866, ../sass/module/_homepage.scss */
  body #container a.hp_block-btn-abs {
    right: 40px;
    bottom: 40px;
  }
  /* line 870, ../sass/module/_homepage.scss */
  body #container .hp_block-copy {
    bottom: 40px;
    right: 40px;
  }
  /* line 873, ../sass/module/_homepage.scss */
  body #container .hp_block-copy.hp_block-copy-waitrose {
    bottom: 0;
  }
  /* line 877, ../sass/module/_homepage.scss */
  body #container .hp_block-copy-left {
    bottom: auto;
    right: auto;
  }
  /* line 881, ../sass/module/_homepage.scss */
  body #container .hp_block-copy h1 {
    margin-bottom: 11px;
  }
  /* line 885, ../sass/module/_homepage.scss */
  body #container .hp_block-copy-halfwidth, .prefix-jp body #container .hp_block-copy-halfwidth {
    bottom: auto;
    right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  /* line 893, ../sass/module/_homepage.scss */
  .prefix-benl body #container .hp_block-copy-halfwidth, .prefix-nl body #container .hp_block-copy-halfwidth, .prefix-it body #container .hp_block-copy-halfwidth, .prefix-pt body #container .hp_block-copy-halfwidth {
    padding-left: 40px;
    padding-right: 40px;
  }
  /* line 898, ../sass/module/_homepage.scss */
  body #container .hp_block-copy_wrapper-left {
    padding-left: 40px;
    padding-right: 40px;
    top: 33px;
  }
  /* line 903, ../sass/module/_homepage.scss */
  body #container .hp_block-copy_wrapper-bottom {
    top: auto;
    bottom: 40px;
  }
}
@media (max-width: 520px) {
  /* line 909, ../sass/module/_homepage.scss */
  body #container .hp_block {
    font-size: 14px;
  }
  /* line 912, ../sass/module/_homepage.scss */
  body #container a.hp_block-btn-abs {
    right: 30px;
    bottom: 30px;
  }
  /* line 916, ../sass/module/_homepage.scss */
  body #container .hp_block-copy {
    bottom: 30px;
    right: 30px;
  /* &.hp_block-copy-to_high {
	bottom: 10px;
  } */
  }
  /* line 924, ../sass/module/_homepage.scss */
  body #container .hp_block-copy-left, .prefix-es body #container .hp_block-copy-left, .prefix-befr body #container .hp_block-copy-left, .prefix-lu body #container .hp_block-copy-left, .prefix-fr body #container .hp_block-copy-left, .prefix-sl body #container .hp_block-copy-left, .prefix-pt body #container .hp_block-copy-left, .prefix-it body #container .hp_block-copy-left, .prefix-benl body #container .hp_block-copy-left, .prefix-nl body #container .hp_block-copy-left, .prefix-cz body #container .hp_block-copy-left, .prefix-gr body #container .hp_block-copy-left, .prefix-jp body #container .hp_block-copy-left {
    bottom: auto;
    right: auto;
    width: 100%;
  }
  /* line 930, ../sass/module/_homepage.scss */
  .prefix-cz body #container .hp_block_second .hp_block-copy-left {
    bottom: 15px;
  }
  /* line 934, ../sass/module/_homepage.scss */
  body #container .hp_block-copy h1 {
    margin-bottom: 11px;
  }
  /* line 938, ../sass/module/_homepage.scss */
  body #container .hp_block-copy-halfwidth, .prefix-jp body #container .hp_block-copy-halfwidth {
    top: 23px;
    padding-left: 30px;
    padding-right: 30px;
  }
  /* line 943, ../sass/module/_homepage.scss */
  .prefix-befr body #container .hp_block-copy-halfwidth, .prefix-fr body #container .hp_block-copy-halfwidth, .prefix-lu body #container .hp_block-copy-halfwidth, .prefix-benl body #container .hp_block-copy-halfwidth, .prefix-nl body #container .hp_block-copy-halfwidth, .prefix-sl body #container .hp_block-copy-halfwidth, .prefix-it body #container .hp_block-copy-halfwidth, .prefix-pt body #container .hp_block-copy-halfwidth, .prefix-befr .prefix-jp body #container .hp_block-copy-halfwidth, .prefix-fr .prefix-jp body #container .hp_block-copy-halfwidth, .prefix-lu .prefix-jp body #container .hp_block-copy-halfwidth, .prefix-benl .prefix-jp body #container .hp_block-copy-halfwidth, .prefix-nl .prefix-jp body #container .hp_block-copy-halfwidth, .prefix-sl .prefix-jp body #container .hp_block-copy-halfwidth, .prefix-it .prefix-jp body #container .hp_block-copy-halfwidth, .prefix-pt .prefix-jp body #container .hp_block-copy-halfwidth {
    top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  /* line 949, ../sass/module/_homepage.scss */
  body #container .hp_block-copy_wrapper-left {
    padding-left: 30px;
    padding-right: 30px;
    top: 23px;
  }
  /* line 954, ../sass/module/_homepage.scss */
  body #container .hp_block-copy_wrapper-bottom {
    top: auto;
    bottom: 30px;
  }
  /* line 958, ../sass/module/_homepage.scss */
  body #container .hp_block-copy-halfwidth, .prefix-jp body #container .hp_block-copy-halfwidth {
    top: 0;
    bottom: auto;
    right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  /* line 966, ../sass/module/_homepage.scss */
  body #container .hp-block_fresh-drink {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  /* line 971, ../sass/module/_homepage.scss */
  body #container .hp_block_organic {
    font-size: 13px;
  }
  /* line 975, ../sass/module/_homepage.scss */
  body #container .hp-block_fresh-drink .hp_block-copy h1 {
    margin-bottom: 6px;
    font-size: 1.4em;
  }
}
@media (max-width: 440px) {
  /* line 982, ../sass/module/_homepage.scss */
  body #container .hp_block-copy.hp_block-copy-waitrose .sml {
    max-width: 300px;
    margin-bottom: 20px;
  }
  /* line 986, ../sass/module/_homepage.scss */
  body #container .hp_block {
    font-size: 13px;
  }
  /* line 989, ../sass/module/_homepage.scss */
  body #container .hp_block_organic {
    font-size: 12px;
  }
  /* line 992, ../sass/module/_homepage.scss */
  body #container a.hp_block-btn-abs {
    right: 25px;
    bottom: 25px;
  }
  /* line 996, ../sass/module/_homepage.scss */
  body #container .hp_block-copy {
    bottom: 25px;
    right: 25px;
  /* &.hp_block-copy-to_high {
	bottom: $general_padding_mobile;
	h1 {
		font-size: 1.2em;
	}
  } */
  }
  /* line 1007, ../sass/module/_homepage.scss */
  body #container .hp_block-copy-left {
    bottom: auto;
    right: auto;
  }
  /* line 1012, ../sass/module/_homepage.scss */
  body #container .hp_block_second .hp_block-copy-left {
    bottom: 15px;
  }
  /* line 1016, ../sass/module/_homepage.scss */
  .prefix-gr body #container .hp_block_second .hp_block-copy-left {
    bottom: 10px;
  }
  /* line 1020, ../sass/module/_homepage.scss */
  body #container .hp_block-copy h1, .prefix-cz body #container .hp_block_first .hp_block-copy h1 {
    margin-bottom: 6px;
    font-size: 1.4em;
  }
  /* line 1025, ../sass/module/_homepage.scss */
  body #container .hp_block-copy_wrapper-left {
    padding-left: 25px;
    padding-right: 25px;
    top: 18px;
  }
  /* line 1030, ../sass/module/_homepage.scss */
  body #container .hp_block-copy_wrapper-bottom {
    top: auto;
    bottom: 10px;
  }
  /* line 1034, ../sass/module/_homepage.scss */
  body #container .hp_block-copy-halfwidth, .prefix-jp body #container .hp_block-copy-halfwidth {
    bottom: auto;
    right: auto;
    padding-left: 25px;
    padding-right: 25px;
  }
  /* line 1040, ../sass/module/_homepage.scss */
  .prefix-benl body #container .hp_block-copy-halfwidth, .prefix-nl body #container .hp_block-copy-halfwidth, .prefix-it body #container .hp_block-copy-halfwidth, .prefix-pt body #container .hp_block-copy-halfwidth, .prefix-benl .prefix-jp body #container .hp_block-copy-halfwidth, .prefix-nl .prefix-jp body #container .hp_block-copy-halfwidth, .prefix-it .prefix-jp body #container .hp_block-copy-halfwidth, .prefix-pt .prefix-jp body #container .hp_block-copy-halfwidth {
    padding-left: 25px;
    padding-right: 25px;
  }
  /* line 1051, ../sass/module/_homepage.scss */
  .prefix-se body #container .hp_block:nth-child(2) .hp_block-copy_wrapper-bottom, .prefix-sl body #container .hp_block:nth-child(2) .hp_block-copy_wrapper-bottom, .prefix-cz body #container .hp_block:nth-child(2) .hp_block-copy_wrapper-bottom, .prefix-jp body #container .hp_block:nth-child(2) .hp_block-copy_wrapper-bottom, .prefix-no body #container .hp_block:nth-child(2) .hp_block-copy_wrapper-bottom {
    bottom: 5px;
  }
  /* line 1055, ../sass/module/_homepage.scss */
  .prefix-se body #container .hp_block:nth-child(2) h1, .prefix-se body #container .hp_block:nth-child(2) p, .prefix-sl body #container .hp_block:nth-child(2) h1, .prefix-sl body #container .hp_block:nth-child(2) p, .prefix-cz body #container .hp_block:nth-child(2) h1, .prefix-cz body #container .hp_block:nth-child(2) p, .prefix-jp body #container .hp_block:nth-child(2) h1, .prefix-jp body #container .hp_block:nth-child(2) p, .prefix-no body #container .hp_block:nth-child(2) h1, .prefix-no body #container .hp_block:nth-child(2) p {
    line-height: 1.2em;
  }
  /* line 1060, ../sass/module/_homepage.scss */
  body #container .hp_block_eight .hp_block-btn {
    max-width: 9.083333333333333em;
    text-align: left;
  }
  /* line 1065, ../sass/module/_homepage.scss */
  body #container .hp_block_last .hp_block-btn {
    max-width: 9.583333333333333em;
    text-align: left;
  }
  /* line 1070, ../sass/module/_homepage.scss */
  body #container .hp_block_seventh .hp_block-btn {
    max-width: 12.16666666666667em;
    text-align: left;
  }
  /* line 1075, ../sass/module/_homepage.scss */
  body #container .hp_block_first .hp_block-btn {
    max-width: 9em;
    text-align: left;
  }
}
@media (max-width: 600px) {
  /* line 1086, ../sass/module/_homepage.scss */
  html[lang="fr-fr"] body #container .hp_block_organic, html[lang="de"] body #container .hp_block_organic, html[lang="at-de"] body #container .hp_block_organic, html[lang="gsw-berne"] body #container .hp_block_organic {
    text-align: right;
  }
  /* line 1089, ../sass/module/_homepage.scss */
  html[lang="fr-fr"] body #container .hp_block-copy-halfwidth, .prefix-jp html[lang="fr-fr"] body #container .hp_block-copy-halfwidth, html[lang="de"] body #container .hp_block-copy-halfwidth, .prefix-jp html[lang="de"] body #container .hp_block-copy-halfwidth, html[lang="at-de"] body #container .hp_block-copy-halfwidth, .prefix-jp html[lang="at-de"] body #container .hp_block-copy-halfwidth, html[lang="gsw-berne"] body #container .hp_block-copy-halfwidth, .prefix-jp html[lang="gsw-berne"] body #container .hp_block-copy-halfwidth {
    text-align: left;
    margin-top: 18px;
  }
  /* line 1094, ../sass/module/_homepage.scss */
  html[lang="fr-fr"] body #container .hp_block-copy-halfwidth h1, .prefix-jp html[lang="fr-fr"] body #container .hp_block-copy-halfwidth h1, html[lang="de"] body #container .hp_block-copy-halfwidth h1, .prefix-jp html[lang="de"] body #container .hp_block-copy-halfwidth h1, html[lang="at-de"] body #container .hp_block-copy-halfwidth h1, .prefix-jp html[lang="at-de"] body #container .hp_block-copy-halfwidth h1, html[lang="gsw-berne"] body #container .hp_block-copy-halfwidth h1, .prefix-jp html[lang="gsw-berne"] body #container .hp_block-copy-halfwidth h1 {
    font-size: 2em;
  }
  /* line 1097, ../sass/module/_homepage.scss */
  html[lang="fr-fr"] body #container .hp_block-copy-halfwidth p, .prefix-jp html[lang="fr-fr"] body #container .hp_block-copy-halfwidth p, html[lang="de"] body #container .hp_block-copy-halfwidth p, .prefix-jp html[lang="de"] body #container .hp_block-copy-halfwidth p, html[lang="at-de"] body #container .hp_block-copy-halfwidth p, .prefix-jp html[lang="at-de"] body #container .hp_block-copy-halfwidth p, html[lang="gsw-berne"] body #container .hp_block-copy-halfwidth p, .prefix-jp html[lang="gsw-berne"] body #container .hp_block-copy-halfwidth p {
    font-size: 1em;
  }
  /* line 1101, ../sass/module/_homepage.scss */
  html[lang="fr-fr"] body #container a.hp_block-btn-abs, html[lang="de"] body #container a.hp_block-btn-abs, html[lang="at-de"] body #container a.hp_block-btn-abs, html[lang="gsw-berne"] body #container a.hp_block-btn-abs {
    position: relative;
    right: auto;
    bottom: auto;
    margin-right: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 410px) {
  /* line 1112, ../sass/module/_homepage.scss */
  body #container .hp_block_organic {
    text-align: right;
  }
  /* line 1115, ../sass/module/_homepage.scss */
  body #container .hp_block-copy-halfwidth, .prefix-jp body #container .hp_block-copy-halfwidth {
    text-align: left;
    margin-top: 18px;
  }
  /* line 1120, ../sass/module/_homepage.scss */
  body #container .hp_block-copy-halfwidth h1, .prefix-jp body #container .hp_block-copy-halfwidth h1 {
    font-size: 2em;
  }
  /* line 1123, ../sass/module/_homepage.scss */
  body #container .hp_block-copy-halfwidth p, .prefix-jp body #container .hp_block-copy-halfwidth p {
    font-size: 1em;
  }
  /* line 1127, ../sass/module/_homepage.scss */
  body #container a.hp_block-btn-abs {
    position: relative;
    right: auto;
    bottom: auto;
    margin-right: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 380px) {
  /* line 1136, ../sass/module/_homepage.scss */
  body #container .hp_block {
    font-size: 12px;
  }
  /* line 1139, ../sass/module/_homepage.scss */
  .prefix-at body #container .hp_block:nth-child(2) .hp_block-btn, .prefix-de body #container .hp_block:nth-child(2) .hp_block-btn, .prefix-ch body #container .hp_block:nth-child(2) .hp_block-btn {
    font-size: 10px;
  }
}

@media (max-width: 960px) {
  /* line 1151, ../sass/module/_homepage.scss */
  body.i18n-at-de #container .hp_block-copy-left, body.i18n-de #container .hp_block-copy-left, body.i18n-gsw-berne #container .hp_block-copy-left {
    width: 100%;
  }
}
@media (max-width: 830px) {
  /* line 1160, ../sass/module/_homepage.scss */
  body.i18n-at-de #container .hp_block-copy-left, body.i18n-de #container .hp_block-copy-left, body.i18n-gsw-berne #container .hp_block-copy-left {
    width: 50%;
  }
}
@media (max-width: 640px) {
  /* line 1169, ../sass/module/_homepage.scss */
  body.i18n-at-de #container .hp_block-copy-left, body.i18n-de #container .hp_block-copy-left, body.i18n-gsw-berne #container .hp_block-copy-left {
    width: 100%;
  }
}
@media (max-width: 580px) {
  /* line 1178, ../sass/module/_homepage.scss */
  body.i18n-at-de #container .hp_block_first .hp_block-btn, body.i18n-de #container .hp_block_first .hp_block-btn, body.i18n-gsw-berne #container .hp_block_first .hp_block-btn {
    max-width: 9.08em;
  }
  /* line 1181, ../sass/module/_homepage.scss */
  body.i18n-at-de #container .hp_block_seventh .hp_block-btn, body.i18n-de #container .hp_block_seventh .hp_block-btn, body.i18n-gsw-berne #container .hp_block_seventh .hp_block-btn {
    max-width: 10.5em;
  }
  /* line 1185, ../sass/module/_homepage.scss */
  body.i18n-at-de #container .hp_block_eight .hp_block-btn, body.i18n-de #container .hp_block_eight .hp_block-btn, body.i18n-gsw-berne #container .hp_block_eight .hp_block-btn {
    max-width: 11em;
  }
  /* line 1189, ../sass/module/_homepage.scss */
  body.i18n-at-de #container .hp_block_last .hp_block-btn, body.i18n-de #container .hp_block_last .hp_block-btn, body.i18n-gsw-berne #container .hp_block_last .hp_block-btn {
    max-width: 9.7em;
  }

  /* line 1195, ../sass/module/_homepage.scss */
  .prefix-jp body #container .hp_block_first .hp_block-btn {
    max-width: 9em;
    text-align: left;
  }
}
@media (max-width: 440px) {
  /* line 1203, ../sass/module/_homepage.scss */
  body.i18n-fr-fr #container .hp_block_first .hp_block-btn, body.i18n-lu-fr #container .hp_block_first .hp_block-btn, body.i18n-fr #container .hp_block_first .hp_block-btn {
    max-width: 9.58333333em;
  }
  /* line 1207, ../sass/module/_homepage.scss */
  body.i18n-fr-fr #container .hp_block_third .hp_block-btn, body.i18n-lu-fr #container .hp_block_third .hp_block-btn, body.i18n-fr #container .hp_block_third .hp_block-btn {
    max-width: 9.416666666666667em;
    text-align: left;
  }
  /* line 1212, ../sass/module/_homepage.scss */
  body.i18n-fr-fr #container .hp_block_sixth .hp_block-btn, body.i18n-lu-fr #container .hp_block_sixth .hp_block-btn, body.i18n-fr #container .hp_block_sixth .hp_block-btn {
    max-width: 11em;
    text-align: left;
  }
  /* line 1217, ../sass/module/_homepage.scss */
  body.i18n-fr-fr #container .hp_block_seventh .hp_block-btn, body.i18n-lu-fr #container .hp_block_seventh .hp_block-btn, body.i18n-fr #container .hp_block_seventh .hp_block-btn {
    max-width: 12.83333333333333em;
  }
  /* line 1221, ../sass/module/_homepage.scss */
  body.i18n-fr-fr #container .hp_block_eight .hp_block-btn, body.i18n-lu-fr #container .hp_block_eight .hp_block-btn, body.i18n-fr #container .hp_block_eight .hp_block-btn {
    max-width: 9.833333333333333em;
  }
  /* line 1225, ../sass/module/_homepage.scss */
  body.i18n-fr-fr #container .hp_block_last .hp_block-btn, body.i18n-lu-fr #container .hp_block_last .hp_block-btn, body.i18n-fr #container .hp_block_last .hp_block-btn {
    max-width: 10.58333333333333em;
  }

  /* line 1231, ../sass/module/_homepage.scss */
  body.i18n-nl-nl #container .hp_block_first .hp_block-btn, body.i18n-nl #container .hp_block_first .hp_block-btn {
    max-width: 10.09090909090909em;
  }
  /* line 1235, ../sass/module/_homepage.scss */
  body.i18n-nl-nl #container .hp_block_seventh .hp_block-btn, body.i18n-nl #container .hp_block_seventh .hp_block-btn {
    max-width: 11.81818181818182em;
  }
  /* line 1239, ../sass/module/_homepage.scss */
  body.i18n-nl-nl #container .hp_block_eight .hp_block-btn, body.i18n-nl #container .hp_block_eight .hp_block-btn {
    max-width: 8.636363636363636em;
  }
  /* line 1243, ../sass/module/_homepage.scss */
  body.i18n-nl-nl #container .hp_block_last .hp_block-btn, body.i18n-nl #container .hp_block_last .hp_block-btn {
    max-width: 20em;
  }

  /* line 1254, ../sass/module/_homepage.scss */
  .prefix-cz body #container .hp_block_seventh .hp_block-btn {
    max-width: 12.36363636363636em;
  }
  /* line 1258, ../sass/module/_homepage.scss */
  .prefix-cz body #container .hp_block_eight .hp_block-btn {
    max-width: 10.36363636363636em;
  }
  /* line 1262, ../sass/module/_homepage.scss */
  .prefix-cz body #container .hp_block_last .hp_block-btn {
    max-width: 15em;
  }

  /* line 1268, ../sass/module/_homepage.scss */
  .prefix-gr body #container .hp_block_first .hp_block-btn {
    max-width: 9.166666666666667em;
  }

  /* line 1275, ../sass/module/_homepage.scss */
  .prefix-it body #container .hp_block_third .hp_block-btn {
    max-width: 9.818181818181818em;
    text-align: left;
  }
  /* line 1280, ../sass/module/_homepage.scss */
  .prefix-it body #container .hp_block_seventh .hp_block-btn {
    max-width: 12.81818181818182em;
  }

  /* line 1287, ../sass/module/_homepage.scss */
  .prefix-sl body #container .hp_block_last .hp_block-btn {
    max-width: 20em;
  }
  /* line 1291, ../sass/module/_homepage.scss */
  .prefix-sl body #container .hp_block_third .hp_block-btn {
    max-width: 10.18181818181818em;
    text-align: left;
  }
  /* line 1296, ../sass/module/_homepage.scss */
  .prefix-sl body #container .hp_block_eight .hp_block-btn {
    max-width: 10.09090909090909em;
  }

  /* line 1303, ../sass/module/_homepage.scss */
  .prefix-no body #container .hp_block_third .hp_block-btn {
    max-width: 8.818181818181818em;
    text-align: left;
  }
  /* line 1308, ../sass/module/_homepage.scss */
  .prefix-no body #container .hp_block_seventh .hp_block-btn {
    max-width: 11.6em;
  }
  /* line 1312, ../sass/module/_homepage.scss */
  .prefix-no body #container .hp_block_eight .hp_block-btn {
    max-width: 8.3em;
  }
  /* line 1316, ../sass/module/_homepage.scss */
  .prefix-no body #container .hp_block_last .hp_block-btn {
    max-width: 8.8em;
  }

  /* line 1323, ../sass/module/_homepage.scss */
  .prefix-pt body #container .hp_block_first .hp_block-btn {
    max-width: 10em;
  }
  /* line 1327, ../sass/module/_homepage.scss */
  .prefix-pt body #container .hp_block_third .hp_block-btn {
    max-width: 10.18181818181818em;
    text-align: left;
  }
  /* line 1332, ../sass/module/_homepage.scss */
  .prefix-pt body #container .hp_block_eight .hp_block-btn {
    max-width: 8.727272727272727em;
  }
  /* line 1336, ../sass/module/_homepage.scss */
  .prefix-pt body #container .hp_block_last .hp_block-btn {
    max-width: 10.09090909090909em;
  }

  /* line 1342, ../sass/module/_homepage.scss */
  .prefix-es body #container .hp_block_first .hp_block-btn {
    max-width: 8.333333333333333em;
  }
  /* line 1346, ../sass/module/_homepage.scss */
  .prefix-es body #container .hp_block_third .hp_block-btn {
    max-width: 12.84615384615385em;
    text-align: left;
  }
  /* line 1351, ../sass/module/_homepage.scss */
  .prefix-es body #container .hp_block_eight .hp_block-btn {
    max-width: 12.18181818181818em;
  }

  /* line 1358, ../sass/module/_homepage.scss */
  .prefix-se body #container .hp_block_eight .hp_block-btn {
    max-width: 8.454545454545455em;
  }
  /* line 1362, ../sass/module/_homepage.scss */
  .prefix-se body #container .hp_block_last .hp_block-btn {
    max-width: 9.272727272727273em;
  }

  /* line 1369, ../sass/module/_homepage.scss */
  .prefix-uk body #container .hp_block_first .hp_block-btn {
    max-width: 9.333333333333333em;
  }

  /* line 1376, ../sass/module/_homepage.scss */
  .prefix-gr body #container .hp_block_first .hp_block-btn {
    max-width: 11.09090909090909em;
  }
  /* line 1380, ../sass/module/_homepage.scss */
  .prefix-gr body #container .hp_block_third .hp_block-btn {
    max-width: 9.583333333333333em;
  }
  /* line 1384, ../sass/module/_homepage.scss */
  .prefix-gr body #container .hp_block_eight .hp_block-btn {
    max-width: 20em;
  }
}
/* line 1392, ../sass/module/_homepage.scss */
.prefix-gr body #container .hp_block_last .hp_block-btn {
  max-width: 11.18181818181818em;
}

/* line 1399, ../sass/module/_homepage.scss */
body #container .hp-block_circle_green-story {
  width: 9.135em;
  height: 9.135em;
  left: 2.628%;
  top: 7.3%;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  text-transform: uppercase;
  background: #2c7838;
}
/* line 1408, ../sass/module/_homepage.scss */
body #container .hp-block_circle_green-story_inner {
  margin-top: -0.1em;
}
/* line 1412, ../sass/module/_homepage.scss */
body #container .hp-block_circle_green-story span {
  font-size: 2.8em;
  margin: 0;
}
@media (max-width: 830px) {
  /* line 1399, ../sass/module/_homepage.scss */
  body #container .hp-block_circle_green-story {
    display: block;
  }
}
/* line 1420, ../sass/module/_homepage.scss */
body #container .hp-block_circle_green-story .hp-block_circle_inner {
  margin-top: -.1em;
}
/* line 1422, ../sass/module/_homepage.scss */
.prefix-pt body #container .hp-block_circle_green-story .hp-block_circle_inner, .prefix-es body #container .hp-block_circle_green-story .hp-block_circle_inner {
  margin-top: -.3em;
}

/* line 3, ../sass/module/_header_icons.scss */
.header-icons__item {
  float: left;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  /* line 3, ../sass/module/_header_icons.scss */
  .header-icons__item {
    margin-left: 10px;
  }
}
/* line 12, ../sass/module/_header_icons.scss */
.rightPushMenu-left-open .header-icons__item:last-child {
  z-index: 1000;
}
/* line 16, ../sass/module/_header_icons.scss */
.header-icons__item.mobile_menu {
  display: none;
}
/* line 24, ../sass/module/_header_icons.scss */
.header-icons__item.no-margin {
  margin: 0;
}
/* line 29, ../sass/module/_header_icons.scss */
.header-icons__link {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  border: 2px solid #2c7838;
  border-radius: 2px;
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff8f2;
  background-color: #2c7838;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  /* line 48, ../sass/module/_header_icons.scss */
  .header-icons__link.header-icons__link--search {
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    font-weight: 400;
    background-color: transparent;
    text-transform: none;
  }
  /* line 57, ../sass/module/_header_icons.scss */
  .header-icons__link.header-icons__link--search .mobile-black {
    display: none;
  }
}
/* line 63, ../sass/module/_header_icons.scss */
.no-touch .header-icons__link {
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
/* line 67, ../sass/module/_header_icons.scss */
.no-touch .header-icons__link:hover {
  color: #2c7838;
  background-color: #fff8f2;
}
/* line 72, ../sass/module/_header_icons.scss */
.header-icons__link.close {
  width: 32px;
  height: 32px;
}
/* line 76, ../sass/module/_header_icons.scss */
.header-icons__link.close::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("img/header/ico_close.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 60% 60%;
}
/* line 87, ../sass/module/_header_icons.scss */
.no-touch .header-icons__link.close:hover::after {
  background-image: url("img/header/ico_close_hover.png");
}
/* line 93, ../sass/module/_header_icons.scss */
.header-icons__link.language.small {
  font-size: 13px;
  line-height: 12px;
}
/* line 97, ../sass/module/_header_icons.scss */
.header-icons__link.language.small:after {
  top: 3px;
}
/* line 114, ../sass/module/_header_icons.scss */
.header-icons__link.search svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  -moz-transform: translate(-8px, -8px);
  -ms-transform: translate(-8px, -8px);
  -webkit-transform: translate(-8px, -8px);
  transform: translate(-8px, -8px);
  z-index: 2;
}
/* line 122, ../sass/module/_header_icons.scss */
.ie9 .header-icons__link.search svg, .ie10 .header-icons__link.search svg, .edge .header-icons__link.search svg, .ie11 .header-icons__link.search svg {
  -moz-transform: translate(-8px, -14px);
  -ms-transform: translate(-8px, -14px);
  -webkit-transform: translate(-8px, -14px);
  transform: translate(-8px, -14px);
}
/* line 125, ../sass/module/_header_icons.scss */
.edge .header-icons__link.search svg {
  top: 70%;
}
/* line 129, ../sass/module/_header_icons.scss */
.header-icons__link.search svg path {
  -moz-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
/* line 134, ../sass/module/_header_icons.scss */
.no-touch .header-icons__link.search:hover path {
  fill: #a1bf36;
}
/* line 141, ../sass/module/_header_icons.scss */
.header-icons__link.mobile_menu .lines {
  z-index: 2;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
/* line 149, ../sass/module/_header_icons.scss */
.header-icons__link.mobile_menu .lines, .header-icons__link.mobile_menu .lines::before, .header-icons__link.mobile_menu .lines::after {
  display: block;
  width: 16px;
  height: 2px;
  background: #2c7838;
}
/* line 158, ../sass/module/_header_icons.scss */
.header-icons__link.mobile_menu .lines::before, .header-icons__link.mobile_menu .lines::after {
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  -moz-transform-origin: 0.28571rem center 50%;
  -ms-transform-origin: 0.28571rem center 50%;
  -webkit-transform-origin: 0.28571rem center 50%;
  transform-origin: 0.28571rem center 50%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* line 168, ../sass/module/_header_icons.scss */
.header-icons__link.mobile_menu .lines::before {
  top: 7px;
}
/* line 172, ../sass/module/_header_icons.scss */
.header-icons__link.mobile_menu .lines::after {
  bottom: 7px;
}

@media (max-width: 1024px) {
  /* line 181, ../sass/module/_header_icons.scss */
  .header-icons__item--search {
    display: flex;
    align-items: center;
  }
  /* line 186, ../sass/module/_header_icons.scss */
  .header-icons__item--search.header-icons__item:first-child {
    display: flex;
  }
  /* line 190, ../sass/module/_header_icons.scss */
  .header-icons__item--search::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    right: 50%;
    transform: translateX(50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgba(44, 120, 56, 0.9);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out 0.2s;
  }
  /* line 208, ../sass/module/_header_icons.scss */
  .header-icons__item--search.show-arrow::after {
    transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }

  /* line 217, ../sass/module/_header_icons.scss */
  .header-icons__link.language.small {
    line-height: 1;
  }

  /* line 221, ../sass/module/_header_icons.scss */
  .header-icons__item.mobile_menu {
    display: block;
  }

  /* line 225, ../sass/module/_header_icons.scss */
  .ie11 .header-icons {
    display: -webkit-flex;
    display: flex;
  }

  /* line 229, ../sass/module/_header_icons.scss */
  .header-icons,
  .header-icons__item:not(.header-icons__item--same-mobile) {
    height: 100%;
  }

  /* line 234, ../sass/module/_header_icons.scss */
  .header-icons__item:first-child:not(.select-country .header-icons__item) {
    display: none;
  }

  /* line 238, ../sass/module/_header_icons.scss */
  .header-icons__item--search.header-icons__item:first-child:not(.select-country .header-icons__item) {
    display: flex;
  }

  /* line 242, ../sass/module/_header_icons.scss */
  .header-icons {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
  }

  /* line 250, ../sass/module/_header_icons.scss */
  .header-icons__link:not(.header-icons__link--same-mobile) {
    background-color: transparent;
    border-left-width: 1px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-color: #eee;
    color: #23211e;
    border-radius: 0;
    width: 75px;
    height: 100%;
    min-height: 64px;
    -moz-transition: min-height 0.3s ease-in-out;
    -o-transition: min-height 0.3s ease-in-out;
    -webkit-transition: min-height 0.3s ease-in-out;
    transition: min-height 0.3s ease-in-out;
  }
  /* line 264, ../sass/module/_header_icons.scss */
  header.is-lower .header-icons__link:not(.header-icons__link--same-mobile) {
    min-height: 52px;
  }
  /* line 268, ../sass/module/_header_icons.scss */
  .header-icons__link:not(.header-icons__link--same-mobile).language {
    position: relative;
    background-image: url("../img/icons/icon_earth_dark_green.svg");
    background-repeat: no-repeat;
    background-position: 50% 16px;
    background-size: 20px auto;
  }
  /* line 276, ../sass/module/_header_icons.scss */
  .header-icons__link:not(.header-icons__link--same-mobile) .mobile-black {
    position: absolute;
    width: 100%;
    bottom: 9px;
    left: 0;
    font-size: 10px;
    text-align: center;
  }
  /* line 12, ../sass/mixins/_fluid.scss */
  .header-icons__link:not(.header-icons__link--same-mobile) .mobile-black {
    font-size: 10px;
  }
}
@media (max-width: 1024px) and (min-width: 375px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .header-icons__link:not(.header-icons__link--same-mobile) .mobile-black {
    font-size: calc(10px + 4 * ((100vw - 375px) / 649));
  }
}
@media (max-width: 1024px) and (min-width: 1024px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .header-icons__link:not(.header-icons__link--same-mobile) .mobile-black {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  /* line 287, ../sass/module/_header_icons.scss */
  .header-icons__item.mobile_menu {
    margin-left: 0;
  }

  /* line 291, ../sass/module/_header_icons.scss */
  .select-country {
    padding-top: 40px;
    bottom: 0;
    transform: translateY(100%);
    top: auto;
  }
}
@media (max-width: 480px) {
  /* line 306, ../sass/module/_header_icons.scss */
  .header-icons__link:not(.header-icons__link--same-mobile) {
    width: 64px;
  }
}
@media (max-width: 1024px) {
  /* line 1, ../sass/module/_header_nav.scss */
  .header-nav {
    display: none;
  }
}
/* line 7, ../sass/module/_header_nav.scss */
.header-nav .expanded ul,
.header-nav #menu_item_products + ul {
  display: none;
  position: absolute;
  background: white;
  margin: 5px 0 0 -38px;
  padding: 10px 38px 35px 38px;
  opacity: 0;
  z-index: 2;
  text-align: left;
}
@media (max-width: 1280px) {
  /* line 7, ../sass/module/_header_nav.scss */
  .header-nav .expanded ul,
  .header-nav #menu_item_products + ul {
    margin: 0 0 0 -28px;
    padding: 0 28px 25px 28px;
  }
}
/* line 23, ../sass/module/_header_nav.scss */
.header-nav .expanded ul li,
.header-nav #menu_item_products + ul li {
  padding: 0;
  margin: 14px 0 0;
}
/* line 28, ../sass/module/_header_nav.scss */
.header-nav .expanded ul a,
.header-nav #menu_item_products + ul a {
  line-height: 18px;
  font-size: 14px;
  color: #6d6661;
  font-weight: 700;
  text-decoration: none;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  /* line 28, ../sass/module/_header_nav.scss */
  .header-nav .expanded ul a,
  .header-nav #menu_item_products + ul a {
    line-height: 15px;
    font-size: 12px;
  }
}
/* line 42, ../sass/module/_header_nav.scss */
.header-nav .expanded ul a:hover,
.header-nav #menu_item_products + ul a:hover {
  color: #388e3c;
}
/* line 52, ../sass/module/_header_nav.scss */
.header-nav .cf > li.active-trail a {
  border-color: #59bc7b;
}
/* line 56, ../sass/module/_header_nav.scss */
.header-nav .cf > li > a {
  display: block;
  font-weight: 900;
  line-height: 1.38889;
  color: #388e3c;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}
/* line 12, ../sass/mixins/_fluid.scss */
.header-nav .cf > li > a {
  font-size: 13px;
}
@media (min-width: 1024px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .header-nav .cf > li > a {
    font-size: calc(13px + 5 * ((100vw - 1024px) / 416));
  }
}
@media (min-width: 1440px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .header-nav .cf > li > a {
    font-size: 18px;
  }
}
/* line 67, ../sass/module/_header_nav.scss */
.no-touch .header-nav .cf > li > a:hover {
  color: #59bc7b;
}

/* line 1, ../sass/module/_select_country.scss */
.select-country {
  display: none;
  position: absolute;
  z-index: 30;
  right: 25px;
  top: 78px;
  width: 480px;
  padding-top: 20px;
  background-color: #fff8f2;
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  z-index: 101;
  overflow: hidden;
  -moz-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}
/* line 15, ../sass/module/_select_country.scss */
.select-country.scroll {
  overflow: scroll;
}
@media (max-width: 1100px) {
  /* line 1, ../sass/module/_select_country.scss */
  .select-country {
    right: 12.5px;
  }
}
@media (max-width: 900px) {
  /* line 1, ../sass/module/_select_country.scss */
  .select-country {
    width: 100%;
    right: 0;
  }
}
/* line 36, ../sass/module/_select_country.scss */
.select-country .inner {
  position: relative;
}
/* line 39, ../sass/module/_select_country.scss */
.select-country .inner .countries ul {
  overflow: hidden;
  width: 80%;
  padding: 0 0 40px;
  margin: 20px auto 0;
}
/* line 44, ../sass/module/_select_country.scss */
.select-country .inner .countries ul li {
  float: left;
  width: 125px;
}
/* line 47, ../sass/module/_select_country.scss */
.select-country .inner .countries ul li a {
  font-weight: 700;
  line-height: 1.3;
  font-size: 14px;
  color: #6d6661;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* line 54, ../sass/module/_select_country.scss */
.select-country .inner .countries ul li a:hover, .select-country .inner .countries ul li a.active {
  color: #388e3c;
  text-decoration: none;
}
@media (max-width: 900px) {
  /* line 61, ../sass/module/_select_country.scss */
  .select-country .inner .countries ul li {
    float: none;
    display: inline-block;
    text-align: left;
  }
}
@media (max-width: 650px) {
  /* line 69, ../sass/module/_select_country.scss */
  .select-country .inner .countries ul li {
    width: 170px;
  }
  /* line 71, ../sass/module/_select_country.scss */
  .select-country .inner .countries ul li a {
    line-height: 28px;
  }
}
@media (max-width: 450px) {
  /* line 78, ../sass/module/_select_country.scss */
  .select-country .inner .countries ul li {
    width: 120px;
  }
}
/* line 85, ../sass/module/_select_country.scss */
.select-country .inner .header-icons__item {
  position: absolute;
  right: 25px;
}
@media (max-width: 1100px) {
  /* line 85, ../sass/module/_select_country.scss */
  .select-country .inner .header-icons__item {
    right: 12.5px;
  }
}
@media (max-width: 900px) {
  /* line 85, ../sass/module/_select_country.scss */
  .select-country .inner .header-icons__item {
    right: 25px;
  }
}

@media (max-width: 1024px) {
  /* line 101, ../sass/module/_select_country.scss */
  .select-country {
    padding-top: 30px;
    bottom: 0;
    transform: translateY(100%);
    top: auto;
  }
}
@media (max-width: 1024px) {
  /* line 2, ../sass/module/_search_bar.scss */
  #searchBar {
    width: 75px;
    height: 100%;
    background: url("../img/icons/icon_search_dark_green.svg");
    background-repeat: no-repeat;
    background-size: auto 22px;
    background-position: 50% 15px;
    cursor: pointer;
    position: relative;
  }
  /* line 14, ../sass/module/_search_bar.scss */
  #searchBar form {
    display: none;
  }
}
@media (min-width: 520px) {
  /* line 21, ../sass/module/_search_bar.scss */
  .i18n-fr-fr #searchBar,
  .i18n-fr #searchBar,
  .i18n-es #searchBar {
    width: 15vw;
    max-width: 100px;
  }

  /* line 28, ../sass/module/_search_bar.scss */
  .i18n-it #searchBar,
  .i18n-pt-pt #searchBar {
    width: 15vw;
    max-width: 90px;
  }
}
@media (min-width: 1025px) {
  /* line 41, ../sass/module/_search_bar.scss */
  .i18n-fr-fr #searchBar,
  .i18n-fr #searchBar,
  .i18n-it #searchBar,
  .i18n-es #searchBar,
  .i18n-pt-pt #searchBar {
    width: auto;
    max-width: none;
  }
}
@media (min-width: 1025px) {
  /* line 48, ../sass/module/_search_bar.scss */
  #searchBar {
    display: block;
  }
  /* line 52, ../sass/module/_search_bar.scss */
  #searchBar form {
    display: block;
    overflow: hidden;
    height: 48px;
    border: 1px solid #c0bcb8;
    border-radius: 4px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  /* line 61, ../sass/module/_search_bar.scss */
  #searchBar form .inputbox {
    position: relative;
  }
  /* line 64, ../sass/module/_search_bar.scss */
  #searchBar form .inputbox .input_default {
    padding-top: 15px;
    padding-left: 15px;
  }
  /* line 70, ../sass/module/_search_bar.scss */
  #searchBar form input {
    background-color: transparent;
    height: 100%;
    margin-right: 0;
    font-family: "Lato", sans-serif;
  }
  /* line 77, ../sass/module/_search_bar.scss */
  #searchBar form input[type=text] {
    width: 120px;
    height: 46px;
    padding-left: 15px;
    padding-right: 0;
    transition: width 0.2s ease-in-out;
    font-size: 16px;
    border-radius: 4px;
  }
  /* line 86, ../sass/module/_search_bar.scss */
  #searchBar form input[type=text]:focus {
    width: 200px;
  }
  /* line 91, ../sass/module/_search_bar.scss */
  #searchBar form input[type=submit] {
    width: 57px;
    height: auto;
    background-image: url("../img/icons/icon_search_dark_green.svg");
    background-size: auto 58.7%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  /* line 99, ../sass/module/_search_bar.scss */
  .no-touch #searchBar form input[type=submit] {
    opacity: 1;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  /* line 103, ../sass/module/_search_bar.scss */
  .no-touch #searchBar form input[type=submit]:hover {
    opacity: .7;
  }
}

/* line 1, ../sass/module/_footer_nav.scss */
.footer .menu-name-main-menu > ul > ul li {
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 7, ../sass/module/_footer_nav.scss */
.footer .menu-name-main-menu > ul > ul li:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
/* line 13, ../sass/module/_footer_nav.scss */
.footer .menu-name-main-menu > ul > ul li:first-child:not(:only-child)::after {
  content: '';
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff8f2;
  right: 16px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
/* line 28, ../sass/module/_footer_nav.scss */
.footer .menu-name-main-menu > ul > ul li:first-child:not(:only-child) a::before, .footer .menu-name-main-menu > ul > ul li:first-child:not(:only-child) a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #41a162;
  z-index: 1;
}
/* line 39, ../sass/module/_footer_nav.scss */
.footer .menu-name-main-menu > ul > ul li:first-child:not(:only-child) a::before {
  width: 2px;
  height: 10px;
  right: 31px;
  opacity: 1;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
/* line 47, ../sass/module/_footer_nav.scss */
.footer .menu-name-main-menu > ul > ul li:first-child:not(:only-child) a::after {
  width: 10px;
  height: 2px;
  right: 27px;
}
/* line 56, ../sass/module/_footer_nav.scss */
.footer .menu-name-main-menu > ul > ul li:first-child:not(:only-child).mobiledirect::after {
  display: none;
}
/* line 59, ../sass/module/_footer_nav.scss */
.footer .menu-name-main-menu > ul > ul li:first-child:not(:only-child).mobiledirect a::before {
  display: none;
}
/* line 62, ../sass/module/_footer_nav.scss */
.footer .menu-name-main-menu > ul > ul li:first-child:not(:only-child).mobiledirect a::after {
  display: none;
}
/* line 68, ../sass/module/_footer_nav.scss */
.footer .menu-name-main-menu > ul > ul li:first-child a {
  display: block;
  font-size: 24px;
  line-height: 1.2;
  padding: 26px 4.27%;
  position: relative;
  z-index: 1;
}
/* line 81, ../sass/module/_footer_nav.scss */
.footer .menu-name-main-menu > ul > ul li:not(:first-child) a {
  display: block;
  padding: 0 8.53%;
  font-size: 16px;
  line-height: 1.25;
  background-color: rgba(0, 0, 0, 0.2);
  overflow: hidden;
  height: 0;
  opacity: 0;
  -moz-transition: height 0.2s ease-in-out, padding-top 0.2s ease-in-out, padding-bottom 0.2s ease-in-out, border-bottom-width 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out, padding-top 0.2s ease-in-out, padding-bottom 0.2s ease-in-out, border-bottom-width 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -webkit-transition: height 0.2s ease-in-out, padding-top 0.2s ease-in-out, padding-bottom 0.2s ease-in-out, border-bottom-width 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: height 0.2s ease-in-out, padding-top 0.2s ease-in-out, padding-bottom 0.2s ease-in-out, border-bottom-width 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
/* line 97, ../sass/module/_footer_nav.scss */
.footer .menu-name-main-menu > ul > ul li:not(:first-child):last-child a {
  border-bottom: 0px solid rgba(0, 0, 0, 0.1);
}

/* line 105, ../sass/module/_footer_nav.scss */
.footer .menu-name-main-menu > ul > ul.is-open li:first-child:not(:only-child) a::before {
  opacity: 0;
}
/* line 112, ../sass/module/_footer_nav.scss */
.footer .menu-name-main-menu > ul > ul.is-open li:not(:first-child) a {
  height: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  opacity: 1;
}
/* line 120, ../sass/module/_footer_nav.scss */
.footer .menu-name-main-menu > ul > ul.is-open li:not(:first-child):last-child a {
  border-bottom-width: 1px;
}

@media (min-width: 901px) {
  /* line 127, ../sass/module/_footer_nav.scss */
  .footer .menu-name-main-menu > ul {
    display: -webkit-flex;
    display: flex;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  /* line 135, ../sass/module/_footer_nav.scss */
  .footer .menu-name-main-menu > ul > ul {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0%;
    flex-basis: 0%;
    padding-left: 16px;
    padding-right: 16px;
  }
  /* line 143, ../sass/module/_footer_nav.scss */
  .no-touch .footer .menu-name-main-menu > ul > ul li a {
    opacity: 1;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  /* line 147, ../sass/module/_footer_nav.scss */
  .no-touch .footer .menu-name-main-menu > ul > ul li a:hover {
    opacity: .75;
  }
  /* line 152, ../sass/module/_footer_nav.scss */
  .footer .menu-name-main-menu > ul > ul li:first-child {
    background-color: transparent;
    border-bottom-width: 0;
  }
  /* line 156, ../sass/module/_footer_nav.scss */
  .footer .menu-name-main-menu > ul > ul li:first-child a {
    font-size: 21px;
    line-height: 1.04762;
    padding: 0 0 20px 0;
  }
  /* line 165, ../sass/module/_footer_nav.scss */
  .footer .menu-name-main-menu > ul > ul li:first-child:not(:only-child) a::before, .footer .menu-name-main-menu > ul > ul li:first-child:not(:only-child) a::after {
    display: none;
  }
  /* line 171, ../sass/module/_footer_nav.scss */
  .footer .menu-name-main-menu > ul > ul li:first-child:not(:only-child)::after {
    display: none;
  }

  /* line 179, ../sass/module/_footer_nav.scss */
  .footer .menu-name-main-menu > ul > ul li:not(:first-child) a {
    background-color: transparent;
    font-family: "brandon_grotesqueregular", "Arial", "Helvetica", sans-serif;
    font-size: 14px;
    line-height: 1.25;
    height: auto;
    padding: 8px 0;
    opacity: 1;
  }
}
/* line 1, ../sass/module/_copyright.scss */
.region-bottomfooter {
  background-color: #59bc7b;
  padding: 24px 16px 25px;
}

/* line 6, ../sass/module/_copyright.scss */
.foodbe {
  padding-bottom: 12px;
  border-bottom: 2px solid currentColor;
  margin-bottom: 12px;
}

/* line 12, ../sass/module/_copyright.scss */
.foodbe_copy a {
  text-decoration: underline;
}
/* line 15, ../sass/module/_copyright.scss */
.no-touch .foodbe_copy a {
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 19, ../sass/module/_copyright.scss */
.no-touch .foodbe_copy a:hover {
  opacity: .75;
}

/* line 25, ../sass/module/_copyright.scss */
.foodbe_image {
  width: 100%;
  height: auto;
  max-width: 160px;
  margin-bottom: 12px;
  display: block;
}

/* line 34, ../sass/module/_copyright.scss */
.copyright ul.menu li {
  font-size: 14px;
  line-height: 1.42857;
  text-transform: uppercase;
  margin-left: 0;
  padding: 0 10px 0 0;
  display: inline-block;
}
/* line 42, ../sass/module/_copyright.scss */
.copyright ul.menu li:not(:last-child)::after {
  content: '-';
  display: inline;
  margin-left: 9px;
}
/* line 49, ../sass/module/_copyright.scss */
.no-touch .copyright a {
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 53, ../sass/module/_copyright.scss */
.no-touch .copyright a:hover {
  opacity: .75;
}

@media (min-width: 901px) {
  /* line 60, ../sass/module/_copyright.scss */
  .region-bottomfooter {
    padding-top: 27px;
    background-color: transparent;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 71, ../sass/module/_copyright.scss */
  .i18n-fr .region-bottomfooter, .i18n-nl .region-bottomfooter {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  /* line 78, ../sass/module/_copyright.scss */
  .foodbe {
    padding-bottom: 0;
    border-bottom: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0;
  }

  /* line 86, ../sass/module/_copyright.scss */
  .foodbe_image {
    max-width: 130px;
    margin-bottom: 0;
    margin-right: 12px;
  }

  /* line 92, ../sass/module/_copyright.scss */
  .copyright {
    background-color: transparent;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  /* line 99, ../sass/module/_copyright.scss */
  .copyright ul.menu li {
    font-family: "brandon_grotesquemedium", "Arial", "Helvetica", sans-serif;
  }

  /* line 104, ../sass/module/_copyright.scss */
  #block-menu-menu-footer-disclaimer-menu {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 48px;
  }
}
/* line 1, ../sass/module/_footer_social.scss */
.follow-us {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  min-width: 320px;
  margin-left: auto;
  margin-right: auto;
  background-color: #59bc7b;
  text-align: center;
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  overflow: visible;
  position: relative;
  z-index: 1;
}
/* line 2, ../sass/module/_footer_social.scss */
.follow-us, .follow-us * {
  box-sizing: border-box;
}
/* line 20, ../sass/module/_footer_social.scss */
.follow-us ul {
  display: inline-block;
}
/* line 24, ../sass/module/_footer_social.scss */
.follow-us li {
  margin-left: 11px;
  margin-right: 11px;
  width: 80px;
  height: 80px;
  float: left;
}
/* line 32, ../sass/module/_footer_social.scss */
.follow-us a {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  display: block;
  opacity: 1;
  background-image: url("../img/icons/icon_fb_white_circle.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 44, ../sass/module/_footer_social.scss */
.follow-us a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
/* line 48, ../sass/module/_footer_social.scss */
.follow-us a.instagram {
  background-image: url("../img/icons/icon_insta_white_circle.svg");
}
@media (max-width: 1440px) {
  /* line 1, ../sass/module/_footer_social.scss */
  .follow-us {
    padding-top: 4.17vw;
    padding-bottom: 4.17vw;
  }
  /* line 57, ../sass/module/_footer_social.scss */
  .follow-us li {
    width: 5.56vw;
    height: 5.56vw;
  }
}
@media (max-width: 900px) {
  /* line 1, ../sass/module/_footer_social.scss */
  .follow-us {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  /* line 67, ../sass/module/_footer_social.scss */
  .follow-us li {
    width: 45px;
    height: 45px;
  }
}

/* line 1, ../sass/module/_instagram_feed.scss */
.instagram-feed {
  position: relative;
}
/* line 4, ../sass/module/_instagram_feed.scss */
.instagram-feed__info {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  text-align: center;
  background: #f0f0f0;
}
/* line 13, ../sass/module/_instagram_feed.scss */
.instagram-feed__info:focus, .instagram-feed__info:active {
  background: #f0f0f0;
}
@media (max-width: 900px) {
  /* line 4, ../sass/module/_instagram_feed.scss */
  .instagram-feed__info {
    width: 35%;
  }
}
@media (max-width: 600px) {
  /* line 4, ../sass/module/_instagram_feed.scss */
  .instagram-feed__info {
    width: 50%;
  }
}
/* line 25, ../sass/module/_instagram_feed.scss */
.instagram-feed__info__wrapper {
  display: table;
  height: 100%;
  width: 100%;
}
/* line 31, ../sass/module/_instagram_feed.scss */
.instagram-feed__info__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
/* line 35, ../sass/module/_instagram_feed.scss */
.instagram-feed__info__inner--g4tp {
  display: block;
  background-image: url("img/good_for_the_planet/insta_posts.png");
  background-repeat: no-repeat;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  position: absolute;
  top: 15px;
  left: 15px;
  background-position: center center;
  padding: 0;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 52, ../sass/module/_instagram_feed.scss */
.instagram-feed__info .icon, .instagram-feed__info .tile_time:before, .instagram-feed__info .list-check .list_item:before, .list-check .instagram-feed__info .list_item:before {
  margin: 0 auto;
  width: 39px;
  height: 39px;
  margin-bottom: 15px;
  background: url(img/instagram-feed_logo.png) center center/contain no-repeat;
}
/* line 60, ../sass/module/_instagram_feed.scss */
.instagram-feed__info .text, .instagram-feed__info .extra-text {
  font-family: "brandon_grotesquebold", "Arial", "Helvetica", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #6d6661;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  /* line 60, ../sass/module/_instagram_feed.scss */
  .instagram-feed__info .text, .instagram-feed__info .extra-text {
    font-size: 13px;
    line-height: 18px;
  }
}
/* line 72, ../sass/module/_instagram_feed.scss */
.prefix-cz .instagram-feed__info .text, .prefix-sl .instagram-feed__info .text, .prefix-cz .instagram-feed__info .extra-text, .prefix-sl .instagram-feed__info .extra-text {
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: bold;
}
/* line 78, ../sass/module/_instagram_feed.scss */
.instagram-feed__info .extra-text {
  text-transform: inherit;
  width: 100%;
  max-width: 210px;
  margin: 1em auto 0;
}
/* line 85, ../sass/module/_instagram_feed.scss */
.instagram-feed__info .hashtag {
  font-family: "brandon_grotesqueblack", "Arial", "Helvetica", sans-serif;
  font-size: 20px;
  line-height: 25px;
  color: #a1bf36;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  /* line 85, ../sass/module/_instagram_feed.scss */
  .instagram-feed__info .hashtag {
    font-size: 17px;
    line-height: 22px;
  }
}
/* line 97, ../sass/module/_instagram_feed.scss */
.prefix-cz .instagram-feed__info .hashtag, .prefix-sl .instagram-feed__info .hashtag {
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: bold;
}
/* line 104, ../sass/module/_instagram_feed.scss */
body #container .instagram-feed #pbay_posts {
  width: 75%;
  margin-left: 25%;
}
@media (max-width: 900px) {
  /* line 104, ../sass/module/_instagram_feed.scss */
  body #container .instagram-feed #pbay_posts {
    width: 65%;
    margin-left: 35%;
  }
}
@media (max-width: 600px) {
  /* line 104, ../sass/module/_instagram_feed.scss */
  body #container .instagram-feed #pbay_posts {
    width: 50%;
    margin-left: 50%;
  }
}
/* line 118, ../sass/module/_instagram_feed.scss */
body #container .instagram-feed #pbay_posts .grid .insta_grid_item {
  float: left;
  width: 16.66666666666%;
  height: auto;
  padding: 0;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
/* line 125, ../sass/module/_instagram_feed.scss */
body #container .instagram-feed #pbay_posts .grid .insta_grid_item img {
  display: block;
}
/* line 129, ../sass/module/_instagram_feed.scss */
body #container .instagram-feed #pbay_posts .grid .insta_grid_item:nth-last-child(-n+11), body #container .instagram-feed #pbay_posts .grid .insta_grid_item:nth-child(-n+4), body #container .instagram-feed #pbay_posts .grid .insta_grid_item:nth-last-child(-n+4) {
  display: block;
}
@media (max-width: 900px) {
  /* line 118, ../sass/module/_instagram_feed.scss */
  body #container .instagram-feed #pbay_posts .grid .insta_grid_item {
    width: 25%;
  }
  /* line 138, ../sass/module/_instagram_feed.scss */
  body #container .instagram-feed #pbay_posts .grid .insta_grid_item:nth-child(6), body #container .instagram-feed #pbay_posts .grid .insta_grid_item:nth-child(12), body #container .instagram-feed #pbay_posts .grid .insta_grid_item:nth-child(5), body #container .instagram-feed #pbay_posts .grid .insta_grid_item:nth-child(11) {
    display: none;
  }
}
@media (max-width: 600px) {
  /* line 118, ../sass/module/_instagram_feed.scss */
  body #container .instagram-feed #pbay_posts .grid .insta_grid_item {
    width: 50%;
  }
  /* line 149, ../sass/module/_instagram_feed.scss */
  body #container .instagram-feed #pbay_posts .grid .insta_grid_item:nth-child(3), body #container .instagram-feed #pbay_posts .grid .insta_grid_item:nth-child(4), body #container .instagram-feed #pbay_posts .grid .insta_grid_item:nth-child(9), body #container .instagram-feed #pbay_posts .grid .insta_grid_item:nth-child(10) {
    display: none;
  }
}

/* line 1, ../sass/module/_top_site.scss */
.top-site {
  text-align: right;
  z-index: 999;
  position: fixed;
  right: 8px;
  bottom: 8px;
  visibility: visible;
  opacity: 1;
  -moz-transition: opacity 0.4s linear, visibility 0s linear 0s;
  -o-transition: opacity 0.4s linear, visibility 0s linear 0s;
  -webkit-transition: opacity 0.4s linear, visibility 0s linear;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.4s linear, visibility 0s linear 0s;
}
/* line 13, ../sass/module/_top_site.scss */
.top-site.is-hidden {
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.4s linear, visibility 0s linear 0.4s;
  -o-transition: opacity 0.4s linear, visibility 0s linear 0.4s;
  -webkit-transition: opacity 0.4s linear, visibility 0s linear;
  -webkit-transition-delay: 0s, 0.4s;
  transition: opacity 0.4s linear, visibility 0s linear 0.4s;
}
/* line 30, ../sass/module/_top_site.scss */
.top-site a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #388e3c;
  text-indent: -9999px;
  position: relative;
  border-radius: 2px;
}
/* line 40, ../sass/module/_top_site.scss */
.no-touch .top-site a {
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 43, ../sass/module/_top_site.scss */
.no-touch .top-site a::after {
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
/* line 47, ../sass/module/_top_site.scss */
.no-touch .top-site a:hover {
  opacity: .8;
}
/* line 50, ../sass/module/_top_site.scss */
.no-touch .top-site a:hover::after {
  -moz-transform: translateX(-50%) translateY(-40%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-40%) rotate(-45deg);
  -webkit-transform: translateX(-50%) translateY(-40%) rotate(-45deg);
  transform: translateX(-50%) translateY(-40%) rotate(-45deg);
}
/* line 56, ../sass/module/_top_site.scss */
.top-site a::after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  border-top: 2px solid #fff8f2;
  border-right: 2px solid #fff8f2;
  -moz-transform: translateX(-50%) translateY(-27%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-27%) rotate(-45deg);
  -webkit-transform: translateX(-50%) translateY(-27%) rotate(-45deg);
  transform: translateX(-50%) translateY(-27%) rotate(-45deg);
}

@media (min-width: 1101px) {
  /* line 73, ../sass/module/_top_site.scss */
  .top-site.is-fixed {
    margin-right: 50px;
  }
}
/* line 1, ../sass/module/_page_nav.scss */
.page-nav {
  position: relative;
}
/* line 4, ../sass/module/_page_nav.scss */
.page-nav__overlay, .page-nav__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* line 12, ../sass/module/_page_nav.scss */
.page-nav__overlay-lightgreen, .page-nav__content-lightgreen {
  color: #a1bf36;
}
/* line 17, ../sass/module/_page_nav.scss */
.page-nav__overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
}
/* line 21, ../sass/module/_page_nav.scss */
.page-nav__overlay.warm {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkxODE1YSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzkxODE1YSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MTgxNWEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(145, 129, 90, 0)), color-stop(50%, rgba(145, 129, 90, 0)), color-stop(100%, #91815a));
  background-image: -moz-linear-gradient(left, rgba(145, 129, 90, 0) 0%, rgba(145, 129, 90, 0) 50%, #91815a 100%);
  background-image: -webkit-linear-gradient(left, rgba(145, 129, 90, 0) 0%, rgba(145, 129, 90, 0) 50%, #91815a 100%);
  background-image: linear-gradient(to right, rgba(145, 129, 90, 0) 0%, rgba(145, 129, 90, 0) 50%, #91815a 100%);
}
/* line 26, ../sass/module/_page_nav.scss */
.page-nav__overlay.warm.less {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}
/* line 30, ../sass/module/_page_nav.scss */
.page-nav__overlay.cold {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=63);
  opacity: 0.63;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcyYTNhMyIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzcyYTNhMyIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MmEzYTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(114, 163, 163, 0)), color-stop(50%, rgba(114, 163, 163, 0)), color-stop(100%, #72a3a3));
  background-image: -moz-linear-gradient(left, rgba(114, 163, 163, 0) 0%, rgba(114, 163, 163, 0) 50%, #72a3a3 100%);
  background-image: -webkit-linear-gradient(left, rgba(114, 163, 163, 0) 0%, rgba(114, 163, 163, 0) 50%, #72a3a3 100%);
  background-image: linear-gradient(to right, rgba(114, 163, 163, 0) 0%, rgba(114, 163, 163, 0) 50%, #72a3a3 100%);
}
/* line 35, ../sass/module/_page_nav.scss */
.page-nav__overlay.lighter {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}
/* line 39, ../sass/module/_page_nav.scss */
.page-nav__overlay.darker {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
/* line 44, ../sass/module/_page_nav.scss */
.page-nav__inner {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  padding: 0 50px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  /* line 44, ../sass/module/_page_nav.scss */
  .page-nav__inner {
    padding: 0 30px;
  }
}
@media (max-width: 830px) {
  /* line 44, ../sass/module/_page_nav.scss */
  .page-nav__inner {
    padding: 0 50px;
  }
}
@media (max-width: 520px) {
  /* line 44, ../sass/module/_page_nav.scss */
  .page-nav__inner {
    padding: 0 30px;
  }
}
/* line 65, ../sass/module/_page_nav.scss */
.page-nav__bgimg {
  width: 100%;
  height: 435px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/* line 72, ../sass/module/_page_nav.scss */
.page-nav__bgimg--mobile {
  display: none;
}
@media (max-width: 830px) {
  /* line 65, ../sass/module/_page_nav.scss */
  .page-nav__bgimg {
    display: none;
  }
  /* line 79, ../sass/module/_page_nav.scss */
  .page-nav__bgimg--mobile {
    display: block;
  }
}
/* line 84, ../sass/module/_page_nav.scss */
.page-nav__print-img {
  width: 100%;
  height: auto;
  display: none;
}
/* line 90, ../sass/module/_page_nav.scss */
.page-nav__img {
  width: 100%;
  position: relative;
  display: block;
  height: auto;
}
/* line 96, ../sass/module/_page_nav.scss */
.page-nav__img.mobile {
  display: none;
}
@media (max-width: 830px) {
  /* line 90, ../sass/module/_page_nav.scss */
  .page-nav__img {
    display: none;
  }
  /* line 103, ../sass/module/_page_nav.scss */
  .page-nav__img.mobile {
    display: block;
  }
}
/* line 109, ../sass/module/_page_nav.scss */
.page-nav__anchor {
  font-family: "brandon_grotesquebold", "Arial", "Helvetica", sans-serif;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
}
/* line 117, ../sass/module/_page_nav.scss */
.page-nav__anchor p {
  font-family: "brandon_grotesquebold", "Arial", "Helvetica", sans-serif;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
}
/* line 126, ../sass/module/_page_nav.scss */
.page-nav__content-lightgreen .page-nav__anchor {
  color: #a1bf36;
}
/* line 132, ../sass/module/_page_nav.scss */
.no-touch .page-nav__anchor:not(.no-hover):hover .page-nav__arrow {
  top: 20px;
}
/* line 135, ../sass/module/_page_nav.scss */
.no-touch .page-nav__anchor:not(.no-hover):hover .page-nav__arrow--right {
  top: 0;
  right: 40px;
}
@media (max-width: 1024px) {
  /* line 135, ../sass/module/_page_nav.scss */
  .no-touch .page-nav__anchor:not(.no-hover):hover .page-nav__arrow--right {
    right: 20px;
  }
}
@media (max-width: 830px) {
  /* line 135, ../sass/module/_page_nav.scss */
  .no-touch .page-nav__anchor:not(.no-hover):hover .page-nav__arrow--right {
    right: 40px;
  }
}
@media (max-width: 520px) {
  /* line 135, ../sass/module/_page_nav.scss */
  .no-touch .page-nav__anchor:not(.no-hover):hover .page-nav__arrow--right {
    right: 20px;
  }
}
@media (min-width: 1400px) {
  /* line 109, ../sass/module/_page_nav.scss */
  .page-nav__anchor {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 1024px) {
  /* line 109, ../sass/module/_page_nav.scss */
  .page-nav__anchor {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 830px) {
  /* line 109, ../sass/module/_page_nav.scss */
  .page-nav__anchor {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 630px) {
  /* line 174, ../sass/module/_page_nav.scss */
  .page-nav__anchor.page-nav--freshdrink br, .page-nav__anchor.page-nav--gotoproducts br, .page-nav__anchor.page-nav--plantbased br, .page-nav__anchor.page-nav--static br {
    content: " ";
  }
  /* line 177, ../sass/module/_page_nav.scss */
  .page-nav__anchor.page-nav--freshdrink br:after, .page-nav__anchor.page-nav--gotoproducts br:after, .page-nav__anchor.page-nav--plantbased br:after, .page-nav__anchor.page-nav--static br:after {
    content: " ";
  }
  /* line 180, ../sass/module/_page_nav.scss */
  .page-nav__anchor.page-nav--freshdrink .page-nav__title__text, .page-nav__anchor.page-nav--gotoproducts .page-nav__title__text, .page-nav__anchor.page-nav--plantbased .page-nav__title__text, .page-nav__anchor.page-nav--static .page-nav__title__text {
    display: block;
    float: right;
    max-width: 49%;
  }
  /* line 187, ../sass/module/_page_nav.scss */
  .firefox .page-nav__anchor.page-nav--plantbased .page-nav__title__text {
    max-width: 55%;
  }
  /* line 191, ../sass/module/_page_nav.scss */
  .page-nav__anchor.page-nav--freshdrink .page-nav__title__text {
    max-width: 42%;
  }
  /* line 195, ../sass/module/_page_nav.scss */
  .prefix-at .page-nav__anchor.page-nav--plantbased .page-nav__title__text, .prefix-de .page-nav__anchor.page-nav--plantbased .page-nav__title__text, .prefix-ch .page-nav__anchor.page-nav--plantbased .page-nav__title__text, .prefix-befr .page-nav__anchor.page-nav--gotoproducts .page-nav__title__text {
    max-width: 63%;
  }
  /* line 202, ../sass/module/_page_nav.scss */
  .prefix-fr .page-nav__anchor.page-nav--plantbased .page-nav__title__text, .prefix-befr .page-nav__anchor.page-nav--plantbased .page-nav__title__text, .prefix-lu .page-nav__anchor.page-nav--plantbased .page-nav__title__text {
    max-width: 68%;
  }
  /* line 208, ../sass/module/_page_nav.scss */
  .prefix-benl .page-nav__anchor.page-nav--gotoproducts .page-nav__title__text, .prefix-nl .page-nav__anchor.page-nav--gotoproducts .page-nav__title__text, .prefix-es .page-nav__anchor.page-nav--gotoproducts .page-nav__title__text {
    max-width: 52%;
  }
  /* line 214, ../sass/module/_page_nav.scss */
  .prefix-benl .page-nav__anchor.page-nav--plantbased .page-nav__title__text, .prefix-nl .page-nav__anchor.page-nav--plantbased .page-nav__title__text {
    max-width: 65%;
  }
  /* line 219, ../sass/module/_page_nav.scss */
  .prefix-pt .page-nav__anchor.page-nav--gotoproducts .page-nav__title__text {
    max-width: 57%;
  }
  /* line 223, ../sass/module/_page_nav.scss */
  .prefix-pt .page-nav__anchor.page-nav--plantbased .page-nav__title__text {
    max-width: 63%;
  }
}
@media (max-width: 520px) {
  /* line 109, ../sass/module/_page_nav.scss */
  .page-nav__anchor {
    font-size: 28px;
    line-height: 33.59px;
  }
}
@media (max-width: 440px) {
  /* line 109, ../sass/module/_page_nav.scss */
  .page-nav__anchor {
    font-size: 18px;
    line-height: 21px;
  }
}
/* line 240, ../sass/module/_page_nav.scss */
.page-nav__title {
  display: table-cell;
  vertical-align: middle;
  padding-right: 60px;
  text-align: right;
}
@media (max-width: 1024px) {
  /* line 240, ../sass/module/_page_nav.scss */
  .page-nav__title {
    padding-right: 45px;
  }
}
@media (max-width: 830px) {
  /* line 240, ../sass/module/_page_nav.scss */
  .page-nav__title {
    padding-right: 60px;
  }
}
@media (max-width: 520px) {
  /* line 240, ../sass/module/_page_nav.scss */
  .page-nav__title {
    padding-right: 45px;
  }
}
/* line 259, ../sass/module/_page_nav.scss */
.page-nav__title span {
  font-size: 1em !important;
}
/* line 264, ../sass/module/_page_nav.scss */
.page-nav__arrow {
  position: absolute;
  top: 0;
  right: 50px;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: url(img/page_header_arrow.svg) 50%/20px auto no-repeat;
  -moz-transition: top 0.3s, right 0.3s, left 0.3s;
  -o-transition: top 0.3s, right 0.3s, left 0.3s;
  -webkit-transition: top 0.3s, right 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, left 0.3s;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 279, ../sass/module/_page_nav.scss */
.lt-ie9 .page-nav__arrow {
  border: none;
  background: url(img/page_header_arrow_ie8.png) 50% 15px no-repeat;
}
/* line 284, ../sass/module/_page_nav.scss */
.page-nav__content-lightgreen .page-nav__arrow {
  border: 3px solid #a1bf36;
  background: url(img/page_header_arrow_green.svg) 50%/20px auto no-repeat;
}
@media (max-width: 1024px) {
  /* line 264, ../sass/module/_page_nav.scss */
  .page-nav__arrow {
    right: 30px;
    width: 30px;
    height: 30px;
    background-size: 14px auto;
    border: 2px solid #fff;
    background-position: 50% 11px;
  }
  /* line 298, ../sass/module/_page_nav.scss */
  .ie9 .page-nav__arrow, .ie10 .page-nav__arrow, .ie11 .page-nav__arrow {
    background-position: 50% 9px;
  }
}
@media (max-width: 830px) {
  /* line 264, ../sass/module/_page_nav.scss */
  .page-nav__arrow {
    right: 50px;
    width: 40px;
    height: 40px;
    background-size: 19px auto;
    background-position: 50% 15px;
    border: 3px solid #fff;
  }
  /* line 311, ../sass/module/_page_nav.scss */
  .ie9 .page-nav__arrow, .ie10 .page-nav__arrow, .ie11 .page-nav__arrow {
    background-position: 50% 12px;
  }
}
@media (max-width: 520px) {
  /* line 264, ../sass/module/_page_nav.scss */
  .page-nav__arrow {
    right: 30px;
    width: 30px;
    height: 30px;
    background-size: 14px auto;
    border: 2px solid #fff;
    background-position: 50% 11px;
  }
  /* line 326, ../sass/module/_page_nav.scss */
  .ie9 .page-nav__arrow, .ie10 .page-nav__arrow, .ie11 .page-nav__arrow {
    background-position: 50% 9px;
  }
}
/* line 331, ../sass/module/_page_nav.scss */
.page-nav__arrow--right {
  background: url(img/page_header_arrow_right.svg) 50%/12px auto no-repeat;
}
/* line 334, ../sass/module/_page_nav.scss */
.lt-ie9 .page-nav__arrow--right {
  background: url(img/page_header_arrow_right_ie8.png) 50% 15px no-repeat;
}
/* line 338, ../sass/module/_page_nav.scss */
.ie9 .page-nav__arrow--right, .ie10 .page-nav__arrow--right, .ie11 .page-nav__arrow--right {
  background-size: 17px auto;
}
@media (max-width: 1024px) {
  /* line 331, ../sass/module/_page_nav.scss */
  .page-nav__arrow--right {
    background-position: 11px 7px;
    background-size: 9px auto;
  }
  /* line 346, ../sass/module/_page_nav.scss */
  .ie9 .page-nav__arrow--right, .ie10 .page-nav__arrow--right, .ie11 .page-nav__arrow--right {
    background-position: 9px 8px;
    background-size: 14px auto;
  }
}
@media (max-width: 830px) {
  /* line 331, ../sass/module/_page_nav.scss */
  .page-nav__arrow--right {
    background-position: 15px 10px;
    background-size: 12px auto;
  }
  /* line 356, ../sass/module/_page_nav.scss */
  .ie9 .page-nav__arrow--right, .ie10 .page-nav__arrow--right, .ie11 .page-nav__arrow--right {
    background-position: 12px 11px;
    background-size: 17px auto;
  }
}
@media (max-width: 520px) {
  /* line 331, ../sass/module/_page_nav.scss */
  .page-nav__arrow--right {
    background-position: 12px 7px;
    background-size: 9px auto;
  }
  /* line 366, ../sass/module/_page_nav.scss */
  .ie9 .page-nav__arrow--right, .ie10 .page-nav__arrow--right, .ie11 .page-nav__arrow--right {
    background-position: 9px 8px;
    background-size: 14px auto;
  }
}
/* line 375, ../sass/module/_page_nav.scss */
.page-nav--left .page-nav__overlay {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
}
/* line 379, ../sass/module/_page_nav.scss */
.page-nav--left .page-nav__title {
  padding-left: 60px;
  padding-right: 0;
  text-align: left;
}
@media (max-width: 1024px) {
  /* line 379, ../sass/module/_page_nav.scss */
  .page-nav--left .page-nav__title {
    padding-left: 50px;
  }
}
@media (max-width: 830px) {
  /* line 379, ../sass/module/_page_nav.scss */
  .page-nav--left .page-nav__title {
    padding-left: 60px;
  }
}
@media (max-width: 440px) {
  /* line 379, ../sass/module/_page_nav.scss */
  .page-nav--left .page-nav__title {
    padding-left: 50px;
  }
}
/* line 397, ../sass/module/_page_nav.scss */
.page-nav--left .page-nav__arrow {
  right: auto;
  left: 50px;
  background: url(img/page_header_arrow_left.svg) 13px 50%/12px auto no-repeat;
}
/* line 402, ../sass/module/_page_nav.scss */
.lt-ie9 .page-nav--left .page-nav__arrow {
  background: url(img/page_header_arrow_left_ie8.png) 50% 15px no-repeat;
}
/* line 406, ../sass/module/_page_nav.scss */
.ie9 .page-nav--left .page-nav__arrow, .ie10 .page-nav--left .page-nav__arrow, .ie11 .page-nav--left .page-nav__arrow {
  background-size: 17px auto;
  background-position: 11px 50%;
}
@media (max-width: 1024px) {
  /* line 397, ../sass/module/_page_nav.scss */
  .page-nav--left .page-nav__arrow {
    background-position: 10px 7px;
    background-size: 9px auto;
    left: 30px;
  }
  /* line 416, ../sass/module/_page_nav.scss */
  .ie9 .page-nav--left .page-nav__arrow, .ie10 .page-nav--left .page-nav__arrow, .ie11 .page-nav--left .page-nav__arrow {
    background-position: 8px 8px;
    background-size: 14px auto;
  }
}
@media (max-width: 830px) {
  /* line 397, ../sass/module/_page_nav.scss */
  .page-nav--left .page-nav__arrow {
    background-position: 13px 10px;
    background-size: 12px auto;
    left: 50px;
  }
  /* line 429, ../sass/module/_page_nav.scss */
  .ie9 .page-nav--left .page-nav__arrow, .ie10 .page-nav--left .page-nav__arrow, .ie11 .page-nav--left .page-nav__arrow {
    background-position: 11px 11px;
    background-size: 17px auto;
  }
}
@media (max-width: 520px) {
  /* line 397, ../sass/module/_page_nav.scss */
  .page-nav--left .page-nav__arrow {
    background-position: 10px 7px;
    background-size: 9px auto;
    left: 30px;
  }
  /* line 441, ../sass/module/_page_nav.scss */
  .ie9 .page-nav--left .page-nav__arrow, .ie10 .page-nav--left .page-nav__arrow, .ie11 .page-nav--left .page-nav__arrow {
    background-position: 7px 8px;
    background-size: 14px auto;
  }
}
/* line 449, ../sass/module/_page_nav.scss */
.no-touch .page-nav--left .page-nav__anchor:not(.no-hover):hover .page-nav__arrow {
  top: 0;
  left: 40px;
}
@media (max-width: 1024px) {
  /* line 449, ../sass/module/_page_nav.scss */
  .no-touch .page-nav--left .page-nav__anchor:not(.no-hover):hover .page-nav__arrow {
    left: 20px;
  }
}
@media (max-width: 830px) {
  /* line 449, ../sass/module/_page_nav.scss */
  .no-touch .page-nav--left .page-nav__anchor:not(.no-hover):hover .page-nav__arrow {
    left: 40px;
  }
}
@media (max-width: 520px) {
  /* line 449, ../sass/module/_page_nav.scss */
  .no-touch .page-nav--left .page-nav__anchor:not(.no-hover):hover .page-nav__arrow {
    left: 20px;
  }
}
/* line 468, ../sass/module/_page_nav.scss */
body #container .page-nav .hp-block_circle {
  font-size: 15px;
}
@media (min-width: 1400px) {
  /* line 468, ../sass/module/_page_nav.scss */
  body #container .page-nav .hp-block_circle {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  /* line 468, ../sass/module/_page_nav.scss */
  body #container .page-nav .hp-block_circle {
    font-size: 12px;
  }
}

/* EXCEPTION */
@media (max-width: 830px) {
  /* line 483, ../sass/module/_page_nav.scss */
  .node-type-static-page .last-block.hero .page-nav__content,
  .node-type-static-page .last-block.pbay .page-nav__content,
  .node-type-static-page .first-block.new_design .page-nav__content,
  .page-nav.good-for-you .page-nav__content,
  .node-type-search-results-page .last-block.page-nav .page-nav__content,
  .node-type-find-a-shop-page .last-block .page-nav__content {
    position: relative;
    background: #e9dcd3;
    padding: 20px 0;
  }
  /* line 493, ../sass/module/_page_nav.scss */
  .node-type-static-page .last-block.hero .page-nav__content br,
  .node-type-static-page .last-block.pbay .page-nav__content br,
  .node-type-static-page .first-block.new_design .page-nav__content br,
  .page-nav.good-for-you .page-nav__content br,
  .node-type-search-results-page .last-block.page-nav .page-nav__content br,
  .node-type-find-a-shop-page .last-block .page-nav__content br {
    content: " ";
  }
  /* line 497, ../sass/module/_page_nav.scss */
  .node-type-static-page .last-block.hero .page-nav__content br:after,
  .node-type-static-page .last-block.pbay .page-nav__content br:after,
  .node-type-static-page .first-block.new_design .page-nav__content br:after,
  .page-nav.good-for-you .page-nav__content br:after,
  .node-type-search-results-page .last-block.page-nav .page-nav__content br:after,
  .node-type-find-a-shop-page .last-block .page-nav__content br:after {
    content: " ";
  }

  /* line 502, ../sass/module/_page_nav.scss */
  .node-type-static-page .last-block.pbay .page-nav__content {
    background-color: #d7dee6;
  }

  /* line 506, ../sass/module/_page_nav.scss */
  .node-type-static-page .first-block.new_design .page-nav__content {
    background-color: #edf3f3;
  }
  /* line 509, ../sass/module/_page_nav.scss */
  .node-type-static-page .first-block.new_design .page-nav__content .page-nav__title {
    text-align: center;
  }
  /* line 512, ../sass/module/_page_nav.scss */
  .node-type-static-page .first-block.new_design .page-nav__content .page-nav__title .page-nav__anchor {
    position: relative;
    display: block;
  }
  /* line 518, ../sass/module/_page_nav.scss */
  .no-touch .node-type-static-page .first-block.new_design .page-nav__content .page-nav__anchor:not(.no-hover):hover .page-nav__arrow,
  .node-type-static-page .first-block.new_design .page-nav__content .page-nav__anchor .page-nav__arrow {
    top: 0;
    right: -60px;
  }
  /* line 524, ../sass/module/_page_nav.scss */
  .node-type-static-page .first-block.new_design .page-nav__content .page-nav__anchor.page-nav--static .page-nav__title__text {
    float: none;
    display: inline;
    max-width: 100%;
  }

  /* line 530, ../sass/module/_page_nav.scss */
  .page-nav.good-for-you .page-nav__content,
  .node-type-search-results-page .last-block.page-nav .page-nav__content,
  .node-type-find-a-shop-page .last-block .page-nav__content {
    background-color: #dbe7e7;
  }

  /* line 537, ../sass/module/_page_nav.scss */
  .node-type-static-page .first-block.hero .page-nav__content .page-nav__anchor.page-nav--static .page-nav__title__text {
    display: block;
    float: right;
    max-width: 46%;
  }
}
@media (max-width: 520px) {
  /* line 547, ../sass/module/_page_nav.scss */
  .node-type-static-page .first-block.new_design .page-nav__content {
    background-color: #edf3f3;
  }
  /* line 550, ../sass/module/_page_nav.scss */
  .node-type-static-page .first-block.new_design .page-nav__content .page-nav__title {
    text-align: center;
  }
  /* line 553, ../sass/module/_page_nav.scss */
  .node-type-static-page .first-block.new_design .page-nav__content .page-nav__title .page-nav__anchor {
    position: relative;
  }
  /* line 558, ../sass/module/_page_nav.scss */
  .no-touch .node-type-static-page .first-block.new_design .page-nav__content .page-nav__anchor:not(.no-hover):hover .page-nav__arrow,
  .node-type-static-page .first-block.new_design .page-nav__content .page-nav__anchor .page-nav__arrow {
    top: 0;
    right: -45px;
  }
}
/* line 566, ../sass/module/_page_nav.scss */
body #container .green-story .page-nav .hp-block_circle {
  width: 9.135em;
  height: 9.135em;
  left: 2.628%;
  top: 7.3%;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  text-transform: uppercase;
  background: #2c7838;
}
/* line 575, ../sass/module/_page_nav.scss */
body #container .green-story .page-nav .hp-block_circle_inner {
  margin-top: -.1em;
}
/* line 577, ../sass/module/_page_nav.scss */
.prefix-pt body #container .green-story .page-nav .hp-block_circle_inner, .prefix-es body #container .green-story .page-nav .hp-block_circle_inner {
  margin-top: -.3em;
}
/* line 583, ../sass/module/_page_nav.scss */
body #container .green-story .page-nav .hp-block_circle span {
  font-size: 2.8em;
  margin: 0;
}
@media (max-width: 830px) {
  /* line 566, ../sass/module/_page_nav.scss */
  body #container .green-story .page-nav .hp-block_circle {
    display: block;
  }
}

@media (max-width: 600px) {
  /* line 5, ../sass/module/_fresh_drink.scss */
  .prefix-it .fresh-drink .page-nav__anchor .break:before {
    content: "";
    display: block;
  }
}
@media (max-width: 440px) {
  /* line 13, ../sass/module/_fresh_drink.scss */
  .prefix-it .fresh-drink .page-nav__anchor {
    font-size: 16px;
  }
}
/* line 18, ../sass/module/_fresh_drink.scss */
.fresh-drink .fd-blocks * {
  box-sizing: border-box;
}
/* line 22, ../sass/module/_fresh_drink.scss */
.fresh-drink .fd-block {
  position: relative;
  font-size: 15px;
}
@media (min-width: 1400px) {
  /* line 22, ../sass/module/_fresh_drink.scss */
  .fresh-drink .fd-block {
    font-size: 16px;
  }
}
@media (min-width: 1800px) {
  /* line 22, ../sass/module/_fresh_drink.scss */
  .fresh-drink .fd-block {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  /* line 22, ../sass/module/_fresh_drink.scss */
  .fresh-drink .fd-block {
    font-size: 12px;
  }
}
@media (max-width: 830px) {
  /* line 22, ../sass/module/_fresh_drink.scss */
  .fresh-drink .fd-block {
    font-size: 15px;
  }
}
@media (max-width: 520px) {
  /* line 22, ../sass/module/_fresh_drink.scss */
  .fresh-drink .fd-block {
    font-size: 14px;
  }
}
@media (max-width: 440px) {
  /* line 22, ../sass/module/_fresh_drink.scss */
  .fresh-drink .fd-block {
    font-size: 13px;
  }
}
@media (max-width: 380px) {
  /* line 22, ../sass/module/_fresh_drink.scss */
  .fresh-drink .fd-block {
    font-size: 12px;
  }
}
/* line 55, ../sass/module/_fresh_drink.scss */
.fresh-drink .fd-block__img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 60, ../sass/module/_fresh_drink.scss */
.fresh-drink .fd-block__img.mobile {
  display: none;
}
@media (max-width: 830px) {
  /* line 55, ../sass/module/_fresh_drink.scss */
  .fresh-drink .fd-block__img {
    display: none;
  }
  /* line 67, ../sass/module/_fresh_drink.scss */
  .fresh-drink .fd-block__img.mobile {
    display: block;
  }
}
/* line 73, ../sass/module/_fresh_drink.scss */
.fresh-drink .fd-block__content {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 50px;
}
/* line 80, ../sass/module/_fresh_drink.scss */
.fresh-drink .fd-block__content.right {
  margin-left: 50%;
}
@media (max-width: 1024px) {
  /* line 73, ../sass/module/_fresh_drink.scss */
  .fresh-drink .fd-block__content {
    padding: 30px;
  }
}
@media (max-width: 920px) {
  /* line 73, ../sass/module/_fresh_drink.scss */
  .fresh-drink .fd-block__content {
    width: 60%;
  }
  /* line 91, ../sass/module/_fresh_drink.scss */
  .fresh-drink .fd-block__content.right {
    margin-left: 40%;
  }
}
@media (max-width: 830px) {
  /* line 73, ../sass/module/_fresh_drink.scss */
  .fresh-drink .fd-block__content {
    padding: 50px;
    width: auto;
    position: relative;
    width: 100%;
  }
  /* line 102, ../sass/module/_fresh_drink.scss */
  .fresh-drink .fd-block__content.right {
    margin: 0;
  }
  /* line 106, ../sass/module/_fresh_drink.scss */
  .fresh-drink .fd-block__content.soya {
    background-color: #e3eaee;
  }
  /* line 110, ../sass/module/_fresh_drink.scss */
  .fresh-drink .fd-block__content.rice {
    background-color: #e8eef0;
  }
}
@media (max-width: 520px) {
  /* line 73, ../sass/module/_fresh_drink.scss */
  .fresh-drink .fd-block__content {
    padding: 30px;
  }
}
@media (max-width: 830px) {
  /* line 122, ../sass/module/_fresh_drink.scss */
  .fresh-drink .intro .fd-block__content {
    position: absolute;
  }
}
@media (max-width: 615px) {
  /* line 128, ../sass/module/_fresh_drink.scss */
  .prefix-it .fresh-drink .intro {
    padding-top: 50px;
  }
}
@media (max-width: 550px) {
  /* line 120, ../sass/module/_fresh_drink.scss */
  .fresh-drink .intro {
    padding-top: 70px;
  }
  /* line 136, ../sass/module/_fresh_drink.scss */
  .prefix-de .fresh-drink .intro, .prefix-at .fresh-drink .intro, .prefix-ch .fresh-drink .intro {
    padding-top: 114px;
  }
  /* line 142, ../sass/module/_fresh_drink.scss */
  .prefix-it .fresh-drink .intro {
    padding-top: 118px;
  }
  /* line 146, ../sass/module/_fresh_drink.scss */
  .prefix-nl .fresh-drink .intro {
    padding-top: 101px;
  }
}
/* line 152, ../sass/module/_fresh_drink.scss */
.fresh-drink .bold_40px_header {
  margin-bottom: 1.3333333333333333em;
  font-family: "brandon_grotesquebold", "Arial", "Helvetica", sans-serif;
  font-size: 2em;
  line-height: 1.2em;
  text-transform: uppercase;
}
@media (max-width: 830px) {
  /* line 152, ../sass/module/_fresh_drink.scss */
  .fresh-drink .bold_40px_header {
    margin-bottom: 32px;
  }
}
@media (max-width: 520px) {
  /* line 152, ../sass/module/_fresh_drink.scss */
  .fresh-drink .bold_40px_header {
    margin-bottom: 20px;
  }
}
/* line 168, ../sass/module/_fresh_drink.scss */
.fresh-drink p, .fresh-drink .fd_header_small {
  font-family: arial, sans-serif;
  font-size: 1em;
  line-height: 1.3333333333333333em;
}
/* line 174, ../sass/module/_fresh_drink.scss */
.fresh-drink .fd_header_small {
  font-family: "brandon_grotesquebold", "Arial", "Helvetica", sans-serif;
}
@media (max-width: 1200px) {
  /* line 179, ../sass/module/_fresh_drink.scss */
  .fresh-drink .bold_40px_header {
    font-size: 1.8em;
  }
  /* line 183, ../sass/module/_fresh_drink.scss */
  .fresh-drink p {
    font-size: 0.8em;
  }
}
@media (max-width: 1024px) {
  /* line 189, ../sass/module/_fresh_drink.scss */
  .fresh-drink .bold_40px_header {
    font-size: 2em;
  }
  /* line 193, ../sass/module/_fresh_drink.scss */
  .fresh-drink p {
    font-size: 1em;
  }
}
/* line 198, ../sass/module/_fresh_drink.scss */
.fresh-drink .fd-block__column {
  float: left;
  position: relative;
}
@media (max-width: 920px) {
  /* line 198, ../sass/module/_fresh_drink.scss */
  .fresh-drink .fd-block__column {
    width: 50%;
  }
}
@media (max-width: 830px) {
  /* line 198, ../sass/module/_fresh_drink.scss */
  .fresh-drink .fd-block__column {
    float: none;
    width: auto;
    padding: 50px;
  }
  /* line 211, ../sass/module/_fresh_drink.scss */
  .fresh-drink .fd-block__column .bold_40px_header, .fresh-drink .fd-block__column p {
    width: 100%;
  }
}
@media (max-width: 520px) {
  /* line 198, ../sass/module/_fresh_drink.scss */
  .fresh-drink .fd-block__column {
    padding: 30px;
  }
}
/* line 221, ../sass/module/_fresh_drink.scss */
.fresh-drink .fd-photos {
  max-width: 558px;
  margin: 3.333333333333333em auto 0;
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 830px) {
  /* line 230, ../sass/module/_fresh_drink.scss */
  .fresh-drink .fd-challenges {
    font-size: 0;
  }
}
/* line 235, ../sass/module/_fresh_drink.scss */
.fresh-drink .fd-challenge {
  margin-bottom: 3.333333333333333em;
  font-size: 15px;
}
@media (min-width: 1400px) {
  /* line 235, ../sass/module/_fresh_drink.scss */
  .fresh-drink .fd-challenge {
    font-size: 16px;
  }
}
@media (min-width: 1800px) {
  /* line 235, ../sass/module/_fresh_drink.scss */
  .fresh-drink .fd-challenge {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  /* line 235, ../sass/module/_fresh_drink.scss */
  .fresh-drink .fd-challenge {
    font-size: 12px;
  }
}
@media (max-width: 830px) {
  /* line 235, ../sass/module/_fresh_drink.scss */
  .fresh-drink .fd-challenge {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 2.166666666666667em;
    font-size: 15px;
  }
  /* line 258, ../sass/module/_fresh_drink.scss */
  .fresh-drink .fd-challenge:nth-child(odd) {
    padding-right: 23px;
  }
  /* line 262, ../sass/module/_fresh_drink.scss */
  .fresh-drink .fd-challenge:nth-child(even) {
    padding-left: 23px;
  }
}
@media (max-width: 520px) {
  /* line 235, ../sass/module/_fresh_drink.scss */
  .fresh-drink .fd-challenge {
    font-size: 14px;
    display: block;
    width: 100%;
  }
  /* line 272, ../sass/module/_fresh_drink.scss */
  .fresh-drink .fd-challenge:nth-child(odd) {
    padding-right: 0;
  }
  /* line 276, ../sass/module/_fresh_drink.scss */
  .fresh-drink .fd-challenge:nth-child(even) {
    padding-left: 0;
  }
}
@media (max-width: 440px) {
  /* line 235, ../sass/module/_fresh_drink.scss */
  .fresh-drink .fd-challenge {
    font-size: 13px;
  }
}
@media (max-width: 380px) {
  /* line 235, ../sass/module/_fresh_drink.scss */
  .fresh-drink .fd-challenge {
    font-size: 12px;
  }
}
/* line 290, ../sass/module/_fresh_drink.scss */
.fresh-drink .fd-contest, body #container #block-system-main .fresh-drink .soya p a, body #container #block-system-main .fresh-drink .rice p a {
  display: inline-block;
  color: #6d6661;
  border-bottom: 1px solid #6d6661;
  -moz-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  line-height: 1em;
}
/* line 297, ../sass/module/_fresh_drink.scss */
.fresh-drink .fd-contest span, body #container #block-system-main .fresh-drink .soya p a span, body #container #block-system-main .fresh-drink .rice p a span {
  line-height: 1em;
}
/* line 301, ../sass/module/_fresh_drink.scss */
.fresh-drink .fd-contest:hover, body #container #block-system-main .fresh-drink .soya p a:hover, body #container #block-system-main .fresh-drink .rice p a:hover {
  border-color: transparent;
  color: #6d6661 !important;
}
/* line 305, ../sass/module/_fresh_drink.scss */
.fresh-drink .fd-contest:hover span, body #container #block-system-main .fresh-drink .soya p a:hover span, body #container #block-system-main .fresh-drink .rice p a:hover span {
  color: #6d6661 !important;
  border-color: transparent;
}
@media (max-width: 830px) {
  /* line 313, ../sass/module/_fresh_drink.scss */
  .fresh-drink .fd-contest {
    margin-top: 23px;
  }
}
/* line 318, ../sass/module/_fresh_drink.scss */
.prefix-at .fresh-drink .instagram-feed__info__inner, .prefix-de .fresh-drink .instagram-feed__info__inner, .prefix-ch .fresh-drink .instagram-feed__info__inner {
  padding: 0 9px;
}

/* line 1, ../sass/module/_mobile_menu.scss */
#rightPushMenu {
  position: fixed;
  padding-top: 14px;
  top: 0px;
  z-index: 9999;
  width: 260px;
  background-color: #fff;
  color: #2c7838;
  height: 100%;
  overflow: scroll;
}
/* line 12, ../sass/module/_mobile_menu.scss */
#rightPushMenu div.item {
  position: relative;
  padding: 7px 47px 7px 28px;
  font-family: "brandon_grotesquebold", "Arial", "Helvetica", sans-serif;
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  cursor: pointer;
}
/* line 21, ../sass/module/_mobile_menu.scss */
#rightPushMenu div.item span {
  top: 50%;
  margin-top: -8.5px;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
/* line 27, ../sass/module/_mobile_menu.scss */
#rightPushMenu div.item a {
  padding: 0;
}
/* line 31, ../sass/module/_mobile_menu.scss */
#rightPushMenu div.item.is-open span {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
/* line 37, ../sass/module/_mobile_menu.scss */
#rightPushMenu .subcategories {
  padding: 22px 0;
  margin-top: 14px;
  margin-bottom: 14px;
  background-color: #2c7838;
}
/* line 44, ../sass/module/_mobile_menu.scss */
#rightPushMenu .rightSubCategory {
  position: relative;
  font-family: "brandon_grotesquebold", "Arial", "Helvetica", sans-serif;
  font-size: 22px;
  cursor: pointer;
}
/* line 50, ../sass/module/_mobile_menu.scss */
#rightPushMenu .rightSubCategory a,
#rightPushMenu .rightSubCategory .rightSubCategory-link {
  padding: 7px 28px;
  color: #fff;
  font-size: 15px;
  line-height: 23px;
}
/* line 58, ../sass/module/_mobile_menu.scss */
#rightPushMenu .rightSubCategory:hover {
  cursor: pointer;
}
/* line 63, ../sass/module/_mobile_menu.scss */
#rightPushMenu span {
  background: url("../img/mobile_menu_arrow.svg") center center/9px auto no-repeat;
  width: 13px;
  height: 13px;
  display: inline-block;
  position: absolute;
  right: 28px;
  top: 15px;
  z-index: 0;
}
/* line 73, ../sass/module/_mobile_menu.scss */
#rightPushMenu .rightSubCategory-link-arrow {
  background-image: url("../img/mobile_menu_arrow_white.svg");
  top: 12px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
/* line 78, ../sass/module/_mobile_menu.scss */
#rightPushMenu .rightSubCategory-link-arrow.js_rotated {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 82, ../sass/module/_mobile_menu.scss */
#rightPushMenu .rightSubSubCategory {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  height: 0;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
  -o-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
  -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, visibility 0s ease-in-out;
  -webkit-transition-delay: 0s, 0s, 0.3s;
  transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
}
/* line 88, ../sass/module/_mobile_menu.scss */
#rightPushMenu .rightSubSubCategory.js_showme {
  height: auto;
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, visibility 0s ease-in-out 0s;
  -o-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, visibility 0s ease-in-out 0s;
  -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, visibility 0s ease-in-out;
  -webkit-transition-delay: 0s, 0s, 0s;
  transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, visibility 0s ease-in-out 0s;
}
/* line 95, ../sass/module/_mobile_menu.scss */
#rightPushMenu .rightSubCategory .rightSubSubCategory-item-link {
  font-size: 15px;
  line-height: 23px;
  text-transform: none;
  padding: 15px 15px 0 20px;
}
/* line 101, ../sass/module/_mobile_menu.scss */
#rightPushMenu .rightSubCategory .rightSubSubCategory-item:first-child .rightSubSubCategory-item-link {
  padding-top: 30px;
}
/* line 104, ../sass/module/_mobile_menu.scss */
#rightPushMenu .rightSubCategory .rightSubSubCategory-item:last-child .rightSubSubCategory-item-link {
  padding-bottom: 30px;
}
/* line 108, ../sass/module/_mobile_menu.scss */
#rightPushMenu a,
#rightPushMenu .rightSubCategory-link {
  display: block;
  padding: 10px;
  position: relative;
  z-index: 1;
  color: #2c7838;
  font-family: "brandon_grotesquebold", "Arial", "Helvetica", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 120, ../sass/module/_mobile_menu.scss */
#rightPushMenu .rightPushMenu-social {
  margin-top: 10px;
  padding: 8px 28px 14px;
}
/* line 124, ../sass/module/_mobile_menu.scss */
#rightPushMenu .rightPushMenu-social::before {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  border-top: 1px solid #2c7838;
}
/* line 132, ../sass/module/_mobile_menu.scss */
#rightPushMenu .rightPushMenu-social .rightPushMenu-social-item {
  padding: 8px 0 8px 40px;
  margin: 15px 0;
  background: url(../img/ico_facebook_mobile.png) left bottom/31.5px no-repeat;
}
/* line 143, ../sass/module/_mobile_menu.scss */
#rightPushMenu .rightPushMenu-social .rightPushMenu-social-item.tw {
  display: none;
  background-image: url(../img/ico_twitter_mobile.png);
}
/* line 150, ../sass/module/_mobile_menu.scss */
#rightPushMenu .rightPushMenu-social .rightPushMenu-social-item.pin {
  display: none;
  background-image: url(../img/ico_pinterest_mobile.png);
}
/* line 157, ../sass/module/_mobile_menu.scss */
#rightPushMenu .rightPushMenu-social .rightPushMenu-social-item.ins {
  background-image: url(../img/ico_instagram_mobile.png);
}

/* line 167, ../sass/module/_mobile_menu.scss */
.rightPushMenu-push {
  position: relative;
  -moz-transition: right 0.3s ease-in-out, left 0.3s ease-in-out, padding-top 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out, left 0.3s ease-in-out, padding-top 0.3s ease-in-out;
  -webkit-transition: right 0.3s ease-in-out, left 0.3s ease-in-out, padding-top 0.3s ease-in-out;
  transition: right 0.3s ease-in-out, left 0.3s ease-in-out, padding-top 0.3s ease-in-out;
}

/* line 172, ../sass/module/_mobile_menu.scss */
.rightPushMenu-left {
  left: 0px;
}

/* line 176, ../sass/module/_mobile_menu.scss */
.rightPushMenu-left-open {
  left: -260px;
}

/* line 180, ../sass/module/_mobile_menu.scss */
.rightPushMenu-right {
  right: -260px;
}

/* line 184, ../sass/module/_mobile_menu.scss */
.rightPushMenu-right-open {
  right: 0px;
}

/* line 1, ../sass/module/_find_a_shop.scss */
.storelocator__description {
  margin-top: 20px;
  max-width: calc(100% - 50px);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 900px) {
  /* line 7, ../sass/module/_find_a_shop.scss */
  .storelocator__description {
    margin-top: 70px;
  }
}
/* line 12, ../sass/module/_find_a_shop.scss */
#storelocator {
  /* .locator {
    position: relative;
    
    form {
      text-align: center;
    }
    
    @media (max-width: 1024px) {
      .inner_header_form {
        bottom: 5px;
      }
    }
      
    .inner {
      position: absolute;
      bottom: 20px;
      left: 0px;
      right: 0px;
      width: 100%;
      max-width: 960px;
      margin: 0 auto;
      
      .dropdown-wrapper {
        float: right;
        display: inline-block;
        margin: 0 15px 0 0;
      }
      
      h1 {
        position: absolute;
        text-align: right;
        color: $white;
        text-transform: uppercase;
        bottom: 100px;
        right: 0px;
        max-width: 250px;
        font-family: $f_brandon_bold;
        font-size: 50px;
        line-height: 50px;
      }
      
      input[type="text"] {
        float: right;
      }
      
      input[type="submit"] {
        float: right;
      }
      
      input[type="submit"] {
        float: right;
        position: relative;
        border: none;
        background: url("img/sprite.png") 0 -297px no-repeat;
        width: 68px;
        height: 30px;
        cursor: pointer;
        
        &:hover {
          background-position: 0 -327px;
        }
      }
    }
  } */
  /*
  
  .pr_ov-category {
    position: relative;
    padding: 38px 50px 35px 50px;
    background-color: $color_new_red;
    margin-top: -1px;
    
    &:nth-child(even) {
      background-color: transparent;
      background-size: 100% auto;
      background-position: 50% 0;
      background-repeat: repeat-y;
      @include retinize('../img/spotted_product_overview_bg', 'jpg');
      
      .pr_ov-category-title,
      .pr_ov-category-product-title {
        color: $color_new_red;
      }
      
      .pr_ov-category-all_less {
        background-color: $color_new_red;
        color: $color_whitish;
      }
      .pr_ov-category-product-icon {
        background-color: $color_new_red !important;
        color: $color_whitish;
      }
    }
  }
  
  */
  /* #storemap {
    position: relative;
    width: 100%;
    height: 672px;
    display: block;
    margin: 0 0 -5px;
    
    #googlemaps {
      position: relative;
      width: 100%;
      height: 100%;
      
      .no_results {
        font-size: 20px;
        padding: 50px 5% ;

        .prefix-at &,
        .prefix-de &,
        .prefix-ch &,
        .prefix-nl &,
        .prefix-befr &,
        .prefix-benl &,
        .prefix-uk & {
          margin: 0;
          padding-top: 0;
        }
        
        a {
          text-decoration: underline;
        }
      }
    }
    
    &.no_results {
      height: auto;
    }
    
    @media all and (max-width: 640px) {
      height: 400px;
    }
    
    @media all and (max-width: 320px) {
      height: 250px;
    }
  } */
  /* .delicious_products {
    position: relative;
    h1 {
      position: relative;
      font-size: 50px;
      text-align: center;
      text-transform: uppercase;
      span {
        color: #a2c037;
      }
    }
  }
  #storelocator_form {
	.inputbox {
		position: relative;
		.input_default {
			top: 18px;
			left: 280px;
			@media all and (max-width: 865px) {
				top: 19px;
				left: 10px;
			}
		}
	}
  }
  .first-block {
	height: auto !important;
  } */
}
/* line 112, ../sass/module/_find_a_shop.scss */
#storelocator #pre_map {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5.14% 25px;
  text-align: center;
  background-color: #fff8f2;
}
@media (max-width: 640px) {
  /* line 112, ../sass/module/_find_a_shop.scss */
  #storelocator #pre_map {
    padding-top: 40px;
    padding-bottom: 72px;
  }
}
/* line 134, ../sass/module/_find_a_shop.scss */
#storelocator #pre_map .block-node__title {
  max-width: calc(100% - 50px);
  margin-left: auto;
  margin-right: auto;
  color: #388e3c;
  margin-bottom: 6.31%;
}
@media (max-width: 640px) {
  /* line 134, ../sass/module/_find_a_shop.scss */
  #storelocator #pre_map .block-node__title {
    margin-bottom: 10.13%;
  }
}
/* line 178, ../sass/module/_find_a_shop.scss */
#storelocator #pre_map .pre_map_logos {
  max-width: 718px;
  margin: 0 auto;
  width: 100%;
}
/* line 184, ../sass/module/_find_a_shop.scss */
#storelocator #pre_map a {
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
  width: calc(33.33% - 50px);
  vertical-align: middle;
  margin-bottom: 50px;
}
/* line 192, ../sass/module/_find_a_shop.scss */
.no-touch #storelocator #pre_map a[href] {
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 196, ../sass/module/_find_a_shop.scss */
.no-touch #storelocator #pre_map a[href] img {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
/* line 201, ../sass/module/_find_a_shop.scss */
.no-touch #storelocator #pre_map a[href]:hover {
  opacity: .8;
}
/* line 204, ../sass/module/_find_a_shop.scss */
.no-touch #storelocator #pre_map a[href]:hover img {
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  -webkit-transform: translateY(-5%);
  transform: translateY(-5%);
}
@media all and (max-width: 650px) {
  /* line 184, ../sass/module/_find_a_shop.scss */
  #storelocator #pre_map a {
    width: calc(33.3333% - 50px);
  }
}
@media all and (max-width: 450px) {
  /* line 184, ../sass/module/_find_a_shop.scss */
  #storelocator #pre_map a {
    width: calc(50% - 50px);
  }
}
/* line 223, ../sass/module/_find_a_shop.scss */
#storelocator #pre_map a img {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

/* 
#storelocator .infoBox {
  position: relative;
  min-width: 240px;
  font-size: 15px;
  font-weight: 100;
  background-color: #94c145;
  color: $white;
  margin-bottom: 5px;
  padding: 5px 8px;
  @include opacity(0);
  @include box-sizing(border-box);
  
  h2 {
    font-size: 15px;
    color: #2e7839;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  
  p {
    color: $white;
    line-height: 20px;
    margin-bottom: 5px;
  }
  
  .link a {
    color: #2e7839;
    text-decoration: underline;
  }
  
  img {
    z-index: 10;
    margin-left: 10px !important;
  }
  
  .infoBox {
    @include opacity(1);
  }
}

.myfoodmap {
  background-color: #F9F7F5;
  position: relative;

  // children
  &_image {
    max-width: 100%;

    .myfoodmap_copy & {
      margin-bottom: 1em;
    }

    &-desktop, &-mobile {
      display: none;
    }
  }

  &_copy {
    @include box-sizing(border-box);
    padding: 2em 5%;

    p {
      margin-bottom: 1.5em;
      line-height: 1.33333333333;
    }
  }

  h1 {
    font-family: $f_brandon_bold;
    text-transform: uppercase;
    color: $light_green;
    font-size: 24px;
    margin-bottom: .75em;
  }

  &_logo {
    width: 266px;
    height: 51px;
  }
}

@media all and (min-width: 660px) {
  .myfoodmap {
    position: relative;

    // children
    &_image {
      display: block;
      max-width: 100%;

      .myfoodmap_copy & {
        display: inline;
        margin-bottom: 1em;
      }

      &-mobile {
        display: block;
      }

      &-desktop {
        display: none;
      }
    }

    &_copy {
      @include box-sizing(border-box);
      padding: 30px 30px 30px 0;
      text-align: right;

      position: absolute;
      right: 0;
      bottom: 0;

      height: 100%;
      width: 50%;
    }

    &_button {
      position: absolute !important;
      bottom: 30px;
      right: 30px;
    }

    &_logo {
      width: 177.333333333px;
      height: 34px;
    }
  }
}


@media all and (min-width: 830px) {
  .myfoodmap_copy {
    width: 40%;
  }
  .myfoodmap_image {
    &-mobile {
      display: none;
    }
    &-desktop {
      display: block;
    }
  }

  .myfoodmap_logo {
    width: 266px;
    height: 51px;
  }
}

@media all and (max-width: 660px) {
  // Inner header
  #storelocator .locator .inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 75px;
  }
  #storelocator .locator .inner input[type="text"] {
    width: 90%;
  }
}

@media all and (max-width: 360px) {
  body #container #storelocator .first-block .inner_header_form form input[type='submit'] {
    margin-right: 0;
  }
} */
/* line 4, ../sass/module/_pbaq_campaignpage.scss */
body #container .pbaq-nav_title_text_mobile {
  display: none;
}
/* line 7, ../sass/module/_pbaq_campaignpage.scss */
body #container .pbaq .pd-detail-productshot {
  max-width: 290px;
}
/* line 11, ../sass/module/_pbaq_campaignpage.scss */
body #container .pbaq-youtube {
  position: relative;
}
/* line 14, ../sass/module/_pbaq_campaignpage.scss */
body #container .pbaq-watch_movie {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "brandon_grotesquebold", "Arial", "Helvetica", sans-serif;
  font-size: 1.875em;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
/* line 26, ../sass/module/_pbaq_campaignpage.scss */
body #container .pbaq-watch_movie-icon {
  display: block;
  width: 3.60714em;
  height: 3.60714em;
  margin: 0 auto 0.75em;
  background: url(../img/green_story/play_button@2x.png) center center/cover no-repeat;
}
/* line 33, ../sass/module/_pbaq_campaignpage.scss */
body #container .pbaq-watch_movie-copy {
  display: block;
  text-shadow: 0px 0px 7px black;
}
/* line 38, ../sass/module/_pbaq_campaignpage.scss */
body #container .pbaq-block {
  position: relative;
  font-size: 15px;
  background-color: #fff;
}
@media (min-width: 1400px) {
  /* line 38, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-block {
    font-size: 16px;
  }
}
@media (min-width: 1800px) {
  /* line 38, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-block {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  /* line 38, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-block {
    font-size: 12px;
  }
}
@media (max-width: 830px) {
  /* line 38, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-block {
    font-size: 15px;
  }
}
@media (max-width: 520px) {
  /* line 38, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-block {
    font-size: 14px;
  }
}
@media (max-width: 440px) {
  /* line 38, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-block {
    font-size: 13px;
  }
}
@media (max-width: 380px) {
  /* line 38, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-block {
    font-size: 12px;
  }
}
/* line 71, ../sass/module/_pbaq_campaignpage.scss */
body #container .pbaq-block p {
  font-size: 1em;
  line-height: 1.33333333333333333333333333em;
}
/* line 76, ../sass/module/_pbaq_campaignpage.scss */
body #container .pbaq-block .bold_30px_header {
  margin-bottom: 1.3333333333333333em;
  font-family: "brandon_grotesquebold", "Arial", "Helvetica", sans-serif;
  font-size: 2em;
  line-height: 1.2em;
  text-transform: uppercase;
}
/* line 84, ../sass/module/_pbaq_campaignpage.scss */
body #container .pbaq-block-beige {
  background-color: #f7f4ed;
}
/* line 87, ../sass/module/_pbaq_campaignpage.scss */
[lang="fr"] body #container .pbaq-block-origin .bold_30px_header, [lang="fr-fr"] body #container .pbaq-block-origin .bold_30px_header, [lang="lu-fr"] body #container .pbaq-block-origin .bold_30px_header {
  margin-bottom: 0.6em;
}
/* line 92, ../sass/module/_pbaq_campaignpage.scss */
body #container .pbaq-block-content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  padding: 50px;
}
/* line 99, ../sass/module/_pbaq_campaignpage.scss */
body #container .pbaq-block-content a {
  color: #6d6661;
}
/* line 101, ../sass/module/_pbaq_campaignpage.scss */
.no-touch body #container .pbaq-block-content a {
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
/* line 103, ../sass/module/_pbaq_campaignpage.scss */
.no-touch body #container .pbaq-block-content a:hover {
  color: #a1bf36;
}
/* line 109, ../sass/module/_pbaq_campaignpage.scss */
body #container .pbaq-block-content-right {
  margin-left: 50%;
}
/* line 112, ../sass/module/_pbaq_campaignpage.scss */
body #container .pbaq-block-img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 117, ../sass/module/_pbaq_campaignpage.scss */
body #container .pbaq-block-img-laptop,
body #container .pbaq-block-img-mobile {
  display: none;
}
/* line 137, ../sass/module/_pbaq_campaignpage.scss */
body #container .pbaq-allproducts {
  background-color: #f7f4ed;
}
/* line 139, ../sass/module/_pbaq_campaignpage.scss */
body #container .pbaq-allproducts .slide-wrapper-outer {
  width: 975px;
}
/* line 141, ../sass/module/_pbaq_campaignpage.scss */
body #container .pbaq-allproducts .slide-wrapper-outer .slide-wrapper-overflow {
  width: 850px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
/* line 148, ../sass/module/_pbaq_campaignpage.scss */
body #container .pbaq-allproducts .slide-wrapper {
  margin-left: auto;
  margin-right: auto;
}
/* line 155, ../sass/module/_pbaq_campaignpage.scss */
body #container .pbaq-allproducts-title {
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  font-family: "brandon_grotesquebold", "Arial", "Helvetica", sans-serif;
  font-size: 1.8em;
  line-height: 1.2em;
  color: #2c7838;
  padding: 36px 50px;
  border-top: 2px solid #fff;
}
/* line 167, ../sass/module/_pbaq_campaignpage.scss */
body #container .pbaq-allproducts-slider_item {
  min-width: 112px;
  height: 190px;
}
/* line 173, ../sass/module/_pbaq_campaignpage.scss */
body #container .pbaq-allproducts-slider_item-active .pbaq-allproducts-slider_item-title, .no-touch body #container .pbaq-allproducts-slider_item:hover .pbaq-allproducts-slider_item-title {
  color: #a1bf36;
}
/* line 178, ../sass/module/_pbaq_campaignpage.scss */
body #container .pbaq-allproducts-slider_item_image {
  position: relative;
  width: 100%;
  min-height: 130px;
}
/* line 183, ../sass/module/_pbaq_campaignpage.scss */
body #container .animation-scale img.pbaq-allproducts-slider_item_image-img {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  display: block;
  bottom: 8px;
  max-height: 80%;
  max-width: 70%;
}
/* line 193, ../sass/module/_pbaq_campaignpage.scss */
body #container .pbaq-allproducts-slider_item-title {
  font-family: "brandon_grotesquebold", "Arial", "Helvetica", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #6d6661;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 1330px) {
  /* line 202, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-block-img {
    display: none;
  }
  /* line 205, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-youtube .pbaq-block-img {
    display: block;
  }
  /* line 208, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-youtube .pbaq-block-img-mobile {
    display: none;
  }
  /* line 211, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-block-img-laptop {
    display: block;
  }
}
@media (max-width: 1200px) {
  /* line 217, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-block p {
    font-size: 0.8em;
  }
  /* line 220, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-block .bold_30px_header {
    font-size: 1.8em;
  }
}
@media (max-width: 1024px) {
  /* line 227, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-block p {
    font-size: 1em;
  }
  /* line 230, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-block .bold_30px_header {
    font-size: 2em;
    margin-bottom: 1em;
  }
  /* line 235, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-block-content {
    padding: 30px;
  }
  /* line 238, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-allproducts-title {
    padding: 30px;
  }
  /* line 241, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-allproducts .slide-wrapper-outer {
    width: 785px;
  }
  /* line 243, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-allproducts .slide-wrapper-outer .slide-wrapper-overflow {
    width: 680px;
  }
}
@media (max-width: 865px) {
  /* line 249, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-allproducts .slide-wrapper-outer {
    width: 630px;
  }
  /* line 251, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-allproducts .slide-wrapper-outer .slide-wrapper-overflow {
    width: 510px;
  }
}
@media (max-width: 830px) {
  /* line 259, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-block .bold_30px_header {
    font-size: 1.8em;
  }
  /* line 261, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-block .bold_30px_header span {
    word-wrap: break-word;
  }
  /* line 266, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-block-origin {
    background-color: #d6ebf6;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFD6EBF6', endColorstr='#FFFFFFFF');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2ZWJmNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d6ebf6), color-stop(100%, #ffffff));
    background-image: -moz-linear-gradient(top, #d6ebf6 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(top, #d6ebf6 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #d6ebf6 0%, #ffffff 100%);
  }
  /* line 271, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-block-origin .pbaq-block-img-mobile {
    margin-top: -11%;
  }
  /* line 276, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-nav_title_text_desktop {
    display: none;
  }
  /* line 279, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-nav_title_text_mobile {
    display: inline;
  }
  /* line 282, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-block-pbay_vs_pbaq {
    background-color: #f8f9f7;
  }
  /* line 285, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-block-content {
    padding: 50px;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
  /* line 292, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-allproducts-title {
    padding: 36px 50px;
  }
  /* line 295, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-block-content-right {
    margin-left: 0;
  }
  /* line 298, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-block-img-laptop {
    display: none;
  }
  /* line 301, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-block-img-mobile {
    display: block;
  }
  /* line 304, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-block-img-mobile-marginb {
    margin-bottom: 3%;
  }
  /* line 307, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-youtube .pbaq-block-img {
    display: none;
  }
  /* line 310, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-youtube .pbaq-block-img-mobile {
    display: block;
  }
  /* line 314, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-allproducts .slide-wrapper-outer {
    width: 525px;
  }
  /* line 316, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-allproducts .slide-wrapper-outer .slide-wrapper-overflow {
    width: 340px;
  }
}
@media (max-width: 768px) {
  /* line 323, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq .products_detail_header .page-nav__anchor {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 660px) {
  /* line 330, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-allproducts .slide-wrapper-outer {
    width: 525px;
  }
  /* line 332, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-allproducts .slide-wrapper-outer .slide-wrapper-overflow {
    width: 340px;
  }
}
@media (max-width: 640px) {
  /* line 339, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq .products_detail_header .page-nav__anchor {
    font-size: 18px;
    line-height: 22px;
  }
  /* line 343, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pd-detail-wrapper .instagram-feed__info .text {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (max-width: 565px) {
  /* line 350, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-allproducts .slide-wrapper-outer {
    width: 398px;
  }
  /* line 352, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-allproducts .slide-wrapper-outer .slide-wrapper-overflow {
    width: 336px;
  }
}
@media (max-width: 520px) {
  /* line 359, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-block-content {
    padding: 30px;
  }
  /* line 362, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-allproducts-title {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  /* line 372, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-youtube {
    font-size: 10px;
  }
  /* line 375, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-allproducts-title {
    font-size: 1.6em;
  }
}
@media (max-width: 450px) {
  /* line 381, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq .products_detail_header .page-nav__anchor {
    font-size: 15px;
    line-height: 20px;
  }
  /* line 385, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-allproducts .slide-wrapper-outer {
    width: 275px;
  }
  /* line 387, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-allproducts .slide-wrapper-outer .slide-wrapper-overflow {
    width: 170px;
  }
}
@media (max-width: 420px) {
  /* line 394, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-allproducts .slide-wrapper-outer .next {
    right: 3%;
  }
  /* line 397, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-allproducts .slide-wrapper-outer .prev {
    left: 3%;
  }
  /* line 400, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pd-detail-wrapper .instagram-feed__info .text {
    font-size: 12px;
    line-height: 13px;
    margin-bottom: 3px;
  }
  /* line 405, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq-allproducts-title {
    font-size: 1.2em;
  }
}
@media (max-width: 400px) {
  /* line 411, ../sass/module/_pbaq_campaignpage.scss */
  body #container .pbaq .products_detail_header .page-nav__anchor {
    font-size: 11px;
    line-height: 11px;
  }
}
@media (max-width: 360px) {
  /* line 418, ../sass/module/_pbaq_campaignpage.scss */
  [lang="fr"] body #container .pd-detail-wrapper .instagram-feed__info .text, [lang="fr-fr"] body #container .pd-detail-wrapper .instagram-feed__info .text, [lang="lu-fr"] body #container .pd-detail-wrapper .instagram-feed__info .text {
    font-size: 11px;
  }
}

/* line 2, ../sass/module/_pd_detail.scss */
.pd-back_breadcrumb {
  background-color: #fff;
  border-bottom: 2px solid #f5f4f1;
  overflow: hidden;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 14px;
  line-height: 20px;
}

/* line 11, ../sass/module/_pd_detail.scss */
.pd-back {
  position: relative;
  display: table;
  float: left;
  min-height: 40px;
  font-family: "brandon_grotesquebold", "Arial", "Helvetica", sans-serif;
  color: #2c7838;
  border-right: 2px solid #f5f4f1;
  padding: 12px 50px 12px 0;
}
/* line 20, ../sass/module/_pd_detail.scss */
.no-touch .pd-back {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
/* line 23, ../sass/module/_pd_detail.scss */
.no-touch .pd-back:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 27, ../sass/module/_pd_detail.scss */
.pd-back.js_one_line_single {
  border-right: 0;
  float: none;
}

/* line 32, ../sass/module/_pd_detail.scss */
.pd-back-copy {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}

/* line 37, ../sass/module/_pd_detail.scss */
.pd-back-arrow {
  position: relative;
  width: 40px;
  height: 40px;
  border: 2px solid #2c7838;
  border-radius: 50%;
  display: table-cell;
  vertical-align: middle;
}

/* line 46, ../sass/module/_pd_detail.scss */
.pd-back-arrow-img {
  position: absolute;
  width: 25%;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(180deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
/* line 52, ../sass/module/_pd_detail.scss */
.no-touch .pd-back-arrow-img {
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

/* line 56, ../sass/module/_pd_detail.scss */
.no-touch .pd-back:hover .pd-back-arrow-img {
  -moz-transform: translateX(-80%) translateY(-50%) rotate(180deg);
  -ms-transform: translateX(-80%) translateY(-50%) rotate(180deg);
  -webkit-transform: translateX(-80%) translateY(-50%) rotate(180deg);
  transform: translateX(-80%) translateY(-50%) rotate(180deg);
}

/* line 60, ../sass/module/_pd_detail.scss */
.pd-breadcrumbs-wrapper {
  float: left;
  margin-left: 36px;
  min-height: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: table;
}

/* line 68, ../sass/module/_pd_detail.scss */
.pd-breadcrumbs {
  display: table-cell;
  vertical-align: middle;
}

/* line 72, ../sass/module/_pd_detail.scss */
.pd-breadcrumb {
  font-family: "Arial", "Helvetica", sans-serif;
  color: #6d6661;
  display: inline-block;
}
/* line 76, ../sass/module/_pd_detail.scss */
.pd-breadcrumb:last-child {
  color: #2c7838;
}

/* line 80, ../sass/module/_pd_detail.scss */
.no-touch a.pd-breadcrumb {
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
/* line 82, ../sass/module/_pd_detail.scss */
.no-touch a.pd-breadcrumb:hover {
  color: #2c7838;
}

/* line 86, ../sass/module/_pd_detail.scss */
.pd-breadcrumb-sep {
  font-size: 12px;
  margin-left: 5px;
  margin-right: 5px;
}

/* line 92, ../sass/module/_pd_detail.scss */
.pd-detail-wrapper {
  background-color: #fff;
}

/* line 95, ../sass/module/_pd_detail.scss */
.pd-detail {
  width: 100%;
  max-width: 1304px;
  margin: 0 auto;
  clear: both;
  padding: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 103, ../sass/module/_pd_detail.scss */
.pd-detail:after, .pd-detail:before {
  content: '';
  display: table;
  clear: both;
}

/* line 109, ../sass/module/_pd_detail.scss */
.pd-detail-left {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 40%;
  text-align: center;
  padding-right: 4.1%;
}

/* line 116, ../sass/module/_pd_detail.scss */
.pd-detail-productshot {
  width: 100%;
  max-width: 368px;
}

/* line 121, ../sass/module/_pd_detail.scss */
.pd-detail-right {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  width: 60%;
  padding-left: 4.1%;
}

/* line 127, ../sass/module/_pd_detail.scss */
.pd-detail-right-imgwrapper {
  display: none;
}

/* line 130, ../sass/module/_pd_detail.scss */
.pd-detail-right-img {
  width: 100%;
  max-width: 290px;
}

/* line 134, ../sass/module/_pd_detail.scss */
.pd-detail-right-title_shares {
  position: relative;
  min-height: 40px;
  margin-bottom: 26px;
}

/* line 139, ../sass/module/_pd_detail.scss */
.pd-detail-right-title {
  font-family: "brandon_grotesquebold", "Arial", "Helvetica", sans-serif;
  font-size: 30px;
  line-height: 36px;
  color: #6d6661;
  padding-right: 200px;
}
@media (max-width: 1200px) {
  /* line 139, ../sass/module/_pd_detail.scss */
  .pd-detail-right-title {
    font-size: 1.8em;
  }
}
@media (max-width: 1024px) {
  /* line 139, ../sass/module/_pd_detail.scss */
  .pd-detail-right-title {
    font-size: 2em;
  }
}
@media (max-width: 830px) {
  /* line 139, ../sass/module/_pd_detail.scss */
  .pd-detail-right-title {
    font-size: 1.8em;
  }
}

/* line 158, ../sass/module/_pd_detail.scss */
.pd-detail-right-shares {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 164, ../sass/module/_pd_detail.scss */
.pd-detail-right-shares-mobile {
  display: none;
}

/* line 167, ../sass/module/_pd_detail.scss */
.pd-detail-right-share {
  text-align: center;
  width: 40px;
  height: 40px;
  display: block;
  float: left;
  margin-left: 10px;
  border-radius: 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
/* line 177, ../sass/module/_pd_detail.scss */
.pd-detail-right-share span {
  border-bottom-color: transparent !important;
}
/* line 180, ../sass/module/_pd_detail.scss */
.pd-detail-right-share:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* line 185, ../sass/module/_pd_detail.scss */
.pd-detail-right-share-print {
  background-color: #a1bf36;
}

/* line 188, ../sass/module/_pd_detail.scss */
.pd-detail-right-share-print-img {
  width: 23px;
  margin-top: 9px;
}

/* line 192, ../sass/module/_pd_detail.scss */
.pd-detail-right-share-fb {
  background-color: #3B5998;
}

/* line 198, ../sass/module/_pd_detail.scss */
.pd-detail-right-share-fb-img {
  width: 23px;
  margin-top: 9px;
}

/* line 202, ../sass/module/_pd_detail.scss */
.pd-detail-right-share-tw {
  display: none;
  background-color: #00ACED;
}

/* line 208, ../sass/module/_pd_detail.scss */
.pd-detail-right-share-tw-img {
  width: 20px;
  margin-top: 10px;
}

/* line 212, ../sass/module/_pd_detail.scss */
.pd-detail-right-share-pinterest {
  display: none;
  background-color: #CB2027;
}

/* line 218, ../sass/module/_pd_detail.scss */
.pd-detail-right-share-pinterest-img {
  width: 22px;
  margin-top: 9px;
}

/* line 223, ../sass/module/_pd_detail.scss */
.pd-detail-right-body {
  margin-bottom: 36px;
}
/* line 225, ../sass/module/_pd_detail.scss */
.pd-detail-right-body, .pd-detail-right-body p {
  font-size: 15px;
  line-height: 20px;
  line-height: 1.33333333333333333333333333em;
}
@media (min-width: 1400px) {
  /* line 225, ../sass/module/_pd_detail.scss */
  .pd-detail-right-body, .pd-detail-right-body p {
    font-size: 16px;
  }
}
@media (min-width: 1800px) {
  /* line 225, ../sass/module/_pd_detail.scss */
  .pd-detail-right-body, .pd-detail-right-body p {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  /* line 225, ../sass/module/_pd_detail.scss */
  .pd-detail-right-body, .pd-detail-right-body p {
    font-size: 12px;
  }
}
@media (max-width: 830px) {
  /* line 225, ../sass/module/_pd_detail.scss */
  .pd-detail-right-body, .pd-detail-right-body p {
    font-size: 15px;
  }
}
@media (max-width: 520px) {
  /* line 225, ../sass/module/_pd_detail.scss */
  .pd-detail-right-body, .pd-detail-right-body p {
    font-size: 14px;
  }
}
@media (max-width: 440px) {
  /* line 225, ../sass/module/_pd_detail.scss */
  .pd-detail-right-body, .pd-detail-right-body p {
    font-size: 13px;
  }
}
@media (max-width: 380px) {
  /* line 225, ../sass/module/_pd_detail.scss */
  .pd-detail-right-body, .pd-detail-right-body p {
    font-size: 12px;
  }
}

/* line 263, ../sass/module/_pd_detail.scss */
.pd-detail-right-tabcordeon-tabs {
  clear: both;
}
/* line 289, ../sass/module/_pd_detail.scss */
.flexbox .pd-detail-right-tabcordeon-tabs {
  display: -ms-flexbox;
  -ms-flex-direction: row;
  -ms-justify-content: space-between;
  -ms-flex: 0 1 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* line 301, ../sass/module/_pd_detail.scss */
.pd-detail-right-tabcordeon-tab {
  float: left;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
/* line 316, ../sass/module/_pd_detail.scss */
.pd-detail-right-tabcordeon-tab:first-child span {
  margin-left: 0;
}
/* line 319, ../sass/module/_pd_detail.scss */
.pd-detail-right-tabcordeon-tab:last-child span {
  margin-right: 0;
}

/* line 323, ../sass/module/_pd_detail.scss */
.pd-detail-right-tabcordeon-tab-accordeon {
  position: relative;
  display: none;
  float: none;
  text-align: left;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
/* line 334, ../sass/module/_pd_detail.scss */
.pd-detail-right-tabcordeon-tab-accordeon span {
  margin-left: 0;
  margin-right: 0;
  border-bottom-width: 0;
}
/* line 339, ../sass/module/_pd_detail.scss */
.no-touch .pd-detail-right-tabcordeon-tab-accordeon:not(.js_tabcordeon_button_current):hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* line 343, ../sass/module/_pd_detail.scss */
.pd-detail-right-tabcordeon-tab-arrow {
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  position: absolute;
}

/* line 358, ../sass/module/_pd_detail.scss */
.pd-detail-right-tabcordeon-panel {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 364, ../sass/module/_pd_detail.scss */
.pd-detail-right-tabcordeon-panel-row {
  clear: both;
  overflow: hidden;
}
/* line 375, ../sass/module/_pd_detail.scss */
.pd-detail-right-tabcordeon-panel-row:last-child {
  padding-bottom: 0;
}

/* line 379, ../sass/module/_pd_detail.scss */
.pd-detail-right-tabcordeon-panel-row-outro {
  margin-top: 6px;
}

/* line 383, ../sass/module/_pd_detail.scss */
.pd-detail-right-tabcordeon-panel-row--lactose {
  padding-top: 15px;
  display: block;
  padding-bottom: 30px;
}

/* line 392, ../sass/module/_pd_detail.scss */
.pd-detail-right-tabcordeon-panel-column:first-child {
  float: left;
}
/* line 395, ../sass/module/_pd_detail.scss */
.pd-detail-right-tabcordeon-panel-column:last-child {
  float: right;
}

/* line 400, ../sass/module/_pd_detail.scss */
.pd-detail-right-tabcordeon-panel-column--lowercase {
  text-transform: none;
}

/* line 412, ../sass/module/_pd_detail.scss */
.pd-detail-right-tabcordeon-panel-nutri_bubbles {
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
}

/* line 456, ../sass/module/_pd_detail.scss */
.pd-detail-right-logos_fascta {
  margin-top: 42px;
  clear: both;
  overflow: hidden;
}

/* line 461, ../sass/module/_pd_detail.scss */
.pd-detail-right-logos {
  display: table;
  float: left;
  margin-bottom: 12px;
  margin-right: 12px;
}

/* line 467, ../sass/module/_pd_detail.scss */
.pd-detail-right-logo {
  display: table-cell;
  text-align: center;
}
/* line 470, ../sass/module/_pd_detail.scss */
.pd-detail-right-logo:not(:first-child) {
  padding-left: 13px;
}

/* line 474, ../sass/module/_pd_detail.scss */
.pd-detail-right-logo-img {
  max-height: 44px;
  max-width: 63px;
}

/* line 478, ../sass/module/_pd_detail.scss */
.pd-detail-right-logo-productcode {
  color: #2c7838;
  font-size: 9px;
  line-height: 11px;
}

/* line 483, ../sass/module/_pd_detail.scss */
.pd-detail-right-fascta {
  float: right;
}

/* line 488, ../sass/module/_pd_detail.scss */
.js_tabcordeon_panels {
  overflow: hidden;
  position: relative;
  -moz-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}

/* line 493, ../sass/module/_pd_detail.scss */
.js_tabcordeon_panel {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
  -o-transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
}

/* line 503, ../sass/module/_pd_detail.scss */
.js_tabcordeon_panel_current {
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 0s;
  -o-transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 0s;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 0s;
}

/* line 513, ../sass/module/_pd_detail.scss */
.js_tabcordeon_tab_current span,
.no-touch .js_tabcordeon_tab:hover span,
.js_tabcordeon_button_current span,
.no-touch .js_tabcordeon_button:hover span {
  border-bottom-color: #a1bf36;
}

/* line 518, ../sass/module/_pd_detail.scss */
.js_tabcordeon_button_current {
  cursor: default;
}

/* line 526, ../sass/module/_pd_detail.scss */
.pd-recipes {
  clear: both;
  overflow: hidden;
  position: relative;
}

/* line 532, ../sass/module/_pd_detail.scss */
.pd-recipes-title {
  font-family: "brandon_grotesquebold", "Arial", "Helvetica", sans-serif;
  font-size: 30px;
  line-height: 1em;
  color: #2c7838;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  /* line 532, ../sass/module/_pd_detail.scss */
  .pd-recipes-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 900px) {
  /* line 532, ../sass/module/_pd_detail.scss */
  .pd-recipes-title {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 640px) {
  /* line 532, ../sass/module/_pd_detail.scss */
  .pd-recipes-title {
    margin-bottom: 12px;
  }
}
@media (max-width: 420px) {
  /* line 532, ../sass/module/_pd_detail.scss */
  .pd-recipes-title {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* line 563, ../sass/module/_pd_detail.scss */
.pd-recipe-hw,
body #container .pd-recipe-hw {
  width: 50%;
}

/* line 567, ../sass/module/_pd_detail.scss */
.pd-recipe-fw,
body #container .pd-recipe-fw {
  width: 100%;
}

/* line 571, ../sass/module/_pd_detail.scss */
.pd-recipe-copybg {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(53% + 50px);
  height: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

/* line 580, ../sass/module/_pd_detail.scss */
.pd-recipe-copy {
  max-width: 53%;
  text-transform: uppercase;
}
/* line 583, ../sass/module/_pd_detail.scss */
.pd-recipe-fw .pd-recipe-copy {
  max-width: 28%;
}

/* line 587, ../sass/module/_pd_detail.scss */
.pd-recipe-copy-title,
.hp_block-copy h1.pd-recipe-copy-title,
body #container .hp_block-copy h1.pd-recipe-copy-title {
  color: #fff;
  text-transform: uppercase;
}

/* line 594, ../sass/module/_pd_detail.scss */
.pr_ov-categories-pd {
  background-color: #fbf9f5;
}

/* line 598, ../sass/module/_pd_detail.scss */
.pr_ov-category-pd,
.pr_ov-category-pd * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 602, ../sass/module/_pd_detail.scss */
.pr_ov-category-title.pr_ov-category-title-pd {
  text-align: center;
  margin-bottom: 32px;
}

/* line 608, ../sass/module/_pd_detail.scss */
.pr_ov-category-products.pd-pr_ov-category-products {
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 1304px) {
  /* line 613, ../sass/module/_pd_detail.scss */
  .pd-detail-left {
    text-align: left;
    width: 28%;
    padding-right: 4%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 619, ../sass/module/_pd_detail.scss */
  .pd-detail-right {
    width: 72%;
  }
}
@media (max-width: 1024px) {
  /* line 624, ../sass/module/_pd_detail.scss */
  .pd-detail {
    padding: 30px;
  }

  /* line 627, ../sass/module/_pd_detail.scss */
  .pd-detail-left {
    width: 40%;
  }

  /* line 630, ../sass/module/_pd_detail.scss */
  .pd-detail-right {
    width: 60%;
    padding-left: 0;
  }

  /* line 635, ../sass/module/_pd_detail.scss */
  .pd-detail-right-title {
    padding-right: 0;
    padding-top: 64px;
  }

  /* line 639, ../sass/module/_pd_detail.scss */
  .pd-detail-productshot {
    margin-top: 64px;
  }

  /* line 642, ../sass/module/_pd_detail.scss */
  .pd-detail-right-tabcordeon {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 647, ../sass/module/_pd_detail.scss */
  .flexbox .pd-detail-right-tabcordeon-tabs,
  .pd-detail-right-tabcordeon-tabs {
    display: none;
  }

  /* line 652, ../sass/module/_pd_detail.scss */
  .pd-detail-right-tabcordeon-tab-accordeon {
    display: block;
  }

  /* line 662, ../sass/module/_pd_detail.scss */
  .pd-detail-right-logo-img {
    max-height: 33px;
    max-width: 48px;
  }

  /* line 667, ../sass/module/_pd_detail.scss */
  .js_tabcordeon_panel {
    position: relative;
    height: 0;
    padding: 0 5%;
    -moz-transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out, height 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
    -o-transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out, height 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
    -webkit-transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out, height 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0s ease-in-out;
    -webkit-transition-delay: 0s, 0s, 0s, 0s, 0.3s;
    transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out, height 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
  }

  /* line 673, ../sass/module/_pd_detail.scss */
  .js_tabcordeon_panel_current {
    height: auto;
    -moz-transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out, height 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0s ease-in-out 0s;
    -o-transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out, height 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0s ease-in-out 0s;
    -webkit-transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out, height 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0s ease-in-out;
    -webkit-transition-delay: 0s, 0s, 0s, 0s, 0s;
    transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out, height 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0s ease-in-out 0s;
  }

  /* line 679, ../sass/module/_pd_detail.scss */
  .pd-detail-right-tabcordeon-panel.js_tabcordeon_panel_current:last-child {
    border-bottom: 1px solid #ede8e1;
  }

  /* line 683, ../sass/module/_pd_detail.scss */
  .pd-detail-right-logos_fascta {
    margin-top: 0;
  }

  /* line 686, ../sass/module/_pd_detail.scss */
  .pd-detail-right-logos {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    float: none;
    padding: 18px 3%;
    background-color: #f7f4ed;
  }

  /* line 694, ../sass/module/_pd_detail.scss */
  .pd-detail-right-fascta {
    margin-top: 24px;
    padding-bottom: 2px;
  }

  /* line 698, ../sass/module/_pd_detail.scss */
  .pr_ov-category-title.pr_ov-category-title-pd {
    margin-bottom: 24px;
  }
}
@media (max-width: 830px) {
  /* line 704, ../sass/module/_pd_detail.scss */
  .pd-recipe-hw,
  body #container .pd-recipe-hw {
    width: 100%;
  }

  /* line 708, ../sass/module/_pd_detail.scss */
  .pd-recipe-fw .pd-recipe-copy {
    max-width: 53%;
  }
}
@media (max-width: 768px) {
  /* line 714, ../sass/module/_pd_detail.scss */
  .pd-detail-right-imgwrapper {
    display: block;
    float: left;
    width: 50%;
    margin-top: 26px;
    margin-bottom: 36px;
    padding-right: 4%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 723, ../sass/module/_pd_detail.scss */
  .pd-detail-right-imgwrapper-landscape {
    float: none;
    width: 100%;
  }

  /* line 727, ../sass/module/_pd_detail.scss */
  .pd-detail-right-body {
    float: right;
    width: 50%;
  }

  /* line 731, ../sass/module/_pd_detail.scss */
  .pd-detail-right-body-landscape {
    float: none;
    width: 100%;
  }

  /* line 740, ../sass/module/_pd_detail.scss */
  .pd-detail-left {
    display: none;
  }

  /* line 743, ../sass/module/_pd_detail.scss */
  .pd-detail-right {
    width: 100%;
  }

  /* line 746, ../sass/module/_pd_detail.scss */
  .pd-detail-right-title {
    padding-right: 200px;
    padding-top: 0;
  }

  /* line 751, ../sass/module/_pd_detail.scss */
  .pd-detail-right-logos_fascta {
    margin-left: -50px;
    margin-right: -50px;
  }

  /* line 756, ../sass/module/_pd_detail.scss */
  .pd-detail-right-fascta {
    margin-right: 50px;
  }

  /* line 760, ../sass/module/_pd_detail.scss */
  .pd-detail-right-imgwrapper {
    text-align: center;
  }

  /* line 763, ../sass/module/_pd_detail.scss */
  .pd-detail-right-img {
    width: 50%;
  }
}
@media (max-width: 830px) {
  /* line 770, ../sass/module/_pd_detail.scss */
  .pd-detail {
    padding: 50px;
  }
}
@media (max-width: 640px) {
  /* line 776, ../sass/module/_pd_detail.scss */
  .pr_ov-category-title.pr_ov-category-title-pd {
    margin-bottom: 12px;
  }

  /* line 779, ../sass/module/_pd_detail.scss */
  .pd-detail-right-img {
    width: 40%;
  }
}
@media (max-width: 520px) {
  /* line 785, ../sass/module/_pd_detail.scss */
  .pd-back_breadcrumb {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* line 789, ../sass/module/_pd_detail.scss */
  .pd-detail {
    padding: 30px;
  }

  /* line 792, ../sass/module/_pd_detail.scss */
  .pd-detail-right-body {
    margin-bottom: 26px;
  }

  /* line 795, ../sass/module/_pd_detail.scss */
  .pd-detail-right-title {
    padding-right: 0;
  }

  /* line 799, ../sass/module/_pd_detail.scss */
  .pd-detail-right-imgwrapper {
    padding-right: 0;
    text-align: center;
    margin-bottom: 26px;
  }

  /* line 806, ../sass/module/_pd_detail.scss */
  .pd-detail-right-body {
    float: none;
    width: 100%;
  }

  /* line 815, ../sass/module/_pd_detail.scss */
  .pd-detail-right-fascta {
    margin-right: 30px;
  }

  /* line 819, ../sass/module/_pd_detail.scss */
  .pd-detail-right-shares {
    display: none;
  }

  /* line 822, ../sass/module/_pd_detail.scss */
  .pd-detail-right-shares-mobile {
    display: block;
    position: relative;
    margin-bottom: 32px;
    top: auto;
    right: auto;
    width: auto;
    overflow: hidden;
    clear: both;
  }
  /* line 831, ../sass/module/_pd_detail.scss */
  .pd-detail-right-shares-mobile .pd-detail-right-share-print {
    margin-left: 0;
  }
}
@media (max-width: 359px) {
  /* line 837, ../sass/module/_pd_detail.scss */
  .pd-detail-right-imgwrapper {
    float: none;
    width: 100%;
    text-align: left;
  }
}
/* line 3, ../sass/module/_product_overview.scss */
html, body {
  -webkit-font-smoothing: antialiased;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  /* line 3, ../sass/module/_product_overview.scss */
  html, body {
    -webkit-font-smoothing: subpixel-antialiased;
  }
}

/* line 15, ../sass/module/_product_overview.scss */
.pr_ov {
  font-family: "Lato", sans-serif;
  font-weight: 7000;
  color: #fff8f2;
  position: relative;
}
/* line 21, ../sass/module/_product_overview.scss */
.pr_ov, .pr_ov * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 27, ../sass/module/_product_overview.scss */
.pr_ov__anchor-links-select {
  color: #388e3c;
}

/* line 33, ../sass/module/_product_overview.scss */
.pr_ov-nav_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #388e3c;
  text-align: center;
  padding: 24px;
  z-index: 2;
}
/* line 45, ../sass/module/_product_overview.scss */
.pr_ov-nav_wrapper.js_sticky_nav_under_header_fixed {
  position: fixed;
  left: 50%;
  border-top: 1px solid #f0f0f0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

/* line 56, ../sass/module/_product_overview.scss */
.pr_ov-nav_wrapper-inline {
  display: inline-block;
  text-align: left;
}

/* line 61, ../sass/module/_product_overview.scss */
.pr_ov-nav.js_flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 62, ../sass/module/_product_overview.scss */
.ie10 .pr_ov-nav.js_flex {
  display: -ms-flexbox;
  -ms-flex-direction: row;
  -ms-flex-align: flex-start;
  -ms-flex: 0 1 auto;
  -ms-flex-pack: distribute;
  -ms-flex-line-pack: distribute;
}

/* line 79, ../sass/module/_product_overview.scss */
.pr_ov-nav-item {
  position: relative;
}
/* line 82, ../sass/module/_product_overview.scss */
.pr_ov-nav-item:not(:first-child) {
  padding-left: 25px;
}
/* line 85, ../sass/module/_product_overview.scss */
.pr_ov-nav-item:not(:last-child) {
  padding-right: 25px;
}

/* line 89, ../sass/module/_product_overview.scss */
.pr_ov-nav-item-link {
  display: block;
  font-weight: 700;
  line-height: 1.3;
  color: #fff8f2;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 7px;
}
/* line 12, ../sass/mixins/_fluid.scss */
.pr_ov-nav-item-link {
  font-size: 16px;
}
@media (min-width: 900px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .pr_ov-nav-item-link {
    font-size: calc(16px + 4 * ((100vw - 900px) / 540));
  }
}
@media (min-width: 1440px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .pr_ov-nav-item-link {
    font-size: 20px;
  }
}
/* line 101, ../sass/module/_product_overview.scss */
.no-touch .pr_ov-nav-item-link:hover .pr_ov-nav-item-link-copy, .pr_ov-nav-item-link.js_hovering .pr_ov-nav-item-link-copy {
  opacity: .8;
}

/* line 106, ../sass/module/_product_overview.scss */
.pr_ov-nav-item-link-expandable {
  position: relative;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-right: 14px;
  cursor: pointer;
}
/* line 111, ../sass/module/_product_overview.scss */
.pr_ov-nav-item-link-expandable:after {
  content: '';
  position: absolute;
  top: 0.6em;
  right: 0;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #fff8f2;
}

/* line 124, ../sass/module/_product_overview.scss */
.pr_ov-nav-item-link-copy {
  display: inline;
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

/* line 131, ../sass/module/_product_overview.scss */
.pr_ov-nav-item-link-subitems {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #388e3c;
  padding: 15px;
  white-space: nowrap;
  z-index: 2;
  margin-left: -15px;
  text-transform: none;
  font-size: 0.858em;
  text-align: left;
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  -moz-transition: visibility 0s ease-in-out 0.2s, opacity 0.2s ease-in-out;
  -o-transition: visibility 0s ease-in-out 0.2s, opacity 0.2s ease-in-out;
  -webkit-transition: visibility 0s ease-in-out, opacity 0.2s ease-in-out;
  -webkit-transition-delay: 0.2s, 0s;
  transition: visibility 0s ease-in-out 0.2s, opacity 0.2s ease-in-out;
}
/* line 150, ../sass/module/_product_overview.scss */
.pr_ov-nav-item-link-subitems.js_showme {
  visibility: visible;
  opacity: 1;
  -moz-transition: visibility 0s ease-in-out 0s, opacity 0.2s ease-in-out;
  -o-transition: visibility 0s ease-in-out 0s, opacity 0.2s ease-in-out;
  -webkit-transition: visibility 0s ease-in-out, opacity 0.2s ease-in-out;
  -webkit-transition-delay: 0s, 0s;
  transition: visibility 0s ease-in-out 0s, opacity 0.2s ease-in-out;
}
/* line 156, ../sass/module/_product_overview.scss */
.js_flex .pr_ov-nav-item-link-subitems {
  text-align: center;
  margin-left: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 164, ../sass/module/_product_overview.scss */
.pr_ov-nav-item-link-subitem-link {
  line-height: 1.33333;
  color: #fff8f2;
}
/* line 12, ../sass/mixins/_fluid.scss */
.pr_ov-nav-item-link-subitem-link {
  font-size: 14px;
}
@media (min-width: 900px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .pr_ov-nav-item-link-subitem-link {
    font-size: calc(14px + 4 * ((100vw - 900px) / 540));
  }
}
@media (min-width: 1440px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .pr_ov-nav-item-link-subitem-link {
    font-size: 18px;
  }
}
/* line 169, ../sass/module/_product_overview.scss */
.no-touch .pr_ov-nav-item-link-subitem-link {
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 173, ../sass/module/_product_overview.scss */
.no-touch .pr_ov-nav-item-link-subitem-link:hover {
  opacity: .8;
}

/* line 179, ../sass/module/_product_overview.scss */
.pr_ov-category {
  position: relative;
  padding: 38px 0 35px;
  background-color: #fff8f2;
  margin-top: -1px;
}
/* line 186, ../sass/module/_product_overview.scss */
.pr_ov-category .pr_ov-category-title,
.pr_ov-category .pr_ov-category-product-title {
  color: #388e3c;
}
/* line 191, ../sass/module/_product_overview.scss */
.pr_ov-category .pr_ov-category-all_less {
  background-color: #388e3c;
  color: #fff8f2;
  text-transform: uppercase;
}
/* line 196, ../sass/module/_product_overview.scss */
.pr_ov-category .pr_ov-category-product-icon {
  background-color: #388e3c !important;
  color: #fff8f2;
}
/* line 201, ../sass/module/_product_overview.scss */
.pr_ov-category:nth-child(even) {
  background-color: #59bc7b;
}
/* line 209, ../sass/module/_product_overview.scss */
.pr_ov-category:nth-child(even) .pr_ov-category-title,
.pr_ov-category:nth-child(even) .pr_ov-category-product-title {
  color: #fff8f2;
}
/* line 215, ../sass/module/_product_overview.scss */
.pr_ov-category:nth-child(even) .pr_ov-category-all_less {
  background-color: #fff8f2;
  color: #59bc7b;
}

/* line 12, ../sass/mixins/_fluid.scss */
.has-learn-more-btn .pr_ov-category-product-title__title {
  font-size: 15px;
}
@media (min-width: 375px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .has-learn-more-btn .pr_ov-category-product-title__title {
    font-size: calc(15px + 5 * ((100vw - 375px) / 1065));
  }
}
@media (min-width: 1440px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .has-learn-more-btn .pr_ov-category-product-title__title {
    font-size: 20px;
  }
}

/* line 234, ../sass/module/_product_overview.scss */
.pr_ov-category-title {
  max-width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
}

/* line 238, ../sass/module/_product_overview.scss */
.pr_ov-category-scrollink {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
}

/* line 246, ../sass/module/_product_overview.scss */
.pr_ov-category-all_less {
  margin-top: 40px;
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  display: inline-block;
  background-color: #fff8f2;
  color: #388e3c;
  font-size: 24px;
  line-height: 1;
  padding: 11px 25px 13px;
  -moz-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
}
/* line 264, ../sass/module/_product_overview.scss */
.no-touch .pr_ov-category-all_less {
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out, width 0.4s ease-in-out, height 0.4s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, width 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out, width 0.4s ease-in-out, height 0.4s ease-in-out;
  transition: opacity 0.2s ease-in-out, width 0.4s ease-in-out, height 0.4s ease-in-out;
}
/* line 268, ../sass/module/_product_overview.scss */
.no-touch .pr_ov-category-all_less:hover {
  opacity: .8;
}
/* line 271, ../sass/module/_product_overview.scss */
.no-touch .pr_ov-category-all_less:hover span {
  border-bottom: 0 !important;
}

/* line 282, ../sass/module/_product_overview.scss */
.js_show_all_less_cta_span {
  line-height: 1.2;
  position: relative;
  top: 0px;
  left: 0px;
  visibility: visible;
  opacity: 1;
  -moz-transition: opacity 0.4s ease-in-out, visibility 0s ease-in-out 0s;
  -o-transition: opacity 0.4s ease-in-out, visibility 0s ease-in-out 0s;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0s ease-in-out;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.4s ease-in-out, visibility 0s ease-in-out 0s;
}

/* line 292, ../sass/module/_product_overview.scss */
.js_show_all_less_cta_span_hidden {
  position: absolute;
  top: 11px;
  left: 25px;
  visibility: hidden;
  opacity: 0;
  -moz-transition: opacity 0.4s ease-in-out, visibility 0s ease-in-out 0.4s;
  -o-transition: opacity 0.4s ease-in-out, visibility 0s ease-in-out 0.4s;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0s ease-in-out;
  -webkit-transition-delay: 0s, 0.4s;
  transition: opacity 0.4s ease-in-out, visibility 0s ease-in-out 0.4s;
}

/* line 301, ../sass/module/_product_overview.scss */
.pr_ov-category-products {
  overflow: hidden;
  -moz-transition: height 0.4s ease-in-out;
  -o-transition: height 0.4s ease-in-out;
  -webkit-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
  margin-top: 32px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 306, ../sass/module/_product_overview.scss */
.pr_ov .pr_ov-category-products {
  padding-left: 50px;
  padding-right: 50px;
}
/* line 311, ../sass/module/_product_overview.scss */
.ie10 .pr_ov-category-products {
  display: -ms-flexbox;
  -ms-flex-direction: row;
  -ms-flex-align: baseline;
  -ms-flex: 0 1 auto;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: start;
  -ms-flex-line-pack: distribute;
}

/* line 332, ../sass/module/_product_overview.scss */
.pr_ov-category-product {
  position: relative;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
  -webkit-flex-basis: 20%;
  flex-basis: 20%;
  max-width: 20%;
}
/* line 338, ../sass/module/_product_overview.scss */
.ie10 .pr_ov-category-product {
  -ms-preferred-size: 20%;
}
/* line 345, ../sass/module/_product_overview.scss */
.no-touch .pr_ov-category-product:hover .pr_ov-category-product-title {
  opacity: .8;
  -moz-transform: translateY(-2%) translateZ(0);
  -ms-transform: translateY(-2%) translateZ(0);
  -webkit-transform: translateY(-2%) translateZ(0);
  transform: translateY(-2%) translateZ(0);
}
/* line 350, ../sass/module/_product_overview.scss */
.no-touch .pr_ov-category-product:hover .pr_ov-category-product-img {
  -moz-transform: translateY(2%) translateZ(0);
  -ms-transform: translateY(2%) translateZ(0);
  -webkit-transform: translateY(2%) translateZ(0);
  transform: translateY(2%) translateZ(0);
  opacity: .8;
}
/* line 354, ../sass/module/_product_overview.scss */
.no-touch .pr_ov-category-product:hover .pr_ov-category-product-icon {
  opacity: .8;
}

/* line 360, ../sass/module/_product_overview.scss */
.pr_ov-category-product-imgwrapper {
  display: inline-block;
  position: relative;
}

/* line 365, ../sass/module/_product_overview.scss */
.pr_ov-category-product-icon {
  font-family: "ProvamelSunday", sans-serif;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: -25px;
  left: -35px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  text-transform: uppercase;
  text-align: center;
  background-color: #fff8f2 !important;
  color: #388e3c;
}
/* line 382, ../sass/module/_product_overview.scss */
.no-touch .pr_ov-category-product-icon {
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 387, ../sass/module/_product_overview.scss */
.pr_ov-category-product-icon-small .pr_ov-category-product-icon-span {
  font-size: 1em;
}

/* line 391, ../sass/module/_product_overview.scss */
.pr_ov-category-product-icon-span {
  width: 100%;
  color: inherit;
  font-size: 20px;
}
/* line 396, ../sass/module/_product_overview.scss */
.i18n-it .pr_ov-category-product-icon-span, .i18n-es .pr_ov-category-product-icon-span {
  font-size: 15px;
}

/* line 402, ../sass/module/_product_overview.scss */
#js_pr_ov_rowcount {
  position: absolute;
  top: -99999999px;
  left: 5px;
}

/* line 407, ../sass/module/_product_overview.scss */
.pr_ov-category-product-img {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 410, ../sass/module/_product_overview.scss */
.no-touch .pr_ov-category-product-img {
  opacity: 1;
  -moz-transform: translateY(0) translateZ(0);
  -ms-transform: translateY(0) translateZ(0);
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  -moz-transition: opacity 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
/* line 415, ../sass/module/_product_overview.scss */
.no-touch.ie11 .pr_ov-category-product-img {
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

/* line 420, ../sass/module/_product_overview.scss */
.pr_ov-category-product-title {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 16%;
  color: #fff8f2;
  padding-left: 5%;
  padding-right: 5%;
}
/* line 431, ../sass/module/_product_overview.scss */
.no-touch .pr_ov-category-product-title {
  -moz-transform: translateY(0) translateZ(0);
  -ms-transform: translateY(0) translateZ(0);
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  -moz-transition: opacity 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
/* line 436, ../sass/module/_product_overview.scss */
.block-node--color-fff8f2 .pr_ov-category-product-title {
  color: #388e3c;
}

/* line 445, ../sass/module/_product_overview.scss */
.no-touch .pr_ov-category-product.has-learn-more-btn:hover .pr_ov-category-product-img,
.no-touch .pr_ov-category-product.has-learn-more-btn:hover .pr_ov-category-product-title {
  opacity: 1;
}

/* line 450, ../sass/module/_product_overview.scss */
.pr_ov-category-product-title--learn-more {
  position: relative;
  overflow: visible;
}
/* line 454, ../sass/module/_product_overview.scss */
.no-touch .pr_ov-category-product-title--learn-more .pr_ov-category-product-title__title {
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 460, ../sass/module/_product_overview.scss */
.no-touch .pr_ov-category-product.has-learn-more-btn:hover .pr_ov-category-product-title--learn-more .pr_ov-category-product-title__title {
  opacity: 0;
}
/* line 464, ../sass/module/_product_overview.scss */
.no-touch .pr_ov-category-product.has-learn-more-btn:hover .pr_ov-category-product-title--learn-more .pr_ov-category-product-title__learn_more {
  opacity: 1;
  -moz-transform: translateX(50%) translateY(-50%);
  -ms-transform: translateX(50%) translateY(-50%);
  -webkit-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out 0.1s, -moz-transform 0.2s ease-in-out 0.1s;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out 0.1s, -o-transform 0.2s ease-in-out 0.1s;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transition-delay: 0s, 0s, 0.1s, 0.1s;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out 0.1s, transform 0.2s ease-in-out 0.1s;
}

/* line 472, ../sass/module/_product_overview.scss */
.pr_ov-category-product-title__learn_more {
  white-space: nowrap;
  border: 2px solid currentColor;
  color: #388e3c;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-align-items: center;
  align-items: center;
  height: 35px;
  position: absolute;
  top: 50%;
  right: 50%;
  -moz-transform: translateX(50%) translateY(50%);
  -ms-transform: translateX(50%) translateY(50%);
  -webkit-transform: translateX(50%) translateY(50%);
  transform: translateX(50%) translateY(50%);
  min-width: 170px;
  opacity: 0;
  display: none;
}
/* line 491, ../sass/module/_product_overview.scss */
.pr_ov-category-product.has-learn-more-btn .pr_ov-category-product-title__learn_more {
  display: -webkit-inline-flex;
  display: inline-flex;
}
/* line 495, ../sass/module/_product_overview.scss */
.no-touch .pr_ov-category-product.has-learn-more-btn .pr_ov-category-product-title__learn_more {
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
/* line 498, ../sass/module/_product_overview.scss */
.no-touch .pr_ov-category-product.has-learn-more-btn .pr_ov-category-product-title__learn_more:hover {
  color: #fff8f2;
  background-color: #388e3c;
}
/* line 504, ../sass/module/_product_overview.scss */
.pr_ov-category:nth-child(even) .pr_ov-category-product-title__learn_more {
  border-color: #fff8f2;
  color: #fff8f2;
}

@media screen and (min-width: 421px) {
  /* line 511, ../sass/module/_product_overview.scss */
  .i18n-it .pr_ov-category-product.has-learn-more-btn .pr_ov-category-product-title__learn_more,
  .i18n-it .pr_ov-category-product-title__learn_more {
    font-size: 12px;
  }
}
@media screen and (min-width: 516px) {
  /* line 517, ../sass/module/_product_overview.scss */
  .i18n-it .pr_ov-category-product.has-learn-more-btn .pr_ov-category-product-title__learn_more,
  .i18n-it .pr_ov-category-product-title__learn_more {
    font-size: 16px;
  }
}
@media screen and (min-width: 641px) {
  /* line 523, ../sass/module/_product_overview.scss */
  .i18n-it .pr_ov-category-product.has-learn-more-btn .pr_ov-category-product-title__learn_more,
  .i18n-it .pr_ov-category-product-title__learn_more {
    font-size: 13px;
  }
}
@media screen and (min-width: 720px) {
  /* line 529, ../sass/module/_product_overview.scss */
  .i18n-it .pr_ov-category-product.has-learn-more-btn .pr_ov-category-product-title__learn_more,
  .i18n-it .pr_ov-category-product-title__learn_more {
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) {
  /* line 535, ../sass/module/_product_overview.scss */
  .i18n-it .pr_ov-category-product.has-learn-more-btn .pr_ov-category-product-title__learn_more,
  .i18n-it .pr_ov-category-product-title__learn_more {
    font-size: 13px;
  }
}
@media screen and (min-width: 1181px) {
  /* line 541, ../sass/module/_product_overview.scss */
  .i18n-it .pr_ov-category-product.has-learn-more-btn .pr_ov-category-product-title__learn_more,
  .i18n-it .pr_ov-category-product-title__learn_more {
    font-size: 16px;
  }
}
/* line 547, ../sass/module/_product_overview.scss */
.pr_ov-category-product-title__learn_more__icon {
  width: 20px;
  margin-right: 7px;
}

/* line 552, ../sass/module/_product_overview.scss */
.pr_ov-category-product-title__learn_more__icon-svg {
  width: 100%;
  display: block;
}

/* line 557, ../sass/module/_product_overview.scss */
.pr_ov-category-product-title__learn_more__icon-svg-path {
  fill: currentColor;
}

/* line 561, ../sass/module/_product_overview.scss */
.no-touch .pr_ov-category-product-title__touch {
  display: none;
}

/* line 566, ../sass/module/_product_overview.scss */
.touch .pr_ov-category-product.has-learn-more-btn .pr_ov-category-product-title__learn_more {
  position: relative;
  opacity: 1;
  top: auto;
  right: auto;
  transform: none;
  margin-top: 11px;
}

@media (max-width: 900px) {
  /* line 578, ../sass/module/_product_overview.scss */
  .pr_ov-category-product.has-learn-more-btn .pr_ov-category-product-title__learn_more {
    font-size: inherit;
    min-width: 0;
  }
}
@media (max-width: 1440px) {
  /* line 586, ../sass/module/_product_overview.scss */
  .pr_ov-category-product-title {
    margin-top: 2.43vw;
  }
  /* line 12, ../sass/mixins/_fluid.scss */
  .pr_ov-category-product-title {
    font-size: 15px;
  }
}
@media (max-width: 1440px) and (min-width: 375px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .pr_ov-category-product-title {
    font-size: calc(15px + 5 * ((100vw - 375px) / 1065));
  }
}
@media (max-width: 1440px) and (min-width: 1440px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .pr_ov-category-product-title {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .smaller-product-title .pr_ov-category-product-title {
    font-size: 11px;
  }
}
@media (max-width: 1440px) and (min-width: 375px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .smaller-product-title .pr_ov-category-product-title {
    font-size: calc(11px + 9 * ((100vw - 375px) / 1065));
  }
}
@media (max-width: 1440px) and (min-width: 1440px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .smaller-product-title .pr_ov-category-product-title {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  /* line 601, ../sass/module/_product_overview.scss */
  .pr_ov-category-products--hide-for-mobile .pr_ov-category-product:nth-child(n + 4) {
    display: none;
  }

  /* line 606, ../sass/module/_product_overview.scss */
  #js_pr_ov_rowcount {
    left: 3px;
  }

  /* line 610, ../sass/module/_product_overview.scss */
  .pr_ov-category-product {
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  /* line 611, ../sass/module/_product_overview.scss */
  .ie10 .pr_ov-category-product {
    -ms-preferred-size: 33.33333%;
  }
}
@media (max-width: 900px) {
  /* line 624, ../sass/module/_product_overview.scss */
  .pr_ov-nav {
    display: none;
  }

  /* line 628, ../sass/module/_product_overview.scss */
  .pr_ov-nav_wrapper-inline {
    display: block;
  }

  /* line 633, ../sass/module/_product_overview.scss */
  .pr_ov .pr_ov-category-products {
    padding-left: 40px;
    padding-right: 40px;
  }

  /* line 638, ../sass/module/_product_overview.scss */
  .pr_ov-category-all_less {
    font-size: 19px;
  }
}
@media (max-width: 640px) {
  /* line 645, ../sass/module/_product_overview.scss */
  #js_pr_ov_rowcount {
    left: 2px;
  }

  /* line 648, ../sass/module/_product_overview.scss */
  .pr_ov-category-product {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  /* line 649, ../sass/module/_product_overview.scss */
  .ie10 .pr_ov-category-product {
    -ms-preferred-size: 50%;
  }

  /* line 659, ../sass/module/_product_overview.scss */
  .pr_ov-category-products--hide-for-mobile .pr_ov-category-product:nth-child(n + 4) {
    display: block;
  }
  /* line 663, ../sass/module/_product_overview.scss */
  .pr_ov-category-products--hide-for-mobile .pr_ov-category-product:nth-child(n + 5) {
    display: none;
  }

  /* line 668, ../sass/module/_product_overview.scss */
  .pr_ov-category-product-icon {
    width: 62px;
    height: 62px;
  }

  /* line 673, ../sass/module/_product_overview.scss */
  .pr_ov-category-product-icon-span {
    font-size: 18px;
  }
  /* line 676, ../sass/module/_product_overview.scss */
  .pr_ov-category-product-icon-small .pr_ov-category-product-icon-span {
    font-size: 14px;
  }
  /* line 680, ../sass/module/_product_overview.scss */
  .i18n-it .pr_ov-category-product-icon-span, .i18n-es .pr_ov-category-product-icon-span {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  /* line 689, ../sass/module/_product_overview.scss */
  .pr_ov-category-all_less {
    font-size: 14px;
    max-width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 420px) {
  /* line 698, ../sass/module/_product_overview.scss */
  #js_pr_ov_rowcount {
    left: 1px;
  }

  /* line 702, ../sass/module/_product_overview.scss */
  .pr_ov-category-product {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  /* line 703, ../sass/module/_product_overview.scss */
  .ie10 .pr_ov-category-product {
    -ms-preferred-size: 100%;
  }

  /* line 714, ../sass/module/_product_overview.scss */
  .pr_ov-category-products--hide-for-mobile .pr_ov-category-product:nth-child(n + 3) {
    display: none;
  }

  /* line 719, ../sass/module/_product_overview.scss */
  .pr_ov-category-product-icon {
    width: 52px;
    height: 52px;
  }

  /* line 724, ../sass/module/_product_overview.scss */
  .pr_ov-category-product-icon-span {
    font-size: 16px;
  }
  /* line 727, ../sass/module/_product_overview.scss */
  .pr_ov-category-product-icon-small .pr_ov-category-product-icon-span {
    font-size: 11px;
  }
  /* line 731, ../sass/module/_product_overview.scss */
  .i18n-it .pr_ov-category-product-icon-span, .i18n-es .pr_ov-category-product-icon-span {
    font-size: 12px;
  }
}
@media (max-width: 420px) {
  /* line 743, ../sass/module/_product_overview.scss */
  .i18n-de .block-node .block-node__title.pr_ov-category-title {
    max-width: calc(100% - 50px);
    font-size: 25px;
  }
}
/* @media (max-width: 374px) {
	#js_pr_ov_rowcount {
		left: 1px;
	}
	.pr_ov-category {
		padding-left: 25px;
		padding-right: 25px;
	}
	.pr_ov-category-product {
		.ie10 & {
			-ms-preferred-size: percentage(1 / 1);
		}
		@include flex-basis(percentage(1 / 1));
		max-width: percentage(1 / 1);
	}
	.pr_ov-category-all_less {
		right: 50%;
		@include transform(translateX(50%));
	}
} */
/* line 1, ../sass/module/_coco_campaign.scss */
.coco-campaign {
  overflow: hidden;
}
/* line 4, ../sass/module/_coco_campaign.scss */
.coco-campaign .page-nav__anchor p {
  font-size: 1em;
  line-height: 1.333333;
}
/* line 9, ../sass/module/_coco_campaign.scss */
.coco-campaign .instagram-feed__info .hashtag,
.coco-campaign .instagram-feed__info .text {
  font-size: .8em;
  line-height: 1.333333;
}
/* line 15, ../sass/module/_coco_campaign.scss */
.coco-campaign .page-nav__inner {
  padding-left: 50%;
}
/* line 18, ../sass/module/_coco_campaign.scss */
.coco-campaign .page-nav__inner br,
.coco-campaign .page-nav__inner br:after {
  content: ' ';
}
/* line 24, ../sass/module/_coco_campaign.scss */
.coco-campaign .pd-detail-right-imgwrapper {
  text-align: center !important;
}

/* line 5, ../sass/mixins/_clearfix.scss */
.js_tabcordeon:before, .js_tabcordeon:after {
  display: table;
  content: '';
}
/* line 11, ../sass/mixins/_clearfix.scss */
.js_tabcordeon:after {
  clear: both;
}

/* line 33, ../sass/module/_coco_campaign.scss */
.coco-campaign_block {
  position: relative;
}
/* line 5, ../sass/mixins/_clearfix.scss */
.coco-campaign_block:before, .coco-campaign_block:after {
  display: table;
  content: '';
}
/* line 11, ../sass/mixins/_clearfix.scss */
.coco-campaign_block:after {
  clear: both;
}
/* line 38, ../sass/module/_coco_campaign.scss */
.coco-campaign_block-beige {
  background-color: #F4ECE4;
}
/* line 42, ../sass/module/_coco_campaign.scss */
.coco-campaign_block-pt {
  padding-top: 45px;
}
/* line 46, ../sass/module/_coco_campaign.scss */
.coco-campaign_block-small {
  min-height: 0;
}

/* line 53, ../sass/module/_coco_campaign.scss */
.coco-campaign_block_content {
  padding: 50px 50px 0;
}
/* line 56, ../sass/module/_coco_campaign.scss */
.coco-campaign_block_content a {
  color: #6d6661;
  text-decoration: underline;
}
/* line 61, ../sass/module/_coco_campaign.scss */
.coco-campaign_block_content p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 1em;
}
/* line 67, ../sass/module/_coco_campaign.scss */
.coco-campaign_block_content .bold_30px_header {
  font-size: 27px;
  margin-bottom: .5em;
  line-height: 1.3333333;
}

/* line 74, ../sass/module/_coco_campaign.scss */
.coco-campaign_products {
  background: transparent !important;
}
/* line 77, ../sass/module/_coco_campaign.scss */
.coco-campaign_products a {
  color: #6d6661;
}
/* line 79, ../sass/module/_coco_campaign.scss */
.no-touch .coco-campaign_products a {
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
/* line 81, ../sass/module/_coco_campaign.scss */
.no-touch .coco-campaign_products a:hover {
  color: #a1bf36;
}

/* line 89, ../sass/module/_coco_campaign.scss */
.coco-campaign_slider-overflow {
  width: 190px !important;
}
@media (min-width: 440px) {
  /* line 89, ../sass/module/_coco_campaign.scss */
  .coco-campaign_slider-overflow {
    width: 380px !important;
  }
}
@media (min-width: 630px) {
  /* line 89, ../sass/module/_coco_campaign.scss */
  .coco-campaign_slider-overflow {
    width: 570px !important;
  }
}
@media (min-width: 820px) {
  /* line 89, ../sass/module/_coco_campaign.scss */
  .coco-campaign_slider-overflow {
    width: 760px !important;
  }
}
@media (min-width: 1010px) {
  /* line 89, ../sass/module/_coco_campaign.scss */
  .coco-campaign_slider-overflow {
    width: 950px !important;
  }
}
@media (min-width: 1200px) {
  /* line 89, ../sass/module/_coco_campaign.scss */
  .coco-campaign_slider-overflow {
    width: 1140px !important;
  }
}
/* line 102, ../sass/module/_coco_campaign.scss */
.coco-campaign_slider-outer {
  max-width: none !important;
}
/* line 105, ../sass/module/_coco_campaign.scss */
.coco-campaign_slider-outer .prev {
  left: auto !important;
  right: 50%;
  margin-right: 95px !important;
}
@media (min-width: 440px) {
  /* line 105, ../sass/module/_coco_campaign.scss */
  .coco-campaign_slider-outer .prev {
    margin-right: 205px !important;
  }
}
@media (min-width: 630px) {
  /* line 105, ../sass/module/_coco_campaign.scss */
  .coco-campaign_slider-outer .prev {
    margin-right: 300px !important;
  }
}
@media (min-width: 820px) {
  /* line 105, ../sass/module/_coco_campaign.scss */
  .coco-campaign_slider-outer .prev {
    margin-right: 395px !important;
  }
}
@media (min-width: 1010px) {
  /* line 105, ../sass/module/_coco_campaign.scss */
  .coco-campaign_slider-outer .prev {
    margin-right: 490px !important;
  }
}
@media (min-width: 1200px) {
  /* line 105, ../sass/module/_coco_campaign.scss */
  .coco-campaign_slider-outer .prev {
    display: none;
  }
}
/* line 117, ../sass/module/_coco_campaign.scss */
.coco-campaign_slider-outer .next {
  left: 50%;
  margin-left: 95px !important;
}
@media (min-width: 440px) {
  /* line 117, ../sass/module/_coco_campaign.scss */
  .coco-campaign_slider-outer .next {
    margin-left: 205px !important;
  }
}
@media (min-width: 630px) {
  /* line 117, ../sass/module/_coco_campaign.scss */
  .coco-campaign_slider-outer .next {
    margin-left: 300px !important;
  }
}
@media (min-width: 820px) {
  /* line 117, ../sass/module/_coco_campaign.scss */
  .coco-campaign_slider-outer .next {
    margin-left: 395px !important;
  }
}
@media (min-width: 1010px) {
  /* line 117, ../sass/module/_coco_campaign.scss */
  .coco-campaign_slider-outer .next {
    margin-left: 490px !important;
  }
}
@media (min-width: 1200px) {
  /* line 117, ../sass/module/_coco_campaign.scss */
  .coco-campaign_slider-outer .next {
    display: none;
  }
}

/* line 130, ../sass/module/_coco_campaign.scss */
.coco-campaign_product {
  border: 0;
  text-decoration: none;
  width: 170px;
}

/* line 136, ../sass/module/_coco_campaign.scss */
.coco-campaign_product_image {
  position: relative;
  width: 100%;
  height: 220px;
  -moz-transition: opacity 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
/* line 141, ../sass/module/_coco_campaign.scss */
.coco-campaign_product_image img {
  position: absolute !important;
  margin: 0 auto !important;
  left: 0;
  right: 0;
  display: block;
  bottom: 25px;
  max-height: 80%;
  max-width: 100%;
}
/* line 152, ../sass/module/_coco_campaign.scss */
.coco-campaign_product_image-small img {
  max-height: 60%;
}
/* line 157, ../sass/module/_coco_campaign.scss */
.no-touch .coco-campaign_product:hover .coco-campaign_product_image, .no-touch .coco-campaign_product:focus .coco-campaign_product_image, .no-touch .coco-campaign_product:active .coco-campaign_product_image, .coco-campaign_product.is-active .coco-campaign_product_image {
  -moz-transform: translateY(2%) translateZ(0);
  -ms-transform: translateY(2%) translateZ(0);
  -webkit-transform: translateY(2%) translateZ(0);
  transform: translateY(2%) translateZ(0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* line 166, ../sass/module/_coco_campaign.scss */
.coco-campaign_title {
  font-family: "brandon_grotesquebold", "Arial", "Helvetica", sans-serif;
  font-size: 1.875em;
  line-height: 1em;
  color: #2c7838;
  text-align: center;
  padding: 36px 50px 12px;
  border-top: 2px solid #fff;
}
/* line 176, ../sass/module/_coco_campaign.scss */
.coco-campaign_title-movie {
  font-size: 1.5em;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50% !important;
  color: #fff;
  text-align: center;
  border: 0;
  padding: 0;
  text-decoration: none;
  width: 100%;
}
/* line 193, ../sass/module/_coco_campaign.scss */
.coco-campaign_title-movie span:not(.coco-campaign_icon) {
  font-size: 18.75px !important;
  text-shadow: 0px 0px 7px black;
}

/* line 200, ../sass/module/_coco_campaign.scss */
.coco-campaign_product_title {
  display: block;
  font-family: "brandon_grotesquebold", "Arial", "Helvetica", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #6d6661;
  text-align: center;
  padding: 10px 0;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
/* line 211, ../sass/module/_coco_campaign.scss */
.no-touch .coco-campaign_product:hover .coco-campaign_product_title, .no-touch .coco-campaign_product:focus .coco-campaign_product_title, .no-touch .coco-campaign_product:active .coco-campaign_product_title, .coco-campaign_product.is-active .coco-campaign_product_title {
  color: #a1bf36;
}

/* line 219, ../sass/module/_coco_campaign.scss */
.coco-campaign_image {
  width: 100%;
}
/* line 222, ../sass/module/_coco_campaign.scss */
.coco-campaign_image-mobile-small {
  display: block;
}
/* line 223, ../sass/module/_coco_campaign.scss */
.coco-campaign_image-mobile {
  display: none;
}
/* line 224, ../sass/module/_coco_campaign.scss */
.coco-campaign_image-laptop {
  display: none;
}
/* line 225, ../sass/module/_coco_campaign.scss */
.coco-campaign_image-desktop {
  display: none;
}

/* line 228, ../sass/module/_coco_campaign.scss */
.coco-campaign_icon {
  display: block;
  width: 67.625px;
  height: 67.625px;
}
/* line 233, ../sass/module/_coco_campaign.scss */
.coco-campaign_icon-movie {
  margin: 0 auto 0.25em;
  background: url("../img/green_story/play_button@2x.png") center center/cover no-repeat;
}

/* line 239, ../sass/module/_coco_campaign.scss */
.coco-campaign_products_details {
  width: 100%;
  position: relative;
}

/* line 243, ../sass/module/_coco_campaign.scss */
.coco-campaign_products_detail {
  z-index: -1;
  width: 100%;
}
/* line 247, ../sass/module/_coco_campaign.scss */
.coco-campaign_products_detail.is-active {
  z-index: 5;
}
/* line 251, ../sass/module/_coco_campaign.scss */
.coco-campaign_products_detail:not(:first-child) {
  position: absolute;
}

@media (min-width: 375px) {
  /* line 259, ../sass/module/_coco_campaign.scss */
  .coco-campaign .page-nav__anchor p {
    font-size: 1.66666666em;
    line-height: 1.2em;
  }

  /* line 265, ../sass/module/_coco_campaign.scss */
  .instagram-feed__info .hashtag,
  .instagram-feed__info .text {
    font-size: 1em !important;
  }

  /* line 270, ../sass/module/_coco_campaign.scss */
  .coco-campaign_title-movie span:not(.coco-campaign_icon) {
    font-size: 24.375px !important;
  }

  /* line 274, ../sass/module/_coco_campaign.scss */
  .coco-campaign_icon-movie {
    margin-bottom: 18.2812px;
  }
}
@media (min-width: 440px) {
  /* line 281, ../sass/module/_coco_campaign.scss */
  .coco-campaign_image-mobile-small {
    display: none;
  }
  /* line 282, ../sass/module/_coco_campaign.scss */
  .coco-campaign_image-mobile {
    display: block;
  }
  /* line 283, ../sass/module/_coco_campaign.scss */
  .coco-campaign_image-laptop {
    display: none;
  }
  /* line 284, ../sass/module/_coco_campaign.scss */
  .coco-campaign_image-desktop {
    display: none;
  }

  /* line 287, ../sass/module/_coco_campaign.scss */
  .coco-campaign_title-movie span:not(.coco-campaign_icon) {
    font-size: 26.25px !important;
  }
}
@media (min-width: 520px) {
  /* line 293, ../sass/module/_coco_campaign.scss */
  .coco-campaign_title-movie span:not(.coco-campaign_icon) {
    font-size: 28.125px !important;
  }
}
@media (min-width: 640px) {
  /* line 300, ../sass/module/_coco_campaign.scss */
  .coco-campaign_title-movie {
    width: auto;
    font-size: 1.875em;
  }

  /* line 305, ../sass/module/_coco_campaign.scss */
  .coco-campaign_icon {
    width: 3.60714em;
    height: 3.60714em;
  }
}
@media (min-width: 830px) {
  /* line 314, ../sass/module/_coco_campaign.scss */
  .coco-campaign_image-mobile-small {
    display: none;
  }
  /* line 315, ../sass/module/_coco_campaign.scss */
  .coco-campaign_image-mobile {
    display: none;
  }
  /* line 316, ../sass/module/_coco_campaign.scss */
  .coco-campaign_image-laptop {
    display: block;
  }
  /* line 317, ../sass/module/_coco_campaign.scss */
  .coco-campaign_image-desktop {
    display: none;
  }

  /* line 320, ../sass/module/_coco_campaign.scss */
  .coco-campaign_title {
    padding: 36px 50px;
  }

  /* line 324, ../sass/module/_coco_campaign.scss */
  .coco-campaign_block_content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
  }
  /* line 331, ../sass/module/_coco_campaign.scss */
  .coco-campaign_block_content-right {
    margin-left: 50%;
  }
  /* line 335, ../sass/module/_coco_campaign.scss */
  .coco-campaign_block_content p {
    font-size: 1em;
    margin-bottom: 1em;
  }
  /* line 340, ../sass/module/_coco_campaign.scss */
  .coco-campaign_block_content .bold_30px_header {
    font-size: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  /* line 347, ../sass/module/_coco_campaign.scss */
  .coco-campaign .page-nav__inner {
    padding-left: 62.5%;
  }
  /* line 350, ../sass/module/_coco_campaign.scss */
  .coco-campaign .page-nav__inner br,
  .coco-campaign .page-nav__inner br:after {
    content: none;
  }

  /* line 356, ../sass/module/_coco_campaign.scss */
  .coco-campaign_title-movie span:not(.coco-campaign_icon) {
    font-size: 22px !important;
  }
}
@media (min-width: 1040px) {
  /* line 363, ../sass/module/_coco_campaign.scss */
  .coco-campaign_block {
    min-height: 0 !important;
  }

  /* line 367, ../sass/module/_coco_campaign.scss */
  .coco-campaign_title-movie span:not(.coco-campaign_icon) {
    font-size: 28.125px !important;
  }
}
@media (min-width: 1330px) {
  /* line 374, ../sass/module/_coco_campaign.scss */
  .coco-campaign_image-mobile-small {
    display: none;
  }
  /* line 375, ../sass/module/_coco_campaign.scss */
  .coco-campaign_image-mobile {
    display: none;
  }
  /* line 376, ../sass/module/_coco_campaign.scss */
  .coco-campaign_image-laptop {
    display: none;
  }
  /* line 377, ../sass/module/_coco_campaign.scss */
  .coco-campaign_image-desktop {
    display: block;
  }

  /* line 381, ../sass/module/_coco_campaign.scss */
  .coco-campaign_block_content p {
    font-size: 18px;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }
  /* line 387, ../sass/module/_coco_campaign.scss */
  .coco-campaign_block_content .bold_30px_header {
    font-size: 36px;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }
}
/* line 396, ../sass/module/_coco_campaign.scss */
.page-nav__legal {
  position: absolute;
  bottom: 30px;
  right: 50px;
  width: 75%;
  display: inline-block;
  font-family: 'brandon_grotesquebold';
}
@media (max-width: 440px) {
  /* line 396, ../sass/module/_coco_campaign.scss */
  .page-nav__legal {
    bottom: 6px;
  }
}
@media (max-width: 520px) {
  /* line 396, ../sass/module/_coco_campaign.scss */
  .page-nav__legal {
    width: calc(100% - 35px);
    bottom: 11px;
    right: 30px;
  }
}
@media (max-width: 830px) {
  /* line 396, ../sass/module/_coco_campaign.scss */
  .page-nav__legal {
    bottom: 21px;
    right: 50px;
  }
}
@media (max-width: 1024px) {
  /* line 396, ../sass/module/_coco_campaign.scss */
  .page-nav__legal {
    bottom: 11px;
    right: 30px;
  }
}
/* line 424, ../sass/module/_coco_campaign.scss */
.page-nav__legal p {
  color: #a1bf36;
  font-size: 12px;
  line-height: 1em;
  text-align: right;
}

@media (max-width: 520px) {
  /* line 432, ../sass/module/_coco_campaign.scss */
  .i18n-en .page-nav__legal {
    width: 92%;
  }
}

@media (max-width: 520px) {
  /* line 440, ../sass/module/_coco_campaign.scss */
  .i18n-fr .page-nav__legal,
  .i18n-nl .page-nav__legal {
    width: 93%;
  }
}

@media (max-width: 520px) {
  /* line 453, ../sass/module/_coco_campaign.scss */
  .i18n-es .page-nav__title,
  .i18n-de .page-nav__title,
  .i18n-at-de .page-nav__title,
  .i18n-gsw-berne .page-nav__title,
  .i18n-pt-pt .page-nav__title {
    padding-right: 25px;
  }
}
/* line 458, ../sass/module/_coco_campaign.scss */
.i18n-es .page-nav__anchor,
.i18n-es .cfp_block-copy-title,
.i18n-de .page-nav__anchor,
.i18n-de .cfp_block-copy-title,
.i18n-at-de .page-nav__anchor,
.i18n-at-de .cfp_block-copy-title,
.i18n-gsw-berne .page-nav__anchor,
.i18n-gsw-berne .cfp_block-copy-title,
.i18n-pt-pt .page-nav__anchor,
.i18n-pt-pt .cfp_block-copy-title {
  font-size: 14px;
  line-height: 14px;
}
@media (min-width: 440px) {
  /* line 458, ../sass/module/_coco_campaign.scss */
  .i18n-es .page-nav__anchor,
  .i18n-es .cfp_block-copy-title,
  .i18n-de .page-nav__anchor,
  .i18n-de .cfp_block-copy-title,
  .i18n-at-de .page-nav__anchor,
  .i18n-at-de .cfp_block-copy-title,
  .i18n-gsw-berne .page-nav__anchor,
  .i18n-gsw-berne .cfp_block-copy-title,
  .i18n-pt-pt .page-nav__anchor,
  .i18n-pt-pt .cfp_block-copy-title {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (min-width: 640px) {
  /* line 458, ../sass/module/_coco_campaign.scss */
  .i18n-es .page-nav__anchor,
  .i18n-es .cfp_block-copy-title,
  .i18n-de .page-nav__anchor,
  .i18n-de .cfp_block-copy-title,
  .i18n-at-de .page-nav__anchor,
  .i18n-at-de .cfp_block-copy-title,
  .i18n-gsw-berne .page-nav__anchor,
  .i18n-gsw-berne .cfp_block-copy-title,
  .i18n-pt-pt .page-nav__anchor,
  .i18n-pt-pt .cfp_block-copy-title {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (min-width: 700px) {
  /* line 458, ../sass/module/_coco_campaign.scss */
  .i18n-es .page-nav__anchor,
  .i18n-es .cfp_block-copy-title,
  .i18n-de .page-nav__anchor,
  .i18n-de .cfp_block-copy-title,
  .i18n-at-de .page-nav__anchor,
  .i18n-at-de .cfp_block-copy-title,
  .i18n-gsw-berne .page-nav__anchor,
  .i18n-gsw-berne .cfp_block-copy-title,
  .i18n-pt-pt .page-nav__anchor,
  .i18n-pt-pt .cfp_block-copy-title {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  /* line 458, ../sass/module/_coco_campaign.scss */
  .i18n-es .page-nav__anchor,
  .i18n-es .cfp_block-copy-title,
  .i18n-de .page-nav__anchor,
  .i18n-de .cfp_block-copy-title,
  .i18n-at-de .page-nav__anchor,
  .i18n-at-de .cfp_block-copy-title,
  .i18n-gsw-berne .page-nav__anchor,
  .i18n-gsw-berne .cfp_block-copy-title,
  .i18n-pt-pt .page-nav__anchor,
  .i18n-pt-pt .cfp_block-copy-title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (min-width: 1400px) {
  /* line 458, ../sass/module/_coco_campaign.scss */
  .i18n-es .page-nav__anchor,
  .i18n-es .cfp_block-copy-title,
  .i18n-de .page-nav__anchor,
  .i18n-de .cfp_block-copy-title,
  .i18n-at-de .page-nav__anchor,
  .i18n-at-de .cfp_block-copy-title,
  .i18n-gsw-berne .page-nav__anchor,
  .i18n-gsw-berne .cfp_block-copy-title,
  .i18n-pt-pt .page-nav__anchor,
  .i18n-pt-pt .cfp_block-copy-title {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 520px) {
  /* line 484, ../sass/module/_coco_campaign.scss */
  .i18n-es .page-nav__arrow,
  .i18n-de .page-nav__arrow,
  .i18n-at-de .page-nav__arrow,
  .i18n-gsw-berne .page-nav__arrow,
  .i18n-pt-pt .page-nav__arrow {
    right: 15px;
  }
}
@media (max-width: 440px) {
  /* line 489, ../sass/module/_coco_campaign.scss */
  .i18n-es .page-nav__legal,
  .i18n-de .page-nav__legal,
  .i18n-at-de .page-nav__legal,
  .i18n-gsw-berne .page-nav__legal,
  .i18n-pt-pt .page-nav__legal {
    bottom: 6px;
  }
}
@media (max-width: 520px) {
  /* line 489, ../sass/module/_coco_campaign.scss */
  .i18n-es .page-nav__legal,
  .i18n-de .page-nav__legal,
  .i18n-at-de .page-nav__legal,
  .i18n-gsw-berne .page-nav__legal,
  .i18n-pt-pt .page-nav__legal {
    right: 15px;
  }
}

/* line 1, ../sass/module/_info_popup.scss */
.info_popup {
  position: relative;
  display: inline-block;
  margin-left: 9px;
}

/* line 8, ../sass/module/_info_popup.scss */
.info_popup__svgwrapper {
  position: relative;
  width: 15px;
  height: 15px;
}

/* line 14, ../sass/module/_info_popup.scss */
.info_popup__svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 22, ../sass/module/_info_popup.scss */
.info_popup__svg__path {
  fill: #2c7838;
  fill-rule: evenodd;
}

/* line 28, ../sass/module/_info_popup.scss */
.info_popup__tooltip {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  max-width: 268px;
  width: 10000%;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #6d6661;
  text-transform: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  -moz-transition: opacity 0.4s ease-in-out, -moz-transform 0.4s ease-in-out, visibility 0s ease-in-out 0.4s;
  -o-transition: opacity 0.4s ease-in-out, -o-transform 0.4s ease-in-out, visibility 0s ease-in-out 0.4s;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, visibility 0s ease-in-out;
  -webkit-transition-delay: 0s, 0s, 0.4s;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, visibility 0s ease-in-out 0.4s;
}
/* line 40, ../sass/module/_info_popup.scss */
.info_popup__tooltip::before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 2%;
  left: 3%;
  right: 3%;
  top: 4%;
  -moz-box-shadow: 0px 8px 19.6px 0.4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 8px 19.6px 0.4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 19.6px 0.4px rgba(0, 0, 0, 0.2);
}
/* line 51, ../sass/module/_info_popup.scss */
.i18n-at-de .info_popup__tooltip, .i18n-gsw-berne .info_popup__tooltip, .i18n-de .info_popup__tooltip {
  -moz-transform: translateX(-34%) translateY(0);
  -ms-transform: translateX(-34%) translateY(0);
  -webkit-transform: translateX(-34%) translateY(0);
  transform: translateX(-34%) translateY(0);
}
/* line 57, ../sass/module/_info_popup.scss */
.i18n-it .info_popup__tooltip {
  -moz-transform: translateX(-47%) translateY(0);
  -ms-transform: translateX(-47%) translateY(0);
  -webkit-transform: translateX(-47%) translateY(0);
  transform: translateX(-47%) translateY(0);
}
/* line 65, ../sass/module/_info_popup.scss */
.info_popup.js_showme .info_popup__tooltip {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  -moz-transform: translateX(-50%) translateY(14px);
  -ms-transform: translateX(-50%) translateY(14px);
  -webkit-transform: translateX(-50%) translateY(14px);
  transform: translateX(-50%) translateY(14px);
  -moz-transition: opacity 0.4s ease-in-out, -moz-transform 0.4s ease-in-out, visibility 0s ease-in-out 0s;
  -o-transition: opacity 0.4s ease-in-out, -o-transform 0.4s ease-in-out, visibility 0s ease-in-out 0s;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, visibility 0s ease-in-out;
  -webkit-transition-delay: 0s, 0s, 0s;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, visibility 0s ease-in-out 0s;
}
/* line 72, ../sass/module/_info_popup.scss */
.i18n-at-de .info_popup.js_showme .info_popup__tooltip, .i18n-gsw-berne .info_popup.js_showme .info_popup__tooltip, .i18n-de .info_popup.js_showme .info_popup__tooltip {
  -moz-transform: translateX(-34%) translateY(14px);
  -ms-transform: translateX(-34%) translateY(14px);
  -webkit-transform: translateX(-34%) translateY(14px);
  transform: translateX(-34%) translateY(14px);
}
/* line 78, ../sass/module/_info_popup.scss */
.i18n-it .info_popup.js_showme .info_popup__tooltip {
  -moz-transform: translateX(-47%) translateY(14px);
  -ms-transform: translateX(-47%) translateY(14px);
  -webkit-transform: translateX(-47%) translateY(14px);
  transform: translateX(-47%) translateY(14px);
}

/* line 83, ../sass/module/_info_popup.scss */
.info_popup__tooltip__text {
  position: relative;
  padding: 24px 26px 22px;
  background-color: #fff;
  border: 1px solid #f5f4f1;
}
/* line 88, ../sass/module/_info_popup.scss */
.info_popup__tooltip__text::after {
  content: '';
  position: absolute;
  top: -8px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-top: 1px solid #f5f4f1;
  border-left: 1px solid #f5f4f1;
  left: 50%;
  -moz-transform: translateX(-7px) rotate(45deg);
  -ms-transform: translateX(-7px) rotate(45deg);
  -webkit-transform: translateX(-7px) rotate(45deg);
  transform: translateX(-7px) rotate(45deg);
}
/* line 101, ../sass/module/_info_popup.scss */
.i18n-at-de .info_popup__tooltip__text::after, .i18n-gsw-berne .info_popup__tooltip__text::after, .i18n-de .info_popup__tooltip__text::after {
  left: 34%;
}
/* line 107, ../sass/module/_info_popup.scss */
.i18n-it .info_popup__tooltip__text::after {
  left: 47%;
}

/* line 112, ../sass/module/_info_popup.scss */
.info_popup__close {
  position: absolute;
  top: .8em;
  right: .8em;
}
/* line 117, ../sass/module/_info_popup.scss */
.info_popup__close svg {
  width: .8em;
  height: .8em;
}
/* line 121, ../sass/module/_info_popup.scss */
.info_popup__close svg path {
  -moz-transition: fill 0.3s ease-in-out;
  -o-transition: fill 0.3s ease-in-out;
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}
/* line 126, ../sass/module/_info_popup.scss */
.no-touch .info_popup__close:hover path {
  fill: #6d6661;
}

/* line 14, ../sass/module/_breakfast_campaign.scss */
.breakfast-toolkit {
  position: relative;
}
/* line 5, ../sass/mixins/_clearfix.scss */
.breakfast-toolkit:before, .breakfast-toolkit:after {
  display: table;
  content: '';
}
/* line 11, ../sass/mixins/_clearfix.scss */
.breakfast-toolkit:after {
  clear: both;
}

/* line 20, ../sass/module/_breakfast_campaign.scss */
.breakfast-toolkit__row {
  position: relative;
  padding: 30px;
  background-color: #fbf9f5;
}
/* line 5, ../sass/mixins/_clearfix.scss */
.breakfast-toolkit__row:before, .breakfast-toolkit__row:after {
  display: table;
  content: '';
}
/* line 11, ../sass/mixins/_clearfix.scss */
.breakfast-toolkit__row:after {
  clear: both;
}
/* line 26, ../sass/module/_breakfast_campaign.scss */
.breakfast-toolkit__row--start-of-the-day {
  padding-top: 75%;
  background: #f4ebe9 url("../img/breakfast_campaign/start_of_the_day-mobile.jpg") no-repeat top left 10%;
  background-size: 150%;
}
/* line 32, ../sass/module/_breakfast_campaign.scss */
.breakfast-toolkit__row--start-of-the-day--quark {
  padding-top: 75%;
  background: #E4E8DE url("../img/breakfast_campaign/start_of_the_day_quark-mobile.jpg") no-repeat top left 10%;
  background-size: 150%;
}
/* line 38, ../sass/module/_breakfast_campaign.scss */
.breakfast-toolkit__row--max-width {
  max-width: 1280px;
  margin: 0 auto;
}
/* line 43, ../sass/module/_breakfast_campaign.scss */
.breakfast-toolkit__row--gray {
  background-color: transparent;
}
/* line 46, ../sass/module/_breakfast_campaign.scss */
.breakfast-toolkit__row--gray::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  z-index: -2;
}
/* line 60, ../sass/module/_breakfast_campaign.scss */
.breakfast-toolkit__row--npt {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 65, ../sass/module/_breakfast_campaign.scss */
.breakfast-toolkit__row--video {
  padding: 0;
}
/* line 68, ../sass/module/_breakfast_campaign.scss */
.breakfast-toolkit__row--video .breakfast-toolkit__row__copy {
  width: 335px;
  max-width: 80%;
}

/* line 75, ../sass/module/_breakfast_campaign.scss */
.breakfast-toolkit__row__title {
  font-size: 30px;
  color: #2c7838;
  text-align: center;
  font-family: "brandon_grotesquebold", "Arial", "Helvetica", sans-serif;
  margin-bottom: 40px;
  text-transform: uppercase;
  word-wrap: break-word;
}

/* line 88, ../sass/module/_breakfast_campaign.scss */
.breakfast-toolkit__start-of-the-day-wrapper {
  display: none;
}
/* line 91, ../sass/module/_breakfast_campaign.scss */
.breakfast-toolkit__start-of-the-day-wrapper .floating_img {
  margin-left: -102px;
}
/* line 94, ../sass/module/_breakfast_campaign.scss */
.breakfast-toolkit__start-of-the-day-wrapper .start-of-the-day--quark .floating_img {
  margin-left: -220px;
}

/* line 99, ../sass/module/_breakfast_campaign.scss */
body #container .w_img_copy_blocks.breakfast-toolkit__start-of-the-day-wrapper .img_copy_blocks .img_copy .inner .copy .absolute_img.transition {
  left: -520px;
}

/* line 103, ../sass/module/_breakfast_campaign.scss */
body #container .w_img_copy_blocks.breakfast-toolkit__start-of-the-day-wrapper .img_copy_blocks .img_copy.start-of-the-day--quark .inner .copy .absolute_img.transition {
  left: -650px;
}

@media (min-width: 630px) {
  /* line 110, ../sass/module/_breakfast_campaign.scss */
  .breakfast-toolkit__row--start-of-the-day {
    background-image: url("../img/breakfast_campaign/start_of_the_day-tablet.jpg");
    background-size: 200%;
  }
  /* line 114, ../sass/module/_breakfast_campaign.scss */
  .breakfast-toolkit__row--start-of-the-day--quark {
    background-image: url("../img/breakfast_campaign/start_of_the_day_quark-tablet.jpg");
    background-size: 200%;
  }

  /* line 121, ../sass/module/_breakfast_campaign.scss */
  .breakfast-toolkit__start-of-the-day-wrapper {
    display: block;
  }
}
@media (min-width: 830px) {
  /* line 127, ../sass/module/_breakfast_campaign.scss */
  .breakfast-toolkit__row {
    background-size: cover;
  }
  /* line 130, ../sass/module/_breakfast_campaign.scss */
  .breakfast-toolkit__row--start-of-the-day {
    padding-top: 45%;
    background-position: top center;
    background-image: url("../img/breakfast_campaign/start_of_the_day.jpg");
    background-size: cover;
  }
  /* line 137, ../sass/module/_breakfast_campaign.scss */
  .breakfast-toolkit__row--start-of-the-day--quark {
    padding-top: 45%;
    background-position: top center;
    background-image: url("../img/breakfast_campaign/start_of_the_day_quark.jpg");
    background-size: cover;
  }

  /* line 146, ../sass/module/_breakfast_campaign.scss */
  .breakfast-toolkit__row__content {
    position: absolute;
    left: 50%;
    top: 0%;
    max-height: 100%;
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  /* line 158, ../sass/module/_breakfast_campaign.scss */
  .breakfast-toolkit__row--start-of-the-day {
    padding-top: 35%;
  }

  /* line 161, ../sass/module/_breakfast_campaign.scss */
  .breakfast-toolkit__row--start-of-the-day--quark {
    padding-top: 35%;
  }
}
/* line 5, ../sass/mixins/_clearfix.scss */
.imagecopy:before, .imagecopy:after {
  display: table;
  content: '';
}
/* line 11, ../sass/mixins/_clearfix.scss */
.imagecopy:after {
  clear: both;
}
/* line 4, ../sass/module/_imagecopy.scss */
.imagecopy, .imagecopy * {
  box-sizing: border-box;
}

/* line 10, ../sass/module/_imagecopy.scss */
.imagecopy__inner {
  max-width: 1304px;
  padding: 38px 50px 35px 50px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* line 22, ../sass/module/_imagecopy.scss */
.imagecopy--light-green {
  background-color: #dbe3d8;
  background-image: url("../img/breakfast_campaign/pattern_with_quark.jpg");
  background-position: bottom left;
  background-repeat: repeat-x;
}

/* line 30, ../sass/module/_imagecopy.scss */
.imagecopy--pink {
  background-color: #f3e9e7;
  background-image: url("../img/breakfast_campaign/pattern_without_quark.jpg");
  background-position: bottom left;
  background-repeat: repeat-x;
}

/* line 38, ../sass/module/_imagecopy.scss */
.imagecopy__inner__img {
  padding-right: 3%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}

/* line 43, ../sass/module/_imagecopy.scss */
.imagecopy__inner__img__img {
  width: 100%;
}

/* line 47, ../sass/module/_imagecopy.scss */
.imagecopy__inner__img--pt1em {
  padding-top: 1em;
}

/* line 51, ../sass/module/_imagecopy.scss */
.imagecopy__inner__copy {
  padding-left: 3%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}

@media (max-width: 920px) {
  /* line 57, ../sass/module/_imagecopy.scss */
  .imagecopy__inner {
    display: block;
  }

  /* line 62, ../sass/module/_imagecopy.scss */
  .imagecopy__inner__img {
    padding-right: 0;
    padding-top: 2em;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 70, ../sass/module/_imagecopy.scss */
  .imagecopy__inner__img__img--mobile-pr18 {
    padding-right: 18%;
  }
}
@media (max-width: 900px) {
  /* line 76, ../sass/module/_imagecopy.scss */
  .imagecopy__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 420px) {
  /* line 83, ../sass/module/_imagecopy.scss */
  .imagecopy__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* line 5, ../sass/module/_whoweare.scss */
#who_we_are .history_cover {
  position: relative;
  display: block;
  margin-top: 0;
  max-height: 480px;
}
/* line 10, ../sass/module/_whoweare.scss */
#who_we_are .history_cover .inner_center {
  left: auto;
  right: 57%;
}
/* line 13, ../sass/module/_whoweare.scss */
#who_we_are .history_cover .inner_center h1 *, #who_we_are .history_cover .inner_center h1 {
  color: #fff !important;
}
@media all and (max-width: 565px) {
  /* line 13, ../sass/module/_whoweare.scss */
  #who_we_are .history_cover .inner_center h1 *, #who_we_are .history_cover .inner_center h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media all and (max-width: 480px) {
  /* line 13, ../sass/module/_whoweare.scss */
  #who_we_are .history_cover .inner_center h1 *, #who_we_are .history_cover .inner_center h1 {
    font-size: 20px;
    line-height: 20px;
  }
}
/* line 25, ../sass/module/_whoweare.scss */
#who_we_are .history_cover .timeline_line,
#who_we_are .history_cover .timeline_sphere {
  background-color: #fff;
}
/* line 29, ../sass/module/_whoweare.scss */
#who_we_are .history_cover .timeline_line {
  height: 50%;
  top: auto;
  bottom: 0;
}
/* line 36, ../sass/module/_whoweare.scss */
#who_we_are .timeline_line {
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
  background-color: #fff;
  z-index: 2;
}
/* line 47, ../sass/module/_whoweare.scss */
#who_we_are .history_item:last-child .timeline_line {
  height: 50%;
}
/* line 51, ../sass/module/_whoweare.scss */
#who_we_are .timeline_sphere {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  z-index: 2;
}
/* line 63, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item {
  position: relative;
  overflow: hidden;
}
/* line 66, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item .provamel_green {
  color: #a1bf36;
  font-family: "brandon_grotesquebold", "Arial", "Helvetica", sans-serif;
}
/* line 71, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item.vegan .history_copy_wrapper {
  margin-left: 57%;
}
/* line 75, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item .history_img_wrapper {
  z-index: 0;
}
/* line 77, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item .history_img_wrapper img {
  margin: 0 auto;
  display: block;
}
/* line 82, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item .history_copy_wrapper {
  z-index: 1;
  position: relative;
}
/* line 86, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item .timeline_sphere, #who_we_are .history_items .history_item .timeline_line {
  background-color: #a1bf36;
}
/* line 89, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item .timeline_sphere.force_green, #who_we_are .history_items .history_item .timeline_line.force_green {
  background-color: #a1bf36;
}
/* line 95, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item.odd .history_img_wrapper {
  width: 50%;
  float: left;
}
/* line 99, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item.odd .history_copy_wrapper {
  float: right;
  margin-left: 7%;
  text-align: left;
}
/* line 103, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item.odd .history_copy_wrapper .history_copy {
  float: left;
}
/* line 105, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item.odd .history_copy_wrapper .history_copy h3 {
  color: #a1bf36;
}
/* line 113, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item.even .history_img_wrapper {
  float: right;
  margin-left: 7%;
}
/* line 117, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item.even .history_copy_wrapper {
  float: left;
  margin-right: 7%;
}
/* line 120, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item.even .history_copy_wrapper h3 {
  color: #d9861c;
}
/* line 128, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item.w_bg_img .back-img {
  position: absolute;
  bottom: 0;
  z-index: -1;
}
/* line 133, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item.w_bg_img .history_img_wrapper {
  margin-top: 39px;
}
/* line 138, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item.white {
  background-color: #fff;
}
/* line 142, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item.sinds_the_beginning {
  background-color: #fff9f9;
}
/* line 145, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item.sinds_the_beginning .history_img_wrapper img {
  margin-left: -20%;
}
/* line 150, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item.soyamilk {
  background-image: url("img/history/soymilk_bg.jpg");
  background-repeat: repeat-x;
  background-size: contain;
}
/* line 157, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item.soyamilk img {
  margin-top: 68px;
}
/* line 161, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item.beige {
  background-color: #edece8;
}
/* line 164, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item.yogurt {
  background-color: #edf5e8;
}
/* line 167, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item.light_blue {
  background-image: url("img/history/drinks_bg.jpg");
  background-repeat: repeat-x;
  background-size: contain;
}
/* line 173, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item.pbay_0sugar {
  background-image: url("img/history/pbay_bg.jpg");
  background-repeat: repeat-x;
  background-size: contain;
}
/* line 178, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item.coconut {
  background-image: url("img/history/coconut_bg.jpg");
  background-repeat: repeat-x;
  background-size: contain;
}
/* line 183, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item.trees_in_bf {
  background-color: #f7f4ed;
}
/* line 186, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item.trees_in_bf img {
  width: 100%;
}
/* line 190, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item.greenstory {
  background-image: url("img/history/greenstory_bg.jpg");
  background-repeat: repeat-x;
  background-size: contain;
}
/* line 195, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item.greenstory img {
  width: 60%;
  position: relative;
  top: 33px;
}
/* line 201, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item.vegan {
  background-image: url("img/history/vegan_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 208, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item.vegan .history_copy_wrapper .history_copy h3, #who_we_are .history_items .history_item.vegan .history_copy_wrapper .history_copy h4 {
  color: #fff;
}
/* line 213, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item.vegan .timeline_line,
#who_we_are .history_items .history_item.vegan .timeline_sphere {
  background-color: #fff;
}
/* line 219, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item.vegan .inner .history_copy_wrapper .history_copy h3, #who_we_are .history_items .history_item.vegan .inner .history_copy_wrapper .history_copy h4 {
  color: #fff;
}
/* line 225, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item .inner {
  width: 100%;
  max-width: 1204px;
  height: 300px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
}
/* line 232, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item .inner .history_img_wrapper, #who_we_are .history_items .history_item .inner .history_copy_wrapper {
  width: 43%;
}
/* line 236, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item .inner .history_copy_wrapper .history_copy {
  width: 89%;
  margin-top: 45px;
  margin-bottom: 45px;
}
/* line 240, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item .inner .history_copy_wrapper .history_copy h3, #who_we_are .history_items .history_item .inner .history_copy_wrapper .history_copy h4 {
  font-family: "brandon_grotesquebold", "Arial", "Helvetica", sans-serif;
  font-size: 32px;
  line-height: 38px;
  color: #a1bf36;
  display: inline;
}
@media all and (max-width: 1024px) {
  /* line 240, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item .inner .history_copy_wrapper .history_copy h3, #who_we_are .history_items .history_item .inner .history_copy_wrapper .history_copy h4 {
    font-size: 28px;
    line-height: 34px;
  }
}
/* line 253, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item .inner .history_copy_wrapper .history_copy h4 a:hover {
  text-decoration: underline;
}
/* line 256, ../sass/module/_whoweare.scss */
#who_we_are .history_items .history_item .inner .history_copy_wrapper .history_copy h4 .provamel_green {
  margin-bottom: 15px;
}
@media all and (max-width: 480px) {
  /* line 256, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item .inner .history_copy_wrapper .history_copy h4 .provamel_green {
    margin-bottom: 5px;
  }
}
@media all and (max-width: 786px) {
  /* line 225, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item .inner {
    height: 300px;
  }
}
@media all and (max-width: 1400px) {
  /* line 274, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item .inner {
    max-width: 860px;
  }
  /* line 278, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item.sinds_the_beginning .inner {
    height: auto;
  }
  /* line 282, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item.sinds_the_beginning .history_copy_wrapper .history_copy {
    margin-top: 10%;
    margin-bottom: 10%;
  }
  /* line 289, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item.sinds_the_beginning .history_img_wrapper img {
    margin-left: -70%;
  }
  /* line 296, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item.coconut img {
    margin-left: -10%;
  }
  /* line 301, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item.greenstory img {
    width: 80%;
    top: 42px;
  }
  /* line 306, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item.soyamilk {
    background-position: top;
  }
  /* line 309, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item.light_blue {
    background-size: cover;
  }
  /* line 313, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item.trees_in_bf img {
    width: 140%;
    margin-left: -21%;
  }
}
@media all and (max-width: 980px) {
  /* line 324, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item .inner {
    width: calc(100% - 100px);
  }
  /* line 327, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item .inner .history_copy_wrapper .history_copy {
    width: 97%;
  }
  /* line 330, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item .inner .history_copy_wrapper .history_copy h3, #who_we_are .history_items .history_item .inner .history_copy_wrapper .history_copy h4 {
    font-size: 26px;
    line-height: 32px;
  }
  /* line 336, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item .inner .history_img_wrapper {
    margin-left: 0;
  }
  /* line 340, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item.sinds_the_beginning {
    height: auto;
  }
  /* line 343, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item.sinds_the_beginning .history_img_wrapper img {
    margin-left: -320px;
    margin-top: 0;
  }
  /* line 353, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item.odd .history_copy_wrapper, #who_we_are .history_items .history_item.even .history_copy_wrapper {
    margin-left: 3%;
    width: 47%;
  }
  /* line 359, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item.light_blue img {
    margin-left: -7%;
  }
  /* line 364, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item.coconut img {
    margin-left: -15%;
  }
  /* line 369, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item.greenstory img {
    top: 58px;
  }
  /* line 373, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item.vegan {
    background-position: center;
    background-image: url("img/history/vegan_mobile_bg.jpg");
  }
  /* line 378, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item.vegan .history_copy_wrapper .history_copy h3, #who_we_are .history_items .history_item.vegan .history_copy_wrapper .history_copy h4 {
    color: #fff;
  }
  /* line 383, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item.vegan .timeline_line,
  #who_we_are .history_items .history_item.vegan .timeline_sphere {
    background-color: #fff;
  }
}
@media all and (max-width: 834px) {
  /* line 394, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item.even .history_img_wrapper {
    left: 53%;
    position: absolute;
    top: 0;
  }
}
@media all and (max-width: 768px) {
  /* line 407, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item .inner .history_copy_wrapper .history_copy h3, #who_we_are .history_items .history_item .inner .history_copy_wrapper .history_copy h4 {
    font-size: 24px;
    line-height: 30px;
  }
  /* line 415, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item.sinds_the_beginning .history_img_wrapper img {
    margin-left: -410px;
  }
  /* line 428, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item.light_blue img {
    margin-left: 0;
  }
  /* line 435, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item.pbay_0sugar .history_img_wrapper, #who_we_are .history_items .history_item.coconut .history_img_wrapper, #who_we_are .history_items .history_item.light_blue .history_img_wrapper {
    height: auto;
  }
  /* line 438, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item.pbay_0sugar img, #who_we_are .history_items .history_item.coconut img, #who_we_are .history_items .history_item.light_blue img {
    width: 100%;
  }
  /* line 444, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item.sinds_the_beginning .history_copy_wrapper .history_copy {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  /* line 447, ../sass/module/_whoweare.scss */
  .i18n-pt-pt #who_we_are .history_items .history_item.sinds_the_beginning .history_copy_wrapper .history_copy {
    margin-top: 1%;
    margin-bottom: 1%;
  }
}
@media all and (max-width: 640px) {
  /* line 499, ../sass/module/_whoweare.scss */
  #who_we_are .timeline_line {
    left: 14px;
    right: auto;
    margin-right: 0;
  }
  /* line 504, ../sass/module/_whoweare.scss */
  #who_we_are .timeline_sphere {
    left: 5px;
    right: auto;
    margin-left: 0;
    margin-top: -10px;
  }
  /* line 511, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .back-img {
    display: none;
  }
  /* line 514, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .w_bg_img {
    background-color: #edece8;
  }
  /* line 516, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .w_bg_img .history_img_wrapper {
    display: none;
  }
  /* line 520, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item .inner {
    height: auto;
  }
  /* line 522, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item .inner .history_copy_wrapper .history_copy {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  /* line 525, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item .inner .history_copy_wrapper .history_copy h3, #who_we_are .history_items .history_item .inner .history_copy_wrapper .history_copy h4 {
    font-size: 1em;
    line-height: 1.25em;
  }
  /* line 532, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item.odd .history_img_wrapper, #who_we_are .history_items .history_item.odd .history_copy_wrapper, #who_we_are .history_items .history_item.even .history_img_wrapper, #who_we_are .history_items .history_item.even .history_copy_wrapper {
    float: none;
    width: calc(100% - 20px);
    margin: 0 10px 0 10px;
    text-align: center;
  }
  /* line 539, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item.odd .history_img_wrapper img, #who_we_are .history_items .history_item.even .history_img_wrapper img {
    display: none;
  }
  /* line 543, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item.odd .history_copy_wrapper .history_copy, #who_we_are .history_items .history_item.even .history_copy_wrapper .history_copy {
    margin-top: 15px;
    margin-bottom: 15px;
    float: none;
  }
  /* line 549, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item {
    min-height: 150px;
  }
  /* line 552, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item.yogurt .history_img_wrapper {
    display: none;
  }
  /* line 556, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item.greenstory {
    display: none;
  }
  /* line 559, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item.pbay_0sugar, #who_we_are .history_items .history_item.vegan {
    background-image: none;
  }
  /* line 563, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item.pbay_0sugar {
    background-color: #edf5e8;
  }
  /* line 566, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item.coconut {
    background-image: url("img/history/drinks_bg.jpg");
    background-size: cover;
  }
  /* line 570, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item.vegan {
    background-color: #edece8;
  }
  /* line 572, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item.vegan .inner {
    display: flex;
    align-items: center;
    height: 100%;
  }
  /* line 577, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item.vegan .inner .history_copy_wrapper .history_copy h3, #who_we_are .history_items .history_item.vegan .inner .history_copy_wrapper .history_copy h4 {
    color: #a1bf36;
  }
  /* line 582, ../sass/module/_whoweare.scss */
  #who_we_are .history_items .history_item.vegan .timeline_line,
  #who_we_are .history_items .history_item.vegan .timeline_sphere {
    background-color: #a1bf36;
  }
  /* line 589, ../sass/module/_whoweare.scss */
  #who_we_are .history_cover .inner_center {
    right: 15%;
  }
}

/* line 6, ../sass/module/_header-image.scss */
.header-image .field-name-field-header-image {
  display: none;
}
/* line 10, ../sass/module/_header-image.scss */
.header-image .field-name-field-header-image-mobile {
  margin-bottom: -1px;
}
/* line 14, ../sass/module/_header-image.scss */
.header-image .field-name-field-header-image-mobile img {
  width: 100%;
  height: auto;
  display: block;
}
/* line 20, ../sass/module/_header-image.scss */
.header-image .field-name-field-title {
  line-height: 1.62;
}
/* line 12, ../sass/mixins/_fluid.scss */
.header-image .field-name-field-title {
  font-size: 22px;
}
@media (min-width: 900px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .header-image .field-name-field-title {
    font-size: calc(22px + 16.2 * ((100vw - 900px) / 540));
  }
}
@media (min-width: 1440px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .header-image .field-name-field-title {
    font-size: 38.2px;
  }
}

/* line 43, ../sass/module/_header-image.scss */
.header-image__body--color-00b7e1 {
  background-color: #00b7e1;
}
/* line 46, ../sass/module/_header-image.scss */
.header-image__body--color-00b7e1 .field-name-field-link a {
  color: #00b7e1;
}

/* line 43, ../sass/module/_header-image.scss */
.header-image__body--color-eebd08 {
  background-color: #eebd08;
}
/* line 46, ../sass/module/_header-image.scss */
.header-image__body--color-eebd08 .field-name-field-link a {
  color: #eebd08;
}

/* line 43, ../sass/module/_header-image.scss */
.header-image__body--color-d68018 {
  background-color: #d68018;
}
/* line 46, ../sass/module/_header-image.scss */
.header-image__body--color-d68018 .field-name-field-link a {
  color: #d68018;
}

/* line 43, ../sass/module/_header-image.scss */
.header-image__body--color-6b3a0f {
  background-color: #6b3a0f;
}
/* line 46, ../sass/module/_header-image.scss */
.header-image__body--color-6b3a0f .field-name-field-link a {
  color: #6b3a0f;
}

/* line 43, ../sass/module/_header-image.scss */
.header-image__body--color-8f499c {
  background-color: #8f499c;
}
/* line 46, ../sass/module/_header-image.scss */
.header-image__body--color-8f499c .field-name-field-link a {
  color: #8f499c;
}

/* line 43, ../sass/module/_header-image.scss */
.header-image__body--color-f385a0 {
  background-color: #f385a0;
}
/* line 46, ../sass/module/_header-image.scss */
.header-image__body--color-f385a0 .field-name-field-link a {
  color: #f385a0;
}

/* line 43, ../sass/module/_header-image.scss */
.header-image__body--color-e75545 {
  background-color: #e75545;
}
/* line 46, ../sass/module/_header-image.scss */
.header-image__body--color-e75545 .field-name-field-link a {
  color: #e75545;
}

/* line 43, ../sass/module/_header-image.scss */
.header-image__body--color-59bc7b {
  background-color: #59bc7b;
}
/* line 46, ../sass/module/_header-image.scss */
.header-image__body--color-59bc7b .field-name-field-link a {
  color: #59bc7b;
}

/* line 43, ../sass/module/_header-image.scss */
.header-image__body--color-00aea4 {
  background-color: #00aea4;
}
/* line 46, ../sass/module/_header-image.scss */
.header-image__body--color-00aea4 .field-name-field-link a {
  color: #00aea4;
}

/* line 43, ../sass/module/_header-image.scss */
.header-image__body--color-00773c {
  background-color: #00773c;
}
/* line 46, ../sass/module/_header-image.scss */
.header-image__body--color-00773c .field-name-field-link a {
  color: #00773c;
}

/* line 43, ../sass/module/_header-image.scss */
.header-image__body--color-8ebd3e {
  background-color: #8ebd3e;
}
/* line 46, ../sass/module/_header-image.scss */
.header-image__body--color-8ebd3e .field-name-field-link a {
  color: #8ebd3e;
}

/* line 43, ../sass/module/_header-image.scss */
.header-image__body--color-fff8f2 {
  background-color: #fff8f2;
}
/* line 46, ../sass/module/_header-image.scss */
.header-image__body--color-fff8f2 .field-name-field-link a {
  color: #fff8f2;
}

/* line 59, ../sass/module/_header-image.scss */
.header-image__body__bg {
  display: none;
}

/* line 63, ../sass/module/_header-image.scss */
.header-image__body__copy {
  padding: 32px 25px 42px;
  position: relative;
}
/* line 68, ../sass/module/_header-image.scss */
.header-image__body--footnote .header-image__body__copy {
  padding-bottom: 9px;
}

/* line 73, ../sass/module/_header-image.scss */
.header-image__body__copy__xtra-intro {
  color: #fff8f2;
  margin-top: 20px;
}
/* line 12, ../sass/mixins/_fluid.scss */
.header-image__body__copy__xtra-intro {
  font-size: 16px;
}
@media (min-width: 900px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .header-image__body__copy__xtra-intro {
    font-size: calc(16px + 5 * ((100vw - 900px) / 540));
  }
}
@media (min-width: 1440px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .header-image__body__copy__xtra-intro {
    font-size: 21px;
  }
}

@media (min-width: 900px) {
  /* line 81, ../sass/module/_header-image.scss */
  .header-image .field-name-field-header-image-mobile {
    display: none;
  }
  /* line 89, ../sass/module/_header-image.scss */
  .header-image .field-name-field-link {
    margin-top: 7.5%;
  }
  /* line 94, ../sass/module/_header-image.scss */
  .header-image .block-node__leaves {
    display: none;
  }

  /* line 100, ../sass/module/_header-image.scss */
  .header-image__desktop-img .field-name-field-header-image {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    height: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* line 108, ../sass/module/_header-image.scss */
  .header-image__desktop-img .field-name-field-header-image .field-items,
  .header-image__desktop-img .field-name-field-header-image .field-item {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
  /* line 116, ../sass/module/_header-image.scss */
  .header-image__desktop-img .field-name-field-header-image img {
    height: 100%;
    width: auto;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  /* line 128, ../sass/module/_header-image.scss */
  .header-image__desktop-img.is-width-100p .field-name-field-header-image,
  .header-image__desktop-img.is-width-100p .field-name-field-header-image .field-items,
  .header-image__desktop-img.is-width-100p .field-name-field-header-image .field-item {
    width: 100%;
  }
  /* line 134, ../sass/module/_header-image.scss */
  .header-image__desktop-img.is-width-100p .field-name-field-header-image img {
    width: 100%;
    height: auto;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  /* line 145, ../sass/module/_header-image.scss */
  .header-image__body {
    width: 40%;
    max-width: 580px;
    position: relative;
    margin: 3.47% 5.55% 3.26% auto;
  }
  /* line 151, ../sass/module/_header-image.scss */
  .header-image__body .header-image__body__bg {
    background-position: 50% 50%;
    background-size: 100% 100%;
  }

  /* line 158, ../sass/module/_header-image.scss */
  .header-image__body--color-00b7e1 {
    background-color: transparent;
    background-image: none;
  }
  /* line 162, ../sass/module/_header-image.scss */
  .header-image__body--color-00b7e1 .header-image__body__bg {
    background-image: url("../img/header-image-svg-00b7e1.svg");
  }

  /* line 158, ../sass/module/_header-image.scss */
  .header-image__body--color-eebd08 {
    background-color: transparent;
    background-image: none;
  }
  /* line 162, ../sass/module/_header-image.scss */
  .header-image__body--color-eebd08 .header-image__body__bg {
    background-image: url("../img/header-image-svg-eebd08.svg");
  }

  /* line 158, ../sass/module/_header-image.scss */
  .header-image__body--color-d68018 {
    background-color: transparent;
    background-image: none;
  }
  /* line 162, ../sass/module/_header-image.scss */
  .header-image__body--color-d68018 .header-image__body__bg {
    background-image: url("../img/header-image-svg-d68018.svg");
  }

  /* line 158, ../sass/module/_header-image.scss */
  .header-image__body--color-6b3a0f {
    background-color: transparent;
    background-image: none;
  }
  /* line 162, ../sass/module/_header-image.scss */
  .header-image__body--color-6b3a0f .header-image__body__bg {
    background-image: url("../img/header-image-svg-6b3a0f.svg");
  }

  /* line 158, ../sass/module/_header-image.scss */
  .header-image__body--color-8f499c {
    background-color: transparent;
    background-image: none;
  }
  /* line 162, ../sass/module/_header-image.scss */
  .header-image__body--color-8f499c .header-image__body__bg {
    background-image: url("../img/header-image-svg-8f499c.svg");
  }

  /* line 158, ../sass/module/_header-image.scss */
  .header-image__body--color-f385a0 {
    background-color: transparent;
    background-image: none;
  }
  /* line 162, ../sass/module/_header-image.scss */
  .header-image__body--color-f385a0 .header-image__body__bg {
    background-image: url("../img/header-image-svg-f385a0.svg");
  }

  /* line 158, ../sass/module/_header-image.scss */
  .header-image__body--color-e75545 {
    background-color: transparent;
    background-image: none;
  }
  /* line 162, ../sass/module/_header-image.scss */
  .header-image__body--color-e75545 .header-image__body__bg {
    background-image: url("../img/header-image-svg-e75545.svg");
  }

  /* line 158, ../sass/module/_header-image.scss */
  .header-image__body--color-59bc7b {
    background-color: transparent;
    background-image: none;
  }
  /* line 162, ../sass/module/_header-image.scss */
  .header-image__body--color-59bc7b .header-image__body__bg {
    background-image: url("../img/header-image-svg-59bc7b.svg");
  }

  /* line 158, ../sass/module/_header-image.scss */
  .header-image__body--color-00aea4 {
    background-color: transparent;
    background-image: none;
  }
  /* line 162, ../sass/module/_header-image.scss */
  .header-image__body--color-00aea4 .header-image__body__bg {
    background-image: url("../img/header-image-svg-00aea4.svg");
  }

  /* line 158, ../sass/module/_header-image.scss */
  .header-image__body--color-00773c {
    background-color: transparent;
    background-image: none;
  }
  /* line 162, ../sass/module/_header-image.scss */
  .header-image__body--color-00773c .header-image__body__bg {
    background-image: url("../img/header-image-svg-00773c.svg");
  }

  /* line 158, ../sass/module/_header-image.scss */
  .header-image__body--color-8ebd3e {
    background-color: transparent;
    background-image: none;
  }
  /* line 162, ../sass/module/_header-image.scss */
  .header-image__body--color-8ebd3e .header-image__body__bg {
    background-image: url("../img/header-image-svg-8ebd3e.svg");
  }

  /* line 158, ../sass/module/_header-image.scss */
  .header-image__body--color-fff8f2 {
    background-color: transparent;
    background-image: none;
  }
  /* line 162, ../sass/module/_header-image.scss */
  .header-image__body--color-fff8f2 .header-image__body__bg {
    background-image: url("../img/header-image-svg-fff8f2.svg");
  }

  /* line 168, ../sass/module/_header-image.scss */
  .header-image__body--footnote {
    padding-bottom: 1.39%;
  }

  /* line 172, ../sass/module/_header-image.scss */
  .header-image__body__bg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  /* line 181, ../sass/module/_header-image.scss */
  .header-image__body__svg {
    width: 100%;
    height: auto;
  }

  /* line 186, ../sass/module/_header-image.scss */
  .header-image__body__copy {
    position: relative;
    padding: 9.31% 6.9% 8.28%;
  }
  /* line 190, ../sass/module/_header-image.scss */
  .header-image__body--footnote .header-image__body__copy {
    padding-bottom: 20px;
  }
}
@media (min-width: 1440px) {
  /* line 197, ../sass/module/_header-image.scss */
  .header-image__body__copy {
    position: relative;
    padding-top: 54px;
    padding-bottom: 48px;
  }
}
/* line 2, ../sass/module/_header-img.scss */
.header-img, .header-img img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 10, ../sass/module/_header-img.scss */
.header-img--desktop {
  display: none;
}

@media all and (min-width: 751px) {
  /* line 15, ../sass/module/_header-img.scss */
  .header-img--desktop {
    display: block;
  }

  /* line 19, ../sass/module/_header-img.scss */
  .header-img--mobile {
    display: none;
  }
}
/* line 3, ../sass/module/_single-column-text.scss */
.single-column-text .field-name-field-title {
  margin-top: 25px;
  max-width: calc(100% - 50px);
  margin-left: auto;
  margin-right: auto;
}
/* line 8, ../sass/module/_single-column-text.scss */
.single-column-text .field-name-body {
  margin-top: 15px;
}

/* line 17, ../sass/module/_single-column-text.scss */
.single-column-text__body__copy {
  position: relative;
  padding: 32px 25px 42px;
}
@media (min-width: 900px) {
  /* line 17, ../sass/module/_single-column-text.scss */
  .single-column-text__body__copy {
    padding: 5% 13.4%;
  }
}

/* line 23, ../sass/module/_single-column-text.scss */
.single-column-text__body__copy--no-intro .field-name-field-title {
  margin-top: 0;
}

@media (min-width: 900px) {
  /* line 30, ../sass/module/_single-column-text.scss */
  .single-column-text .field-name-field-title {
    margin-top: 4.32%;
  }
  /* line 34, ../sass/module/_single-column-text.scss */
  .single-column-text .field-name-body {
    margin-top: 1.75%;
  }

  /* line 47, ../sass/module/_single-column-text.scss */
  .single-column-text__body__copy--no-intro .field-name-field-title {
    margin-top: 0;
  }
}
/* line 3, ../sass/module/_products-promoted-to-hp.scss */
.products-promoted-to-hp .pr_ov-category-product {
  margin-bottom: 0;
}
/* line 7, ../sass/module/_products-promoted-to-hp.scss */
.products-promoted-to-hp .field-name-field-title {
  margin-top: 34px;
  max-width: calc(100% - 50px);
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../sass/module/_products-promoted-to-hp.scss */
.products-promoted-to-hp .field-name-body {
  margin-top: 15px;
}

/* line 26, ../sass/module/_products-promoted-to-hp.scss */
.products-promoted-to-hp__copy {
  position: relative;
  padding: 32px 25px 42px;
}
@media (min-width: 900px) {
  /* line 26, ../sass/module/_products-promoted-to-hp.scss */
  .products-promoted-to-hp__copy {
    padding: 5% 5%;
  }
}

@media (min-width: 900px) {
  /* line 121, ../sass/module/_products-promoted-to-hp.scss */
  .products-promoted-to-hp .field-name-field-title {
    margin-top: 2.85%;
  }

  /* line 130, ../sass/module/_products-promoted-to-hp.scss */
  .products-promoted-to-hp__copy--no-intro .field-name-field-title {
    margin-top: 0;
  }
}
/* line 3, ../sass/module/_recipes-promoted-to-hp.scss */
.recipes-promoted-to-hp .field-name-field-title {
  margin-top: 25px;
  max-width: calc(100% - 50px);
  margin-left: auto;
  margin-right: auto;
}
/* line 8, ../sass/module/_recipes-promoted-to-hp.scss */
.recipes-promoted-to-hp .field-name-body {
  margin-top: 15px;
}
/* line 16, ../sass/module/_recipes-promoted-to-hp.scss */
.recipes-promoted-to-hp .tile_title {
  text-align: left;
}
/* line 20, ../sass/module/_recipes-promoted-to-hp.scss */
.recipes-promoted-to-hp .grid,
.recipes-promoted-to-hp .grid-gutter .grid_item {
  padding-bottom: 0;
}

/* line 26, ../sass/module/_recipes-promoted-to-hp.scss */
.recipes-promoted-to-hp__copy--no-intro .field-name-field-title {
  margin-top: 0;
}

/* line 30, ../sass/module/_recipes-promoted-to-hp.scss */
.recipes-promoted-to-hp__copy {
  position: relative;
  padding: 32px 25px 42px;
}
@media (min-width: 900px) {
  /* line 30, ../sass/module/_recipes-promoted-to-hp.scss */
  .recipes-promoted-to-hp__copy {
    padding: 5% 5%;
  }
}

/* line 36, ../sass/module/_recipes-promoted-to-hp.scss */
.recipes-promoted-to-hp__recipes {
  margin-top: 42px;
}
/* line 39, ../sass/module/_recipes-promoted-to-hp.scss */
.recipes-promoted-to-hp__recipes .tile {
  color: #fff8f2;
}
/* line 42, ../sass/module/_recipes-promoted-to-hp.scss */
.block-node--color-fff8f2 .recipes-promoted-to-hp__recipes .tile {
  color: #388e3c;
}

@media (min-width: 768px) {
  /* line 49, ../sass/module/_recipes-promoted-to-hp.scss */
  .recipes-promoted-to-hp__recipes {
    margin-top: 15px;
    margin-left: -27px;
    margin-right: -27px;
  }
}
@media (min-width: 900px) {
  /* line 59, ../sass/module/_recipes-promoted-to-hp.scss */
  .recipes-promoted-to-hp .field-name-field-title {
    margin-top: 2.85%;
  }
  /* line 63, ../sass/module/_recipes-promoted-to-hp.scss */
  .recipes-promoted-to-hp .field-name-body {
    margin-top: 1.75%;
  }

  /* line 77, ../sass/module/_recipes-promoted-to-hp.scss */
  .recipes-promoted-to-hp__copy--no-intro .field-name-field-title {
    margin-top: 0;
  }
}
/* line 1, ../sass/module/_searchresults.scss */
.searchresults {
  background-color: #fff8f2;
  color: #388e3c;
  padding: 92px 25px 106px;
}

/* line 7, ../sass/module/_searchresults.scss */
.searchresults__count {
  color: currentColor;
  line-height: 1.3125;
  margin-top: 16px;
  margin-bottom: 26px;
  text-align: center;
}
/* line 12, ../sass/mixins/_fluid.scss */
.searchresults__count {
  font-size: 16px;
}
@media (min-width: 640px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .searchresults__count {
    font-size: calc(16px + 5 * ((100vw - 640px) / 800));
  }
}
@media (min-width: 1440px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .searchresults__count {
    font-size: 21px;
  }
}

/* line 16, ../sass/module/_searchresults.scss */
body #container .searchresults__searchform .search_input[type="text"] {
  font-size: 16px;
  font-weight: 700;
}

/* line 21, ../sass/module/_searchresults.scss */
body #container .searchresults__searchform .search_button {
  height: 100%;
  background-color: transparent;
}

/* line 26, ../sass/module/_searchresults.scss */
.searchresults__searchform,
.view-id-search_results,
.view-id-global_search_results_new {
  max-width: 704px;
  margin-left: auto;
  margin-right: auto;
}

/* line 34, ../sass/module/_searchresults.scss */
.view-id-search_results,
.view-id-global_search_results_new {
  margin-top: 46px;
}
/* line 38, ../sass/module/_searchresults.scss */
.view-id-search_results .views-row a,
.view-id-global_search_results_new .views-row a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  color: currentColor;
  font-size: 16px;
  line-height: 1.3125;
  font-weight: 700;
  margin-bottom: 22px;
}
/* line 47, ../sass/module/_searchresults.scss */
.view-id-search_results .views-row a .right,
.view-id-global_search_results_new .views-row a .right {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
/* line 53, ../sass/module/_searchresults.scss */
.view-id-search_results .views-row a .field_field_header_image,
.view-id-search_results .views-row a .field_field_packshot_big,
.view-id-global_search_results_new .views-row a .field_field_header_image,
.view-id-global_search_results_new .views-row a .field_field_packshot_big {
  margin-right: 24px;
  width: 120px;
  height: 120px;
  overflow: hidden;
}
/* line 60, ../sass/module/_searchresults.scss */
.view-id-search_results .views-row a .field_field_header_image img,
.view-id-search_results .views-row a .field_field_packshot_big img,
.view-id-global_search_results_new .views-row a .field_field_header_image img,
.view-id-global_search_results_new .views-row a .field_field_packshot_big img {
  width: 100%;
  height: auto;
}
/* line 67, ../sass/module/_searchresults.scss */
.view-id-search_results .views-row a .right .field_type,
.view-id-global_search_results_new .views-row a .right .field_type {
  text-transform: uppercase;
  opacity: .5;
  padding-bottom: 4px;
}
/* line 12, ../sass/mixins/_fluid.scss */
.view-id-search_results .views-row a .right .field_type,
.view-id-global_search_results_new .views-row a .right .field_type {
  font-size: 16px;
}
@media (min-width: 640px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .view-id-search_results .views-row a .right .field_type,
  .view-id-global_search_results_new .views-row a .right .field_type {
    font-size: calc(16px + 2 * ((100vw - 640px) / 800));
  }
}
@media (min-width: 1440px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .view-id-search_results .views-row a .right .field_type,
  .view-id-global_search_results_new .views-row a .right .field_type {
    font-size: 18px;
  }
}
/* line 12, ../sass/mixins/_fluid.scss */
.view-id-search_results .views-row a .right .field_title,
.view-id-global_search_results_new .views-row a .right .field_title {
  font-size: 16px;
}
@media (min-width: 640px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .view-id-search_results .views-row a .right .field_title,
  .view-id-global_search_results_new .views-row a .right .field_title {
    font-size: calc(16px + 6 * ((100vw - 640px) / 800));
  }
}
@media (min-width: 1440px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .view-id-search_results .views-row a .right .field_title,
  .view-id-global_search_results_new .views-row a .right .field_title {
    font-size: 22px;
  }
}
/* line 78, ../sass/module/_searchresults.scss */
.view-id-search_results .views-row a .right .field_field_category,
.view-id-search_results .views-row a .right .field_field_parent_category,
.view-id-global_search_results_new .views-row a .right .field_field_category,
.view-id-global_search_results_new .views-row a .right .field_field_parent_category {
  font-weight: 400;
  padding-top: 6px;
  font-size: 400;
}
/* line 12, ../sass/mixins/_fluid.scss */
.view-id-search_results .views-row a .right .field_field_category,
.view-id-search_results .views-row a .right .field_field_parent_category,
.view-id-global_search_results_new .views-row a .right .field_field_category,
.view-id-global_search_results_new .views-row a .right .field_field_parent_category {
  font-size: 16px;
}
@media (min-width: 640px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .view-id-search_results .views-row a .right .field_field_category,
  .view-id-search_results .views-row a .right .field_field_parent_category,
  .view-id-global_search_results_new .views-row a .right .field_field_category,
  .view-id-global_search_results_new .views-row a .right .field_field_parent_category {
    font-size: calc(16px + 5 * ((100vw - 640px) / 800));
  }
}
@media (min-width: 1440px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .view-id-search_results .views-row a .right .field_field_category,
  .view-id-search_results .views-row a .right .field_field_parent_category,
  .view-id-global_search_results_new .views-row a .right .field_field_category,
  .view-id-global_search_results_new .views-row a .right .field_field_parent_category {
    font-size: 21px;
  }
}
/* line 85, ../sass/module/_searchresults.scss */
.view-id-search_results .views-row a .right .field_field_category span,
.view-id-search_results .views-row a .right .field_field_parent_category span,
.view-id-global_search_results_new .views-row a .right .field_field_category span,
.view-id-global_search_results_new .views-row a .right .field_field_parent_category span {
  text-decoration: underline;
}
/* line 89, ../sass/module/_searchresults.scss */
.view-id-search_results .views-row a .right .field_answer,
.view-id-global_search_results_new .views-row a .right .field_answer {
  font-weight: 200;
  padding-top: 6px;
}
/* line 12, ../sass/mixins/_fluid.scss */
.view-id-search_results .views-row a .right .field_answer,
.view-id-global_search_results_new .views-row a .right .field_answer {
  font-size: 16px;
}
@media (min-width: 640px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .view-id-search_results .views-row a .right .field_answer,
  .view-id-global_search_results_new .views-row a .right .field_answer {
    font-size: calc(16px + 5 * ((100vw - 640px) / 800));
  }
}
@media (min-width: 1440px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .view-id-search_results .views-row a .right .field_answer,
  .view-id-global_search_results_new .views-row a .right .field_answer {
    font-size: 21px;
  }
}
/* line 95, ../sass/module/_searchresults.scss */
.view-id-search_results .views-row a .clear,
.view-id-global_search_results_new .views-row a .clear {
  display: none;
}
/* line 99, ../sass/module/_searchresults.scss */
.no-touch .view-id-search_results .views-row a, .no-touch
.view-id-global_search_results_new .views-row a {
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 103, ../sass/module/_searchresults.scss */
.no-touch .view-id-search_results .views-row a:hover, .no-touch
.view-id-global_search_results_new .views-row a:hover {
  opacity: 0.75;
}
/* line 109, ../sass/module/_searchresults.scss */
.view-id-search_results .pager,
.view-id-global_search_results_new .pager {
  margin-top: 30px;
  margin-left: -4px;
  margin-right: -4px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 117, ../sass/module/_searchresults.scss */
.view-id-search_results .pager .pager-next,
.view-id-search_results .pager .pager-last,
.view-id-search_results .pager .pager-first,
.view-id-search_results .pager .pager-previous,
.view-id-global_search_results_new .pager .pager-next,
.view-id-global_search_results_new .pager .pager-last,
.view-id-global_search_results_new .pager .pager-first,
.view-id-global_search_results_new .pager .pager-previous {
  display: none;
}
/* line 124, ../sass/module/_searchresults.scss */
.view-id-search_results .pager li,
.view-id-global_search_results_new .pager li {
  display: block;
  padding: 0;
  margin: 8px 4px 0;
}
/* line 130, ../sass/module/_searchresults.scss */
.view-id-search_results .pager .pager-current,
.view-id-search_results .pager a,
.view-id-global_search_results_new .pager .pager-current,
.view-id-global_search_results_new .pager a {
  font-size: 21px;
  line-height: 1;
  padding: 15px 20px;
  color: currentColor;
  background-color: transparent;
}
/* line 139, ../sass/module/_searchresults.scss */
.view-id-search_results .pager .pager-current,
.view-id-global_search_results_new .pager .pager-current {
  color: #fff8f2;
  background-color: #388e3c;
}
/* line 144, ../sass/module/_searchresults.scss */
.view-id-search_results .pager a,
.view-id-global_search_results_new .pager a {
  background-color: transparent;
  display: inline-block;
}
/* line 149, ../sass/module/_searchresults.scss */
.no-touch .view-id-search_results .pager a, .no-touch
.view-id-global_search_results_new .pager a {
  opacity: 1;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
/* line 153, ../sass/module/_searchresults.scss */
.no-touch .view-id-search_results .pager a:hover, .no-touch
.view-id-global_search_results_new .pager a:hover {
  color: #fff8f2;
  background-color: #388e3c;
}
/* line 157, ../sass/module/_searchresults.scss */
.no-touch .view-id-search_results .pager a:hover:not(.pager-current), .no-touch
.view-id-global_search_results_new .pager a:hover:not(.pager-current) {
  opacity: .8;
}

@media all and (min-width: 480px) {
  /* line 167, ../sass/module/_searchresults.scss */
  .view-id-search_results .pager,
  .view-id-global_search_results_new .pager {
    margin-top: 7%;
  }
}
@media all and (min-width: 640px) {
  /* line 174, ../sass/module/_searchresults.scss */
  .searchresults__count {
    margin-top: 1.78%;
    margin-bottom: 2.88%;
  }

  /* line 181, ../sass/module/_searchresults.scss */
  .view-id-search_results .views-row a .field_field_header_image,
  .view-id-search_results .views-row a .field_field_packshot_big,
  .view-id-global_search_results_new .views-row a .field_field_header_image,
  .view-id-global_search_results_new .views-row a .field_field_packshot_big {
    width: 152px;
    height: 152px;
  }
}
@media all and (min-width: 768px) {
  /* line 190, ../sass/module/_searchresults.scss */
  .searchresults {
    padding: 4.17% 92px 7.78%;
  }
}
@media all and (min-width: 1280px) {
  /* line 196, ../sass/module/_searchresults.scss */
  .view-id-search_results,
  .view-id-global_search_results_new {
    margin-top: 3.74%;
  }
}
/* line 7, ../sass/module/_image-text.scss */
.ie11 .image-text__content > * {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

/* line 11, ../sass/module/_image-text.scss */
.image-text__img__bg img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 17, ../sass/module/_image-text.scss */
.image-text__content--mobile-extra-pb {
  padding-bottom: 60px;
}

/* line 21, ../sass/module/_image-text.scss */
.image-text__content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 26, ../sass/module/_image-text.scss */
.image-text--img-left .image-text__content {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 33, ../sass/module/_image-text.scss */
.image-text__text .field-name-field-title {
  max-width: calc(100% - 50px);
  margin-left: auto;
  margin-right: auto;
}
/* line 37, ../sass/module/_image-text.scss */
.image-text__text .field-name-body {
  margin-top: 42px;
}
/* line 41, ../sass/module/_image-text.scss */
.image-text__text .field-name-field-body-image-bottom {
  margin-top: 42px;
}
/* line 44, ../sass/module/_image-text.scss */
.image-text__text .field-name-field-body-image-bottom img {
  display: inline-block;
  max-width: 128px;
  width: 100%;
  height: auto;
}

/* line 53, ../sass/module/_image-text.scss */
.image-text__text__inner {
  padding: 52px 25px;
}

/* line 62, ../sass/module/_image-text.scss */
.image-text__content--mobile-extra-pt .image-text__text__inner {
  padding-top: 72px;
}

/* line 66, ../sass/module/_image-text.scss */
.image-text__img__bg {
  background-size: 0 0;
}

/* line 70, ../sass/module/_image-text.scss */
.image-text__img__bg--desktop {
  display: none;
}

/* line 77, ../sass/module/_image-text.scss */
.image-text__img--padding .image-text__img__inner {
  padding: 10px 48px 72px;
}
/* line 80, ../sass/module/_image-text.scss */
#pro_plant_based .image-text__img--padding .image-text__img__inner {
  padding-left: 25px;
  padding-right: 25px;
}

/* line 93, ../sass/module/_image-text.scss */
.image-text--key-local_fields .image-text__img__inner {
  margin-top: -30px;
  padding: 0 14px 12px 36px;
}

@media all and (min-width: 540px) {
  /* line 100, ../sass/module/_image-text.scss */
  #pro_plant_based .image-text__img--padding .image-text__img__inner {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media all and (min-width: 900px) {
  /* line 107, ../sass/module/_image-text.scss */
  .image-text__img__bg--desktop {
    display: block;
  }

  /* line 111, ../sass/module/_image-text.scss */
  .image-text__img__bg--mobile {
    display: none;
  }

  /* line 115, ../sass/module/_image-text.scss */
  .image-text__content {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: stretch;
    justify-content: stretch;
  }
  /* line 119, ../sass/module/_image-text.scss */
  .image-text__content > div {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    width: 50%;
    position: relative;
    display: -webkit-flex;
    display: flex;
  }
  /* line 127, ../sass/module/_image-text.scss */
  .image-text__content .field-name-field-image img {
    opacity: 0;
    pointer-events: none;
  }
  /* line 132, ../sass/module/_image-text.scss */
  .image-text__content .field-name-field-link {
    margin-top: 6%;
  }

  /* line 137, ../sass/module/_image-text.scss */
  .image-text--key-breakfast_q1_2018 {
    background-color: transparent;
  }
  /* line 140, ../sass/module/_image-text.scss */
  .image-text--key-breakfast_q1_2018 .image-text__text {
    flex-basis: 40%;
    width: 40%;
    z-index: 1;
  }
  /* line 145, ../sass/module/_image-text.scss */
  .image-text--key-breakfast_q1_2018 .image-text__text .field-name-field-title {
    max-width: 100%;
  }
  /* line 150, ../sass/module/_image-text.scss */
  .image-text--key-breakfast_q1_2018 .image-text__text__inner {
    background-image: url("../img/breakfast_q3_text_bg.svg");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 103%;
    margin-left: -3%;
    padding-left: 9%;
    padding-right: 9%;
  }
  /* line 164, ../sass/module/_image-text.scss */
  .image-text--key-breakfast_q1_2018.block-node--color-00b7e1 .image-text__text__inner {
    background-image: url("../img/breakfast_q3_text_bg-00b7e1.svg");
  }
  /* line 164, ../sass/module/_image-text.scss */
  .image-text--key-breakfast_q1_2018.block-node--color-eebd08 .image-text__text__inner {
    background-image: url("../img/breakfast_q3_text_bg-eebd08.svg");
  }
  /* line 164, ../sass/module/_image-text.scss */
  .image-text--key-breakfast_q1_2018.block-node--color-d68018 .image-text__text__inner {
    background-image: url("../img/breakfast_q3_text_bg-d68018.svg");
  }
  /* line 164, ../sass/module/_image-text.scss */
  .image-text--key-breakfast_q1_2018.block-node--color-6b3a0f .image-text__text__inner {
    background-image: url("../img/breakfast_q3_text_bg-6b3a0f.svg");
  }
  /* line 164, ../sass/module/_image-text.scss */
  .image-text--key-breakfast_q1_2018.block-node--color-8f499c .image-text__text__inner {
    background-image: url("../img/breakfast_q3_text_bg-8f499c.svg");
  }
  /* line 164, ../sass/module/_image-text.scss */
  .image-text--key-breakfast_q1_2018.block-node--color-f385a0 .image-text__text__inner {
    background-image: url("../img/breakfast_q3_text_bg-f385a0.svg");
  }
  /* line 164, ../sass/module/_image-text.scss */
  .image-text--key-breakfast_q1_2018.block-node--color-e75545 .image-text__text__inner {
    background-image: url("../img/breakfast_q3_text_bg-e75545.svg");
  }
  /* line 164, ../sass/module/_image-text.scss */
  .image-text--key-breakfast_q1_2018.block-node--color-59bc7b .image-text__text__inner {
    background-image: url("../img/breakfast_q3_text_bg-59bc7b.svg");
  }
  /* line 164, ../sass/module/_image-text.scss */
  .image-text--key-breakfast_q1_2018.block-node--color-00aea4 .image-text__text__inner {
    background-image: url("../img/breakfast_q3_text_bg-00aea4.svg");
  }
  /* line 164, ../sass/module/_image-text.scss */
  .image-text--key-breakfast_q1_2018.block-node--color-00773c .image-text__text__inner {
    background-image: url("../img/breakfast_q3_text_bg-00773c.svg");
  }
  /* line 164, ../sass/module/_image-text.scss */
  .image-text--key-breakfast_q1_2018.block-node--color-8ebd3e .image-text__text__inner {
    background-image: url("../img/breakfast_q3_text_bg-8ebd3e.svg");
  }
  /* line 164, ../sass/module/_image-text.scss */
  .image-text--key-breakfast_q1_2018.block-node--color-fff8f2 .image-text__text__inner {
    background-image: url("../img/breakfast_q3_text_bg-fff8f2.svg");
  }
  /* line 170, ../sass/module/_image-text.scss */
  .image-text--key-breakfast_q1_2018 .image-text__img {
    flex-basis: 60%;
    width: 60%;
  }
  /* line 175, ../sass/module/_image-text.scss */
  .image-text--key-breakfast_q1_2018 .image-text__content .field-name-field-link {
    margin-top: 8%;
  }

  /* line 180, ../sass/module/_image-text.scss */
  .image-text--img-left .image-text__content {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  /* line 184, ../sass/module/_image-text.scss */
  .image-text__content--mobile-extra-pb {
    padding-bottom: 0;
  }

  /* line 195, ../sass/module/_image-text.scss */
  .image-text__text__inner {
    padding: 5vw 12.78%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
  }
  /* line 204, ../sass/module/_image-text.scss */
  .ie11 .image-text__text__inner {
    -webkit-align-items: center;
    align-items: center;
  }

  /* line 213, ../sass/module/_image-text.scss */
  .image-text__content--mobile-extra-pt .image-text__text__inner {
    padding-top: 5vw;
  }

  /* line 218, ../sass/module/_image-text.scss */
  .image-text__img__bg {
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  /* line 224, ../sass/module/_image-text.scss */
  .image-text__img--padding .image-text__img__bg {
    background-size: contain;
  }

  /* line 233, ../sass/module/_image-text.scss */
  .image-text__img__inner {
    height: 100%;
  }

  /* line 237, ../sass/module/_image-text.scss */
  .image-text__img--padding .image-text__img__inner {
    padding: 6.39vw 17.78% 6.39vw 11.94%;
  }
  /* line 241, ../sass/module/_image-text.scss */
  #pro_plant_based .image-text__img--padding .image-text__img__inner {
    padding-left: 11.94%;
    padding-right: 17.78%;
  }

  /* line 249, ../sass/module/_image-text.scss */
  .image-text--key-local_fields .image-text__img__inner {
    margin-top: 0;
    padding-top: 3.6vw;
    padding-bottom: 4.8vw;
    padding-right: 11.8%;
  }
}
@media (min-width: 1440px) {
  /* line 265, ../sass/module/_image-text.scss */
  .image-text__text__inner,
  .image-text__content--mobile-extra-pt .image-text__text__inner {
    padding-top: 72px;
  }

  /* line 270, ../sass/module/_image-text.scss */
  .image-text__text__inner {
    padding-bottom: 72px;
  }

  /* line 274, ../sass/module/_image-text.scss */
  .image-text__img--padding .image-text__img__inner {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  /* line 279, ../sass/module/_image-text.scss */
  .image-text--key-local_fields .image-text__img__inner {
    padding-top: 52px;
    padding-bottom: 69px;
  }
}
/* line 1, ../sass/module/_product-detail.scss */
.product-detail__detail {
  background-color: #fff8f2;
  color: #388e3c;
  padding: 0 25px 54px;
}
/* line 6, ../sass/module/_product-detail.scss */
.product-detail__detail .block-node__title--padding {
  padding-bottom: 0;
}
/* line 14, ../sass/module/_product-detail.scss */
.product-detail__detail .field-name-body {
  margin-top: 36px;
}
/* line 17, ../sass/module/_product-detail.scss */
.product-detail__detail .field-name-body p {
  color: #388e3c;
}
/* line 12, ../sass/mixins/_fluid.scss */
.product-detail__detail .field-name-body p {
  font-size: 16px;
}
@media (min-width: 640px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .product-detail__detail .field-name-body p {
    font-size: calc(16px + 5 * ((100vw - 640px) / 800));
  }
}
@media (min-width: 1440px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .product-detail__detail .field-name-body p {
    font-size: 21px;
  }
}
/* line 21, ../sass/module/_product-detail.scss */
.product-detail__detail .field-name-body p strong,
.product-detail__detail .field-name-body p b {
  font-weight: 400;
}
/* line 27, ../sass/module/_product-detail.scss */
.product-detail__detail .field-name-body strong,
.product-detail__detail .field-name-body b {
  font-weight: 400;
}

/* line 34, ../sass/module/_product-detail.scss */
.product-detail__title-desktop,
.product-detail__title-tablet,
.product-detail__specs .field-name-body {
  display: none;
}

/* line 45, ../sass/module/_product-detail.scss */
.product-detail__img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 15px;
  width: 100%;
  height: 0;
  padding-bottom: 84.25926%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 64, ../sass/module/_product-detail.scss */
.product-detail__img .field-name-field-packshot-big {
  /* margin-left: auto; */
  /* margin-right: auto; */
  width: 57%;
  /* padding-top: 100%; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
/* line 74, ../sass/module/_product-detail.scss */
.product-detail__img .field-name-field-packshot-big img {
  width: 100%;
  height: auto;
  display: block;
}
/* line 82, ../sass/module/_product-detail.scss */
.product-detail__img .field-name-field-packshot-big--with-leaves--500ml {
  margin-top: 8.5%;
}

/* line 87, ../sass/module/_product-detail.scss */
.product-detail__img--landscape .field-name-field-packshot-big {
  width: 80%;
}

/* line 101, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panels {
  margin-top: 48px;
}

/* line 105, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-tab {
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, padding-left 0.2s ease-in-out, padding-right 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, padding-left 0.2s ease-in-out, padding-right 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, padding-left 0.2s ease-in-out, padding-right 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, padding-left 0.2s ease-in-out, padding-right 0.2s ease-in-out;
}

/* line 109, ../sass/module/_product-detail.scss */
.no-touch .pd-detail-right-tabcordeon-tab:not(.js_tabcordeon_tab_current) {
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out, background-color 0.2s ease-in-out, padding-left 0.2s ease-in-out, padding-right 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out, background-color 0.2s ease-in-out, padding-left 0.2s ease-in-out, padding-right 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out, background-color 0.2s ease-in-out, padding-left 0.2s ease-in-out, padding-right 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out, background-color 0.2s ease-in-out, padding-left 0.2s ease-in-out, padding-right 0.2s ease-in-out;
}
/* line 113, ../sass/module/_product-detail.scss */
.no-touch .pd-detail-right-tabcordeon-tab:not(.js_tabcordeon_tab_current):hover {
  opacity: .8;
}

/* line 118, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-tab-accordeon {
  font-weight: 900;
  font-size: 16px;
  line-height: 1;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 26px;
}

/* line 127, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-tab-arrow {
  width: 16px;
  height: 16px;
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  right: 3px;
  top: 12px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 137, ../sass/module/_product-detail.scss */
.js_tabcordeon_button_current .pd-detail-right-tabcordeon-tab-arrow {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 142, ../sass/module/_product-detail.scss */
.js_tabcordeon_panel {
  padding: 0 3.2%;
}

/* line 146, ../sass/module/_product-detail.scss */
.js_tabcordeon_panel_current {
  padding-top: 7%;
  padding-bottom: 7%;
}

/* line 152, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel-column, .pd-detail-right-tabcordeon-panel-column:last-child {
  float: none;
}

/* line 158, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel-row {
  text-align: left;
  line-height: 1.11111;
  padding-bottom: 18px;
}
/* line 12, ../sass/mixins/_fluid.scss */
.pd-detail-right-tabcordeon-panel-row {
  font-size: 16px;
}
@media (min-width: 900px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .pd-detail-right-tabcordeon-panel-row {
    font-size: calc(16px + 5 * ((100vw - 900px) / 540));
  }
}
@media (min-width: 1440px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .pd-detail-right-tabcordeon-panel-row {
    font-size: 21px;
  }
}
/* line 164, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel-row::first-letter {
  text-transform: uppercase;
}

/* line 169, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel-row-indent {
  padding-left: 12px;
}

/* line 173, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel {
  background-color: rgba(56, 142, 60, 0.1);
}
/* line 177, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel[data-js-name="nutris"] .pd-detail-right-tabcordeon-panel-row {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 16px;
}
/* line 182, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel[data-js-name="nutris"] .pd-detail-right-tabcordeon-panel-row:first-child {
  padding-bottom: 12px;
}
/* line 187, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel[data-js-name="nutris"] .pd-detail-right-tabcordeon-panel-row:nth-child(-n + 2) {
  text-transform: uppercase;
}
/* line 191, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel[data-js-name="nutris"] .pd-detail-right-tabcordeon-panel-row .pd-detail-right-tabcordeon-panel-column:last-child {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

/* line 198, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel-contains {
  text-align: left;
  padding-top: 8px;
  text-transform: uppercase;
  font-weight: 700;
}

/* line 205, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel-contains-title {
  font-size: 16px;
  color: #388e3c;
}
/* line 209, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel-contains-title:last-child {
  text-transform: none;
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 400;
}

/* line 217, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel-contains-title__lowercase {
  text-transform: lowercase;
}

/* line 221, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel-nutri_bubbles {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 18px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* line 229, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel-nutri_bubble {
  background-color: #388e3c;
  padding: 12px 2px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 237, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel-nutri_bubble p {
  color: #fff8f2;
  line-height: 1.2;
}
/* line 12, ../sass/mixins/_fluid.scss */
.pd-detail-right-tabcordeon-panel-nutri_bubble p {
  font-size: 10px;
}
@media (min-width: 320px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .pd-detail-right-tabcordeon-panel-nutri_bubble p {
    font-size: calc(10px + 5 * ((100vw - 320px) / 1120));
  }
}
@media (min-width: 1440px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .pd-detail-right-tabcordeon-panel-nutri_bubble p {
    font-size: 15px;
  }
}
/* line 243, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel-nutri_bubble:not(:first-child) {
  margin-left: 1.5px;
}
/* line 247, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel-nutri_bubble:not(:last-child) {
  margin-right: 1.5px;
}
/* line 251, ../sass/module/_product-detail.scss */
.i18n-de .pd-detail-right-tabcordeon-panel-nutri_bubble:nth-child(3) {
  padding-left: 5px;
  padding-right: 5px;
  max-width: 30%;
}

/* line 258, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel-nutri_bubble-value {
  text-transform: none;
}

/* line 262, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel-nutri_bubble-title {
  padding-bottom: 6px;
}

/* line 266, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel-nutri_bubble-procent {
  padding-top: 2px;
}

/* line 270, ../sass/module/_product-detail.scss */
.product-detail__logos {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
}

/* line 280, ../sass/module/_product-detail.scss */
.product-detail__logo {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
/* line 284, ../sass/module/_product-detail.scss */
.product-detail__logo:not(:first-child) .product-detail__logo__inner {
  padding-left: 5px;
}
/* line 289, ../sass/module/_product-detail.scss */
.product-detail__logo:not(:last-child) .product-detail__logo__inner {
  padding-right: 5px;
}

/* line 295, ../sass/module/_product-detail.scss */
.product-detail__logo__img {
  max-width: 100%;
  height: auto;
}

/* line 300, ../sass/module/_product-detail.scss */
.product-detail__logo__product-code {
  color: #388e3c;
  font-size: 9px;
  line-height: 1.2;
  font-weight: 700;
  white-space: nowrap;
}

/* line 308, ../sass/module/_product-detail.scss */
.btn.product-detail__fas-btn {
  margin-top: 18px;
  background-color: #388e3c;
  color: #fff8f2;
}

/* line 320, ../sass/module/_product-detail.scss */
.product-detail__img--color-00b7e1 {
  background-image: url("../img/product-detail/leaves-00b7e1.png");
}

/* line 325, ../sass/module/_product-detail.scss */
.packshot-leaves--00b7e1 .packshot-leaves__tl {
  background-image: url("../img/product-detail/leaves/00b7e1_tl.png");
}
/* line 329, ../sass/module/_product-detail.scss */
.packshot-leaves--00b7e1 .packshot-leaves__bl {
  background-image: url("../img/product-detail/leaves/00b7e1_bl.png");
}
/* line 333, ../sass/module/_product-detail.scss */
.packshot-leaves--00b7e1 .packshot-leaves__r {
  background-image: url("../img/product-detail/leaves/00b7e1_r.png");
}

/* line 320, ../sass/module/_product-detail.scss */
.product-detail__img--color-eebd08 {
  background-image: url("../img/product-detail/leaves-eebd08.png");
}

/* line 325, ../sass/module/_product-detail.scss */
.packshot-leaves--eebd08 .packshot-leaves__tl {
  background-image: url("../img/product-detail/leaves/eebd08_tl.png");
}
/* line 329, ../sass/module/_product-detail.scss */
.packshot-leaves--eebd08 .packshot-leaves__bl {
  background-image: url("../img/product-detail/leaves/eebd08_bl.png");
}
/* line 333, ../sass/module/_product-detail.scss */
.packshot-leaves--eebd08 .packshot-leaves__r {
  background-image: url("../img/product-detail/leaves/eebd08_r.png");
}

/* line 320, ../sass/module/_product-detail.scss */
.product-detail__img--color-d68018 {
  background-image: url("../img/product-detail/leaves-d68018.png");
}

/* line 325, ../sass/module/_product-detail.scss */
.packshot-leaves--d68018 .packshot-leaves__tl {
  background-image: url("../img/product-detail/leaves/d68018_tl.png");
}
/* line 329, ../sass/module/_product-detail.scss */
.packshot-leaves--d68018 .packshot-leaves__bl {
  background-image: url("../img/product-detail/leaves/d68018_bl.png");
}
/* line 333, ../sass/module/_product-detail.scss */
.packshot-leaves--d68018 .packshot-leaves__r {
  background-image: url("../img/product-detail/leaves/d68018_r.png");
}

/* line 320, ../sass/module/_product-detail.scss */
.product-detail__img--color-6b3a0f {
  background-image: url("../img/product-detail/leaves-6b3a0f.png");
}

/* line 325, ../sass/module/_product-detail.scss */
.packshot-leaves--6b3a0f .packshot-leaves__tl {
  background-image: url("../img/product-detail/leaves/6b3a0f_tl.png");
}
/* line 329, ../sass/module/_product-detail.scss */
.packshot-leaves--6b3a0f .packshot-leaves__bl {
  background-image: url("../img/product-detail/leaves/6b3a0f_bl.png");
}
/* line 333, ../sass/module/_product-detail.scss */
.packshot-leaves--6b3a0f .packshot-leaves__r {
  background-image: url("../img/product-detail/leaves/6b3a0f_r.png");
}

/* line 320, ../sass/module/_product-detail.scss */
.product-detail__img--color-8f499c {
  background-image: url("../img/product-detail/leaves-8f499c.png");
}

/* line 325, ../sass/module/_product-detail.scss */
.packshot-leaves--8f499c .packshot-leaves__tl {
  background-image: url("../img/product-detail/leaves/8f499c_tl.png");
}
/* line 329, ../sass/module/_product-detail.scss */
.packshot-leaves--8f499c .packshot-leaves__bl {
  background-image: url("../img/product-detail/leaves/8f499c_bl.png");
}
/* line 333, ../sass/module/_product-detail.scss */
.packshot-leaves--8f499c .packshot-leaves__r {
  background-image: url("../img/product-detail/leaves/8f499c_r.png");
}

/* line 320, ../sass/module/_product-detail.scss */
.product-detail__img--color-f385a0 {
  background-image: url("../img/product-detail/leaves-f385a0.png");
}

/* line 325, ../sass/module/_product-detail.scss */
.packshot-leaves--f385a0 .packshot-leaves__tl {
  background-image: url("../img/product-detail/leaves/f385a0_tl.png");
}
/* line 329, ../sass/module/_product-detail.scss */
.packshot-leaves--f385a0 .packshot-leaves__bl {
  background-image: url("../img/product-detail/leaves/f385a0_bl.png");
}
/* line 333, ../sass/module/_product-detail.scss */
.packshot-leaves--f385a0 .packshot-leaves__r {
  background-image: url("../img/product-detail/leaves/f385a0_r.png");
}

/* line 320, ../sass/module/_product-detail.scss */
.product-detail__img--color-e75545 {
  background-image: url("../img/product-detail/leaves-e75545.png");
}

/* line 325, ../sass/module/_product-detail.scss */
.packshot-leaves--e75545 .packshot-leaves__tl {
  background-image: url("../img/product-detail/leaves/e75545_tl.png");
}
/* line 329, ../sass/module/_product-detail.scss */
.packshot-leaves--e75545 .packshot-leaves__bl {
  background-image: url("../img/product-detail/leaves/e75545_bl.png");
}
/* line 333, ../sass/module/_product-detail.scss */
.packshot-leaves--e75545 .packshot-leaves__r {
  background-image: url("../img/product-detail/leaves/e75545_r.png");
}

/* line 320, ../sass/module/_product-detail.scss */
.product-detail__img--color-59bc7b {
  background-image: url("../img/product-detail/leaves-59bc7b.png");
}

/* line 325, ../sass/module/_product-detail.scss */
.packshot-leaves--59bc7b .packshot-leaves__tl {
  background-image: url("../img/product-detail/leaves/59bc7b_tl.png");
}
/* line 329, ../sass/module/_product-detail.scss */
.packshot-leaves--59bc7b .packshot-leaves__bl {
  background-image: url("../img/product-detail/leaves/59bc7b_bl.png");
}
/* line 333, ../sass/module/_product-detail.scss */
.packshot-leaves--59bc7b .packshot-leaves__r {
  background-image: url("../img/product-detail/leaves/59bc7b_r.png");
}

/* line 320, ../sass/module/_product-detail.scss */
.product-detail__img--color-00aea4 {
  background-image: url("../img/product-detail/leaves-00aea4.png");
}

/* line 325, ../sass/module/_product-detail.scss */
.packshot-leaves--00aea4 .packshot-leaves__tl {
  background-image: url("../img/product-detail/leaves/00aea4_tl.png");
}
/* line 329, ../sass/module/_product-detail.scss */
.packshot-leaves--00aea4 .packshot-leaves__bl {
  background-image: url("../img/product-detail/leaves/00aea4_bl.png");
}
/* line 333, ../sass/module/_product-detail.scss */
.packshot-leaves--00aea4 .packshot-leaves__r {
  background-image: url("../img/product-detail/leaves/00aea4_r.png");
}

/* line 320, ../sass/module/_product-detail.scss */
.product-detail__img--color-00773c {
  background-image: url("../img/product-detail/leaves-00773c.png");
}

/* line 325, ../sass/module/_product-detail.scss */
.packshot-leaves--00773c .packshot-leaves__tl {
  background-image: url("../img/product-detail/leaves/00773c_tl.png");
}
/* line 329, ../sass/module/_product-detail.scss */
.packshot-leaves--00773c .packshot-leaves__bl {
  background-image: url("../img/product-detail/leaves/00773c_bl.png");
}
/* line 333, ../sass/module/_product-detail.scss */
.packshot-leaves--00773c .packshot-leaves__r {
  background-image: url("../img/product-detail/leaves/00773c_r.png");
}

/* line 320, ../sass/module/_product-detail.scss */
.product-detail__img--color-8ebd3e {
  background-image: url("../img/product-detail/leaves-8ebd3e.png");
}

/* line 325, ../sass/module/_product-detail.scss */
.packshot-leaves--8ebd3e .packshot-leaves__tl {
  background-image: url("../img/product-detail/leaves/8ebd3e_tl.png");
}
/* line 329, ../sass/module/_product-detail.scss */
.packshot-leaves--8ebd3e .packshot-leaves__bl {
  background-image: url("../img/product-detail/leaves/8ebd3e_bl.png");
}
/* line 333, ../sass/module/_product-detail.scss */
.packshot-leaves--8ebd3e .packshot-leaves__r {
  background-image: url("../img/product-detail/leaves/8ebd3e_r.png");
}

/* line 320, ../sass/module/_product-detail.scss */
.product-detail__img--color-fff8f2 {
  background-image: url("../img/product-detail/leaves-59bc7b.png");
}

/* line 325, ../sass/module/_product-detail.scss */
.packshot-leaves--fff8f2 .packshot-leaves__tl {
  background-image: url("../img/product-detail/leaves/59bc7b_tl.png");
}
/* line 329, ../sass/module/_product-detail.scss */
.packshot-leaves--fff8f2 .packshot-leaves__bl {
  background-image: url("../img/product-detail/leaves/59bc7b_bl.png");
}
/* line 333, ../sass/module/_product-detail.scss */
.packshot-leaves--fff8f2 .packshot-leaves__r {
  background-image: url("../img/product-detail/leaves/59bc7b_r.png");
}

/* line 339, ../sass/module/_product-detail.scss */
.packshot-leaves {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* line 348, ../sass/module/_product-detail.scss */
.packshot-leaves__tl,
.packshot-leaves__bl,
.packshot-leaves__r {
  position: absolute;
  background-position: 0 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

/* line 357, ../sass/module/_product-detail.scss */
.packshot-leaves__tl {
  top: 18%;
  left: -33.5%;
  width: 64%;
}
/* line 363, ../sass/module/_product-detail.scss */
.packshot-leaves__tl .packshot-leaves__inner {
  height: 0;
  padding-bottom: 132.88288%;
}
/* line 368, ../sass/module/_product-detail.scss */
.packshot-leaves--500ml .packshot-leaves__tl {
  top: -17%;
  left: -38%;
}
/* line 373, ../sass/module/_product-detail.scss */
.packshot-leaves--250ml .packshot-leaves__tl {
  top: 12%;
  left: -20%;
}
/* line 378, ../sass/module/_product-detail.scss */
.packshot-leaves--500g .packshot-leaves__tl {
  top: auto;
  bottom: 42%;
  left: -34.5%;
}
/* line 384, ../sass/module/_product-detail.scss */
.packshot-leaves--4x125g .packshot-leaves__tl {
  top: -25%;
  left: -18%;
  width: 35%;
}
/* line 390, ../sass/module/_product-detail.scss */
.packshot-leaves--250ml-cream .packshot-leaves__tl {
  top: 4%;
  left: -11%;
  width: 50%;
}
/* line 396, ../sass/module/_product-detail.scss */
.packshot-leaves--525g .packshot-leaves__tl {
  top: 1%;
  left: -48%;
}

/* line 402, ../sass/module/_product-detail.scss */
.packshot-leaves__bl {
  bottom: 13%;
  left: -28%;
  width: 66%;
}
/* line 408, ../sass/module/_product-detail.scss */
.packshot-leaves__bl .packshot-leaves__inner {
  height: 0;
  padding-bottom: 79.90196%;
}
/* line 413, ../sass/module/_product-detail.scss */
.packshot-leaves--500ml .packshot-leaves__bl {
  bottom: 3%;
  left: -34%;
}
/* line 418, ../sass/module/_product-detail.scss */
.packshot-leaves--250ml .packshot-leaves__bl {
  bottom: 13%;
  left: -16%;
}
/* line 423, ../sass/module/_product-detail.scss */
.packshot-leaves--500g .packshot-leaves__bl {
  bottom: 0%;
  left: -26%;
  width: 60%;
}
/* line 429, ../sass/module/_product-detail.scss */
.packshot-leaves--4x125g .packshot-leaves__bl {
  bottom: 8%;
  left: -21.7%;
  width: 40%;
}
/* line 435, ../sass/module/_product-detail.scss */
.packshot-leaves--250ml-cream .packshot-leaves__bl {
  bottom: 7%;
  left: -10%;
  width: 56%;
}
/* line 441, ../sass/module/_product-detail.scss */
.packshot-leaves--525g .packshot-leaves__bl {
  bottom: 11%;
  left: -42%;
}

/* line 447, ../sass/module/_product-detail.scss */
.packshot-leaves__r {
  top: 42%;
  right: -45%;
  width: 55%;
}
/* line 453, ../sass/module/_product-detail.scss */
.packshot-leaves__r .packshot-leaves__inner {
  height: 0;
  padding-bottom: 73.79032%;
}
/* line 458, ../sass/module/_product-detail.scss */
.packshot-leaves--500ml .packshot-leaves__r {
  top: 22.5%;
  right: -42%;
}
/* line 463, ../sass/module/_product-detail.scss */
.packshot-leaves--250ml .packshot-leaves__r {
  top: 37.5%;
  right: -41%;
}
/* line 468, ../sass/module/_product-detail.scss */
.packshot-leaves--500g .packshot-leaves__r {
  top: 29%;
  right: -30%;
}
/* line 473, ../sass/module/_product-detail.scss */
.packshot-leaves--4x125g .packshot-leaves__r {
  top: 20%;
  right: -16%;
  width: 37%;
}
/* line 479, ../sass/module/_product-detail.scss */
.packshot-leaves--250ml-cream .packshot-leaves__r {
  top: 36%;
  right: -9%;
  width: 45%;
}
/* line 485, ../sass/module/_product-detail.scss */
.packshot-leaves--525g .packshot-leaves__r {
  top: 32.5%;
  right: -30%;
}

@media (min-width: 375px) {
  /* line 492, ../sass/module/_product-detail.scss */
  .product-detail__logos {
    max-width: 200px;
  }
  /* line 495, ../sass/module/_product-detail.scss */
  .ie11 .product-detail__logos {
    max-width: 100%;
  }
}
@media (min-width: 641px) {
  /* line 508, ../sass/module/_product-detail.scss */
  .product-detail__title-mobile {
    display: none;
  }

  /* line 512, ../sass/module/_product-detail.scss */
  .product-detail__title-tablet {
    display: block;
  }

  /* line 516, ../sass/module/_product-detail.scss */
  .product-detail__img_descr {
    margin-top: 6%;
    display: -webkit-flex;
    display: flex;
  }

  /* line 527, ../sass/module/_product-detail.scss */
  .product-detail__img {
    margin-left: 0;
    margin-top: 0;
    background-position: 50% 10%;
    padding-bottom: 42.12963%;
  }

  /* line 536, ../sass/module/_product-detail.scss */
  .product-detail__detail .field-name-body {
    padding-left: 5%;
    text-align: left;
    margin-top: 0;
  }

  /* line 542, ../sass/module/_product-detail.scss */
  .product-detail__img .field-name-field-packshot-big {
    padding-top: 0;
  }

  /* line 552, ../sass/module/_product-detail.scss */
  .pd-detail-right-tabcordeon-panels {
    margin-top: 24px;
  }

  /* line 556, ../sass/module/_product-detail.scss */
  .product-detail__img_descr {
    display: block;
    margin-top: 0;
  }

  /* line 561, ../sass/module/_product-detail.scss */
  .product-detail__detail .field-name-body {
    margin-top: 6%;
  }

  /* line 565, ../sass/module/_product-detail.scss */
  .product-detail__detail .field-name-body {
    padding-left: 0;
  }

  /* line 569, ../sass/module/_product-detail.scss */
  .product-detail__detail {
    padding: 5% 6.39% 2.3%;
  }

  /* line 573, ../sass/module/_product-detail.scss */
  .product-detail__flex {
    display: -webkit-flex;
    display: flex;
  }

  /* line 577, ../sass/module/_product-detail.scss */
  .product-detail__img_descr {
    width: 38%;
    -webkit-flex-basis: 38%;
    flex-basis: 38%;
    margin-right: 9%;
  }
  /* line 582, ../sass/module/_product-detail.scss */
  .product-detail__img_descr .field-name-body {
    display: none;
  }

  /* line 587, ../sass/module/_product-detail.scss */
  .product-detail__specs {
    width: 53%;
    -webkit-flex-basis: 53%;
    flex-basis: 53%;
    text-align: left;
  }

  /* line 593, ../sass/module/_product-detail.scss */
  .product-detail__img {
    margin-top: 0;
    padding-bottom: 84.25926%;
  }

  /* line 599, ../sass/module/_product-detail.scss */
  .product-detail__img .field-name-field-packshot-big {
    padding-top: 0;
  }

  /* line 603, ../sass/module/_product-detail.scss */
  .product-detail__title-desktop {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  /* line 609, ../sass/module/_product-detail.scss */
  .block-node .block-node__title.product-detail__title-desktop {
    text-align: left;
  }

  /* line 613, ../sass/module/_product-detail.scss */
  .product-detail__title-mobile,
  .product-detail__title-tablet {
    display: none;
  }

  /* line 618, ../sass/module/_product-detail.scss */
  .product-detail__title-desktop,
  .product-detail__specs .field-name-body {
    display: block;
  }

  /* line 623, ../sass/module/_product-detail.scss */
  .pd-detail-right-tabcordeon {
    color: #388e3c;
  }

  /* line 627, ../sass/module/_product-detail.scss */
  .product-detail__fas-wrapper {
    text-align: center;
  }
}
@media (min-width: 1025px) {
  /* line 633, ../sass/module/_product-detail.scss */
  .pd-detail-right-tabcordeon {
    margin-top: 8.95%;
  }

  /* line 637, ../sass/module/_product-detail.scss */
  .pd-detail-right-tabcordeon-panels {
    margin-top: 0;
  }
  /* line 639, ../sass/module/_product-detail.scss */
  .pd-detail-right-tabcordeon-panels .pd-detail-right-tabcordeon-tab {
    display: none;
  }

  /* line 648, ../sass/module/_product-detail.scss */
  .pd-detail-right-tabcordeon-tab {
    font-size: 14px;
    font-weight: 900;
    border-radius: 12px 12px 0 0;
    padding: 10px 8px 11px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  /* line 656, ../sass/module/_product-detail.scss */
  .ie11 .pd-detail-right-tabcordeon-tab:first-child {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  /* line 660, ../sass/module/_product-detail.scss */
  .pd-detail-right-tabcordeon-tab.js_tabcordeon_tab_current {
    background-color: #388e3c;
    color: #fff8f2;
    padding-left: 12px;
    padding-right: 12px;
  }

  /* line 672, ../sass/module/_product-detail.scss */
  .js_tabcordeon_panel {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  /* line 677, ../sass/module/_product-detail.scss */
  .product-detail__logos-fas-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  /* line 682, ../sass/module/_product-detail.scss */
  .ie11 .product-detail__logos-fas-wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 687, ../sass/module/_product-detail.scss */
  .product-detail__logos {
    margin-left: 0;
    max-width: 280px;
  }
  /* line 691, ../sass/module/_product-detail.scss */
  .ie11 .product-detail__logos {
    max-width: none;
  }

  /* line 696, ../sass/module/_product-detail.scss */
  .btn.product-detail__fas-btn {
    font-size: 24px;
    padding: 12px 30px;
  }

  /* line 701, ../sass/module/_product-detail.scss */
  .product-detail__img_descr {
    margin-right: 5%;
  }

  /* line 705, ../sass/module/_product-detail.scss */
  .product-detail__specs {
    width: 57%;
    -webkit-flex-basis: 57%;
    flex-basis: 57%;
  }

  /* line 712, ../sass/module/_product-detail.scss */
  .pd-detail-right-tabcordeon-panel[data-js-name="nutris"] .pd-detail-right-tabcordeon-panel-row {
    font-size: 21px;
  }

  /* line 718, ../sass/module/_product-detail.scss */
  .pd-detail-right-tabcordeon-panel-contains {
    font-size: 16px;
  }

  /* line 722, ../sass/module/_product-detail.scss */
  .pd-detail-right-tabcordeon-panel-nutri_bubble {
    background-color: #388e3c;
    padding: 2.39%;
  }
  /* line 726, ../sass/module/_product-detail.scss */
  .pd-detail-right-tabcordeon-panel-nutri_bubble:not(:first-child) {
    margin-left: 5px;
  }
  /* line 730, ../sass/module/_product-detail.scss */
  .pd-detail-right-tabcordeon-panel-nutri_bubble:not(:last-child) {
    margin-right: 5px;
  }
}
@media (max-width: 420px) {
  /* line 737, ../sass/module/_product-detail.scss */
  .i18n-de .block-node .block-node__title.product-detail__title-mobile {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
  }
}
/* line 2, ../sass/module/_contact.scss */
body #container .contact {
  background-color: #fff8f2;
  color: #388e3c;
  padding: 52px 25px 102px;
}
/* line 7, ../sass/module/_contact.scss */
body #container .contact, body #container .contact * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../sass/module/_contact.scss */
body #container .form-item#webform-component-fax, body #container .form-item#webform-component-website {
  position: absolute;
  top: -99999px;
  left: -99999px;
}

/* line 23, ../sass/module/_contact.scss */
body #container .contact__top {
  margin-top: 38px;
  max-width: 704px;
  margin-left: auto;
  margin-right: auto;
}
/* line 29, ../sass/module/_contact.scss */
body #container .contact__top input:not([type="submit"]),
body #container .contact__top textarea,
body #container .contact__top .dropdown-wrapper {
  width: 100%;
  color: #388e3c;
  font-family: "Lato", sans-serif;
  background-color: #fff8f2;
  font-size: 16px;
}
/* line 39, ../sass/module/_contact.scss */
body #container .contact__top input:not([type="submit"]),
body #container .contact__top textarea {
  padding-left: 11px;
  padding-right: 11px;
  border: 2px solid currentColor;
  border-radius: 0;
}
/* line 47, ../sass/module/_contact.scss */
body #container .contact__top input,
body #container .contact__top .dropdown-wrapper {
  height: 42px;
}
/* line 52, ../sass/module/_contact.scss */
body #container .contact__top textarea {
  padding-top: 11px;
  padding-bottom: 11px;
  margin: 0;
  min-height: 126px;
}
/* line 59, ../sass/module/_contact.scss */
body #container .contact__top .form-item .input_default {
  font-family: "Lato", sans-serif;
  color: currentColor;
  font-size: 16px;
  top: 14px;
  left: 13px;
}
/* line 67, ../sass/module/_contact.scss */
body #container .contact__top .form-item .form-textarea-wrapper .input_default {
  top: 15px;
}
/* line 71, ../sass/module/_contact.scss */
body #container .contact__top .webform-component-textarea {
  width: 100%;
}
/* line 77, ../sass/module/_contact.scss */
body #container .contact__top .dropdown-wrapper .dropdown-design {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: currentColor;
  text-align: left;
  padding: 9px 11px 0;
  border: 2px solid currentColor;
}
/* line 87, ../sass/module/_contact.scss */
body #container .contact__top .dropdown-wrapper .dropdown-design span.img {
  background-image: none;
  position: absolute;
  top: 45%;
  right: 8px;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(45deg);
  border-right: 3px solid currentcolor;
  border-bottom: 3px solid currentcolor;
}
/* line 102, ../sass/module/_contact.scss */
body #container .contact__top .dropdown-wrapper .webform-component-select,
body #container .contact__top .dropdown-wrapper select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

/* line 119, ../sass/module/_contact.scss */
.contact__legend {
  color: currentColor;
  font-size: 16px;
  line-height: 1;
  margin-top: 38px;
}

/* line 126, ../sass/module/_contact.scss */
body #container #contact_submit {
  -webkit-appearance: none;
  float: none;
  display: block;
  width: 100%;
  height: auto;
  margin: 4px 0 0 0;
  border: 2px solid #388e3c;
  color: #fff8f2;
  background-color: #388e3c;
  padding: 14px;
  line-height: 0.8;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 0;
}
/* line 12, ../sass/mixins/_fluid.scss */
body #container #contact_submit {
  font-size: 13.55px;
}
@media (min-width: 375px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  body #container #contact_submit {
    font-size: calc(13.55px + 10.45 * ((100vw - 375px) / 1065));
  }
}
@media (min-width: 1440px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  body #container #contact_submit {
    font-size: 24px;
  }
}
/* line 144, ../sass/module/_contact.scss */
.no-touch body #container #contact_submit {
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 148, ../sass/module/_contact.scss */
.no-touch body #container #contact_submit:hover {
  opacity: .9;
}

/* line 154, ../sass/module/_contact.scss */
body #container .contact__top > .form-item,
body #container .contact__top > .dropdown-wrapper,
body #container .contact__top > .webform-component-fieldset {
  width: 100%;
  margin-bottom: 16px;
}

/* line 162, ../sass/module/_contact.scss */
.contact__bottom p {
  color: currentColor;
  line-height: 1.33333;
  font-weight: 700;
}
/* line 12, ../sass/mixins/_fluid.scss */
.contact__bottom p {
  font-size: 18px;
}
@media (min-width: 375px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .contact__bottom p {
    font-size: calc(18px + 3 * ((100vw - 375px) / 1065));
  }
}
@media (min-width: 1440px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .contact__bottom p {
    font-size: 21px;
  }
}

/* line 170, ../sass/module/_contact.scss */
.contact__bottom__item {
  display: -webkit-flex;
  display: flex;
  margin-top: 40px;
  max-width: 376px;
  margin-left: auto;
  margin-right: auto;
}
/* line 177, ../sass/module/_contact.scss */
.contact__bottom__item .icon, .contact__bottom__item .tile_time:before, .contact__bottom__item .list-check .list_item:before, .list-check .contact__bottom__item .list_item:before {
  width: 45px;
  height: 45px;
  flex-basis: 45px;
  flex-grow: 0;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
/* line 188, ../sass/module/_contact.scss */
.contact__bottom__item .icon--phone-dark-green {
  background-image: url("../img/icons/icon_phone_dark_green_circle.svg");
}
/* line 192, ../sass/module/_contact.scss */
.contact__bottom__item .icon--fb-dark-green {
  background-image: url("../img/icons/icon_fb_dark_green_circle.svg");
}
/* line 196, ../sass/module/_contact.scss */
.contact__bottom__item .txt {
  text-align: left;
  padding-left: 22px;
}
/* line 200, ../sass/module/_contact.scss */
.contact__bottom__item .txt a {
  color: currentColor;
  text-decoration: underline;
}
/* line 204, ../sass/module/_contact.scss */
.no-touch .contact__bottom__item .txt a {
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 208, ../sass/module/_contact.scss */
.no-touch .contact__bottom__item .txt a:hover {
  opacity: .75;
}

@media (min-width: 375px) {
  /* line 219, ../sass/module/_contact.scss */
  body #container #webform-component-street {
    width: 65.54%;
    margin-right: 10px;
  }

  /* line 224, ../sass/module/_contact.scss */
  body #container #webform-component-number {
    width: calc(34.46% - 10px);
  }

  /* line 228, ../sass/module/_contact.scss */
  body #container #webform-component-postal-code {
    width: 31.38%;
    margin-right: 10px;
  }

  /* line 233, ../sass/module/_contact.scss */
  body #container #webform-component-town {
    width: calc(68.62% - 10px);
  }

  /* line 237, ../sass/module/_contact.scss */
  body.i18n-es #container #webform-component-town {
    width: 100%;
  }
}
@media (min-width: 754px) {
  /* line 243, ../sass/module/_contact.scss */
  body #container .contact__top {
    margin-top: 4.545%;
  }

  /* line 248, ../sass/module/_contact.scss */
  body #container .contact__top > .form-item,
  body #container .contact__top > .dropdown-wrapper,
  body #container .contact__top > .webform-component-fieldset {
    margin-bottom: 26px;
  }

  /* line 254, ../sass/module/_contact.scss */
  body #container .contact__top .dropdown-wrapper .dropdown-design span.img {
    right: 3.125%;
  }

  /* line 258, ../sass/module/_contact.scss */
  body #container #webform-component-first-name {
    width: calc(50% - 16px);
    margin-right: 32px;
  }

  /* line 263, ../sass/module/_contact.scss */
  body #container #webform-component-surname {
    width: calc(50% - 16px);
  }

  /* line 267, ../sass/module/_contact.scss */
  body #container #webform-component-street {
    width: calc(63.2% - 16px);
    margin-right: 32px;
  }

  /* line 272, ../sass/module/_contact.scss */
  body #container #webform-component-number {
    width: calc(36.8% - 16px);
  }

  /* line 276, ../sass/module/_contact.scss */
  body #container #webform-component-postal-code {
    width: calc(36.9% - 16px);
    margin-right: 32px;
  }

  /* line 281, ../sass/module/_contact.scss */
  body #container #webform-component-town {
    width: calc(63.1% - 16px);
  }

  /* line 285, ../sass/module/_contact.scss */
  body #container .contact__top input:not([type="submit"]),
  body #container .contact__top textarea,
  body #container .contact__top .dropdown-wrapper .dropdown-design {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 292, ../sass/module/_contact.scss */
  body #container #contact_submit {
    width: auto;
    display: inline-block;
    padding: 12px 22px;
    margin-top: 26px;
  }

  /* line 299, ../sass/module/_contact.scss */
  .contact__bottom__item {
    margin-top: 58px;
  }

  /* line 303, ../sass/module/_contact.scss */
  body #container .contact__top .form-item .input_default {
    top: 13px;
    left: 22px;
  }
}
/*

LEGACY CODE:
#webform-component-comment-optin--your-query-or-comment {
  margin-bottom: 20px;
}

#contact_submit {
  text-transform: uppercase;
  font-family: $f_lato;
  color: $color_whitish;
  border: 2px solid $color_new_green_darker;
  background-color: $color_new_green_darker;
  display: inline;
  height: auto;
  font-weight: 900;
  float: none;
  @include fluid-type(375px, 1440px, 13.55px, 24px);
  line-height: 1;
  padding: 10px 21px;
  
  .no-touch & {
    opacity: 1;
    @include transition(opacity .2s ease-in-out);
    
    &:hover {
      opacity: .7;
    }
  }
}


// special for different langs
&.i18n-nl #container form #contact_submit, &.i18n-nl #container .submitbutton, &.i18n-nl-nl #container form #contact_submit, &.i18n-nl-nl #container .submitbutton {
  background: transparent url("img/send_nl.png") 0 0 no-repeat;
}
&.i18n-fr #container form #contact_submit, &.i18n-fr #container .submitbutton, &.i18n-fr-fr #container form #contact_submit, &.i18n-fr-fr #container .submitbutton {
  background: transparent url("img/send_fr.png") 0 0 no-repeat;
}
&.i18n-de #container form #contact_submit, &.i18n-de #container .submitbutton, &.i18n-gsw-berne #container form #contact_submit, &.i18n-gsw-berne #container .submitbutton,
&.i18n-at-de #container form #contact_submit, &.i18n-at-de #container .submitbutton {
  background: transparent url("img/send_de.png") 0 0 no-repeat;
}
&.i18n-it #container form #contact_submit, &.i18n-it #container .submitbutton {
  background: transparent url("img/send_it.png") 0 0 no-repeat;
}
&.i18n-pt-pt #container form #contact_submit, &.i18n-pt-pt #container .submitbutton {
  background: transparent url("img/send_pt-pt.png") 0 0 no-repeat;
}
&.i18n-es #container form #contact_submit, &.i18n-es #container .submitbutton {
  background: transparent url("img/send_es.png") 0 0 no-repeat;
}

#contact {
  
	.contact_form {
		overflow: hidden;
    
		#contact_form_content {
			@include box-sizing(border-box);
      background-color: $color_whitish;
      color: $color_new_green_darker;
			position: relative;
			padding: 52px 25px 102px;
      
			#contact_form_left {
        margin-top: 38px;
        max-width: 704px;
        margin-left: auto;
        margin-right: auto;
				position: relative;
        
        .webform-component-textfield,
        .webform-component-email,
        .longinput,
        .shortinput {
          width: 100%;
        }
        
        #webform-component-first-name,
        #webform-component-surname {
          width: ((100 - 4.25) / 2) * 1%;
        }
        
        #webform-component-first-name,
        #webform-component-street,
        #webform-component-postal-code {
          margin-right: 4.25%;
        }
        
        #webform-component-street {
          width: 60.9%;
        }
        
        #webform-component-number {
          width: (100 - 60.9 - 4.25) * 1%;
        }
        
        #webform-component-postal-code {
          width: 34.6%;
        }
        
        #webform-component-town {
          width: (100 - 34.6 - 4.25) * 1%;
        }
        
        #edit-actions {
          clear: both;
        }
        
        #webform-component-comment-optin {
          float: none;
          width: 100%;
        }
        
        input[type='text'],
        input[type='email'],
        textarea {
          font-family: $f_lato;
          font-size: 16px;
          color: $color_new_green_darker;
          border: 2px solid currentColor;
          margin-bottom: 24px;
          @include transition(border-color .2s ease-in-out);
          background-color: $color_whitish;
        }
        
        input[type='text'],
        input[type='email'] {
          padding: 0 20px;
          height: 42px;
        }
        
        .input_default {
          font-family: $f_lato;
          top: 14px;
          left: 20px;
          color: $color_new_green_darker;
          font-size: 16px;
        }
        
				textarea {
					margin: 0 0 0 0;
				}
        
				.dropdown-wrapper {
					width: 100%;
          margin-bottom: 16px;
				}

        #webform-component-fax,
        #webform-component-website {
          display: none;
        }

				.webform-component-textarea {
					float: none;
				}
        
        .textareainput {
          width: 100%;
          height: auto;
          padding: 11px;
          @include box-sizing(border-box);
        }
        
				.form-item.webform-component-radios {
					float: none;
					overflow: hidden;
					.form-radios {
						overflow: hidden;
						margin: 0 0 10px 0;
						.form-item.form-type-radio {
							margin: 0 20px 0 0;
							.custom_radio {
								position: relative;
								width: 14px;
								height: 14px;
								display: inline-block;
								margin: 0 3px 0 0;
								border: 1px solid #e3e2df;
								background-color: #f6f5f2;
								@include border-radius(50%);
								input {
									position: absolute;
									top: 0;
									left: 0;
									margin: 0;
									width: 100%;
									height: 100%;
									cursor: pointer;
									@include opacity(0);
								}
								.inner_custom_radio {
									position: absolute;
									width: 8px;
									height: 8px;
									left: 50%;
									margin-left: -4px;
									top: 50%;
									margin-top: -4px;
									background-color: $light_green;
									@include border-radius(50%);
									@include opacity(0);
									@include transition(opacity .1s ease-in-out);
								}
								&.checked .inner_custom_radio {
									@include opacity(1);
								}
							}
							label {
								color: $grey;
								font-size: 15px;
							}
							@media all and (max-width: 980px) {
								& {
									width: auto;
								}
							}
						}
						&.errored .form-item.form-type-radio label {
							color: #dd0000;
						}
					}
				}
			}
			#contact_form_right {
        margin-top: 64px;
        clear: both;
				position: relative;
				// float: right;
				// width: 33%;
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
				@include box-sizing(border-box);
				text-align: left;

				.contact-press {
					box-sizing: border-box;

					h1 {
						margin-bottom: 20px;
						margin-top: 50px;
						text-transform: uppercase;
						// font-family: "brandon_grotesquebold";
						font-size: 18px;
						// color: $color_flint_approx;
					}
				}

				p {
					display: block;
					font-weight: 700;
					font-size: 15px;
					color: $color_new_green_darker;
					margin-bottom: 25px;
          @include display-flex;
          
					span span {
						color: $light_green !important;
						font-weight: 400;
						background: none;
						a {
							color: $light_green !important;
						}
					}
					span.txt {
						float: right;
						width: 262px;
						line-height: 17px;
						background: none;
						border: none;
					}
					#icon-tel {
						background: url("img/sprite.png") -88px -297px no-repeat;
						// margin: 0 0 0 10px;
            margin-right: 20px;
						width: 30px;
						height: 30px;
						display: inline-block;
						// float: right;
					}
					#icon-fb {
						background: url("img/sprite.png") -118px -297px no-repeat;
						// margin: 0 0 0 10px;
            margin-right: 20px;
						width: 30px;
						height: 30px;
						display: inline-block;
						// float: right;
					}
				}
			}
		}
		.form-item .input_default {
			top: 9px;
		}
		.form-item .form-textarea-wrapper .input_default {
			top: 7px;
			left: 11px;
			body.ff & {
				top: 8px;
			}
		}
    
    .dropdown-wrapper {
      height: auto;
    }
    
		.dropdown-wrapper .dropdown-design {
			width: 100%;
      border: 2px solid $color_new_green_darker;
      background-color: $color_whitish;
      color: $color_new_green_darker;
      text-align: left;
      position: relative;
      height: 42px;
      padding: 10px 20px 8px;
      
      span.img {
        background-image: none;
        position: absolute;
        top: 50%;
        right: 18px;
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        border-right: 3px solid currentColor;
        border-bottom: 3px solid currentColor;
        @include transform(translateY(-77%) translateX(-4px) rotate(45deg));
      }
		}
    
    .webform-component-select {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      select {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
      }
    }
    
		@media all and (max-width: 980px) {
			.form-item {
				width: 100%;
				.input_default {
					top: 6px;
					body.ff & {
						top: 7px;
					}
				}
			}
		}
	}
}

@media all and (max-width: 980px) {
  // Contact form specific
	#contact .contact_form #contact_form_content #contact_form_left {
		// float: none;
		// margin: 0 auto;
		// padding-left: 0px;
		// width: 90%;
	}
	#contact .contact_form #contact_form_content #contact_form_right {
		padding-right: 20px;
	}
	body #container form #contact_submit {
		position: relative;
		bottom: 0px;
		margin-right: -20px;
		float: right;
	}
	#contact .contact_form #contact_form_content #contact_form_left input[type='text'], #contact .contact_form #contact_form_content #contact_form_left input[type='email'] {
		@include box-sizing(border-box);
		width: 100%;
		margin-bottom: 16px;
	}
	#contact .contact_form #contact_form_content #contact_form_left .longinput {
		width: 100%;
	}
	#contact .contact_form #contact_form_content #contact_form_left .shortinput {
		width: 100%;
	}
	#contact .contact_form #contact_form_content #contact_form_left .textareainput {
		width: 100%;
		@include box-sizing(border-box);
	}
	#contact .contact_form #contact_form_content .legend {
		padding-right: 20px;
	}
	#contact .contact_form #contact_form_content #contact_form_left .dropdown-wrapper {
		width: 100%;
	}
	#contact .contact_form #contact_form_content #contact_form_left .dropdown-design {
		width: 100%;
		@include box-sizing(border-box);
	}
	#contact .contact_form #contact_form_content #contact_form_left .dropdowninput {
		width: 100%;
	}
	#contact .contact_form #contact_form_content #contact_form_left .fl-left, #contact .contact_form #contact_form_content #contact_form_left .fl-right {
		float: none;
	}
	#contact .contact_form #contact_form_content #contact_form_left .svg-checkbox .fl-left {
		float: left;
	}
	#contact .contact_form #contact_form_content #contact_form_left #contact_submit {
		margin: 0 auto;
	}
	#contact .contact_form #contact_form_content #contact_form_right {
		// width: 100%;
		// padding-bottom: 50px;
		// padding-right: 0px;
		margin-top: 50px;
	}
	#contact .contact_form #contact_form_content #contact_form_right p {
		margin: 0 auto;
		max-width: 320px;
		margin-bottom: 20px;
	}
	#contact .contact_form #contact_form_content #contact_form_right .contact-press {
		margin-left: auto;
		margin-right: auto;
		max-width: 320px;
	}
}

@media all and (max-width: 865px) {
  #contact .contact_form #contact_form_content #contact_form_left .check-news {
		width: 74%;
	}
	body #container form #contact_submit {
		float: none;
		margin-top: 70px;
		margin-right: 0px;
	}
}

@media all and (max-width: 768px) {
  #contact .contact_form #contact_form_content #contact_form_left {
    #webform-component-first-name,
    #webform-component-surname {
      width: 100%;
      margin-right: 0;
    }
    
    #webform-component-street {
      width: 65.54%;
      margin-right: 3.01%;
    }
    
    #webform-component-number {
      width: (100 - 65.54 - 3.01) * 1%;
    }
    
    #webform-component-postal-code {
      width: 31.38%;
      margin-right: 3.01%;
    }
    
    #webform-component-town {
      width: (100 - 31.38 - 3.01) * 1%;
    }
    
    input[type='text'],
    input[type='email'] {
      padding-left: 11px;
      padding-right: 11px;
    }
  }
  
  #contact .contact_form .dropdown-wrapper .dropdown-design,
  #contact .contact_form #contact_form_content #contact_form_left .textareainput {
    padding-left: 11px;
    padding-right: 11px;
  }
}

@media all and (max-width: 360px) {
  	// Contact form specific
	#contact .contact_form #contact_form_content #contact_form_left {
		width: 90%;
		margin: 0 5%;
	}
	#contact .contact_form #contact_form_content #contact_form_left .check-news {
		width: 84%;
	}
	#contact .contact_form #contact_form_content #contact_form_left .longinput {
		width: 90%;
	}
	#contact .contact_form #contact_form_content #contact_form_left .shortinput {
		width: 90%;
	}
	#contact .contact_form #contact_form_content #contact_form_right p span.txt {
		width: 80%;
		float: left;
	}
	#contact .contact_form #contact_form_content #contact_form_right p #icon-tel {
		margin: 0 10px 0 0;
	}
	#contact .contact_form #contact_form_content #contact_form_right p #icon-fb {
		margin: 0 10px 0 0;
	}

	#contact .contact_form #contact_form_content #contact_form_right .contact-press {
		padding: 10px;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  // Big submit button
	body #container form #contact_submit {
		@include image-2x(url("img/sprite@2x.png") no-repeat -180px -200px, 550px, 105px, 45px);
		&:hover {
			@include image-2x(url("img/sprite@2x.png") no-repeat -180px -245px, 550px, 105px, 45px);
		}
	}
	// Icons on contact page
	#contact .contact_form #contact_form_content #contact_form_right p #icon-tel {
		@include image-2x(url("img/sprite@2x.png") no-repeat -88px -297px, 550px, 30px, 30px);
	}
	#contact .contact_form #contact_form_content #contact_form_right p #icon-fb {
		@include image-2x(url("img/sprite@2x.png") no-repeat -118px -297px, 550px, 30px, 30px);
	}
}

*/
/* line 1, ../sass/module/_mobile_search.scss */
.mobile_search {
  position: fixed;
  width: 100%;
  height: calc(100% - 155px);
  top: 155px;
  left: 0;
  background: rgba(44, 120, 56, 0.9);
  z-index: 101;
  padding: 16px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out 0.2s;
}
/* line 15, ../sass/module/_mobile_search.scss */
.mobile_search.is-visible {
  transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out 0s;
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
/* line 22, ../sass/module/_mobile_search.scss */
.mobile_search form {
  width: calc(100% - 32px);
  position: relative;
}
/* line 26, ../sass/module/_mobile_search.scss */
.mobile_search form .inputbox {
  position: relative;
}
/* line 29, ../sass/module/_mobile_search.scss */
.mobile_search form .inputbox::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 22px;
  width: 1px;
  height: 14px;
  background-color: #6d6661;
}
/* line 42, ../sass/module/_mobile_search.scss */
.mobile_search form .input_default {
  left: 32px;
  top: 16px;
}
/* line 47, ../sass/module/_mobile_search.scss */
body #container .mobile_search form input[type='text'] {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  height: 46px;
  padding-right: 51px;
  padding-left: 32px;
  border-radius: 4px;
}
/* line 57, ../sass/module/_mobile_search.scss */
body #container .mobile_search form input[type='submit'] {
  background: url("../img/icons/icon_search_dark_green.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50% auto;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
/* line 69, ../sass/module/_mobile_search.scss */
body #container .mobile_search form input[type='submit'].has-empty-icon {
  background-image: url("../img/icons/icon_cross_green.svg");
  background-size: 33% auto;
}

@media screen and (min-width: 1025px) {
  /* line 78, ../sass/module/_mobile_search.scss */
  .mobile_search {
    display: none;
  }
}
/* line 1, ../sass/module/_icon.scss */
.icon, .tile_time:before, .list-check .list_item:before {
  display: inline-block;
  height: 1em;
  width: 1em;
  vertical-align: middle;
  line-height: 1em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 12, ../sass/module/_icon.scss */
.icon-large, .tile_time:before, .list-check .list_item:before {
  height: 1.5em;
  width: 1.5em;
  margin-top: -.25em;
}
/* line 19, ../sass/module/_icon.scss */
.icon-xl {
  height: 2.5em;
  width: 2.5em;
  margin-top: -.75em;
}

/* line 27, ../sass/module/_icon.scss */
.icon-white-circle {
  background-color: #fff8f2;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* line 32, ../sass/module/_icon.scss */
.icon-filters {
  background-image: url("../img/icons/icon_filter_green_darker.svg");
}

/* line 36, ../sass/module/_icon.scss */
.icon-trash {
  background-image: url("../img/icons/icon_trash_green_darker.svg");
  margin-top: -6px;
  margin-left: 6px;
}

/* line 42, ../sass/module/_icon.scss */
.icon-cross {
  line-height: .6em;
  font-size: 1.5em;
  display: block;
  float: left;
}
/* line 48, ../sass/module/_icon.scss */
.icon-cross:before {
  color: currentColor;
  content: '\d7';
}

/* line 54, ../sass/module/_icon.scss */
.icon-clock, .tile_time:before {
  background-image: url("../img/icons/icon_clock_whitish.svg");
}

/* line 58, ../sass/module/_icon.scss */
.icon-cook {
  background-image: url("../img/icons/icon_cook_whitish.svg");
}

/* line 62, ../sass/module/_icon.scss */
.icon-person {
  background-image: url("../img/icons/icon_person_whitish.svg");
}

/* line 66, ../sass/module/_icon.scss */
.icon-check, .list-check .list_item:before {
  background-image: url("../img/icons/icon_check.png");
}

/* line 70, ../sass/module/_icon.scss */
.icon-chevron {
  background-image: url("../img/icons/icon_chevron.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 70, ../sass/module/_icon.scss */
  .icon-chevron {
    background-image: url("../img/icons/icon_chevron@2x.png");
  }
}

/* line 74, ../sass/module/_icon.scss */
.icon-facebook,
.icon-print-new,
.icon-twitter-new,
.icon-pinterest-new {
  background: no-repeat center;
  background-size: 50%;
  padding: 1em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
/* line 85, ../sass/module/_icon.scss */
.no-touch .icon-facebook:hover, .no-touch
.icon-print-new:hover, .no-touch
.icon-twitter-new:hover, .no-touch
.icon-pinterest-new:hover {
  opacity: .7;
}

/* line 90, ../sass/module/_icon.scss */
.icon-facebook {
  background-color: #3B5998;
  background-image: url("../img/icons/icon_facebook.svg");
}

/* line 99, ../sass/module/_icon.scss */
.icon-print-new {
  background-color: #a1bf36;
  background-image: url("../img/icons/icon_print.svg");
}

/* line 104, ../sass/module/_icon.scss */
.icon-twitter-new {
  display: none;
  background-color: #00ACED;
  background-image: url("../img/icons/icon_twitter.svg");
}

/* line 112, ../sass/module/_icon.scss */
.icon-pinterest-new {
  display: none;
  background-color: #CB2027;
  background-image: url("../img/icons/icon_pinterest.svg");
}

/* line 120, ../sass/module/_icon.scss */
.icon-facebook-green {
  background-image: url("../img/icons/icon_fb_green.svg");
  background-size: auto 50%;
}

/* line 125, ../sass/module/_icon.scss */
.icon-print-green {
  background-image: url("../img/icons/icon_print_green.svg");
  background-size: auto 50%;
}

/* line 130, ../sass/module/_icon.scss */
.icon-pinterest-green {
  background-image: url("../img/icons/icon_pinterest_green.svg");
  background-size: 66% auto;
  background-position: 50% 130%;
}

/* line 1, ../sass/module/_buttons.scss */
.btn-recipes-collapse {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2f773b;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 14px;
  font-family: "brandon_grotesquebold", "Arial", "Helvetica", sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 15px !important;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
/* line 18, ../sass/module/_buttons.scss */
.no-touch .btn-recipes-collapse:hover, .no-touch .btn-recipes-collapse:active, .no-touch .btn-recipes-collapse:visited {
  color: #ffffff !important;
  background-color: #215229;
}
/* line 25, ../sass/module/_buttons.scss */
.btn-recipes-collapse_arrow {
  height: .6em;
  margin-left: 10px;
}
/* line 30, ../sass/module/_buttons.scss */
.btn-recipes-collapse.is-previous .btn-recipes-collapse_arrow {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 520px) {
  /* line 1, ../sass/module/_buttons.scss */
  .btn-recipes-collapse {
    padding: 8px 15px !important;
    right: 30px;
    left: auto;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
  }
}
@media (min-width: 561px) {
  /* line 1, ../sass/module/_buttons.scss */
  .btn-recipes-collapse {
    right: 50px;
  }
}
@media (min-width: 831px) {
  /* line 1, ../sass/module/_buttons.scss */
  .btn-recipes-collapse {
    right: 30px;
  }
}
@media (min-width: 1025px) {
  /* line 1, ../sass/module/_buttons.scss */
  .btn-recipes-collapse {
    right: 50px;
  }
}

/* line 52, ../sass/module/_buttons.scss */
.btn {
  display: inline-block;
  padding: .75em;
  border: 2px solid currentColor;
  color: currentColor;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 67, ../sass/module/_buttons.scss */
.no-touch .btn:hover, .no-touch .btn:active, .no-touch .btn:focus {
  outline: none;
}
/* line 73, ../sass/module/_buttons.scss */
.no-touch .btn:not(.btn-back):hover, .no-touch .btn:not(.btn-back):active, .no-touch .btn:not(.btn-back):focus {
  opacity: .8;
}

/* line 82, ../sass/module/_buttons.scss */
.btn--mb1em {
  margin-bottom: 1em;
}

/* line 86, ../sass/module/_buttons.scss */
.btn--ml2em {
  margin-left: 2em;
}

/* line 90, ../sass/module/_buttons.scss */
.btn-icon {
  position: relative;
  padding-left: 2.5em;
}
/* line 94, ../sass/module/_buttons.scss */
.btn-icon .icon, .btn-icon .tile_time:before, .btn-icon .list-check .list_item:before, .list-check .btn-icon .list_item:before {
  position: absolute;
  left: .75em;
}

/* line 100, ../sass/module/_buttons.scss */
.btn-back {
  margin: .95em;
  position: relative;
  border-width: 0;
  padding: 0 0 0 50px;
  height: 44px;
  line-height: 44px;
}
/* line 109, ../sass/module/_buttons.scss */
.btn-back:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border: 2px solid #2c7838;
  border-radius: 50%;
  background: no-repeat 45%;
  background-image: url("../img/icons/icon_chevron.png");
  background-size: 28%;
  -moz-transition: background-position 0.2s;
  -o-transition: background-position 0.2s;
  -webkit-transition: background-position 0.2s;
  transition: background-position 0.2s;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 109, ../sass/module/_buttons.scss */
  .btn-back:before {
    background-image: url("../img/icons/icon_chevron@2x.png");
  }
}
/* line 125, ../sass/module/_buttons.scss */
.no-touch .btn-back:hover::before {
  background-position: 33%;
}
/* line 129, ../sass/module/_buttons.scss */
.btn-back-no-margin-left {
  margin-left: 0;
}

/* line 134, ../sass/module/_buttons.scss */
.btn-chevron {
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-size: .93333333333333333333333333333333em;
  line-height: 1.2857142857142857142857142857143em;
  border-width: 2px;
  border-radius: 4px;
  padding: .8em 3em .73333333333333333333333333333333em 1.2666666666666666666666666666667em;
  background-color: transparent;
  position: relative;
  padding: .75em 3em .75em 1.5em;
}
/* line 158, ../sass/module/_buttons.scss */
.btn-chevron:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: 50%;
  right: 1.125em;
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

/* line 190, ../sass/module/_buttons.scss */
.btn-chevron-down .copy {
  white-space: nowrap;
  margin-right: 1.2em;
}
/* line 195, ../sass/module/_buttons.scss */
.btn-chevron-down::after {
  content: "";
  display: inline-block;
  float: right;
  width: .9em;
  height: .9em;
  background: url("../img/icons/icon_chevron_down.svg") no-repeat center center;
  background-size: 80% auto;
  position: absolute;
  top: 50%;
  right: 12px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 213, ../sass/module/_buttons.scss */
.no-touch .btn-chevron-down:active::after, .no-touch .btn-chevron-down:focus::after, .no-touch .btn-chevron-down:hover::after {
  background-image: url("../img/icons/icon_chevron_down_white.svg");
}

/* line 220, ../sass/module/_buttons.scss */
.btn--green {
  background-color: #2f773b !important;
  color: white !important;
}

/* line 1, ../sass/module/_copy_circle.scss */
.img_copy .fl-right {
  position: relative;
}

/* line 5, ../sass/module/_copy_circle.scss */
.copy-circle {
  font-family: "brandon_grotesquemedium", "Arial", "Helvetica", sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
  text-align: center;
  display: block;
  background-color: #2c7838;
  position: absolute;
  color: #fff;
  width: 10rem;
  height: 10rem;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 20, ../sass/module/_copy_circle.scss */
.copy-circle_content {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  line-height: 1.2;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 31, ../sass/module/_copy_circle.scss */
.copy-circle b {
  display: block;
  margin-bottom: -.6em;
  font-size: 1.8em;
}

/* line 5, ../sass/module/_image_copy_blocks.scss */
.img_copy .non-floating_img {
  max-width: 100%;
  margin-top: 10rem;
}
/* line 10, ../sass/module/_image_copy_blocks.scss */
.img_copy .fl-right.image {
  width: 100%;
}
/* line 13, ../sass/module/_image_copy_blocks.scss */
.img_copy .fl-right.image .copy-circle {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 601px) {
  /* line 23, ../sass/module/_image_copy_blocks.scss */
  .img_copy .non-floating_img {
    margin-top: calc(10rem + 70px);
    max-width: 120%;
  }
  /* line 28, ../sass/module/_image_copy_blocks.scss */
  .img_copy .fl-right.image {
    width: 52%;
  }
  /* line 31, ../sass/module/_image_copy_blocks.scss */
  .img_copy .fl-right.image .copy-circle {
    top: 70px;
    left: 30%;
  }
}
@media (min-width: 981px) {
  /* line 41, ../sass/module/_image_copy_blocks.scss */
  .img_copy .fl-right.image {
    width: 69%;
  }
}
/* line 5, ../sass/module/_grid.scss */
.grid {
  padding: 25px;
}
/* line 5, ../sass/mixins/_clearfix.scss */
.grid:before, .grid:after {
  display: table;
  content: '';
}
/* line 11, ../sass/mixins/_clearfix.scss */
.grid:after {
  clear: both;
}

/* line 11, ../sass/module/_grid.scss */
.grid-show-more-on-large-screens {
  padding: 0;
}

/* line 15, ../sass/module/_grid.scss */
.grid_item,
.grid_item-col-2 {
  float: left;
  width: 100%;
}
/* line 21, ../sass/module/_grid.scss */
.grid-recipes > .grid_item, .grid-recipes >
.grid_item-col-2 {
  width: calc(50% - 1px);
  border: 1px solid #f5f4f1;
}
/* line 25, ../sass/module/_grid.scss */
.grid-recipes > .grid_item:nth-child(even), .grid-recipes > .grid_item:nth-child(odd), .grid-recipes > .grid_item:nth-child(2), .grid-recipes >
.grid_item-col-2:nth-child(even), .grid-recipes >
.grid_item-col-2:nth-child(odd), .grid-recipes >
.grid_item-col-2:nth-child(2) {
  border-right-color: transparent;
  border-bottom-color: transparent;
}
/* line 32, ../sass/module/_grid.scss */
.grid-recipes > .grid_item:nth-child(odd), .grid-recipes >
.grid_item-col-2:nth-child(odd) {
  border-left-color: transparent;
}
/* line 36, ../sass/module/_grid.scss */
.grid-recipes > .grid_item:nth-child(2), .grid-recipes >
.grid_item-col-2:nth-child(2) {
  border-top-color: transparent;
}
/* line 40, ../sass/module/_grid.scss */
.grid-recipes > .grid_item:nth-child(1), .grid-recipes >
.grid_item-col-2:nth-child(1) {
  border-color: transparent;
}
/* line 45, ../sass/module/_grid.scss */
.grid_item-bordered-only-mobile,
.grid_item-col-2-bordered-only-mobile {
  border-top: 1px solid #f1f7ed;
}
/* line 50, ../sass/module/_grid.scss */
.grid_item-bordered-not-first-child:first-child,
.grid_item-col-2-bordered-not-first-child:first-child {
  border-width: 0;
}
/* line 55, ../sass/module/_grid.scss */
.grid_item-full-only-mobile,
.grid_item-col-2-full-only-mobile {
  margin-left: -1em;
  width: calc(100% + 2em);
}

/* line 61, ../sass/module/_grid.scss */
.grid-recipes > .grid_item {
  border: 0;
}

/* line 64, ../sass/module/_grid.scss */
.grid-recipes .tile {
  margin: 10px;
}

@media all and (min-width: 640px) {
  /* line 71, ../sass/module/_grid.scss */
  .grid-show-more-on-large-screens .grid_item:nth-child(n+3), .grid-show-more-on-large-screens
  .grid_item-col-2:nth-child(n+3) {
    display: none;
  }

  /* line 76, ../sass/module/_grid.scss */
  .grid-flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }

  /* line 81, ../sass/module/_grid.scss */
  .grid-gutter {
    margin: -10px;
  }
  /* line 84, ../sass/module/_grid.scss */
  .grid-gutter .grid_item {
    padding: 10px;
  }

  /* line 89, ../sass/module/_grid.scss */
  .grid_item,
  .grid_item-col-2 {
    width: 50%;
  }
  /* line 93, ../sass/module/_grid.scss */
  .grid_item-bordered-only-mobile,
  .grid_item-col-2-bordered-only-mobile {
    border: 0;
  }
  /* line 97, ../sass/module/_grid.scss */
  .grid_item-full-only-mobile,
  .grid_item-col-2-full-only-mobile {
    margin-left: 0;
    width: 50%;
  }
}
@media all and (min-width: 630px) {
  /* line 105, ../sass/module/_grid.scss */
  .grid-recipes > .grid_item {
    width: calc(33.33333% - 1px);
  }
}
@media all and (min-width: 768px) {
  /* line 111, ../sass/module/_grid.scss */
  .grid-show-more-on-large-screens {
    padding: 25px;
  }
}
@media all and (min-width: 830px) {
  /* line 119, ../sass/module/_grid.scss */
  .grid_item-border-left,
  .grid_item-col-2-border-left {
    border-left: 1px solid #f2f2f2;
  }
  /* line 122, ../sass/module/_grid.scss */
  .grid_item-border-right,
  .grid_item-col-2-border-right {
    border-right: 1px solid #f2f2f2;
  }
}
@media all and (min-width: 960px) {
  /* line 129, ../sass/module/_grid.scss */
  .grid-recipes > .grid_item {
    width: calc(25% - 1px);
  }
}
@media all and (min-width: 1024px) {
  /* line 135, ../sass/module/_grid.scss */
  .grid_item,
  .grid_item-col-2 {
    width: 33.33333%;
  }
  /* line 139, ../sass/module/_grid.scss */
  .grid-show-more-on-large-screens .grid_item:nth-child(n+3), .grid-show-more-on-large-screens
  .grid_item-col-2:nth-child(n+3) {
    display: block;
  }
}
@media all and (min-width: 1280px) {
  /* line 146, ../sass/module/_grid.scss */
  .grid-recipes .tile {
    margin: 16px;
  }
}
@media all and (min-width: 1366px) {
  /* line 152, ../sass/module/_grid.scss */
  .grid_item {
    width: 33.33333%;
  }
  /* line 155, ../sass/module/_grid.scss */
  .grid-gutter .grid_item {
    padding: 15px;
  }
  /* line 159, ../sass/module/_grid.scss */
  .grid_item-full-only-mobile {
    width: 33.33333%;
  }
  /* line 164, ../sass/module/_grid.scss */
  .grid-show-more-on-large-screens .grid_item:nth-child(3) {
    display: block;
  }

  /* line 169, ../sass/module/_grid.scss */
  .grid-gutter {
    margin: -15px;
  }
}
/* @media all and (min-width: 1821px) {
	.grid_item {
		width: 25%;

		.grid-gutter & {
			width: 23%;
			margin: 1%;
		}

		&-full-only-mobile {
			width: 25%;
		}

		.grid-show-more-on-large-screens &:nth-child(4) {
			display: block;
		}
	}
}

@media all and (min-width: 1820px) {
	.grid-recipes {
		@include display-flex;
		@include flex-direction(row);
		@include flex-wrap(wrap);
		@include justify-content(center);
		@include align-content(flex-start);

		> .grid_item {
			width: 12.49%;
		}
	}
} */
/* line 7, ../sass/module/_recipes.scss */
.recipes_page_wrapper {
  background-color: #fff8f2;
}
/* line 10, ../sass/module/_recipes.scss */
.recipes_page_wrapper.is-focussed:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(241, 247, 237, 0.8);
  z-index: 99;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 23, ../sass/module/_recipes.scss */
.recipes_page_wrapper .tile_title .vertical-center_target {
  word-wrap: break-word;
}

/* line 28, ../sass/module/_recipes.scss */
.recipes_overview > .row-padded {
  padding: 0 0 15px 0;
  margin: -10px;
}
/* line 32, ../sass/module/_recipes.scss */
.recipes_overview > .row-padded > .grid {
  padding-bottom: 72px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 38, ../sass/module/_recipes.scss */
.recipes_overview > .row-padded > .grid > .grid_item {
  float: none;
  -webkit-flex-basis: calc(50% - 1px);
  flex-basis: calc(50% - 1px);
}
@media (min-width: 630px) {
  /* line 38, ../sass/module/_recipes.scss */
  .recipes_overview > .row-padded > .grid > .grid_item {
    -webkit-flex-basis: calc(33.33333% - 1px);
    flex-basis: calc(33.33333% - 1px);
  }
}
@media (min-width: 960px) {
  /* line 38, ../sass/module/_recipes.scss */
  .recipes_overview > .row-padded > .grid > .grid_item {
    -webkit-flex-basis: calc(25% - 1px);
    flex-basis: calc(25% - 1px);
  }
}

/* line 54, ../sass/module/_recipes.scss */
.recipes_searchresults_page {
  color: #388e3c;
  text-align: left;
}
/* line 58, ../sass/module/_recipes.scss */
.recipes_searchresults_page .block-node__title {
  text-align: center;
}
/* line 62, ../sass/module/_recipes.scss */
.recipes_searchresults_page .recipes_header {
  padding-top: 20px;
}
/* line 66, ../sass/module/_recipes.scss */
.recipes_searchresults_page .row .btn.btn-icon {
  float: right;
}

/* line 71, ../sass/module/_recipes.scss */
.recipes_searchresults_page__back-wrapper {
  padding: 16px 25px;
}

/* line 74, ../sass/module/_recipes.scss */
.recipes_searchresults_page__back-wrapper--bg-green {
  background-color: #388e3c;
}

/* line 78, ../sass/module/_recipes.scss */
.recipes_searchresults_page__back-btn {
  color: #fff8f2;
  background-color: #388e3c;
  display: inline-block;
  font-size: 16px;
  line-height: 1.25;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  padding: 10px 14px 10px 37px;
  position: relative;
  text-transform: uppercase;
}
/* line 90, ../sass/module/_recipes.scss */
.recipes_searchresults_page__back-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 18px;
  width: 9px;
  height: 9px;
  border-left: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
/* line 103, ../sass/module/_recipes.scss */
.recipes_searchresults_page__back-btn:active {
  background-color: #388e3c;
}

/* line 108, ../sass/module/_recipes.scss */
.recipes_searchresults_page__back-btn--on-green-bg {
  background-color: #fff8f2;
  color: #388e3c;
}

/* line 113, ../sass/module/_recipes.scss */
.recipes_title {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 22px;
}
/* line 118, ../sass/module/_recipes.scss */
.recipes_filters_block-header .recipes_title {
  display: inline-block;
}

/* line 122, ../sass/module/_recipes.scss */
.recipes_title--margin-top {
  margin-top: 6px;
}

/* line 127, ../sass/module/_recipes.scss */
.recipes_header {
  padding: 40px 25px 30px;
  color: #388e3c;
}
/* line 131, ../sass/module/_recipes.scss */
.recipes_header .search {
  margin-top: 28px;
  position: relative;
  z-index: 100;
  text-align: left;
  width: 100%;
  max-width: 612px;
  margin-left: auto;
  margin-right: auto;
}
/* line 142, ../sass/module/_recipes.scss */
.recipes_header .autocomplete_results_item {
  color: #388e3c;
}
/* line 146, ../sass/module/_recipes.scss */
.recipes_header .block-node__title {
  max-width: calc(100% - 50px);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 900px) {
  /* line 146, ../sass/module/_recipes.scss */
  .recipes_header .block-node__title {
    max-width: 100%;
  }
}

@media (max-width: 380px) {
  /* line 156, ../sass/module/_recipes.scss */
  body.i18n-fr #container #recipes_overview .recipes_header .search_input[type="text"],
  body.i18n-fr-fr #container #recipes_overview .recipes_header .search_input[type="text"],
  body.i18n-it #container #recipes_overview .recipes_header .search_input[type="text"],
  body.i18n-pt-pt #container #recipes_overview .recipes_header .search_input[type="text"],
  body.i18n-es #container #recipes_overview .recipes_header .search_input[type="text"] {
    font-size: 13px;
    padding-left: 38px;
  }
}

@media (max-width: 340px) {
  /* line 165, ../sass/module/_recipes.scss */
  body.i18n-es #container #recipes_overview .recipes_header .search_input[type="text"] {
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  /* line 174, ../sass/module/_recipes.scss */
  body.i18n-nl #recipes_overview .tile_title-primary,
  body.i18n-nl-nl #recipes_overview .tile_title-primary {
    font-size: 13px;
  }
}

@media (max-width: 400px) {
  /* line 182, ../sass/module/_recipes.scss */
  body.i18n-de #recipes_overview .tile_title-primary {
    font-size: 15px;
  }
}

/* line 190, ../sass/module/_recipes.scss */
.recipes_filters {
  -moz-box-shadow: -6px 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -6px 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -6px 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff8f2;
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: 1000;
  width: 350px;
  max-width: 85%;
  overflow-y: auto;
  padding-top: 5.4em;
  -moz-transition: right 0.4s ease-in-out;
  -o-transition: right 0.4s ease-in-out;
  -webkit-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out;
}
/* line 205, ../sass/module/_recipes.scss */
.recipes_filters.is-hidden {
  right: -100%;
}

/* line 210, ../sass/module/_recipes.scss */
.recipes_filters_block {
  padding: 2em 1.5em;
  border-bottom: 1px solid #fff8f2;
}
/* line 5, ../sass/mixins/_clearfix.scss */
.recipes_filters_block:before, .recipes_filters_block:after {
  display: table;
  content: '';
}
/* line 11, ../sass/mixins/_clearfix.scss */
.recipes_filters_block:after {
  clear: both;
}
/* line 216, ../sass/module/_recipes.scss */
.recipes_filters_block.is-hidden {
  display: none;
}

/* line 221, ../sass/module/_recipes.scss */
.recipes_filters_block-header {
  background-color: #fff8f2;
  z-index: 1002;
  position: fixed;
  top: 0;
  right: 0;
  width: 350px;
  max-width: 85%;
  -moz-transition: right 0.4s ease-in-out;
  -o-transition: right 0.4s ease-in-out;
  -webkit-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out;
}
/* line 231, ../sass/module/_recipes.scss */
.recipes_filters_block-header .recipes_title {
  line-height: 22px;
}
/* line 235, ../sass/module/_recipes.scss */
.is-hidden .recipes_filters_block-header {
  right: -100%;
}

/* line 240, ../sass/module/_recipes.scss */
.recipes_filters_close {
  float: right;
  height: 22px;
  width: 22px;
}

/* line 248, ../sass/module/_recipes.scss */
.recipes_header_row {
  border-bottom: 2px solid #f5f4f1;
}
/* line 251, ../sass/module/_recipes.scss */
.recipes_header_row_copy, .recipes_header_row_btn {
  float: left;
}
/* line 256, ../sass/module/_recipes.scss */
.recipes_header_row_copy {
  text-transform: capitalize;
  font-size: 14px;
  border: 0 solid #f5f4f1;
  border-left-width: 2px;
  line-height: 40px;
  padding: 1.2em 1.2em 1.2em 2.5em !important;
  margin-left: 1.5em;
}

/* line 268, ../sass/module/_recipes.scss */
.js_search_results {
  min-height: 50vh;
  position: relative;
}

/* line 277, ../sass/module/_recipes.scss */
.recipes_no_results {
  display: none;
  padding: 1.5em 1em;
}
/* line 281, ../sass/module/_recipes.scss */
.recipes_no_results p {
  color: #fff8f2;
  margin-bottom: 1em;
}

/* line 287, ../sass/module/_recipes.scss */
.recipes_no_results_title {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: .8em;
  font-weight: 700;
}

/* line 302, ../sass/module/_recipes.scss */
.recipes_overview .tile {
  color: #388e3c;
}

/* line 307, ../sass/module/_recipes.scss */
.recipes_detail {
  background-color: #fff8f2;
  color: #388e3c;
}
/* line 311, ../sass/module/_recipes.scss */
.recipes_detail .block-node__title {
  max-width: calc(100% - 110px);
  margin-left: auto;
  margin-right: auto;
}
/* line 315, ../sass/module/_recipes.scss */
.recipes_detail p {
  color: #388e3c;
}
/* line 319, ../sass/module/_recipes.scss */
.recipes_detail .icon-person {
  background-image: url("../img/icons/icon_person_green_darker.svg");
}
/* line 323, ../sass/module/_recipes.scss */
.recipes_detail .icon-clock, .recipes_detail .tile_time:before {
  background-image: url("../img/icons/icon_clock_green_darker.svg");
}
/* line 327, ../sass/module/_recipes.scss */
.recipes_detail .icon-cook {
  background-image: url("../img/icons/icon_cook_green_darker.svg");
}

/* line 332, ../sass/module/_recipes.scss */
.recipes_detail__quick-info {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 3px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 341, ../sass/module/_recipes.scss */
.recipes_detail__quick-info .icon-person {
  height: 20px;
  width: 20px;
}
/* line 346, ../sass/module/_recipes.scss */
.recipes_detail__quick-info .icon-clock, .recipes_detail__quick-info .tile_time:before {
  width: 20px;
  height: 20px;
}
/* line 351, ../sass/module/_recipes.scss */
.recipes_detail__quick-info .icon-cook {
  width: 19px;
  height: 20px;
}

/* line 357, ../sass/module/_recipes.scss */
.recipes_detail__quick-info__child {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
/* line 361, ../sass/module/_recipes.scss */
.recipes_detail__quick-info__child:not(:last-child) {
  margin-right: 24px;
}

/* line 366, ../sass/module/_recipes.scss */
.recipes_detail__quick-info__person {
  margin-left: 14px;
}

/* line 370, ../sass/module/_recipes.scss */
.recipes_detail__quick-info__clock {
  margin-left: 9px;
}

/* line 374, ../sass/module/_recipes.scss */
.recipes_detail__quick-info__diff {
  margin-left: 6px;
}

/* line 378, ../sass/module/_recipes.scss */
.recipes_detail__tabs {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 32px;
}

/* line 383, ../sass/module/_recipes.scss */
.recipes_detail__tabs__btn {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  font-size: 14px;
  line-height: 1.28571;
  padding: 6px 7px 8px;
}
/* line 389, ../sass/module/_recipes.scss */
.recipes_detail__tabs__btn.is-active {
  background-color: #388e3c;
  color: #fff8f2;
  border-color: #388e3c;
}

/* line 396, ../sass/module/_recipes.scss */
.recipes_detail__panels {
  -moz-transition: height 0.4s ease-in-out;
  -o-transition: height 0.4s ease-in-out;
  -webkit-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
  position: relative;
}

/* line 401, ../sass/module/_recipes.scss */
.recipes_detail__panel {
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.4s ease-in-out 0s, visibility 0s ease-in-out 0.4s;
  -o-transition: opacity 0.4s ease-in-out 0s, visibility 0s ease-in-out 0.4s;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0s ease-in-out;
  -webkit-transition-delay: 0s, 0.4s;
  transition: opacity 0.4s ease-in-out 0s, visibility 0s ease-in-out 0.4s;
}
/* line 411, ../sass/module/_recipes.scss */
.recipes_detail__panel.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.4s ease-in-out 0s, visibility 0s ease-in-out 0s;
  -o-transition: opacity 0.4s ease-in-out 0s, visibility 0s ease-in-out 0s;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0s ease-in-out;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.4s ease-in-out 0s, visibility 0s ease-in-out 0s;
}

/* line 419, ../sass/module/_recipes.scss */
.recipes_detail__panel__title {
  font-size: 22px;
  line-height: 1.09091;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* line 427, ../sass/module/_recipes.scss */
.recipes_detail__panel__subtitle {
  font-size: 19px;
  line-height: 1.09091;
  font-weight: 700;
  margin-bottom: 12px;
}
/* line 432, ../sass/module/_recipes.scss */
.recipes_detail__panel__subtitle:not(:first-of-type) {
  margin-top: 12px;
}

/* line 437, ../sass/module/_recipes.scss */
.recipes_detail__panel__quick-info {
  display: none;
}

/* line 441, ../sass/module/_recipes.scss */
.recipes_detail__panel__title--tip {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 446, ../sass/module/_recipes.scss */
.recipes_detail__panel__tip {
  font-size: 16px;
  line-height: 1.3125;
  margin-bottom: 20px;
}

/* line 452, ../sass/module/_recipes.scss */
.recipes_detail__list {
  padding-left: 20px;
}

/* line 456, ../sass/module/_recipes.scss */
.recipes_detail__list-item {
  font-size: 16px;
  line-height: 1.3125;
  padding-bottom: 20px;
}

/* line 463, ../sass/module/_recipes.scss */
body #container .recipes_detail__ingredient {
  list-style-type: disc;
}

/* line 468, ../sass/module/_recipes.scss */
.recipes_detail__preparations {
  counter-reset: item;
}

/* line 472, ../sass/module/_recipes.scss */
.recipes_detail__preparation {
  text-indent: -20px;
  counter-increment: item;
}
/* line 476, ../sass/module/_recipes.scss */
.recipes_detail__preparation::before {
  display: inline-block;
  content: counter(item);
  width: 20px;
  text-align: right;
  margin-left: -10px;
  margin-right: 10px;
  font-weight: 900;
  font-size: 20px;
  position: relative;
  top: 1px;
  margin-bottom: -1px;
}

/* line 491, ../sass/module/_recipes.scss */
.recipes_detail_title {
  line-height: 1.4;
  color: #555555;
  text-transform: uppercase;
}
/* line 497, ../sass/module/_recipes.scss */
.recipes_detail_title-lighter {
  color: #a1bf36;
}
/* line 501, ../sass/module/_recipes.scss */
.recipes_detail_title-multiplier {
  height: 1.95em;
  line-height: 1.95em;
}
/* line 506, ../sass/module/_recipes.scss */
.recipes_detail_title-inline {
  display: inline-block;
}
/* line 510, ../sass/module/_recipes.scss */
.recipes_detail_title-primary {
  font-size: 23px;
  color: #2c7838;
  margin-bottom: 1em;
}

/* line 517, ../sass/module/_recipes.scss */
.recipes_detail_chef {
  font-family: "brandon_grotesqueregular", "Arial", "Helvetica", sans-serif;
  text-transform: uppercase;
  color: #6d6661;
}
/* line 522, ../sass/module/_recipes.scss */
.recipes_detail_chef-link {
  border-bottom: 1px solid #6d6661;
}

/* line 527, ../sass/module/_recipes.scss */
.recipes_detail_products {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

/* line 538, ../sass/module/_recipes.scss */
.recipes_detail_products_image {
  display: block;
  width: 100%;
  height: 100%;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -o-transition: -o-transform 0.2s, opacity 0.2s;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}
/* line 543, ../sass/module/_recipes.scss */
.recipes_detail_products_image img {
  width: auto;
  max-height: 100% !important;
}
/* line 550, ../sass/module/_recipes.scss */
.no-touch .recipes_detail_products_image:hover {
  opacity: .7;
  -moz-transform: translateY(2%) translateZ(0);
  -ms-transform: translateY(2%) translateZ(0);
  -webkit-transform: translateY(2%) translateZ(0);
  transform: translateY(2%) translateZ(0);
}

/* line 557, ../sass/module/_recipes.scss */
.recipes_detail_page .page-nav__inner {
  padding-left: 50%;
}

/* line 562, ../sass/module/_recipes.scss */
.recipes_results__count {
  font-weight: 700;
  line-height: 1.11111;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  text-transform: uppercase;
}
/* line 12, ../sass/mixins/_fluid.scss */
.recipes_results__count {
  font-size: 18px;
}
@media (min-width: 768px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .recipes_results__count {
    font-size: calc(18px + 4 * ((100vw - 768px) / 672));
  }
}
@media (min-width: 1440px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .recipes_results__count {
    font-size: 22px;
  }
}
/* line 571, ../sass/module/_recipes.scss */
.recipes_results__count b {
  font-weight: 900;
}

/* line 580, ../sass/module/_recipes.scss */
.recipes_detail__share__icons {
  padding: 0 25px 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 585, ../sass/module/_recipes.scss */
.recipes_detail__share__icons .icon, .recipes_detail__share__icons .tile_time:before, .recipes_detail__share__icons .list-check .list_item:before, .list-check .recipes_detail__share__icons .list_item:before {
  display: block;
  width: 60px;
  height: 60px;
}
/* line 590, ../sass/module/_recipes.scss */
.recipes_detail__share__icons .icon:not(:last-child), .recipes_detail__share__icons .tile_time:not(:last-child):before, .recipes_detail__share__icons .list-check .list_item:not(:last-child):before, .list-check .recipes_detail__share__icons .list_item:not(:last-child):before {
  margin-right: 20px;
}
/* line 594, ../sass/module/_recipes.scss */
.recipes_detail__share__icons .icon:active, .recipes_detail__share__icons .tile_time:active:before, .recipes_detail__share__icons .list-check .list_item:active:before, .list-check .recipes_detail__share__icons .list_item:active:before {
  background-color: #fff8f2;
}
/* line 598, ../sass/module/_recipes.scss */
.no-touch .recipes_detail__share__icons .icon, .no-touch .recipes_detail__share__icons .tile_time:before, .no-touch .recipes_detail__share__icons .list-check .list_item:before, .list-check .no-touch .recipes_detail__share__icons .list_item:before {
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 602, ../sass/module/_recipes.scss */
.no-touch .recipes_detail__share__icons .icon:hover, .no-touch .recipes_detail__share__icons .tile_time:hover:before, .no-touch .recipes_detail__share__icons .list-check .list_item:hover:before, .list-check .no-touch .recipes_detail__share__icons .list_item:hover:before {
  opacity: 0.75;
}

/* line 609, ../sass/module/_recipes.scss */
.recipes_results .tile {
  color: #388e3c;
}
/* line 612, ../sass/module/_recipes.scss */
.recipes_results .tile .tile_time:before {
  background-image: url("../img/icons/icon_clock_green_darker.svg");
}

/* line 617, ../sass/module/_recipes.scss */
.recipes_searchresults_wrapper {
  padding-bottom: 48px;
}

@media (min-width: 430px) {
  /* line 623, ../sass/module/_recipes.scss */
  .recipes_detail_title-primary {
    font-size: 30px;
  }
}
@media (min-width: 769px) {
  /* line 629, ../sass/module/_recipes.scss */
  .recipes_filters_block-only-mobile {
    display: none;
  }

  /* line 633, ../sass/module/_recipes.scss */
  .recipes_filters {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    height: auto;
    width: 300px;
    padding-top: 22px;
    float: left;
    padding-left: 16px;
  }

  /* line 643, ../sass/module/_recipes.scss */
  .recipes_results,
  .recipes_no_results {
    padding: 1em 0;
    float: left;
    width: calc(100% - 1em - 300px);
  }

  /* line 657, ../sass/module/_recipes.scss */
  .recipes_header_row {
    width: calc(100% - 3em - 4px) !important;
  }

  /* line 661, ../sass/module/_recipes.scss */
  .recipes_filters_block {
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 6px;
  }

  /* line 667, ../sass/module/_recipes.scss */
  .recipes_searchresults_page__back-wrapper {
    padding-left: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 674, ../sass/module/_recipes.scss */
  .recipes_searchresults_page__back-btn {
    padding: 14px 20px 14px 40px;
    margin-right: 32px;
  }
  /* line 678, ../sass/module/_recipes.scss */
  .recipes_searchresults_page__back-btn::before {
    width: 11px;
    height: 11px;
  }
}
@media (min-width: 830px) {
  	/* .recipes_header_image {
  		display: block;
  
  		// modifiers
  		&-mobile {
  			display: none;
  		}
  	} */
  /* line 696, ../sass/module/_recipes.scss */
  .recipes_detail_page .page-nav__inner {
    padding-left: 70%;
  }

  /* line 705, ../sass/module/_recipes.scss */
  .recipes_detail__share__icons {
    padding-top: 15px;
    padding-bottom: 44px;
  }
}
@media (min-width: 900px) {
  /* line 712, ../sass/module/_recipes.scss */
  .recipes_searchresults_wrapper {
    padding-bottom: 72px;
  }
}
@media all and (min-width: 1024px) {
  /* line 720, ../sass/module/_recipes.scss */
  .recipes_overview .grid {
    padding: 0;
    margin: -16px;
  }
  /* line 725, ../sass/module/_recipes.scss */
  .recipes_overview > .row-padded {
    margin: 0;
    padding: 0 6.39% 6.39%;
  }

  /* line 730, ../sass/module/_recipes.scss */
  .recipes_header {
    padding: 5.14% 6.39% 3.82%;
  }

  /* line 734, ../sass/module/_recipes.scss */
  .recipes_detail__quick-info,
  .recipes_detail__tabs {
    display: none;
  }

  /* line 739, ../sass/module/_recipes.scss */
  .recipes_detail__panels {
    display: -webkit-flex;
    display: flex;
    margin-top: 12px;
    margin-bottom: 25px;
    padding-left: 4.82%;
    padding-right: 4.82%;
  }

  /* line 749, ../sass/module/_recipes.scss */
  .recipes_detail__panel {
    position: relative;
    visibility: visible;
    opacity: 1;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  /* line 755, ../sass/module/_recipes.scss */
  .recipes_detail__panel:not(:last-child) {
    padding-right: 4%;
  }
  /* line 760, ../sass/module/_recipes.scss */
  .recipes_detail__panel:not(:first-child) {
    padding-left: 4%;
  }

  /* line 766, ../sass/module/_recipes.scss */
  .recipes_detail__panel__title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }

  /* line 771, ../sass/module/_recipes.scss */
  .recipes_detail__panel__quick-info {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    margin-left: 24px;
  }
  /* line 776, ../sass/module/_recipes.scss */
  .recipes_detail__panel__quick-info .icon-person {
    width: 20px;
    height: 20px;
  }
  /* line 781, ../sass/module/_recipes.scss */
  .recipes_detail__panel__quick-info .icon-clock, .recipes_detail__panel__quick-info .tile_time:before {
    width: 25px;
    height: 25px;
  }
  /* line 786, ../sass/module/_recipes.scss */
  .recipes_detail__panel__quick-info .icon-cook {
    width: 22px;
    height: 24px;
  }
  /* line 791, ../sass/module/_recipes.scss */
  .recipes_detail__panel__quick-info .recipes_detail__quick-info__person {
    margin-left: 5px;
  }
}
@media all and (min-width: 1440px) {
  /* line 799, ../sass/module/_recipes.scss */
  .recipes_searchresults_wrapper {
    padding-left: 50px;
    padding-right: 40px;
  }

  /* line 804, ../sass/module/_recipes.scss */
  .recipes_searchresults_page__back-wrapper {
    padding-left: 70px;
  }
}
/* line 810, ../sass/module/_recipes.scss */
.recipe {
  overflow: hidden;
  position: relative;
  float: left;
  width: 33.33333333333333%;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5%;
  text-decoration: none !important;
}
@media all and (max-width: 768px) {
  /* line 810, ../sass/module/_recipes.scss */
  .recipe {
    width: 50%;
    height: auto !important;
  }
  /* line 824, ../sass/module/_recipes.scss */
  .recipe .animation-scale img {
    width: 100%;
  }
}
/* line 829, ../sass/module/_recipes.scss */
.recipe .inner_recipe {
  border: 4px solid #f5f5f5;
  overflow: hidden;
  position: relative;
  height: 100%;
}
/* line 835, ../sass/module/_recipes.scss */
.recipe .inner_recipe.animate .recipe_title h2 {
  text-decoration: none;
}
/* line 839, ../sass/module/_recipes.scss */
.no-touch .recipe:hover {
  cursor: pointer;
  text-decoration: none;
}
/* line 842, ../sass/module/_recipes.scss */
.no-touch .recipe:hover .inner_recipe .recipe_title h2 {
  text-decoration: none;
}
/* line 846, ../sass/module/_recipes.scss */
.recipe .recipe_title {
  display: table;
  text-align: center;
  width: 100%;
}
/* line 851, ../sass/module/_recipes.scss */
.recipe .recipe_title_info_mobile {
  display: none;
}
/* line 854, ../sass/module/_recipes.scss */
.recipe h2 {
  color: #6d6661;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 5px;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media all and (max-width: 768px) {
  /* line 854, ../sass/module/_recipes.scss */
  .recipe h2 {
    padding: 0 5px;
  }
}
/* line 871, ../sass/module/_recipes.scss */
.recipe .animation-scale {
  width: 100%;
  height: auto;
  overflow: hidden;
}
/* line 876, ../sass/module/_recipes.scss */
.recipe .recipe_info {
  padding: 15px 5px 8px 5px;
}
@media all and (max-width: 768px) {
  /* line 876, ../sass/module/_recipes.scss */
  .recipe .recipe_info {
    height: 20px;
    padding: 5px;
  }
}
/* line 884, ../sass/module/_recipes.scss */
.recipe .recipe_info .timer_info {
  float: left;
}
/* line 886, ../sass/module/_recipes.scss */
.recipe .recipe_info .timer_info .timer_container {
  position: relative;
  display: inline-block;
  color: #6e6661;
  font-size: 23px;
  line-height: 35px;
}
@media all and (max-width: 768px) {
  /* line 886, ../sass/module/_recipes.scss */
  .recipe .recipe_info .timer_info .timer_container {
    font-size: 14px;
    line-height: 14px;
  }
}
/* line 899, ../sass/module/_recipes.scss */
.recipe .recipe_info .timer_info .timer_container span {
  float: left;
}
/* line 903, ../sass/module/_recipes.scss */
.recipe .recipe_info .timer_info .timer_container span.img {
  margin: 0 5px;
  position: relative;
  display: block;
  background: url("img/sprite.png") -128px -337px no-repeat;
  width: 29px;
  height: 29px;
}
@media all and (max-width: 768px) {
  /* line 903, ../sass/module/_recipes.scss */
  .recipe .recipe_info .timer_info .timer_container span.img {
    -moz-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    margin: 0;
  }
}
@media all and (max-width: 768px) {
  /* line 917, ../sass/module/_recipes.scss */
  .recipe .recipe_info .timer_info .timer_container span.txt {
    margin: 8px 0 0;
  }
}
/* line 925, ../sass/module/_recipes.scss */
.recipe .recipe_info .chef {
  float: right;
  margin: -2px 12px 0 0;
}
/* line 928, ../sass/module/_recipes.scss */
.recipe .recipe_info .chef .chef_container {
  display: inline-block;
}
/* line 930, ../sass/module/_recipes.scss */
.recipe .recipe_info .chef .chef_container .txt {
  font-size: 13px;
  line-height: 16px;
  color: #a1bf36;
  max-width: 100px;
  float: left;
  padding-top: 2px;
  margin-right: 8px;
  text-align: right;
}
/* line 941, ../sass/module/_recipes.scss */
.recipe .recipe_info .chef .chef_container .img {
  width: 20px;
  height: 32px;
  float: left;
}
/* line 948, ../sass/module/_recipes.scss */
.recipe .recipe_info .chef.under {
  float: none;
  margin: 0;
  clear: both;
  text-align: right;
}
@media (max-width: 760px) {
  /* line 948, ../sass/module/_recipes.scss */
  .recipe .recipe_info .chef.under {
    text-align: center;
  }
}
/* line 958, ../sass/module/_recipes.scss */
.recipe .recipe_info .chef.very_small .txt {
  margin: 4px 0 0 0;
  float: none;
  max-width: 100%;
  width: 100%;
  text-align: center;
}
/* line 965, ../sass/module/_recipes.scss */
.recipe .recipe_info .chef.very_small .img {
  width: 100%;
  text-align: center;
  float: none;
  margin-top: 2px;
}
/* line 973, ../sass/module/_recipes.scss */
.recipe .recipe_info .person_info {
  float: right;
}
/* line 975, ../sass/module/_recipes.scss */
.recipe .recipe_info .person_info .person_container {
  display: inline-block;
}
/* line 977, ../sass/module/_recipes.scss */
.recipe .recipe_info .person_info .person_container .person {
  float: left;
  margin: 0 4px 0 0;
  width: 5px;
  height: 30px;
  background: url("img/sprite.png") -157px -337px no-repeat;
}
@media all and (max-width: 768px) {
  /* line 977, ../sass/module/_recipes.scss */
  .recipe .recipe_info .person_info .person_container .person {
    -moz-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    margin-top: -1px;
  }
}
/* line 989, ../sass/module/_recipes.scss */
.recipe .recipe_info .person_info .person_container .person_count {
  float: left;
  color: #6e6661;
  font-size: 23px;
  line-height: 35px;
  margin-left: 2px;
}
@media all and (max-width: 768px) {
  /* line 989, ../sass/module/_recipes.scss */
  .recipe .recipe_info .person_info .person_container .person_count {
    font-size: 14px;
    line-height: 14px;
    margin: 8px 0 0;
  }
}

/* line 1010, ../sass/module/_recipes.scss */
#recipes_send .ingredients .addButton {
  float: none;
}
/* line 1013, ../sass/module/_recipes.scss */
#recipes_send .ingredients .ingredient_input_wrapper {
  position: relative;
  display: inline-block;
}
/* line 1016, ../sass/module/_recipes.scss */
#recipes_send .ingredients .ingredient_input_wrapper .input_default {
  top: 11px;
  left: 11px;
}
/* line 1020, ../sass/module/_recipes.scss */
#recipes_send .ingredients .ingredient_input_wrapper .remove_me {
  position: absolute;
  top: 0px;
  right: 10px;
  color: #847c77;
  font-size: 36px;
  line-height: 30px;
  width: 36px;
  text-align: center;
  height: 36px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 1032, ../sass/module/_recipes.scss */
.no-touch #recipes_send .ingredients .ingredient_input_wrapper .remove_me:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
@media all and (max-width: 960px) {
  /* line 1013, ../sass/module/_recipes.scss */
  #recipes_send .ingredients .ingredient_input_wrapper {
    display: block;
  }
}
/* line 1041, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner {
  position: relative;
  margin: 0 auto;
  width: 940px;
  padding-top: 35px;
  padding-bottom: 35px;
  color: #6d6661;
  font-size: 15px;
}
/* line 1049, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner h2 {
  color: #a1bf36;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
/* line 1056, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .left_form_content {
  position: relative;
  float: left;
  width: 27%;
  margin-right: 12%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1062, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .left_form_content input {
  padding: 6px 10px;
  width: 230px;
  border: 1px solid #f6f5f2;
  margin-bottom: 15px;
}
/* line 1068, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .left_form_content h2 {
  width: 205px;
}
/* line 1071, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .left_form_content .uploadContainer {
  margin-top: 35px;
}
/* line 1073, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .left_form_content .uploadContainer .upload-wrapper {
  position: relative;
  margin-right: 1px;
}
/* line 1076, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .left_form_content .uploadContainer .upload-wrapper #picture {
  width: 230px;
  height: 238px;
  cursor: pointer;
  margin: -1px;
  opacity: 0;
}
/* line 1084, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .left_form_content .uploadContainer .upload-wrapper .descr {
  line-height: 17px;
  margin-top: 10px;
}
@media all and (max-width: 865px) {
  /* line 1084, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .left_form_content .uploadContainer .upload-wrapper .descr {
    margin-top: 30px;
  }
}
/* line 1091, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .left_form_content .uploadContainer .upload-wrapper #edit-submitted-picture-upload-button {
  width: 0px;
  height: 0px;
  position: absolute;
  top: -9999px;
  left: -9999px;
  opacity: 0;
}
/* line 1100, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .left_form_content .uploadContainer .upload-wrapper .recipe-picture {
  cursor: pointer;
  width: 250px;
  height: 250px;
  background: url("img/sprite.png") -300px 0;
  position: absolute;
  top: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 1108, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .left_form_content .uploadContainer .upload-wrapper .recipe-picture.is_ok {
  background: url("img/sprite.png") -300px -250px;
}
/* line 1114, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .left_form_content .form-item.webform-component-radios {
  float: none;
  overflow: hidden;
}
/* line 1117, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .left_form_content .form-item.webform-component-radios .form-radios {
  overflow: hidden;
  margin: 0 0 10px 0;
}
/* line 1120, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .left_form_content .form-item.webform-component-radios .form-radios .form-item.form-type-radio {
  margin: 0 20px 0 0;
}
/* line 1122, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .left_form_content .form-item.webform-component-radios .form-radios .form-item.form-type-radio .custom_radio {
  position: relative;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 0 3px 0 0;
  border: 1px solid #e3e2df;
  background-color: #f6f5f2;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 1131, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .left_form_content .form-item.webform-component-radios .form-radios .form-item.form-type-radio .custom_radio input {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 1141, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .left_form_content .form-item.webform-component-radios .form-radios .form-item.form-type-radio .custom_radio .inner_custom_radio {
  position: absolute;
  width: 8px;
  height: 8px;
  left: 50%;
  margin-left: -4px;
  top: 50%;
  margin-top: -4px;
  background-color: #a1bf36;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
/* line 1154, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .left_form_content .form-item.webform-component-radios .form-radios .form-item.form-type-radio .custom_radio.checked .inner_custom_radio {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 1158, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .left_form_content .form-item.webform-component-radios .form-radios .form-item.form-type-radio label {
  color: #6d6661;
  font-size: 15px;
}
@media all and (max-width: 980px) {
  /* line 1163, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .left_form_content .form-item.webform-component-radios .form-radios .form-item.form-type-radio {
    width: auto;
  }
}
/* line 1168, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .left_form_content .form-item.webform-component-radios .form-radios.errored .form-item.form-type-radio label {
  color: #dd0000;
}
/* line 1175, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .right_form_content {
  position: relative;
  float: left;
  width: 60%;
}
/* line 1179, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .right_form_content input {
  padding: 6px 10px;
  border: 1px solid #f6f5f2;
  margin-bottom: 15px;
}
/* line 1184, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .right_form_content input[type="submit"] {
  border: none;
}
/* line 1187, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .right_form_content .shortinput {
  width: 193px;
  padding: 7px 10px;
  margin-bottom: 0;
}
/* line 1193, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .right_form_content .longinput {
  width: 492px;
}
/* line 1196, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .right_form_content .extralonginput {
  width: 492px;
}
/* line 1199, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .right_form_content .vegan_type_row {
  display: block;
  height: 15px;
}
/* line 1202, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .right_form_content .vegan_type_row .svg-checkbox {
  margin: 0 25px 5px 0;
}
/* line 1204, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .right_form_content .vegan_type_row .svg-checkbox label {
  margin: 0 0 0 10px;
  font-weight: 100;
}
/* line 1210, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .right_form_content .confirm {
  margin-bottom: 10px;
}
/* line 1212, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .right_form_content .confirm .check-news {
  width: 479px;
}
/* line 1214, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .right_form_content .confirm .check-news.errored {
  color: #d00;
}
/* line 1217, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .right_form_content .dropdown-wrapper-short {
  margin-right: 10px;
}
/* line 1219, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .right_form_content .dropdown-wrapper-short select {
  width: 107px;
}
/* line 1224, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .right_form_content .addButton {
  margin: 0 60px 10px 0;
}
/* line 1227, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .right_form_content .dropdown-wrapper {
  margin-right: 13px;
  display: inline-block;
}
/* line 1231, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .right_form_content #duration {
  padding: 5px 10px 4px;
}

/* line 1238, ../sass/module/_recipes.scss */
body #container #recipes_results #searchrecipes_form, body #container #recipes_overview #searchrecipes_form {
  text-align: center;
}
/* line 1241, ../sass/module/_recipes.scss */
body #container #recipes_results #searchrecipes_form .smallSubmitButton, body #container #recipes_overview #searchrecipes_form .smallSubmitButton {
  margin-right: 0;
}
/* line 1245, ../sass/module/_recipes.scss */
body #container #recipes_results #searchrecipes_form .form-item, body #container #recipes_overview #searchrecipes_form .form-item {
  overflow: hidden;
  margin-right: 10px;
}
/* line 1250, ../sass/module/_recipes.scss */
body #container #recipes_results #searchrecipes_form .dropdown-wrapper, body #container #recipes_overview #searchrecipes_form .dropdown-wrapper {
  margin-right: 12px;
}
/* line 1254, ../sass/module/_recipes.scss */
body #container #recipes_results #searchrecipes_form input, body #container #recipes_results #searchrecipes_form select, body #container #recipes_overview #searchrecipes_form input, body #container #recipes_overview #searchrecipes_form select {
  margin-right: 0;
}
/* line 1258, ../sass/module/_recipes.scss */
body #container #recipes_results #searchrecipes_form .input_default, body #container #recipes_overview #searchrecipes_form .input_default {
  text-align: left;
}

/* line 1264, ../sass/module/_recipes.scss */
body #container .recipes_send_content .dropdown-wrapper-short {
  width: 107px;
}
/* line 1266, ../sass/module/_recipes.scss */
body #container .recipes_send_content .dropdown-wrapper-short .dropdown-design {
  width: 95px;
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1275, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .left_form_content .uploadContainer .upload-wrapper .recipe-picture {
    background: url("img/sprite@2x.png") no-repeat -300px 0px;
    background-size: 550px;
    width: 250px;
    height: 250px;
  }
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1280, ../sass/module/_recipes.scss */
  body .recipe .recipe_info .timer_info .timer_container span.img {
    background: url("img/sprite@2x.png") no-repeat -128px -337px;
    background-size: 550px;
    width: 29px;
    height: 29px;
  }
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1283, ../sass/module/_recipes.scss */
  body .recipe .recipe_info .person_info .person_container .person {
    background: url("img/sprite@2x.png") no-repeat -157px -337px;
    background-size: 550px;
    width: 5px;
    height: 30px;
  }
}

@media all and (max-width: 980px) {
  /* line 1289, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner {
    max-width: 940px;
    width: 100%;
    overflow: hidden;
  }

  /* line 1294, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .left_form_content {
    padding-left: 20px;
    margin-right: 80px;
  }

  /* line 1298, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content {
    padding-right: 20px;
  }
}
@media all and (max-width: 960px) {
  /* line 1303, ../sass/module/_recipes.scss */
  #recipes_send .form-item {
    width: 100%;
  }

  /* line 1304, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content .extralonginput {
    width: 100%;
    padding-right: 12px;
  }

  /* line 1308, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content .longinput {
    width: 100%;
    padding-right: 12px;
  }

  /* line 1312, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content .addButton {
    margin: 0 auto;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  /* line 1318, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content .dropdown-wrapper {
    width: 102%;
    margin-right: 0;
  }

  /* line 1322, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content .dropdown-wrapper .dropdown-design {
    width: 100%;
  }

  /* line 1325, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content .products .dropdown-wrapper .dropdown-design {
    padding-right: 0px;
  }

  /* line 1329, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content .dropdown-wrapper .dropdowninput {
    width: 100%;
  }

  /* line 1332, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content #duration {
    width: 100%;
    padding-right: 12px;
  }

  /* line 1336, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content .textareainput {
    width: 100%;
  }

  /* line 1339, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content .dropdown-wrapper-short {
    width: 102%;
    margin-top: 17px;
    margin-bottom: 20px;
  }

  /* line 1344, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content .dropdown-wrapper-short select {
    width: 100%;
  }

  /* line 1347, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .left_form_content input {
    width: 108%;
    max-width: 230px;
  }

  /* line 1351, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content input[type="submit"] {
    float: right;
    margin: 0;
  }

  /* line 1355, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .left_form_content .dropdown-wrapper {
    width: 102%;
  }

  /* line 1358, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .left_form_content .dropdown-wrapper .dropdown-design {
    width: 108%;
    max-width: 234px;
  }

  /* line 1362, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .left_form_content .dropdown-wrapper .dropdowninput {
    width: 100%;
  }

  /* line 1365, ../sass/module/_recipes.scss */
  body .recipe h2 {
    font-size: 15px;
  }

  /* line 1368, ../sass/module/_recipes.scss */
  body .recipe.recipe-detail h2 {
    font-size: 12px;
    line-height: 16px;
  }
}
@media all and (max-width: 960px) and (max-width: 768px) {
  /* line 1368, ../sass/module/_recipes.scss */
  body .recipe.recipe-detail h2 {
    padding: 15px 5px;
  }
}
@media all and (max-width: 960px) and (max-width: 380px) {
  /* line 1368, ../sass/module/_recipes.scss */
  body .recipe.recipe-detail h2 {
    font-size: 10px;
  }
}

@media all and (max-width: 865px) {
  /* line 1382, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .left_form_content .dropdown-wrapper .dropdown-design {
    width: 100%;
    max-width: none;
  }

  /* line 1386, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .left_form_content .dropdown-wrapper .dropdown-design {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 1391, ../sass/module/_recipes.scss */
  #recipes_send .form-item {
    width: 100%;
  }

  /* line 1392, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .left_form_content {
    float: none;
    width: 100%;
    margin-right: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 1399, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content {
    float: none;
    width: 100%;
    padding: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 1405, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content .textareainput {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 1409, ../sass/module/_recipes.scss */
  body #container #recipes_send .recipes_send_inner .form-item .form-textarea-wrapper .input_default {
    top: 6px;
  }

  /* line 1412, ../sass/module/_recipes.scss */
  body.ff #container #recipes_send .recipes_send_inner .form-item .form-textarea-wrapper .input_default {
    top: 7px;
  }

  /* line 1415, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content {
    float: none;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
  }

  /* line 1422, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .left_form_content input {
    width: 100%;
    max-width: none;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 1428, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content .longinput {
    width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 1433, ../sass/module/_recipes.scss */
  #recipes_send .ingredients .ingredient_input_wrapper .input_default {
    top: 8px;
  }

  /* line 1436, ../sass/module/_recipes.scss */
  body.ff #recipes_send .ingredients .ingredient_input_wrapper .input_default {
    top: 9px;
  }

  /* line 1439, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content .extralonginput {
    width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 1444, ../sass/module/_recipes.scss */
  body #container #recipes_send .recipes_send_inner .form-item .input_default {
    top: 8px;
  }

  /* line 1447, ../sass/module/_recipes.scss */
  body.ff #container #recipes_send .recipes_send_inner .form-item .input_default {
    top: 9px;
  }

  /* line 1450, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content #duration {
    width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 1455, ../sass/module/_recipes.scss */
  body #container #recipes_send .recipes_send_inner #webform-component-duration-min.form-item .input_default {
    top: 7px;
  }

  /* line 1458, ../sass/module/_recipes.scss */
  body.ff #container #recipes_send .recipes_send_inner #webform-component-duration-min.form-item .input_default {
    top: 8px;
  }

  /* line 1461, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content .dropdown-wrapper-short {
    width: 100%;
    margin-right: 0;
  }
  /* line 1464, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content .dropdown-wrapper-short .dropdown-design {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 1469, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content .dropdown-wrapper {
    width: 100%;
    margin-right: 0;
  }
  /* line 1472, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content .dropdown-wrapper .dropdown-design {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 1477, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content .products .dropdown-wrapper .dropdown-design {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 1482, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .left_form_content .dropdown-wrapper {
    width: 100%;
  }

  /* line 1485, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .left_form_content .uploadContainer {
    margin-bottom: 30px;
  }

  /* line 1488, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content .confirm .check-news {
    width: 88%;
    font-weight: 400;
  }
}
@media all and (max-width: 430px) {
  /* line 1496, ../sass/module/_recipes.scss */
  body #container #recipes_overview .inner_header_form, body #container #recipes_results .inner_header_form {
    padding: 0 3%;
  }
  /* line 1499, ../sass/module/_recipes.scss */
  body #container .recipes_list {
    width: 100%;
  }

  /* line 1506, ../sass/module/_recipes.scss */
  body #recipes_results .slide-wrapper-outer .prev, body #recipes_results .slide-wrapper-outer .next {
    display: none !important;
  }
}
/* line 1, ../sass/module/_row.scss */
.row {
  padding: 0 1em;
}
/* line 5, ../sass/mixins/_clearfix.scss */
.row:before, .row:after {
  display: table;
  content: '';
}
/* line 11, ../sass/mixins/_clearfix.scss */
.row:after {
  clear: both;
}
/* line 5, ../sass/module/_row.scss */
.row-center {
  text-align: center;
}
/* line 9, ../sass/module/_row.scss */
.row-padded {
  padding: 1em;
}
/* line 13, ../sass/module/_row.scss */
.row-margin {
  padding: 1em 0;
  margin: 0 1em;
}
/* line 18, ../sass/module/_row.scss */
.row-margin-only-desktop {
  padding: 0;
}
/* line 22, ../sass/module/_row.scss */
.row-border-bottom-thick {
  border-bottom: 2px solid #f5f4f1;
  margin-bottom: 10px;
}
/* line 27, ../sass/module/_row.scss */
.row-border-bottom {
  border-bottom: 1px solid #f5f4f1;
}
/* line 31, ../sass/module/_row.scss */
.row-border-top-bottom {
  border: solid #f5f4f1;
  border-width: 1px 0;
}
/* line 36, ../sass/module/_row.scss */
.row-beige {
  border-top: 2px solid #e6e6e6;
  position: relative;
}
/* line 40, ../sass/module/_row.scss */
.row-beige:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fbf9f5;
  z-index: -2;
}
/* line 54, ../sass/module/_row.scss */
.row-border-bottom-only-mobile {
  border: solid #f5f4f1;
  border-width: 0 0 1px;
}

@media all and (min-width: 430px) {
  /* line 62, ../sass/module/_row.scss */
  .row-margin-only-mobile {
    margin: 0;
  }
  /* line 66, ../sass/module/_row.scss */
  .row-gray {
    position: relative;
  }
  /* line 69, ../sass/module/_row.scss */
  .row-gray:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f5f4f1;
    z-index: -2;
  }
}
@media all and (min-width: 768px) {
  /* line 86, ../sass/module/_row.scss */
  .row {
    padding: 0 1.5em;
  }
  /* line 90, ../sass/module/_row.scss */
  .row-margin {
    padding: 1.5em 0;
    margin: 0 1.5em;
  }
  /* line 95, ../sass/module/_row.scss */
  .row-padded {
    padding: 1.5em;
  }
  /* line 99, ../sass/module/_row.scss */
  .row-margin-only-desktop {
    padding: 1em 0;
    margin: 0 1.5em;
  }
  /* line 104, ../sass/module/_row.scss */
  .row-border-bottom-only-mobile {
    border-width: 0;
  }
  /* line 108, ../sass/module/_row.scss */
  .row-full {
    width: calc(100% - 3em);
  }
}
/* line 5, ../sass/module/_tile.scss */
.tile {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  display: block;
  margin: 0 auto;
  position: relative;
}
/* line 25, ../sass/module/_tile.scss */
.tile-bordered {
  border: 2px solid #f5f4f1;
}
/* line 61, ../sass/module/_tile.scss */
.no-touch .tile {
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 65, ../sass/module/_tile.scss */
.no-touch .tile .tile_image,
.no-touch .tile .tile_content {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
/* line 71, ../sass/module/_tile.scss */
.no-touch .tile:hover {
  opacity: .8;
}
/* line 74, ../sass/module/_tile.scss */
.no-touch .tile:hover .tile_image {
  -moz-transform: translateY(2%);
  -ms-transform: translateY(2%);
  -webkit-transform: translateY(2%);
  transform: translateY(2%);
}
/* line 78, ../sass/module/_tile.scss */
.no-touch .tile:hover .tile_content {
  -moz-transform: translateY(-2%);
  -ms-transform: translateY(-2%);
  -webkit-transform: translateY(-2%);
  transform: translateY(-2%);
}

/* line 86, ../sass/module/_tile.scss */
.tile_image {
  max-width: 100%;
  height: 0;
  padding-bottom: 75%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 96, ../sass/module/_tile.scss */
.tile_image-sixteen-nine {
  padding-bottom: 50.60241%;
}

/* line 101, ../sass/module/_tile.scss */
.tile_content {
  padding-top: 14px;
  padding-bottom: 24px;
}
/* line 5, ../sass/mixins/_clearfix.scss */
.tile_content:before, .tile_content:after {
  display: table;
  content: '';
}
/* line 11, ../sass/mixins/_clearfix.scss */
.tile_content:after {
  clear: both;
}
/* line 107, ../sass/module/_tile.scss */
.tile_content-centered {
  text-align: center;
}
/* line 111, ../sass/module/_tile.scss */
.tile_content br {
  display: none;
}

/* line 116, ../sass/module/_tile.scss */
.tile_content--primary {
  padding-top: 6px;
  padding-bottom: 4px;
}

/* line 121, ../sass/module/_tile.scss */
.tile_content_block {
  display: block;
  float: left;
  width: 33%;
  height: 30px;
  color: currentColor;
}
/* line 128, ../sass/module/_tile.scss */
.tile_content_block-wide {
  width: 66%;
}

/* line 133, ../sass/module/_tile.scss */
.tile_title {
  color: currentColor;
  display: inline;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.25;
}
/* line 140, ../sass/module/_tile.scss */
.tile_title-primary {
  text-align: center;
  font-size: 18px;
  line-height: 1.11111;
}

/* line 148, ../sass/module/_tile.scss */
.tile_time {
  color: currentColor;
  font-size: 14px;
  line-height: 1.42857;
  text-transform: uppercase;
}
/* line 154, ../sass/module/_tile.scss */
.tile_time:before {
  content: "";
  margin-top: -.25em;
  margin-right: .5em;
}
/* line 164, ../sass/module/_tile.scss */
.tile_time:after {
  content: " " attr(data-unit);
  text-transform: uppercase;
}
/* line 169, ../sass/module/_tile.scss */
.tile_time .icon, .tile_time .tile_time:before, .tile_time .list-check .list_item:before, .list-check .tile_time .list_item:before {
  margin-top: -.25em;
}

@media all and (min-width: 768px) {
  /* line 176, ../sass/module/_tile.scss */
  .tile_time {
    font-size: 16px;
    line-height: 1.25;
  }

  /* line 181, ../sass/module/_tile.scss */
  .tile-margin {
    margin: 1.6875em;
  }

  /* line 185, ../sass/module/_tile.scss */
  .tile_content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* line 5, ../sass/module/_search.scss */
.search_box {
  position: relative;
  width: 100%;
  border: 2px solid currentColor;
  display: -webkit-flex;
  display: flex;
  height: 44px;
}

/* line 16, ../sass/module/_search.scss */
.search_input {
  width: 58%;
  -webkit-flex-basis: 58%;
  flex-basis: 58%;
  text-transform: uppercase;
}
/* line 21, ../sass/module/_search.scss */
body #container .search_input[type="text"] {
  font-size: 14px;
  height: 100%;
  color: currentColor;
  margin-right: 0;
  font-family: "Lato", sans-serif;
  padding-left: 45px;
  font-weight: 700;
  background-color: #fff8f2;
}
/* line 61, ../../../../../../../.gem/ruby/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
body #container .search_input[type="text"]:-moz-placeholder {
  color: currentColor;
}
/* line 64, ../../../../../../../.gem/ruby/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
body #container .search_input[type="text"]::-moz-placeholder {
  color: currentColor;
}
/* line 67, ../../../../../../../.gem/ruby/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
body #container .search_input[type="text"]:-ms-input-placeholder {
  color: currentColor;
}
/* line 56, ../../../../../../../.gem/ruby/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
body #container .search_input[type="text"]::-webkit-input-placeholder {
  color: currentColor;
}
/* line 36, ../sass/module/_search.scss */
.search_input.is-hidden {
  opacity: 0;
}
/* line 40, ../sass/module/_search.scss */
.search_input.is-loading {
  background: url("../img/recipes/searchresults/preloader_light.gif") no-repeat right 62px center;
  background-size: 20.25px;
  padding-right: 92px !important;
  width: calc(100% - 92px - 1em);
}

/* line 48, ../sass/module/_search.scss */
.search_input--fw,
.search_input--recipes-result {
  width: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}

/* line 54, ../sass/module/_search.scss */
.search_input--recipes-result {
  padding-right: 50px;
}

/* line 59, ../sass/module/_search.scss */
.search__divider {
  background-color: currentColor;
  width: 1px;
  height: calc(100% - 10px);
  margin-top: 5px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

/* line 67, ../sass/module/_search.scss */
.search__by-course {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

/* line 72, ../sass/module/_search.scss */
.search_term {
  font-size: 14px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 8px 5px 5px 45px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  line-height: 24px;
  text-transform: uppercase;
}
/* line 85, ../sass/module/_search.scss */
.search_term.is-hidden {
  display: none;
}

/* line 90, ../sass/module/_search.scss */
.search_term_prefix {
  text-transform: capitalize;
}
/* line 93, ../sass/module/_search.scss */
.search_term_prefix:after {
  content: ":";
}

/* line 98, ../sass/module/_search.scss */
.search_button {
  position: absolute;
  left: 0;
  top: 50%;
  width: 45px;
  height: 44px;
  cursor: pointer;
  background-image: url("../img/icons/icon_search_dark_green.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-color: transparent;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none;
  border: none;
  color: currentColor;
}
/* line 116, ../sass/module/_search.scss */
.search_button.is-hidden {
  display: none;
}
/* line 120, ../sass/module/_search.scss */
.no-touch .search_button {
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 124, ../sass/module/_search.scss */
.no-touch .search_button:hover, .no-touch .search_button:active, .no-touch .search_button:focus {
  opacity: .8;
}

/* line 150, ../sass/module/_search.scss */
.search_button-clear {
  left: auto;
  right: 0;
  background-image: none;
}

/* line 156, ../sass/module/_search.scss */
.search_button-clear--inner {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
/* line 164, ../sass/module/_search.scss */
.search_button-clear--inner::before, .search_button-clear--inner::after {
  content: '';
  display: block;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
/* line 175, ../sass/module/_search.scss */
.search_button-clear--inner::before {
  width: 2px;
  height: 14px;
}
/* line 180, ../sass/module/_search.scss */
.search_button-clear--inner::after {
  width: 14px;
  height: 2px;
}

/* line 186, ../sass/module/_search.scss */
.autocomplete_results {
  display: none;
  box-sizing: border-box !important;
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff8f2;
  border: 2px solid currentColor;
  border-top-width: 0;
  padding: 0 1em .2em;
  font-weight: 700;
}

/* line 201, ../sass/module/_search.scss */
.autocomplete_results_group {
  padding: 1em 0;
}
/* line 204, ../sass/module/_search.scss */
.autocomplete_results_group:before {
  content: attr(data-type);
  display: block;
  padding-bottom: .4em;
  text-transform: capitalize;
  font-size: 1.1em;
  text-decoration: underline;
}
/* line 213, ../sass/module/_search.scss */
.autocomplete_results_group + .autocomplete_results_group {
  border-top: 1px solid #f2f2f2;
}

/* line 218, ../sass/module/_search.scss */
.autocomplete_results_item {
  display: block;
  padding: .4em 0;
}

/* line 223, ../sass/module/_search.scss */
.autocomplete_results_link {
  text-transform: capitalize;
}
/* line 226, ../sass/module/_search.scss */
.no-touch .autocomplete_results_item:hover .autocomplete_results_link, .no-touch .autocomplete_results_item:active .autocomplete_results_link, .no-touch .autocomplete_results_item:focus .autocomplete_results_link {
  opacity: .8;
  text-decoration: underline;
}
/* line 233, ../sass/module/_search.scss */
.autocomplete_results_item.is-selected .autocomplete_results_link {
  background-color: #fff3e8;
  opacity: .8;
  padding: 3px;
  margin: -3px 0 0 -3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 242, ../sass/module/_search.scss */
.autocomplete_results_message {
  padding: 1em 0;
  color: currentColor;
}

/* line 248, ../sass/module/_search.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

@media (min-width: 830px) {
  /* line 257, ../sass/module/_search.scss */
  .autocomplete_results_group {
    position: relative;
    padding-left: 150px;
  }
  /* line 261, ../sass/module/_search.scss */
  .autocomplete_results_group:before {
    position: absolute;
    left: 0;
    padding: .3em 0;
    width: 150px;
    text-decoration: none;
  }
}
/* line 5, ../sass/module/_badge.scss */
.badge, .filters_title.has-active-filters::after, .recipes_filters_block:last-child .filters_title.has-active-filters::after,
.filters_group .filters_group .filters_title.has-active-filters::after {
  color: #e75545;
  padding: .15em .6em;
  background-color: #fff8f2;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}
/* line 11, ../sass/module/_badge.scss */
.badge.is-hidden, .is-hidden.filters_title.has-active-filters::after, .recipes_filters_block:last-child .is-hidden.filters_title.has-active-filters::after,
.filters_group .filters_group .is-hidden.filters_title.has-active-filters::after {
  display: none;
}

/* line 16, ../sass/module/_badge.scss */
.badge--green-dark {
  color: #fff8f2;
  background-color: #388e3c;
}

/* line 1, ../sass/module/_filters.scss */
.filters_list {
  padding: 1em 1em 1em 0;
  overflow: hidden;
  max-height: 800px;
  -moz-transition: max-height 0.4s, padding 0.4s;
  -o-transition: max-height 0.4s, padding 0.4s;
  -webkit-transition: max-height 0.4s, padding 0.4s;
  transition: max-height 0.4s, padding 0.4s;
}
/* line 7, ../sass/module/_filters.scss */
.filters_list-padddingleft {
  padding-left: 1.4em;
}
/* line 11, ../sass/module/_filters.scss */
.filters_list.is-hidden {
  padding-top: 0;
  padding-bottom: 0;
  max-height: 0;
}

/* line 18, ../sass/module/_filters.scss */
.filters_group {
  padding: 1em;
  overflow: hidden;
  max-height: 4000px;
  -moz-transition: max-height 0.4s, padding 0.4s;
  -o-transition: max-height 0.4s, padding 0.4s;
  -webkit-transition: max-height 0.4s, padding 0.4s;
  transition: max-height 0.4s, padding 0.4s;
}
/* line 25, ../sass/module/_filters.scss */
.filters_group.is-hidden {
  padding-top: 0;
  padding-bottom: 0;
  max-height: 0;
}

/* line 32, ../sass/module/_filters.scss */
.filters_title {
  line-height: 1.4;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  -moz-transition: padding 0.4s;
  -o-transition: padding 0.4s;
  -webkit-transition: padding 0.4s;
  transition: padding 0.4s;
  font-size: 22px;
  font-weight: 900;
}
/* line 41, ../sass/module/_filters.scss */
.filters_title.is-toggled::before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 45, ../sass/module/_filters.scss */
.filters_title.has-active-filters::after {
  content: attr(data-active-filters);
  margin-left: .8em;
  font-size: .8em;
  position: relative;
  top: -.2em;
  color: #fff8f2;
  background-color: #388e3c;
}
/* line 56, ../sass/module/_filters.scss */
.filters_group .filters_title:not(.is-toggled) {
  padding-bottom: 1em;
}
/* line 60, ../sass/module/_filters.scss */
.filters_group .filters_group .filters_title {
  font-size: 16px;
}

/* line 65, ../sass/module/_filters.scss */
.recipes_filters_block:last-child .filters_title,
.filters_group .filters_group .filters_title {
  padding-left: 1.4em;
  font-size: 18px;
  font-weight: 900;
}
/* line 71, ../sass/module/_filters.scss */
.recipes_filters_block:last-child .filters_title::before,
.filters_group .filters_group .filters_title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: .2em;
  left: 0;
  height: 9px;
  width: 9px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}
/* line 88, ../sass/module/_filters.scss */
.recipes_filters_block:last-child .filters_title.is-toggled::before,
.filters_group .filters_group .filters_title.is-toggled::before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 92, ../sass/module/_filters.scss */
.recipes_filters_block:last-child .filters_title.has-active-filters::after,
.filters_group .filters_group .filters_title.has-active-filters::after {
  content: attr(data-active-filters);
  margin-left: .8em;
  font-size: .8em;
  position: relative;
  top: -.2em;
  color: #fff8f2;
  background-color: #388e3c;
}

/* line 105, ../sass/module/_filters.scss */
.recipes_filters_block:last-child > .filters_title::before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 109, ../sass/module/_filters.scss */
.recipes_filters_block:last-child > .filters_title.is-toggled::before {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 115, ../sass/module/_filters.scss */
.filters_group ul.filters_list {
  padding-left: 1em;
}

/* line 119, ../sass/module/_filters.scss */
.filters_list_item {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  padding: .5em 0;
}
/* line 125, ../sass/module/_filters.scss */
.filters_list_item a {
  color: #388e3c;
}

/* line 130, ../sass/module/_filters.scss */
.filters_list_checkbox {
  position: absolute;
  left: -9999px;
}

/* line 135, ../sass/module/_filters.scss */
.filters_list_label {
  position: relative;
  padding-left: 1.2em;
  font-size: 18px;
  font-weight: 400;
}
/* line 141, ../sass/module/_filters.scss */
.filters_list_label:before {
  margin-top: .05em;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: .7em;
  height: .7em;
  border: 1px solid currentColor;
  margin-right: .4em;
  -moz-transition: background-color 0.4s, border-color 0.4s;
  -o-transition: background-color 0.4s, border-color 0.4s;
  -webkit-transition: background-color 0.4s, border-color 0.4s;
  transition: background-color 0.4s, border-color 0.4s;
}
/* line 156, ../sass/module/_filters.scss */
.filters_list_checkbox:checked ~ .filters_list_label:before {
  background-color: currentColor;
}

/* line 1, ../sass/module/_multiplier.scss */
.multiplier {
  display: inline-block;
}
/* line 5, ../sass/mixins/_clearfix.scss */
.multiplier:before, .multiplier:after {
  display: table;
  content: '';
}
/* line 11, ../sass/mixins/_clearfix.scss */
.multiplier:after {
  clear: both;
}

/* line 6, ../sass/module/_multiplier.scss */
.multiplier_button {
  position: relative;
  float: left;
  color: #fff;
  font-size: 26px;
  width: 1.2em;
  height: 1.2em;
  padding: .1em;
  margin: .1em 0;
  border-radius: 50%;
  border: 2px solid #a1bf36;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
/* line 24, ../sass/module/_multiplier.scss */
.multiplier_button:before {
  content: "";
  position: absolute;
  top: -3%;
  left: -3%;
  width: 106%;
  height: 106%;
  background-color: #a1bf36;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  opacity: 1;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
/* line 38, ../sass/module/_multiplier.scss */
.multiplier_button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -moz-transition: background-image 0.3s;
  -o-transition: background-image 0.3s;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}
/* line 50, ../sass/module/_multiplier.scss */
.multiplier_button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: .6em;
  height: .6em;
  z-index: 2;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 61, ../sass/module/_multiplier.scss */
.multiplier_button svg path {
  fill: #fff;
  -moz-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
/* line 68, ../sass/module/_multiplier.scss */
.no-touch .multiplier_button:hover, .no-touch .multiplier_button:active, .no-touch .multiplier_button:focus {
  color: #a1bf36;
}
/* line 73, ../sass/module/_multiplier.scss */
.no-touch .multiplier_button:hover:before, .no-touch .multiplier_button:active:before, .no-touch .multiplier_button:focus:before {
  opacity: 1;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* line 78, ../sass/module/_multiplier.scss */
.no-touch .multiplier_button:hover path, .no-touch .multiplier_button:active path, .no-touch .multiplier_button:focus path {
  fill: #a1bf36;
}

/* line 84, ../sass/module/_multiplier.scss */
.multiplier_number {
  display: block;
  float: left;
  line-height: 1.95em;
  height: 1.95em;
  padding: 0 0.8em 0 0.5em;
  font-size: 1.2em;
  text-align: center;
}

/* line 95, ../sass/module/_multiplier.scss */
.multiplier_counter {
  display: inline-block;
  width: 1.1em;
}

/* line 1, ../sass/module/_ingredients.scss */
.ingredients {
  font-size: 14px;
  border-bottom: 1px solid #e0e5dc;
  color: #6d6661;
}
/* line 6, ../sass/module/_ingredients.scss */
.ingredients-old {
  background-color: #f1f7ed;
  border: 0;
  padding: 1.5em 1em;
}

/* line 13, ../sass/module/_ingredients.scss */
.ingredients_group {
  position: relative;
  padding: 1em 1.5em;
  border-top: 1px solid #e0e5dc;
  background-color: #f1f7ed;
}
/* line 5, ../sass/mixins/_clearfix.scss */
.ingredients_group:before, .ingredients_group:after {
  display: table;
  content: '';
}
/* line 11, ../sass/mixins/_clearfix.scss */
.ingredients_group:after {
  clear: both;
}
/* line 20, ../sass/module/_ingredients.scss */
.ingredients_group:after {
  content: "";
  position: absolute;
  top: 1.1em;
  right: 1.5em;
  width: 1em;
  height: 1.2em;
  background: url("../img/icons/icon_chevron.png") no-repeat center;
  background-size: contain;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 36, ../sass/module/_ingredients.scss */
.ingredients_group.is-open:after {
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 42, ../sass/module/_ingredients.scss */
.ingredients_group_title {
  line-height: 1.4;
  font-family: "brandon_grotesquebold", "Arial", "Helvetica", sans-serif;
  text-transform: uppercase;
}

/* line 48, ../sass/module/_ingredients.scss */
.ingredients_list {
  padding: 1em 0;
  overflow: hidden;
  line-height: 1;
}

/* line 55, ../sass/module/_ingredients.scss */
.ingredients_list_item + .ingredients_list_item {
  padding-top: .75em;
}

@media (min-width: 768px) {
  /* line 61, ../sass/module/_ingredients.scss */
  .ingredients {
    background-color: #f1f7ed;
    border: 0;
    padding: 1.5em 1em;
  }

  /* line 67, ../sass/module/_ingredients.scss */
  .ingredients_group {
    border: 0;
    padding: 0;
  }
  /* line 71, ../sass/module/_ingredients.scss */
  .ingredients_group:after {
    position: static;
    display: inline;
    background: none;
  }

  /* line 78, ../sass/module/_ingredients.scss */
  .ingredients_group_title {
    display: inline-block;
    border-bottom: 2px solid #a1bf36;
  }
}
/* line 1, ../sass/module/_lists.scss */
.list {
  padding-left: 1em;
  list-style: none;
}
/* line 5, ../sass/module/_lists.scss */
.list.list-numbered {
  padding-left: 0;
}

/* line 10, ../sass/module/_lists.scss */
.list_item {
  font-size: 14px;
  padding-bottom: 1em;
}
/* line 15, ../sass/module/_lists.scss */
.list-numbered .list_item {
  list-style: decimal inside !important;
}
/* line 19, ../sass/module/_lists.scss */
.list-check .list_item:before {
  content: "";
  margin-right: 1em;
}

/* line 1, ../sass/module/_breadcrumb.scss */
.breadcrumb {
  display: none;
}

@media all and (min-width: 769px) {
  /* line 6, ../sass/module/_breadcrumb.scss */
  .breadcrumb {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.25;
    padding-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  /* line 12, ../sass/mixins/_fluid.scss */
  .breadcrumb {
    font-size: 12px;
  }
}
@media all and (min-width: 769px) and (min-width: 769px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .breadcrumb {
    font-size: calc(12px + 3 * ((100vw - 769px) / 671));
  }
}
@media all and (min-width: 769px) and (min-width: 1440px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .breadcrumb {
    font-size: 15px;
  }
}
@media all and (min-width: 769px) {
  /* line 18, ../sass/module/_breadcrumb.scss */
  .breadcrumb, .breadcrumb a {
    color: #fff8f2;
  }

  /* line 26, ../sass/module/_breadcrumb.scss */
  .breadcrumb__item:not(:last-child)::after {
    content: '>';
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px;
  }
  /* line 33, ../sass/module/_breadcrumb.scss */
  .breadcrumb__item:not(:last-child) {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  /* line 37, ../sass/module/_breadcrumb.scss */
  .breadcrumb__item:last-child {
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
  }

  /* line 43, ../sass/module/_breadcrumb.scss */
  .no-touch .breadcrumb__link:not(.breadcrumb__link--active) {
    opacity: 1;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  /* line 47, ../sass/module/_breadcrumb.scss */
  .no-touch .breadcrumb__link:not(.breadcrumb__link--active):hover {
    opacity: .8;
  }
}
/* .breadcrumb {
	font-size: 14px;
}

.breadcrumb_item {
	display: inline-block;
	color: $color_killarney_approx;
}

.breadcrumb_link {
	color: $color_flint_approx;
	@include transition(color $t_hover, border-color $t_hover);
	position: relative;
	margin-right: 1em;
	border-bottom: 1px solid transparent;

	&:after {
		content: " > ";
		position: absolute;
		font-size: .8em;
		right: -1.1em;
		top: -1em;
	}

	.no-touch &:hover {
		color: $color_killarney_approx;
		border-color: $color_killarney_approx;

		&::after {
			color: $color_flint_approx;
		}
	}
} */
@-moz-keyframes rotate_centered_full {
  0% {
    -moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
  100% {
    -moz-transform: translateX(-50%) translateY(-50%) rotate(360deg);
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}
@-webkit-keyframes rotate_centered_full {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}
@keyframes rotate_centered_full {
  0% {
    -moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
  100% {
    -moz-transform: translateX(-50%) translateY(-50%) rotate(360deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(360deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}
/* line 11, ../sass/module/_preloader.scss */
.preloader, .js_search_results.is-loading {
  position: relative;
  display: block;
  min-height: 58px;
  max-height: 9999px;
  -moz-transition: opacity 0.4s, min-height 0s 0.4s, max-height 0s 0.4s;
  -o-transition: opacity 0.4s, min-height 0s 0.4s, max-height 0s 0.4s;
  -webkit-transition: opacity 0.4s, min-height 0s, max-height 0s;
  -webkit-transition-delay: 0s, 0.4s, 0.4s;
  transition: opacity 0.4s, min-height 0s 0.4s, max-height 0s 0.4s;
}
/* line 16, ../sass/module/_preloader.scss */
.preloader:before, .js_search_results.is-loading:before {
  content: "";
  position: absolute;
  display: block;
  width: 2em;
  height: 2em;
  top: 50%;
  left: 50%;
  border: 4px solid white;
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
  border-radius: 50%;
  border-bottom-color: transparent;
  -moz-animation: rotate_centered_full 1s infinite linear;
  -webkit-animation: rotate_centered_full 1s infinite linear;
  animation: rotate_centered_full 1s infinite linear;
}
/* line 47, ../sass/module/_preloader.scss */
.preloader.is-hidden, .is-hidden.js_search_results.is-loading {
  opacity: 0;
  min-height: 0;
  max-height: 0;
  -moz-transition: opacity 0.4s, min-height 0s, max-height 0s;
  -o-transition: opacity 0.4s, min-height 0s, max-height 0s;
  -webkit-transition: opacity 0.4s, min-height 0s, max-height 0s;
  transition: opacity 0.4s, min-height 0s, max-height 0s;
}
/* line 55, ../sass/module/_preloader.scss */
.preloader-no-text {
  text-indent: -9999px;
}
/* line 59, ../sass/module/_preloader.scss */
.preloader-light {
  background-image: url("../img/recipes/searchresults/preloader_light.gif");
}

/* line 1, ../sass/module/_products-grid.scss */
.products-grid {
  overflow-y: hidden;
  -moz-transition: height 0.4s ease-in-out;
  -o-transition: height 0.4s ease-in-out;
  -webkit-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
}
/* line 5, ../sass/mixins/_clearfix.scss */
.products-grid:before, .products-grid:after {
  display: table;
  content: '';
}
/* line 11, ../sass/mixins/_clearfix.scss */
.products-grid:after {
  clear: both;
}

/* line 8, ../sass/module/_products-grid.scss */
.products-grid__item {
  width: 48%;
  float: left;
  padding: 0 1%;
  margin-top: 40px;
}
/* line 15, ../sass/module/_products-grid.scss */
.products-grid__item:last-child {
  margin-bottom: 40px;
}

/* line 20, ../sass/module/_products-grid.scss */
.products-grid__item__image__container {
  position: relative;
  -moz-transition: opacity 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
/* line 24, ../sass/module/_products-grid.scss */
.no-touch .products-grid__item:hover .products-grid__item__image__container, .no-touch .products-grid__item:focus .products-grid__item__image__container, .no-touch .products-grid__item:active .products-grid__item__image__container {
  -moz-transform: translateY(2%) translateZ(0);
  -ms-transform: translateY(2%) translateZ(0);
  -webkit-transform: translateY(2%) translateZ(0);
  transform: translateY(2%) translateZ(0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* line 32, ../sass/module/_products-grid.scss */
.products-grid__item__image {
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* line 42, ../sass/module/_products-grid.scss */
.products-grid__item__title {
  text-align: center;
  min-height: 60px;
  display: block;
  font-family: "brandon_grotesquebold", "Arial", "Helvetica", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #6d6661;
  text-align: center;
  padding: 10px 0;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
/* line 56, ../sass/module/_products-grid.scss */
.no-touch .products-grid__item:hover .products-grid__item__title, .no-touch .products-grid__item:focus .products-grid__item__title, .no-touch .products-grid__item:active .products-grid__item__title {
  color: #a1bf36;
}

/* line 63, ../sass/module/_products-grid.scss */
.products-grid__rowcount {
  left: 2px !important;
}

@media (min-width: 620px) {
  /* line 68, ../sass/module/_products-grid.scss */
  .products-grid__item {
    width: 23%;
  }

  /* line 72, ../sass/module/_products-grid.scss */
  .products-grid__rowcount {
    left: 4px !important;
  }
}
@media (min-width: 1024px) {
  /* line 78, ../sass/module/_products-grid.scss */
  .products-grid__item {
    width: 14.666666667%;
  }

  /* line 82, ../sass/module/_products-grid.scss */
  .products-grid__rowcount {
    left: 6px !important;
  }
}
@media (min-width: 768px) {
  /* line 88, ../sass/module/_products-grid.scss */
  .products-grid__rowcount {
    left: 0px !important;
  }
}
/* line 1, ../sass/module/_recipes-grid.scss */
.recipes-grid {
  position: relative;
  overflow-y: hidden;
  padding-bottom: 4em;
}
/* line 5, ../sass/mixins/_clearfix.scss */
.recipes-grid:before, .recipes-grid:after {
  display: table;
  content: '';
}
/* line 11, ../sass/mixins/_clearfix.scss */
.recipes-grid:after {
  clear: both;
}

/* line 9, ../sass/module/_recipes-grid.scss */
.recipes-grid__item {
  float: left;
  margin-bottom: 1em;
  width: 98%;
  padding: 0 1%;
}
/* line 15, ../sass/module/_recipes-grid.scss */
.recipes-grid__item .tile_title {
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}

/* line 24, ../sass/module/_recipes-grid.scss */
.recipes-grid__button {
  height: 4em;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
/* line 31, ../sass/module/_recipes-grid.scss */
.breakfast-toolkit__row--gray .recipes-grid__button {
  background-color: #f8f8f8;
}
/* line 35, ../sass/module/_recipes-grid.scss */
.recipes-grid__button .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 43, ../sass/module/_recipes-grid.scss */
.recipes-grid__button .btn.is-previous::after {
  top: 33%;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 630px) {
  /* line 53, ../sass/module/_recipes-grid.scss */
  .recipes-grid__item {
    width: 48%;
  }
}
@media (min-width: 830px) {
  /* line 59, ../sass/module/_recipes-grid.scss */
  .recipes-grid__item {
    width: 31.333333333%;
  }
}
@media (min-width: 1024px) {
  /* line 65, ../sass/module/_recipes-grid.scss */
  .recipes-grid__item {
    width: 23%;
  }
}
@media (min-width: 1440px) {
  /* line 71, ../sass/module/_recipes-grid.scss */
  .recipes-grid__item {
    width: 18%;
  }
}
/* line 7, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid {
  position: relative;
  width: 100%;
  height: 100vw;
  padding-bottom: 124px;
  background-color: #fbf9f5;
  overflow: hidden;
}
/* line 5, ../sass/mixins/_clearfix.scss */
.products-recipes-grid:before, .products-recipes-grid:after {
  display: table;
  content: '';
}
/* line 11, ../sass/mixins/_clearfix.scss */
.products-recipes-grid:after {
  clear: both;
}
/* line 18, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid[data-is-homepage="1"] {
  padding-bottom: 150px;
}
/* line 22, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid,
.products-recipes-grid * {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
/* line 29, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid .cfp_block-copy-title {
  white-space: normal !important;
}

/* line 37, ../sass/module/_products-recipes-grid.scss */
.il8n-pt-pt .products-recipes-grid__item a,
.il8n-it .products-recipes-grid__item a {
  font-size: 28px;
}

/* line 43, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__item {
  position: relative;
  width: 50%;
  height: 50vw;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out;
}
/* line 57, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid.is-active .products-recipes-grid__item {
  opacity: 1;
  visibility: visible;
}
/* line 62, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__item.js_hideme {
  opacity: 0 !important;
  visibility: hidden !important;
  -moz-transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out 0.2s;
  -o-transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out 0.2s;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out;
  -webkit-transition-delay: 0s, 0.2s;
  transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out 0.2s;
}
/* line 69, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__item:not(.products-recipes-grid__item--cta) {
  background-color: #fff;
}
/* line 73, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__item--cta {
  width: calc(100% - 42px);
  height: auto;
  float: left;
  padding: 42px 21px;
  position: absolute;
  bottom: 0;
}
/* line 82, ../sass/module/_products-recipes-grid.scss */
[data-is-homepage="1"] .products-recipes-grid__item--cta {
  padding: 0 21px;
  height: 150px;
  background-color: #fff;
  text-align: center;
}
/* line 94, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__item[data-hover-copy]:not(.products-recipes-grid__item--cta)::before, .products-recipes-grid__item[data-hover-copy]:not(.products-recipes-grid__item--cta)::after {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
}
/* line 103, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__item[data-hover-copy]:not(.products-recipes-grid__item--cta)::before {
  content: "";
  top: 0;
  bottom: 0;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
/* line 111, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__item[data-hover-copy]:not(.products-recipes-grid__item--cta)::after {
  content: attr(data-hover-copy);
  color: #fff;
  transform: translateY(-50%);
  text-align: center;
  font-size: 22px;
  line-height: 22px;
  padding-left: 5%;
  padding-right: 5%;
  text-transform: uppercase;
  font-family: "brandon_grotesquebold", "Arial", "Helvetica", sans-serif;
  top: 40%;
  opacity: 0;
  -moz-transition: top 0.2s ease-out, opacity 0.2s ease-in-out;
  -o-transition: top 0.2s ease-out, opacity 0.2s ease-in-out;
  -webkit-transition: top 0.2s ease-out, opacity 0.2s ease-in-out;
  transition: top 0.2s ease-out, opacity 0.2s ease-in-out;
}
/* line 131, ../sass/module/_products-recipes-grid.scss */
.no-touch .products-recipes-grid__item[data-hover-copy]:not(.products-recipes-grid__item--cta):hover::before, .products-recipes-grid__item[data-hover-copy]:not(.products-recipes-grid__item--cta).is-hover::before {
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 136, ../sass/module/_products-recipes-grid.scss */
.no-touch .products-recipes-grid__item[data-hover-copy]:not(.products-recipes-grid__item--cta):hover::after, .products-recipes-grid__item[data-hover-copy]:not(.products-recipes-grid__item--cta).is-hover::after {
  top: 50%;
  opacity: 1;
}
/* line 147, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__item--recipe {
  float: right;
  z-index: 1;
}
/* line 152, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__item--product {
  float: left;
  z-index: 0;
  width: 50.9%;
  margin-right: -.5%;
  margin-left: -.5%;
}

/* line 161, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__item__container {
  float: left;
  width: 100%;
}
/* line 5, ../sass/mixins/_clearfix.scss */
.products-recipes-grid__item__container:before, .products-recipes-grid__item__container:after {
  display: table;
  content: '';
}
/* line 11, ../sass/mixins/_clearfix.scss */
.products-recipes-grid__item__container:after {
  clear: both;
}
/* line 167, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__item__container:nth-of-type(2n) .products-recipes-grid__item--recipe {
  float: left;
}
/* line 171, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__item__container:nth-of-type(2n) .products-recipes-grid__item--product {
  float: right;
}
/* line 178, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid:not([data-is-homepage="1"]) .products-recipes-grid__item__container:nth-of-type(n+5) {
  display: none;
}
/* line 185, ../sass/module/_products-recipes-grid.scss */
[data-is-homepage="1"] .products-recipes-grid__item__container:nth-of-type(n+3) {
  display: none;
}

/* line 191, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__homepage-title {
  font-family: 'brandon_grotesquebold', 'Arial', 'Helvetica', sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
}
/* line 196, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__homepage-title h1 {
  font-size: 18.2px !important;
}
@media (min-width: 521px) {
  /* line 196, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__homepage-title h1 {
    font-size: 30px !important;
  }
}
/* line 201, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__homepage-title a {
  font-size: 12.1333px !important;
}
@media (min-width: 521px) {
  /* line 201, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__homepage-title a {
    font-size: 14px !important;
  }
}

@media (min-width: 441px) {
  /* line 209, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid[data-is-homepage="1"] {
    padding-bottom: 200px;
  }
  /* line 212, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid[data-is-homepage="1"] .products-recipes-grid__item--cta {
    height: 200px;
  }

  /* line 218, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__homepage-title h1 {
    font-size: 26px !important;
    line-height: 22px !important;
  }
  /* line 219, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__homepage-title a {
    font-size: 13.0667px !important;
  }
}
/* line 223, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__homepage-title-mobile {
  display: none;
}

@media (max-width: 630px) {
  /* line 228, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid[data-is-homepage="1"] {
    padding-bottom: 0;
    height: auto;
  }
  /* line 232, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid[data-is-homepage="1"] .products-recipes-grid__item--cta {
    height: auto;
    position: relative;
    padding: 15px 30px;
  }
  /* line 236, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid[data-is-homepage="1"] .products-recipes-grid__item--cta .cfp_block-copy {
    position: relative;
    bottom: auto;
    right: auto;
  }
  /* line 240, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid[data-is-homepage="1"] .products-recipes-grid__item--cta .cfp_block-copy .cfp_block-copy-title {
    display: none;
  }
  /* line 243, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid[data-is-homepage="1"] .products-recipes-grid__item--cta .cfp_block-copy .cfp_block-copy-btn {
    white-space: normal;
  }
  /* line 248, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid[data-is-homepage="1"] .products-recipes-grid__homepage-title-desktop {
    display: none;
  }
  /* line 251, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid[data-is-homepage="1"] .products-recipes-grid__homepage-title-mobile {
    display: inline;
  }

  /* line 256, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid:not([data-is-homepage="1"]) {
    padding-bottom: 0;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 262, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid:not([data-is-homepage="1"]) .products-recipes-grid__item--cta {
    position: relative;
    -webkit-order: 3;
    order: 3;
  }
}
/* line 269, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__item__title {
  position: relative;
  min-width: 60%;
}
/* line 273, ../sass/module/_products-recipes-grid.scss */
[data-is-homepage="0"] .products-recipes-grid__item__title {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  white-space: wrap;
  font-family: "brandon_grotesquebold", "Arial", "Helvetica", sans-serif;
  color: #2c7838;
  display: inline-block;
  text-align: right;
}
/* line 287, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__item__title--light {
  color: #a1bf36;
}
/* line 291, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__item__title.js_goto {
  padding-right: 52px;
}
/* line 294, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__item__title.js_goto::after {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  max-width: 2em;
  max-height: 2em;
  border: 3px solid #2c7838;
  background: url("img/page_header_arrow_dark_green.svg") 50%/20px auto no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}
/* line 317, ../sass/module/_products-recipes-grid.scss */
.no-touch .products-recipes-grid__item__title.js_goto:hover::after {
  top: 65%;
}
/* line 321, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__item__title .cfp_block-copy-btn {
  font-family: "brandon_grotesquebold", "Arial", "Helvetica", sans-serif;
}

/* line 330, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__preloader {
  -moz-transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out 0.2s;
  -o-transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out 0.2s;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out;
  -webkit-transition-delay: 0s, 0.2s;
  transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out 0.2s;
  width: 2.15em;
  height: 2.15em;
  padding: 5px;
  border-radius: 3px;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
/* line 333, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid.is-active .products-recipes-grid__preloader {
  opacity: 0;
  visibility: hidden;
}

/* line 355, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__preloader__item {
  display: block;
  position: relative;
  width: 1em;
  height: 1em;
  margin-bottom: .15em;
  background: #A0BF36;
}
/* line 363, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__preloader__item--top {
  top: 0;
  animation: preloaderCSS 0.6s ease-out infinite;
}
/* line 367, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__preloader__item--top::after {
  position: absolute;
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  left: 1em;
  background: #A0BF36;
  margin-left: .15em;
  animation: preloaderCSS 0.6s ease-out infinite;
  animation-delay: 0.15s;
}
/* line 381, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__preloader__item--bottom {
  top: 0;
  animation: preloaderCSS 0.6s ease-out infinite;
  animation-delay: 0.45s;
}
/* line 386, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__preloader__item--bottom::after {
  position: absolute;
  content: '';
  display: block;
  width: 1em;
  left: 1em;
  height: 1em;
  background: #A0BF36;
  margin-left: .15em;
  animation: preloaderCSS 0.6s ease-out infinite;
  animation-delay: 0.3s;
}

/* line 401, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__mobile-message {
  font-family: "brandon_grotesquebold", "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  color: #6d6661;
  position: absolute;
  top: 50vw;
  left: 50%;
  padding: .3em .8em;
  z-index: 1;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.9);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out;
}
/* line 423, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid.is-active + .products-recipes-grid__mobile-message {
  opacity: 1;
  visibility: visible;
}
/* line 428, ../sass/module/_products-recipes-grid.scss */
.no-touch .products-recipes-grid__mobile-message {
  display: none;
}
/* line 432, ../sass/module/_products-recipes-grid.scss */
.i18n-at-de .products-recipes-grid__mobile-message, .i18n-de .products-recipes-grid__mobile-message, .i18n-gsw-berne .products-recipes-grid__mobile-message {
  font-size: 12px;
}
/* line 438, ../sass/module/_products-recipes-grid.scss */
.i18n-fr .products-recipes-grid__mobile-message, .i18n-fr-fr .products-recipes-grid__mobile-message, .i18n-lu-fr .products-recipes-grid__mobile-message, .i18n-pt-pt .products-recipes-grid__mobile-message, .i18n-es .products-recipes-grid__mobile-message {
  font-size: 10px;
}
/* line 446, ../sass/module/_products-recipes-grid.scss */
.i18n-it .products-recipes-grid__mobile-message {
  font-size: 11px;
}

/* line 451, ../sass/module/_products-recipes-grid.scss */
.i18n-pt-pt .products-recipes-grid__homepage-title .cfp_block-copy-title {
  font-size: 1.4em !important;
}

@keyframes preloaderCSS {
  0% {
    background-color: #A0BF36;
  }
  80% {
    background-color: white;
  }
  100% {
    background-color: #A0BF36;
  }
}
@media (min-width: 480px) {
  /* line 473, ../sass/module/_products-recipes-grid.scss */
  .i18n-at-de .products-recipes-grid__mobile-message, .i18n-de .products-recipes-grid__mobile-message, .i18n-gsw-berne .products-recipes-grid__mobile-message, .i18n-fr .products-recipes-grid__mobile-message, .i18n-fr-fr .products-recipes-grid__mobile-message, .i18n-lu-fr .products-recipes-grid__mobile-message, .i18n-pt-pt .products-recipes-grid__mobile-message, .i18n-es .products-recipes-grid__mobile-message, .i18n-it .products-recipes-grid__mobile-message {
    font-size: 14px;
  }
}
@media (min-width: 631px) {
  /* line 487, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid {
    height: 50vw;
  }
  /* line 490, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid, .products-recipes-grid[data-is-homepage="1"] {
    padding-bottom: 0;
  }

  /* line 497, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid[data-is-homepage="1"] .products-recipes-grid__item--cta {
    padding: 0;
    height: 25vw;
  }

  /* line 504, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__homepage-title {
    bottom: 30px !important;
    right: 30px !important;
  }
  /* line 508, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__homepage-title h1 {
    font-size: 18.2px !important;
    margin-bottom: 10px !important;
  }
  /* line 512, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__homepage-title a {
    font-size: 12.1333px !important;
  }

  /* line 515, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__item {
    height: 25vw;
  }
  /* line 518, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__item--cta {
    width: 50%;
    padding: 0;
    position: relative;
  }

  /* line 524, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__mobile-message {
    top: 25vw;
  }

  /* line 528, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__item__container {
    width: 50%;
  }
  /* line 533, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid:not([data-is-homepage="1"]) .products-recipes-grid__item__container:nth-of-type(n), [data-is-homepage="1"] .products-recipes-grid__item__container:nth-of-type(n) {
    display: block;
  }
  /* line 534, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid:not([data-is-homepage="1"]) .products-recipes-grid__item__container:nth-of-type(n) .products-recipes-grid__item--recipe, [data-is-homepage="1"] .products-recipes-grid__item__container:nth-of-type(n) .products-recipes-grid__item--recipe {
    float: right;
  }
  /* line 538, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid:not([data-is-homepage="1"]) .products-recipes-grid__item__container:nth-of-type(n) .products-recipes-grid__item--product, [data-is-homepage="1"] .products-recipes-grid__item__container:nth-of-type(n) .products-recipes-grid__item--product {
    float: left;
  }
  /* line 549, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid:not([data-is-homepage="1"]) .products-recipes-grid__item__container:nth-of-type(4n+4) .products-recipes-grid__item--recipe, .products-recipes-grid:not([data-is-homepage="1"]) .products-recipes-grid__item__container:nth-of-type(4n+5) .products-recipes-grid__item--recipe {
    float: left;
  }
  /* line 553, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid:not([data-is-homepage="1"]) .products-recipes-grid__item__container:nth-of-type(4n+4) .products-recipes-grid__item--product, .products-recipes-grid:not([data-is-homepage="1"]) .products-recipes-grid__item__container:nth-of-type(4n+5) .products-recipes-grid__item--product {
    float: right;
  }
  /* line 558, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid:not([data-is-homepage="1"]) .products-recipes-grid__item__container:nth-of-type(n+6) {
    display: none;
  }
  /* line 567, ../sass/module/_products-recipes-grid.scss */
  [data-is-homepage="1"] .products-recipes-grid__item__container:nth-of-type(4n+3) .products-recipes-grid__item--recipe, [data-is-homepage="1"] .products-recipes-grid__item__container:nth-of-type(4n+4) .products-recipes-grid__item--recipe {
    float: left;
  }
  /* line 571, ../sass/module/_products-recipes-grid.scss */
  [data-is-homepage="1"] .products-recipes-grid__item__container:nth-of-type(4n+3) .products-recipes-grid__item--product, [data-is-homepage="1"] .products-recipes-grid__item__container:nth-of-type(4n+4) .products-recipes-grid__item--product {
    float: right;
  }
  /* line 576, ../sass/module/_products-recipes-grid.scss */
  [data-is-homepage="1"] .products-recipes-grid__item__container:nth-of-type(n+4) {
    display: none;
  }

  /* line 582, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__item__title {
    text-align: right;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /* line 591, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__item__title::after {
    right: 0;
  }
}
@media (min-width: 730px) {
  /* line 598, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__homepage-title {
    bottom: 50px !important;
    right: 50px !important;
  }
  /* line 602, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__homepage-title a {
    font-size: 14px !important;
  }
}
@media (min-width: 831px) {
  /* line 607, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid {
    height: 33.33333vw;
    padding-bottom: 0;
  }

  /* line 612, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__item {
    height: 16.66667vw;
  }
  /* line 615, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__item--cta {
    width: 33.33333%;
    padding: 0;
    position: relative;
  }

  /* line 623, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid[data-is-homepage="1"] .products-recipes-grid__item--cta {
    height: 16.66667vw;
  }

  /* line 628, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__mobile-message {
    top: 16.66667vw;
  }

  /* line 632, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__item__container {
    width: 33.33333%;
  }
  /* line 637, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid:not([data-is-homepage="1"]) .products-recipes-grid__item__container:nth-of-type(n), [data-is-homepage="1"] .products-recipes-grid__item__container:nth-of-type(n) {
    display: block;
  }
  /* line 638, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid:not([data-is-homepage="1"]) .products-recipes-grid__item__container:nth-of-type(n) .products-recipes-grid__item--recipe, [data-is-homepage="1"] .products-recipes-grid__item__container:nth-of-type(n) .products-recipes-grid__item--recipe {
    float: right;
  }
  /* line 642, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid:not([data-is-homepage="1"]) .products-recipes-grid__item__container:nth-of-type(n) .products-recipes-grid__item--product, [data-is-homepage="1"] .products-recipes-grid__item__container:nth-of-type(n) .products-recipes-grid__item--product {
    float: left;
  }
  /* line 654, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid:not([data-is-homepage="1"]) .products-recipes-grid__item__container:nth-of-type(6n+5) .products-recipes-grid__item--recipe, .products-recipes-grid:not([data-is-homepage="1"]) .products-recipes-grid__item__container:nth-of-type(6n+6) .products-recipes-grid__item--recipe, .products-recipes-grid:not([data-is-homepage="1"]) .products-recipes-grid__item__container:nth-of-type(6n+7) .products-recipes-grid__item--recipe {
    float: left;
  }
  /* line 658, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid:not([data-is-homepage="1"]) .products-recipes-grid__item__container:nth-of-type(6n+5) .products-recipes-grid__item--product, .products-recipes-grid:not([data-is-homepage="1"]) .products-recipes-grid__item__container:nth-of-type(6n+6) .products-recipes-grid__item--product, .products-recipes-grid:not([data-is-homepage="1"]) .products-recipes-grid__item__container:nth-of-type(6n+7) .products-recipes-grid__item--product {
    float: right;
  }
  /* line 663, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid:not([data-is-homepage="1"]) .products-recipes-grid__item__container:nth-of-type(n+8) {
    display: none;
  }
  /* line 671, ../sass/module/_products-recipes-grid.scss */
  [data-is-homepage="1"] .products-recipes-grid__item__container:nth-of-type(6n+4) .products-recipes-grid__item--recipe, [data-is-homepage="1"] .products-recipes-grid__item__container:nth-of-type(6n+5) .products-recipes-grid__item--recipe {
    float: left;
  }
  /* line 675, ../sass/module/_products-recipes-grid.scss */
  [data-is-homepage="1"] .products-recipes-grid__item__container:nth-of-type(6n+4) .products-recipes-grid__item--product, [data-is-homepage="1"] .products-recipes-grid__item__container:nth-of-type(6n+5) .products-recipes-grid__item--product {
    float: right;
  }
  /* line 680, ../sass/module/_products-recipes-grid.scss */
  [data-is-homepage="1"] .products-recipes-grid__item__container:nth-of-type(n+6) {
    display: none;
  }

  /* line 686, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__item__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /* line 694, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__item__title::after {
    right: 0;
  }

  /* line 699, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__homepage-title {
    bottom: 30px !important;
    right: 30px !important;
  }
  /* line 703, ../sass/module/_products-recipes-grid.scss */
  .i18n-pt-pt .products-recipes-grid__homepage-title {
    bottom: 25px !important;
    right: 25px !important;
  }
  /* line 708, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__homepage-title h1 {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  /* line 712, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__homepage-title a {
    font-size: 11.2px !important;
  }

  /* line 715, ../sass/module/_products-recipes-grid.scss */
  .i18n-pt-pt .products-recipes-grid__homepage-title .cfp_block-copy-title {
    font-size: 1.2em !important;
  }
}
@media (min-width: 1025px) {
  /* line 721, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__homepage-title {
    right: 50px !important;
  }
}
@media (min-width: 1090px) {
  /* line 727, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__homepage-title {
    bottom: 30px !important;
    padding-left: 20px;
  }
  /* line 731, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__homepage-title h1 {
    font-size: 26px !important;
    line-height: 27px !important;
  }
  /* line 735, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__homepage-title a {
    font-size: 14px !important;
  }
}
@media (min-width: 1200px) {
  /* line 742, ../sass/module/_products-recipes-grid.scss */
  [data-is-homepage="0"] .products-recipes-grid__item__title {
    font-size: 24px;
  }
  /* line 746, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__item__title.js_goto {
    padding-right: 70px;
  }
}
@media (min-width: 1280px) {
  /* line 753, ../sass/module/_products-recipes-grid.scss */
  .i18n-pt-pt .products-recipes-grid__homepage-title .cfp_block-copy-title {
    font-size: 2em !important;
    line-height: 1em !important;
  }
}
/* @media (min-width: 1920px) {

	.products-recipes-grid {
		height: $prg_grid-item-size-large*2vw;
		padding-bottom: 0;
	}

	.products-recipes-grid__item {
		height: $prg_grid-item-size-large*1vw;

		&--cta {
			width: $prg_grid-item-size-large*2%;
			padding: 0;
			position: relative;
		}
	}

	.products-recipes-grid__item__title {

		[data-is-homepage="0"] & {
			font-size: 28px;
		}
	}

	.products-recipes-grid[data-is-homepage="1"] {
		.products-recipes-grid__item--cta {
			height: $prg_grid-item-size-large*1vw;
		}
	}

	.products-recipes-grid__mobile-message {
		top: $prg_grid-item-size-large*1vw;
	}

	.products-recipes-grid__item__container {
		width: $prg_grid-item-size-large*2%;

		.products-recipes-grid:not([data-is-homepage="1"]) &,
		[data-is-homepage="1"] & {
			&:nth-of-type(n) {
				.products-recipes-grid__item--recipe {
					float: right;
				}

				.products-recipes-grid__item--product {
					float: left;
				}

				display: block;
			}
		}

		.products-recipes-grid:not([data-is-homepage="1"]) & {
			&:nth-of-type(8n+6),
			&:nth-of-type(6n+7),
			&:nth-of-type(6n+8),
			&:nth-of-type(6n+9) {
				.products-recipes-grid__item--recipe {
					float: left;
				}

				.products-recipes-grid__item--product {
					float: right;
				}
			}

			&:nth-of-type(n+10) {
				display: none;
			}
		}

		[data-is-homepage="1"] & {
			&:nth-of-type(8n+5),
			&:nth-of-type(8n+6),
			&:nth-of-type(8n+7) {
				.products-recipes-grid__item--recipe {
					float: left;
				}

				.products-recipes-grid__item--product {
					float: right;
				}
			}

			&:nth-of-type(n+8) {
				display: none;
			}
		}
	}
} */
/* line 4, ../sass/module/_info-questions.scss */
.info-questions .field-collection-view,
.info-questions .field-collection-container {
  padding: 0;
  border: 0;
  margin: 0;
}
/* line 11, ../sass/module/_info-questions.scss */
.info-questions .field-collection-container .field-items .field-item {
  margin-bottom: 0;
}
/* line 15, ../sass/module/_info-questions.scss */
.info-questions .field-name-field-header-image img {
  width: 100%;
}

/* line 20, ../sass/module/_info-questions.scss */
.info-questions__content {
  text-align: center;
  padding: 50px 0;
  color: #6d6661;
}
/* line 25, ../sass/module/_info-questions.scss */
.info-questions__content,
.info-questions__content p {
  font-size: 15px;
  line-height: 1.333333333;
}
/* line 31, ../sass/module/_info-questions.scss */
.info-questions__content h2 {
  font-size: 17px;
  line-height: 1.133333333;
  font-weight: 700;
  padding-top: 25px;
  padding-bottom: 15px;
  display: block;
  color: #6d6661;
}

/* line 42, ../sass/module/_info-questions.scss */
.info-questions__row {
  max-width: 892px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}

/* line 49, ../sass/module/_info-questions.scss */
.info-questions__title {
  font-family: "brandon_grotesquebold", "Arial", "Helvetica", sans-serif;
  font-size: 30px;
  line-height: 1;
  color: #0c8f46;
  text-transform: uppercase;
  margin-bottom: 38px;
}

/* line 59, ../sass/module/_info-questions.scss */
.info-questions__questions {
  background-color: #fbf9f5;
  padding: 50px 0;
}
/* line 63, ../sass/module/_info-questions.scss */
.info-questions__questions .field-collection-item-field-question-and-answer {
  margin-bottom: 15px;
}
/* line 67, ../sass/module/_info-questions.scss */
.info-questions__questions .field-name-field-question {
  color: #6d6661;
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(143, 138, 135, 0.2);
}
/* line 76, ../sass/module/_info-questions.scss */
.info-questions__questions .field-name-field-question-and-answer > .field-items > .field-item.is-active .field-name-field-question .field-item {
  color: #a1bf36;
}

/* line 11, ../sass/module/_homepage-blocks.scss */
.homepage-block {
  width: 50%;
  background-color: #e75545;
  float: left;
  max-width: 100%;
  overflow: hidden;
  -ms-scroll-limit: 0 0 0 0;
  -ms-overflow-style: none;
}
/* line 20, ../sass/module/_homepage-blocks.scss */
.homepage-block--wide {
  width: 100%;
}

/* line 25, ../sass/module/_homepage-blocks.scss */
.homepage-block__inner {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 27.5px 24px 18px;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
/* line 33, ../sass/module/_homepage-blocks.scss */
html:not(.ie11) .homepage-block__inner {
  justify-content: center;
}

/* line 39, ../sass/module/_homepage-blocks.scss */
.homepage-block__title {
  color: #fff;
  font-size: 25px;
  font-family: "ProvamelSunday", sans-serif;
  line-height: 1.180327869;
  text-align: center;
  margin-bottom: 20px;
}
/* line 47, ../sass/module/_homepage-blocks.scss */
.homepage-block__title span {
  font-size: 1.62em;
}

/* line 52, ../sass/module/_homepage-blocks.scss */
.homepage-block__subtitle {
  color: #fff;
  font-size: 32px;
  font-family: "ProvamelSunday", sans-serif;
  line-height: 1.2;
  margin-bottom: 35px;
}

/* line 61, ../sass/module/_homepage-blocks.scss */
.homepage-block__first {
  order: 2;
  text-align: center;
  min-width: 132px;
  flex-shrink: 0;
  margin-left: -25px;
  z-index: 1;
}

/* line 70, ../sass/module/_homepage-blocks.scss */
.homepage-block__right {
  margin-left: auto;
}

/* line 75, ../sass/module/_homepage-blocks.scss */
.homepage-block__image {
  position: relative;
  max-width: 460px;
  min-width: 200px;
  margin-left: -25px;
}
/* line 81, ../sass/module/_homepage-blocks.scss */
.homepage-block__image img {
  width: 100%;
  height: auto;
}

/* line 87, ../sass/module/_homepage-blocks.scss */
.homepage-block__image__circle {
  width: 15vw;
  height: 0;
  padding-bottom: 15vw;
  background: url("../img/homepage-block/circle.png") no-repeat center center;
  background-size: contain;
  font-family: "ProvamelSunday", sans-serif;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  position: absolute;
  top: -5%;
  left: 21%;
  transform: translate(-50%, -50%) rotate(12deg);
  font-size: 2.5vw;
}
/* line 103, ../sass/module/_homepage-blocks.scss */
.homepage-block__image__circle__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

/* line 116, ../sass/module/_homepage-blocks.scss */
.homepage-block__cta {
  display: none;
  text-align: center;
  min-width: 160px;
}

/* line 122, ../sass/module/_homepage-blocks.scss */
.homepage-block__button {
  position: relative;
  display: inline-block;
  text-align: center;
  font-family: "brandon_grotesquebold", sans-serif;
  text-transform: uppercase;
  color: #e75545;
  background-color: #fff;
  font-size: 12.13329px;
  line-height: 1.2857em;
  border: 2px solid #fff;
  border-radius: 4px;
  padding: .8em 3em .73333em 1.26666em;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: 50vw;
}
/* line 139, ../sass/module/_homepage-blocks.scss */
.homepage-block__button:hover {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}

/* line 146, ../sass/module/_homepage-blocks.scss */
.homepage-block__button__arrow {
  position: absolute;
  top: 50%;
  right: 1.125em;
  margin-top: -0.34375em;
  display: block;
  width: 0.6875em;
  height: 0.6875em;
}

/* line 156, ../sass/module/_homepage-blocks.scss */
.homepage-block__button__arrow__path {
  fill: #e75545;
  transition: fill .3s ease-in-out;
}
/* line 160, ../sass/module/_homepage-blocks.scss */
.homepage-block__button:hover .homepage-block__button__arrow__path {
  fill: #fff;
}

/* line 170, ../sass/module/_homepage-blocks.scss */
.i18n-de .homepage-block[data-topic="almond_drinks"] .homepage-block__cta {
  min-width: 260px;
}
/* line 174, ../sass/module/_homepage-blocks.scss */
.i18n-de .homepage-block[data-topic="almond_drinks"] .homepage-block__image__circle {
  font-size: 2.2vw;
}
/* line 181, ../sass/module/_homepage-blocks.scss */
.i18n-fr .homepage-block[data-topic="almond_drinks"] .homepage-block__cta {
  min-width: 230px;
}
/* line 189, ../sass/module/_homepage-blocks.scss */
.i18n-nl .homepage-block[data-topic="almond_drinks"] .homepage-block__cta, .i18n-nl-nl .homepage-block[data-topic="almond_drinks"] .homepage-block__cta {
  min-width: 250px;
}
/* line 196, ../sass/module/_homepage-blocks.scss */
.i18n-pt-pt .homepage-block[data-topic="almond_drinks"] .homepage-block__cta {
  min-width: 200px;
}
/* line 200, ../sass/module/_homepage-blocks.scss */
.i18n-pt-pt .homepage-block[data-topic="almond_drinks"] .homepage-block__image__circle {
  font-size: 2.4vw;
}
/* line 204, ../sass/module/_homepage-blocks.scss */
.i18n-pt-pt .homepage-block[data-topic="almond_drinks"] .homepage-block__title {
  font-size: 21px;
}
/* line 211, ../sass/module/_homepage-blocks.scss */
.i18n-it .homepage-block[data-topic="almond_drinks"] .homepage-block__cta {
  min-width: 250px;
}

@media (min-width: 400px) {
  /* line 219, ../sass/module/_homepage-blocks.scss */
  .homepage-block__first,
  .homepage-block__image {
    margin-left: 0;
  }

  /* line 224, ../sass/module/_homepage-blocks.scss */
  .homepage-block__image__circle {
    width: 7.8vw;
    padding-bottom: 7.8vw;
    top: 29%;
    left: 13%;
    font-size: 1.3vw;
  }

  /* line 236, ../sass/module/_homepage-blocks.scss */
  .i18n-de .homepage-block[data-topic="almond_drinks"] .homepage-block__image__circle {
    font-size: 1.1vw;
  }
  /* line 243, ../sass/module/_homepage-blocks.scss */
  .i18n-pt-pt .homepage-block[data-topic="almond_drinks"] .homepage-block__image__circle {
    font-size: 1.2vw;
  }
}
@media (min-width: 830px) {
  /* line 251, ../sass/module/_homepage-blocks.scss */
  .homepage-block__inner {
    padding: 27.5px 5.21472% 18px;
  }

  /* line 255, ../sass/module/_homepage-blocks.scss */
  .homepage-block__first {
    margin-left: auto;
    order: 0;
  }

  /* line 260, ../sass/module/_homepage-blocks.scss */
  .homepage-block__title {
    font-size: 50px;
  }

  /* line 264, ../sass/module/_homepage-blocks.scss */
  .homepage-block__subtitle {
    display: block;
  }

  /* line 268, ../sass/module/_homepage-blocks.scss */
  .homepage-block__image {
    max-width: 652px;
    margin: 0 0 0 35px;
  }

  /* line 273, ../sass/module/_homepage-blocks.scss */
  .homepage-block__button {
    font-size: 13.99995px;
  }
  /* line 276, ../sass/module/_homepage-blocks.scss */
  .homepage-block__button--mobile {
    display: none;
  }

  /* line 281, ../sass/module/_homepage-blocks.scss */
  .homepage-block__cta {
    display: block;
  }

  /* line 289, ../sass/module/_homepage-blocks.scss */
  .i18n-pt-pt .homepage-block[data-topic="almond_drinks"] .homepage-block__title {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  /* line 297, ../sass/module/_homepage-blocks.scss */
  .homepage-block__image__circle {
    width: 100px;
    padding-bottom: 100px;
    font-size: 17px;
  }

  /* line 308, ../sass/module/_homepage-blocks.scss */
  .i18n-de .homepage-block[data-topic="almond_drinks"] .homepage-block__image__circle {
    font-size: 13px;
  }
}
@media (min-width: 1500px) {
  /* line 316, ../sass/module/_homepage-blocks.scss */
  .homepage-block__first {
    margin-left: 0;
  }

  /* line 320, ../sass/module/_homepage-blocks.scss */
  .homepage-block__image {
    margin-left: auto;
  }
}
/* line 1, ../sass/module/_cookie-popup.scss */
.cookie-popup {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #59bc7b;
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  font-family: "Lato", sans-serif;
  text-align: center;
}
/* line 13, ../sass/module/_cookie-popup.scss */
.cookie-popup.is-visible {
  display: block;
}

/* line 18, ../sass/module/_cookie-popup.scss */
.cookie-popup__inner {
  background-color: rgba(34, 34, 34, 0.2);
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 26, ../sass/module/_cookie-popup.scss */
.cookie-popup__p {
  color: #fff8f2;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.85714;
}

/* line 34, ../sass/module/_cookie-popup.scss */
.cookie-popup__a {
  color: #fff8f2;
  text-decoration: underline;
}
/* line 38, ../sass/module/_cookie-popup.scss */
.no-touch .cookie-popup__a:hover {
  text-decoration: none;
}

/* line 43, ../sass/module/_cookie-popup.scss */
.cookie-popup__btn {
  margin-left: 12px;
  background-color: #fff8f2;
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 57, ../sass/module/_cookie-popup.scss */
.no-touch .cookie-popup__btn:hover {
  opacity: .9;
}

/* line 62, ../sass/module/_cookie-popup.scss */
.cookie-popup__btn__cross {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff8f2;
}
/* line 70, ../sass/module/_cookie-popup.scss */
.cookie-popup__btn__cross::before, .cookie-popup__btn__cross::after {
  content: '';
  width: 5px;
  height: 20px;
  position: absolute;
  background-color: #4e9d69;
  display: block;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  border-radius: 1px;
}
/* line 84, ../sass/module/_cookie-popup.scss */
.cookie-popup__btn__cross::after {
  width: 20px;
  height: 5px;
}

/* line 2, ../sass/module/javascript/_js-faq.scss */
.js-faq .field-name-field-question .field-item {
  padding-left: 1em;
  position: relative;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
/* line 8, ../sass/module/javascript/_js-faq.scss */
.js-faq .field-name-field-question .field-item::before {
  content: ">";
  position: absolute;
  left: 0;
  transform: rotate(0deg);
  transition: transform 0.4s ease-in-out;
}
/* line 18, ../sass/module/javascript/_js-faq.scss */
.js-faq .field-name-field-answer {
  display: none;
}
/* line 23, ../sass/module/javascript/_js-faq.scss */
.js-faq .field-name-field-question-and-answer > .field-items > .field-item.is-active .field-name-field-question .field-item::before {
  transform: rotate(90deg);
}

/* line 1, ../sass/module/_utilities.scss */
.mb {
  margin-bottom: 1em;
}
/* line 4, ../sass/module/_utilities.scss */
.mb-small {
  margin-bottom: 0.5em;
}
/* line 8, ../sass/module/_utilities.scss */
.mb-large {
  margin-bottom: 2em;
}

/* line 13, ../sass/module/_utilities.scss */
.mr {
  margin-right: .5em;
}
/* line 16, ../sass/module/_utilities.scss */
.mr-small {
  margin-right: .5em;
}

/* line 21, ../sass/module/_utilities.scss */
.mt {
  margin-top: 1em;
}
/* line 24, ../sass/module/_utilities.scss */
.mt-large {
  margin-top: 2em;
}

/* line 29, ../sass/module/_utilities.scss */
.ml {
  margin-left: 1em;
}
/* line 32, ../sass/module/_utilities.scss */
.ml-small {
  margin-left: .5em;
}

/* line 37, ../sass/module/_utilities.scss */
.pr {
  padding-right: .5em;
}
/* line 40, ../sass/module/_utilities.scss */
.pr-large {
  padding-right: 1em;
}

/* line 46, ../sass/module/_utilities.scss */
.pt {
  padding-top: .5em;
}
/* line 49, ../sass/module/_utilities.scss */
.pt-large {
  padding-top: 1em;
}
/* line 53, ../sass/module/_utilities.scss */
.pt-xl {
  padding-top: 2.5em;
}

/* line 58, ../sass/module/_utilities.scss */
.pt0 {
  padding-top: 0;
}

/* line 62, ../sass/module/_utilities.scss */
.pb {
  padding-bottom: .5em;
}
/* line 65, ../sass/module/_utilities.scss */
.pb-large {
  padding-bottom: 1em;
}
/* line 69, ../sass/module/_utilities.scss */
.pb-xl {
  padding-bottom: 2.5em;
}

/* line 74, ../sass/module/_utilities.scss */
.pb0 {
  padding-bottom: 0;
}

/* line 5, ../sass/mixins/_clearfix.scss */
.cf:before, .cf:after {
  display: table;
  content: '';
}
/* line 11, ../sass/mixins/_clearfix.scss */
.cf:after {
  clear: both;
}

/* line 82, ../sass/module/_utilities.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 86, ../sass/module/_utilities.scss */
.pull-left {
  float: left;
}

/* line 90, ../sass/module/_utilities.scss */
.pull-right {
  float: right;
}

/* line 94, ../sass/module/_utilities.scss */
.align-right {
  text-align: right;
}

/* line 98, ../sass/module/_utilities.scss */
.align-center {
  text-align: center;
}

/* line 102, ../sass/module/_utilities.scss */
.vertical-center {
  position: relative;
}
/* line 105, ../sass/module/_utilities.scss */
.vertical-center_target {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 113, ../sass/module/_utilities.scss */
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  	                             /* Non-prefixed version, currently
                                   not supported by any browser */
}

/* line 123, ../sass/module/_utilities.scss */
.table {
  width: 100%;
  display: table;
}

/* line 128, ../sass/module/_utilities.scss */
.table-cell {
  display: table-cell;
}

/* line 132, ../sass/module/_utilities.scss */
.flip-images img {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

@media all and (min-width: 769px) {
  /* line 142, ../sass/module/_utilities.scss */
  .only-mobile {
    display: none;
  }

  /* line 146, ../sass/module/_utilities.scss */
  .pt-xl-desktop {
    padding-top: 2.5em;
  }

  /* line 150, ../sass/module/_utilities.scss */
  .pb-xl-desktop {
    padding-bottom: 2.5em;
  }
}
@media all and (max-width: 768px) {
  /* line 156, ../sass/module/_utilities.scss */
  .only-desktop {
    display: none;
  }

  /* line 160, ../sass/module/_utilities.scss */
  .pt-xl-mobile {
    padding-top: 2.5em;
  }
}
/* line 165, ../sass/module/_utilities.scss */
.has-no-transition,
.notransition {
  -moz-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}
