/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* Fonts */
/* Font size */
/* Font colors */
/* Background colors */
/* Border colors */
/* Button colors */
/* Otras */
/* Fonts */
/* Font size */
/* Font colors */
/* Background colors */
/* Border colors */
/* Button colors */
/* Icon colors */
/* Otras */
/* Wrapper Center sizes */
/*Mixins*/
/**
 *
 * Placeholder
 *
 */
.animation {
  /* Animate action */ }
  .animation.animation-fade-in {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .animation.animation-fade-in-left {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transform: translateX(-30px); }
  .animation.animate.animation-fade-in {
    animation-name: fadeIn;
    animation-duration: .7s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .animation.animate.animation-fade-in-left {
    animation-name: fadeInLeft;
    animation-duration: .7s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out; }

/* Chrome, Safari, Opera */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); } }

/* Standard syntax */
@keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); } }

/* Chrome, Safari, Opera */
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); } }

/* Standard syntax */
@keyframes fadeOut {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); } }

/* Chrome, Safari, Opera */
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transform: translateX(-100px); }
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    transform: translateX(0); } }

/* Standard syntax */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transform: translateX(-100px); }
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    transform: translateX(0); } }

/* Chrome, Safari, Opera */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transform: translateY(60px); }
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    transform: translateY(0); } }

/* Standard syntax */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transform: translateY(60px); }
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    transform: translateY(0); } }

/* Chrome, Safari, Opera */
@-webkit-keyframes scaleUp {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

/* Standard syntax */
@keyframes scaleUp {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

/* Chrome, Safari, Opera */
@-webkit-keyframes float {
  0% {
    transform: translatey(0px) rotate(-1deg); }
  50% {
    transform: translatey(-10px) rotate(1deg); }
  100% {
    transform: translatey(0px) rotate(-1deg); } }

/* Standard syntax */
@keyframes float {
  0% {
    transform: translatey(0px) rotate(-1deg); }
  50% {
    transform: translatey(-10px) rotate(1deg); }
  100% {
    transform: translatey(0px) rotate(-1deg); } }

/* Chrome, Safari, Opera */
@-webkit-keyframes growLeaf {
  from {
    transform: scale(0);
    opacity: 0.2; }
  to {
    transform: scale(1);
    opacity: 1; } }

/* Standard syntax */
@keyframes growLeaf {
  from {
    transform: scale(0);
    opacity: 0.2; }
  to {
    transform: scale(1);
    opacity: 1; } }

/* Chrome, Safari, Opera */
@-webkit-keyframes scaleUpBgImage {
  from {
    background-size: auto 0%; }
  to {
    background-size: auto 100%; } }

/* Standard syntax */
@keyframes scaleUpBgImage {
  from {
    background-size: auto 0%; }
  to {
    background-size: auto 100%; } }

/* Chrome, Safari, Opera */
@-webkit-keyframes spinner {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(360deg); } }

/* Standard syntax */
@keyframes spinner {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(360deg); } }

/* Chrome, Safari, Opera */
@-webkit-keyframes floatParallaxClockwise {
  from {
    transform: rotate(0deg) translate3d(4px, 0, 0) rotate(0deg); }
  to {
    transform: rotate(360deg) translate3d(4px, 0, 0) rotate(-360deg); } }

/* Standard syntax */
@keyframes floatParallaxClockwise {
  from {
    transform: rotate(0deg) translate3d(4px, 0, 0) rotate(0deg); }
  to {
    transform: rotate(360deg) translate3d(4px, 0, 0) rotate(-360deg); } }

/* Chrome, Safari, Opera */
@-webkit-keyframes floatParallaxAntiClockwise {
  from {
    transform: rotate(360deg) translate3d(2px, 0, 0) rotate(-360deg); }
  to {
    transform: rotate(0deg) translate3d(2px, 0, 0) rotate(0deg); } }

/* Standard syntax */
@keyframes floatParallaxAntiClockwise {
  from {
    transform: rotate(360deg) translate3d(2px, 0, 0) rotate(-360deg); }
  to {
    transform: rotate(0deg) translate3d(2px, 0, 0) rotate(0deg); } }

/* Chrome, Safari, Opera */
@-webkit-keyframes topToBottom {
  from {
    transform: translateY(100%); }
  to {
    transform: translateY(0); } }

/* Standard syntax */
@keyframes topToBottom {
  from {
    transform: translateY(100%); }
  to {
    transform: translateY(0); } }

/* Chrome, Safari, Opera */
@-webkit-keyframes bottomToTop {
  from {
    transform: translateY(-100%); }
  to {
    transform: translateY(0); } }

/* Standard syntax */
@keyframes bottomToTop {
  from {
    transform: translateY(-100%); }
  to {
    transform: translateY(0); } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none; }

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

body,
html {
  font-family: "Roboto", Arial;
  font-size: 14px;
  line-height: 1.4;
  color: #4f4f4f; }
  @media (min-width: 768px) {
    body,
    html {
      font-size: 16px; } }

h1,
.h1,
.page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 500;
  line-height: 1.3; }
  h1 a,
  .h1 a,
  .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2 a,
  h2 a,
  .h2 a,
  h3 a,
  .h3 a,
  h4 a,
  .h4 a,
  h5 a,
  .h5 a,
  h6 a,
  .h6 a {
    color: #4f4f4f; }
    h1 a:hover,
    .h1 a:hover,
    .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2 a:hover,
    h2 a:hover,
    .h2 a:hover,
    h3 a:hover,
    .h3 a:hover,
    h4 a:hover,
    .h4 a:hover,
    h5 a:hover,
    .h5 a:hover,
    h6 a:hover,
    .h6 a:hover {
      color: #009e3d; }

h1,
.h1,
.page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2 {
  font-size: 2.5rem;
  margin: 0 0 30px 0;
  color: #009e3d; }
  @media (min-width: 768px) {
    h1,
    .h1,
    .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2 {
      font-size: 2.5rem; } }

h2,
.h2 {
  font-size: 2.34375rem;
  margin: 30px 0 15px 0; }
  @media (min-width: 768px) {
    h2,
    .h2 {
      margin: 45px 0 30px 0;
      font-size: 2.5rem; } }

h3,
.h3 {
  font-size: 1.375rem;
  margin: 30px 0 15px 0; }
  @media (min-width: 768px) {
    h3,
    .h3 {
      margin: 45px 0 30px 0;
      font-size: 1.875rem; } }

h4,
.h4 {
  font-size: 1.5rem;
  margin: 30px 0 15px 0; }
  @media (min-width: 768px) {
    h4,
    .h4 {
      font-size: 1.5rem; } }

h5,
.h5 {
  font-size: 1.125rem;
  margin: 30px 0 15px 0; }
  @media (min-width: 768px) {
    h5,
    .h5 {
      font-size: 1.125rem; } }

h6,
.h6 {
  font-size: 1rem;
  margin: 0 0 30px 0; }
  @media (min-width: 768px) {
    h6,
    .h6 {
      font-size: 1rem; } }

p,
.p {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 300; }
  @media (min-width: 768px) {
    p,
    .p {
      font-size: 16px; } }

a {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  color: #009e3d; }
  a .icon svg {
    fill: #009e3d;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out; }
  a:hover {
    color: #006b29; }
    a:hover .icon svg {
      fill: #006b29; }

a.filling-on-hover,
button.filling-on-hover {
  display: flex;
  align-items: center;
  position: relative;
  color: #009e3d;
  padding-left: 0; }
  a.filling-on-hover span,
  button.filling-on-hover span {
    display: block;
    height: 2px;
    width: 30px;
    background-color: unset;
    opacity: 0.5;
    margin-right: 25.5px; }
  a.filling-on-hover:after,
  button.filling-on-hover:after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    display: block;
    background-color: unset;
    height: 2px;
    width: 30px;
    transform: scaleX(0.3) translateY(-50%) translateZ(0);
    transform-origin: 0;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
  a.filling-on-hover:hover,
  button.filling-on-hover:hover {
    color: #006b29; }
    a.filling-on-hover:hover:after,
    button.filling-on-hover:hover:after {
      transform: scaleX(1) translateY(-50%) translateZ(0);
      transform-origin: 0 0; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer; }
  button.primary-btn,
  input[type="submit"].primary-btn {
    padding: 15px 60px;
    border: 2px solid #d2d2d2;
    color: #009e3d;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out; }
    button.primary-btn:hover,
    input[type="submit"].primary-btn:hover {
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out;
      color: #006b29;
      border-color: #b9b9b9; }

strong,
b {
  font-weight: 400; }

ul {
  padding-left: 13px; }
  ul > li {
    margin-bottom: 10px;
    font-weight: 300;
    list-style-type: none; }
    ul > li::before {
      content: "\2022";
      color: #009e3d;
      font-weight: bold;
      display: inline-block;
      width: 1em;
      margin-left: -15px; }
    ul > li > ul {
      margin-top: 10px; }
      ul > li > ul > li::before {
        color: #4f4f4f; }

ol {
  padding-left: 0;
  list-style-type: none;
  counter-reset: li; }
  ol > li {
    margin-bottom: 10px;
    font-weight: 300;
    counter-increment: li;
    position: relative;
    padding-left: 15px; }
    ol > li::before {
      content: counter(li);
      color: #009e3d;
      font-weight: 500;
      margin-right: 15px;
      position: absolute;
      left: 0; }

nav ul {
  margin: 0;
  padding: 0;
  padding-left: 0; }
  nav ul li {
    list-style-type: none;
    font-weight: 400; }
    nav ul li::before {
      display: none; }

.icon svg {
  width: 24px;
  height: 24px; }

picture {
  display: block; }
  picture img {
    max-width: 100%;
    display: block; }

address {
  font-style: normal;
  font-weight: 400; }
  address strong {
    font-weight: 500; }

.date {
  color: #009e3d;
  font-weight: 600;
  text-transform: lowercase; }

.wp-block-quote {
  border-left: 0;
  padding: 0;
  color: #009e3d;
  margin: 45px 0 45px; }
  .wp-block-quote p {
    font-size: 1.5rem;
    line-height: 1.4;
    margin: 0; }
    @media (min-width: 768px) {
      .wp-block-quote p {
        font-size: 1.5rem; } }

table {
  width: 100%;
  border-collapse: collapse; }
  table th,
  table td {
    font-weight: 400;
    text-align: left; }
  table thead tr th {
    background: #009e3d;
    color: #fff;
    padding: 15px 30px;
    font-weight: 400; }
  table tbody tr td {
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    padding: 15px 30px; }

.main-content {
  max-width: 100%;
  overflow: hidden; }

figure {
  margin: 0; }
  figure img {
    max-width: 100%;
    height: auto; }

/* Descriptions */
.page-header-description p,
p.page-header-description,
.slide-description,
.featured-description {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.4; }
  .page-header-description p:last-of-type,
  p.page-header-description:last-of-type,
  .slide-description:last-of-type,
  .featured-description:last-of-type {
    margin-bottom: 0; }

/* Horizontal loader */
.horizontal-loader svg {
  width: 80px;
  height: 80px;
  fill: unset; }

.play-button {
  border: 1px;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 60px;
  background-color: transparent;
  padding: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  z-index: 2; }
  @media (min-width: 768px) {
    .play-button {
      width: 105px;
      height: 105px;
      border-radius: 105px; } }
  .play-button:hover {
    background-color: rgba(39, 45, 57, 0.15); }
    .play-button:hover svg {
      transform: scale(1.5); }
  .play-button svg {
    transition: transform 0.35s ease-in-out;
    fill: #009e3d;
    width: 30px;
    height: 30px; }

.slider-video-dialog {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: auto;
  z-index: 30;
  background-color: black;
  transform: translate(-50%, -50%);
  max-width: 90%; }
  .slider-video-dialog .slider-video-dialog-inner {
    height: 100%; }
  .slider-video-dialog.open {
    display: block; }

#slider-video-dialog-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.5); }
  #slider-video-dialog-backdrop.open {
    display: block; }

#video-close {
  display: none;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 9999;
  cursor: pointer; }
  #video-close.open {
    display: block; }
  #video-close svg {
    fill: #fff;
    width: 24px;
    height: 24px; }

.video-modal {
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  opacity: 0;
  width: 800px;
  max-width: 90%;
  max-height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20; }
  .video-modal.open {
    opacity: 1;
    visibility: visible;
    pointer-events: all; }
  .video-modal video {
    max-width: 100%; }
  .video-modal > a {
    position: absolute;
    right: 10px;
    top: 10px; }
    .video-modal > a svg {
      fill: white;
      width: 20px;
      height: 20px; }

.video-modal-backdrop {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7); }
  .video-modal-backdrop.open {
    opacity: 1;
    visibility: visible;
    pointer-events: all; }

figure + header,
figure + .post-header,
figure + .page-header {
  margin-top: 30px; }

.guten-content .image.fullsize {
  margin-left: -30px;
  margin-right: -30px; }
  .guten-content .image.fullsize img {
    width: 100%;
    height: auto; }

/*=============================================
=            Adminbar            =
=============================================*/
/*=====  End of Adminbar  ======*/
/*=============================================
=            Headings            =
=============================================*/
h1,
.h1,
.page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2 {
  font-family: "AlbatrossCastorOne", Arial;
  font-size: 2.5rem; }
  @media (min-width: 768px) {
    h1,
    .h1,
    .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2 {
      font-size: 2.5rem; } }
  @media (min-width: 992px) {
    h1,
    .h1,
    .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2 {
      font-size: 2.5rem; } }
  @media (min-width: 1200px) {
    h1,
    .h1,
    .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2 {
      font-size: 2.5rem; } }
  h1 em,
  .h1 em,
  .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2 em {
    display: inline;
    font-family: "ThirstyRoughRegOne", Arial;
    font-style: normal;
    font-size: 3.5rem; }
    h1 em em,
    .h1 em em,
    .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2 em em {
      -moz-font-feature-settings: "salt" 2;
      -webkit-font-feature-settings: "salt" 2;
      font-feature-settings: "salt" 2; }
    h1 em:before,
    .h1 em:before,
    .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2 em:before {
      content: "";
      display: block; }
    h1 em:after,
    .h1 em:after,
    .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2 em:after {
      content: "";
      display: block; }
    @media (min-width: 768px) {
      h1 em,
      .h1 em,
      .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2 em {
        font-size: 4.75rem; } }
    @media (min-width: 992px) {
      h1 em,
      .h1 em,
      .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2 em {
        font-size: 4.75rem; } }
    @media (min-width: 1200px) {
      h1 em,
      .h1 em,
      .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2 em {
        font-size: 5rem; } }

h2,
.h2 {
  font-family: "AlbatrossCastorOne", Arial;
  color: #009e3d;
  text-align: center;
  font-size: 2.34375rem;
  margin: 30px 0 15px 0; }
  @media (min-width: 768px) {
    h2,
    .h2 {
      font-size: 3.125rem; } }
  @media (min-width: 992px) {
    h2,
    .h2 {
      font-size: 2.5rem; } }
  @media (min-width: 1200px) {
    h2,
    .h2 {
      font-size: 2.5rem; } }
  h2 em,
  .h2 em {
    font-size: 1.75rem; }
    @media (min-width: 768px) {
      h2 em,
      .h2 em {
        font-size: 2.25rem; } }
    @media (min-width: 992px) {
      h2 em,
      .h2 em {
        font-size: 3rem; } }
    @media (min-width: 1200px) {
      h2 em,
      .h2 em {
        font-size: 3.875rem; } }

h5,
.h5 {
  color: #4f4f4f; }

h1.is-style-text-primary,
.h1.is-style-text-primary,
.page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2.is-style-text-primary,
h2.is-style-text-primary,
.h2.is-style-text-primary,
h3.is-style-text-primary,
.h3.is-style-text-primary,
h4.is-style-text-primary,
.h4.is-style-text-primary,
h5.is-style-text-primary,
.h5.is-style-text-primary,
h6.is-style-text-primary,
.h6.is-style-text-primary {
  color: #4f4f4f; }

h1.is-style-text-secondary,
.h1.is-style-text-secondary,
.page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2.is-style-text-secondary,
h2.is-style-text-secondary,
.h2.is-style-text-secondary,
h3.is-style-text-secondary,
.h3.is-style-text-secondary,
h4.is-style-text-secondary,
.h4.is-style-text-secondary,
h5.is-style-text-secondary,
.h5.is-style-text-secondary,
h6.is-style-text-secondary,
.h6.is-style-text-secondary {
  color: #009e3d; }

h1.is-style-text-light,
.h1.is-style-text-light,
.page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2.is-style-text-light,
h2.is-style-text-light,
.h2.is-style-text-light,
h3.is-style-text-light,
.h3.is-style-text-light,
h4.is-style-text-light,
.h4.is-style-text-light,
h5.is-style-text-light,
.h5.is-style-text-light,
h6.is-style-text-light,
.h6.is-style-text-light {
  color: #fff; }

h1.is-style-sans-serif,
.h1.is-style-sans-serif,
.page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2.is-style-sans-serif,
h2.is-style-sans-serif,
.h2.is-style-sans-serif,
h3.is-style-sans-serif,
.h3.is-style-sans-serif,
h4.is-style-sans-serif,
.h4.is-style-sans-serif,
h5.is-style-sans-serif,
.h5.is-style-sans-serif,
h6.is-style-sans-serif,
.h6.is-style-sans-serif {
  position: relative;
  margin: 0;
  font-family: "Roboto", Arial;
  font-weight: 500;
  color: #009e3d;
  padding-bottom: 15px; }
  h1.is-style-sans-serif:after,
  .h1.is-style-sans-serif:after,
  .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2.is-style-sans-serif:after,
  h2.is-style-sans-serif:after,
  .h2.is-style-sans-serif:after,
  h3.is-style-sans-serif:after,
  .h3.is-style-sans-serif:after,
  h4.is-style-sans-serif:after,
  .h4.is-style-sans-serif:after,
  h5.is-style-sans-serif:after,
  .h5.is-style-sans-serif:after,
  h6.is-style-sans-serif:after,
  .h6.is-style-sans-serif:after {
    position: absolute;
    content: "";
    width: 280px;
    display: block;
    margin: 0 auto;
    border-top: 1px solid #d2d2d2;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

h1.is-style-alternative-title,
.h1.is-style-alternative-title,
.page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2.is-style-alternative-title,
h2.is-style-alternative-title,
.h2.is-style-alternative-title,
h3.is-style-alternative-title,
.h3.is-style-alternative-title,
h4.is-style-alternative-title,
.h4.is-style-alternative-title,
h5.is-style-alternative-title,
.h5.is-style-alternative-title,
h6.is-style-alternative-title,
.h6.is-style-alternative-title {
  position: relative;
  margin: 0;
  font-family: "Roboto", Arial;
  font-weight: 500;
  color: #009e3d; }

/*=====  End of Headings  ======*/
/*=============================================
=            SR only            =
=============================================*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/*=====  End of SR only  ======*/
/*=============================================
=            Paragraphs            =
=============================================*/
p,
.p {
  font-weight: 400; }
  p.has-dark-color,
  .p.has-dark-color {
    color: #4f4f4f; }
  p.has-green-color,
  .p.has-green-color {
    color: #009e3d; }
  p.has-light-color,
  .p.has-light-color {
    color: #fff; }
  p strong,
  p b,
  .p strong,
  .p b {
    font-weight: 600; }

/*=====  End of Paragraphs  ======*/
/*=============================================
=            Headers            =
=============================================*/
section header,
article header {
  margin-bottom: 30px; }
  section header h1,
  section header h2,
  section header h3,
  section header h4,
  section header h5,
  section header h6,
  article header h1,
  article header h2,
  article header h3,
  article header h4,
  article header h5,
  article header h6 {
    margin: 0; }

/*=====  End of Headers  ======*/
/*=============================================
=            Dividers            =
=============================================*/
header h2 + .divider,
header .divider {
  width: 280px;
  margin: 15px auto 0; }

/*=====  End of Dividers  ======*/
/*=============================================
=            Links            =
=============================================*/
a {
  color: #009e3d;
  text-decoration: underline;
  font-style: italic;
  font-weight: 500; }

/*=====  End of Links  ======*/
/*=============================================
=            Blockquote            =
=============================================*/
.guten-content blockquote.wp-block-quote {
  width: 100%;
  margin: 30px 0;
  color: #4f4f4f;
  font-size: 1.25rem;
  text-align: center; }
  .guten-content blockquote.wp-block-quote:before, .guten-content blockquote.wp-block-quote:after {
    content: "";
    display: block;
    width: 100%; }
  .guten-content blockquote.wp-block-quote:after {
    border-top: 3px solid #eaeaea; }
  .guten-content blockquote.wp-block-quote:before {
    border-top: 3px solid #eaeaea; }
  .guten-content blockquote.wp-block-quote p {
    font-weight: 500;
    font-style: italic;
    padding: 22.5px 0;
    margin: 0 auto; }
  .guten-content blockquote.wp-block-quote.is-style-large {
    width: 100%;
    padding: 0 60px;
    position: relative;
    color: #009e3d; }
    @media (min-width: 768px) {
      .guten-content blockquote.wp-block-quote.is-style-large {
        width: 66.66667%;
        margin-left: 16.66667%;
        padding: 0 90px; } }
    .guten-content blockquote.wp-block-quote.is-style-large:before, .guten-content blockquote.wp-block-quote.is-style-large:after {
      content: "";
      width: 55px;
      height: 55px;
      display: block;
      position: absolute;
      background-size: 55px auto;
      background-position: center;
      background-repeat: no-repeat;
      border: none; }
      @media (min-width: 768px) {
        .guten-content blockquote.wp-block-quote.is-style-large:before, .guten-content blockquote.wp-block-quote.is-style-large:after {
          width: 85px;
          height: 85px;
          background-size: 85px auto; } }
    .guten-content blockquote.wp-block-quote.is-style-large:before {
      top: -5px;
      left: 0;
      background-image: url(../../assets/icons/quote-left.svg); }
      @media (min-width: 768px) {
        .guten-content blockquote.wp-block-quote.is-style-large:before {
          top: -30px; } }
    .guten-content blockquote.wp-block-quote.is-style-large:after {
      bottom: -5px;
      right: 0;
      background-image: url(../../assets/icons/quote-right.svg); }
      @media (min-width: 768px) {
        .guten-content blockquote.wp-block-quote.is-style-large:after {
          bottom: -30px; } }
    .guten-content blockquote.wp-block-quote.is-style-large p {
      width: 100%;
      font-size: 2rem;
      font-family: "ThirstyRoughRegOne", Arial;
      text-align: center;
      font-style: normal;
      line-height: 1.2; }
      @media (min-width: 768px) {
        .guten-content blockquote.wp-block-quote.is-style-large p {
          font-size: 3rem; } }

/*=====  End of Blockquote  ======*/
/*=============================================
=            SVG            =
=============================================*/
svg {
  display: block; }

.icon svg {
  width: 30px;
  height: 30px; }

/*=====  End of SVG  ======*/
/*=============================================
=            Navs            =
=============================================*/
nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

/*=====  End of Navs  ======*/
/*=============================================
=            Form els            =
=============================================*/
.field-wrapper {
  margin-top: 15px; }
  .field-wrapper.group-inline {
    display: flex; }
  .field-wrapper input:not([type="submit"]),
  .field-wrapper input:not([type="checkbox"]),
  .field-wrapper input:not([type="radio"]),
  .field-wrapper select {
    padding: 0 15px;
    height: 54px;
    border-radius: 8px;
    box-shadow: none;
    border: none; }
    .field-wrapper input:not([type="submit"]).small,
    .field-wrapper input:not([type="checkbox"]).small,
    .field-wrapper input:not([type="radio"]).small,
    .field-wrapper select.small {
      height: 38px; }
    .field-wrapper input:not([type="submit"]).translucent,
    .field-wrapper input:not([type="checkbox"]).translucent,
    .field-wrapper input:not([type="radio"]).translucent,
    .field-wrapper select.translucent {
      background-color: rgba(255, 255, 255, 0.5);
      color: #fff; }
      .field-wrapper input:not([type="submit"]).translucent::-webkit-input-placeholder,
      .field-wrapper input:not([type="checkbox"]).translucent::-webkit-input-placeholder,
      .field-wrapper input:not([type="radio"]).translucent::-webkit-input-placeholder,
      .field-wrapper select.translucent::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.5); }
      .field-wrapper input:not([type="submit"]).translucent:-moz-placeholder,
      .field-wrapper input:not([type="checkbox"]).translucent:-moz-placeholder,
      .field-wrapper input:not([type="radio"]).translucent:-moz-placeholder,
      .field-wrapper select.translucent:-moz-placeholder {
        color: rgba(255, 255, 255, 0.5); }
      .field-wrapper input:not([type="submit"]).translucent::-moz-placeholder,
      .field-wrapper input:not([type="checkbox"]).translucent::-moz-placeholder,
      .field-wrapper input:not([type="radio"]).translucent::-moz-placeholder,
      .field-wrapper select.translucent::-moz-placeholder {
        color: rgba(255, 255, 255, 0.5); }
      .field-wrapper input:not([type="submit"]).translucent:-ms-input-placeholder,
      .field-wrapper input:not([type="checkbox"]).translucent:-ms-input-placeholder,
      .field-wrapper input:not([type="radio"]).translucent:-ms-input-placeholder,
      .field-wrapper select.translucent:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.5); }
  .field-wrapper select {
    width: 100%;
    text-indent: 7.5px; }
  .field-wrapper textarea {
    border-radius: 8px;
    box-shadow: none;
    border: none;
    resize: none;
    padding: 15px; }
  .field-wrapper.checkbox-wrapper label {
    align-items: center;
    display: flex; }
  .field-wrapper.checkbox-wrapper input[type="checkbox"] {
    position: absolute;
    visibility: hidden; }
    .field-wrapper.checkbox-wrapper input[type="checkbox"]:checked + .toggler:after {
      display: block; }
  .field-wrapper.checkbox-wrapper.light .toggler {
    border: 2px solid #fff; }

/*=============================================
=            Button            =
=============================================*/
.custom-button-wrapper {
  display: flex; }
  .custom-button-wrapper.align-left {
    justify-content: flex-start; }
  .custom-button-wrapper.align-center {
    justify-content: center; }
  .custom-button-wrapper.align-right {
    justify-content: flex-end; }

a.button,
button.button,
a.btn,
button.btn,
.wp-block-button__link,
input.button,
.contact-wrapper .wpcf7 input[type="submit"] {
  display: inline-block;
  border-radius: 54px;
  outline: none;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 45px;
  padding-right: 45px;
  font-style: italic;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  border: 1px solid #009e3d;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  color: #009e3d;
  cursor: pointer; }
  a.button.has-icon-left, a.button.has-icon-right,
  button.button.has-icon-left,
  button.button.has-icon-right,
  a.btn.has-icon-left,
  a.btn.has-icon-right,
  button.btn.has-icon-left,
  button.btn.has-icon-right,
  .wp-block-button__link.has-icon-left,
  .wp-block-button__link.has-icon-right,
  input.button.has-icon-left,
  .contact-wrapper .wpcf7 input.has-icon-left[type="submit"],
  input.button.has-icon-right,
  .contact-wrapper .wpcf7 input.has-icon-right[type="submit"] {
    display: flex;
    align-items: center; }
    a.button.has-icon-left svg, a.button.has-icon-right svg,
    button.button.has-icon-left svg,
    button.button.has-icon-right svg,
    a.btn.has-icon-left svg,
    a.btn.has-icon-right svg,
    button.btn.has-icon-left svg,
    button.btn.has-icon-right svg,
    .wp-block-button__link.has-icon-left svg,
    .wp-block-button__link.has-icon-right svg,
    input.button.has-icon-left svg,
    .contact-wrapper .wpcf7 input.has-icon-left[type="submit"] svg,
    input.button.has-icon-right svg,
    .contact-wrapper .wpcf7 input.has-icon-right[type="submit"] svg {
      fill: #009e3d; }
  a.button.has-icon-left,
  button.button.has-icon-left,
  a.btn.has-icon-left,
  button.btn.has-icon-left,
  .wp-block-button__link.has-icon-left,
  input.button.has-icon-left,
  .contact-wrapper .wpcf7 input.has-icon-left[type="submit"] {
    padding-left: 30px; }
    a.button.has-icon-left .icon,
    button.button.has-icon-left .icon,
    a.btn.has-icon-left .icon,
    button.btn.has-icon-left .icon,
    .wp-block-button__link.has-icon-left .icon,
    input.button.has-icon-left .icon,
    .contact-wrapper .wpcf7 input.has-icon-left[type="submit"] .icon {
      margin-right: 15px; }
  a.button.has-icon-right,
  button.button.has-icon-right,
  a.btn.has-icon-right,
  button.btn.has-icon-right,
  .wp-block-button__link.has-icon-right,
  input.button.has-icon-right,
  .contact-wrapper .wpcf7 input.has-icon-right[type="submit"] {
    padding-right: 30px; }
    a.button.has-icon-right .icon,
    button.button.has-icon-right .icon,
    a.btn.has-icon-right .icon,
    button.btn.has-icon-right .icon,
    .wp-block-button__link.has-icon-right .icon,
    input.button.has-icon-right .icon,
    .contact-wrapper .wpcf7 input.has-icon-right[type="submit"] .icon {
      margin-left: 15px; }
  a.button:focus,
  button.button:focus,
  a.btn:focus,
  button.btn:focus,
  .wp-block-button__link:focus,
  input.button:focus,
  .contact-wrapper .wpcf7 input:focus[type="submit"] {
    color: #009e3d;
    background-color: rgba(0, 158, 61, 0.2); }
  a.button:hover, a.button.active, a.button.filter-button:focus,
  button.button:hover,
  button.button.active,
  button.button.filter-button:focus,
  a.btn:hover,
  a.btn.active,
  a.btn.filter-button:focus,
  button.btn:hover,
  button.btn.active,
  button.btn.filter-button:focus,
  .wp-block-button__link:hover,
  .wp-block-button__link.active,
  .wp-block-button__link.filter-button:focus,
  input.button:hover,
  .contact-wrapper .wpcf7 input:hover[type="submit"],
  input.button.active,
  .contact-wrapper .wpcf7 input.active[type="submit"],
  input.button.filter-button:focus,
  .contact-wrapper .wpcf7 input.filter-button:focus[type="submit"] {
    color: #fff;
    background-color: #009e3d; }
    a.button:hover svg, a.button.active svg, a.button.filter-button:focus svg,
    button.button:hover svg,
    button.button.active svg,
    button.button.filter-button:focus svg,
    a.btn:hover svg,
    a.btn.active svg,
    a.btn.filter-button:focus svg,
    button.btn:hover svg,
    button.btn.active svg,
    button.btn.filter-button:focus svg,
    .wp-block-button__link:hover svg,
    .wp-block-button__link.active svg,
    .wp-block-button__link.filter-button:focus svg,
    input.button:hover svg,
    .contact-wrapper .wpcf7 input:hover[type="submit"] svg,
    input.button.active svg,
    .contact-wrapper .wpcf7 input.active[type="submit"] svg,
    input.button.filter-button:focus svg,
    .contact-wrapper .wpcf7 input.filter-button:focus[type="submit"] svg {
      fill: #fff; }
  a.button.small,
  button.button.small,
  a.btn.small,
  button.btn.small,
  .wp-block-button__link.small,
  input.button.small,
  .contact-wrapper .wpcf7 input.small[type="submit"] {
    border-radius: 38px;
    padding: 10px 15px;
    line-height: 1;
    height: auto; }
  a.button.translucent, a.button.is-style-light,
  button.button.translucent,
  button.button.is-style-light,
  a.btn.translucent,
  a.btn.is-style-light,
  button.btn.translucent,
  button.btn.is-style-light,
  .wp-block-button__link.translucent,
  .wp-block-button__link.is-style-light,
  input.button.translucent,
  .contact-wrapper .wpcf7 input.translucent[type="submit"],
  input.button.is-style-light,
  .contact-wrapper .wpcf7 input.is-style-light[type="submit"] {
    background-color: rgba(255, 255, 255, 0.25);
    color: #f2f2f2;
    border-color: #fff; }
    a.button.translucent .icon svg, a.button.is-style-light .icon svg,
    button.button.translucent .icon svg,
    button.button.is-style-light .icon svg,
    a.btn.translucent .icon svg,
    a.btn.is-style-light .icon svg,
    button.btn.translucent .icon svg,
    button.btn.is-style-light .icon svg,
    .wp-block-button__link.translucent .icon svg,
    .wp-block-button__link.is-style-light .icon svg,
    input.button.translucent .icon svg,
    .contact-wrapper .wpcf7 input.translucent[type="submit"] .icon svg,
    input.button.is-style-light .icon svg,
    .contact-wrapper .wpcf7 input.is-style-light[type="submit"] .icon svg {
      fill: #f2f2f2; }
    a.button.translucent:hover, a.button.is-style-light:hover,
    button.button.translucent:hover,
    button.button.is-style-light:hover,
    a.btn.translucent:hover,
    a.btn.is-style-light:hover,
    button.btn.translucent:hover,
    button.btn.is-style-light:hover,
    .wp-block-button__link.translucent:hover,
    .wp-block-button__link.is-style-light:hover,
    input.button.translucent:hover,
    .contact-wrapper .wpcf7 input.translucent:hover[type="submit"],
    input.button.is-style-light:hover,
    .contact-wrapper .wpcf7 input.is-style-light:hover[type="submit"] {
      color: #fff;
      border-color: #cccccc;
      background-color: rgba(255, 255, 255, 0.4); }
      a.button.translucent:hover svg, a.button.is-style-light:hover svg,
      button.button.translucent:hover svg,
      button.button.is-style-light:hover svg,
      a.btn.translucent:hover svg,
      a.btn.is-style-light:hover svg,
      button.btn.translucent:hover svg,
      button.btn.is-style-light:hover svg,
      .wp-block-button__link.translucent:hover svg,
      .wp-block-button__link.is-style-light:hover svg,
      input.button.translucent:hover svg,
      .contact-wrapper .wpcf7 input.translucent:hover[type="submit"] svg,
      input.button.is-style-light:hover svg,
      .contact-wrapper .wpcf7 input.is-style-light:hover[type="submit"] svg {
        fill: #fff; }
  @media (max-width: 575px) {
    a.button.long-text,
    button.button.long-text,
    a.btn.long-text,
    button.btn.long-text,
    .wp-block-button__link.long-text,
    input.button.long-text,
    .contact-wrapper .wpcf7 input.long-text[type="submit"] {
      padding-left: 10px;
      padding-right: 10px;
      white-space: nowrap; } }
  a.button.disabled,
  button.button.disabled,
  a.btn.disabled,
  button.btn.disabled,
  .wp-block-button__link.disabled,
  input.button.disabled,
  .contact-wrapper .wpcf7 input.disabled[type="submit"] {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40); }
    a.button.disabled:hover,
    button.button.disabled:hover,
    a.btn.disabled:hover,
    button.btn.disabled:hover,
    .wp-block-button__link.disabled:hover,
    input.button.disabled:hover,
    .contact-wrapper .wpcf7 input.disabled:hover[type="submit"] {
      cursor: not-allowed;
      color: #009e3d;
      border-color: #009e3d;
      background-color: #fff; }
      a.button.disabled:hover svg,
      button.button.disabled:hover svg,
      a.btn.disabled:hover svg,
      button.btn.disabled:hover svg,
      .wp-block-button__link.disabled:hover svg,
      input.button.disabled:hover svg,
      .contact-wrapper .wpcf7 input.disabled:hover[type="submit"] svg {
        fill: #009e3d; }
  a.button .icon svg,
  button.button .icon svg,
  a.btn .icon svg,
  button.btn .icon svg,
  .wp-block-button__link .icon svg,
  input.button .icon svg,
  .contact-wrapper .wpcf7 input[type="submit"] .icon svg {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out; }
  a.button.large,
  button.button.large,
  a.btn.large,
  button.btn.large,
  .wp-block-button__link.large,
  input.button.large,
  .contact-wrapper .wpcf7 input.large[type="submit"] {
    font-size: 1.7143rem;
    text-transform: uppercase;
    border-width: 2px; }

/*=====  End of Button  ======*/
/*=============================================
=            Badge            =
=============================================*/
.badge {
  padding: 10px 30px;
  background-color: #009e3d;
  color: #fff;
  display: flex;
  align-self: flex-start;
  border-radius: 38px;
  align-items: center; }
  .badge .close {
    margin-left: 10px; }
    .badge .close svg {
      fill: #fff;
      width: 15px;
      height: 15px; }

.wp-block-button .wp-block-button__link {
  color: #069E3B; }
  .wp-block-button .wp-block-button__link:hover {
    color: #ffffff; }

/*=====  End of Badge  ======*/
/*=============================================
=            Play Button            =
=============================================*/
.play-button {
  background: rgba(255, 255, 255, 0.15);
  display: block;
  width: 90px;
  height: 90px; }
  @media (min-width: 768px) {
    .play-button {
      width: 120px;
      height: 120px; } }
  .play-button:hover {
    background-color: rgba(39, 45, 57, 0.15); }
    .play-button:hover svg {
      transform: scale(1.2); }
  .play-button svg {
    margin: auto;
    fill: #fff;
    width: 60px;
    height: 60px;
    margin-left: 17px; }
    @media (min-width: 768px) {
      .play-button svg {
        width: 80px;
        height: 80px;
        margin-left: 23px; } }

/*=====  End of Play Button  ======*/
/*=====  End of Form els  ======*/
/*=============================================
=            Actions Wrapper            =
=============================================*/
.actions-wrapper {
  display: flex;
  justify-content: center; }
  .actions-wrapper.align-left {
    justify-content: flex-start; }
  .actions-wrapper.align-right {
    justify-content: flex-end; }
  .actions-wrapper.align-center {
    justify-content: center; }

/*=====  End of Actions Wrapper  ======*/
/*=============================================
=            Separator            =
=============================================*/
.wp-block-separator.is-style-wide-shadow {
  position: relative;
  width: 100vw;
  transform: translateX(-50%);
  left: 50%;
  border: none;
  margin: 30px 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f5f3+0,ffffff+100 */
  background: #f5f5f3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f5f5f3 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f5f5f3 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f5f5f3 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f3', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  height: 15px; }
  @media (min-width: 768px) {
    .wp-block-separator.is-style-wide-shadow {
      margin: 60px 0; } }

.wp-block-separator.is-style-divider {
  width: 280px;
  margin: 15px auto 30px;
  border: none;
  color: #d2d2d2;
  background-color: #d2d2d2;
  height: 1px; }

.wp-block-separator.is-style-light-short {
  width: 280px;
  margin: 0 auto;
  border: none;
  color: #d2d2d2;
  background-color: #d2d2d2;
  height: 1px; }

.wp-block-separator.is-style-inverse-short {
  width: 280px;
  margin: 0 auto;
  border: none;
  color: white;
  background-color: white;
  height: 1px; }

/*=====  End of Separator  ======*/
/*=============================================
=            Modal            =
=============================================*/
.modal-content {
  display: none; }

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 101;
  transform: translate(-50%, -50%);
  background-color: #fff; }
  @media (min-width: 768px) {
    .modal {
      width: 600px;
      height: auto;
      max-width: 90%;
      max-height: 80%; } }
  .modal.open {
    display: flex; }
  .modal.image-full {
    width: 80%;
    width: 80vw;
    height: auto; }
    @media (min-width: 768px) {
      .modal.image-full {
        width: 560px; } }
    .modal.image-full > a {
      top: -45px;
      right: -20px; }
      @media (min-width: 768px) {
        .modal.image-full > a {
          top: -30px;
          right: -30px; } }
      .modal.image-full > a svg {
        width: 20px;
        height: 20px;
        fill: #fff; }
    .modal.image-full .modal-inner .modal-body {
      padding: 0; }
      .modal.image-full .modal-inner .modal-body > a {
        display: flex; }
      .modal.image-full .modal-inner .modal-body img {
        width: 100%;
        height: auto; }
        @media (min-width: 768px) {
          .modal.image-full .modal-inner .modal-body img.mobile {
            display: none; } }
        .modal.image-full .modal-inner .modal-body img.desktop {
          display: none; }
          @media (min-width: 768px) {
            .modal.image-full .modal-inner .modal-body img.desktop {
              display: block; } }
  .modal .modal-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0; }
    .modal .modal-inner .modal-header,
    .modal .modal-inner .modal-footer {
      padding: 30px; }
    .modal .modal-inner .modal-body {
      flex-grow: 1;
      overflow-y: auto;
      padding: 30px; }
  .modal > a {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1; }
    .modal > a svg {
      width: 18px;
      height: 18px;
      fill: #cacac6; }

.modal-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100; }
  .modal-backdrop.open {
    display: block; }

/*=====  End of Modal  ======*/
/*=============================================
=            Video Modal            =
=============================================*/
[data-name="video-modal"]:not(.play-button) {
  width: auto;
  height: auto; }
  [data-name="video-modal"]:not(.play-button) > a {
    top: -30px;
    right: 0; }
    @media (min-width: 768px) {
      [data-name="video-modal"]:not(.play-button) > a {
        display: none; } }
  [data-name="video-modal"]:not(.play-button) iframe {
    display: block;
    width: 85vw;
    max-height: 85vh; }

/*=====  End of Video Modal  ======*/
/*=============================================
=            Fields            =
=============================================*/
.field {
  display: inline-block; }
  .field input[type="text"] {
    border-radius: 4px;
    padding: 15px;
    border: 1px solid #d2d2d2; }
    .field input[type="text"]::-webkit-input-placeholder {
      color: #d2d2d2; }
    .field input[type="text"]:-moz-placeholder {
      color: #d2d2d2; }
    .field input[type="text"]::-moz-placeholder {
      color: #d2d2d2; }
    .field input[type="text"]:-ms-input-placeholder {
      color: #d2d2d2; }
  .field .icon {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .field .icon svg {
      fill: #d2d2d2; }
  .field .search-wrapper {
    position: relative; }
    .field .search-wrapper input {
      padding: 15px 60px 15px 15px; }
  .field .checkbox-wrapper label {
    align-items: center;
    display: flex; }
  .field .checkbox-wrapper input[type="checkbox"] {
    position: absolute;
    visibility: hidden; }
    .field .checkbox-wrapper input[type="checkbox"]:focus + .handler {
      background-color: #009e3d;
      border-color: #009e3d;
      opacity: 0.5; }
    .field .checkbox-wrapper input[type="checkbox"]:checked + .handler {
      background-color: #009e3d;
      border-color: #009e3d; }
  .field .checkbox-wrapper .handler {
    position: relative;
    min-width: 20px;
    min-height: 20px;
    border-radius: 3px;
    border: 1px solid #d2d2d2;
    margin-right: 10px;
    cursor: pointer; }

/*=====  End of Fields  ======*/
/*=============================================
=            Collapse            =
=============================================*/
.collapsable {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease-in-out; }

/*=====  End of Collapse  ======*/
/*=============================================
=            Bg image wrapper            =
=============================================*/
.bg-image-wrapper .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0; }
  .bg-image-wrapper .image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.bg-image-wrapper.visible-xs {
  display: block; }
  @media (min-width: 768px) {
    .bg-image-wrapper.visible-xs {
      display: none; } }

.bg-image-wrapper.hidden-xs {
  display: none; }
  @media (min-width: 768px) {
    .bg-image-wrapper.hidden-xs {
      display: block; } }

/*=====  End of Bg image wrapper  ======*/
/*=============================================
=            One page            =
=============================================*/
body.admin-bar .one-page,
body.admin-bar .one-page-nested {
  height: calc(100vh - 46px); }
  @media (min-width: 783px) {
    body.admin-bar .one-page,
    body.admin-bar .one-page-nested {
      height: calc(100vh - 32px); } }

/*=====  End of One page  ======*/
.main-content {
  padding: 60px 0; }

.wrapper-full {
  padding: 0 30px;
  display: block;
  width: 100%; }

.wrapper-centered, .product-family-viewer .product-family-viewer-inner {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .wrapper-centered, .product-family-viewer .product-family-viewer-inner {
      width: 750px; } }
  @media (min-width: 992px) {
    .wrapper-centered, .product-family-viewer .product-family-viewer-inner {
      width: 950px; } }
  @media (min-width: 1200px) {
    .wrapper-centered, .product-family-viewer .product-family-viewer-inner {
      width: 1170px; } }

.row-flex {
  display: flex;
  margin: 0 -30px; }

.col {
  flex-grow: 1;
  padding: 0 30px; }

#site-wrapper {
  position: relative; }
  #site-wrapper .grid-lines {
    display: none;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100%);
    border-left: 1px solid #4f4f4f;
    border-right: 1px solid #4f4f4f;
    z-index: 90;
    height: 100%;
    left: 0; }
    #site-wrapper .grid-lines > span {
      top: 0;
      position: absolute;
      height: 100%;
      border-right: 1px solid #4f4f4f; }
      #site-wrapper .grid-lines > span:first-child {
        left: calc(((100% / 12) * 1)); }
      #site-wrapper .grid-lines > span:nth-child(2) {
        left: calc(((100% / 12) * 2)); }
      #site-wrapper .grid-lines > span:nth-child(3) {
        left: calc(((100% / 12) * 3)); }
      #site-wrapper .grid-lines > span:nth-child(4) {
        left: calc(((100% / 12) * 4)); }
      #site-wrapper .grid-lines > span:nth-child(5) {
        left: calc(((100% / 12) * 5)); }
      #site-wrapper .grid-lines > span:nth-child(6) {
        left: calc(((100% / 12) * 6)); }
      #site-wrapper .grid-lines > span:nth-child(7) {
        left: calc(((100% / 12) * 7)); }
      #site-wrapper .grid-lines > span:nth-child(8) {
        left: calc(((100% / 12) * 8)); }
      #site-wrapper .grid-lines > span:nth-child(9) {
        left: calc(((100% / 12) * 9)); }
      #site-wrapper .grid-lines > span:nth-child(10) {
        left: calc(((100% / 12) * 10)); }
      #site-wrapper .grid-lines > span:nth-child(11) {
        left: calc(((100% / 12) * 11)); }

@media (min-width: 768px) {
  .post-comments {
    width: 66.66667%; } }

/*=============================================
=            Main content            =
=============================================*/
.main-content {
  margin-bottom: 0;
  padding-top: 0;
  margin-top: 0; }

/*=====  End of Main content  ======*/
/*=============================================
=            Wrap centered            =
=============================================*/
.wrapper-centered, .product-family-viewer .product-family-viewer-inner {
  width: auto;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .wrapper-centered, .product-family-viewer .product-family-viewer-inner {
      width: 750px; } }
  @media (min-width: 992px) {
    .wrapper-centered, .product-family-viewer .product-family-viewer-inner {
      width: 950px; } }
  @media (min-width: 1200px) {
    .wrapper-centered, .product-family-viewer .product-family-viewer-inner {
      width: 1170px; } }

.row-flex {
  margin: 0 -15px; }

.wrapper-full .row-flex {
  margin: 0 -30px; }

.col {
  padding: 0 15px; }

/*=====  End of Wrap centered  ======*/
/*=============================================
=            Gutenberg content alignment            =
=============================================*/
.post-product-list .guten-content {
  padding-top: 15px; }

@media (min-width: 768px) {
  .guten-content {
    padding: 0; } }

.guten-content > blockquote > p {
  width: 100%; }
  @media (min-width: 768px) {
    .guten-content > blockquote > p {
      width: 83.33333%;
      margin-left: 8.33333%; } }

.guten-content p.is-style-narrow {
  text-align: center; }
  @media (min-width: 768px) {
    .guten-content p.is-style-narrow {
      width: 50%;
      margin-left: 25%; } }

.guten-content p.is-style-history-year {
  padding: 0;
  color: #d1d1d1;
  font-family: "AlbatrossCastorOne", Arial;
  font-size: 2.5rem;
  margin: 0; }
  @media (min-width: 768px) {
    .guten-content p.is-style-history-year {
      font-size: 2.5rem; } }

.guten-content p.is-style-history-year:before {
  content: '';
  display: inline-block;
  width: 20px;
  margin: 0 0 0 -5px;
  position: relative;
  top: 5px;
  height: 40px;
  background-image: url(../../assets/icons/side-lines.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom; }

.guten-content p.is-style-history-year:after {
  content: '';
  display: inline-block;
  width: 20px;
  position: relative;
  top: 5px;
  height: 40px;
  background-image: url(../../assets/icons/side-lines.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  transform-origin: center;
  transform: rotate(180deg); }

.guten-content p.is-style-default {
  text-align: left; }

.guten-content figure.is-style-brushed {
  position: relative; }

.guten-content figure.is-style-brushed:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 30px;
  background-image: url(../../assets/images/white-brushstroke.png);
  background-size: auto 100%;
  background-position: center;
  display: block; }

/*=====  End of Gutenberg content alignment  ======*/
/* Fira Sans */
@font-face {
  font-family: 'AlbatrossCastorOne';
  src: url(../../assets/fonts/Albatross-CastorOne.otf);
  font-style: normal;
  font-weight: 400;
  font-display: swap; }

@font-face {
  font-family: 'ThirstyRoughRegOne';
  src: url(../../assets/fonts/ThirstyRoughRegOne.otf);
  font-style: normal;
  font-weight: 400;
  font-display: swap; }

@font-face {
  font-family: 'RobotoCondensed';
  src: url(../../assets/fonts/RobotoCondensed-Regular.ttf);
  font-style: normal;
  font-weight: 400;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url(../../assets/fonts/Roboto-Regular.ttf);
  font-style: normal;
  font-weight: 400;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url(../../assets/fonts/Roboto-Italic.ttf);
  font-style: italic;
  font-weight: 400;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url(../../assets/fonts/Roboto-Light.ttf);
  font-style: normal;
  font-weight: 300;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url(../../assets/fonts/Roboto-ThinItalic.ttf);
  font-style: italic;
  font-weight: 200;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url(../../assets/fonts/Roboto-Bold.ttf);
  font-style: normal;
  font-weight: 500;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url(../../assets/fonts/Roboto-BoldItalic.ttf);
  font-style: italic;
  font-weight: 500;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url(../../assets/fonts/Roboto-Black.ttf);
  font-style: normal;
  font-weight: 600;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url(../../assets/fonts/Roboto-BlackItalic.ttf);
  font-style: italic;
  font-weight: 600;
  font-display: swap; }

.post-recipe-list .bg-image-wrapper {
  position: absolute;
  z-index: -1;
  height: 100vh;
  overflow-x: hidden;
  width: 100%;
  display: none;
  margin-top: -30px; }
  @media (min-width: 768px) {
    .post-recipe-list .bg-image-wrapper {
      display: block; } }
  .post-recipe-list .bg-image-wrapper .bg-left {
    width: 15%;
    min-width: 230px;
    position: absolute;
    left: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  .post-recipe-list .bg-image-wrapper .bg-right {
    width: 15%;
    min-width: 200px;
    position: absolute;
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  .post-recipe-list .bg-image-wrapper.animate .bg-left {
    -webkit-transform: translateX(-15%);
    -moz-transform: translateX(-15%);
    -ms-transform: translateX(-15%);
    -o-transform: translateX(-15%);
    transform: translateX(-15%);
    transition: all ease-out 0.3s 1s; }
  .post-recipe-list .bg-image-wrapper.animate .bg-right {
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
    transition: all ease-out 0.3s 1s; }

.post-recipe-list .recipe-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .post-recipe-list .recipe-wrapper {
      padding-bottom: 60px; } }
  @media (min-width: 992px) {
    .post-recipe-list .recipe-wrapper {
      margin-top: 75px; } }
  .post-recipe-list .recipe-wrapper .recipe-filter {
    min-width: 100%;
    max-width: 100%; }
    @media (min-width: 768px) {
      .post-recipe-list .recipe-wrapper .recipe-filter {
        min-width: 50%;
        max-width: 50%;
        padding-right: 15px; } }
    @media (min-width: 992px) {
      .post-recipe-list .recipe-wrapper .recipe-filter {
        min-width: 41.66667%;
        max-width: 41.66667%; } }
    @media (min-width: 1200px) {
      .post-recipe-list .recipe-wrapper .recipe-filter {
        min-width: 33.33333%;
        max-width: 33.33333%; } }
    .post-recipe-list .recipe-wrapper .recipe-filter .open-filter {
      display: block;
      text-align: center;
      margin: auto;
      width: calc(100% - 30px);
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        .post-recipe-list .recipe-wrapper .recipe-filter .open-filter {
          display: none; } }
      .post-recipe-list .recipe-wrapper .recipe-filter .open-filter.expanded .text-closed {
        display: none; }
      .post-recipe-list .recipe-wrapper .recipe-filter .open-filter.expanded .text-open {
        display: inline; }
      .post-recipe-list .recipe-wrapper .recipe-filter .open-filter .text-open {
        display: none; }
    @media (min-width: 768px) {
      .post-recipe-list .recipe-wrapper .recipe-filter .recipe-filter-inner {
        height: auto !important; } }
    .post-recipe-list .recipe-wrapper .recipe-filter .filter-sections-wrapper {
      padding: 15px; }
    .post-recipe-list .recipe-wrapper .recipe-filter .filter-section {
      padding: 15px;
      box-shadow: 2px 5px 12px 2px rgba(0, 0, 0, 0.15); }
      @media (min-width: 768px) {
        .post-recipe-list .recipe-wrapper .recipe-filter .filter-section {
          padding: 30px; } }
      .post-recipe-list .recipe-wrapper .recipe-filter .filter-section header {
        display: flex;
        align-items: center;
        margin: 0; }
        .post-recipe-list .recipe-wrapper .recipe-filter .filter-section header label {
          flex-grow: 1;
          font-size: 16px;
          font-weight: 500;
          display: flex;
          align-items: center;
          margin-bottom: 0; }
          @media (min-width: 768px) {
            .post-recipe-list .recipe-wrapper .recipe-filter .filter-section header label {
              font-size: 1.25rem; } }
          .post-recipe-list .recipe-wrapper .recipe-filter .filter-section header label .icon {
            display: inline-block;
            margin-right: 15px;
            vertical-align: top; }
            .post-recipe-list .recipe-wrapper .recipe-filter .filter-section header label .icon svg {
              width: 25px;
              height: 25px; }
              .post-recipe-list .recipe-wrapper .recipe-filter .filter-section header label .icon svg path {
                fill: #e5e5e1; }
        .post-recipe-list .recipe-wrapper .recipe-filter .filter-section header button {
          background-color: transparent;
          border: 1px solid #009e3d;
          width: 28px;
          height: 28px;
          border-radius: 24px;
          text-align: center;
          padding: 0;
          -webkit-transition: all 0.35s ease-in-out;
          -moz-transition: all 0.35s ease-in-out;
          -ms-transition: all 0.35s ease-in-out;
          -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out; }
          .post-recipe-list .recipe-wrapper .recipe-filter .filter-section header button svg {
            fill: #009e3d;
            width: 22px;
            height: 22px;
            display: block;
            margin: auto;
            -webkit-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            -ms-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out; }
          .post-recipe-list .recipe-wrapper .recipe-filter .filter-section header button:hover, .post-recipe-list .recipe-wrapper .recipe-filter .filter-section header button.active {
            color: #fff;
            background-color: #009e3d; }
            .post-recipe-list .recipe-wrapper .recipe-filter .filter-section header button:hover svg path:first-child, .post-recipe-list .recipe-wrapper .recipe-filter .filter-section header button.active svg path:first-child {
              fill: #fff; }
      .post-recipe-list .recipe-wrapper .recipe-filter .filter-section .btn.small {
        margin-bottom: 15px;
        padding: 10px 12px; }
      .post-recipe-list .recipe-wrapper .recipe-filter .filter-section .filter-selection {
        display: flex;
        flex-wrap: wrap;
        margin-top: 15px; }
        .post-recipe-list .recipe-wrapper .recipe-filter .filter-section .filter-selection > .badge {
          margin: 0 0 10px 0; }
          .post-recipe-list .recipe-wrapper .recipe-filter .filter-section .filter-selection > .badge:last-child {
            margin: 0; }
        .post-recipe-list .recipe-wrapper .recipe-filter .filter-section .filter-selection:empty {
          display: none; }
        .post-recipe-list .recipe-wrapper .recipe-filter .filter-section .filter-selection .badge {
          cursor: pointer; }
    .post-recipe-list .recipe-wrapper .recipe-filter .filter-time > div {
      margin-top: 15px; }
      .post-recipe-list .recipe-wrapper .recipe-filter .filter-time > div .btn {
        margin-right: 5px; }
        @media (min-width: 992px) {
          .post-recipe-list .recipe-wrapper .recipe-filter .filter-time > div .btn {
            margin-right: 10px; } }
        .post-recipe-list .recipe-wrapper .recipe-filter .filter-time > div .btn:last-child {
          margin-right: 0; }
    .post-recipe-list .recipe-wrapper .recipe-filter .button svg, .post-recipe-list .recipe-wrapper .recipe-filter .contact-wrapper .wpcf7 input[type="submit"] svg, .contact-wrapper .wpcf7 .post-recipe-list .recipe-wrapper .recipe-filter input[type="submit"] svg {
      transform-origin: 50% 50%; }
    .post-recipe-list .recipe-wrapper .recipe-filter .button.filtering svg, .post-recipe-list .recipe-wrapper .recipe-filter .contact-wrapper .wpcf7 input.filtering[type="submit"] svg, .contact-wrapper .wpcf7 .post-recipe-list .recipe-wrapper .recipe-filter input.filtering[type="submit"] svg {
      animation: spin 1s infinite linear; }
  .post-recipe-list .recipe-wrapper .actions-wrapper {
    margin-top: 15px; }
    @media (min-width: 768px) {
      .post-recipe-list .recipe-wrapper .actions-wrapper {
        margin-top: 30px; } }
  .post-recipe-list .recipe-wrapper .recipe-list {
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
    min-width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-self: flex-start; }
    @media (min-width: 768px) {
      .post-recipe-list .recipe-wrapper .recipe-list {
        min-width: 50%;
        max-width: 50%;
        padding-left: 15px; } }
    @media (min-width: 992px) {
      .post-recipe-list .recipe-wrapper .recipe-list {
        min-width: 58.33333%;
        max-width: 58.33333%; } }
    @media (min-width: 1200px) {
      .post-recipe-list .recipe-wrapper .recipe-list {
        min-width: 66.66667%;
        max-width: 66.66667%; } }
    .post-recipe-list .recipe-wrapper .recipe-list.filtering, .post-recipe-list .recipe-wrapper .recipe-list.loading {
      opacity: 0.4;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
      filter: alpha(opacity=40); }
    .post-recipe-list .recipe-wrapper .recipe-list .infinite-scroll-loader {
      animation: spin 1s infinite linear;
      position: absolute;
      bottom: -60px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
      .post-recipe-list .recipe-wrapper .recipe-list .infinite-scroll-loader svg {
        transform: scale(1.5);
        fill: #009e3d; }

.modal[data-name="recipes-filter"] > a {
  top: 30px;
  z-index: 1; }
  @media (min-width: 768px) {
    .modal[data-name="recipes-filter"] > a {
      top: 42px; } }

.modal[data-name="recipes-filter"] .modal-header {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 15px 30px; }
  @media (min-width: 768px) {
    .modal[data-name="recipes-filter"] .modal-header {
      padding: 30px 30px 45px; } }
  .modal[data-name="recipes-filter"] .modal-header > .icon {
    display: none; }
    @media (min-width: 768px) {
      .modal[data-name="recipes-filter"] .modal-header > .icon {
        display: block;
        margin-right: 30px; } }
    .modal[data-name="recipes-filter"] .modal-header > .icon svg {
      fill: #d2d2d2;
      width: 40px;
      height: 40px; }
  .modal[data-name="recipes-filter"] .modal-header .field {
    width: calc(100% - 60px); }
    @media (min-width: 768px) {
      .modal[data-name="recipes-filter"] .modal-header .field {
        width: auto; } }
    .modal[data-name="recipes-filter"] .modal-header .field .search-wrapper input {
      width: 100%; }
      @media (min-width: 768px) {
        .modal[data-name="recipes-filter"] .modal-header .field .search-wrapper input {
          width: 350px; } }
  .modal[data-name="recipes-filter"] .modal-header .modal-header-separator {
    position: absolute;
    bottom: 0;
    height: 15px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f5f3+0,ffffff+100 */
    background: #f5f5f3;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f5f5f3 0%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f5f5f3 0%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f5f5f3 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f3', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
    width: 100%;
    left: 0; }

.modal[data-name="recipes-filter"] .modal-body {
  display: block;
  padding-top: 15px; }
  .modal[data-name="recipes-filter"] .modal-body .variety {
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .modal[data-name="recipes-filter"] .modal-body .variety {
        max-width: 50%;
        min-width: 50%; } }
    .modal[data-name="recipes-filter"] .modal-body .variety > p {
      color: #009e3d;
      font-weight: 600;
      margin-top: 0;
      font-size: 16px; }
    .modal[data-name="recipes-filter"] .modal-body .variety ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .modal[data-name="recipes-filter"] .modal-body .variety ul > li {
        margin-right: 10px; }
        .modal[data-name="recipes-filter"] .modal-body .variety ul > li:before {
          display: none; }
        .modal[data-name="recipes-filter"] .modal-body .variety ul > li .field .input {
          margin-right: 15px; }
      .modal[data-name="recipes-filter"] .modal-body .variety ul > li.exclude {
        display: none; }
  .modal[data-name="recipes-filter"] .modal-body .variety.exclude {
    display: none; }

.modal[data-name="recipes-filter"] .modal-footer {
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
  padding-top: 30px; }
  .modal[data-name="recipes-filter"] .modal-footer .modal-footer-separator {
    position: absolute;
    top: 0;
    height: 15px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f5f5f5+100 */
    background: #fffff3;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fffff3 0%, #f5f5f3 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fffff3 0%, #f5f5f3 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fffff3 0%, #f5f5f3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f3',GradientType=0 );
    /* IE6-9 */
    width: 100%;
    left: 0; }

/* Chrome, Safari, Opera */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Standard syntax */
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* styles for modal filter */
/* end of styles for modal filter */
.our-history-wrapper {
  position: relative; }
  .our-history-wrapper > svg {
    position: absolute;
    height: auto;
    top: 295px;
    right: 17%;
    display: none; }
    @media (min-width: 767px) {
      .our-history-wrapper > svg {
        width: 699px;
        display: block; } }
    @media (min-width: 992px) {
      .our-history-wrapper > svg {
        width: 637px;
        display: block; } }
    @media (min-width: 1200px) {
      .our-history-wrapper > svg {
        width: 740px;
        display: block; } }
  .our-history-wrapper h1,
  .our-history-wrapper h2,
  .our-history-wrapper h3,
  .our-history-wrapper h4,
  .our-history-wrapper h5,
  .our-history-wrapper h6 {
    text-align: center; }
  .our-history-wrapper .wp-block-column figure {
    position: relative; }
    .our-history-wrapper .wp-block-column figure:after {
      position: absolute;
      content: "";
      bottom: 0;
      width: 100%;
      height: 30px;
      background-image: url(../../assets/images/white-brushstroke.png);
      background-size: auto 100%;
      background-position: center;
      display: block; }
  .our-history-wrapper .wp-block-image img {
    width: 100%; }
  .our-history-wrapper > div > .wp-block-embed-youtube, .our-history-wrapper > div > .wp-block-embed {
    margin: 0 auto; }
    @media (min-width: 768px) {
      .our-history-wrapper > div > .wp-block-embed-youtube, .our-history-wrapper > div > .wp-block-embed {
        width: 50%; } }
  .our-history-wrapper > div > .has-2-columns {
    background-image: url(../../assets/icons/our-history-line-2.svg);
    background-repeat: no-repeat;
    background-size: 80%; }
    @media (min-width: 576px) {
      .our-history-wrapper > div > .has-2-columns {
        background-size: 85%; } }
    @media (min-width: 768px) {
      .our-history-wrapper > div > .has-2-columns {
        background-image: none; } }
    .our-history-wrapper > div > .has-2-columns:nth-child(odd) {
      background-position-y: -110px;
      background-position-x: -200%; }
      @media (min-width: 576px) {
        .our-history-wrapper > div > .has-2-columns:nth-child(odd) {
          background-position-x: -270%; } }
      .our-history-wrapper > div > .has-2-columns:nth-child(odd) h1:after,
      .our-history-wrapper > div > .has-2-columns:nth-child(odd) h2:after,
      .our-history-wrapper > div > .has-2-columns:nth-child(odd) h3:after,
      .our-history-wrapper > div > .has-2-columns:nth-child(odd) h4:after,
      .our-history-wrapper > div > .has-2-columns:nth-child(odd) h5:after,
      .our-history-wrapper > div > .has-2-columns:nth-child(odd) h6:after {
        transform: none;
        width: 75%;
        left: 25%; }
      .our-history-wrapper > div > .has-2-columns:nth-child(odd) p,
      .our-history-wrapper > div > .has-2-columns:nth-child(odd) h1,
      .our-history-wrapper > div > .has-2-columns:nth-child(odd) h2,
      .our-history-wrapper > div > .has-2-columns:nth-child(odd) h3,
      .our-history-wrapper > div > .has-2-columns:nth-child(odd) h4,
      .our-history-wrapper > div > .has-2-columns:nth-child(odd) h5,
      .our-history-wrapper > div > .has-2-columns:nth-child(odd) h6 {
        padding-left: 25%; }
  .our-history-wrapper .has-2-columns:nth-child(even) {
    background-position-y: 75px;
    background-position-x: 175%; }
    .our-history-wrapper .has-2-columns:nth-child(even) h1:after,
    .our-history-wrapper .has-2-columns:nth-child(even) h2:after,
    .our-history-wrapper .has-2-columns:nth-child(even) h3:after,
    .our-history-wrapper .has-2-columns:nth-child(even) h4:after,
    .our-history-wrapper .has-2-columns:nth-child(even) h5:after,
    .our-history-wrapper .has-2-columns:nth-child(even) h6:after {
      transform: none;
      width: 75%;
      right: 25%;
      left: auto; }
    .our-history-wrapper .has-2-columns:nth-child(even) p,
    .our-history-wrapper .has-2-columns:nth-child(even) h1,
    .our-history-wrapper .has-2-columns:nth-child(even) h2,
    .our-history-wrapper .has-2-columns:nth-child(even) h3,
    .our-history-wrapper .has-2-columns:nth-child(even) h4,
    .our-history-wrapper .has-2-columns:nth-child(even) h5,
    .our-history-wrapper .has-2-columns:nth-child(even) h6 {
      padding-right: 25% !important; }
  .our-history-wrapper .has-2-columns h1,
  .our-history-wrapper .has-2-columns h2,
  .our-history-wrapper .has-2-columns h3,
  .our-history-wrapper .has-2-columns h4,
  .our-history-wrapper .has-2-columns h5,
  .our-history-wrapper .has-2-columns h6 {
    font-family: "Roboto", Arial;
    font-size: 1.5rem;
    padding-bottom: 20px; }
  .our-history-wrapper .has-2-columns .is-style-sans-serif {
    border: 0; }
  .our-history-wrapper .has-2-columns .wp-block-column {
    margin: 0; }
  .our-history-wrapper .has-2-columns:nth-child(1), .our-history-wrapper .has-2-columns:nth-child(3), .our-history-wrapper .has-2-columns:nth-child(5), .our-history-wrapper .has-2-columns:nth-child(6), .our-history-wrapper .has-2-columns:nth-child(7), .our-history-wrapper .has-2-columns:nth-child(9) {
    padding-bottom: 50px; }
    @media (min-width: 768px) {
      .our-history-wrapper .has-2-columns:nth-child(1), .our-history-wrapper .has-2-columns:nth-child(3), .our-history-wrapper .has-2-columns:nth-child(5), .our-history-wrapper .has-2-columns:nth-child(6), .our-history-wrapper .has-2-columns:nth-child(7), .our-history-wrapper .has-2-columns:nth-child(9) {
        padding-bottom: 150px; } }
    .our-history-wrapper .has-2-columns:nth-child(1) .wp-block-column:first-child, .our-history-wrapper .has-2-columns:nth-child(3) .wp-block-column:first-child, .our-history-wrapper .has-2-columns:nth-child(5) .wp-block-column:first-child, .our-history-wrapper .has-2-columns:nth-child(6) .wp-block-column:first-child, .our-history-wrapper .has-2-columns:nth-child(7) .wp-block-column:first-child, .our-history-wrapper .has-2-columns:nth-child(9) .wp-block-column:first-child {
      min-width: 100%;
      max-width: 100%;
      margin-left: 0; }
      @media (min-width: 768px) {
        .our-history-wrapper .has-2-columns:nth-child(1) .wp-block-column:first-child, .our-history-wrapper .has-2-columns:nth-child(3) .wp-block-column:first-child, .our-history-wrapper .has-2-columns:nth-child(5) .wp-block-column:first-child, .our-history-wrapper .has-2-columns:nth-child(6) .wp-block-column:first-child, .our-history-wrapper .has-2-columns:nth-child(7) .wp-block-column:first-child, .our-history-wrapper .has-2-columns:nth-child(9) .wp-block-column:first-child {
          min-width: 50%;
          max-width: 50%; }
          .our-history-wrapper .has-2-columns:nth-child(1) .wp-block-column:first-child figure, .our-history-wrapper .has-2-columns:nth-child(3) .wp-block-column:first-child figure, .our-history-wrapper .has-2-columns:nth-child(5) .wp-block-column:first-child figure, .our-history-wrapper .has-2-columns:nth-child(6) .wp-block-column:first-child figure, .our-history-wrapper .has-2-columns:nth-child(7) .wp-block-column:first-child figure, .our-history-wrapper .has-2-columns:nth-child(9) .wp-block-column:first-child figure {
            margin-right: 30px; } }
    .our-history-wrapper .has-2-columns:nth-child(1) .wp-block-column:last-child, .our-history-wrapper .has-2-columns:nth-child(3) .wp-block-column:last-child, .our-history-wrapper .has-2-columns:nth-child(5) .wp-block-column:last-child, .our-history-wrapper .has-2-columns:nth-child(6) .wp-block-column:last-child, .our-history-wrapper .has-2-columns:nth-child(7) .wp-block-column:last-child, .our-history-wrapper .has-2-columns:nth-child(9) .wp-block-column:last-child {
      padding: 0 30px;
      min-width: 100%;
      max-width: 100%;
      margin-left: 0; }
      @media (min-width: 768px) {
        .our-history-wrapper .has-2-columns:nth-child(1) .wp-block-column:last-child, .our-history-wrapper .has-2-columns:nth-child(3) .wp-block-column:last-child, .our-history-wrapper .has-2-columns:nth-child(5) .wp-block-column:last-child, .our-history-wrapper .has-2-columns:nth-child(6) .wp-block-column:last-child, .our-history-wrapper .has-2-columns:nth-child(7) .wp-block-column:last-child, .our-history-wrapper .has-2-columns:nth-child(9) .wp-block-column:last-child {
          padding: 0;
          min-width: 33.33333%;
          max-width: 33.33333%; } }
  .our-history-wrapper .has-2-columns:nth-child(2), .our-history-wrapper .has-2-columns:nth-child(4), .our-history-wrapper .has-2-columns:nth-child(8) {
    padding-bottom: 50px;
    flex-direction: column-reverse; }
    @media (min-width: 768px) {
      .our-history-wrapper .has-2-columns:nth-child(2), .our-history-wrapper .has-2-columns:nth-child(4), .our-history-wrapper .has-2-columns:nth-child(8) {
        padding-bottom: 150px; } }
    @media (min-width: 768px) {
      .our-history-wrapper .has-2-columns:nth-child(2), .our-history-wrapper .has-2-columns:nth-child(4), .our-history-wrapper .has-2-columns:nth-child(8) {
        flex-direction: row; } }
    .our-history-wrapper .has-2-columns:nth-child(2) .wp-block-column:first-child, .our-history-wrapper .has-2-columns:nth-child(4) .wp-block-column:first-child, .our-history-wrapper .has-2-columns:nth-child(8) .wp-block-column:first-child {
      min-width: 100%;
      max-width: 100%;
      margin-left: 0;
      padding: 0 30px; }
      @media (min-width: 768px) {
        .our-history-wrapper .has-2-columns:nth-child(2) .wp-block-column:first-child, .our-history-wrapper .has-2-columns:nth-child(4) .wp-block-column:first-child, .our-history-wrapper .has-2-columns:nth-child(8) .wp-block-column:first-child {
          padding: 0;
          min-width: 33.33333%;
          max-width: 33.33333%; } }
    .our-history-wrapper .has-2-columns:nth-child(2) .wp-block-column:last-child, .our-history-wrapper .has-2-columns:nth-child(4) .wp-block-column:last-child, .our-history-wrapper .has-2-columns:nth-child(8) .wp-block-column:last-child {
      min-width: 100%;
      max-width: 100%;
      margin-left: 0; }
      @media (min-width: 768px) {
        .our-history-wrapper .has-2-columns:nth-child(2) .wp-block-column:last-child, .our-history-wrapper .has-2-columns:nth-child(4) .wp-block-column:last-child, .our-history-wrapper .has-2-columns:nth-child(8) .wp-block-column:last-child {
          min-width: 50%;
          max-width: 50%; }
          .our-history-wrapper .has-2-columns:nth-child(2) .wp-block-column:last-child figure, .our-history-wrapper .has-2-columns:nth-child(4) .wp-block-column:last-child figure, .our-history-wrapper .has-2-columns:nth-child(8) .wp-block-column:last-child figure {
            margin-left: 30px; } }
  @media (min-width: 768px) {
    .our-history-wrapper .has-2-columns:nth-child(1) {
      padding-top: 25px;
      padding-bottom: 75px; }
    .our-history-wrapper .has-2-columns:nth-child(3) .wp-block-column:first-child {
      margin-left: 16.66667%; }
    .our-history-wrapper .has-2-columns:nth-child(3) .wp-block-column:first-child {
      margin-left: 8.33333%; }
    .our-history-wrapper .has-2-columns:nth-child(3) .wp-block-column:last-child {
      margin-left: 8.33333%; }
    .our-history-wrapper .has-2-columns:nth-child(4) .wp-block-column:first-child {
      margin-left: 8.33333%; }
    .our-history-wrapper .has-2-columns:nth-child(5) .wp-block-column:first-child {
      margin-left: 16.66667%; }
    .our-history-wrapper .has-2-columns:nth-child(5) .wp-block-column:last-child {
      min-width: 25%;
      max-width: 25%;
      margin-left: 8.33333%; }
    .our-history-wrapper .has-2-columns:nth-child(6) .wp-block-column:first-child {
      margin-left: 8.33333%; }
    .our-history-wrapper .has-2-columns:nth-child(7) .wp-block-column:first-child {
      margin-left: 16.66667%; }
    .our-history-wrapper .has-2-columns:nth-child(8) .wp-block-column:first-child {
      margin-left: 16.66667%; }
    .our-history-wrapper .has-2-columns:nth-child(9) .wp-block-column:first-child {
      margin-left: 16.66667%; } }
  .our-history-wrapper .counter-wrapper {
    background-color: transparent;
    color: #fff;
    width: auto;
    margin: 0 auto;
    padding: 0; }
    .our-history-wrapper .counter-wrapper span:last-child {
      display: block; }
  .our-history-wrapper .background-block {
    background-position: bottom; }
    .our-history-wrapper .background-block br {
      display: none; }
      @media (min-width: 768px) {
        .our-history-wrapper .background-block br {
          display: block; } }
    .our-history-wrapper .background-block .is-style-inverse-short {
      margin-bottom: 60px; }
    .our-history-wrapper .background-block .wp-block-column {
      margin: 0; }
    .our-history-wrapper .background-block:not(.overlay) {
      padding: 90px 0 150px 0; }
    .our-history-wrapper .background-block.overlay .overlay-target {
      padding: 90px 15px 150px; }
      .our-history-wrapper .background-block.overlay .overlay-target p {
        font-weight: bold; }
    .our-history-wrapper .background-block h4 + hr {
      width: 70px;
      color: 2px solid #ffffff;
      display: block;
      margin: 30px auto; }
    .our-history-wrapper .background-block h4 {
      margin-top: 0;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .our-history-wrapper .background-block h4 {
          margin-bottom: 15px; } }
      .our-history-wrapper .background-block h4 em {
        font-family: "ThirstyRoughRegOne", Arial;
        font-style: normal;
        font-size: 30px; }
    .our-history-wrapper .background-block h4 + hr {
      display: none; }
      @media (min-width: 768px) {
        .our-history-wrapper .background-block h4 + hr {
          display: block; } }
    .our-history-wrapper .background-block h1,
    .our-history-wrapper .background-block h2,
    .our-history-wrapper .background-block h3,
    .our-history-wrapper .background-block p {
      color: #ffffff;
      text-align: center; }
    .our-history-wrapper .background-block .wp-block-columns {
      margin: auto;
      padding-bottom: 32px;
      width: 100%;
      padding: 0 30px;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .our-history-wrapper .background-block .wp-block-columns {
          width: 750px; } }
      @media (min-width: 992px) {
        .our-history-wrapper .background-block .wp-block-columns {
          width: 950px; } }
      @media (min-width: 1200px) {
        .our-history-wrapper .background-block .wp-block-columns {
          width: 1170px; } }
    .our-history-wrapper .background-block .wp-block-column {
      background: rgba(255, 255, 255, 0.15);
      padding: 30px !important;
      margin-bottom: 30px;
      min-width: 100%;
      max-width: 100%; }
      .our-history-wrapper .background-block .wp-block-column:first-child, .our-history-wrapper .background-block .wp-block-column:nth-child(2) {
        margin-right: 5%; }
      @media (min-width: 768px) {
        .our-history-wrapper .background-block .wp-block-column {
          min-width: 30%;
          max-width: 30%;
          margin-bottom: 0; } }
    .our-history-wrapper .background-block .has-2-columns {
      margin-top: 0; }
      @media (min-width: 768px) {
        .our-history-wrapper .background-block .has-2-columns {
          margin-top: 4%; } }
      .our-history-wrapper .background-block .has-2-columns .wp-block-column {
        min-width: 100% !important;
        max-width: 100% !important; }
        @media (min-width: 768px) {
          .our-history-wrapper .background-block .has-2-columns .wp-block-column {
            min-width: 30% !important;
            max-width: 30% !important;
            margin-bottom: 0; } }
        .our-history-wrapper .background-block .has-2-columns .wp-block-column:first-child {
          margin-left: 0;
          margin-right: 0; }
          @media (min-width: 768px) {
            .our-history-wrapper .background-block .has-2-columns .wp-block-column:first-child {
              margin-left: 17.5%;
              margin-right: 5%; } }
      .our-history-wrapper .background-block .has-2-columns p,
      .our-history-wrapper .background-block .has-2-columns h4 {
        padding-left: 0 !important; }
  .our-history-wrapper .animated-leaf {
    transform: scale(0);
    opacity: 0.2;
    fill: #009e3d;
    transition: 0.25s all ease-in, 0.65s opacity ease-in; }
    .our-history-wrapper .animated-leaf.animate {
      opacity: 1;
      transform: scale(1); }
  .our-history-wrapper .animated-dashed-line > * {
    fill: #d1d1d1;
    transition: 1s fill ease-in; }
  .our-history-wrapper .animated-dashed-line.animate > * {
    fill: #009e3d; }

body.page-template-template-our-history #main-content {
  padding-bottom: -90px;
  padding-bottom: 0; }

/*=============================================
=            Home            =
=============================================*/
#cover-bg-image {
  position: absolute;
  z-index: 10000;
  height: 100%;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  height: 100vh;
  background-position: top; }
  @media screen and (min-width: 768px) {
    #cover-bg-image {
      background-position: center;
      background-size: cover; } }
  #cover-bg-image.hide {
    display: none; }
  #cover-bg-image .spinner {
    display: block;
    margin: auto;
    width: 50px;
    height: 50px;
    margin-top: 50vh;
    background-image: url(../../assets/icons/leafs-circle-white.svg);
    background-size: cover;
    animation: spinner 0.6s linear infinite; }
  #cover-bg-image .cover-bg-image-overlay {
    background-color: rgba(0, 0, 0, 0.15);
    height: 100vh;
    display: block;
    top: 0;
    width: 100%;
    position: absolute; }

.page-home.one-page {
  height: calc(100vh + 90px); }
  @media (min-width: 768px) {
    .page-home.one-page {
      height: 100vh; } }

body.admin-bar .page-home.one-page {
  height: calc(100vh + (90px - 46px)); }
  @media (min-width: 768px) {
    body.admin-bar .page-home.one-page {
      height: calc(100vh - 32px); } }

.page-home {
  position: relative;
  /**
  *
  * B2
  *
  */
  /**
  *
  * B3
  *
  */
  /**
  *
  * b4
  *
  */
  /* Motion */ }
  .page-home .swiper-wrapper > header,
  .page-home .swiper-wrapper > section {
    height: calc(100vh + 90px); }
    @media (min-width: 768px) {
      .page-home .swiper-wrapper > header,
      .page-home .swiper-wrapper > section {
        height: 100vh; } }
  @media screen and (max-width: 767px) {
    .page-home .h1 em, .page-home .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2 em, .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner .page-home h2 em {
      font-size: 2rem; } }
  .page-home .row-flex .col {
    padding-bottom: 75px; }
    @media (min-width: 768px) {
      .page-home .row-flex .col {
        padding-bottom: 0; } }
  .page-home .home-header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    margin: 0; }
    .page-home .home-header:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.1);
      z-index: 1; }
      @media (min-width: 768px) {
        .page-home .home-header:before {
          /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.3+0,0+100 */
          background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 50%);
          /* FF3.6-15 */
          background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 50%);
          /* Chrome10-25,Safari5.1-6 */
          background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 50%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } }
    .page-home .home-header .col {
      position: relative;
      z-index: 1;
      min-width: 100%;
      max-width: 100%;
      text-align: center;
      color: #fff; }
      @media (min-width: 768px) {
        .page-home .home-header .col {
          min-width: 66.66667%;
          max-width: 66.66667%;
          margin-left: 16.66667%; } }
      @media (min-width: 992px) {
        .page-home .home-header .col {
          margin-left: 25%;
          min-width: 50%;
          max-width: 50%; } }
      .page-home .home-header .col .h1, .page-home .home-header .col .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2, .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner .page-home .home-header .col h2 {
        color: #fff;
        line-height: 1;
        margin: 0 0 15px; }
        @media (min-width: 768px) {
          .page-home .home-header .col .h1, .page-home .home-header .col .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2, .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner .page-home .home-header .col h2 {
            line-height: 1.2; } }
        .page-home .home-header .col .h1 em, .page-home .home-header .col .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2 em, .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner .page-home .home-header .col h2 em {
          line-height: 1; }
          @media (min-width: 768px) {
            .page-home .home-header .col .h1 em, .page-home .home-header .col .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2 em, .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner .page-home .home-header .col h2 em {
              line-height: 1.2; } }
      .page-home .home-header .col p {
        font-weight: 500; }
      .page-home .home-header .col .button, .page-home .home-header .col .contact-wrapper .wpcf7 input[type="submit"], .contact-wrapper .wpcf7 .page-home .home-header .col input[type="submit"] {
        margin-top: 15px; }
        .page-home .home-header .col .button:hover, .page-home .home-header .col .contact-wrapper .wpcf7 input:hover[type="submit"], .contact-wrapper .wpcf7 .page-home .home-header .col input:hover[type="submit"] {
          background-color: #009e3d;
          color: #fff;
          border-color: #009e3d; }
    .page-home .home-header .home-bg-video {
      position: absolute; }
  .page-home .swiper-pagination.swiper-pagination-bullets {
    bottom: 120px;
    display: flex;
    padding: 0 15px; }
    @media (min-width: 768px) {
      .page-home .swiper-pagination.swiper-pagination-bullets {
        display: none; } }
    .page-home .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
      position: relative;
      flex-grow: 1;
      height: 4px;
      border-radius: 4px;
      background-color: #fff;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      overflow: hidden; }
      .page-home .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 4px;
        width: 100%;
        border-radius: 4px;
        -webkit-transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
        background-color: #009e3d;
        display: block;
        transform-origin: 0 0; }
      .page-home .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.visited {
        background-color: #009e3d; }
      .page-home .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
        animation-name: fillBar;
        animation-duration: 10s;
        animation-fill-mode: forwards;
        animation-timing-function: linear; }
  .page-home .b2 {
    height: 100vh;
    background-position: top left;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden; }
    .page-home .b2 .side-image {
      width: 50%;
      position: absolute;
      height: 100%;
      right: 0; }
      @media screen and (max-width: 767px) {
        .page-home .b2 .side-image {
          display: none; } }
      .page-home .b2 .side-image #parallax-front {
        opacity: 0.4;
        transform: translateY(-100%);
        transition: all; }
      .page-home .b2 .side-image #parallax-back {
        opacity: 0.5;
        transform: translateY(100%); }
      .page-home .b2 .side-image img {
        height: 80%;
        position: absolute;
        margin-top: 10%; }
    .page-home .b2.swiper-slide-active #parallax-front {
      opacity: 1;
      transform: translateY(0);
      transition: all ease-in 1s;
      top: 0; }
      .page-home .b2.swiper-slide-active #parallax-front.up {
        top: 6px;
        transition: all ease-in 1s, position 1.2s ease-in; }
      .page-home .b2.swiper-slide-active #parallax-front.down {
        top: -6px;
        transition: all ease-in 1s, position 1.2s ease-in; }
    .page-home .b2.swiper-slide-active #parallax-back {
      opacity: 1;
      transform: translateY(0);
      transition: all ease-in 1s;
      top: 0; }
      .page-home .b2.swiper-slide-active #parallax-back.up {
        top: 9px;
        transition: all ease-in 1s, position 1s ease-in; }
      .page-home .b2.swiper-slide-active #parallax-back.down {
        top: -9px;
        transition: all ease-in 1s, position 1s ease-in; }
    @media (min-width: 992px) {
      .page-home .b2 {
        background-size: cover;
        background-position: center; } }
    .page-home .b2:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.1);
      z-index: 1; }
      @media (min-width: 768px) {
        .page-home .b2:before {
          display: none; } }
    .page-home .b2 .col {
      text-align: center;
      z-index: 1;
      position: relative; }
      @media (min-width: 768px) {
        .page-home .b2 .col {
          max-width: 58.33333%;
          min-width: 58.33333%; } }
      @media (min-width: 992px) {
        .page-home .b2 .col {
          max-width: 50%;
          min-width: 50%; } }
      @media (min-width: 1200px) {
        .page-home .b2 .col {
          max-width: 41.66667%;
          min-width: 41.66667%; } }
      .page-home .b2 .col .h1, .page-home .b2 .col .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2, .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner .page-home .b2 .col h2 {
        line-height: 1.2;
        margin: 0 0 15px;
        color: #fff; }
        @media (min-width: 768px) {
          .page-home .b2 .col .h1, .page-home .b2 .col .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2, .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner .page-home .b2 .col h2 {
            color: #009e3d; } }
      .page-home .b2 .col p {
        font-weight: 500;
        color: #fff; }
        @media (min-width: 768px) {
          .page-home .b2 .col p {
            color: #4f4f4f; } }
      .page-home .b2 .col .button, .page-home .b2 .col .contact-wrapper .wpcf7 input[type="submit"], .contact-wrapper .wpcf7 .page-home .b2 .col input[type="submit"] {
        margin-top: 15px;
        color: #fff;
        border-color: #fff; }
        .page-home .b2 .col .button:hover, .page-home .b2 .col .contact-wrapper .wpcf7 input:hover[type="submit"], .contact-wrapper .wpcf7 .page-home .b2 .col input:hover[type="submit"] {
          color: #fff; }
        @media (min-width: 768px) {
          .page-home .b2 .col .button, .page-home .b2 .col .contact-wrapper .wpcf7 input[type="submit"], .contact-wrapper .wpcf7 .page-home .b2 .col input[type="submit"] {
            color: #009e3d;
            border-color: #009e3d; } }
  .page-home .b3 {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center; }
    .page-home .b3 div {
      height: 100%; }
    .page-home .b3:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.3+0,0+100 */
      background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 50%);
      /* FF3.6-15 */
      background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 50%);
      /* Chrome10-25,Safari5.1-6 */
      background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 50%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      z-index: 1; }
      @media (min-width: 992px) {
        .page-home .b3:before {
          display: none; } }
    .page-home .b3 .b3-bg-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
      @media (min-width: 992px) {
        .page-home .b3 .b3-bg-wrapper:after {
          content: "";
          position: absolute;
          right: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 1; } }
  @media (min-width: 992px) and (min-width: 992px) {
    .page-home .b3 .b3-bg-wrapper:after {
      width: 58.33333%; } }
  @media (min-width: 992px) and (min-width: 1200px) {
    .page-home .b3 .b3-bg-wrapper:after {
      width: 50%; } }
    .page-home .b3 .wrapper-centered, .page-home .b3 .product-family-viewer .product-family-viewer-inner, .product-family-viewer .page-home .b3 .product-family-viewer-inner {
      position: relative; }
    .page-home .b3 .col {
      position: relative;
      max-width: 100%;
      min-width: 100%;
      text-align: center;
      align-self: center;
      z-index: 1;
      display: flex;
      align-items: center;
      height: auto;
      padding-bottom: 75px; }
      @media (min-width: 992px) {
        .page-home .b3 .col {
          height: 100%;
          padding-bottom: 0;
          background-color: #f8f8f3;
          background-size: 100%;
          background-repeat: no-repeat;
          background-position: left center;
          background-image: url(../../assets/images/florette-fondo-inicio-compromiso.png);
          max-width: 50%;
          -webkit-transform: translateX(200%);
          -moz-transform: translateX(200%);
          -ms-transform: translateX(200%);
          -o-transform: translateX(200%);
          transform: translateX(200%);
          min-width: 50%; } }
      .page-home .b3 .col .content-wrapper {
        height: auto;
        margin: auto; }
      .page-home .b3 .col .h1, .page-home .b3 .col .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2, .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner .page-home .b3 .col h2 {
        line-height: 1.2;
        margin: 0 0 15px;
        color: #fff; }
        @media (min-width: 992px) {
          .page-home .b3 .col .h1, .page-home .b3 .col .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2, .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner .page-home .b3 .col h2 {
            color: #009e3d; } }
      .page-home .b3 .col p {
        font-weight: 500;
        color: #fff; }
        @media (min-width: 992px) {
          .page-home .b3 .col p {
            color: #4f4f4f; } }
      .page-home .b3 .col .button, .page-home .b3 .col .contact-wrapper .wpcf7 input[type="submit"], .contact-wrapper .wpcf7 .page-home .b3 .col input[type="submit"] {
        margin-top: 15px;
        color: #fff;
        border-color: #fff; }
        .page-home .b3 .col .button:hover, .page-home .b3 .col .contact-wrapper .wpcf7 input:hover[type="submit"], .contact-wrapper .wpcf7 .page-home .b3 .col input:hover[type="submit"] {
          color: #fff;
          border-color: #009e3d; }
        @media (min-width: 992px) {
          .page-home .b3 .col .button, .page-home .b3 .col .contact-wrapper .wpcf7 input[type="submit"], .contact-wrapper .wpcf7 .page-home .b3 .col input[type="submit"] {
            color: #009e3d;
            border-color: #009e3d; } }
  .page-home .b4 {
    position: relative;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    margin: 0; }
    .page-home .b4 h2 em {
      line-height: 1; }
    .page-home .b4:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.1);
      z-index: 1; }
      @media (min-width: 768px) {
        .page-home .b4:before {
          /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.3+0,0+100 */
          background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 50%);
          /* FF3.6-15 */
          background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 50%);
          /* Chrome10-25,Safari5.1-6 */
          background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 50%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } }
    .page-home .b4 .col {
      position: relative;
      z-index: 1;
      min-width: 100%;
      max-width: 100%;
      text-align: center;
      color: #fff; }
      @media (min-width: 768px) {
        .page-home .b4 .col {
          min-width: 66.66667%;
          max-width: 66.66667%;
          margin-left: 16.66667%; } }
      .page-home .b4 .col .h1, .page-home .b4 .col .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2, .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner .page-home .b4 .col h2 {
        color: #fff;
        line-height: 1.2;
        margin: 0 0 15px; }
      .page-home .b4 .col p {
        font-weight: 500;
        margin: 15px auto; }
        @media (min-width: 992px) {
          .page-home .b4 .col p {
            max-width: 50%; } }
      .page-home .b4 .col .button, .page-home .b4 .col .contact-wrapper .wpcf7 input[type="submit"], .contact-wrapper .wpcf7 .page-home .b4 .col input[type="submit"] {
        margin-top: 15px; }
        .page-home .b4 .col .button:hover, .page-home .b4 .col .contact-wrapper .wpcf7 input:hover[type="submit"], .contact-wrapper .wpcf7 .page-home .b4 .col input:hover[type="submit"] {
          background-color: #009e3d;
          color: #fff;
          border-color: #009e3d; }
    .page-home .b4 .home-bg-video {
      position: absolute; }
      .page-home .b4 .home-bg-video video {
        background-size: cover;
        background-position: center; }
  @media (min-width: 992px) {
    .page-home .swiper-slide-active.b3 .col {
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%);
      /*background-position: 50px top;*/
      -webkit-transition: transform 0.8s 0.6s ease-out;
      -moz-transition: transform 0.8s 0.6s ease-out;
      -ms-transition: transform 0.8s 0.6s ease-out;
      -o-transition: transform 0.8s 0.6s ease-out;
      transition: transform 0.8s 0.6s ease-out; } }

.home-intro {
  position: fixed;
  top: -1px;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: calc(100% + 1px);
  z-index: 100; }
  .home-intro.hide-intro {
    animation-name: fadeOut;
    animation-duration: .35s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out; }
  .home-intro video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

body.home .main-content {
  padding-bottom: 0;
  margin-bottom: 0; }

/* Chrome, Safari, Opera */
@-webkit-keyframes fillBar {
  0% {
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1); }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }

/* Standard syntax */
@keyframes fillBar {
  0% {
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1); }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }

.page-home .navigation-next {
  display: none; }
  @media (min-width: 768px) {
    .page-home .navigation-next {
      width: 40px;
      height: 40px;
      border-radius: 40px;
      background-color: rgba(161, 161, 161, 0.4);
      position: absolute;
      bottom: 30px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      z-index: 2; }
      .page-home .navigation-next:hover {
        background-color: rgba(255, 255, 255, 0.4); } }
  .page-home .navigation-next .icon > svg {
    fill: #fff;
    display: block;
    width: 24px;
    height: auto;
    margin-top: 2px; }

body.is-last-slide .page-home .navigation-next {
  display: none; }

/*=====  End of Home  ======*/
.post-recipe .swiper-wrapper {
  display: flex; }
  .post-recipe .swiper-wrapper .swiper-slide {
    margin: 0 auto; }
    .post-recipe .swiper-wrapper .swiper-slide:last-child {
      margin: 0;
      margin-right: auto !important; }
    .post-recipe .swiper-wrapper .swiper-slide:first-child {
      margin: 0;
      margin-left: auto !important; }
  .post-recipe .swiper-wrapper .headline {
    display: none !important; }
    @media (min-width: 768px) {
      .post-recipe .swiper-wrapper .headline {
        display: block; } }

.post-recipe .bg-image-wrapper {
  position: absolute;
  z-index: -1;
  height: 100vh;
  overflow-x: hidden;
  width: 100%;
  display: none;
  margin-top: -30px; }
  @media (min-width: 768px) {
    .post-recipe .bg-image-wrapper {
      display: block; } }
  .post-recipe .bg-image-wrapper .bg-right {
    width: 10%;
    min-width: 130px;
    position: absolute;
    right: 0;
    -webkit-transform: translateX(100%) translateY(10%);
    -moz-transform: translateX(100%) translateY(10%);
    -ms-transform: translateX(100%) translateY(10%);
    -o-transform: translateX(100%) translateY(10%);
    transform: translateX(100%) translateY(10%); }
  .post-recipe .bg-image-wrapper .bg-left {
    width: 10%;
    min-width: 130px;
    position: absolute;
    left: 0;
    -webkit-transform: translateX(-100%) translateY(10%);
    -moz-transform: translateX(-100%) translateY(10%);
    -ms-transform: translateX(-100%) translateY(10%);
    -o-transform: translateX(-100%) translateY(10%);
    transform: translateX(-100%) translateY(10%); }
  .post-recipe .bg-image-wrapper.animate .bg-right {
    -webkit-transform: translateX(-10%) translateY(10%);
    -moz-transform: translateX(-10%) translateY(10%);
    -ms-transform: translateX(-10%) translateY(10%);
    -o-transform: translateX(-10%) translateY(10%);
    transform: translateX(-10%) translateY(10%);
    transition: all ease-out 0.3s 1s; }
  .post-recipe .bg-image-wrapper.animate .bg-left {
    -webkit-transform: translateX(10%) translateY(10%);
    -moz-transform: translateX(10%) translateY(10%);
    -ms-transform: translateX(10%) translateY(10%);
    -o-transform: translateX(10%) translateY(10%);
    transform: translateX(10%) translateY(10%);
    transition: all ease-out 0.3s 1s; }

.post-recipe .headline {
  font-weight: 500;
  font-size: 18px; }

.post-recipe h2 {
  margin-bottom: 15px; }

.post-recipe .description {
  margin: 45px auto 15px; }
  @media (min-width: 768px) {
    .post-recipe .description {
      width: 83.33333%; } }

.post-recipe .background-block {
  margin-top: 45px; }
  .post-recipe .background-block .overlay-target {
    min-height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (min-width: 768px) {
      .post-recipe .background-block .overlay-target {
        min-height: 500px; } }

.post-recipe .wp-block-columns.recipe-detail .wp-block-column {
  min-width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0; }
  .post-recipe .wp-block-columns.recipe-detail .wp-block-column:first-child {
    position: relative; }
    @media (min-width: 768px) {
      .post-recipe .wp-block-columns.recipe-detail .wp-block-column:first-child {
        min-width: 41.66667%;
        max-width: 41.66667%; } }
    .post-recipe .wp-block-columns.recipe-detail .wp-block-column:first-child:before {
      content: " ";
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      display: block;
      width: 100vw;
      height: 7.5px;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f5f3+0,ffffff+100 */
      background: #f5f5f3;
      /* Old browsers */
      background: -moz-linear-gradient(top, #f5f5f3 0%, white 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #f5f5f3 0%, white 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #f5f5f3 0%, white 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f3', endColorstr='#ffffff',GradientType=0 );
      /* IE6-9 */
      background-color: #fff;
      margin: 45px 0; }
      @media (min-width: 768px) {
        .post-recipe .wp-block-columns.recipe-detail .wp-block-column:first-child:before {
          content: none; } }
    .post-recipe .wp-block-columns.recipe-detail .wp-block-column:first-child:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: 100% auto;
      z-index: -1; }
  .post-recipe .wp-block-columns.recipe-detail .wp-block-column:last-child {
    order: -1;
    margin: 0;
    position: relative; }
    @media (min-width: 576px) {
      .post-recipe .wp-block-columns.recipe-detail .wp-block-column:last-child {
        min-width: 66.66667%;
        max-width: 66.66667%;
        margin-left: 16.66667%;
        margin-right: 16.66667%; } }
    @media (min-width: 768px) {
      .post-recipe .wp-block-columns.recipe-detail .wp-block-column:last-child {
        order: 1;
        min-width: 58.33333%;
        max-width: 58.33333%;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 1200px) {
      .post-recipe .wp-block-columns.recipe-detail .wp-block-column:last-child {
        min-width: 58.33333%;
        max-width: 58.33333%; } }
    .post-recipe .wp-block-columns.recipe-detail .wp-block-column:last-child:before {
      content: '';
      height: 100%;
      top: -20px;
      width: 150%;
      left: -25%;
      position: absolute;
      background: url(../../assets/images/atrezzo-tabla-ingredientes-top.png);
      background-repeat: no-repeat;
      background-size: 100% auto;
      z-index: 1; }
      @media (min-width: 768px) {
        .post-recipe .wp-block-columns.recipe-detail .wp-block-column:last-child:before {
          width: 145%;
          left: -22%; } }
      @media (min-width: 992px) {
        .post-recipe .wp-block-columns.recipe-detail .wp-block-column:last-child:before {
          height: 100%;
          width: 735px;
          left: -60px; } }
      @media (min-width: 1200px) {
        .post-recipe .wp-block-columns.recipe-detail .wp-block-column:last-child:before {
          left: -28px; } }
    .post-recipe .wp-block-columns.recipe-detail .wp-block-column:last-child:after {
      content: '';
      height: 200px;
      width: 150%;
      left: -25%;
      top: calc(46% + 200px);
      position: absolute;
      background: url(../../assets/images/atrezzo-tabla-ingredientes-bottom.png);
      background-repeat: no-repeat;
      background-size: 100% auto;
      z-index: 1; }
      @media (min-width: 768px) {
        .post-recipe .wp-block-columns.recipe-detail .wp-block-column:last-child:after {
          width: 130%;
          left: -20%; } }
      @media (min-width: 992px) {
        .post-recipe .wp-block-columns.recipe-detail .wp-block-column:last-child:after {
          height: 200px;
          width: 735px;
          left: -80px; } }

@media (min-width: 768px) {
  .post-recipe .recipes-slider:before, .post-recipe .recipes-slider:after {
    background-size: auto 100%; } }

@media (min-width: 768px) {
  .post-recipe .recipes-slider:before {
    background-image: url(../../assets/images/atrezzo-slider-izquierda.png);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); } }

@media (min-width: 768px) {
  .post-recipe .recipes-slider:after {
    background-image: url(../../assets/images/atrezzo-slider-derecha.png);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); } }

.post-recipe .products-slider:before, .post-recipe .products-slider:after {
  content: none; }

.page-post-list .header-default {
  margin-bottom: 15px; }

.page-post-list .bg-image-wrapper {
  position: absolute;
  z-index: -1;
  height: 100vh;
  overflow-x: hidden;
  width: 100%;
  display: none;
  margin-top: -30px; }
  @media (min-width: 768px) {
    .page-post-list .bg-image-wrapper {
      display: block; } }
  .page-post-list .bg-image-wrapper .bg-right {
    width: 30%;
    min-width: 150px;
    position: absolute;
    right: 0;
    -webkit-transform: translateX(35%);
    -moz-transform: translateX(35%);
    -ms-transform: translateX(35%);
    -o-transform: translateX(35%);
    transform: translateX(35%); }
  .page-post-list .bg-image-wrapper .bg-left {
    width: 15%;
    min-width: 150px;
    position: absolute; }

.page-post-list .actions-wrapper {
  margin-top: 30px; }
  @media (min-width: 768px) {
    .page-post-list .actions-wrapper {
      margin-top: 45px; } }
  .page-post-list .actions-wrapper .icon svg {
    width: 45px;
    height: 45px; }

.page-natural-growth {
  color: #fff; }
  .page-natural-growth h3 {
    font-family: "Roboto", Arial;
    font-size: 1.375rem; }
    @media (min-width: 768px) {
      .page-natural-growth h3 {
        font-size: 1.875rem; } }
    .page-natural-growth h3 em {
      font-family: "ThirstyRoughRegOne", Arial;
      font-style: normal;
      margin-left: 5px;
      font-size: 110%; }
  .page-natural-growth .one-page {
    position: relative;
    height: 100vh; }
  .page-natural-growth .one-page-nested {
    position: relative;
    height: 100%; }
    .page-natural-growth .one-page-nested .nav-next {
      position: absolute;
      top: 50%;
      right: 5px;
      z-index: 2;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .page-natural-growth .one-page-nested .nav-next.swiper-button-disabled {
        display: none; }
      .page-natural-growth .one-page-nested .nav-next svg {
        width: 35px;
        height: auto;
        fill: #fff; }
    .page-natural-growth .one-page-nested .nav-prev {
      position: absolute;
      top: 50%;
      left: 5px;
      z-index: 2;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .page-natural-growth .one-page-nested .nav-prev.swiper-button-disabled {
        display: none; }
      .page-natural-growth .one-page-nested .nav-prev svg {
        width: 30px;
        height: auto;
        fill: #fff; }
  .page-natural-growth .swiper-wrapper > header,
  .page-natural-growth .swiper-wrapper > section {
    margin: 0;
    background-position: center;
    background-size: cover;
    height: 100%;
    overflow: hidden; }
    @media (min-width: 768px) {
      .page-natural-growth .swiper-wrapper > header,
      .page-natural-growth .swiper-wrapper > section {
        overflow: visible; } }
  .page-natural-growth .natural-growth-header {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .page-natural-growth .natural-growth-header .play-button {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  .page-natural-growth .natural-growth-bg-video-desktop {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .page-natural-growth .b2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1; }
    @media (min-width: 768px) {
      .page-natural-growth .b2:before {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.3+0,0+100 */
        background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 50%);
        /* FF3.6-15 */
        background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 50%);
        /* Chrome10-25,Safari5.1-6 */
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 50%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } }
  .page-natural-growth .b2 .col {
    max-width: 280px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .page-natural-growth .b2 .col {
        max-width: 66.66667%;
        margin-left: 16.66667%; } }
    @media (min-width: 1200px) {
      .page-natural-growth .b2 .col {
        max-width: 50%;
        margin-left: 25%; } }
  .page-natural-growth .b2 header {
    position: relative; }
    .page-natural-growth .b2 header h2 {
      color: #fff;
      text-align: center; }
      @media (min-width: 768px) {
        .page-natural-growth .b2 header h2 {
          font-size: 3.875rem; } }
    .page-natural-growth .b2 header svg {
      max-width: 160px;
      margin: 5px auto 0; }
      @media (min-width: 768px) {
        .page-natural-growth .b2 header svg {
          max-width: 320px;
          margin: 15px auto 0; } }
  .page-natural-growth .b2 .wrapper-centered, .page-natural-growth .b2 .product-family-viewer .product-family-viewer-inner, .product-family-viewer .page-natural-growth .b2 .product-family-viewer-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1; }
  .page-natural-growth .step {
    display: flex;
    height: 100%; }
    @media (min-width: 768px) {
      .page-natural-growth .step {
        display: block; } }
    .page-natural-growth .step .timeline {
      display: none; }
      @media (min-width: 768px) {
        .page-natural-growth .step .timeline {
          position: absolute;
          top: 0;
          left: 0;
          left: 50%;
          height: calc(100% - 100px);
          top: calc(50% + 50px);
          overflow: hidden;
          z-index: 1;
          display: block;
          -webkit-transform: translate(-375px, -50px);
          -moz-transform: translate(-375px, -50px);
          -ms-transform: translate(-375px, -50px);
          -o-transform: translate(-375px, -50px);
          transform: translate(-375px, -50px); } }
      @media (min-width: 992px) {
        .page-natural-growth .step .timeline {
          -webkit-transform: translate(-475px, -50px);
          -moz-transform: translate(-475px, -50px);
          -ms-transform: translate(-475px, -50px);
          -o-transform: translate(-475px, -50px);
          transform: translate(-475px, -50px); } }
      @media (min-width: 1200px) {
        .page-natural-growth .step .timeline {
          -webkit-transform: translate(-585px, 0);
          -moz-transform: translate(-585px, 0);
          -ms-transform: translate(-585px, 0);
          -o-transform: translate(-585px, 0);
          transform: translate(-585px, 0); } }
      .page-natural-growth .step .timeline svg {
        min-height: 100%;
        height: 100%;
        width: auto; }
        .page-natural-growth .step .timeline svg .dash > * {
          fill: transparent;
          -webkit-transition: all 0.35s ease-in-out;
          -moz-transition: all 0.35s ease-in-out;
          -ms-transition: all 0.35s ease-in-out;
          -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out; }
        .page-natural-growth .step .timeline svg .dash.active > * {
          fill: #fff; }
    .page-natural-growth .step .wrapper-centered, .page-natural-growth .step .product-family-viewer .product-family-viewer-inner, .product-family-viewer .page-natural-growth .step .product-family-viewer-inner {
      position: relative;
      align-self: flex-end; }
      @media (min-width: 768px) {
        .page-natural-growth .step .wrapper-centered, .page-natural-growth .step .product-family-viewer .product-family-viewer-inner, .product-family-viewer .page-natural-growth .step .product-family-viewer-inner {
          top: 50%;
          -webkit-transform: translateY(-100px);
          -moz-transform: translateY(-100px);
          -ms-transform: translateY(-100px);
          -o-transform: translateY(-100px);
          transform: translateY(-100px); } }
      @media (min-width: 1200px) {
        .page-natural-growth .step .wrapper-centered, .page-natural-growth .step .product-family-viewer .product-family-viewer-inner, .product-family-viewer .page-natural-growth .step .product-family-viewer-inner {
          -webkit-transform: translateY(-50px);
          -moz-transform: translateY(-50px);
          -ms-transform: translateY(-50px);
          -o-transform: translateY(-50px);
          transform: translateY(-50px); } }
  .page-natural-growth .step-wrapper {
    display: flex;
    position: relative;
    flex-direction: column;
    max-width: 420px;
    align-self: center;
    align-items: center;
    padding: 0 45px 135px; }
    @media (min-width: 768px) {
      .page-natural-growth .step-wrapper {
        flex-direction: row;
        justify-content: flex-start;
        max-width: 83.33333%;
        min-width: 83.33333%;
        padding: 0; } }
    @media (min-width: 992px) {
      .page-natural-growth .step-wrapper {
        max-width: 66.66667%;
        min-width: 66.66667%; } }
    @media (min-width: 1200px) {
      .page-natural-growth .step-wrapper {
        max-width: 58.33333%;
        min-width: 58.33333%; } }
    .page-natural-growth .step-wrapper:before {
      z-index: 0;
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 250%;
      height: 250%;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.3+0,0+100 */
      background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 60%);
      /* FF3.6-15 */
      background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 60%);
      /* Chrome10-25,Safari5.1-6 */
      background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 60%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      transform: translate(-50%, -50%); }
    .page-natural-growth .step-wrapper > * {
      position: relative; }
    .page-natural-growth .step-wrapper .icon {
      align-self: center;
      margin-right: 0;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      -webkit-transition: transform 0.35s 0.2s cubic-bezier(0, 1.48, 1, 1.09);
      -moz-transition: transform 0.35s 0.2s cubic-bezier(0, 1.48, 1, 1.09);
      -ms-transition: transform 0.35s 0.2s cubic-bezier(0, 1.48, 1, 1.09);
      -o-transition: transform 0.35s 0.2s cubic-bezier(0, 1.48, 1, 1.09);
      transition: transform 0.35s 0.2s cubic-bezier(0, 1.48, 1, 1.09);
      text-align: center;
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        .page-natural-growth .step-wrapper .icon {
          align-self: flex-start;
          margin-bottom: 0;
          margin-right: 30px; } }
      .page-natural-growth .step-wrapper .icon svg {
        min-width: 60px;
        max-width: 60px;
        height: auto;
        border-radius: 100px;
        background-color: rgba(255, 255, 255, 0.2); }
        @media (min-width: 768px) {
          .page-natural-growth .step-wrapper .icon svg {
            min-width: 100px;
            max-width: 100px; } }
    .page-natural-growth .step-wrapper > div {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -webkit-transform: translateX(120px);
      -moz-transform: translateX(120px);
      -ms-transform: translateX(120px);
      -o-transform: translateX(120px);
      transform: translateX(120px);
      -webkit-transition: all 0.8s 0.2s cubic-bezier(0.39, 0.58, 0.57, 1);
      -moz-transition: all 0.8s 0.2s cubic-bezier(0.39, 0.58, 0.57, 1);
      -ms-transition: all 0.8s 0.2s cubic-bezier(0.39, 0.58, 0.57, 1);
      -o-transition: all 0.8s 0.2s cubic-bezier(0.39, 0.58, 0.57, 1);
      transition: all 0.8s 0.2s cubic-bezier(0.39, 0.58, 0.57, 1); }
      .page-natural-growth .step-wrapper > div header {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #fff; }
        @media (min-width: 768px) {
          .page-natural-growth .step-wrapper > div header {
            margin-bottom: 15px;
            padding-bottom: 15px; } }
  .page-natural-growth .swiper-slide-prev {
    z-index: 1; }
  .page-natural-growth .swiper-slide-active .step-wrapper .icon {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .page-natural-growth .swiper-slide-active .step-wrapper > div {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

.page-natural-growth .b9 {
  background-position: center;
  background-size: auto 125%;
  height: 0;
  padding: 0;
  overflow: hidden; }
  @media (min-width: 768px) {
    .page-natural-growth .b9 .col {
      max-width: 33.33333%;
      margin-left: 33.33333%; } }
  .page-natural-growth .b9 p {
    color: #009e3d;
    font-weight: 500;
    text-align: center;
    font-size: 1.125rem;
    margin-bottom: 30px; }

body.is-last-slide {
  overflow: auto; }
  body.is-last-slide .page-natural-growth .b9 {
    height: auto;
    padding: 15px 0;
    overflow: initial;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      body.is-last-slide .page-natural-growth .b9 {
        margin-bottom: 0px;
        padding: 90px 0; } }

body.is-not-last-slide {
  overflow: hidden; }
  body.is-not-last-slide .page-natural-growth .b9 {
    height: 0;
    padding: 0;
    overflow: hidden; }

.page-natural-growth .navigation-next {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 2; }
  .page-natural-growth .navigation-next:hover {
    background-color: rgba(255, 255, 255, 0.4); }
  .page-natural-growth .navigation-next .icon > svg {
    fill: #fff;
    display: block;
    width: 24px;
    height: auto;
    margin-top: 2px; }

body.is-last-slide .page-natural-growth .navigation-next {
  display: none; }

/*=============================================
=            Press releases            =
=============================================*/
.page-press-release .bg-image-wrapper {
  position: absolute;
  z-index: -1;
  height: 100vh;
  overflow-x: hidden;
  width: 100%;
  display: none;
  margin-top: -30px; }
  @media (min-width: 768px) {
    .page-press-release .bg-image-wrapper {
      display: block; } }
  .page-press-release .bg-image-wrapper .bg-right {
    width: 20%;
    min-width: 150px;
    position: absolute;
    top: 30px;
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  .page-press-release .bg-image-wrapper .bg-left {
    width: 15%;
    min-width: 150px;
    position: absolute;
    top: 30px;
    left: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  .page-press-release .bg-image-wrapper.animate .bg-right {
    transition: all ease-out 0.3s 1.8s;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%); }
  .page-press-release .bg-image-wrapper.animate .bg-left {
    transition: all ease-out 0.3s 1.8s;
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%); }

.page-press-release h2:after, .page-press-release .h2:after {
  content: "";
  margin: 15px auto 45px;
  width: 250px;
  border-top: 1px solid #cacac6;
  display: block; }

.page-press-release .guten-content .description {
  margin-top: 45px;
  margin-bottom: 45px; }
  @media (min-width: 768px) {
    .page-press-release .guten-content .description {
      margin-top: 60px;
      margin-bottom: 135px; } }

.page-press-release .guten-content .wrapper-centered.press-notes-wrapper, .page-press-release .guten-content .product-family-viewer .press-notes-wrapper.product-family-viewer-inner, .product-family-viewer .page-press-release .guten-content .press-notes-wrapper.product-family-viewer-inner {
  margin-top: 45px;
  padding: 0; }
  @media (min-width: 768px) {
    .page-press-release .guten-content .wrapper-centered.press-notes-wrapper, .page-press-release .guten-content .product-family-viewer .press-notes-wrapper.product-family-viewer-inner, .product-family-viewer .page-press-release .guten-content .press-notes-wrapper.product-family-viewer-inner {
      margin-top: 150px; } }

.page-press-release .guten-content .actions-wrapper {
  margin-top: 0;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .page-press-release .guten-content .actions-wrapper {
      margin-top: 60px;
      margin-bottom: 120px; } }
  .page-press-release .guten-content .actions-wrapper .button, .page-press-release .guten-content .actions-wrapper .contact-wrapper .wpcf7 input[type="submit"], .contact-wrapper .wpcf7 .page-press-release .guten-content .actions-wrapper input[type="submit"] {
    margin-bottom: 0; }

.page-press-release .guten-content .wp-block-florette-tabs {
  margin-bottom: 45px; }
  @media (min-width: 768px) {
    .page-press-release .guten-content .wp-block-florette-tabs {
      margin-bottom: 90px; } }

.page-press-release .press-release-more-info {
  padding: 60px 0 90px;
  text-align: center;
  background-image: url(../../assets/images/florette-press-release-more-info.png);
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat; }
  .page-press-release .press-release-more-info .email-wrapper {
    display: flex;
    justify-content: center;
    align-items: center; }
    .page-press-release .press-release-more-info .email-wrapper > * + * {
      margin-left: 15px; }
    .page-press-release .press-release-more-info .email-wrapper svg {
      fill: #009e3d;
      width: 20px;
      height: auto; }
    .page-press-release .press-release-more-info .email-wrapper a {
      color: #4f4f4f;
      text-decoration: none;
      font-style: normal; }
  .page-press-release .press-release-more-info .actions-wrapper {
    margin-top: 30px; }
    @media (min-width: 768px) {
      .page-press-release .press-release-more-info .actions-wrapper {
        margin-top: 60px; } }

.page-template-template-commitment .main-content {
  padding-bottom: 0; }

.page-template-template-commitment .social-nav path, .page-template-template-commitment .social-nav .st0 {
  fill: white !important; }

.page-commitment {
  /* Exceptions */ }
  .page-commitment p, .page-commitment h1, .page-commitment h2, .page-commitment h3, .page-commitment h4, .page-commitment h5, .page-commitment h6 {
    color: #fff;
    text-align: center; }
  .page-commitment h2 {
    font-size: 2.8125rem; }
    @media (min-width: 768px) {
      .page-commitment h2 {
        font-size: 3.125rem; } }
    @media (min-width: 992px) {
      .page-commitment h2 {
        font-size: 2.5rem; } }
    @media (min-width: 1200px) {
      .page-commitment h2 {
        font-size: 2.5rem; } }
  .page-commitment p {
    font-weight: 500; }
  .page-commitment .one-page {
    position: relative;
    height: 100vh; }
  .page-commitment .swiper-mobile-only {
    display: block; }
    @media (min-width: 768px) {
      .page-commitment .swiper-mobile-only {
        display: none; } }
  .page-commitment .swiper-desktop-only {
    display: none; }
    @media (min-width: 768px) {
      .page-commitment .swiper-desktop-only {
        display: block; } }
  .page-commitment .swiper-container-horizontal .slider-slide {
    margin: 0 auto; }
    .page-commitment .swiper-container-horizontal .slider-slide:last-child {
      margin: 0;
      margin-right: auto !important; }
    .page-commitment .swiper-container-horizontal .slider-slide:first-child {
      margin: 0;
      margin-left: auto !important; }
  .page-commitment .timeline {
    display: none; }
    @media (min-width: 768px) {
      .page-commitment .timeline {
        position: absolute;
        top: 0;
        height: 100%;
        top: 0;
        overflow: hidden;
        z-index: 1;
        display: block; } }
    .page-commitment .timeline svg {
      min-height: 100%;
      height: 100%;
      width: auto; }
      .page-commitment .timeline svg .dash > * {
        fill: transparent;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out; }
      .page-commitment .timeline svg .dash.active > * {
        fill: #fff; }
    .page-commitment .timeline.timeline-1 {
      margin: auto;
      height: 150%;
      width: 50%;
      display: block;
      float: none;
      z-index: 11; }
      .page-commitment .timeline.timeline-1 .optional-dash {
        display: none; }
      .page-commitment .timeline.timeline-1 svg {
        position: absolute;
        right: 0;
        margin: auto; }
    .page-commitment .timeline.timeline-2 {
      height: 190px;
      position: absolute;
      margin: auto;
      width: 100%;
      transform: translate(5%, 58vh); }
      @media (min-width: 1200px) {
        .page-commitment .timeline.timeline-2 {
          left: 0; } }
      .page-commitment .timeline.timeline-2 svg {
        width: 24%;
        position: relative;
        bottom: 0;
        height: 200px;
        margin: auto; }
        .page-commitment .timeline.timeline-2 svg .optional-dash {
          display: none; }
          @media (min-width: 1200px) {
            .page-commitment .timeline.timeline-2 svg .optional-dash {
              display: block; } }
    .page-commitment .timeline.timeline-3 {
      z-index: 3;
      width: 100%;
      padding: 0;
      /* bottom: -50px; */
      transform: scale(0.5) translate(50%, 118vh);
      right: 0;
      position: absolute; }
      @media (min-width: 1200px) {
        .page-commitment .timeline.timeline-3 .optional-dash {
          display: none; } }
      @media (min-width: 1200px) {
        .page-commitment .timeline.timeline-3 {
          left: 0; } }
      .page-commitment .timeline.timeline-3 svg {
        position: absolute;
        top: 0;
        left: 0;
        margin-right: 20%; }
    .page-commitment .timeline.timeline-4 {
      height: 34vh;
      left: calc(50% - 26px); }
    .page-commitment .timeline.timeline-5 {
      left: calc(50% - 26px); }
      .page-commitment .timeline.timeline-5 svg .dash.active > * {
        fill: #009e3d; }
    .page-commitment .timeline.timeline-6 {
      left: calc(50% - 17px);
      height: 38%; }
  .page-commitment .swiper-slide {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100%; }
    .page-commitment .swiper-slide:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: none;
      z-index: 1; }
      .page-commitment .swiper-slide:before:not(.is-last-slide) {
        content: ""; }
      @media (min-width: 768px) {
        .page-commitment .swiper-slide:before:not(.is-last-slide) {
          background: rgba(0, 0, 0, 0.1);
          /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.3+0,0+100 */
          background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 50%);
          /* FF3.6-15 */
          background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 50%);
          /* Chrome10-25,Safari5.1-6 */
          background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 50%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } }
    .page-commitment .swiper-slide header {
      margin-bottom: 15px; }
    .page-commitment .swiper-slide .wrapper-full {
      z-index: 10 !important;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-10%);
      -moz-transform: translateY(-10%);
      -ms-transform: translateY(-10%);
      -o-transform: translateY(-10%);
      transform: translateY(-10%); }
      @media (min-width: 768px) {
        .page-commitment .swiper-slide .wrapper-full {
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); } }
      .page-commitment .swiper-slide .wrapper-full .row-flex .col {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center; }
        @media (min-width: 768px) {
          .page-commitment .swiper-slide .wrapper-full .row-flex .col {
            min-width: 550px;
            max-width: 550px; } }
      .page-commitment .swiper-slide .wrapper-full header, .page-commitment .swiper-slide .wrapper-full p {
        z-index: 10 !important; }
    .page-commitment .swiper-slide .swiper-button-prev,
    .page-commitment .swiper-slide .swiper-button-next {
      display: none; }
  .page-commitment .commitment-header {
    margin: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 140%; }
    @media (min-width: 1400px) {
      .page-commitment .commitment-header {
        background-size: cover; } }
    .page-commitment .commitment-header h1 {
      text-align: center;
      font-size: 2.8125rem; }
      @media (min-width: 768px) {
        .page-commitment .commitment-header h1 {
          font-size: 2.5rem; } }
      @media (min-width: 992px) {
        .page-commitment .commitment-header h1 {
          font-size: 2.5rem; } }
      @media (min-width: 1200px) {
        .page-commitment .commitment-header h1 {
          font-size: 2.5rem; } }
      .page-commitment .commitment-header h1 em {
        font-size: 2.6rem;
        display: inline; }
      .page-commitment .commitment-header h1 i {
        font-family: "ThirstyRoughRegOne", Arial;
        font-style: normal;
        font-size: 3.4rem; }
      .page-commitment .commitment-header h1 span {
        font-family: "ThirstyRoughRegOne", Arial;
        font-style: normal; }
  .page-commitment .bg-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .page-commitment .bg-video-wrapper .bg-native-video.cover {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .page-commitment .navigation-next {
    filter: drop-shadow(0px 0px 13px rgba(0, 0, 0, 0.1));
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: rgba(193, 193, 193, 0.4);
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 2; }
    .page-commitment .navigation-next .icon > svg {
      fill: #fff;
      display: block;
      width: 24px;
      height: auto;
      margin-top: 2px; }
    .page-commitment .navigation-next:hover {
      background-color: rgba(255, 255, 255, 0.4); }
  .page-commitment .b2 .wrapper-full {
    padding-bottom: 60px;
    z-index: 5; }
  .page-commitment .b3:before {
    content: "";
    display: none; }
  .page-commitment .b3 .wrapper-full {
    height: 100%;
    top: auto;
    transform: none; }
    .page-commitment .b3 .wrapper-full .row-flex {
      height: 100%; }
      .page-commitment .b3 .wrapper-full .row-flex > .col {
        position: relative;
        padding-bottom: 90px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        overflow: hidden;
        min-width: 100%;
        width: 100%;
        max-width: 100%; }
        .page-commitment .b3 .wrapper-full .row-flex > .col + .col {
          background-repeat: no-repeat;
          background-size: cover; }
        .page-commitment .b3 .wrapper-full .row-flex > .col:before {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.1);
          z-index: 1;
          -webkit-transform: none;
          -moz-transform: none;
          -ms-transform: none;
          -o-transform: none;
          transform: none; }
          @media (min-width: 768px) {
            .page-commitment .b3 .wrapper-full .row-flex > .col:before {
              -webkit-transform: translateY(calc(50% - 120px));
              -moz-transform: translateY(calc(50% - 120px));
              -ms-transform: translateY(calc(50% - 120px));
              -o-transform: translateY(calc(50% - 120px));
              transform: translateY(calc(50% - 120px));
              /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.3+0,0+100 */
              background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 60%);
              /* FF3.6-15 */
              background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 60%);
              /* Chrome10-25,Safari5.1-6 */
              background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 60%);
              /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } }
        @media (min-width: 768px) {
          .page-commitment .b3 .wrapper-full .row-flex > .col:first-child {
            min-width: 58.33333%;
            max-width: 58.33333%; } }
        @media (min-width: 768px) {
          .page-commitment .b3 .wrapper-full .row-flex > .col:last-child {
            min-width: 41.66667%;
            max-width: 41.66667%; } }
        .page-commitment .b3 .wrapper-full .row-flex > .col > .col-inner {
          display: flex;
          flex-direction: column;
          align-items: center;
          width: 100%;
          max-width: 100%;
          margin: 0 auto;
          position: relative;
          z-index: 2; }
          @media (min-width: 768px) {
            .page-commitment .b3 .wrapper-full .row-flex > .col > .col-inner {
              width: 450px;
              padding: 0; } }
          .page-commitment .b3 .wrapper-full .row-flex > .col > .col-inner .play-button {
            margin-bottom: 30px;
            cursor: pointer; }
  .page-commitment .b3.swiper-mobile-only .col-inner {
    padding-bottom: 90px; }
  @media (max-width: 768px) {
    .page-commitment .b4 {
      display: flex;
      align-items: center; }
      .page-commitment .b4 button {
        margin: 5vh 0; }
      .page-commitment .b4 .wrapper-full {
        top: auto; }
      .page-commitment .b4 p {
        text-transform: uppercase; } }
  .page-commitment .b5:before {
    background: none; }
  @media screen and (min-width: 767px) {
    .page-commitment .b5 {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: top; } }
  @media screen and (max-width: 767px) {
    .page-commitment .b5:before {
      content: ' ';
      background: url(../../assets/images/atrezzo-compromiso-acciones-que-ayudan-izquierda.png);
      display: block;
      position: absolute;
      background-size: auto;
      width: 130px;
      background-repeat: no-repeat;
      height: 100%;
      left: -12%;
      top: 0; } }
  @media screen and (max-width: 767px) and (min-width: 768px) {
    .page-commitment .b5:before {
      top: -5vh; } }
  @media screen and (max-width: 767px) {
    .page-commitment .b5:after {
      content: ' ';
      background: url(../../assets/images/atrezzo-compromiso-acciones-que-ayudan-derecha.png);
      display: block;
      position: absolute;
      background-size: auto;
      width: 280px;
      background-repeat: no-repeat;
      height: 100%;
      right: 0;
      top: 0; } }
  @media screen and (max-width: 767px) and (min-width: 768px) {
    .page-commitment .b5:after {
      top: 30vh; } }
  .page-commitment .b5.swiper-slide-active:before {
    left: -9%;
    transition: all ease-out 0.5s 0.4s; }
    @media (min-width: 768px) {
      .page-commitment .b5.swiper-slide-active:before {
        width: 260px;
        left: -5%; } }
    @media (min-width: 992px) {
      .page-commitment .b5.swiper-slide-active:before {
        width: 320px;
        left: -2%;
        top: 0; } }
  .page-commitment .b5.swiper-slide-active:after {
    right: -10%;
    transition: all ease-out 0.5s 0.4s; }
    @media (min-width: 768px) {
      .page-commitment .b5.swiper-slide-active:after {
        width: 260px;
        right: -4%; } }
    @media (min-width: 992px) {
      .page-commitment .b5.swiper-slide-active:after {
        width: 320px;
        right: -1%;
        top: 2vh; } }
  .page-commitment .b5 .wrapper-centered, .page-commitment .b5 .product-family-viewer .product-family-viewer-inner, .product-family-viewer .page-commitment .b5 .product-family-viewer-inner {
    position: relative;
    top: 55%;
    z-index: 6;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .page-commitment .b5 .wrapper-centered > header, .page-commitment .b5 .product-family-viewer .product-family-viewer-inner > header, .product-family-viewer .page-commitment .b5 .product-family-viewer-inner > header {
      padding-bottom: 0;
      padding-top: 0; }
      @media (min-width: 768px) {
        .page-commitment .b5 .wrapper-centered > header, .page-commitment .b5 .product-family-viewer .product-family-viewer-inner > header, .product-family-viewer .page-commitment .b5 .product-family-viewer-inner > header {
          padding-top: 15px;
          padding-bottom: 75px; } }
      .page-commitment .b5 .wrapper-centered > header h2, .page-commitment .b5 .product-family-viewer .product-family-viewer-inner > header h2, .product-family-viewer .page-commitment .b5 .product-family-viewer-inner > header h2 {
        color: #009e3d;
        text-align: center;
        max-width: 90%;
        margin: auto;
        margin-top: 45px; }
        @media (min-width: 768px) {
          .page-commitment .b5 .wrapper-centered > header h2, .page-commitment .b5 .product-family-viewer .product-family-viewer-inner > header h2, .product-family-viewer .page-commitment .b5 .product-family-viewer-inner > header h2 {
            background: white;
            max-width: 405px; } }
  .page-commitment .b5 .slider {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 0; }
    @media (max-width: 768px) {
      .page-commitment .b5 .slider .swiper-slide {
        width: 100%;
        max-width: 100%; } }
    .page-commitment .b5 .slider .swiper-slide .slider-slide-inner {
      padding: 0 15px; }
      .page-commitment .b5 .slider .swiper-slide .slider-slide-inner > a {
        display: block;
        text-decoration: none;
        cursor: pointer; }
        .page-commitment .b5 .slider .swiper-slide .slider-slide-inner > a:hover .image {
          filter: blur(0); }
          .page-commitment .b5 .slider .swiper-slide .slider-slide-inner > a:hover .image:after {
            background-color: rgba(0, 0, 0, 0); }
      .page-commitment .b5 .slider .swiper-slide .slider-slide-inner figure {
        position: relative;
        height: auto;
        min-height: 360px;
        width: 100%;
        padding-top: 100px;
        text-align: center;
        overflow: hidden; }
        @media (min-width: 768px) {
          .page-commitment .b5 .slider .swiper-slide .slider-slide-inner figure {
            height: 360px;
            width: auto;
            padding-top: 130px;
            text-align: center;
            overflow: hidden; } }
      .page-commitment .b5 .slider .swiper-slide .slider-slide-inner .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        filter: blur(3px);
        -webkit-transform: scale(1.03);
        -moz-transform: scale(1.03);
        -ms-transform: scale(1.03);
        -o-transform: scale(1.03);
        transform: scale(1.03);
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out; }
        .page-commitment .b5 .slider .swiper-slide .slider-slide-inner .image:after {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background-color: rgba(0, 0, 0, 0.2);
          -webkit-transition: all 0.35s ease-in-out;
          -moz-transition: all 0.35s ease-in-out;
          -ms-transition: all 0.35s ease-in-out;
          -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out; }
        .page-commitment .b5 .slider .swiper-slide .slider-slide-inner .image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
      .page-commitment .b5 .slider .swiper-slide .slider-slide-inner .play-button, .page-commitment .b5 .slider .swiper-slide .slider-slide-inner figcaption {
        position: relative;
        z-index: 1; }
      .page-commitment .b5 .slider .swiper-slide .slider-slide-inner .play-button {
        position: relative;
        width: 100px;
        height: 100px;
        margin: 0 auto; }
        .page-commitment .b5 .slider .swiper-slide .slider-slide-inner .play-button svg {
          width: 70px;
          height: 70px;
          margin-left: 17px;
          fill: #fff; }
      .page-commitment .b5 .slider .swiper-slide .slider-slide-inner figcaption {
        max-width: 100%;
        padding: 0 15px;
        width: 240px;
        margin: 15px auto 0; }
        .page-commitment .b5 .slider .swiper-slide .slider-slide-inner figcaption h3 {
          font-size: 1.125rem;
          font-style: normal;
          text-transform: uppercase;
          font-weight: 500; }
  .page-commitment .b6 {
    background-size: cover; }
    @media (min-width: 992px) {
      .page-commitment .b6 {
        background-repeat: no-repeat;
        background-position: center top; } }
    .page-commitment .b6 .wrapper-full {
      top: 35%; }
      @media (min-width: 992px) {
        .page-commitment .b6 .wrapper-full {
          top: 50%; } }
  .page-commitment .b7 {
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    padding: 15px 0 75px;
    margin-bottom: 0; }
    @media (min-width: 992px) {
      .page-commitment .b7 {
        padding: 90px 0;
        margin-bottom: 30px; } }
    .page-commitment .b7:before, .page-commitment .b7:after {
      content: '';
      display: block;
      width: 100vw;
      height: 100%;
      position: absolute;
      top: 0;
      left: 50%;
      z-index: -1;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      background-repeat: no-repeat;
      background-size: 100% auto; }
      @media (min-width: 768px) {
        .page-commitment .b7:before, .page-commitment .b7:after {
          background-size: auto 70%; } }
      @media (min-width: 992px) {
        .page-commitment .b7:before, .page-commitment .b7:after {
          background-size: auto 80%; } }
    .page-commitment .b7:before {
      background-position: top;
      background-image: url(../../assets/images/atrezzo-compromiso-hojas-arriba-mobile.png);
      -webkit-transform: translateX(-50%) translateY(10%);
      -moz-transform: translateX(-50%) translateY(10%);
      -ms-transform: translateX(-50%) translateY(10%);
      -o-transform: translateX(-50%) translateY(10%);
      transform: translateX(-50%) translateY(10%); }
      @media (min-width: 768px) {
        .page-commitment .b7:before {
          background-image: url(../../assets/images/atrezzo-compromiso-hojas-izquierda-desktop.png);
          background-position: left;
          -webkit-transform: translateX(-55%) translateY(0);
          -moz-transform: translateX(-55%) translateY(0);
          -ms-transform: translateX(-55%) translateY(0);
          -o-transform: translateX(-55%) translateY(0);
          transform: translateX(-55%) translateY(0); } }
      @media (min-width: 992px) {
        .page-commitment .b7:before {
          -webkit-transform: translateX(-52%) translateY(0);
          -moz-transform: translateX(-52%) translateY(0);
          -ms-transform: translateX(-52%) translateY(0);
          -o-transform: translateX(-52%) translateY(0);
          transform: translateX(-52%) translateY(0); } }
    .page-commitment .b7:after {
      background-position: bottom;
      background-image: url(../../assets/images/atrezzo-compromiso-hojas-abajo-mobile.png);
      -webkit-transform: translateX(-50%) translateY(-10%);
      -moz-transform: translateX(-50%) translateY(-10%);
      -ms-transform: translateX(-50%) translateY(-10%);
      -o-transform: translateX(-50%) translateY(-10%);
      transform: translateX(-50%) translateY(-10%); }
      @media (min-width: 768px) {
        .page-commitment .b7:after {
          background-image: url(../../assets/images/atrezzo-compromiso-hojas-derecha-desktop.png);
          background-position: right;
          -webkit-transform: translateX(-45%) translateY(0);
          -moz-transform: translateX(-45%) translateY(0);
          -ms-transform: translateX(-45%) translateY(0);
          -o-transform: translateX(-45%) translateY(0);
          transform: translateX(-45%) translateY(0); } }
      @media (min-width: 992px) {
        .page-commitment .b7:after {
          -webkit-transform: translateX(-50%) translateY(0);
          -moz-transform: translateX(-50%) translateY(0);
          -ms-transform: translateX(-50%) translateY(0);
          -o-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0); } }
    .page-commitment .b7 .wrapper-centered, .page-commitment .b7 .product-family-viewer .product-family-viewer-inner, .product-family-viewer .page-commitment .b7 .product-family-viewer-inner {
      position: relative;
      margin-bottom: 75px; }
      @media (min-width: 992px) {
        .page-commitment .b7 .wrapper-centered, .page-commitment .b7 .product-family-viewer .product-family-viewer-inner, .product-family-viewer .page-commitment .b7 .product-family-viewer-inner {
          margin-bottom: 75px; } }
      .page-commitment .b7 .wrapper-centered h2, .page-commitment .b7 .product-family-viewer .product-family-viewer-inner h2, .product-family-viewer .page-commitment .b7 .product-family-viewer-inner h2 {
        font-size: 2.34375rem;
        margin-bottom: 15px;
        color: #009e3d; }
        @media (min-width: 768px) {
          .page-commitment .b7 .wrapper-centered h2, .page-commitment .b7 .product-family-viewer .product-family-viewer-inner h2, .product-family-viewer .page-commitment .b7 .product-family-viewer-inner h2 {
            font-size: 2.5rem;
            margin-bottom: 60px; } }
      .page-commitment .b7 .wrapper-centered p, .page-commitment .b7 .product-family-viewer .product-family-viewer-inner p, .product-family-viewer .page-commitment .b7 .product-family-viewer-inner p {
        font-weight: 500;
        text-align: center;
        font-size: 14px;
        color: #4f4f4f;
        font-family: "Roboto", Arial;
        margin-bottom: 30px;
        width: 83.33333%;
        margin-left: 8.33333%; }
        @media (min-width: 768px) {
          .page-commitment .b7 .wrapper-centered p, .page-commitment .b7 .product-family-viewer .product-family-viewer-inner p, .product-family-viewer .page-commitment .b7 .product-family-viewer-inner p {
            font-size: 16px;
            margin-bottom: 75px; } }
      .page-commitment .b7 .wrapper-centered .row-flex, .page-commitment .b7 .product-family-viewer .product-family-viewer-inner .row-flex, .product-family-viewer .page-commitment .b7 .product-family-viewer-inner .row-flex {
        flex-direction: column;
        width: 83.33333%;
        margin-left: 8.33333%; }
        @media (min-width: 768px) {
          .page-commitment .b7 .wrapper-centered .row-flex, .page-commitment .b7 .product-family-viewer .product-family-viewer-inner .row-flex, .product-family-viewer .page-commitment .b7 .product-family-viewer-inner .row-flex {
            flex-direction: row;
            justify-content: center;
            width: 100%;
            margin: 0; } }
        .page-commitment .b7 .wrapper-centered .row-flex .col, .page-commitment .b7 .product-family-viewer .product-family-viewer-inner .row-flex .col, .product-family-viewer .page-commitment .b7 .product-family-viewer-inner .row-flex .col {
          padding: 0; }
          @media (min-width: 768px) {
            .page-commitment .b7 .wrapper-centered .row-flex .col, .page-commitment .b7 .product-family-viewer .product-family-viewer-inner .row-flex .col, .product-family-viewer .page-commitment .b7 .product-family-viewer-inner .row-flex .col {
              padding: 0 15px;
              max-width: 33.33333%; } }
      .page-commitment .b7 .wrapper-centered a, .page-commitment .b7 .product-family-viewer .product-family-viewer-inner a, .product-family-viewer .page-commitment .b7 .product-family-viewer-inner a {
        width: 100%;
        margin-bottom: 15px;
        padding: 15px 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 30px;
        background: #fff; }
        .page-commitment .b7 .wrapper-centered a:hover, .page-commitment .b7 .product-family-viewer .product-family-viewer-inner a:hover, .product-family-viewer .page-commitment .b7 .product-family-viewer-inner a:hover {
          background: #009e3d; }
        @media (min-width: 768px) {
          .page-commitment .b7 .wrapper-centered a, .page-commitment .b7 .product-family-viewer .product-family-viewer-inner a, .product-family-viewer .page-commitment .b7 .product-family-viewer-inner a {
            margin-bottom: 0;
            height: 100%; } }

.is-last-slide .navigation-next {
  display: none; }

.product-family-template-default .bg-image-wrapper.background-atrezzo {
  position: absolute;
  z-index: -1;
  height: 100vh;
  overflow-x: hidden;
  width: 100%;
  display: none;
  margin-top: -130px; }
  @media (min-width: 768px) {
    .product-family-template-default .bg-image-wrapper.background-atrezzo {
      display: block; } }
  @media (min-width: 1200px) {
    .product-family-template-default .bg-image-wrapper.background-atrezzo {
      margin-top: -170px; } }
  .product-family-template-default .bg-image-wrapper.background-atrezzo .bg-left {
    width: 5%;
    min-width: 80px;
    position: absolute;
    left: 8%;
    -webkit-transform: translateX(-250%) translateY(15%);
    -moz-transform: translateX(-250%) translateY(15%);
    -ms-transform: translateX(-250%) translateY(15%);
    -o-transform: translateX(-250%) translateY(15%);
    transform: translateX(-250%) translateY(15%); }
  .product-family-template-default .bg-image-wrapper.background-atrezzo .bg-right {
    width: 10%;
    min-width: 130px;
    position: absolute;
    right: 0;
    -webkit-transform: translateX(100%) translateY(15%);
    -moz-transform: translateX(100%) translateY(15%);
    -ms-transform: translateX(100%) translateY(15%);
    -o-transform: translateX(100%) translateY(15%);
    transform: translateX(100%) translateY(15%); }
  .product-family-template-default .bg-image-wrapper.background-atrezzo.animate .bg-left {
    transition: all ease-out 0.3s 1.8s;
    -webkit-transform: translateX(0) translateY(15%);
    -moz-transform: translateX(0) translateY(15%);
    -ms-transform: translateX(0) translateY(15%);
    -o-transform: translateX(0) translateY(15%);
    transform: translateX(0) translateY(15%); }
  .product-family-template-default .bg-image-wrapper.background-atrezzo.animate .bg-right {
    transition: all ease-out 0.3s 1.8s;
    -webkit-transform: translateX(-5%) translateY(15%);
    -moz-transform: translateX(-5%) translateY(15%);
    -ms-transform: translateX(-5%) translateY(15%);
    -o-transform: translateX(-5%) translateY(15%);
    transform: translateX(-5%) translateY(15%); }

.product-family-template-default .site-footer {
  margin-top: 0; }

.product-family-template-default .main-content {
  padding-bottom: 30px; }
  @media (min-width: 992px) {
    .product-family-template-default .main-content {
      padding-bottom: 60px; } }
  .product-family-template-default .main-content .cta-banner, .product-family-template-default .main-content .background-block {
    margin-bottom: 75px; }

/*=============================================
=            Single Post            =
=============================================*/
.post-news {
  /* tag styles for posts */
  /* end of tags styles */ }
  @media (min-width: 768px) {
    .post-news .post-header > h1,
    .post-news .post-header > ul,
    .post-news .guten-content > p,
    .post-news .guten-content > h1,
    .post-news .guten-content > h2,
    .post-news .guten-content > h3,
    .post-news .guten-content > h4,
    .post-news .guten-content > ul,
    .post-news .guten-content > ol,
    .post-news .guten-content > blockquote,
    .post-news .block-wrapper {
      width: 83.33333%;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 768px) {
    .post-news > .wrapper-centered, .product-family-viewer .post-news > .product-family-viewer-inner {
      padding: 0; } }
  .post-news a {
    font-weight: 400; }
  .post-news strong {
    font-weight: 500; }
  .post-news ul, .post-news ol {
    padding-left: 22.5px; }
    .post-news ul > li, .post-news ol > li {
      font-weight: 400; }
  .post-news ul > li:before {
    widows: .85em; }
  .post-news ol > li {
    padding: 0; }
    .post-news ol > li:before {
      font-size: 14px;
      margin-right: 0;
      top: 1.4px;
      margin-left: -15px; }
  .post-news h2 {
    position: relative;
    text-align: center;
    padding-bottom: 15px; }
    .post-news h2:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50px;
      right: 50px;
      border-bottom: 1px solid #eaeaea; }
    @media (min-width: 768px) {
      .post-news h2 {
        text-align: left;
        padding-bottom: 0; }
        .post-news h2:after {
          content: none; } }
  .post-news h2, .post-news h3, .post-news h4 {
    margin-top: 37.5px;
    margin-bottom: 15px; }
  .post-news h3, .post-news h4 {
    font-size: 1.5rem; }
  .post-news h4 {
    font-weight: 100; }
  .post-news figure.wp-block-image {
    margin: 30px auto 30px; }
    @media (min-width: 768px) {
      .post-news figure.wp-block-image {
        width: 66.66667%;
        margin: 45px auto 45px; } }
    .post-news figure.wp-block-image img {
      width: 100%;
      height: 235px;
      object-fit: cover;
      object-position: center; }
      @media (min-width: 768px) {
        .post-news figure.wp-block-image img {
          height: 275px; } }
    .post-news figure.wp-block-image figcaption {
      text-align: left;
      font-style: italic;
      color: #838382;
      margin-top: 0; }
      @media (min-width: 768px) {
        .post-news figure.wp-block-image figcaption {
          text-align: right; } }
  .post-news .post-header .post-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 30px 0;
    list-style-type: none; }
    @media (min-width: 768px) {
      .post-news .post-header .post-info {
        margin: 15px auto 30px; } }
    .post-news .post-header .post-info li {
      flex-basis: 100%;
      display: flex;
      align-items: center;
      color: #838382;
      margin-bottom: 0; }
      .post-news .post-header .post-info li:before {
        content: none; }
      @media (min-width: 768px) {
        .post-news .post-header .post-info li + li {
          margin-left: 30px; } }
      @media (min-width: 768px) {
        .post-news .post-header .post-info li {
          flex-basis: auto; } }
      .post-news .post-header .post-info li .icon {
        margin-right: 7.5px; }
        .post-news .post-header .post-info li .icon svg {
          width: 20px; }
          .post-news .post-header .post-info li .icon svg path, .post-news .post-header .post-info li .icon svg polygon {
            fill: #838382; }
    .post-news .post-header .post-info .categories {
      align-items: flex-start; }
      @media (min-width: 768px) {
        .post-news .post-header .post-info .categories {
          align-items: center; } }
      .post-news .post-header .post-info .categories > ul {
        margin: 5px 0 0;
        padding: 0;
        list-style-type: none; }
        @media (min-width: 768px) {
          .post-news .post-header .post-info .categories > ul {
            margin-top: 0; } }
        .post-news .post-header .post-info .categories > ul li {
          flex-basis: auto;
          margin: 0;
          white-space: nowrap;
          display: inline;
          font-weight: 500; }
          .post-news .post-header .post-info .categories > ul li:not(:last-child):after {
            content: ", "; }

.post-product .bg-image-wrapper.background-atrezzo {
  position: absolute;
  z-index: -1;
  height: 100vh;
  overflow-x: hidden;
  width: 100%;
  display: none; }
  @media (min-width: 768px) {
    .post-product .bg-image-wrapper.background-atrezzo {
      display: block; } }
  .post-product .bg-image-wrapper.background-atrezzo .bg-left {
    width: 18%;
    min-width: 250px;
    position: absolute;
    left: -100%; }
  .post-product .bg-image-wrapper.background-atrezzo .bg-right {
    width: 20%;
    min-width: 250px;
    position: absolute;
    right: -100%; }
  .post-product .bg-image-wrapper.background-atrezzo.animate .bg-left {
    transition: all ease-out 0.3s 1s;
    left: -1%; }
  .post-product .bg-image-wrapper.background-atrezzo.animate .bg-right {
    transition: all ease-out 0.3s 1s;
    right: 0; }

.post-product .guten-content > blockquote:first-of-type {
  width: 100%;
  padding: 0 60px;
  margin-top: 30px;
  margin-bottom: 15px;
  position: relative;
  color: #009e3d; }
  @media (min-width: 768px) {
    .post-product .guten-content > blockquote:first-of-type {
      width: 66.66667%;
      margin-left: 16.66667%;
      padding: 0 90px;
      margin-top: 45px;
      margin-bottom: 45px; } }
  .post-product .guten-content > blockquote:first-of-type:before, .post-product .guten-content > blockquote:first-of-type:after {
    content: "";
    width: 55px;
    height: 55px;
    display: block;
    position: absolute;
    background-size: 55px auto;
    background-position: center;
    background-repeat: no-repeat;
    border: none; }
    @media (min-width: 768px) {
      .post-product .guten-content > blockquote:first-of-type:before, .post-product .guten-content > blockquote:first-of-type:after {
        width: 85px;
        height: 85px;
        background-size: 85px auto; } }
  .post-product .guten-content > blockquote:first-of-type:before {
    top: -5px;
    left: 0;
    background-image: url(../../assets/icons/quote-left.svg); }
    @media (min-width: 768px) {
      .post-product .guten-content > blockquote:first-of-type:before {
        top: -30px; } }
  .post-product .guten-content > blockquote:first-of-type:after {
    bottom: -5px;
    right: 0;
    background-image: url(../../assets/icons/quote-right.svg); }
    @media (min-width: 768px) {
      .post-product .guten-content > blockquote:first-of-type:after {
        bottom: -30px; } }
  .post-product .guten-content > blockquote:first-of-type p {
    width: 100%;
    font-size: 2rem;
    font-family: "ThirstyRoughRegOne", Arial;
    text-align: center;
    font-style: normal;
    line-height: 1.2; }
    @media (min-width: 768px) {
      .post-product .guten-content > blockquote:first-of-type p {
        font-size: 3rem; } }

.post-product .guten-content > p {
  width: 91.66667%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .post-product .guten-content > p {
      width: 66.66667%;
      margin-left: 16.66667%; } }
  .post-product .guten-content > p:last-of-type {
    margin-bottom: 45px; }

.post-product .guten-content .product {
  position: relative; }
  .post-product .guten-content .product .bg-image-wrapper.background-atrezzo {
    width: 100vw;
    height: 100%;
    left: 50%;
    transform: translateX(-50%); }
    .post-product .guten-content .product .bg-image-wrapper.background-atrezzo .bg-left {
      width: auto;
      height: 80%;
      min-width: auto;
      position: absolute;
      left: 0; }
    .post-product .guten-content .product .bg-image-wrapper.background-atrezzo .bg-right {
      width: auto;
      height: 80%;
      min-width: auto;
      position: absolute;
      right: -2%; }

.post-product .guten-content .product-linked-recipe {
  margin-bottom: 45px; }
  @media (min-width: 768px) {
    .post-product .guten-content .product-linked-recipe {
      margin-bottom: 105px; } }

@media (max-width: 767px) {
  .post-product .guten-content .recipes-slider:before, .post-product .guten-content .recipes-slider:after {
    background-size: 15% auto; }
  .post-product .guten-content .recipes-slider:before {
    top: -30%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../../assets/images/atrezzo-leaf-4.png); }
  .post-product .guten-content .recipes-slider:after {
    top: -50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../../assets/images/atrezzo-leaf-8.png); } }

.post-product .guten-content .products-slider .slider .slider-inner .slider-slide .slider-slide-inner a figure figcaption h3 {
  margin-top: 0; }

/*=============================================
=            Single Ingredient            =
=============================================*/
.ingredient-template-default .main-content {
  padding-bottom: 0; }

.ingredient-template-default .site-footer {
  margin-top: 0; }

@media (min-width: 768px) {
  .ingredient-template-default .post-ingredient h1 {
    width: 83.33333%; } }

.ingredient-template-default .post-ingredient .ingredient-description strong {
  font-weight: 500; }

.ingredient-template-default .post-ingredient .wp-block-columns.ingredient-details {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  flex-wrap: nowrap; }
  @media (min-width: 768px) {
    .ingredient-template-default .post-ingredient .wp-block-columns.ingredient-details {
      flex-direction: row;
      justify-content: space-between;
      align-items: stretch; } }
  .ingredient-template-default .post-ingredient .wp-block-columns.ingredient-details .wp-block-column {
    margin: 0 auto;
    width: 83.33333%; }
    @media (min-width: 768px) {
      .ingredient-template-default .post-ingredient .wp-block-columns.ingredient-details .wp-block-column {
        width: 100%; } }
    @media (min-width: 768px) {
      .ingredient-template-default .post-ingredient .wp-block-columns.ingredient-details .wp-block-column + .wp-block-column {
        padding-left: 30px;
        margin-left: 30px;
        border-left: 1px solid #cacac6; } }
    @media (min-width: 992px) {
      .ingredient-template-default .post-ingredient .wp-block-columns.ingredient-details .wp-block-column + .wp-block-column {
        padding-left: 45px;
        margin-left: 45px; } }
    .ingredient-template-default .post-ingredient .wp-block-columns.ingredient-details .wp-block-column .ingredient-detail {
      text-align: center; }
      .ingredient-template-default .post-ingredient .wp-block-columns.ingredient-details .wp-block-column .ingredient-detail:before {
        content: "";
        background-repeat: no-repeat;
        width: 35px;
        height: 35px;
        display: inline-block;
        margin-right: 7.5px; }
        @media (min-width: 768px) {
          .ingredient-template-default .post-ingredient .wp-block-columns.ingredient-details .wp-block-column .ingredient-detail:before {
            width: 55px;
            height: 55px;
            display: block; } }
      .ingredient-template-default .post-ingredient .wp-block-columns.ingredient-details .wp-block-column .ingredient-detail.description:before {
        background-image: url(../../assets/icons/natural-grow.svg); }
      .ingredient-template-default .post-ingredient .wp-block-columns.ingredient-details .wp-block-column .ingredient-detail.taste:before {
        background-image: url(../../assets/icons/lips.svg);
        margin-bottom: -8px; }
        @media (min-width: 768px) {
          .ingredient-template-default .post-ingredient .wp-block-columns.ingredient-details .wp-block-column .ingredient-detail.taste:before {
            margin-bottom: 0; } }
      .ingredient-template-default .post-ingredient .wp-block-columns.ingredient-details .wp-block-column .ingredient-detail.gastronomy:before {
        background-image: url(../../assets/icons/recipe.svg);
        margin-bottom: -8px; }
        @media (min-width: 768px) {
          .ingredient-template-default .post-ingredient .wp-block-columns.ingredient-details .wp-block-column .ingredient-detail.gastronomy:before {
            margin-bottom: 0; } }
      .ingredient-template-default .post-ingredient .wp-block-columns.ingredient-details .wp-block-column .ingredient-detail:after {
        content: "";
        margin: 15px auto 30px;
        width: 180px;
        border-top: 1px solid #cacac6;
        display: block; }
      @media (min-width: 768px) {
        .ingredient-template-default .post-ingredient .wp-block-columns.ingredient-details .wp-block-column .ingredient-detail {
          text-align: left; }
          .ingredient-template-default .post-ingredient .wp-block-columns.ingredient-details .wp-block-column .ingredient-detail:after {
            content: none; } }
    .ingredient-template-default .post-ingredient .wp-block-columns.ingredient-details .wp-block-column ul li {
      font-weight: 400;
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        .ingredient-template-default .post-ingredient .wp-block-columns.ingredient-details .wp-block-column ul li {
          margin-bottom: 30px; } }
    .ingredient-template-default .post-ingredient .wp-block-columns.ingredient-details .wp-block-column ul strong {
      font-weight: 500; }

@media (min-width: 576px) {
  .ingredient-template-default .post-ingredient .ingredient-banner {
    height: 300px; } }

@media (min-width: 768px) {
  .ingredient-template-default .post-ingredient .ingredient-banner {
    height: 500px; } }

.ingredient-template-default .post-ingredient .ingredient-banner img {
  display: block;
  width: 100%;
  height: auto; }
  @media (min-width: 576px) {
    .ingredient-template-default .post-ingredient .ingredient-banner img {
      width: auto;
      height: 100%;
      margin: 0 auto; } }

.ingredient-template-default .post-ingredient .products-slider:before, .ingredient-template-default .post-ingredient .products-slider:after {
  content: none; }
  @media (min-width: 768px) {
    .ingredient-template-default .post-ingredient .products-slider:before, .ingredient-template-default .post-ingredient .products-slider:after {
      content: ''; } }

.page-template-template-contact .main-content {
  padding-bottom: 0; }

.page-contact .header-default {
  position: relative;
  background-position: bottom;
  z-index: 1; }
  .page-contact .header-default:after {
    display: none; }
  @media (min-width: 768px) {
    .page-contact .header-default {
      margin-bottom: -45px; } }

iframe {
  width: 100%; }

.contact-wrapper {
  padding: 0;
  background-color: #f0efeb;
  position: relative;
  background-image: url(../../assets/images/mapa-florette.jpg);
  background-size: 1400px;
  background-repeat: no-repeat;
  background-position-x: calc(100% + 50px);
  background-position-y: calc(100% + 245px);
  padding-bottom: 400px;
  /*

  @include mq-sm{
    background-size: 2000px;

    padding-bottom:0;
    background-position-y:top;
    background-position-x: calc(100% + 170px);
    background-image: url('../../assets/images/mapa-florette-mob.jpg');
  }

  @include mq-lg{
    background-size: 2000px;
  }

*/ }
  @media (min-width: 768px) {
    .contact-wrapper {
      background-size: 2000px;
      padding-bottom: 0;
      background-position-y: -355px;
      background-position-x: calc(100% + 205px);
      background-image: url(../../assets/images/mapa-florette.jpg); } }
  @media (min-width: 1200px) {
    .contact-wrapper {
      background-size: 2000px;
      background-position-y: top;
      background-position-x: 100%; } }
  .contact-wrapper #content {
    z-index: 3;
    background: white;
    padding: 30px;
    width: 300px;
    position: absolute;
    max-height: 200px;
    right: calc(50% - 150px);
    bottom: 185px; }
    .contact-wrapper #content .address {
      margin-bottom: 10px;
      overflow: auto; }
    .contact-wrapper #content .maps {
      margin-top: 10px;
      margin-left: 30px; }
    .contact-wrapper #content .tel {
      overflow: auto;
      margin-bottom: 10px; }
    .contact-wrapper #content .tel span, .contact-wrapper #content .address span {
      display: block;
      float: left; }
    .contact-wrapper #content .tel:before {
      content: '';
      margin-right: 10px;
      float: left;
      display: block;
      width: 20px;
      height: 20px;
      position: relative;
      background-image: url(../../assets/icons/phone.svg);
      background-repeat: no-repeat; }
    .contact-wrapper #content .address:before {
      content: '';
      margin-right: 10px;
      display: block;
      float: left;
      width: 20px;
      height: 20px;
      position: relative;
      background-image: url(../../assets/icons/location.svg);
      background-repeat: no-repeat; }
    @media (min-width: 425px) {
      .contact-wrapper #content {
        right: 30px; } }
    @media (min-width: 768px) {
      .contact-wrapper #content {
        width: 270px;
        bottom: auto;
        right: 10px;
        top: 120px; } }
    @media (min-width: 1200px) {
      .contact-wrapper #content {
        right: 190px;
        top: 480px; } }
    @media (min-width: 768px) {
      .contact-wrapper #content {
        width: 296px;
        max-height: 216px;
        top: 75px; } }
    @media (min-width: 1200px) {
      .contact-wrapper #content {
        top: 425px; } }
  .contact-wrapper .circle {
    width: 10px;
    display: block;
    height: 10px;
    border-radius: 5px;
    margin: auto;
    top: 80px;
    background: #009e3d;
    position: relative; }
    .contact-wrapper .circle:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      top: -60px;
      left: -15px;
      margin: auto;
      position: relative;
      border-top: 30px solid white;
      border-left: 20px solid transparent;
      border-bottom: 20px solid transparent;
      border-right: 20px solid transparent; }
    .contact-wrapper .circle:after {
      content: '';
      display: block;
      width: 20px;
      position: relative;
      height: 20px;
      border: 1px solid #009e3d;
      border-radius: 15px;
      text-align: 5px;
      top: -55px;
      left: -5px; }
  .contact-wrapper strong {
    font-weight: bold; }
  .contact-wrapper .address {
    margin-bottom: 15px; }
  .contact-wrapper .map {
    position: relative;
    z-index: -1;
    width: 2000px;
    content: initial;
    top: 0;
    right: 0; }
  .contact-wrapper .wrapper-centered, .contact-wrapper .product-family-viewer .product-family-viewer-inner, .product-family-viewer .contact-wrapper .product-family-viewer-inner {
    position: relative;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 0; }
    @media (min-width: 768px) {
      .contact-wrapper .wrapper-centered, .contact-wrapper .product-family-viewer .product-family-viewer-inner, .product-family-viewer .contact-wrapper .product-family-viewer-inner {
        margin-top: 0;
        margin-left: 30px; } }
  .contact-wrapper #contact-selector {
    margin-bottom: 30px; }
  .contact-wrapper .contact-forms-wrapper {
    padding: 0 30px 30px; }
    @media (min-width: 768px) {
      .contact-wrapper .contact-forms-wrapper {
        padding: 0;
        margin-bottom: 0; } }
  .contact-wrapper .form-wrapper {
    min-height: 0;
    max-width: 775px;
    padding: 0;
    background-color: #edeff4;
    width: 100%; }
    @media (min-width: 768px) {
      .contact-wrapper .form-wrapper {
        min-height: 850px;
        padding: 105px 30px 120px;
        width: 58.33333%; } }
    .contact-wrapper .form-wrapper > p {
      text-align: center;
      background: white;
      padding: 0 30px 30px;
      margin: 0;
      font-size: 18px; }
      @media (min-width: 768px) {
        .contact-wrapper .form-wrapper > p {
          font-size: 16px;
          background: transparent;
          padding: 0; } }
  .contact-wrapper .contact-form {
    display: none;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s; }
    .contact-wrapper .contact-form.active {
      display: block;
      opacity: 1; }
    .contact-wrapper .contact-form .contact-forms-header:after, .contact-wrapper .contact-form .contact-forms-header:before {
      display: none; }
    .contact-wrapper .contact-form .contact-forms-header .contact-forms-header-inner {
      overflow: visible;
      margin-bottom: 30px; }
      .contact-wrapper .contact-form .contact-forms-header .contact-forms-header-inner .button, .contact-wrapper .contact-form .contact-forms-header .contact-forms-header-inner .wpcf7 input[type="submit"], .contact-wrapper .wpcf7 .contact-form .contact-forms-header .contact-forms-header-inner input[type="submit"] {
        position: relative;
        min-width: 50%;
        max-width: 50%;
        margin: 0;
        border-radius: 0;
        text-transform: uppercase;
        padding: 15px;
        font-style: normal;
        font-size: 1rem;
        border-left: 0;
        border-right: 0; }
        @media (min-width: 768px) {
          .contact-wrapper .contact-form .contact-forms-header .contact-forms-header-inner .button, .contact-wrapper .contact-form .contact-forms-header .contact-forms-header-inner .wpcf7 input[type="submit"], .contact-wrapper .wpcf7 .contact-form .contact-forms-header .contact-forms-header-inner input[type="submit"] {
            border: 1px solid #009e3d; } }
        .contact-wrapper .contact-form .contact-forms-header .contact-forms-header-inner .button.active:before, .contact-wrapper .contact-form .contact-forms-header .contact-forms-header-inner .wpcf7 input.active[type="submit"]:before, .contact-wrapper .wpcf7 .contact-form .contact-forms-header .contact-forms-header-inner input.active[type="submit"]:before {
          content: "";
          width: 30px;
          border-top: 15px solid #009e3d;
          border-left: 15px solid transparent;
          border-right: 15px solid transparent;
          display: block;
          position: absolute;
          bottom: -15px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%); }
  .contact-wrapper .wpcf7 p:empty {
    display: none; }
  .contact-wrapper .wpcf7 .field-wrapper .wpcf7-form-control-wrap {
    width: 100%;
    display: block; }
    .contact-wrapper .wpcf7 .field-wrapper .wpcf7-form-control-wrap input, .contact-wrapper .wpcf7 .field-wrapper .wpcf7-form-control-wrap textarea, .contact-wrapper .wpcf7 .field-wrapper .wpcf7-form-control-wrap select {
      font-weight: 300;
      width: 100%;
      display: block; }
      .contact-wrapper .wpcf7 .field-wrapper .wpcf7-form-control-wrap input::-webkit-input-placeholder, .contact-wrapper .wpcf7 .field-wrapper .wpcf7-form-control-wrap textarea::-webkit-input-placeholder, .contact-wrapper .wpcf7 .field-wrapper .wpcf7-form-control-wrap select::-webkit-input-placeholder {
        color: #009e3d; }
      .contact-wrapper .wpcf7 .field-wrapper .wpcf7-form-control-wrap input:-moz-placeholder, .contact-wrapper .wpcf7 .field-wrapper .wpcf7-form-control-wrap textarea:-moz-placeholder, .contact-wrapper .wpcf7 .field-wrapper .wpcf7-form-control-wrap select:-moz-placeholder {
        color: #009e3d; }
      .contact-wrapper .wpcf7 .field-wrapper .wpcf7-form-control-wrap input::-moz-placeholder, .contact-wrapper .wpcf7 .field-wrapper .wpcf7-form-control-wrap textarea::-moz-placeholder, .contact-wrapper .wpcf7 .field-wrapper .wpcf7-form-control-wrap select::-moz-placeholder {
        color: #009e3d; }
      .contact-wrapper .wpcf7 .field-wrapper .wpcf7-form-control-wrap input:-ms-input-placeholder, .contact-wrapper .wpcf7 .field-wrapper .wpcf7-form-control-wrap textarea:-ms-input-placeholder, .contact-wrapper .wpcf7 .field-wrapper .wpcf7-form-control-wrap select:-ms-input-placeholder {
        color: #009e3d; }
    .contact-wrapper .wpcf7 .field-wrapper .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label {
      display: flex; }
    .contact-wrapper .wpcf7 .field-wrapper .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] {
      margin-right: 7.5px;
      padding: 0;
      width: 20px;
      height: 20px;
      flex-shrink: 0; }
  .contact-wrapper .wpcf7 .double {
    display: flex;
    flex-direction: column; }
    @media (min-width: 992px) {
      .contact-wrapper .wpcf7 .double {
        flex-direction: row; } }
    .contact-wrapper .wpcf7 .double > .field-wrapper {
      width: 100%; }
      .contact-wrapper .wpcf7 .double > .field-wrapper:first-child {
        padding-right: 0; }
        @media (min-width: 992px) {
          .contact-wrapper .wpcf7 .double > .field-wrapper:first-child {
            padding-right: 7.5px; } }
      .contact-wrapper .wpcf7 .double > .field-wrapper:nth-child(2) {
        padding-left: 0; }
        @media (min-width: 992px) {
          .contact-wrapper .wpcf7 .double > .field-wrapper:nth-child(2) {
            padding-left: 7.5px; } }
  .contact-wrapper .wpcf7 .alert {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 30px;
    color: #4f4f4f; }
  .contact-wrapper .wpcf7 input[type="submit"] {
    margin: auto;
    display: block; }
    @media (min-width: 992px) {
      .contact-wrapper .wpcf7 input[type="submit"] {
        margin: 0; } }

/*=============================================
=            Employment            =
=============================================*/
.page-template-template-employment .main-content {
  padding: 0; }
  @media (min-width: 992px) {
    .page-template-template-employment .main-content {
      padding: 0; } }
  .page-template-template-employment .main-content .guten-content h2:first-child, .page-template-template-employment .main-content .guten-content .title {
    position: relative;
    margin-bottom: 45px; }
    .page-template-template-employment .main-content .guten-content h2:first-child:after, .page-template-template-employment .main-content .guten-content .title:after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -15px;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 280px;
      margin: 0 auto;
      color: #d2d2d2;
      background-color: #d2d2d2;
      height: 1px; }
  .page-template-template-employment .main-content .guten-content .description {
    width: 83.33333%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 75px; }
    @media screen and (min-width: 767px) {
      .page-template-template-employment .main-content .guten-content .description {
        text-align: center; } }
  .page-template-template-employment .main-content .guten-content .video-slider-block {
    margin: 75px 0; }
  .page-template-template-employment .main-content .guten-content .background-block, .page-template-template-employment .main-content .guten-content .conditions-banner {
    height: 460px;
    margin: 60px 0;
    padding: 0; }
    .page-template-template-employment .main-content .guten-content .background-block .overlay-target, .page-template-template-employment .main-content .guten-content .conditions-banner .overlay-target {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      padding: 30px 0;
      height: 100%; }
      @media (min-width: 768px) {
        .page-template-template-employment .main-content .guten-content .background-block .overlay-target, .page-template-template-employment .main-content .guten-content .conditions-banner .overlay-target {
          padding: 75px 30px 75px; } }
    .page-template-template-employment .main-content .guten-content .background-block h2, .page-template-template-employment .main-content .guten-content .conditions-banner h2 {
      color: #fff;
      margin: 0;
      font-size: 2.34375rem; }
      .page-template-template-employment .main-content .guten-content .background-block h2:after, .page-template-template-employment .main-content .guten-content .conditions-banner h2:after {
        background-color: #fff; }
      @media (min-width: 768px) {
        .page-template-template-employment .main-content .guten-content .background-block h2, .page-template-template-employment .main-content .guten-content .conditions-banner h2 {
          font-size: 2.5rem; } }
    .page-template-template-employment .main-content .guten-content .background-block .wp-block-columns, .page-template-template-employment .main-content .guten-content .conditions-banner .wp-block-columns {
      align-items: flex-start;
      justify-content: center;
      margin-top: 30px; }
      .page-template-template-employment .main-content .guten-content .background-block .wp-block-columns .wp-block-column, .page-template-template-employment .main-content .guten-content .conditions-banner .wp-block-columns .wp-block-column {
        flex-grow: 0;
        flex-basis: 33.33333%;
        margin: 0;
        padding: 0 10px; }
        @media (min-width: 576px) {
          .page-template-template-employment .main-content .guten-content .background-block .wp-block-columns .wp-block-column, .page-template-template-employment .main-content .guten-content .conditions-banner .wp-block-columns .wp-block-column {
            padding: 0 60px; } }
        @media (min-width: 768px) {
          .page-template-template-employment .main-content .guten-content .background-block .wp-block-columns .wp-block-column, .page-template-template-employment .main-content .guten-content .conditions-banner .wp-block-columns .wp-block-column {
            padding: 0 15px; } }
        @media (min-width: 768px) {
          .page-template-template-employment .main-content .guten-content .background-block .wp-block-columns .wp-block-column .wp-block-image, .page-template-template-employment .main-content .guten-content .conditions-banner .wp-block-columns .wp-block-column .wp-block-image {
            padding: 0;
            margin-bottom: 0; } }
        .page-template-template-employment .main-content .guten-content .background-block .wp-block-columns .wp-block-column .wp-block-image img, .page-template-template-employment .main-content .guten-content .conditions-banner .wp-block-columns .wp-block-column .wp-block-image img {
          border-radius: 50%;
          padding: 7.5px;
          background-color: rgba(255, 255, 255, 0.3);
          width: 70%;
          margin: 0 auto;
          display: block;
          margin-bottom: 15px; }
          @media (min-width: 992px) {
            .page-template-template-employment .main-content .guten-content .background-block .wp-block-columns .wp-block-column .wp-block-image img, .page-template-template-employment .main-content .guten-content .conditions-banner .wp-block-columns .wp-block-column .wp-block-image img {
              width: 50%; } }
        .page-template-template-employment .main-content .guten-content .background-block .wp-block-columns .wp-block-column .wp-block-image figcaption, .page-template-template-employment .main-content .guten-content .conditions-banner .wp-block-columns .wp-block-column .wp-block-image figcaption {
          font-weight: 500;
          color: #fff;
          font-family: "Roboto", Arial; }
          @media (min-width: 768px) {
            .page-template-template-employment .main-content .guten-content .background-block .wp-block-columns .wp-block-column .wp-block-image figcaption, .page-template-template-employment .main-content .guten-content .conditions-banner .wp-block-columns .wp-block-column .wp-block-image figcaption {
              font-size: 16px; } }
      .page-template-template-employment .main-content .guten-content .background-block .wp-block-columns .wp-block-column:last-child:nth-last-child(2), .page-template-template-employment .main-content .guten-content .background-block .wp-block-columns .wp-block-image:last-child:nth-last-child(2), .page-template-template-employment .main-content .guten-content .conditions-banner .wp-block-columns .wp-block-column:last-child:nth-last-child(2), .page-template-template-employment .main-content .guten-content .conditions-banner .wp-block-columns .wp-block-image:last-child:nth-last-child(2) {
        margin-bottom: 0; }
  .page-template-template-employment .main-content .guten-content .cta-banner, .page-template-template-employment .main-content .guten-content .internship-banner {
    margin-top: 60px; }
    .page-template-template-employment .main-content .guten-content .cta-banner h2, .page-template-template-employment .main-content .guten-content .internship-banner h2 {
      font-family: "AlbatrossCastorOne", Arial;
      margin-bottom: 15px;
      font-size: 2.34375rem; }
      @media (min-width: 768px) {
        .page-template-template-employment .main-content .guten-content .cta-banner h2, .page-template-template-employment .main-content .guten-content .internship-banner h2 {
          font-size: 2.5rem; } }
      .page-template-template-employment .main-content .guten-content .cta-banner h2:after, .page-template-template-employment .main-content .guten-content .internship-banner h2:after {
        content: none; }
  .page-template-template-employment .main-content .guten-content #tc-jswidget {
    position: relative;
    z-index: 1;
    min-height: 300px; }
    .page-template-template-employment .main-content .guten-content #tc-jswidget:before, .page-template-template-employment .main-content .guten-content #tc-jswidget:after {
      content: none; }
      @media (min-width: 768px) {
        .page-template-template-employment .main-content .guten-content #tc-jswidget:before, .page-template-template-employment .main-content .guten-content #tc-jswidget:after {
          content: '';
          display: block;
          width: 100vw;
          height: 100%;
          position: absolute;
          top: 0;
          left: 50%;
          z-index: -1;
          background-repeat: no-repeat; } }
    .page-template-template-employment .main-content .guten-content #tc-jswidget:before {
      top: -60px;
      background-image: url(../../assets/images/atrezzo-empleo-izquierda.png);
      background-position: left top;
      background-size: 8% auto;
      -webkit-transform: translateX(-48%) translateY(0);
      -moz-transform: translateX(-48%) translateY(0);
      -ms-transform: translateX(-48%) translateY(0);
      -o-transform: translateX(-48%) translateY(0);
      transform: translateX(-48%) translateY(0); }
    .page-template-template-employment .main-content .guten-content #tc-jswidget:after {
      background-image: url(../../assets/images/atrezzo-empleo-derecha.png);
      background-position: right top;
      background-size: auto 315px;
      min-height: 350px;
      -webkit-transform: translateX(-47%) translateY(0);
      -moz-transform: translateX(-47%) translateY(0);
      -ms-transform: translateX(-47%) translateY(0);
      -o-transform: translateX(-47%) translateY(0);
      transform: translateX(-47%) translateY(0); }
    .page-template-template-employment .main-content .guten-content #tc-jswidget .tc-widget__wrapper .tc-jobs-container .tc-total-jobs {
      display: none; }
    .page-template-template-employment .main-content .guten-content #tc-jswidget .tc-widget__wrapper .tc-jobs-container .tc-job-list .tc-job-row {
      padding: 15px;
      margin-bottom: 30px;
      -webkit-transition: transform 0.15s ease-in, box-shadow 0.15s ease-in;
      -moz-transition: transform 0.15s ease-in, box-shadow 0.15s ease-in;
      -ms-transition: transform 0.15s ease-in, box-shadow 0.15s ease-in;
      -o-transition: transform 0.15s ease-in, box-shadow 0.15s ease-in;
      transition: transform 0.15s ease-in, box-shadow 0.15s ease-in;
      box-shadow: 2px 5px 12px 2px rgba(0, 0, 0, 0.15); }
      .page-template-template-employment .main-content .guten-content #tc-jswidget .tc-widget__wrapper .tc-jobs-container .tc-job-list .tc-job-row:hover {
        transform: scale(1.02);
        -webkit-box-shadow: 2px 6px 12px 4px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 2px 6px 12px 4px rgba(0, 0, 0, 0.25);
        -ms-box-shadow: 2px 6px 12px 4px rgba(0, 0, 0, 0.25);
        -o-box-shadow: 2px 6px 12px 4px rgba(0, 0, 0, 0.25);
        box-shadow: 2px 6px 12px 4px rgba(0, 0, 0, 0.25); }
      .page-template-template-employment .main-content .guten-content #tc-jswidget .tc-widget__wrapper .tc-jobs-container .tc-job-list .tc-job-row .tc-job-box2 .tc-job-cell {
        font-family: "Roboto", Arial; }
        .page-template-template-employment .main-content .guten-content #tc-jswidget .tc-widget__wrapper .tc-jobs-container .tc-job-list .tc-job-row .tc-job-box2 .tc-job-cell a {
          font-weight: 500;
          font-style: normal;
          color: #009e3d !important; }
      .page-template-template-employment .main-content .guten-content #tc-jswidget .tc-widget__wrapper .tc-jobs-container .tc-job-list .tc-job-row .tc-job-box2.tc-job-position {
        color: #009e3d; }
      .page-template-template-employment .main-content .guten-content #tc-jswidget .tc-widget__wrapper .tc-jobs-container .tc-job-list .tc-job-row .tc-job-box2.tc-job-location {
        color: #4f4f4f; }
      .page-template-template-employment .main-content .guten-content #tc-jswidget .tc-widget__wrapper .tc-jobs-container .tc-job-list .tc-job-row .tc-job-box3 .tc-job-insc {
        font-family: "Roboto", Arial; }
        .page-template-template-employment .main-content .guten-content #tc-jswidget .tc-widget__wrapper .tc-jobs-container .tc-job-list .tc-job-row .tc-job-box3 .tc-job-insc a {
          color: #009e3d !important; }

/*=============================================
=            Varieties            =
=============================================*/
.page-template-template-varieties .main-content {
  padding-bottom: 15px; }
  @media (min-width: 768px) {
    .page-template-template-varieties .main-content {
      padding-bottom: 37.5px; } }

.page-template-template-varieties .page-varieties .guten-content > div > p {
  margin-top: 60px; }

.page-template-template-varieties .page-varieties .guten-content > div > .custom-button-wrapper {
  margin-top: 45px; }

.page-template-template-varieties .page-varieties .guten-content > div > h2, .page-template-template-varieties .page-varieties .guten-content > div > h3 {
  font-family: "AlbatrossCastorOne", Arial;
  position: relative;
  padding-bottom: 15px; }
  .page-template-template-varieties .page-varieties .guten-content > div > h2:after, .page-template-template-varieties .page-varieties .guten-content > div > h3:after {
    position: absolute;
    content: "";
    width: 280px;
    display: block;
    margin: 0 auto;
    border-top: 1px solid #d2d2d2;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

/*=============================================
=            Error 404            =
=============================================*/
.error-404 .header-404 {
  background-image: url(../../assets/images/florette-nombre-plantas.jpg); }

.error-404 .content-404 {
  text-align: center;
  margin: 0 auto 105px; }
  .error-404 .content-404 p.desc {
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .error-404 .content-404 p.desc {
        width: 58.33333%; } }

body.page-template-template-club-fruteros .site-header .actions-wrapper,
body.page-template-template-club-fruteros .site-header .social-wrapper,
body.page-template-template-club-fruteros-login .site-header .actions-wrapper,
body.page-template-template-club-fruteros-login .site-header .social-wrapper,
body.page-template-template-club-fruteros-promo .site-header .actions-wrapper,
body.page-template-template-club-fruteros-promo .site-header .social-wrapper,
body.page-template-template-club-fruteros-signin .site-header .actions-wrapper,
body.page-template-template-club-fruteros-signin .site-header .social-wrapper {
  display: none; }

body.page-template-template-club-fruteros .main-content p:not(.h2),
body.page-template-template-club-fruteros-login .main-content p:not(.h2),
body.page-template-template-club-fruteros-promo .main-content p:not(.h2),
body.page-template-template-club-fruteros-signin .main-content p:not(.h2) {
  font-size: 1.125rem; }

body.page-template-template-club-fruteros .cta-banner.v-space-medium,
body.page-template-template-club-fruteros-login .cta-banner.v-space-medium,
body.page-template-template-club-fruteros-promo .cta-banner.v-space-medium,
body.page-template-template-club-fruteros-signin .cta-banner.v-space-medium {
  padding: 30px 0 135px; }
  @media (min-width: 768px) {
    body.page-template-template-club-fruteros .cta-banner.v-space-medium,
    body.page-template-template-club-fruteros-login .cta-banner.v-space-medium,
    body.page-template-template-club-fruteros-promo .cta-banner.v-space-medium,
    body.page-template-template-club-fruteros-signin .cta-banner.v-space-medium {
      padding: 40px 0 120px; } }

body.page-template-template-club-fruteros-login .main-content,
body.page-template-template-club-fruteros-signin .main-content {
  background: #edeff4; }
  body.page-template-template-club-fruteros-login .main-content .main-block,
  body.page-template-template-club-fruteros-signin .main-content .main-block {
    margin-bottom: 90px;
    position: relative; }
    @media (min-width: 768px) {
      body.page-template-template-club-fruteros-login .main-content .main-block,
      body.page-template-template-club-fruteros-signin .main-content .main-block {
        margin-top: 45px; } }
    body.page-template-template-club-fruteros-login .main-content .main-block .subtitle,
    body.page-template-template-club-fruteros-signin .main-content .main-block .subtitle {
      font-size: 1.7143rem; }
      @media (min-width: 768px) {
        body.page-template-template-club-fruteros-login .main-content .main-block .subtitle,
        body.page-template-template-club-fruteros-signin .main-content .main-block .subtitle {
          font-size: 1.875rem; } }
    body.page-template-template-club-fruteros-login .main-content .main-block iframe,
    body.page-template-template-club-fruteros-signin .main-content .main-block iframe {
      position: relative;
      z-index: 2; }
      body.page-template-template-club-fruteros-login .main-content .main-block iframe.signin,
      body.page-template-template-club-fruteros-signin .main-content .main-block iframe.signin {
        height: 2300px; }
        @media (min-width: 768px) {
          body.page-template-template-club-fruteros-login .main-content .main-block iframe.signin,
          body.page-template-template-club-fruteros-signin .main-content .main-block iframe.signin {
            height: 2050px; } }
      body.page-template-template-club-fruteros-login .main-content .main-block iframe.login,
      body.page-template-template-club-fruteros-signin .main-content .main-block iframe.login {
        height: 975px; }
        @media (min-width: 768px) {
          body.page-template-template-club-fruteros-login .main-content .main-block iframe.login,
          body.page-template-template-club-fruteros-signin .main-content .main-block iframe.login {
            height: 700px; } }

.header-default.header-club-fruteros {
  background-position: bottom;
  padding: 120px 0 90px; }
  .header-default.header-club-fruteros:after {
    content: none; }
  .header-default.header-club-fruteros h1 {
    font-size: 3.125rem; }
  @media (min-width: 768px) {
    .header-default.header-club-fruteros {
      padding: 200px 0 150px; } }

body.page-template-template-club-fruteros #main-content {
  padding-bottom: 0; }

body.page-template-template-club-fruteros .cta-banner p.h2 {
  font-size: 3rem; }

body.page-template-template-club-fruteros .cta-banner p.description {
  color: white;
  text-align: center;
  font-size: 1.7rem; }

body.page-template-template-club-fruteros .welcome-block {
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    body.page-template-template-club-fruteros .welcome-block {
      margin-top: 30px;
      margin-bottom: 0; } }
  body.page-template-template-club-fruteros .welcome-block > .col {
    position: relative;
    z-index: 2; }
  body.page-template-template-club-fruteros .welcome-block > .col {
    width: 100%;
    text-align: center; }
    @media (min-width: 768px) {
      body.page-template-template-club-fruteros .welcome-block > .col {
        width: 50%; } }
    body.page-template-template-club-fruteros .welcome-block > .col > p.description {
      background-image: url(../../assets/images/club-fruteros-web-linea.png);
      background-repeat: no-repeat;
      background-position: top;
      background-size: contain;
      padding-top: 28px;
      margin-top: 0;
      padding: 28px 30px 0 30px; }
    body.page-template-template-club-fruteros .welcome-block > .col > * {
      text-align: center;
      justify-content: center; }
      @media (min-width: 768px) {
        body.page-template-template-club-fruteros .welcome-block > .col > * {
          text-align: center;
          justify-content: flex-start; } }
    body.page-template-template-club-fruteros .welcome-block > .col > * + * {
      margin-top: 45px; }
    body.page-template-template-club-fruteros .welcome-block > .col img {
      display: block;
      margin: 45px auto 0;
      max-width: 360px;
      width: 100%;
      height: auto; }
      @media (min-width: 768px) {
        body.page-template-template-club-fruteros .welcome-block > .col img {
          margin-top: 0; } }
    body.page-template-template-club-fruteros .welcome-block > .col .title {
      line-height: 1.1;
      margin-top: 35px; }
    body.page-template-template-club-fruteros .welcome-block > .col img.big-pic {
      max-width: 400px; }
      @media (min-width: 768px) {
        body.page-template-template-club-fruteros .welcome-block > .col img.big-pic {
          width: 100%;
          height: 100%;
          max-width: 100%;
          max-height: 100%; } }
    body.page-template-template-club-fruteros .welcome-block > .col img.small-pic {
      max-width: 150px; }
    body.page-template-template-club-fruteros .welcome-block > .col .custom-button-wrapper.center {
      display: block;
      margin-bottom: 25px;
      margin-top: 25px; }

body.page-template-template-club-fruteros .background-block .custom-button-wrapper {
  margin-top: 45px; }

body.page-template-template-club-fruteros-promo .main-block *:not(.atrezzo-leaf) {
  position: relative;
  z-index: 2; }

body.page-template-template-club-fruteros-promo .main-block {
  margin-top: 30px;
  margin-bottom: 75px;
  position: relative;
  text-align: center; }
  @media (min-width: 768px) {
    body.page-template-template-club-fruteros-promo .main-block {
      margin-top: 60px;
      margin-bottom: 90px; } }
  body.page-template-template-club-fruteros-promo .main-block .intro-block > p {
    margin-top: 30px; }
  body.page-template-template-club-fruteros-promo .main-block .title {
    margin: 0; }
  body.page-template-template-club-fruteros-promo .main-block .subtitle {
    font-size: 1.7143rem;
    margin: 0; }
    @media (min-width: 768px) {
      body.page-template-template-club-fruteros-promo .main-block .subtitle {
        font-size: 1.875rem; } }
  body.page-template-template-club-fruteros-promo .main-block > .custom-button-wrapper {
    margin: 45px auto; }

.atrezzo-leaf {
  z-index: 1;
  display: block;
  width: 100vw;
  height: 100px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
  .atrezzo-leaf:before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: auto 50px; }
    @media (min-width: 768px) {
      .atrezzo-leaf:before {
        background-size: auto 50px; } }
  .atrezzo-leaf.atrezzo-leaf--1:before {
    background-image: url(../../assets/images/atrezzo-club-fruteros-1.png); }
  .atrezzo-leaf.atrezzo-leaf--2:before {
    background-image: url(../../assets/images/atrezzo-club-fruteros-2.png); }
  .atrezzo-leaf.atrezzo-leaf--3:before {
    background-image: url(../../assets/images/atrezzo-club-fruteros-3.png); }
  .atrezzo-leaf.atrezzo-leaf--type-1:before {
    -webkit-transform: translate(-5px, -60px) rotate(-90deg);
    -moz-transform: translate(-5px, -60px) rotate(-90deg);
    -ms-transform: translate(-5px, -60px) rotate(-90deg);
    -o-transform: translate(-5px, -60px) rotate(-90deg);
    transform: translate(-5px, -60px) rotate(-90deg); }
  .atrezzo-leaf.atrezzo-leaf--type-2:before {
    -webkit-transform: translate(30px, 80px) rotate(0deg);
    -moz-transform: translate(30px, 80px) rotate(0deg);
    -ms-transform: translate(30px, 80px) rotate(0deg);
    -o-transform: translate(30px, 80px) rotate(0deg);
    transform: translate(30px, 80px) rotate(0deg); }
  .atrezzo-leaf.atrezzo-leaf--type-3:before {
    -webkit-transform: translate(-40px, 40px) rotate(180deg);
    -moz-transform: translate(-40px, 40px) rotate(180deg);
    -ms-transform: translate(-40px, 40px) rotate(180deg);
    -o-transform: translate(-40px, 40px) rotate(180deg);
    transform: translate(-40px, 40px) rotate(180deg); }
  .atrezzo-leaf.atrezzo-leaf--type-4:before {
    -webkit-transform: translate(5px, -10px) rotate(90deg);
    -moz-transform: translate(5px, -10px) rotate(90deg);
    -ms-transform: translate(5px, -10px) rotate(90deg);
    -o-transform: translate(5px, -10px) rotate(90deg);
    transform: translate(5px, -10px) rotate(90deg); }
  .atrezzo-leaf.atrezzo-leaf--type-5:before {
    -webkit-transform: translate(-10px, -10px) rotate(-45deg);
    -moz-transform: translate(-10px, -10px) rotate(-45deg);
    -ms-transform: translate(-10px, -10px) rotate(-45deg);
    -o-transform: translate(-10px, -10px) rotate(-45deg);
    transform: translate(-10px, -10px) rotate(-45deg); }
  .atrezzo-leaf.atrezzo-leaf--type-6:before {
    -webkit-transform: translate(10px, 180px) rotate(130deg);
    -moz-transform: translate(10px, 180px) rotate(130deg);
    -ms-transform: translate(10px, 180px) rotate(130deg);
    -o-transform: translate(10px, 180px) rotate(130deg);
    transform: translate(10px, 180px) rotate(130deg); }
  .atrezzo-leaf.atrezzo-leaf--type-7:before {
    -webkit-transform: translate(15px, 120px) rotate(90deg) scaleX(-1);
    -moz-transform: translate(15px, 120px) rotate(90deg) scaleX(-1);
    -ms-transform: translate(15px, 120px) rotate(90deg) scaleX(-1);
    -o-transform: translate(15px, 120px) rotate(90deg) scaleX(-1);
    transform: translate(15px, 120px) rotate(90deg) scaleX(-1); }
  .atrezzo-leaf.atrezzo-leaf--type-8:before {
    -webkit-transform: translate(5px, -115px) rotate(90deg);
    -moz-transform: translate(5px, -115px) rotate(90deg);
    -ms-transform: translate(5px, -115px) rotate(90deg);
    -o-transform: translate(5px, -115px) rotate(90deg);
    transform: translate(5px, -115px) rotate(90deg); }
  .atrezzo-leaf.atrezzo-leaf--top-right {
    top: 0; }
    .atrezzo-leaf.atrezzo-leaf--top-right:before {
      right: 0; }
  .atrezzo-leaf.atrezzo-leaf--top-left {
    top: -20px; }
    .atrezzo-leaf.atrezzo-leaf--top-left:before {
      left: 0; }
  .atrezzo-leaf.atrezzo-leaf--bottom-left {
    bottom: 0; }
    .atrezzo-leaf.atrezzo-leaf--bottom-left:before {
      left: 0; }
  .atrezzo-leaf.atrezzo-leaf--bottom-right {
    bottom: 0; }
    .atrezzo-leaf.atrezzo-leaf--bottom-right:before {
      right: 0; }
  .atrezzo-leaf.atrezzo-leaf--middle-left {
    top: 50%; }
    .atrezzo-leaf.atrezzo-leaf--middle-left:before {
      left: 0; }
  .atrezzo-leaf.atrezzo-leaf--middle-right {
    top: 50%; }
    .atrezzo-leaf.atrezzo-leaf--middle-right:before {
      right: 0; }

body.page-template-template-club-fruteros.show-menu .site-header .actions-wrapper {
  display: flex; }

body.page-template-template-club-fruteros.show-menu .site-header .social-wrapper {
  display: block; }

body.page-template-template-club-fruteros .main-content p:not(.h2) {
  font-size: 16px;
  line-height: 22px; }
  @media (min-width: 992px) {
    body.page-template-template-club-fruteros .main-content p:not(.h2) {
      font-size: 1.25rem;
      line-height: 28px; } }
  body.page-template-template-club-fruteros .main-content p:not(.h2) strong {
    font-weight: 500; }

body.page-template-template-club-fruteros .main-content h3 {
  font-weight: 600; }

body.page-template-template-club-fruteros .menu-second {
  overflow-x: scroll;
  padding: 15px 0 !important;
  background-color: #fafafa; }
  @media (min-width: 768px) {
    body.page-template-template-club-fruteros .menu-second {
      overflow-x: visible; } }
  body.page-template-template-club-fruteros .menu-second .overlay-target {
    width: auto;
    padding: 0 15px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      body.page-template-template-club-fruteros .menu-second .overlay-target {
        width: 750px;
        padding: 0; } }
    @media (min-width: 992px) {
      body.page-template-template-club-fruteros .menu-second .overlay-target {
        width: 950px; } }
    @media (min-width: 1200px) {
      body.page-template-template-club-fruteros .menu-second .overlay-target {
        width: 1170px; } }
    body.page-template-template-club-fruteros .menu-second .overlay-target .wp-block-columns {
      margin-bottom: 0; }
  body.page-template-template-club-fruteros .menu-second ul {
    display: flex;
    padding: 10px 0;
    margin: 0; }
    @media (min-width: 768px) {
      body.page-template-template-club-fruteros .menu-second ul {
        justify-content: center; } }
    body.page-template-template-club-fruteros .menu-second ul li {
      text-align: center;
      flex-grow: 1;
      padding: 0 2rem; }
      body.page-template-template-club-fruteros .menu-second ul li:not(:last-child) {
        border-right: 1px solid #434343; }
      @media (min-width: 768px) {
        body.page-template-template-club-fruteros .menu-second ul li {
          margin: 0; } }
      body.page-template-template-club-fruteros .menu-second ul li::before {
        display: none; }
      body.page-template-template-club-fruteros .menu-second ul li a {
        text-decoration: none;
        font-size: 1.375rem;
        font-weight: 400;
        white-space: pre;
        font-style: normal; }
        @media (min-width: 768px) {
          body.page-template-template-club-fruteros .menu-second ul li a {
            font-size: 1rem; } }
        @media (min-width: 992px) {
          body.page-template-template-club-fruteros .menu-second ul li a {
            font-size: 1.375rem; } }

body.page-template-template-club-fruteros .club-two-colums > .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  body.page-template-template-club-fruteros .club-two-colums > .wp-block-column h2 + p {
    text-align: center; }
    @media (min-width: 992px) {
      body.page-template-template-club-fruteros .club-two-colums > .wp-block-column h2 + p {
        max-width: 390px;
        margin-left: auto;
        margin-right: auto; } }

body.page-template-template-club-fruteros .background-block.bg-grey {
  background-color: #fafafa; }
  body.page-template-template-club-fruteros .background-block.bg-grey .overlay-target {
    width: auto;
    padding: 0 15px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      body.page-template-template-club-fruteros .background-block.bg-grey .overlay-target {
        width: 750px;
        padding: 0; } }
    @media (min-width: 992px) {
      body.page-template-template-club-fruteros .background-block.bg-grey .overlay-target {
        width: 950px; } }
    @media (min-width: 1200px) {
      body.page-template-template-club-fruteros .background-block.bg-grey .overlay-target {
        width: 1170px; } }
    body.page-template-template-club-fruteros .background-block.bg-grey .overlay-target h2 + p {
      text-align: center;
      max-width: 850px;
      margin-left: auto;
      margin-right: auto; }
    body.page-template-template-club-fruteros .background-block.bg-grey .overlay-target .wpcf7 {
      background-color: #e5e5e5;
      padding: 25px 15px; }
      body.page-template-template-club-fruteros .background-block.bg-grey .overlay-target .wpcf7 input::placeholder {
        color: #009e3d; }
      body.page-template-template-club-fruteros .background-block.bg-grey .overlay-target .wpcf7 p.alert {
        color: #009e3d; }
      body.page-template-template-club-fruteros .background-block.bg-grey .overlay-target .wpcf7 .wpcf7-submit {
        display: inline-block;
        border-radius: 54px;
        outline: none;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 45px;
        padding-right: 45px;
        font-style: italic;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        border: 1px solid #fff;
        font-weight: 500;
        text-decoration: none;
        text-align: center;
        font-size: 18px;
        cursor: pointer;
        background: #e4e4e4;
        color: #fff; }
        body.page-template-template-club-fruteros .background-block.bg-grey .overlay-target .wpcf7 .wpcf7-submit:hover {
          color: #fff;
          border-color: #cccccc;
          background-color: rgba(255, 255, 255, 0.4); }
        body.page-template-template-club-fruteros .background-block.bg-grey .overlay-target .wpcf7 .wpcf7-submit:disabled {
          opacity: 0.8;
          cursor: not-allowed; }
          body.page-template-template-club-fruteros .background-block.bg-grey .overlay-target .wpcf7 .wpcf7-submit:disabled:hover {
            background: #e4e4e4;
            color: #fff;
            border-color: #fff; }
      body.page-template-template-club-fruteros .background-block.bg-grey .overlay-target .wpcf7 .wpcf7-acceptance .wpcf7-list-item {
        margin: 0; }
        body.page-template-template-club-fruteros .background-block.bg-grey .overlay-target .wpcf7 .wpcf7-acceptance .wpcf7-list-item label {
          display: flex; }
        body.page-template-template-club-fruteros .background-block.bg-grey .overlay-target .wpcf7 .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] {
          margin-right: 7.5px;
          padding: 0;
          width: 20px;
          height: 20px;
          flex-shrink: 0; }
    @media (min-width: 768px) {
      body.page-template-template-club-fruteros .background-block.bg-grey .overlay-target .wp-block-columns > .wp-block-column {
        display: flex;
        flex-direction: column;
        justify-content: center; } }
    @media (min-width: 768px) {
      body.page-template-template-club-fruteros .background-block.bg-grey .overlay-target .wp-block-columns > .wp-block-column figure {
        margin: 0; } }
    @media (min-width: 992px) {
      body.page-template-template-club-fruteros .background-block.bg-grey .overlay-target .wp-block-columns > .wp-block-column h3,
      body.page-template-template-club-fruteros .background-block.bg-grey .overlay-target .wp-block-columns > .wp-block-column h3 + p {
        padding-left: 15px;
        padding-right: 15px; } }

body.page-template-template-club-fruteros #block-1 {
  position: relative; }
  body.page-template-template-club-fruteros #block-1::before {
    content: "";
    background-image: url(../../assets/images/club-hojas-unete-izq.png);
    display: none; }
    @media (min-width: 768px) {
      body.page-template-template-club-fruteros #block-1::before {
        position: absolute;
        display: block;
        background-position: top left;
        background-size: contain;
        background-repeat: no-repeat;
        top: 30px;
        height: 75%;
        width: 10%;
        left: -25px; } }
    @media (min-width: 992px) {
      body.page-template-template-club-fruteros #block-1::before {
        height: 70%;
        left: -42px; } }
    @media (min-width: 1200px) {
      body.page-template-template-club-fruteros #block-1::before {
        width: 100vw;
        left: 50%;
        transform: translateX(-50%); } }
  body.page-template-template-club-fruteros #block-1::after {
    content: "";
    background-image: url(../../assets/images/club-hojas-unete-dcha.png);
    display: none; }
    @media (min-width: 768px) {
      body.page-template-template-club-fruteros #block-1::after {
        position: absolute;
        display: block;
        background-position: top left;
        background-size: contain;
        background-repeat: no-repeat;
        top: 30px;
        height: 75%;
        width: 10%;
        right: -25px; } }
    @media (min-width: 992px) {
      body.page-template-template-club-fruteros #block-1::after {
        height: 70%;
        right: -42px; } }
    @media (min-width: 1200px) {
      body.page-template-template-club-fruteros #block-1::after {
        height: 64%;
        top: 50px;
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
        background-position: top right; } }
  body.page-template-template-club-fruteros #block-1 .club-two-colums::before {
    content: "";
    background-image: url(../../assets/images/club-hojas-unete-centro.png);
    display: none; }
    @media (min-width: 768px) {
      body.page-template-template-club-fruteros #block-1 .club-two-colums::before {
        position: absolute;
        display: block;
        background-position: top center;
        background-size: contain;
        background-repeat: no-repeat;
        top: 30px;
        height: 75%;
        width: 10%;
        left: 50%;
        transform: translateX(-50%); } }
    @media (min-width: 992px) {
      body.page-template-template-club-fruteros #block-1 .club-two-colums::before {
        height: 70%; } }

body.page-template-template-club-fruteros .block-2 {
  position: relative; }
  body.page-template-template-club-fruteros .block-2::before {
    content: "";
    background-image: url(../../assets/images/club-fruteros-hojas-ventajas-izq.png);
    display: none; }
    @media (min-width: 768px) {
      body.page-template-template-club-fruteros .block-2::before {
        position: absolute;
        display: block;
        background-position: top left;
        background-size: contain;
        background-repeat: no-repeat;
        top: 145px;
        height: 75%;
        width: 10%;
        left: -25px; } }
    @media (min-width: 992px) {
      body.page-template-template-club-fruteros .block-2::before {
        height: 70%;
        left: -12px;
        top: 132px; } }
    @media (min-width: 1200px) {
      body.page-template-template-club-fruteros .block-2::before {
        width: 8%;
        left: 0; } }
  body.page-template-template-club-fruteros .block-2::after {
    content: "";
    background-image: url(../../assets/images/club-fruteros-hojas-ventajas-dcha.png);
    display: none; }
    @media (min-width: 768px) {
      body.page-template-template-club-fruteros .block-2::after {
        position: absolute;
        display: block;
        background-position: top left;
        background-size: contain;
        background-repeat: no-repeat;
        top: 105px;
        height: 75%;
        width: 10%;
        right: -25px; } }
    @media (min-width: 992px) {
      body.page-template-template-club-fruteros .block-2::after {
        height: 70%;
        right: -12px; } }
    @media (min-width: 1200px) {
      body.page-template-template-club-fruteros .block-2::after {
        height: 64%;
        right: -28px; } }
  body.page-template-template-club-fruteros .block-2 .overlay-target {
    position: relative;
    z-index: 5; }

body.page-template-template-club-fruteros .block-3 {
  position: relative; }
  body.page-template-template-club-fruteros .block-3::before {
    content: "";
    background-image: url(../../assets/images/club-fruteros-hojas-promociones-izq.png);
    display: none; }
    @media (min-width: 768px) {
      body.page-template-template-club-fruteros .block-3::before {
        position: absolute;
        display: block;
        background-position: top left;
        background-size: contain;
        background-repeat: no-repeat;
        top: 45px;
        height: 75%;
        width: 10%;
        left: -40px; } }
    @media (min-width: 992px) {
      body.page-template-template-club-fruteros .block-3::before {
        left: -63px;
        top: 23px; } }
    @media (min-width: 1200px) {
      body.page-template-template-club-fruteros .block-3::before {
        top: 13px;
        width: 100vw;
        left: 50%;
        transform: translateX(-50%); } }
  body.page-template-template-club-fruteros .block-3::after {
    content: "";
    background-image: url(../../assets/images/club-fruteros-hojas-promociones-dcha.png);
    display: none; }
    @media (min-width: 768px) {
      body.page-template-template-club-fruteros .block-3::after {
        position: absolute;
        display: block;
        background-position: top left;
        background-size: contain;
        background-repeat: no-repeat;
        top: 20px;
        height: 68%;
        width: 14%;
        right: -69px; } }
    @media (min-width: 992px) {
      body.page-template-template-club-fruteros .block-3::after {
        right: -91px;
        top: 17px; } }
    @media (min-width: 1200px) {
      body.page-template-template-club-fruteros .block-3::after {
        height: 85%;
        right: -100px;
        top: 8px;
        left: 50%;
        transform: translateX(-50%);
        background-position: top right;
        width: 100vw; } }
  body.page-template-template-club-fruteros .block-3 #block-3 {
    position: relative;
    z-index: 5; }

body.page-template-template-club-fruteros .block-4 {
  position: relative; }
  body.page-template-template-club-fruteros .block-4::before {
    content: "";
    background-image: url(../../assets/images/club-fruteros-hojas-ganadores-izq.png);
    display: none; }
    @media (min-width: 768px) {
      body.page-template-template-club-fruteros .block-4::before {
        position: absolute;
        display: block;
        background-position: top left;
        background-size: contain;
        background-repeat: no-repeat;
        top: 132px;
        height: 72%;
        width: 10%;
        left: 2px; } }
    @media (min-width: 992px) {
      body.page-template-template-club-fruteros .block-4::before {
        left: 12px; } }
    @media (min-width: 1200px) {
      body.page-template-template-club-fruteros .block-4::before {
        left: 5px;
        top: 97px; } }
  body.page-template-template-club-fruteros .block-4::after {
    content: "";
    background-image: url(../../assets/images/club-fruteros-hojas-ganadores-dcha.png);
    display: none; }
    @media (min-width: 768px) {
      body.page-template-template-club-fruteros .block-4::after {
        position: absolute;
        display: block;
        background-position: top left;
        background-size: contain;
        background-repeat: no-repeat;
        top: 95px;
        height: 74%;
        width: 14%;
        right: -75px; } }
    @media (min-width: 992px) {
      body.page-template-template-club-fruteros .block-4::after {
        right: -106px; } }
    @media (min-width: 1200px) {
      body.page-template-template-club-fruteros .block-4::after {
        right: -135px; } }
    @media (min-width: 1800px) {
      body.page-template-template-club-fruteros .block-4::after {
        right: -62px;
        width: 5%; } }
  body.page-template-template-club-fruteros .block-4 .overlay-target {
    position: relative;
    z-index: 5; }

body.page-template-template-club-fruteros .block-5 {
  position: relative; }
  body.page-template-template-club-fruteros .block-5::before {
    content: "";
    background-image: url(../../assets/images/club-fruteros-hojas-programa-izq.png);
    display: none; }
    @media (min-width: 768px) {
      body.page-template-template-club-fruteros .block-5::before {
        position: absolute;
        display: block;
        background-position: top left;
        background-size: contain;
        background-repeat: no-repeat;
        top: 60px;
        height: 75%;
        width: 10%;
        left: -36px; } }
    @media (min-width: 992px) {
      body.page-template-template-club-fruteros .block-5::before {
        height: 70%;
        left: -38px; } }
    @media (min-width: 1200px) {
      body.page-template-template-club-fruteros .block-5::before {
        width: 100vw;
        left: 50%;
        transform: translateX(-50%); } }
  body.page-template-template-club-fruteros .block-5::after {
    content: "";
    background-image: url(../../assets/images/club-fruteros-hojas-programa-dcha.png);
    display: none; }
    @media (min-width: 768px) {
      body.page-template-template-club-fruteros .block-5::after {
        position: absolute;
        display: block;
        background-position: top left;
        background-size: contain;
        background-repeat: no-repeat;
        top: 84px;
        height: 85%;
        width: 13%;
        right: -53px; } }
    @media (min-width: 992px) {
      body.page-template-template-club-fruteros .block-5::after {
        height: 92%;
        right: -55px;
        top: 53px; } }
    @media (min-width: 1200px) {
      body.page-template-template-club-fruteros .block-5::after {
        height: 70%;
        top: 49px;
        right: -78px;
        left: 50%;
        transform: translateX(-50%);
        background-position: top right;
        width: 100vw; } }
  body.page-template-template-club-fruteros .block-5 #block-5 {
    position: relative; }
    body.page-template-template-club-fruteros .block-5 #block-5::before {
      content: "";
      background-image: url(../../assets/images/club-fruteros-hojas-programa-centro.png);
      display: none; }
      @media (min-width: 768px) {
        body.page-template-template-club-fruteros .block-5 #block-5::before {
          position: absolute;
          display: block;
          background-position: top right;
          background-size: contain;
          background-repeat: no-repeat;
          top: 108px;
          height: 71%;
          width: 10%;
          left: 50%;
          transform: translateX(-50%); } }
      @media (min-width: 992px) {
        body.page-template-template-club-fruteros .block-5 #block-5::before {
          height: 70%; } }
      @media (min-width: 1200px) {
        body.page-template-template-club-fruteros .block-5 #block-5::before {
          top: 93px; } }
  @media (min-width: 768px) {
    body.page-template-template-club-fruteros .block-5 .wp-block-columns > .wp-block-column {
      display: flex;
      flex-direction: column;
      justify-content: center; } }
  @media (min-width: 768px) {
    body.page-template-template-club-fruteros .block-5 .wp-block-columns > .wp-block-column figure {
      margin: 0; } }
  @media (min-width: 992px) {
    body.page-template-template-club-fruteros .block-5 .wp-block-columns > .wp-block-column h3,
    body.page-template-template-club-fruteros .block-5 .wp-block-columns > .wp-block-column h3 + p {
      padding-left: 15px;
      padding-right: 15px; } }

body.page-template-template-club-fruteros .block-6 {
  position: relative; }
  body.page-template-template-club-fruteros .block-6::before {
    content: "";
    background-image: url(../../assets/images/club-fruteros-hojas-embajadores-sup.png);
    display: none; }
    @media (min-width: 768px) {
      body.page-template-template-club-fruteros .block-6::before {
        position: absolute;
        display: block;
        background-position: top left;
        background-size: contain;
        background-repeat: no-repeat;
        top: 95px;
        height: 10%;
        width: 90%;
        left: 5px; } }
    @media (min-width: 992px) {
      body.page-template-template-club-fruteros .block-6::before {
        left: 50%;
        transform: translateX(-50%); } }
    @media (min-width: 1200px) {
      body.page-template-template-club-fruteros .block-6::before {
        height: 12%; } }
    @media (min-width: 1800px) {
      body.page-template-template-club-fruteros .block-6::before {
        background-position: top center; } }
  body.page-template-template-club-fruteros .block-6::after {
    content: "";
    background-image: url(../../assets/images/club-fruteros-hojas-embajadores-inf.png);
    display: none; }
    @media (min-width: 768px) {
      body.page-template-template-club-fruteros .block-6::after {
        position: absolute;
        display: block;
        background-position: top left;
        background-size: contain;
        background-repeat: no-repeat;
        bottom: 35px;
        height: 10%;
        width: 100%;
        right: -22px; } }
    @media (min-width: 992px) {
      body.page-template-template-club-fruteros .block-6::after {
        right: -63px;
        height: 13%; } }
    @media (min-width: 1200px) {
      body.page-template-template-club-fruteros .block-6::after {
        right: -35px;
        height: 15%;
        background-position: top right; } }
    @media (min-width: 1800px) {
      body.page-template-template-club-fruteros .block-6::after {
        background-position: top center; } }
  body.page-template-template-club-fruteros .block-6 .overlay-target {
    position: relative;
    z-index: 5; }

body.page-template-template-club-fruteros .contact-wrapper h2 {
  padding: 60px 0 15px;
  margin: 0;
  background-color: #fff; }
  @media (min-width: 768px) {
    body.page-template-template-club-fruteros .contact-wrapper h2 {
      background-color: transparent;
      padding-bottom: 45px; } }
  @media (min-width: 992px) {
    body.page-template-template-club-fruteros .contact-wrapper h2 {
      padding-bottom: 60px; } }

body.page-template-template-club-fruteros .site-footer.fruteros-footer .menu-second {
  background-color: transparent;
  padding: 0 !important; }
  @media (min-width: 768px) {
    body.page-template-template-club-fruteros .site-footer.fruteros-footer .menu-second {
      margin-top: 15px;
      margin-bottom: 75px; } }
  @media (min-width: 768px) {
    body.page-template-template-club-fruteros .site-footer.fruteros-footer .menu-second {
      margin-bottom: 90px; } }
  body.page-template-template-club-fruteros .site-footer.fruteros-footer .menu-second ul {
    flex-direction: column;
    align-items: center;
    padding: 0; }
    @media (min-width: 768px) {
      body.page-template-template-club-fruteros .site-footer.fruteros-footer .menu-second ul {
        flex-direction: row;
        justify-content: center; } }
    body.page-template-template-club-fruteros .site-footer.fruteros-footer .menu-second ul li {
      margin-right: 0;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        body.page-template-template-club-fruteros .site-footer.fruteros-footer .menu-second ul li {
          margin-right: 60px;
          margin-bottom: 0; } }
      @media (min-width: 992px) {
        body.page-template-template-club-fruteros .site-footer.fruteros-footer .menu-second ul li {
          margin-right: 80px; } }
      @media (min-width: 768px) {
        body.page-template-template-club-fruteros .site-footer.fruteros-footer .menu-second ul li:last-child {
          margin: 0; } }
  body.page-template-template-club-fruteros .site-footer.fruteros-footer .menu-second a {
    color: #fff;
    font-size: 18px;
    font-weight: 500; }
    @media (min-width: 1200px) {
      body.page-template-template-club-fruteros .site-footer.fruteros-footer .menu-second a {
        font-size: 1.25rem; } }

body.page-template-template-club-fruteros .site-footer:not(.fruteros-footer) .menu-second {
  display: none; }

body.page-template-template-club-fruteros .form-wrapper {
  position: relative; }

body.page-template-template-club-fruteros .logo-cdf {
  position: absolute;
  top: -67px;
  width: 130px;
  display: none; }
  @media (min-width: 768px) {
    body.page-template-template-club-fruteros .logo-cdf {
      display: block; } }

.page-template-template-comer-bien .eat-well-wrapper .header-single {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .page-template-template-comer-bien .eat-well-wrapper .header-single {
      padding-bottom: 85px; } }
  .page-template-template-comer-bien .eat-well-wrapper .header-single::before {
    content: "";
    display: block;
    background-image: url(../../assets/icons/eat-well-leaf-2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    height: 40px;
    width: 50px;
    bottom: 20px;
    left: -20px;
    transform: rotate(225deg); }
    @media (min-width: 992px) {
      .page-template-template-comer-bien .eat-well-wrapper .header-single::before {
        height: 50px;
        left: 0; } }
  .page-template-template-comer-bien .eat-well-wrapper .header-single::after {
    display: none; }
  .page-template-template-comer-bien .eat-well-wrapper .header-single h1 {
    color: #194600;
    text-align: left;
    line-height: 0.82;
    margin: 10px 0;
    font-size: 3rem; }
    @media (min-width: 768px) {
      .page-template-template-comer-bien .eat-well-wrapper .header-single h1 {
        font-size: 4.5rem; } }
    @media (min-width: 992px) {
      .page-template-template-comer-bien .eat-well-wrapper .header-single h1 {
        font-size: 5rem;
        line-height: 0.82; } }
    @media (min-width: 1200px) {
      .page-template-template-comer-bien .eat-well-wrapper .header-single h1 {
        font-size: 6rem;
        line-height: 0.82; } }
    .page-template-template-comer-bien .eat-well-wrapper .header-single h1::before {
      content: "";
      display: block;
      background-image: url(../../assets/icons/eat-well-leaf-3.svg);
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      height: 12px;
      width: 12px;
      top: -12px;
      left: -39px; }
      @media (min-width: 992px) {
        .page-template-template-comer-bien .eat-well-wrapper .header-single h1::before {
          height: 22px;
          width: 22px;
          left: -69px; } }
    .page-template-template-comer-bien .eat-well-wrapper .header-single h1::after {
      content: "";
      display: block;
      background-image: url(../../assets/icons/eat-well-leaf-2.svg);
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      height: 20px;
      width: 20px;
      top: 50%;
      right: -35px;
      transform: rotate(45deg) translateY(-100%); }
      @media (min-width: 992px) {
        .page-template-template-comer-bien .eat-well-wrapper .header-single h1::after {
          height: 35px;
          width: 30px;
          right: -55px; } }
    .page-template-template-comer-bien .eat-well-wrapper .header-single h1 small {
      position: relative; }
      .page-template-template-comer-bien .eat-well-wrapper .header-single h1 small::after {
        content: "";
        display: block;
        background-image: url(../../assets/icons/eat-well-leaf-1.svg);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        height: 22px;
        width: 22px;
        top: -20px;
        right: -60px; }
        @media (min-width: 992px) {
          .page-template-template-comer-bien .eat-well-wrapper .header-single h1 small::after {
            height: 40px;
            width: 35px;
            top: -50px;
            right: -120px; } }
    .page-template-template-comer-bien .eat-well-wrapper .header-single h1 .title-italic {
      color: #8fc132;
      font-family: "ThirstyRoughRegOne", Arial;
      position: relative;
      padding-left: 15px; }
      @media (min-width: 992px) {
        .page-template-template-comer-bien .eat-well-wrapper .header-single h1 .title-italic {
          padding-left: 35px; } }
      .page-template-template-comer-bien .eat-well-wrapper .header-single h1 .title-italic::before {
        content: "";
        display: block;
        background-image: url("data:image/svg+xml,%3Csvg id='9f8a72ba-c15c-4042-800b-a76bf6944f56' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 314 278.56'%3E%3Ctitle%3Ehojas primer momento%3C/title%3E%3Cpath d='M314,191.57C151.63,192.69,12,136.93,0,0,246,30.61,179.42,167.83,314,191.57' style='fill:%230f8b37'/%3E%3Cpath d='M290.44,217c-103.1,68.44-215.32,91.1-280.23,8.7,169.71-83.09,184.47,32.34,280.23-8.7' style='fill:%230f8b37'/%3E%3C/svg%3E");
        position: absolute;
        height: 0.75em;
        width: 50px;
        top: 5px;
        left: -25px;
        background-repeat: no-repeat; }
        @media (min-width: 992px) {
          .page-template-template-comer-bien .eat-well-wrapper .header-single h1 .title-italic::before {
            height: 0.65em;
            width: 1em;
            top: 18px;
            left: -45px; } }
    .page-template-template-comer-bien .eat-well-wrapper .header-single h1 .title-underline {
      position: relative; }
      .page-template-template-comer-bien .eat-well-wrapper .header-single h1 .title-underline::after {
        content: "";
        display: block;
        background-image: url("data:image/svg+xml,%3Csvg id='17c3fb46-59b9-4e35-aaff-89813becf4bf' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 364.32 64.85'%3E%3Cdefs%3E%3CclipPath id='a42ce90b-423f-4968-862e-f18cdefa4454' transform='translate(-0.06 -0.03)'%3E%3Crect x='-1033.25' y='-388.27' width='1422.55' height='453.15' style='fill:none'/%3E%3C/clipPath%3E%3C/defs%3E%3Ctitle%3Esubrayado primer momento%3C/title%3E%3Cg style='clip-path:url(%23a42ce90b-423f-4968-862e-f18cdefa4454)'%3E%3Cpath d='M292.82,63.43c-.68,0-.25,1.2-.31,1.44,1.08-.46.23-1.76.31-1.44' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpolygon points='303 58.54 302.93 59.08 304.22 57.51 303 58.54' style='fill:%239cc84a'/%3E%3Cpath d='M312.93,56.22c-1.46-1.83-3.47,1.25-5.42.93l-.4-.41-.4,1.86c2.09-.76,4.57-2.57,6.22-2.39' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M319.43,59.24c-.56-.71.95-1-1.31.1a1.89,1.89,0,0,1,.28.14,6.25,6.25,0,0,1,1-.24' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M318.4,59.48c-1,.36.88.48,0,0' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M323.1,57.61l-1.16,1.13c.43.39,1.69.12,1.34.6,1.3-.82.86-1.2-.18-1.73' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M323.93,55.72l-.61.52c.18.16.39.17.61-.52' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M322,57.33l1.31-1.09c-.3-.27-.52-.93-.62.44-.06-.65-.18,0-.69.65' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M321.06,57.27c-.9-.22-2-.22-.81-1.32-2.53,1-1.73,2.38.81,1.32' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M312.87,53.95l-1.17-.34-.7.92c.35-.45,2.1.06,1.87-.58' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M332,55.84c-.07-.46-.87-1-1.16-1.5l-.84.85c.62.11,1.7,0,2,.65' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M330.85,54.34l1.24-1.27c-1.37.4-1.49.83-1.24,1.27' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpolygon points='323.41 53.34 321.43 55.67 323.87 53.17 323.41 53.34' style='fill:%239cc84a'/%3E%3Cpolygon points='337.79 53.67 337.31 55 338.26 52.9 337.79 53.67' style='fill:%239cc84a'/%3E%3Cpath d='M341.63,51.92c-.29,1.08,1.48,1,1,1.76A6.56,6.56,0,0,0,344.77,51a3.53,3.53,0,0,1-3.14,1' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M345.7,49.42a9.21,9.21,0,0,0-.93,1.54,4.29,4.29,0,0,0,.93-1.54' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M334.72,52.33a2,2,0,0,0,1.65.76l-1.06-1-.6.21' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M335.28,52.09l0,0,1.3-.43-1.33.4' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M334.57,52.38l.15-.05c-.1-.1-.15-.12-.15.05' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M327.73,53.21c.65-1,2.2-2.33.1-2.76-.34,1,.87,1.29-.1,2.76' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M333.28,51.16l-1.68.31c.15.31.6.67.29,1.16Z' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpolygon points='333.85 50.46 333.22 51.13 333.84 51.01 333.85 50.46' style='fill:%239cc84a'/%3E%3Cpath d='M342.44,49.64a4.85,4.85,0,0,1,2-1.71,14,14,0,0,0-2.89.93c0,.42-.06,1.26.9.78' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M338.91,50.79s.09-.08.12-.13c-.14-.06-.22-.06-.12.13' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M353.32,42.79l-.33-.06c0,.07.07.13.1.2Z' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M341.29,48.71A1.47,1.47,0,0,0,340,49.78a9.33,9.33,0,0,1,1.53-.92c0-.19-.06-.3-.25-.15' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M347.78,47.67a9.6,9.6,0,0,0-1.52,0c.53.18,1.55.37,1.52,0' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M339.4,50.89l-.08.1c.33.16.25,0,.08-.1' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M339.4,50.89a4.09,4.09,0,0,0,.6-1.11,5.38,5.38,0,0,0-1,.88,1.49,1.49,0,0,1,.37.23' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M349.86,35.08a1.28,1.28,0,0,1,.19,1.68,2.31,2.31,0,0,1-2.19,1c-.39.78.09,1.89,1,2.91a7.18,7.18,0,0,0,4.11,2c-.29-.44-.5-.83.82-2.74-.55,0-1.82.53-2.82.68s-1.67,0-1.3-.88c1.72-1.93,2-.9,3.55-1.32-1-.13-.74-1-.64-1.95s.08-1.81-1.14-2.24a12.79,12.79,0,0,1-.7,1.63c-.29-.2-.26-.94-.89-.83' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M349.44,44.86l-.56.5a8.38,8.38,0,0,1,3.1,0c1.26-1.51,1.25-2.07,1.11-2.44l-1.11.7-.56.34-.49.29c-.54.32-1.08.59-1.62.89Z' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M346,46.93c-.08-1.4,1.14-2.69-.43-3.43-1.76,1-.77,1.62-1.62,2.67,2.84-1.79-.54,1.08,2,.64a7.52,7.52,0,0,1-1.49,1.13,13.86,13.86,0,0,1,1.84-.26l-.11,0h0v0c-.2-.08-.29-.14-.1-.13,0,0,0,0,.05-.06a1.72,1.72,0,0,1-.09-.51c1-.22.29.22.09.51a1.35,1.35,0,0,0,0,.19h0c.91-.74,1.82-1.48,2.71-2.28A12.49,12.49,0,0,0,346,46.93' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M328.51,47.27a.43.43,0,0,1,.19.25c.14-.22.18-.34-.19-.25' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M330,47.57c-.16.25-.16.8-.91.93-.74-.15-.2-.59-.38-1-.31.47-1.18,1.4.36,1.52l.15-.24c1.34,0,3.46.93,3.31,1.17A9.83,9.83,0,0,0,330,47.57' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M337.83,47.22q1.11-.82,2.21-1.66l-1.7-.47.33.59c-1.49.36-.87,1-.84,1.54' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M354.13,43c.15.46.29.92.42,1.39a21.48,21.48,0,0,0,.68-3c-.33.53-.71,1-1.1,1.56' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M358.19,39.27l.88.81a13.22,13.22,0,0,0,.37-1.47c-.41.23-.82.46-1.25.66' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M180.52,23.41l-.72.42a2.47,2.47,0,0,0,.72-.42' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M186,22.88l.07-.6c-.22.35-.3.6-.07.6' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M287.55,2.07c-1.1-1.15-2.34-2.9-2.23-1.56l.32,1.31a2.4,2.4,0,0,1,1.92.25' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M230.46,11.58l.35.37.65-1.3-1,.93' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M230.1,17l-1.52-.72a5,5,0,0,0,1.52.72' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M150.5,28l-.76,1.41c1.4-.15.72-.75.76-1.41' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M337.07,7.71a6.73,6.73,0,0,0-2.33-1.32c1.05,1,1.76,2.31,2.33,1.32' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M181.16,9.44c-.44.29-.61.57-.56.86.46-.27.7-.55.56-.86' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M331.86,5.82c.15.16.31.26.47.4a5.86,5.86,0,0,1,2.42.17,2.23,2.23,0,0,0-2.89-.57' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M40.23,35.53a2.33,2.33,0,0,1-.25-.16c0,.18.09.19.25.16' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M9,20.63a7.2,7.2,0,0,1,1.28,0,2.22,2.22,0,0,0-1.28,0' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M362.07,20.28l0,.05c.51.76.24.17,0,0l-.07,0' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M358.84,26a.89.89,0,0,0-.7-.24,1.11,1.11,0,0,1,.7.24' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M323.3,12.61h-.06c.17.28.15.23.06,0' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M362.25,21.93a4.92,4.92,0,0,0-.24-1.36,12,12,0,0,0,.24,1.36' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M362.75,21.55l.28.91c.26.08.36-.09-.28-.91' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M361.13,19a6.23,6.23,0,0,1,.81,1.37l.06.17a.49.49,0,0,1,0-.19c0-.08,0-.11.07-.09-.2-.26-.47-.65-.94-1.25' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M99.32,28.66a1.52,1.52,0,0,1-.17-.11c-.67.61-.36.49.17.11' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M268.73,15.46s0,0,.08-.06l-.1,0Z' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M266.2,16.47c1.05-1.64,1.68-1.45,2.5-1.12l-.9-3.74Z' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M167.36,25.24l1.93,1c-2,2.15-3.62,1.67-1.74,3.12-.19-4.08,7-1.18,6.77-5.26l1.28.72c-.34,0-.37.24-.71.24,2.52,1.68,1.39-3.12,4.43-2.87,1.07.2,1.86.7,1.2,1.26l2.2-1.26c.68,0,.59.73-.08.72l3.48-.71v.12a15.36,15.36,0,0,1,2-2.28c1,.48-.4.48-.12,1l1.84-1.19c.91,1-.6,2.16-2,2.16,2.26,3.85,1.51-1.2,5.68.74l-1.78.71c1.44,2.17,2.78,1.18,5,2.4-.57-.7-4.54-3.17-2.54-4.4a2.22,2.22,0,0,0,2.48-.63c.16,1.44,1.24,1,2.62.74l.11,1.92c1.45-.71,1.23-1.67,2-2.62,1.7,0,2.2,1.46,2.72,2.66,2.71,0-2.09-2.19,1-2.86,2.3.5,3.79-.43,6.35-1.84,1.63.5-.16,1.2.45,1.69l1.24-1.66c.34,0,.28.48.25.73,1.11-.7-.09-1.92,1.7-2.61.3-2.15,4.05,2.73,6.1.13.61.49-.17,1.2.07,1.92,3-1.86,2.56-1.37,4.95-3.7l2.28,1.08c-1.72-1.31.19-3.17,1.88-4.72a17.33,17.33,0,0,0-1.51-1.48l2.8-1.26c.37.28.13,1-.28,1.8.18-.17.36-.35.49-.5,1.08.62.63,1.77,0,2.9-.38-.35-.76-.72-1.12-1.1a6.11,6.11,0,0,0-.94,3.67,2,2,0,0,1,.9-.59c-.16.33-.26.62-.16.81s.38-.25.81-.78l.81,2.08.09-.86,3.83,1.07c2.52-2.32,4.64-5.69,8.87-6.8-1,1.62-.08,2.57,0,4.43-1.28-1.91-3.24,1-5.46.78,1.16.13,1,1,.7,1.36,1.27-.68,2.54-1.39,3.81-2,0,1.52.9,1.09,2,1.67-.95-3,2.81-2.15,4.37-3.16.15,1-.18,2.05-2.14,1.91,2.26,2.14,2.6-3.67,4.81-1.87-.48.05-.74-.09-.91.43,1.07-1,3.83-.33,3.22.56l-.47,0c3.17.25,9.6-.34,10-2.85a23.68,23.68,0,0,1-.52,3.6q2.71-4.34,5.52-8.67c-.47,2.2,1.49,7.39-1.11,8.67a3.42,3.42,0,0,0,3.26-.15c-.51-.3-1.31-3.15-.6-3.36,1.94,2.41,1.35,1.27,3.72,3.37-.77-.48.08-3.91,1.31-3.79-.19.51.09,3.39-.35,3.75l3-3.35c-.76.6-.16,2.86.5,3.82-.3-.66,2.6.08,3.41-.25l-1.26-.79c3.39.55,3.47-4.65,6.88-4.38-.44.69-1.15,4.26.55,4.73.83-1.69,3.82-8.24,7-9.35l.53,1,2.41-1A74,74,0,0,1,291,15.47c1.24.82.31,1.17,2.21,1.15.63,1-1.09,1.36-1.65,1.4,1.46.23,2.91.53,4.36.82-.09-2,3.47-1.82,3.41-3.51l-4.91,1.8c-.11-2,3.08-5.55,6.23-5,.75.85-.84,3.55-.81,4.22.45-.67,3.06-1.15,3.32-.64l-1.41,1c1.67.85,3.06-2.47,5-.38.71.19,1.93,2.77,2.15,1.59-1-2.4-.61-9.51.35-11.16.25.17,3.69,2.55,4.4,3.77,1,1.92-2.23,4.1-1.37,5.74a2.74,2.74,0,0,1,1.12-1.34c.71.55-.49,1.66,1.18,1.59.5-2,3.32.55,1-1.63,1.68-.39,1.66.61,3.56.76-.44-1.39,2.27-4.25,4-4.58a2.59,2.59,0,0,0,.23,1.55c3.31.67,4.92,1.89,8,2.5.19.54,1.52,1.43.72,2.16.5-.26,1-.87,2-.7,1.4,2.12-2.11-.19-1.21,2.19.36-1.14,2.72-1.07,4.21-1.46,0-1.89-3-1.09-4.44-.63.51-2.48,3.41-4.61,7-4.85,2.8.12.69,1.89,1.24,1.67a5.74,5.74,0,0,0,5-.28,5.91,5.91,0,0,1,.95-.33,2.37,2.37,0,0,1,1.08,0,5.67,5.67,0,0,1,2.91,1.65,1.76,1.76,0,0,1-.6,2.35c-.62.51-1.31.93-1.49,1.49a4.42,4.42,0,0,1-2.41-1.38,4.8,4.8,0,0,0-1.79-1.42c.49.44,1,.89,1.44,1.36a3.22,3.22,0,0,1-2.9-.56c.41.91,2.36,1.63,4.39,2.64s4.27,2.45,4.76,4c.69.07,1.48.39,2.08.39.26,0,.43,0,.52-.2a.11.11,0,0,0,.05-.07,9.1,9.1,0,0,0-1-.83c.19-.69,1-.51,1.74-.22s1.29.64,1-.19l.65.37a8,8,0,0,1,2.51,2.25A4.15,4.15,0,0,1,360.3,28c-.62.19-1.25.37-1.87.53.27,0,.59-.46.72-1a1.62,1.62,0,0,0-.29-1.52c.52.51,0,1.65-.55,2.64s-1.12,1.86-.16,2.62A12.2,12.2,0,0,0,360,29.56a12.4,12.4,0,0,1,.57,3.59,5.05,5.05,0,0,1-1.71,3.75c1.27-.13,1.34-.32,1.47-.55s.39-.48,2-1.11c-1.78.38-.68-1.24-.07-2.86s.82-3.21-.84-1.95a3.91,3.91,0,0,0,2.07-2.87,18,18,0,0,1,.91-3.82c-.29.11-.5.42-.7.38s-.33-.43-.64-1.67a4.13,4.13,0,0,1-.76-.36c0-.07,0-.1,0-.17v.15c-.14-.07-.16-.07,0,.05a2,2,0,0,1-.42,1.4,9.69,9.69,0,0,1-2.42-2.14,16.86,16.86,0,0,0-1.46-1.31,4,4,0,0,0-1.3-.78c-.71-1.08,1,0,1.06-.83a17.14,17.14,0,0,0-2.3-.63c.49-.46.22-1.41.17-2.07,0-.31,0-.56.3-.63s.8.05,1.67.53a26.8,26.8,0,0,0-2.69-2.05,7.84,7.84,0,0,0-1.13-1.21,7.61,7.61,0,0,0-1.46-1.09,8.06,8.06,0,0,0-3.16-1.17,2.56,2.56,0,0,0-.61-.26,2.26,2.26,0,0,0-.49-.07,3.66,3.66,0,0,0-.93.09c-.52.11-.76.22-.11-.11-1.29-.18-2.55-.29-3.8-.39l.07-.33c-3.46-1.21-7.53.28-10.89-2.84A8.27,8.27,0,0,1,328,5.84l-.18-1.21c-1.52.15-4.22-1.82-5-.71-1.16-3.34-7-1.57-9.48-2.36l-.25,1.5a16.64,16.64,0,0,0-5.67.45l0,1.35c-1,.47-2.14.14-3.43-.31a13.92,13.92,0,0,0-4.22-1c.23-.5,1-.32,1.48,0C298,.32,293.76,5.26,290.69,3a1.64,1.64,0,0,1-1.93-.08.35.35,0,0,0,.2-.06,1.65,1.65,0,0,0-.33,0c-.34-.24-.7-.52-1.08-.75a3.69,3.69,0,0,0,.91.75,8.72,8.72,0,0,0-2.47.45l-.35-1.46c-.07,0-.13,0-.21,0-.89-.56-.74.66-.28,1.76a4.32,4.32,0,0,0-1.22.83c-.68-2.36-2.39.76-3.35-1.74-.63,1.21-4.59.88-5.07,3.43,0-.33-.3-.49.19-.51-1-.29-2-.6-2.92.13l-.44-1.83-2.18,2.5c-1.35-1.1-1.92-1.74-.6-3.17-3.19,2.22-2.6.86-5.29,3.06l.1-1.19c-1,.05-2.49,1.69-3.1.74-1.12-1.09-3.83-1.07-7-1s-6.67.24-9.53-.67c1.29,3.44-2.7-1.43-2.75,1.3-.38-.8-1.18-1.22-.32-2-2.8,1-4.38-1-6.19,1.4-.39-.81.52-1.25.2-1.72-.22.19-.86.78-1.19.31s.37-.72.8-1.11c-2.91.34-3,2.9-3,5.3-1.55-1-2.28-.79-3.21.86-.57-.74-1.49-1.48.29-1.91-1,0-6.29-.64-6.23,1.28-.36-.46-1.43,0-1.68.22a25.28,25.28,0,0,0-4.71.33l.65.26c-.67,2.39-1.8.69-3.57,1.13l0-.24c-4.28-1.28-1.7,1-5.94-.53l.36,1.41c-.07,3.12-3.77-1.46-6,0l.93.73c-1.17,1.18-4-3.81-5.36-4.06-.31-.24.4-.48.77-.72C195,4.93,198.36,8.31,195.89,9c-.57-1,.32-2.63-1.39-2.64-.94-.73-4.56,3.81-7.08,2.13.59.72,1.18,1.45.08,2.16-1.76.48-5.16-2.41-6.51.22a.9.9,0,0,1-.39-.57c-1.3.78-4.32,1.54-5,3-1.81-4.8-8.22,3.34-8.69-1.22l-4.17.7.06-.48a4.48,4.48,0,0,0-4.37,2.37c-.65-.24-.25-.72-.22-1-4-.51-4.38-.27-7.43,2.34l-.49-1.44c-.81.95-5.88-1.76-9.56.35a1,1,0,0,1,.36-.71c-4.18,2.16-10.84-3.07-11.88,2.49l-2.73,1.62c3.75,0-.31,2.39,1.31,3.13-1.42.47-3.93-1.24-2.17-1.7l.31.24c.36-2.88-4.7-.51-4.8-2.44-7.27.91-14.51.09-21.31.64l1,2.11-2.39.11c-.67-.45-1-1.63.7-1.7-1-1.15-2.73,1.31-2.74,1.79-3.4-.58,1-2.67,0-2.62l-1.36.29.33.23c-1,1-1,2-3.09,2-1.33-.32-.78-1.29-1.3-1.33,0-.15-.19-.21-.78,0l-3,.08,1.34,1.63c-1.25,1-2.82.14-1.27,2-1.15-1.42-4-1.46-6.64-1.25s-5.26.62-5.91.2c-1.76,1.38-3.6,1.52-5.88,1.49a1.18,1.18,0,0,1-.93,2.13c.48-4.05-3.69-1.54-5.42-4.34.75.92-.63,1.12-1.9,1.4s-2.45.63-1.28,2c-1.65-.26-.17-1.5-1.44-2.4-1.9.85-4.05.68-6.3.38a25.15,25.15,0,0,0-7-.51c-.07.53.74,1.32-.28,2.13-.85-.87-1.7-1.72-2.54-2.62-.93.25-.87,3-2.58,1.19.24.45.6,1.12,0,1.28C34.5,22.58,29.76,22.9,25,23a42.57,42.57,0,0,1-7.13-.6A18.49,18.49,0,0,1,11,19.57c1.14,1.15.29,1.16-.68,1.1.6.31-.17,1.29-.13,2C9,21.9,7.74,21.1,6.55,20.22c-1,1.86-4.16-.5-4.87,1.31L3,21.39c-2,2,1.55,5.27.92,8.08,1.14-1.12,2.26,0,3.59,1s2.85,1.79,4.62.15c.64.66-.69.86-.39,1.56.94-1.14,1.92-1.29,3.67-.55l-.23.28a24.19,24.19,0,0,1,6.19.89l3,.83c1.07.27,2.27.54,3.69.79L27.62,33a4,4,0,0,1,2,1.07c1.48-2.1-3.43-.25-2.06-2.57.74,1.47,2.9,1.56,5,1.7s4.1.22,4.63,1.88c1.88,0-.53-1.65,1.34-1.61l.49.89.48-1.14a2.32,2.32,0,0,1,1.9,2.07c-.3-.09-.85.2-1.17.27,1.61,1.08,4.52-.36,5.07,0L43.49,35a58.42,58.42,0,0,1,8.22-.51,24.18,24.18,0,0,0,8-1.4l-.4-.66c3.69-1.37,3,.59,7.12-.2l-.14.17a4.38,4.38,0,0,1,3-1.1c-1,.84,2,1.41.74,2.36C74,32,72,32.45,74.49,29.78l.69,1.07c.84-1.07.88-1.6,2.9-2-1.61,1.07,1.43,1.6-.35,3,4.5,2.13,6.17-3,8.44.43,1.71-3.23-3.85-1.4-2.8-2.14-1-.93,1.43-2.43,2.8-2.23,1.37-.05,2.67,3.75,6.1,3.36-.34,0-.35.25-.69.27,1.36.66,2.43-1.29,4.12-.17.71-1.94,2.06-.08,2.09-2.47l-3.1.84c1.73-.79,3.14-3.7,6.2-2.65a5,5,0,0,1-1.56,1.62c.93.61,1.61-.63,2.57,0,0,2.39-3.77.9-5.52,2.87,1,.92,3.46-2.05,2.75.6,1.06-3.4,3.43.07,5.51-2.65v1.43c.35-.26,1-1,1.72-1l-1,2c1.73-1.75,3.77,1,5.49,0-3.77.44-1-1.62-2.72-2.49,4.46-2.38,3.06,3.43,8.2,2.21-.69.27-2.74-.58-1.7-1.35a6.45,6.45,0,0,1,3.08,1.28c3.41-.66-.68-1.4.69-2.42,1.35,1.6,1.62-.88,3.07-1.59l.16,1.44c4,.51.73-3.11,4.38-2.36l-1.29,2.15,1.79-.71-.21,1.68c1.87-1.42,2.53-1.17,4.54-.92a2,2,0,0,1,1.72-2.87c1.27.73-.52,1.44,1.92,1-.46,1-1,2.15-2.16.94-.06.48-.45,1-.52,1.44,1.38.85,3.22-.11,4.11-.21a1.88,1.88,0,0,1-1-.24l3.36-2.35c.61.49.21,1-.18,1.43.7-.23,1.14-.94,2.18-1.17-.16,1.2,0,2.4-1.42,3.1L142,28.15c.27.49,1.88,1.22,1.48,1.7,2,.5,4.44-2.74,7-2.08a1.51,1.51,0,0,1,.87-.7c2.39,0,4.63,1.23,7.26-.66l1.81,1.93c2.14-.71-2.43-2.41,1.13-3.59,2.51-.94,1.16,1.69,2.12,2.17,1.17-1.2,3.16-3.59,5.71-2.15-.74.48-1.39.24-2.1.47m26.79-3.89c-.49.36-1.42,1.4-1.9.59.41-1.72,1-1,1.9-.59m40.48-7.3c-.35.5-1,.31-1.69-.19a2.16,2.16,0,0,1,1.69.19M352,13h-.12c-1.39-1.28-.9-.81.12,0m2.79,2.42c.45.06.59-.09.61-.32-.5.12-1.16-.36-1.93-.92,0,.42.19.86,1.32,1.24m-264,4.28.5.33c-1,.51-.76.11-.5-.33' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M230.16,16.38a1.93,1.93,0,0,1-.29-.77c-.19.26-.17.54.29.77' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M150.64,27.78h-.09a.82.82,0,0,0-.06.27Z' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M313.11,17.11a2,2,0,0,1-.86-.84c-.06.35.13.67.86.84' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M364.29,31.4a14.71,14.71,0,0,0,.05-2.43,3.2,3.2,0,0,1-.85,2.09c.35,0,1-.41.8.34' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M345.55,39.14c-.11.27-.41.26-.52.52l.38.56c.84-.52,1.14-1.34.13-1.08' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M358.76,32.45c-1.27-.12-1.42,1-2,2.14a1,1,0,0,1,.15-.19c1.39,1,1.8-.51,1.88-1.95' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M356.58,34.86a3.79,3.79,0,0,1-.78,1c.52.44.49-.33.78-1' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M359,17.88c.26.71,1.72-.42,1.56.18.49,0,.42-.22.1-.5a5.2,5.2,0,0,0-1.53-.71c-1.12-.33-2-.25-.13,1' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M354.26,32.27q.85.06,1.71.07c-.28-.29-.57-.58-.87-.85a11.38,11.38,0,0,1-.84.77' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M356,23.92a7.31,7.31,0,0,1,.35,1.78c.25-.07.45.13.63.4-.19-1.14-.56-2.36-1-2.17' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M357,26.1a4,4,0,0,0,.42,1.49A3.16,3.16,0,0,0,357,26.1' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M354.89,30.13c.19-.14.39-.28.57-.43a7.83,7.83,0,0,0,.43-1.18,8.23,8.23,0,0,1-1,1.6' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M339.2,14.15c-.66,0-1.31-.06-2-.07-.31.46.12.87.85.86.53-.23,1.27-.24,1.12-.79' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M343.37,19.78c-.35-.46-.27-.78-.37-1.35l-.67,1.74Z' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M338.19,18.6c-.32.45-2.92.75-.68,1.23.31-.46,2.18-.38.68-1.23' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpolygon points='310.66 11.71 311.14 11.73 311.37 8.68 310.66 11.71' style='fill:%239cc84a'/%3E%3Cpath d='M285.39,17.59c2.18.8.58-1.87,2.55-.89.54-.7-1.61-.8-1.06-1.4-1.36.72-2,.27-1.48,2.29' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M286.88,15.29a4.71,4.71,0,0,0,.7-.44,2.09,2.09,0,0,0-.7.44' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpolygon points='4.15 18.25 2.88 17.41 3.6 18.56 4.15 18.25' style='fill:%239cc84a'/%3E%3Cpath d='M1.19,20.11v-2L.06,19.75c.33,0,1-.11,1.13.36' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpath d='M198.55,24.83l.06-.48c-.28-.48-.62-.48-1.3-.49Z' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3Cpolygon points='178.86 25.48 179.2 25.48 178.38 23.8 178.86 25.48' style='fill:%239cc84a'/%3E%3Cpath d='M162.74,29.54c.68,0,1.43-.48,2.11-.48-1.43.48-2.52-1.69-2.11.48' transform='translate(-0.06 -0.03)' style='fill:%239cc84a'/%3E%3C/g%3E%3C/svg%3E");
        position: absolute;
        height: 10px;
        width: 60px;
        bottom: -4px;
        right: 0;
        background-repeat: no-repeat; }
        @media (min-width: 992px) {
          .page-template-template-comer-bien .eat-well-wrapper .header-single h1 .title-underline::after {
            height: 25px;
            width: 135px;
            bottom: -9px; } }

.page-template-template-comer-bien .eat-well-wrapper .videocustom-modal {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media (min-width: 768px) {
    .page-template-template-comer-bien .eat-well-wrapper .videocustom-modal {
      height: 450px; } }
  @media (min-width: 992px) {
    .page-template-template-comer-bien .eat-well-wrapper .videocustom-modal {
      height: 550px; } }
  @media (min-width: 1200px) {
    .page-template-template-comer-bien .eat-well-wrapper .videocustom-modal {
      height: 700px; } }
  @media (min-width: 1440px) {
    .page-template-template-comer-bien .eat-well-wrapper .videocustom-modal {
      height: 800px; } }
  @media (min-width: 2000px) {
    .page-template-template-comer-bien .eat-well-wrapper .videocustom-modal {
      height: 1000px; } }
  .page-template-template-comer-bien .eat-well-wrapper .videocustom-modal::before {
    position: absolute;
    content: "";
    top: -1px;
    width: 100%;
    height: 30px;
    background-image: url(../../assets/images/white-brushstroke.png);
    background-size: auto 100%;
    background-position: center;
    display: block;
    transform: rotate(180deg); }

.page-template-template-comer-bien .eat-well-wrapper .eat-well-background-block .overlay-target {
  padding: 0 15px;
  max-width: 550px;
  margin: 0 auto; }
  .page-template-template-comer-bien .eat-well-wrapper .eat-well-background-block .overlay-target h3 {
    color: #009e3d;
    margin-top: 15px;
    line-height: 1.2; }

.page-template-template-comer-bien .eat-well-wrapper .eat-well-report::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background-image: url(../../assets/images/eat-well-report-atrezzo-top-left.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  position: absolute;
  top: 180px;
  left: 10px; }
  @media (min-width: 768px) {
    .page-template-template-comer-bien .eat-well-wrapper .eat-well-report::before {
      width: 100px;
      height: 100px;
      top: 200px;
      left: 20px; } }

.page-template-template-comer-bien .eat-well-wrapper .eat-well-report::after {
  content: "";
  display: block;
  width: 160px;
  height: 240px;
  background-image: url(../../assets/images/eat-well-report-atrezzo-top-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 30px;
  right: -15px; }
  @media (min-width: 768px) {
    .page-template-template-comer-bien .eat-well-wrapper .eat-well-report::after {
      width: 250px;
      height: 350px;
      top: 20px; } }
  @media (min-width: 992px) {
    .page-template-template-comer-bien .eat-well-wrapper .eat-well-report::after {
      top: 50px; } }
  @media (min-width: 1200px) {
    .page-template-template-comer-bien .eat-well-wrapper .eat-well-report::after {
      height: 380px;
      right: 0; } }

.page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target {
  padding: 0 15px; }
  .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target > .wp-block-columns:nth-of-type(2) {
    margin-top: 0; }
    .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target > .wp-block-columns:nth-of-type(2) > .wp-block-column {
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target > .wp-block-columns:nth-of-type(2) > .wp-block-column .wp-block-column {
          max-width: 161px; } }
      @media (min-width: 768px) {
        .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target > .wp-block-columns:nth-of-type(2) > .wp-block-column .wp-block-column {
          max-width: 180px; } }
      @media (min-width: 768px) {
        .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target > .wp-block-columns:nth-of-type(2) > .wp-block-column:first-child > .wp-block-columns {
          justify-content: flex-end; } }
      .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target > .wp-block-columns:nth-of-type(2) > .wp-block-column:first-child .wp-block-column:first-child .h1, .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target > .wp-block-columns:nth-of-type(2) > .wp-block-column:first-child .wp-block-column:first-child .eat-well-recipes .cta-banner h2, .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner .eat-well-report .overlay-target > .wp-block-columns:nth-of-type(2) > .wp-block-column:first-child .wp-block-column:first-child h2 {
        background-image: url(../../assets/icons/eat-well-report-right.svg);
        position: relative; }
        @media (min-width: 768px) {
          .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target > .wp-block-columns:nth-of-type(2) > .wp-block-column:first-child .wp-block-column:first-child .h1::after, .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target > .wp-block-columns:nth-of-type(2) > .wp-block-column:first-child .wp-block-column:first-child .eat-well-recipes .cta-banner h2::after, .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner .eat-well-report .overlay-target > .wp-block-columns:nth-of-type(2) > .wp-block-column:first-child .wp-block-column:first-child h2::after {
            content: "";
            display: block;
            width: 75px;
            height: 100%;
            background-image: url(../../assets/icons/eat-well-line-2.svg);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            position: absolute;
            top: calc(50% - 15px);
            left: 100%; } }
        @media (min-width: 992px) {
          .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target > .wp-block-columns:nth-of-type(2) > .wp-block-column:first-child .wp-block-column:first-child .h1::after, .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target > .wp-block-columns:nth-of-type(2) > .wp-block-column:first-child .wp-block-column:first-child .eat-well-recipes .cta-banner h2::after, .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner .eat-well-report .overlay-target > .wp-block-columns:nth-of-type(2) > .wp-block-column:first-child .wp-block-column:first-child h2::after {
            width: 90px; } }
      @media (min-width: 768px) {
        .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target > .wp-block-columns:nth-of-type(2) > .wp-block-column:first-child .wp-block-column:nth-child(2) {
          margin-top: 113px; } }
      .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target > .wp-block-columns:nth-of-type(2) > .wp-block-column:first-child .wp-block-column:nth-child(2) .h1, .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target > .wp-block-columns:nth-of-type(2) > .wp-block-column:first-child .wp-block-column:nth-child(2) .eat-well-recipes .cta-banner h2, .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner .eat-well-report .overlay-target > .wp-block-columns:nth-of-type(2) > .wp-block-column:first-child .wp-block-column:nth-child(2) h2 {
        background-image: url(../../assets/icons/eat-well-report-center.svg);
        position: relative; }
        @media (min-width: 768px) {
          .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target > .wp-block-columns:nth-of-type(2) > .wp-block-column:first-child .wp-block-column:nth-child(2) .h1::after, .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target > .wp-block-columns:nth-of-type(2) > .wp-block-column:first-child .wp-block-column:nth-child(2) .eat-well-recipes .cta-banner h2::after, .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner .eat-well-report .overlay-target > .wp-block-columns:nth-of-type(2) > .wp-block-column:first-child .wp-block-column:nth-child(2) h2::after {
            content: "";
            display: block;
            width: 75px;
            height: 100%;
            background-image: url(../../assets/icons/eat-well-line-3.svg);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            position: absolute;
            bottom: calc(50% - 15px);
            left: 100%; } }
        @media (min-width: 992px) {
          .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target > .wp-block-columns:nth-of-type(2) > .wp-block-column:first-child .wp-block-column:nth-child(2) .h1::after, .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target > .wp-block-columns:nth-of-type(2) > .wp-block-column:first-child .wp-block-column:nth-child(2) .eat-well-recipes .cta-banner h2::after, .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner .eat-well-report .overlay-target > .wp-block-columns:nth-of-type(2) > .wp-block-column:first-child .wp-block-column:nth-child(2) h2::after {
            width: 90px;
            left: calc(100% + 5px); } }
      @media (min-width: 768px) {
        .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target > .wp-block-columns:nth-of-type(2) > .wp-block-column:last-child .wp-block-column:first-child {
          margin-top: 35px; } }
      .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target > .wp-block-columns:nth-of-type(2) > .wp-block-column:last-child .wp-block-column:first-child .h1, .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target > .wp-block-columns:nth-of-type(2) > .wp-block-column:last-child .wp-block-column:first-child .eat-well-recipes .cta-banner h2, .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner .eat-well-report .overlay-target > .wp-block-columns:nth-of-type(2) > .wp-block-column:last-child .wp-block-column:first-child h2 {
        background-image: url(../../assets/icons/eat-well-report-left.svg);
        position: relative; }
        @media (min-width: 768px) {
          .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target > .wp-block-columns:nth-of-type(2) > .wp-block-column:last-child .wp-block-column:first-child .h1::after, .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target > .wp-block-columns:nth-of-type(2) > .wp-block-column:last-child .wp-block-column:first-child .eat-well-recipes .cta-banner h2::after, .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner .eat-well-report .overlay-target > .wp-block-columns:nth-of-type(2) > .wp-block-column:last-child .wp-block-column:first-child h2::after {
            content: "";
            display: block;
            width: 75px;
            height: 100%;
            background-image: url(../../assets/icons/eat-well-line-4.svg);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            position: absolute;
            top: calc(50% - 30px);
            left: 100%; } }
        @media (min-width: 992px) {
          .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target > .wp-block-columns:nth-of-type(2) > .wp-block-column:last-child .wp-block-column:first-child .h1::after, .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target > .wp-block-columns:nth-of-type(2) > .wp-block-column:last-child .wp-block-column:first-child .eat-well-recipes .cta-banner h2::after, .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner .eat-well-report .overlay-target > .wp-block-columns:nth-of-type(2) > .wp-block-column:last-child .wp-block-column:first-child h2::after {
            width: 90px;
            left: calc(100% + 5px); } }
      @media (min-width: 768px) {
        .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target > .wp-block-columns:nth-of-type(2) > .wp-block-column:last-child .wp-block-column:nth-child(2) {
          margin-top: 75px; } }
      .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target > .wp-block-columns:nth-of-type(2) > .wp-block-column:last-child .wp-block-column:nth-child(2) .h1, .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target > .wp-block-columns:nth-of-type(2) > .wp-block-column:last-child .wp-block-column:nth-child(2) .eat-well-recipes .cta-banner h2, .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner .eat-well-report .overlay-target > .wp-block-columns:nth-of-type(2) > .wp-block-column:last-child .wp-block-column:nth-child(2) h2 {
        background-image: url(../../assets/icons/eat-well-report-left.svg); }
  .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target .custom-button-wrapper {
    margin-top: 15px;
    position: relative; }
    @media (min-width: 768px) {
      .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target .custom-button-wrapper {
        margin: 30px 0 45px; } }
    @media (min-width: 992px) {
      .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target .custom-button-wrapper {
        margin: 60px 0 60px; } }
    @media (min-width: 992px) {
      .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target .custom-button-wrapper {
        margin: 75px 0 105px; } }
    .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target .custom-button-wrapper::before {
      content: "";
      display: none;
      width: 60px;
      height: 60px;
      background-image: url(../../assets/images/eat-well-report-atrezzo-bottom-left.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      position: absolute;
      top: 180px;
      left: 10px; }
      @media (min-width: 768px) {
        .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target .custom-button-wrapper::before {
          display: block;
          width: 150px;
          height: 100px;
          top: -2px;
          left: 20px; } }
      @media (min-width: 992px) {
        .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target .custom-button-wrapper::before {
          width: 180px;
          height: 150px; } }
      @media (min-width: 1200px) {
        .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target .custom-button-wrapper::before {
          width: 230px;
          height: 200px;
          left: 30px; } }
    .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target .custom-button-wrapper::after {
      content: "";
      display: none;
      width: 90px;
      height: 100px;
      background-image: url(../../assets/images/eat-well-report-atrezzo-bottom-right.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      position: absolute;
      top: 40px;
      right: 0; }
      @media (min-width: 768px) {
        .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target .custom-button-wrapper::after {
          display: block; } }
      @media (min-width: 992px) {
        .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target .custom-button-wrapper::after {
          width: 150px;
          height: 100px; } }
      @media (min-width: 1200px) {
        .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .overlay-target .custom-button-wrapper::after {
          height: 120px;
          right: 20px; } }

.page-template-template-comer-bien .eat-well-wrapper .eat-well-report h2 {
  font-family: "Roboto", Arial;
  font-weight: 600; }
  @media (min-width: 992px) {
    .page-template-template-comer-bien .eat-well-wrapper .eat-well-report h2 {
      max-width: 400px;
      margin-left: auto;
      margin-right: auto; } }

.page-template-template-comer-bien .eat-well-wrapper .eat-well-report .wp-block-columns {
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .wp-block-columns {
      margin-top: 0; } }
  .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .wp-block-columns .wp-block-column {
    margin-bottom: 30px; }
    .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .wp-block-columns .wp-block-column .h1, .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .wp-block-columns .wp-block-column .eat-well-recipes .cta-banner h2, .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner .eat-well-report .wp-block-columns .wp-block-column h2 {
      color: #194600;
      height: 115px;
      width: 115px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
      @media (min-width: 992px) {
        .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .wp-block-columns .wp-block-column .h1, .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .wp-block-columns .wp-block-column .eat-well-recipes .cta-banner h2, .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner .eat-well-report .wp-block-columns .wp-block-column h2 {
          font-size: 2.25rem; } }
    .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .wp-block-columns .wp-block-column p:not(.h1) {
      color: #194600;
      font-weight: 500;
      line-height: 1.2;
      max-width: 200px;
      margin: 7.5px auto;
      font-size: 16px; }
      @media (min-width: 992px) {
        .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .wp-block-columns .wp-block-column p:not(.h1) {
          max-width: 220px; } }
      .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .wp-block-columns .wp-block-column p:not(.h1) strong {
        color: #8fc132;
        font-weight: 500; }
    .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .wp-block-columns .wp-block-column.featured-report {
      margin-top: 35px;
      margin-bottom: 45px;
      position: relative; }
      .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .wp-block-columns .wp-block-column.featured-report .h1, .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .wp-block-columns .wp-block-column.featured-report .eat-well-recipes .cta-banner h2, .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner .eat-well-report .wp-block-columns .wp-block-column.featured-report h2 {
        width: 180px;
        height: 180px;
        font-size: 3.875rem;
        background-image: url(../../assets/icons/eat-well-report-featured.svg);
        position: relative; }
        @media (min-width: 992px) {
          .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .wp-block-columns .wp-block-column.featured-report .h1, .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .wp-block-columns .wp-block-column.featured-report .eat-well-recipes .cta-banner h2, .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner .eat-well-report .wp-block-columns .wp-block-column.featured-report h2 {
            font-size: 4.5rem; } }
        @media (min-width: 768px) {
          .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .wp-block-columns .wp-block-column.featured-report .h1::before, .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .wp-block-columns .wp-block-column.featured-report .eat-well-recipes .cta-banner h2::before, .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner .eat-well-report .wp-block-columns .wp-block-column.featured-report h2::before {
            content: "";
            display: block;
            width: 180px;
            height: 100%;
            background-image: url(../../assets/icons/eat-well-line-1.svg);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            position: absolute;
            top: calc(50% - 40px);
            right: calc(100% + 30px); } }
        @media (min-width: 992px) {
          .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .wp-block-columns .wp-block-column.featured-report .h1::before, .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .wp-block-columns .wp-block-column.featured-report .eat-well-recipes .cta-banner h2::before, .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner .eat-well-report .wp-block-columns .wp-block-column.featured-report h2::before {
            width: 200px; } }
      .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .wp-block-columns .wp-block-column.featured-report p:not(.h1) {
        text-transform: uppercase;
        font-size: 18px;
        max-width: 300px;
        margin-top: -45px;
        margin-bottom: 0;
        background-color: #f5f5f3;
        box-shadow: 0px -8px 12px 0px #f5f5f3;
        position: relative; }
        @media (min-width: 992px) {
          .page-template-template-comer-bien .eat-well-wrapper .eat-well-report .wp-block-columns .wp-block-column.featured-report p:not(.h1) {
            max-width: 310px; } }

.page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner {
  padding: 0 0 45px;
  text-align: center; }
  @media (min-width: 768px) {
    .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner {
      padding: 0 0 60px; } }
  .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner .bg-image-wrapper {
    display: none; }
  .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2 {
    color: #194600;
    margin-bottom: 0;
    font-size: 2rem; }
    @media (min-width: 505px) {
      .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2 {
        display: inline-block;
        padding-right: 133px; } }
    .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2 + p {
      font-size: 2rem;
      color: #009e3d;
      font-family: "ThirstyRoughRegOne", Arial;
      padding-left: 70px;
      position: relative;
      margin-top: 2px;
      line-height: 1.2;
      max-width: 400px;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 768px) {
        .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2 + p {
          max-width: 520px;
          font-size: 2.4rem; } }
      .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2 + p::before {
        content: "";
        display: block;
        background-image: url(../../assets/images/eat-well-recipes.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        bottom: -10px;
        left: 34px;
        width: 30px;
        height: 50px;
        transform: rotate(-20deg); }
        @media (min-width: 768px) {
          .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2 + p::before {
            bottom: -14px;
            left: 27px;
            height: 60px; } }
      .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2 + p strong {
        font-weight: 400;
        position: relative; }
        .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2 + p strong::after {
          content: "";
          display: block;
          background-image: url("data:image/svg+xml,%3Csvg id='3d5f0dc5-fc21-4cca-904d-5378fefd0bdf' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 67.44 3.86'%3E%3Cdefs%3E%3CclipPath id='e56c7c8f-dfff-49f4-8200-5f3eb9f204b1' transform='translate(0 0)'%3E%3Crect width='67.44' height='3.86' style='fill:none'/%3E%3C/clipPath%3E%3C/defs%3E%3Ctitle%3Esubrayado 2%3C/title%3E%3Cg style='clip-path:url(%23e56c7c8f-dfff-49f4-8200-5f3eb9f204b1)'%3E%3Cpath d='M.08,3.15c-.1,0-.06.19-.08.23.17,0,.07-.28.08-.23' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpolygon points='1.72 2.67 1.69 2.76 1.94 2.55 1.72 2.67' style='fill:%2324a952'/%3E%3Cpath d='M3.26,2.67c-.15-.36-.56.06-.83-.07l0-.08-.12.29c.33,0,.76-.24,1-.14' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M4.08,3.45c-.05-.14.18-.12-.19,0l0,0h.16' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M3.92,3.44c-.16,0,.11.12,0,0' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M4.67,3.36l-.21.12c0,.08.24.1.16.16.22-.07.17-.15.05-.28' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M4.87,3.1l-.11.05s0,0,.11-.05' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M4.53,3.26l.23-.11c0-.06,0-.17-.11,0,0-.11,0,0-.13.07' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M4.39,3.21c-.12-.08-.27-.13-.06-.25-.41,0-.35.3.06.25' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M3.34,2.31l-.16-.1L3,2.32c.07-.06.31.1.3,0' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M6,3.54c0-.08-.07-.2-.09-.3l-.16.09c.08.05.23.1.25.21' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M5.91,3.24l.23-.13c-.21,0-.25,0-.23.13' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpolygon points='4.91 2.7 4.52 2.98 4.98 2.7 4.91 2.7' style='fill:%2324a952'/%3E%3Cpolygon points='6.9 3.55 6.76 3.73 7 3.46 6.9 3.55' style='fill:%2324a952'/%3E%3Cpath d='M7.49,3.52c-.1.15.14.25,0,.34A.9.9,0,0,0,8,3.59a.44.44,0,0,1-.46-.07' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M8.16,3.43A1.21,1.21,0,0,0,8,3.6a.62.62,0,0,0,.21-.16' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M6.55,3.15a.33.33,0,0,0,.19.22l-.09-.21H6.55' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M6.64,3.15h.2l-.2,0' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M6.52,3.15h0s0,0,0,0' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M5.53,2.9c.14-.12.43-.25.15-.43-.1.15.06.25-.15.43' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M6.41,2.88l-.25,0c0,.06.05.14,0,.2Z' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpolygon points='6.53 2.82 6.41 2.88 6.5 2.9 6.53 2.82' style='fill:%2324a952'/%3E%3Cpath d='M7.73,3.23a.59.59,0,0,1,.36-.11,1.52,1.52,0,0,0-.43-.07c0,.07-.08.19.07.18' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M7.2,3.17h0s0,0,0,0' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M9.41,3.12l0,0v0Z' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M7.64,3a.19.19,0,0,0-.23.08,1.11,1.11,0,0,1,.26,0s0-.05,0,0' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M8.53,3.33l-.19-.12c.05.07.17.17.19.12' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M7.26,3.22h0s0,0,0,0' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M7.26,3.22a.61.61,0,0,0,.14-.13l-.18.07,0,.06' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M9.81,1.75a.32.32,0,0,1-.55.17c-.24.15-.08.8.13,1.16,0-.09,0-.17.25-.28-.09-.11-.55-.25-.34-.43s.27.07.43.18c-.14-.25.42-.36.35-.72l-.29.13c0-.05.1-.15,0-.2' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M8.91,3.06l-.1,0a.87.87,0,0,1,.35.27c.17-.1.2-.17.22-.24l-.5,0Z' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M8.36,3.08c.08-.22.32-.31.17-.54-.3,0-.21.18-.39.27.48-.05-.14.12.21.24a1,1,0,0,1-.26.06l.25.1h0s0,0,0,0h0a.26.26,0,0,1,0-.08c.14,0,0,.06,0,.08a.18.18,0,0,0,0,0h0l.48-.12a1.23,1.23,0,0,0-.46,0' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M5.93,2a.08.08,0,0,1,0,.05s0,0,0-.05' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M6.13,2.13s-.06.12-.18.09,0-.1,0-.17-.24.15,0,.26l0,0c.2.07.45.34.41.37a1.61,1.61,0,0,0-.23-.52' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M7.26,2.55l.4-.11-.21-.19v.11c-.23,0-.18.09-.21.18' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpolygon points='9.45 3.23 9.4 3.45 9.63 3.13 9.45 3.23' style='fill:%2324a952'/%3E%3Cpolygon points='9.97 3.2 9.96 3.4 10.09 3.28 9.97 3.2' style='fill:%2324a952'/%3E%3Cpath d='M39.46.74l.12-.06-.12.06' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M38.6.73l0,.1c0-.05.06-.09,0-.1' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M22.81,3.17c.17.19.36.47.34.25l-.05-.22a.33.33,0,0,1-.29,0' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M31.59,1.88l-.05-.07L31.43,2l.17-.14' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M31.72,1l.23.14A.75.75,0,0,0,31.72,1' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M44.13.51l.14-.22c-.22,0-.12.11-.14.22' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M15.33,3.12a.93.93,0,0,0,.37.13c-.18-.12-.32-.31-.37-.13' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M39.12,3c.07,0,.1-.08.1-.13s-.12.08-.1.13' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M16.13,3.25,16,3.2a.8.8,0,0,1-.35.05c.13.09.28.15.43,0' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M61.07.69l0,0s0,0,0,0' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M66,2.88l-.2,0a.34.34,0,0,0,.2,0' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M12.08,3.29c-.11,0,0,0,0,0' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M11.54,2.43a.16.16,0,0,0,0-.1.19.19,0,0,1,0,.1' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M17.23,1.9h0s0,0,0,0' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M11.91,3.19l.14.06-.14-.06' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M11.93,3.3l-.1,0s0,.06.1,0' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M12.23,3.28a.59.59,0,0,1-.18,0s0,0,0,0h.15' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M52,1.27l0,0c.11-.09.06-.08,0,0' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M25.69.92h0Z' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M26.09.76c-.17.27-.27.24-.4.18l.13.62Z' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M41.51.68,41.23.48c.34-.32.58-.21.32-.48,0,.68-1.09.07-1.12.75L40.24.61c.05,0,.06,0,.11,0-.36-.33-.27.49-.73.39-.16-.05-.27-.15-.16-.23L39.1.91c-.1,0-.08-.13,0-.12l-.55.05v0a2.38,2.38,0,0,1-.34.34c-.14-.1.07-.07,0-.16l-.3.16c-.12-.17.13-.35.34-.32C38,.18,38.06,1,37.45.63l.29-.09C37.55.16,37.33.3,37,.06c.08.13.65.61.32.78a.32.32,0,0,0-.39.06c0-.24-.17-.18-.39-.17V.4c-.23.09-.22.26-.35.4-.26,0-.31-.28-.38-.49-.42-.05.29.4-.21.46-.35-.12-.59,0-1,.2-.24-.11,0-.19,0-.29l-.22.26c-.05,0,0-.09,0-.12-.18.1,0,.32-.3.41-.08.35-.59-.52-.94-.12-.09-.09,0-.2,0-.32a2.6,2.6,0,0,0-.81.54l-.34-.21c.25.24-.07.52-.35.76a2.74,2.74,0,0,0,.22.27l-.45.17c-.05-.05,0-.16.06-.3l-.08.08c-.16-.12-.08-.3,0-.48l.16.2a1.07,1.07,0,0,0,.19-.6.29.29,0,0,1-.15.09c0-.05,0-.1,0-.13s-.06,0-.13.12l-.1-.36,0,.14L30.78.85a3.4,3.4,0,0,1-1.44,1c.16-.26,0-.43,0-.74.18.33.51-.14.86-.07a.14.14,0,0,1-.09-.23l-.61.3c0-.25-.13-.19-.29-.29.12.5-.46.33-.7.49,0-.17,0-.34.35-.3-.33-.38-.43.59-.76.27.07,0,.11,0,.14-.06-.17.15-.6,0-.5-.12h.07c-.49-.06-1.5,0-1.57.42a4.12,4.12,0,0,1,.09-.6l-.88,1.43c.08-.37-.22-1.24.19-1.44a.51.51,0,0,0-.51,0c.08.05.2.53.09.56-.3-.41-.21-.22-.58-.56.12.08,0,.65-.2.63,0-.09,0-.57.05-.62l-.47.56c.12-.1,0-.48-.08-.64,0,.11-.41,0-.53,0l.2.13c-.53-.09-.53.79-1.05.76.06-.12.16-.72-.11-.79-.12.29-.55,1.38-1,1.61l-.09-.16L21,2.66A10,10,0,0,1,22.21,1c-.2-.13-.06-.19-.35-.18-.11-.15.16-.23.25-.24l-.69-.1c0,.34-.53.34-.51.62l.76-.35a1,1,0,0,1-.93.89c-.12-.13.09-.6.08-.71-.07.12-.47.22-.51.14l.21-.18c-.27-.13-.45.44-.78.13-.11,0-.34-.43-.36-.23a3.85,3.85,0,0,1,.1,1.86A3.65,3.65,0,0,1,18.75,2c-.19-.3.28-.72.12-1a.45.45,0,0,1-.15.24c-.12-.08,0-.28-.21-.24,0,.34-.53,0-.12.29-.25.1-.27-.07-.57-.05.1.22-.27.75-.52.85a.45.45,0,0,0-.07-.25c-.52,0-.8-.19-1.28-.19,0-.08-.28-.18-.18-.33-.07.06-.13.18-.28.18-.29-.29.33,0,.11-.4,0,.2-.39.27-.6.4.07.31.49.06.71-.06a1.27,1.27,0,0,1-.88,1.06c-.4.11-.17-.27-.24-.21-.76-.07-.64.74-1.27.43-.25-.27,0-.54-.07-.73.33-.1.5.17.73.16l-.27-.13A.43.43,0,0,1,14.14,2c-.21-.24-1.28,0-1.86-.27-.1.09-.28.18-.2.29l.19,0c.17.22-.35.3-.11.4-.25.15-.52.39-.87.27l-.07-.31c0,.09.23.18.33.09-.15.14-.53-.41-.69,0l.24.21c-.25.16-.56.48-.86.38.14.3.07,0,.29.32-.19-.44.79,0,.48-.44.23.41.39.17.68.52,0-.1-.1-.19.15-.14a.42.42,0,0,1,.06-.09h0s0,0,0,0A.34.34,0,0,1,11.76,3c.13-.23.54-.23.68-.34.15,0-.06.11,0,.22l.21-.18c0,.23.41.37,0,.5H13a.64.64,0,0,0,.62.08c.15,0,.39-.25.25-.07l.51-.14v.06c.5,0,1-.37,1.62,0a1,1,0,0,1,.63-.06l.06.19c.22-.07.66.19.75,0,.24.52,1.06.11,1.44.21V3.27a2.42,2.42,0,0,0,.85-.16l0-.23c.28-.18.73.16,1.17.14,0,.09-.15.06-.22,0,.53.5,1.13-.37,1.61,0a.23.23,0,0,1,.29,0h0l.17.12a.57.57,0,0,0-.14-.12A1.21,1.21,0,0,0,23,3l.06.24h0c.14.09.11-.12,0-.29a.68.68,0,0,0,.18-.15c.11.39.36-.13.51.28.09-.2.7-.15.77-.58,0,.06,0,.08,0,.09.16,0,.31.1.45,0l.07.31.34-.41c.2.19.29.29.09.53.49-.36.4-.14.82-.49l0,.2c.15,0,.39-.27.48-.11.33.38,1.65.05,2.51.4-.17-.58.4.26.43-.19.05.14.17.22,0,.33.44-.13.66.22,1-.16.05.14-.09.2,0,.28s.14-.12.18,0-.06.12-.13.18c.45,0,.49-.45.52-.85.23.19.34.16.5-.1.08.13.21.27-.07.31.16,0,1,.19,1-.13,0,.08.22,0,.26,0a3.67,3.67,0,0,0,.72,0l-.09-.05c.13-.38.29-.08.56-.13v0c.64.28.27-.13.9.18l0-.24c.06-.52.56.31.92.11l-.13-.14c.2-.18.56.7.76.76,0,0-.07.07-.13.11.52.3.07-.31.46-.39.07.17-.09.43.17.46s.76-.55,1.12-.23c-.08-.13-.16-.26,0-.36s.75.49,1,.08a.16.16,0,0,1,0,.1c.21-.11.69-.18.82-.4.2.83,1.32-.4,1.31.36l.65,0,0,.08a.67.67,0,0,0,.71-.32c.1.05,0,.12,0,.16.61.15.67.12,1.18-.26l.05.25c.14-.14.88.39,1.48.1a.18.18,0,0,1-.07.11c.67-.29,1.61.69,1.86-.22l.44-.22c-.57-.07.08-.39-.15-.54.23-.05.58.27.31.32l0,0c-.1.47.71.17.7.49,1.13,0,2.23.24,3.29.26l-.12-.37.37,0c.1.09.13.29-.13.27.14.21.44-.17.45-.25.52.15-.2.43,0,.44l.21,0,0,0c.17-.15.19-.31.51-.29s.1.23.18.24,0,0,.12,0l.47,0-.19-.29c.21-.14.44,0,.22-.31.32.5,1.73.18,1.93.34a1.26,1.26,0,0,1,.93-.18c-.09-.06-.14-.38.16-.35-.11.67.56.29.8.77-.22-.32.87-.08.52-.53.25.05,0,.25.21.41.6-.26,1.33.17,2.08.08,0-.09-.11-.22,0-.35l.39.44c.15,0,.14-.51.41-.2,0-.07-.1-.18,0-.21,1.46.43,3-.35,4.48.45-.2-.17-.07-.19.09-.19-.1,0,0-.22,0-.34l.62.33c.11-.33.67,0,.73-.34l-.2.06c.26-.37-.37-.83-.33-1.31-.29.42-.77-.63-1.26,0-.11-.1.09-.15,0-.26-.12.2-.27.25-.54.15l0,0a7.73,7.73,0,0,1-2-.29l.06.24a.59.59,0,0,1-.31-.16c-.21.36.52,0,.33.42-.25-.48-1.31,0-1.47-.56-.29,0,.08.27-.2.27L61.25.89l-.07.19a.37.37,0,0,1-.29-.34s.13,0,.18,0c-.24-.17-.68.06-.77,0l.27.09A12.51,12.51,0,0,0,58.1,1l.06.11c-.57.21-.46-.12-1.09,0l0,0a.63.63,0,0,1-.47.16c.16-.13-.3-.25-.09-.4-.62.22-.31.18-.72.59l-.1-.18c-.14.17-.15.25-.47.3.26-.16-.2-.28.09-.49-.66-.4-1,.41-1.28-.18-.3.51.57.29.4.4.14.17-.25.38-.46.33S53.64.95,53.11,1c.05,0,.06,0,.11,0-.2-.13-.39.18-.63,0-.14.31-.32,0-.35.38l.49-.09c-.28.1-.53.57-1,.34A.81.81,0,0,1,52,1.27c-.13-.12-.26.08-.39,0,0-.4.59-.09.89-.39-.14-.17-.56.29-.41-.14-.21.55-.52-.07-.88.35l0-.24c-.06,0-.17.15-.28.14l.19-.31c-.29.26-.56-.23-.84-.09.58,0,.13.29.38.46-.72.32-.41-.62-1.22-.51.11,0,.41.14.24.25A1,1,0,0,1,49.23.5c-.53,0,.08.24-.15.39-.18-.29-.26.12-.5.21V.86c-.61-.15-.16.5-.71.32l.23-.34-.29.09.06-.27c-.31.2-.41.15-.71.07a.33.33,0,0,1-.31.45C46.68,1,47,.94,46.58,1c.09-.15.18-.34.35-.12,0-.08.08-.15.1-.23-.2-.16-.5,0-.64,0a.29.29,0,0,1,.15.06L46,1C45.9.89,46,.82,46,.75c-.11,0-.19.14-.35.16,0-.2,0-.4.26-.49l-.53.22c0-.08-.27-.23-.2-.31-.29-.12-.72.38-1.11.23a.23.23,0,0,1-.14.1c-.36,0-.69-.29-1.12,0L42.61.29c-.34.08.33.44-.23.58-.4.11-.15-.3-.29-.4-.2.18-.54.54-.91.25.12-.07.22,0,.33,0M37.33.83c.08,0,.24-.21.3-.06-.09.28-.16.14-.3.06M31,1.42c.06-.08.15,0,.26,0a.31.31,0,0,1-.26,0M13.29,3.1h0c.18.09.12.06,0,0M12.92,3a.07.07,0,0,0,0,.1c0-.06.11-.06.21,0S13,2.94,12.92,3m40.26-.1-.07-.06c.16-.07.12,0,.07.06' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M31.7,1.09a.35.35,0,0,1,0,.13s0-.09,0-.13' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M44.1.55h0a.14.14,0,0,0,0,0Z' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M18.72.94a.32.32,0,0,1,.15.13c0-.06,0-.11-.15-.13' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M10.93,3.4l.24-.06A.28.28,0,0,1,11,3.26c0,.06.05.14,0,.14' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M8.85,1.91s-.07,0-.11,0v.11c.15,0,.25-.1.1-.15' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M10.71,2.6c0-.2-.17-.13-.34-.1h0c0,.28.13.19.31.1' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M10.33,2.51a.41.41,0,0,1-.16,0c0,.11.06,0,.16,0' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M12.44,3.12c-.08-.05-.05.26-.1.18-.09.26.53-.31.1-.18' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpolygon points='10.57 1.93 10.63 2.18 10.73 1.98 10.57 1.93' style='fill:%2324a952'/%3E%3Cpath d='M11.9,2.11,11.63,2s0,.07-.07.09c.17,0,.35.06.34,0' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M11.56,2.13a.32.32,0,0,0-.22,0,.69.69,0,0,0,.22,0' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpolygon points='10.94 1.86 11.02 1.91 11.21 1.93 10.94 1.86' style='fill:%2324a952'/%3E%3Cpath d='M14.79,2.16l.29-.07C15.11,2,15,2,14.92,2s-.18.09-.13.18' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M13.9,1.48c.08.05.08.11.13.19V1.36Z' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M14.76,1.4c0-.09.43-.25.05-.23,0,.09-.32.16-.05.23' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpolygon points='19.18 1.8 19.1 1.8 19.11 2.31 19.18 1.8' style='fill:%2324a952'/%3E%3Cpath d='M23.07.58c-.35-.12-.08.31-.4.16-.08.12.26.12.17.23.21-.13.32-.06.22-.39' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M22.85,1,22.74,1A.35.35,0,0,0,22.85,1' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpolygon points='66.82 3.15 67.05 3.26 66.9 3.09 66.82 3.15' style='fill:%2324a952'/%3E%3Cpath d='M67.25,2.78l.05.32.13-.29c-.05,0-.15,0-.19,0' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpath d='M36.71.18l0,.08c0,.08.09.09.19.1Z' transform='translate(0 0)' style='fill:%2324a952'/%3E%3Cpolygon points='39.74 0.42 39.69 0.42 39.78 0.71 39.74 0.42' style='fill:%2324a952'/%3E%3Cpath d='M42.28,0c-.1,0-.23.05-.33,0,.23-.05.36.33.33,0' transform='translate(0 0)' style='fill:%2324a952'/%3E%3C/g%3E%3C/svg%3E");
          position: absolute;
          height: 10px;
          width: 60px;
          bottom: -4px;
          right: 0;
          background-repeat: no-repeat; }
          @media (min-width: 768px) {
            .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner h2 + p strong::after {
              height: 25px;
              width: 85px;
              bottom: -22px;
              right: 9px; } }
  .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner .custom-button-wrapper {
    position: relative; }
    @media (min-width: 768px) {
      .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner .custom-button-wrapper {
        display: inline-block; } }
    .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner .custom-button-wrapper::before {
      content: "";
      display: none;
      position: absolute;
      background-image: url(../../assets/images/arrow-down.png);
      background-repeat: no-repeat;
      background-size: contain; }
      @media (min-width: 768px) {
        .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner .custom-button-wrapper::before {
          display: block;
          width: 100px;
          height: 120px;
          bottom: 30px;
          right: -110px; } }
      @media (min-width: 992px) {
        .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner .custom-button-wrapper::before {
          height: 130px; } }
  .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner .custom-button {
    background-color: #009e3d;
    color: #fff;
    margin-top: 15px; }
    @media (min-width: 768px) {
      .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner .custom-button {
        margin-top: 20px; } }
    @media (min-width: 992px) {
      .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner .custom-button {
        margin-top: 30px; } }
    .page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .cta-banner .custom-button:hover {
      background-color: transparent;
      color: #009e3d;
      border-color: #009e3d; }

.page-template-template-comer-bien .eat-well-wrapper .eat-well-recipes .wp-block-button__link:visited {
  background-color: #009e3d;
  color: #fff; }

.page-template-template-comer-bien .eat-well-wrapper .eat-well-presentation {
  background-color: #fff; }
  .page-template-template-comer-bien .eat-well-wrapper .eat-well-presentation::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(../../assets/images/eat-well-presentation-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    bottom: 15px;
    left: 10px; }
    @media (min-width: 768px) {
      .page-template-template-comer-bien .eat-well-wrapper .eat-well-presentation::before {
        width: 80px;
        height: 80px;
        left: 20px; } }
    @media (min-width: 992px) {
      .page-template-template-comer-bien .eat-well-wrapper .eat-well-presentation::before {
        left: 8%;
        bottom: 55px; } }
  .page-template-template-comer-bien .eat-well-wrapper .eat-well-presentation::after {
    content: "";
    display: block;
    width: 40px;
    height: 60px;
    background-image: url(../../assets/images/eat-well-presentation-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 15px;
    right: 20px; }
    @media (min-width: 768px) {
      .page-template-template-comer-bien .eat-well-wrapper .eat-well-presentation::after {
        width: 60px;
        height: 60px;
        top: 220px;
        right: 20px; } }
    @media (min-width: 992px) {
      .page-template-template-comer-bien .eat-well-wrapper .eat-well-presentation::after {
        width: 80px;
        height: 70px;
        top: 160px;
        right: 8%; } }
  .page-template-template-comer-bien .eat-well-wrapper .eat-well-presentation .overlay-target {
    padding: 0 15px; }
  .page-template-template-comer-bien .eat-well-wrapper .eat-well-presentation h2 {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom: 15px; }
    @media (min-width: 992px) {
      .page-template-template-comer-bien .eat-well-wrapper .eat-well-presentation h2 {
        max-width: 500px; } }
    .page-template-template-comer-bien .eat-well-wrapper .eat-well-presentation h2 strong {
      color: #194600; }
    .page-template-template-comer-bien .eat-well-wrapper .eat-well-presentation h2:after {
      position: absolute;
      content: "";
      width: 280px;
      display: block;
      margin: 0 auto;
      border-top: 1px solid #d2d2d2;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }

.page-template-template-comer-bien .eat-well-wrapper .recipes-slider h2,
.page-template-template-comer-bien .eat-well-wrapper .recipes-slider > p,
.page-template-template-comer-bien .eat-well-wrapper .recipes-slider .slider-outer {
  padding: 0 30px; }
  @media (min-width: 768px) {
    .page-template-template-comer-bien .eat-well-wrapper .recipes-slider h2,
    .page-template-template-comer-bien .eat-well-wrapper .recipes-slider > p,
    .page-template-template-comer-bien .eat-well-wrapper .recipes-slider .slider-outer {
      padding: 0 15px;
      width: 750px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 992px) {
    .page-template-template-comer-bien .eat-well-wrapper .recipes-slider h2,
    .page-template-template-comer-bien .eat-well-wrapper .recipes-slider > p,
    .page-template-template-comer-bien .eat-well-wrapper .recipes-slider .slider-outer {
      width: 950px; } }
  @media (min-width: 1200px) {
    .page-template-template-comer-bien .eat-well-wrapper .recipes-slider h2,
    .page-template-template-comer-bien .eat-well-wrapper .recipes-slider > p,
    .page-template-template-comer-bien .eat-well-wrapper .recipes-slider .slider-outer {
      width: 1170px; } }

.page-template-template-comer-bien .eat-well-wrapper .recipes-slider::before {
  background-image: url(../../assets/images/eat-well-recipes-left.png);
  display: none; }
  @media (min-width: 768px) {
    .page-template-template-comer-bien .eat-well-wrapper .recipes-slider::before {
      display: block;
      background-position: top left;
      background-size: contain;
      top: -10px; } }

.page-template-template-comer-bien .eat-well-wrapper .recipes-slider::after {
  background-image: url(../../assets/images/eat-well-recipes-right.png);
  display: none; }
  @media (min-width: 768px) {
    .page-template-template-comer-bien .eat-well-wrapper .recipes-slider::after {
      display: block;
      background-position: top right;
      background-size: contain;
      top: -10px;
      left: 0;
      transform: none; } }

.page-template-template-comer-bien .eat-well-wrapper .products-slider {
  padding-top: 30px; }
  .page-template-template-comer-bien .eat-well-wrapper .products-slider::before {
    background-image: url(../../assets/images/eat-well-recipes-left.png);
    display: none; }
    @media (min-width: 768px) {
      .page-template-template-comer-bien .eat-well-wrapper .products-slider::before {
        display: block;
        background-position: top left;
        background-size: contain;
        top: 120px;
        height: 75%; } }
    @media (min-width: 992px) {
      .page-template-template-comer-bien .eat-well-wrapper .products-slider::before {
        top: 30px;
        height: 100%; } }
  .page-template-template-comer-bien .eat-well-wrapper .products-slider::after {
    background-image: url(../../assets/images/eat-well-recipes-right.png);
    display: none; }
    @media (min-width: 768px) {
      .page-template-template-comer-bien .eat-well-wrapper .products-slider::after {
        display: block;
        background-position: top right;
        background-size: contain;
        top: 120px;
        height: 75%; } }
    @media (min-width: 992px) {
      .page-template-template-comer-bien .eat-well-wrapper .products-slider::after {
        top: 30px;
        height: 100%; } }
  .page-template-template-comer-bien .eat-well-wrapper .products-slider .wp-block-button {
    display: none; }

.page-template-template-comer-bien .eat-well-wrapper .posts-slider {
  background-color: #eeeee4;
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  padding: 30px 0 90px; }
  .page-template-template-comer-bien .eat-well-wrapper .posts-slider h2 {
    position: relative;
    margin-bottom: 30px;
    padding: 0 15px; }
    @media (min-width: 768px) {
      .page-template-template-comer-bien .eat-well-wrapper .posts-slider h2 {
        width: 750px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 992px) {
      .page-template-template-comer-bien .eat-well-wrapper .posts-slider h2 {
        width: 950px; } }
    @media (min-width: 1200px) {
      .page-template-template-comer-bien .eat-well-wrapper .posts-slider h2 {
        width: 1170px; } }
    @media (min-width: 992px) {
      .page-template-template-comer-bien .eat-well-wrapper .posts-slider h2 {
        margin-bottom: 60px; } }
    @media (min-width: 992px) {
      .page-template-template-comer-bien .eat-well-wrapper .posts-slider h2::before {
        content: "";
        display: block;
        background-image: url(../../assets/icons/eat-well-leaf-3.svg);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        height: 25px;
        width: 25px;
        left: 30px;
        bottom: 10px; } }
    @media (min-width: 992px) {
      .page-template-template-comer-bien .eat-well-wrapper .posts-slider h2::after {
        content: "";
        display: block;
        background-image: url(../../assets/icons/eat-well-leaf-1.svg);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        height: 60px;
        width: 50px;
        bottom: 20px;
        right: 30px; } }
    .page-template-template-comer-bien .eat-well-wrapper .posts-slider h2 br {
      display: none; }
      @media (min-width: 768px) {
        .page-template-template-comer-bien .eat-well-wrapper .posts-slider h2 br {
          display: block; } }
    .page-template-template-comer-bien .eat-well-wrapper .posts-slider h2 strong {
      position: relative; }
      @media (min-width: 768px) {
        .page-template-template-comer-bien .eat-well-wrapper .posts-slider h2 strong::before {
          content: "";
          display: block;
          background-image: url(../../assets/images/eat-well-posts-title-left.png);
          background-size: contain;
          position: absolute;
          height: 60px;
          width: 70px;
          top: 2px;
          left: -75px;
          background-repeat: no-repeat; } }
      @media (min-width: 992px) {
        .page-template-template-comer-bien .eat-well-wrapper .posts-slider h2 strong::before {
          width: 65px; } }
      @media (min-width: 768px) {
        .page-template-template-comer-bien .eat-well-wrapper .posts-slider h2 strong::after {
          content: "";
          display: block;
          background-image: url(../../assets/images/eat-well-posts-title-right.png);
          background-size: contain;
          position: absolute;
          height: 60px;
          width: 70px;
          top: 2px;
          right: -75px;
          background-repeat: no-repeat; } }
      @media (min-width: 992px) {
        .page-template-template-comer-bien .eat-well-wrapper .posts-slider h2 strong::after {
          width: 65px; } }
    .page-template-template-comer-bien .eat-well-wrapper .posts-slider h2 + .wp-block-separator {
      display: none; }
  .page-template-template-comer-bien .eat-well-wrapper .posts-slider .slider-outer {
    padding: 0 30px; }
    @media (min-width: 768px) {
      .page-template-template-comer-bien .eat-well-wrapper .posts-slider .slider-outer {
        padding: 0 15px;
        width: 750px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 992px) {
      .page-template-template-comer-bien .eat-well-wrapper .posts-slider .slider-outer {
        width: 950px; } }
    @media (min-width: 1200px) {
      .page-template-template-comer-bien .eat-well-wrapper .posts-slider .slider-outer {
        width: 1170px; } }
    @media (min-width: 992px) {
      .page-template-template-comer-bien .eat-well-wrapper .posts-slider .slider-outer::before {
        content: "";
        display: block;
        background-image: url(../../assets/icons/eat-well-leaf-2.svg);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        width: 50px;
        bottom: -30px;
        transform: rotate(225deg);
        height: 65px;
        left: 0; } }
    @media (min-width: 992px) {
      .page-template-template-comer-bien .eat-well-wrapper .posts-slider .slider-outer::after {
        content: "";
        display: block;
        background-image: url(../../assets/icons/eat-well-leaf-2.svg);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        bottom: -100px;
        transform: rotate(45deg) translateY(-100%);
        height: 50px;
        width: 30px;
        right: 45px; } }
  .page-template-template-comer-bien .eat-well-wrapper .posts-slider .card-post-title .slider-slide-inner figure {
    min-height: 0;
    position: relative; }
    .page-template-template-comer-bien .eat-well-wrapper .posts-slider .card-post-title .slider-slide-inner figure:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50%;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,0.44+100 */
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.44) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.44) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.44) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#70000000',GradientType=0 );
      /* IE6-9 */ }
    .page-template-template-comer-bien .eat-well-wrapper .posts-slider .card-post-title .slider-slide-inner figure .post-info-card-wrapper {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 0 15px 30px; }
      .page-template-template-comer-bien .eat-well-wrapper .posts-slider .card-post-title .slider-slide-inner figure .post-info-card-wrapper .post-title {
        margin-bottom: 0;
        color: #fff; }
  .page-template-template-comer-bien .eat-well-wrapper .posts-slider .wp-block-button {
    display: none; }

.page-template-template-comer-bien .eat-well-wrapper .hidden {
  display: none; }

.page-template-template-comer-bien .site-footer {
  background-color: #eeeee4; }

.newsletter.newsletter--modal {
  padding: 15px 0 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 0 15px;
  width: 100%; }
  @media (min-width: 576px) {
    .newsletter.newsletter--modal {
      width: auto; } }
  @media (min-width: 768px) {
    .newsletter.newsletter--modal {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      padding: 45px 0 15px;
      margin: 0 30px; } }
  .newsletter.newsletter--modal header {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .newsletter.newsletter--modal header {
        padding-right: 30px;
        border-right: 1px solid #000;
        margin-right: 30px; } }
    .newsletter.newsletter--modal header h5 {
      color: #194600;
      font-size: 1.4rem;
      justify-content: center; }
      @media (min-width: 768px) {
        .newsletter.newsletter--modal header h5 {
          justify-content: flex-start; } }
  .newsletter.newsletter--modal #mc_embed_signup .field-wrapper input[type="email"] {
    background: transparent;
    color: #4f4f4f;
    border-bottom: 1px solid #cacac6;
    border-radius: unset;
    height: 22px;
    padding: 0;
    margin: 0 0 10px;
    font-size: 16px;
    width: 85%; }
    @media (min-width: 768px) {
      .newsletter.newsletter--modal #mc_embed_signup .field-wrapper input[type="email"] {
        margin: 0 0 30px;
        font-size: 18px; } }
    .newsletter.newsletter--modal #mc_embed_signup .field-wrapper input[type="email"]::-webkit-input-placeholder {
      color: #cacac6;
      font-weight: 500; }
    .newsletter.newsletter--modal #mc_embed_signup .field-wrapper input[type="email"]:-moz-placeholder {
      color: #cacac6;
      font-weight: 500; }
    .newsletter.newsletter--modal #mc_embed_signup .field-wrapper input[type="email"]::-moz-placeholder {
      color: #cacac6;
      font-weight: 500; }
    .newsletter.newsletter--modal #mc_embed_signup .field-wrapper input[type="email"]:-ms-input-placeholder {
      color: #cacac6;
      font-weight: 500; }
  .newsletter.newsletter--modal #mc_embed_signup .checkbox-wrapper label > p {
    font-size: 12px; }
    @media (min-width: 768px) {
      .newsletter.newsletter--modal #mc_embed_signup .checkbox-wrapper label > p {
        font-size: 14px; } }
  .newsletter.newsletter--modal #mc_embed_signup_scroll {
    display: flex;
    justify-content: center; }
    @media (min-width: 768px) {
      .newsletter.newsletter--modal #mc_embed_signup_scroll {
        justify-content: flex-start; } }
    .newsletter.newsletter--modal #mc_embed_signup_scroll .clear {
      margin-left: 30px; }
      .newsletter.newsletter--modal #mc_embed_signup_scroll .clear input {
        background: transparent;
        color: #009e3d;
        border: 1px solid #009e3d;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 7.5px; }
        @media (min-width: 768px) {
          .newsletter.newsletter--modal #mc_embed_signup_scroll .clear input {
            margin-top: 0; } }
        .newsletter.newsletter--modal #mc_embed_signup_scroll .clear input:hover {
          color: #fff;
          background: #009e3d; }
        .newsletter.newsletter--modal #mc_embed_signup_scroll .clear input.disabled:hover {
          background: transparent;
          color: #009e3d;
          border: 1px solid #009e3d; }

.newsletter:not(.newsletter--modal) .clear input {
  border: 1px solid #009e3d;
  background-color: #009e3d;
  color: #fff; }
  .newsletter:not(.newsletter--modal) .clear input:hover {
    border: 1px solid #00af43;
    background-color: #00af43 !important;
    color: #fff; }
  .newsletter:not(.newsletter--modal) .clear input.disabled {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
    border: 1px solid #fff !important; }
    .newsletter:not(.newsletter--modal) .clear input.disabled:hover {
      background-color: rgba(255, 255, 255, 0.2) !important;
      color: #fff !important;
      border: 1px solid #fff !important; }

.newsletter header {
  margin-bottom: 15px;
  text-align: center; }
  @media (min-width: 576px) {
    .newsletter header {
      text-align: left; } }
  @media (min-width: 768px) {
    .newsletter header {
      text-align: center; } }
  .newsletter header h5 {
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: start; }
    .newsletter header h5 img,
    .newsletter header h5 svg {
      display: block;
      min-width: 30px;
      max-width: 30px;
      height: auto;
      fill: #fff;
      margin-right: 15px; }
  .newsletter header p {
    font-weight: 400;
    margin: 0;
    justify-content: center;
    text-align: left; }
    @media (min-width: 768px) {
      .newsletter header p {
        padding-left: 15px; } }

.newsletter .checkbox-wrapper {
  display: flex;
  align-items: baseline;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .newsletter .checkbox-wrapper {
      justify-content: center; } }
  @media (min-width: 768px) {
    .newsletter .checkbox-wrapper {
      justify-content: flex-start; } }
  .newsletter .checkbox-wrapper input {
    margin-right: 5px; }
  .newsletter .checkbox-wrapper p {
    margin: 0; }

.newsletter .sub-text p {
  font-size: 13px;
  line-height: 16px; }

.newsletter .clear input {
  display: block;
  margin: auto;
  min-width: 35%;
  margin-top: 15px; }
  @media (min-width: 768px) {
    .newsletter .clear input {
      min-width: none;
      margin: 0;
      margin-top: 0; } }
  .newsletter .clear input.disabled {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80); }

.newsletter .field-wrapper {
  margin-top: 0; }
  .newsletter .field-wrapper input {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 15px; }
    @media (min-width: 576px) {
      .newsletter .field-wrapper input {
        display: block;
        margin: 15px auto 30px auto; } }
    @media (min-width: 768px) {
      .newsletter .field-wrapper input {
        width: auto;
        margin-right: 15px;
        margin-bottom: 0;
        margin: 0 15px 15px 0; } }
  .newsletter .field-wrapper button {
    align-self: center; }
    @media (min-width: 768px) {
      .newsletter .field-wrapper button {
        align-self: stretch; } }
  .newsletter .field-wrapper.checkbox label {
    margin-top: 15px;
    font-size: 12px; }
  .newsletter .field-wrapper.group-inline {
    flex-direction: column; }
    @media (min-width: 768px) {
      .newsletter .field-wrapper.group-inline {
        flex-direction: row; } }
  .newsletter .field-wrapper.checkbox label {
    display: flex;
    justify-content: center; }
    @media (min-width: 768px) {
      .newsletter .field-wrapper.checkbox label {
        justify-content: flex-start; } }

.site-header {
  position: relative;
  z-index: 30; }
  @media (min-width: 768px) {
    .site-header {
      z-index: 2; } }

.site-header-navbar {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 1;
  height: 110px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dddddd+0,7db9e8+100&1+0,0+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(125, 185, 232, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#007db9e8',GradientType=0 );
  /* IE6-9 */
  z-index: 3; }
  .site-header-navbar .side-menu-open svg > path {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out; }
    .site-header-navbar .side-menu-open svg > path:first-child {
      transform-origin: 0 0; }
    .site-header-navbar .side-menu-open svg > path:last-child {
      transform-origin: 0 100%; }
  .site-header-navbar > .wrapper-full {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    flex-direction: row-reverse; }
    @media (min-width: 992px) {
      .site-header-navbar > .wrapper-full {
        flex-direction: row;
        padding: 0 30px; } }
  .site-header-navbar .actions-wrapper,
  .site-header-navbar .social-wrapper {
    flex-grow: 3;
    flex-basis: 30%; }
  .site-header-navbar .brand-wrapper {
    flex-grow: 4;
    flex-basis: 40%;
    display: flex;
    justify-content: center; }
    .site-header-navbar .brand-wrapper .brand {
      z-index: 21; }
      @media (min-width: 992px) {
        .site-header-navbar .brand-wrapper .brand {
          z-index: 0; } }
      .site-header-navbar .brand-wrapper .brand img {
        width: 120px;
        height: auto; }
        @media (min-width: 768px) {
          .site-header-navbar .brand-wrapper .brand img {
            width: 145px; } }
  @media (min-width: 992px) {
    .site-header-navbar .social-wrapper {
      display: flex;
      justify-content: flex-end; } }
  .site-header-navbar .social-wrapper .social-nav {
    display: none; }
    @media (min-width: 992px) {
      .site-header-navbar .social-wrapper .social-nav {
        display: block; } }
  .site-header-navbar .actions-wrapper {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
    align-self: flex-start; }
    @media (min-width: 768px) {
      .site-header-navbar .actions-wrapper {
        margin-top: 0;
        align-self: center; } }
    @media (min-width: 992px) {
      .site-header-navbar .actions-wrapper {
        align-self: flex-start;
        justify-content: flex-start;
        margin-top: 30px; } }
    .site-header-navbar .actions-wrapper button {
      margin: 0;
      padding: 0;
      background-color: transparent; }
      .site-header-navbar .actions-wrapper button svg {
        fill: #fff;
        width: 40px;
        height: 40px; }
  .site-header-navbar .brand {
    margin-top: 15px;
    display: block; }
    .site-header-navbar .brand .image {
      min-width: 155px;
      max-width: 155px; }

.side-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out;
  -ms-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out; }
  @media (min-width: 992px) {
    .side-menu {
      transform: none;
      display: none; } }
  .side-menu.open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
    @media (min-width: 992px) {
      .side-menu.open {
        transform: none;
        display: block; } }
    @media (min-width: 992px) {
      .side-menu.open .side-menu-backdrop {
        animation-name: fadeIn;
        animation-duration: .35s;
        animation-fill-mode: forwards;
        animation-timing-function: ease-in-out; } }
  .side-menu .side-menu-backdrop {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../assets/images/background-menu-mobile.jpg);
    background-size: cover;
    background-position: center;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }
    @media (min-width: 992px) {
      .side-menu .side-menu-backdrop {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        transform: none;
        background-image: none;
        background-color: rgba(0, 0, 0, 0.5); } }
  @media (min-width: 992px) {
    .side-menu .side-menu-overlay {
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }
  .side-menu nav {
    text-align: center; }
  .side-menu .search-form {
    margin-top: 30px; }

.side-menu-close {
  display: none;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  z-index: 2; }
  @media (min-width: 768px) {
    .side-menu-close {
      top: 39px; } }
  @media (min-width: 992px) {
    .side-menu-close {
      display: block;
      width: auto;
      height: auto;
      left: 30px;
      top: 30px;
      right: auto; } }
  .side-menu-close .icon {
    padding: 5px;
    display: block; }
    @media (min-width: 992px) {
      .side-menu-close .icon {
        padding: 0; } }
    .side-menu-close .icon svg {
      width: 30px;
      height: 30px;
      fill: rgba(79, 79, 79, 0.18);
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out; }
      @media (min-width: 992px) {
        .side-menu-close .icon svg {
          width: 15px;
          height: 15px;
          fill: #4f4f4f; } }
  .side-menu-close:hover .icon svg {
    fill: #009e3d; }

.admin-bar .side-menu-close {
  top: 61px; }
  @media (min-width: 768px) {
    .admin-bar .side-menu-close {
      top: 85px; } }
  @media (min-width: 782px) {
    .admin-bar .side-menu-close {
      top: 47px; } }

@media (min-width: 992px) {
  #site-header.force-mobile .site-header-navbar > .wrapper-full {
    flex-direction: row-reverse;
    padding: 0 15px; } }

@media (min-width: 992px) {
  #site-header.force-mobile .site-header-navbar .brand-wrapper .brand {
    z-index: 21; } }

@media (min-width: 992px) {
  #site-header.force-mobile .site-header-navbar .social-wrapper {
    display: block;
    justify-content: unset; } }

@media (min-width: 992px) {
  #site-header.force-mobile .site-header-navbar .social-wrapper .social-nav {
    display: none; } }

@media (min-width: 992px) {
  #site-header.force-mobile .site-header-navbar .actions-wrapper {
    align-self: stretch;
    justify-content: flex-end;
    margin-top: 0; } }

@media (min-width: 992px) {
  #side-menu.force-mobile {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    display: block; } }

@media (min-width: 992px) {
  #side-menu.force-mobile.open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    display: unset; } }

@media (min-width: 992px) {
  #side-menu.force-mobile.open .side-menu-backdrop {
    animation: none; } }

@media (min-width: 992px) {
  #side-menu.force-mobile .side-menu-backdrop {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    transform: none;
    background-image: url(../../assets/images/background-menu-mobile.jpg); } }

@media (min-width: 992px) {
  #side-menu.force-mobile .side-menu-overlay {
    display: none; } }

@media (min-width: 992px) {
  #side-menu.force-mobile .side-menu-close {
    width: 40px;
    height: 40px;
    left: auto;
    top: 65px;
    right: 15px; } }

@media (min-width: 992px) {
  #side-menu.force-mobile .side-menu-close .icon {
    padding: 5px; } }

@media (min-width: 992px) {
  #side-menu.force-mobile .side-menu-close .icon svg {
    width: 30px;
    height: 30px;
    fill: rgba(79, 79, 79, 0.18); } }

@media (min-width: 992px) {
  #side-menu.force-mobile .menu-primary-nav .l1 {
    border: none;
    margin-left: 0;
    margin-top: 120px;
    background-color: transparent;
    padding-top: 0;
    height: calc(100% - 120px);
    animation: none;
    width: 100%; } }

@media (min-width: 992px) {
  #side-menu.force-mobile .menu-primary-nav .l1 .menu-item-wrapper-l1 {
    position: relative; } }

@media (min-width: 992px) {
  #side-menu.force-mobile .menu-primary-nav .l1 .menu-item-wrapper-l1:not(.featured) {
    background-color: rgba(230, 230, 224, 0.35); } }

@media (min-width: 992px) {
  #side-menu.force-mobile .menu-primary-nav .l1 .menu-item-wrapper-l1:not(.featured):before {
    background-color: transparent; } }

@media (min-width: 992px) {
  #side-menu.force-mobile .menu-primary-nav .l1 .menu-item-wrapper-l1:not(.featured) > a {
    background-color: transparent;
    max-width: 450px;
    margin: 0 auto; } }

@media (min-width: 768px) {
  #side-menu.force-mobile .menu-primary-nav .l1 .menu-item-wrapper-l1.featured {
    padding: 0; } }

@media (min-width: 992px) {
  #side-menu.force-mobile .menu-primary-nav .l1 .menu-item-wrapper-l1.featured {
    max-width: 450px;
    margin: 0 auto; } }

@media (min-width: 992px) {
  #side-menu.force-mobile .menu-primary-nav .l1 .menu-item-wrapper-l1.featured > a {
    padding: 10px 60px 10px 15px;
    border-bottom: none;
    flex-direction: row;
    color: #194600; } }

@media (min-width: 992px) {
  #side-menu.force-mobile .menu-primary-nav .l1 .menu-item-wrapper-l1.featured > a .icon {
    margin: 0 15px 0 0; } }

@media (min-width: 992px) {
  #side-menu.force-mobile .menu-primary-nav .l1 .menu-item-wrapper-l1.featured > a svg {
    fill: #009e3d; } }

@media (min-width: 992px) {
  #side-menu.force-mobile .menu-primary-nav .l1 .menu-item-wrapper-l1.featured .button-expand {
    display: block; } }

@media (min-width: 992px) {
  #side-menu.force-mobile .menu-primary-nav .l1 .menu-item-wrapper-l1 > a {
    text-align: left;
    padding: 15px 0 15px 15px; } }

@media (min-width: 992px) {
  #side-menu.force-mobile .menu-primary-nav .l1 .menu-item-wrapper-l1 > a.has-children.active + .l2 {
    display: block;
    z-index: 1;
    animation: none; } }

@media (min-width: 992px) {
  #side-menu.force-mobile .menu-primary-nav .l2 {
    padding: 0;
    position: relative;
    display: block;
    background-color: transparent;
    top: auto;
    left: auto;
    width: auto;
    height: 0;
    -webkit-transition: height 0.35s ease-in-out;
    -moz-transition: height 0.35s ease-in-out;
    -ms-transition: height 0.35s ease-in-out;
    -o-transition: height 0.35s ease-in-out;
    transition: height 0.35s ease-in-out;
    overflow: hidden;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); } }

@media (min-width: 992px) {
  #side-menu.force-mobile .menu-primary-nav .l2 > div {
    overflow-y: auto;
    height: auto;
    padding-top: 5px; } }

@media (min-width: 992px) {
  #side-menu.force-mobile .menu-primary-nav .l2 > div:after, #side-menu.force-mobile .menu-primary-nav .l2 > div:before {
    display: block; } }

@media (min-width: 992px) {
  #side-menu.force-mobile .menu-primary-nav .l2 .menu-item-wrapper-l2 > a {
    height: auto;
    padding: 10px 15px 10px 60px;
    text-align: left;
    margin: 0;
    font-style: italic; } }

@media (min-width: 992px) {
  #side-menu.force-mobile .menu-primary-nav .l2 .menu-item-wrapper-l2 > a span {
    top: auto;
    transform: none; } }

@media (min-width: 992px) {
  #side-menu.force-mobile .menu-primary-nav .l2 .menu-item-wrapper-l2 > a img {
    display: none; } }

@media (min-width: 992px) {
  #side-menu.force-mobile .menu-primary-nav .l2 .menu-item-wrapper-l2 > a.active + .l3 {
    display: none; } }

#side-menu.force-mobile .menu-primary-nav .l3 {
  display: none; }

@media (min-width: 992px) {
  #side-menu.force-mobile #side-menu.open .menu-primary-nav {
    animation: none; } }

@media (min-width: 992px) {
  #side-menu.force-mobile #side-menu.open .l1 {
    animation: none; } }

@media (min-width: 782px) {
  .admin-bar #side-menu.force-mobile .menu-primary-nav .l1 {
    height: calc(100% - (120px + 32px));
    margin-top: 152px;
    padding-top: 0; } }

.social-nav {
  margin-top: 30px; }
  .social-nav ul {
    display: flex; }
    .social-nav ul > li {
      margin: 0 7.5px; }
      .social-nav ul > li a {
        display: block; }
        .social-nav ul > li a:hover svg {
          fill: #009e3d; }
        .social-nav ul > li a svg {
          fill: #fff;
          -webkit-transition: all 0.35s ease-in-out;
          -moz-transition: all 0.35s ease-in-out;
          -ms-transition: all 0.35s ease-in-out;
          -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out; }
      .social-nav ul > li:first-child {
        margin-left: 0; }
      .social-nav ul > li:last-child {
        margin-right: 0; }

.menu-primary-nav {
  position: relative;
  width: auto;
  height: 100%;
  display: block;
  overflow-y: auto;
  z-index: 1; }
  .menu-primary-nav .l1 {
    margin-top: 120px;
    height: calc(100% - 120px);
    overflow-y: auto;
    background-color: transparent;
    display: flex;
    flex-direction: column; }
    @media (min-width: 992px) {
      .menu-primary-nav .l1 {
        margin-left: -215px;
        margin-top: 0;
        background-color: rgba(255, 255, 255, 0.9);
        width: 215px;
        border: 1px solid #d2d2d2;
        padding-top: 60px;
        height: 100%; } }
    .menu-primary-nav .l1 ul li {
      margin-bottom: 0; }
      .menu-primary-nav .l1 ul li a {
        font-family: 'Roboto', Arial;
        position: relative;
        color: #63645c;
        font-size: 14px;
        font-weight: 400;
        display: block; }
    .menu-primary-nav .l1 .bottom-overlay {
      flex-grow: 1;
      background-color: rgba(230, 230, 224, 0.35); }
    .menu-primary-nav .l1 .menu-item-wrapper-l1 {
      position: relative; }
      @media (min-width: 992px) {
        .menu-primary-nav .l1 .menu-item-wrapper-l1 {
          position: static; } }
      .menu-primary-nav .l1 .menu-item-wrapper-l1.featured {
        padding: 0; }
        @media (min-width: 768px) {
          .menu-primary-nav .l1 .menu-item-wrapper-l1.featured {
            padding: 0 15px; } }
        .menu-primary-nav .l1 .menu-item-wrapper-l1.featured > a {
          font-family: "ThirstyRoughRegOne", Arial;
          -webkit-transition: all 0.35s ease-in-out;
          -moz-transition: all 0.35s ease-in-out;
          -ms-transition: all 0.35s ease-in-out;
          -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
          padding: 10px 60px 10px 15px;
          display: flex;
          flex-direction: row;
          color: #194600;
          align-items: center;
          font-size: 16px;
          background-color: transparent;
          text-decoration: none;
          font-style: normal; }
          @media (min-width: 992px) {
            .menu-primary-nav .l1 .menu-item-wrapper-l1.featured > a {
              padding: 10px 0;
              border-bottom: 1px solid #eaeaea;
              flex-direction: column;
              color: rgba(25, 70, 0, 0.4); } }
          .menu-primary-nav .l1 .menu-item-wrapper-l1.featured > a .name {
            padding-right: 0;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none;
            display: inline; }
          .menu-primary-nav .l1 .menu-item-wrapper-l1.featured > a:before {
            display: none; }
          .menu-primary-nav .l1 .menu-item-wrapper-l1.featured > a .icon {
            margin: 0 15px 0 0; }
            @media (min-width: 992px) {
              .menu-primary-nav .l1 .menu-item-wrapper-l1.featured > a .icon {
                margin: 0 0 5px; } }
          .menu-primary-nav .l1 .menu-item-wrapper-l1.featured > a svg {
            -webkit-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            -ms-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
            fill: #009e3d;
            display: block; }
            @media (min-width: 992px) {
              .menu-primary-nav .l1 .menu-item-wrapper-l1.featured > a svg {
                fill: rgba(0, 158, 61, 0.4); } }
          .menu-primary-nav .l1 .menu-item-wrapper-l1.featured > a:hover, .menu-primary-nav .l1 .menu-item-wrapper-l1.featured > a.active {
            background-color: transparent;
            color: #194600; }
            .menu-primary-nav .l1 .menu-item-wrapper-l1.featured > a:hover svg, .menu-primary-nav .l1 .menu-item-wrapper-l1.featured > a.active svg {
              fill: #009e3d; }
        .menu-primary-nav .l1 .menu-item-wrapper-l1.featured + .menu-item-wrapper-l1:not(.featured):before {
          content: "";
          display: block;
          height: 15px;
          background-color: rgba(230, 230, 224, 0.35);
          width: 100%;
          margin: 0; }
        .menu-primary-nav .l1 .menu-item-wrapper-l1.featured .button-expand {
          position: absolute;
          right: 0;
          width: 60px;
          height: 50px;
          z-index: 1; }
          .menu-primary-nav .l1 .menu-item-wrapper-l1.featured .button-expand.active svg {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg); }
          .menu-primary-nav .l1 .menu-item-wrapper-l1.featured .button-expand svg {
            -webkit-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            -ms-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
            width: 25px;
            height: 100%;
            margin: 0 auto;
            fill: rgba(79, 79, 79, 0.18);
            transform-origin: 50% 50%; }
          @media (min-width: 992px) {
            .menu-primary-nav .l1 .menu-item-wrapper-l1.featured .button-expand {
              display: none; } }
      .menu-primary-nav .l1 .menu-item-wrapper-l1 > a {
        position: relative;
        font-style: italic;
        color: #63645c;
        font-size: 14px;
        font-weight: 400;
        padding: 15px 0 15px 15px;
        display: block;
        background-color: rgba(230, 230, 224, 0.35);
        text-align: left; }
        @media (min-width: 992px) {
          .menu-primary-nav .l1 .menu-item-wrapper-l1 > a {
            text-align: center;
            padding: 15px 0; } }
        .menu-primary-nav .l1 .menu-item-wrapper-l1 > a:hover {
          background-color: rgba(230, 230, 224, 0.9); }
          .menu-primary-nav .l1 .menu-item-wrapper-l1 > a:hover:before {
            background-color: #009e3d;
            -webkit-transform: scale(1, 1);
            -moz-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1); }
          .menu-primary-nav .l1 .menu-item-wrapper-l1 > a:hover .name svg {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100); }
        .menu-primary-nav .l1 .menu-item-wrapper-l1 > a:before {
          content: "";
          width: 6px;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background-color: transparent;
          -webkit-transform: scale(1, 0);
          -moz-transform: scale(1, 0);
          -ms-transform: scale(1, 0);
          -o-transform: scale(1, 0);
          transform: scale(1, 0);
          -webkit-transition: all 0.35s ease-in-out;
          -moz-transition: all 0.35s ease-in-out;
          -ms-transition: all 0.35s ease-in-out;
          -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out; }
        .menu-primary-nav .l1 .menu-item-wrapper-l1 > a img {
          top: 18px;
          position: absolute;
          margin-left: 5px;
          display: none; }
        .menu-primary-nav .l1 .menu-item-wrapper-l1 > a.has-children.active + .l2 {
          display: block; }
          @media (min-width: 992px) {
            .menu-primary-nav .l1 .menu-item-wrapper-l1 > a.has-children.active + .l2 {
              z-index: 1;
              animation-name: fadeIn;
              animation-duration: .35s;
              animation-timing-function: ease-in-out;
              animation-fill-mode: forwards; } }
        .menu-primary-nav .l1 .menu-item-wrapper-l1 > a .name {
          position: relative;
          display: inline-block;
          padding-right: 20px;
          -webkit-transform: translateX(10px);
          -moz-transform: translateX(10px);
          -ms-transform: translateX(10px);
          -o-transform: translateX(10px);
          transform: translateX(10px); }
          .menu-primary-nav .l1 .menu-item-wrapper-l1 > a .name svg {
            right: 0;
            left: auto;
            top: 50%;
            position: absolute;
            margin-left: 0;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 14px;
            height: auto;
            fill: #009e3d;
            -webkit-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            -ms-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0); }
  .menu-primary-nav .l2 {
    height: 0;
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: height 0.35s ease-in-out;
    -moz-transition: height 0.35s ease-in-out;
    -ms-transition: height 0.35s ease-in-out;
    -o-transition: height 0.35s ease-in-out;
    transition: height 0.35s ease-in-out; }
    @media (min-width: 992px) {
      .menu-primary-nav .l2 {
        padding: 0;
        position: absolute;
        display: none;
        background-color: rgba(255, 255, 255, 0.9);
        top: 0;
        left: 215px;
        width: 215px;
        height: auto;
        transition: none;
        overflow: visible;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); } }
    .menu-primary-nav .l2 ul {
      margin-top: 10px; }
      @media (min-width: 992px) {
        .menu-primary-nav .l2 ul {
          margin-top: 0; } }
    .menu-primary-nav .l2 > div {
      padding-top: 5px;
      padding-bottom: 5px; }
      @media (min-width: 992px) {
        .menu-primary-nav .l2 > div {
          overflow-y: auto;
          height: 100vh;
          padding-top: 60px; } }
      .menu-primary-nav .l2 > div:after, .menu-primary-nav .l2 > div:before {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 5px;
        background-image: url(../../assets/images/menu-separator-mobile.png);
        background-size: calc(100% - 15px) 4px;
        background-repeat: no-repeat; }
        @media (min-width: 992px) {
          .menu-primary-nav .l2 > div:after, .menu-primary-nav .l2 > div:before {
            display: none; } }
      .menu-primary-nav .l2 > div:before {
        top: 0;
        background-position: center bottom; }
      .menu-primary-nav .l2 > div:after {
        bottom: 0;
        background-position: center top; }
    .menu-primary-nav .l2 .menu-item-wrapper-l2 > a {
      height: auto;
      padding: 10px 15px 10px 60px;
      text-align: left;
      margin: 0;
      font-style: italic; }
      @media (min-width: 992px) {
        .menu-primary-nav .l2 .menu-item-wrapper-l2 > a {
          height: 80px;
          padding: 0 15px;
          text-align: center;
          margin: 0;
          font-style: normal; } }
      .menu-primary-nav .l2 .menu-item-wrapper-l2 > a span {
        display: inline-block;
        position: relative;
        padding-right: 20px; }
        @media (min-width: 992px) {
          .menu-primary-nav .l2 .menu-item-wrapper-l2 > a span {
            top: 50%;
            -webkit-transform: translate(10px, -50%);
            -moz-transform: translate(10px, -50%);
            -ms-transform: translate(10px, -50%);
            -o-transform: translate(10px, -50%);
            transform: translate(10px, -50%); } }
        .menu-primary-nav .l2 .menu-item-wrapper-l2 > a span svg {
          right: 0;
          left: auto;
          top: 50%;
          position: absolute;
          margin-left: 0;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 14px;
          height: auto;
          fill: #009e3d;
          -webkit-transition: all 0.35s ease-in-out;
          -moz-transition: all 0.35s ease-in-out;
          -ms-transition: all 0.35s ease-in-out;
          -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
          opacity: 0;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          filter: alpha(opacity=0); }
      .menu-primary-nav .l2 .menu-item-wrapper-l2 > a img {
        display: none; }
        @media (min-width: 992px) {
          .menu-primary-nav .l2 .menu-item-wrapper-l2 > a img {
            display: block;
            position: absolute;
            bottom: 0;
            left: 50%;
            -webkit-transform: translate(-50%, 50%);
            -moz-transform: translate(-50%, 50%);
            -ms-transform: translate(-50%, 50%);
            -o-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%); } }
      .menu-primary-nav .l2 .menu-item-wrapper-l2 > a:hover, .menu-primary-nav .l2 .menu-item-wrapper-l2 > a.active {
        font-weight: 500;
        background-color: rgba(230, 230, 224, 0.9);
        color: #009e3d; }
        .menu-primary-nav .l2 .menu-item-wrapper-l2 > a:hover:before, .menu-primary-nav .l2 .menu-item-wrapper-l2 > a.active:before {
          background-color: #009e3d;
          -webkit-transform: scale(1, 1);
          -moz-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          -o-transform: scale(1, 1);
          transform: scale(1, 1); }
        .menu-primary-nav .l2 .menu-item-wrapper-l2 > a:hover svg, .menu-primary-nav .l2 .menu-item-wrapper-l2 > a.active svg {
          opacity: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          filter: alpha(opacity=100); }
      .menu-primary-nav .l2 .menu-item-wrapper-l2 > a:before {
        content: "";
        width: 6px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: transparent;
        -webkit-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out; }
      @media (min-width: 992px) {
        .menu-primary-nav .l2 .menu-item-wrapper-l2 > a.active + .l3 {
          display: block;
          z-index: 1;
          animation-name: fadeIn;
          animation-duration: .35s;
          animation-timing-function: ease-in-out;
          animation-fill-mode: forwards; } }
  .menu-primary-nav .l3 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    left: 215px;
    width: 450px;
    height: 100%;
    border: 1px solid #d2d2d2;
    padding-top: 74px;
    overflow-y: auto;
    display: none; }
    .menu-primary-nav .l3 > div {
      position: relative; }
      .menu-primary-nav .l3 > div .separator {
        height: auto;
        width: auto;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0; }
    .menu-primary-nav .l3 ul {
      display: flex;
      flex-wrap: wrap;
      margin-top: 10px; }
      @media (min-width: 992px) {
        .menu-primary-nav .l3 ul {
          margin-top: 0; } }
      .menu-primary-nav .l3 ul > li {
        max-width: 50%;
        min-width: 50%; }
        .menu-primary-nav .l3 ul > li a {
          font-style: italic;
          text-align: left;
          padding: 15px 30px; }
          .menu-primary-nav .l3 ul > li a span {
            position: relative;
            padding-right: 20px;
            display: inline-block; }
            .menu-primary-nav .l3 ul > li a span svg {
              right: 0;
              left: auto;
              top: 50%;
              position: absolute;
              margin-left: 0;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%);
              width: 14px;
              height: auto;
              fill: #009e3d;
              -webkit-transition: all 0.35s ease-in-out;
              -moz-transition: all 0.35s ease-in-out;
              -ms-transition: all 0.35s ease-in-out;
              -o-transition: all 0.35s ease-in-out;
              transition: all 0.35s ease-in-out;
              opacity: 0;
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
              filter: alpha(opacity=0); }
          .menu-primary-nav .l3 ul > li a:hover {
            color: #009e3d; }
            .menu-primary-nav .l3 ul > li a:hover span svg {
              opacity: 1;
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
              filter: alpha(opacity=100); }
    .menu-primary-nav .l3 .menu-item-image-wrapper {
      padding: 30px; }
      .menu-primary-nav .l3 .menu-item-image-wrapper figure {
        display: none; }
        .menu-primary-nav .l3 .menu-item-image-wrapper figure.active {
          display: block; }
        .menu-primary-nav .l3 .menu-item-image-wrapper figure picture img {
          width: 100%;
          height: auto;
          border-radius: 45px;
          overflow: hidden; }

body.is-menu-open {
  overflow: hidden; }
  body.is-menu-open .site-header-navbar {
    background: none; }
    @media (min-width: 992px) {
      body.is-menu-open .site-header-navbar .side-menu-open {
        display: none; } }
    body.is-menu-open .site-header-navbar .side-menu-open svg > path {
      fill: #cacac6; }
      body.is-menu-open .site-header-navbar .side-menu-open svg > path:first-child {
        -webkit-transform: translateX(40px) rotate(45deg);
        -moz-transform: translateX(40px) rotate(45deg);
        -ms-transform: translateX(40px) rotate(45deg);
        -o-transform: translateX(40px) rotate(45deg);
        transform: translateX(40px) rotate(45deg); }
      body.is-menu-open .site-header-navbar .side-menu-open svg > path:nth-child(2) {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }
      body.is-menu-open .site-header-navbar .side-menu-open svg > path:last-child {
        -webkit-transform: translateX(40px) rotate(-45deg);
        -moz-transform: translateX(40px) rotate(-45deg);
        -ms-transform: translateX(40px) rotate(-45deg);
        -o-transform: translateX(40px) rotate(-45deg);
        transform: translateX(40px) rotate(-45deg); }

.admin-bar .menu-primary-nav .l1 {
  margin-top: 166px;
  height: calc(100% - (120px + 46px)); }
  @media (min-width: 992px) {
    .admin-bar .menu-primary-nav .l1 {
      height: 100%;
      margin-top: 0;
      padding-top: 92px; } }

.admin-bar .menu-primary-nav .l3 {
  padding-top: 120px; }
  @media (min-width: 992px) {
    .admin-bar .menu-primary-nav .l3 {
      padding-top: 106px; } }

@media (min-width: 992px) {
  .admin-bar .menu-primary-nav .l2 > div {
    padding-top: 92px; } }

@media (min-width: 992px) {
  #side-menu.open .menu-primary-nav {
    animation-name: zIndexGrow;
    animation-duration: .35s; } }

#side-menu.open .l1 {
  animation: none; }
  @media (min-width: 992px) {
    #side-menu.open .l1 {
      animation-name: slideInLeft;
      animation-duration: .35s;
      animation-fill-mode: forwards;
      animation-timing-function: ease-in-out;
      animation-delay: .35s; } }

/* Chrome, Safari, Opera */
@-webkit-keyframes slideInLeft {
  0% {
    margin-left: -215px; }
  100% {
    margin-left: 0; } }

/* Standard syntax */
@keyframes slideInLeft {
  0% {
    margin-left: -215px; }
  100% {
    margin-left: 0; } }

/* Chrome, Safari, Opera */
@-webkit-keyframes zIndexGrow {
  0% {
    z-index: 1; }
  100% {
    z-index: 3; } }

/* Standard syntax */
@keyframes zIndexGrow {
  0% {
    z-index: 1; }
  100% {
    z-index: 3; } }

/*=============================================
=            Menu footer nav            =
=============================================*/
.menu-footer-nav {
  display: flex;
  padding-top: 30px; }
  @media (min-width: 768px) {
    .menu-footer-nav {
      padding-top: 0; } }
  .menu-footer-nav > nav {
    padding: 0 15px;
    min-width: 50%;
    max-width: 50%; }
    .menu-footer-nav > nav a {
      font-size: 14px; }
      @media (min-width: 400px) {
        .menu-footer-nav > nav a {
          font-size: 16px; } }

/*=====  End of Menu footer nav  ======*/
/*=============================================
=            Site footer            =
=============================================*/
.site-footer {
  overflow: hidden;
  padding: 105px 0 30px;
  background-image: url(../../assets/images/florette-fondo-tierra-mobile.png);
  background-size: auto 101%;
  background-position: center;
  background-repeat: repeat;
  position: relative;
  z-index: 1;
  margin-top: -90px;
  height: auto; }
  @media (min-width: 768px) {
    .site-footer {
      padding: 135px 0 30px;
      background-image: url(../../assets/images/florette-fondo-tierra.png); } }
  @media (min-width: 768px) {
    .site-footer.is-last-slide {
      margin-top: -90px;
      height: auto; } }
  @media (min-width: 768px) {
    .site-footer.is-not-last-slide {
      margin-top: 0;
      height: 0;
      padding: 0; } }
  .site-footer p, .site-footer label, .site-footer h5 {
    color: #fff; }
  .site-footer nav a {
    color: #fff;
    text-decoration: none;
    font-style: normal; }
    .site-footer nav a:hover {
      opacity: 0.65; }
  .site-footer .row-flex {
    flex-direction: column-reverse; }
    @media (min-width: 768px) {
      .site-footer .row-flex {
        flex-direction: row; } }
    .site-footer .row-flex > *:last-child {
      margin-left: 0;
      padding: 0 15px; }
      @media (min-width: 768px) {
        .site-footer .row-flex > *:last-child {
          min-width: 41.66667%;
          max-width: 41.66667%; } }
      @media (min-width: 992px) {
        .site-footer .row-flex > *:last-child {
          margin-left: 8.33333%; } }
    @media (min-width: 768px) {
      .site-footer .row-flex .menu-footer-nav {
        min-width: 50%;
        max-width: 50%; } }
  .site-footer .social-nav {
    display: none; }
    @media (min-width: 768px) {
      .site-footer .social-nav {
        display: block; } }
  .site-footer .newsletter {
    padding-bottom: 30px;
    border-bottom: 1px solid #fff; }
    @media (min-width: 768px) {
      .site-footer .newsletter {
        padding-bottom: 0;
        border-bottom: none; } }
    .site-footer .newsletter .button, .site-footer .newsletter .contact-wrapper .wpcf7 input[type="submit"], .contact-wrapper .wpcf7 .site-footer .newsletter input[type="submit"] {
      height: 38px; }
    .site-footer .newsletter .field .checkbox-wrapper {
      margin-top: 10px; }
      .site-footer .newsletter .field .checkbox-wrapper label {
        font-size: 14px; }
      .site-footer .newsletter .field .checkbox-wrapper .handler {
        position: relative;
        width: 16px;
        height: 16px;
        border-radius: 3px;
        border: 2px solid #fff;
        margin-right: 10px; }
        .site-footer .newsletter .field .checkbox-wrapper .handler:after {
          display: none;
          position: absolute;
          content: "";
          width: 6px;
          height: 16px;
          border-bottom: 2px solid #fff;
          border-right: 2px solid #fff;
          top: -6px;
          left: 6px;
          transform: rotate(45deg); }
      .site-footer .newsletter .field .checkbox-wrapper input[type="checkbox"] {
        position: absolute;
        visibility: hidden; }
        .site-footer .newsletter .field .checkbox-wrapper input[type="checkbox"]:checked + .handler {
          background-color: transparent;
          border-color: #fff; }
          .site-footer .newsletter .field .checkbox-wrapper input[type="checkbox"]:checked + .handler:after {
            display: block; }

.site-footer-bottom {
  margin-top: 15px; }
  .site-footer-bottom .brand-wrapper {
    display: flex;
    justify-content: center; }
    .site-footer-bottom .brand-wrapper .brand img {
      width: 88px;
      height: auto; }
      @media (min-width: 768px) {
        .site-footer-bottom .brand-wrapper .brand img {
          width: 160px; } }
  .site-footer-bottom .menu-footer-nav-legal {
    margin-top: 15px; }
    @media (min-width: 420px) {
      .site-footer-bottom .menu-footer-nav-legal {
        margin-top: 30px; } }
    .site-footer-bottom .menu-footer-nav-legal ul {
      display: flex;
      justify-content: center;
      flex-direction: column; }
      @media (min-width: 420px) {
        .site-footer-bottom .menu-footer-nav-legal ul {
          flex-direction: row; } }
      .site-footer-bottom .menu-footer-nav-legal ul > li {
        margin: 10px 0 0;
        text-align: center; }
        @media (min-width: 420px) {
          .site-footer-bottom .menu-footer-nav-legal ul > li {
            margin: 0 15px 0; } }
        .site-footer-bottom .menu-footer-nav-legal ul > li:first-child {
          margin-left: 0; }
        .site-footer-bottom .menu-footer-nav-legal ul > li:last-child {
          margin-right: 0; }
    .site-footer-bottom .menu-footer-nav-legal a {
      font-size: 14px; }
      @media (min-width: 768px) {
        .site-footer-bottom .menu-footer-nav-legal a {
          font-size: 16px; } }

/*=====  End of Site footer  ======*/
/*=============================================
=            Header default            =
=============================================*/
.header-default {
  padding: 120px 0 100px;
  background-size: cover;
  background-position: center;
  position: relative; }
  @media (min-width: 768px) {
    .header-default {
      padding: 150px 0 100px; } }
  @media (min-width: 1200px) {
    .header-default {
      padding: 200px 0 200px; } }
  .header-default h1 {
    text-align: center;
    color: #fff;
    z-index: 1;
    position: relative; }
  .header-default .wrapper-full {
    position: relative;
    z-index: 1; }
    .header-default .wrapper-full:before {
      content: "";
      width: 100%;
      height: 200%;
      position: absolute;
      display: block;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.3+0,0+100 */
      background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 60%);
      /* FF3.6-15 */
      background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 60%);
      /* Chrome10-25,Safari5.1-6 */
      background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 60%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00ffffff',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 0; }
    .header-default .wrapper-full .play-button {
      margin: auto;
      position: relative; }
  .header-default:after {
    position: absolute;
    content: "";
    bottom: -1px;
    width: 100%;
    height: 30px;
    background-image: url(../../assets/images/white-brushstroke.png);
    background-size: auto 100%;
    background-position: center;
    display: block; }
  .header-default.header-recipes {
    background-position: center bottom; }
  .header-default.header-our-history h1 {
    margin-bottom: 30px; }

.header-product-family {
  margin-bottom: 130px; }
  @media (min-width: 1200px) {
    .header-product-family {
      margin-bottom: 170px; } }
  .header-product-family .product-family-image {
    position: absolute;
    width: 500px;
    z-index: 2;
    -webkit-transform: translate(-50%, calc(70% - 30px));
    -moz-transform: translate(-50%, calc(70% - 30px));
    -ms-transform: translate(-50%, calc(70% - 30px));
    -o-transform: translate(-50%, calc(70% - 30px));
    transform: translate(-50%, calc(70% - 30px));
    bottom: 0;
    margin: 0 auto;
    left: 50%; }
    @media (min-width: 1200px) {
      .header-product-family .product-family-image {
        width: 700px;
        -webkit-transform: translate(-50%, calc(55% - 30px));
        -moz-transform: translate(-50%, calc(55% - 30px));
        -ms-transform: translate(-50%, calc(55% - 30px));
        -o-transform: translate(-50%, calc(55% - 30px));
        transform: translate(-50%, calc(55% - 30px)); } }
    .header-product-family .product-family-image .image img {
      max-height: 200px;
      margin: 0 auto;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      animation: scaleUp 0.3s 2s ease-in forwards; }
      @media (min-width: 1200px) {
        .header-product-family .product-family-image .image img {
          max-height: 300px; } }

.header-product-families .brand {
  z-index: 1;
  width: 150px;
  max-width: 100%;
  margin: 0 auto;
  position: relative; }
  @media (min-width: 768px) {
    .header-product-families .brand {
      width: 280px; } }
  .header-product-families .brand svg {
    max-width: 100%;
    fill: #fff;
    margin-top: 15px; }

.header-eat-well h1 {
  color: #194600; }

/*=====  End of Header product  ======*/
.header-recipe {
  padding: 120px 0 100px 0; }
  @media (min-width: 768px) {
    .header-recipe {
      padding: 200px 0; } }

/*=============================================
=            List item recipe            =
=============================================*/
.list-item-recipe {
  position: relative;
  margin-bottom: 15px;
  height: 200px;
  overflow: hidden;
  width: 100%; }
  @media (min-width: 550px) {
    .list-item-recipe {
      width: calc(50% - 7.5px);
      height: 200px; } }
  @media (min-width: 768px) {
    .list-item-recipe {
      width: 100%;
      margin-bottom: 30px; } }
  @media (min-width: 1200px) {
    .list-item-recipe {
      width: calc(50% - 15px);
      height: 263px; } }
  .list-item-recipe:nth-child(odd) {
    margin-right: 0; }
    @media (min-width: 1200px) {
      .list-item-recipe:nth-child(odd) {
        margin-right: 30px; } }
  .list-item-recipe.active .recipe-title {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .list-item-recipe.active .recipe-meta-backdrop {
    top: 50%;
    transform: translate(55%, -50%); }
  .list-item-recipe.active .open-meta, .list-item-recipe.active .open-meta:hover {
    transform: scale(0, 0); }
  .list-item-recipe.active .recipe-meta .close {
    display: block; }
  .list-item-recipe.active .recipe-meta .meta-content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.35s 0.35s ease-in-out;
    -moz-transition: opacity 0.35s 0.35s ease-in-out;
    -ms-transition: opacity 0.35s 0.35s ease-in-out;
    -o-transition: opacity 0.35s 0.35s ease-in-out;
    transition: opacity 0.35s 0.35s ease-in-out; }
  .list-item-recipe figure {
    height: 100%; }
    .list-item-recipe figure:before {
      content: " ";
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 50%;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,0.44+100 */
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.44) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.44) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.44) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#70000000',GradientType=0 );
      /* IE6-9 */ }
    .list-item-recipe figure .small-square {
      height: 100%; }
      .list-item-recipe figure .small-square img {
        height: 100%;
        min-width: 100%;
        object-fit: cover; }
  .list-item-recipe .recipe-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 15px 30px;
    margin: 0;
    font-style: normal;
    z-index: 1;
    font-family: "Roboto", Arial;
    font-size: 1.125rem;
    color: #fff;
    text-align: left;
    -webkit-transition: opacity 0.35s ease-in-out;
    -moz-transition: opacity 0.35s ease-in-out;
    -ms-transition: opacity 0.35s ease-in-out;
    -o-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out; }
  .list-item-recipe .recipe-meta-backdrop {
    position: absolute;
    width: 430px;
    height: 430px;
    top: 0;
    right: 0;
    transform: translate(50%, -50%) scale(0, 0);
    background-color: rgba(0, 158, 61, 0.6);
    border-radius: 400px;
    transition: all .35s ease-in-out; }
  .list-item-recipe .open-meta {
    top: -15px;
    right: -25px;
    position: absolute;
    background-color: transparent;
    padding: 30px 37.5px 15px 7.5px;
    z-index: 3;
    border-radius: 60px;
    background-color: rgba(0, 158, 61, 0.6);
    transition: transform .35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out; }
    .list-item-recipe .open-meta:hover {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }
    .list-item-recipe .open-meta svg path {
      fill: #fff; }
  .list-item-recipe .recipe-meta {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    flex-direction: column;
    width: 195px;
    height: 100%;
    padding: 15px 15px 15px 45px; }
    @media (min-width: 550px) {
      .list-item-recipe .recipe-meta {
        width: 193px; } }
    @media (min-width: 1200px) {
      .list-item-recipe .recipe-meta {
        width: 55%; } }
    .list-item-recipe .recipe-meta .close {
      right: 0;
      top: 0;
      position: absolute;
      background: none;
      margin-left: auto;
      padding: 15px;
      display: none; }
      .list-item-recipe .recipe-meta .close svg {
        width: 18px;
        height: auto; }
        .list-item-recipe .recipe-meta .close svg path {
          fill: #fff; }
    .list-item-recipe .recipe-meta .meta-content {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      display: flex;
      flex-direction: column;
      list-style-type: none;
      padding-left: 0;
      justify-content: center;
      height: 100%;
      top: 0;
      margin: 0; }
      .list-item-recipe .recipe-meta .meta-content > li {
        display: flex;
        align-items: center;
        font-style: normal;
        font-weight: 700;
        margin: 15px 0; }
        .list-item-recipe .recipe-meta .meta-content > li:first-child {
          margin-top: 0; }
        .list-item-recipe .recipe-meta .meta-content > li:last-child {
          margin-bottom: 0; }
        .list-item-recipe .recipe-meta .meta-content > li:before {
          content: " "; }
        .list-item-recipe .recipe-meta .meta-content > li .icon {
          margin-right: 7.5px; }
          .list-item-recipe .recipe-meta .meta-content > li .icon svg {
            width: 21px;
            height: auto; }
            .list-item-recipe .recipe-meta .meta-content > li .icon svg path {
              fill: #fff; }

/*=====  End of List item recipe  ======*/
/*=============================================
=            Comments            =
=============================================*/
.comments {
  padding: 0; }
  .comments .block-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    margin: 30px 15px 30px;
    border-radius: 8px;
    box-shadow: 2px 5px 12px 2px rgba(0, 0, 0, 0.15); }
    @media (min-width: 768px) {
      .comments .block-wrapper {
        flex-direction: row;
        margin: 30px auto 30px;
        border-radius: 0;
        box-shadow: none; } }
    .comments .block-wrapper .comments-list {
      min-width: 100%;
      max-width: 100%; }
      @media (min-width: 768px) {
        .comments .block-wrapper .comments-list {
          min-width: 66.66667%;
          max-width: 66.66667%;
          padding-left: 0;
          padding-right: 60px; } }
      .comments .block-wrapper .comments-list ul, .comments .block-wrapper .comments-list ol {
        list-style: none;
        padding: 0; }
        .comments .block-wrapper .comments-list ul li:before, .comments .block-wrapper .comments-list ol li:before {
          content: none; }
        .comments .block-wrapper .comments-list ul .children, .comments .block-wrapper .comments-list ol .children {
          margin-left: 60px; }
      .comments .block-wrapper .comments-list .title-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 15px;
        margin-bottom: 0;
        border-radius: 8px;
        -webkit-box-shadow: 0 5px 12px -8px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 12px -8px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 5px 12px -8px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0 5px 12px -8px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 12px -8px rgba(0, 0, 0, 0.2); }
        @media (min-width: 768px) {
          .comments .block-wrapper .comments-list .title-wrapper {
            display: block;
            margin-bottom: 15px;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            -ms-box-shadow: none;
            -o-box-shadow: none;
            box-shadow: none; } }
        .comments .block-wrapper .comments-list .title-wrapper .title {
          margin: 0; }
          .comments .block-wrapper .comments-list .title-wrapper .title .text {
            color: #009e3d;
            font-weight: 500;
            font-size: 1.25rem; }
          .comments .block-wrapper .comments-list .title-wrapper .title .count {
            color: #cacac6;
            font-size: 18px;
            font-weight: 500; }
        .comments .block-wrapper .comments-list .title-wrapper .icon.show-more {
          -webkit-transition: all 0.35s ease-in-out;
          -moz-transition: all 0.35s ease-in-out;
          -ms-transition: all 0.35s ease-in-out;
          -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out; }
          @media (min-width: 768px) {
            .comments .block-wrapper .comments-list .title-wrapper .icon.show-more {
              display: none; } }
          .comments .block-wrapper .comments-list .title-wrapper .icon.show-more svg {
            width: 25px;
            height: 25px; }
            .comments .block-wrapper .comments-list .title-wrapper .icon.show-more svg path {
              fill: #009e3d; }
      .comments .block-wrapper .comments-list .comments-wrapper {
        display: none;
        padding: 30px 15px; }
        @media (min-width: 768px) {
          .comments .block-wrapper .comments-list .comments-wrapper {
            display: block;
            padding: 0 15px; } }
        .comments .block-wrapper .comments-list .comments-wrapper .comment-list {
          margin: 15px 0; }
          .comments .block-wrapper .comments-list .comments-wrapper .comment-list .comment {
            display: flex;
            flex-wrap: wrap; }
            .comments .block-wrapper .comments-list .comments-wrapper .comment-list .comment .comment-avatar {
              width: 60px; }
              .comments .block-wrapper .comments-list .comments-wrapper .comment-list .comment .comment-avatar .avatar {
                width: 45px;
                height: auto;
                border-radius: 50%;
                margin-right: 7.5px; }
            .comments .block-wrapper .comments-list .comments-wrapper .comment-list .comment .comment-info-wrapper {
              display: flex;
              flex-direction: column;
              width: calc(100% - 60px);
              padding-bottom: 15px;
              margin-bottom: 15px;
              border-bottom: 1px solid #eaeaea; }
              .comments .block-wrapper .comments-list .comments-wrapper .comment-list .comment .comment-info-wrapper .comment-author-info {
                font-weight: 500; }
                .comments .block-wrapper .comments-list .comments-wrapper .comment-list .comment .comment-info-wrapper .comment-author-info cite {
                  font-weight: 300;
                  font-style: normal;
                  color: #63645c;
                  margin-left: 7.5px; }
              .comments .block-wrapper .comments-list .comments-wrapper .comment-list .comment .comment-info-wrapper .comment-content {
                font-style: italic; }
                .comments .block-wrapper .comments-list .comments-wrapper .comment-list .comment .comment-info-wrapper .comment-content p {
                  margin: 0; }
              .comments .block-wrapper .comments-list .comments-wrapper .comment-list .comment .comment-info-wrapper .comment-extra-links {
                display: flex;
                margin-top: 7.5px; }
                .comments .block-wrapper .comments-list .comments-wrapper .comment-list .comment .comment-info-wrapper .comment-extra-links > * + * {
                  margin-left: 7.5px; }
                .comments .block-wrapper .comments-list .comments-wrapper .comment-list .comment .comment-info-wrapper .comment-extra-links .comment-meta a, .comments .block-wrapper .comments-list .comments-wrapper .comment-list .comment .comment-info-wrapper .comment-extra-links .reply a {
                  font-size: 16px;
                  color: #63645c;
                  text-decoration: none;
                  font-weight: 400;
                  font-style: normal; }
                  .comments .block-wrapper .comments-list .comments-wrapper .comment-list .comment .comment-info-wrapper .comment-extra-links .comment-meta a:hover, .comments .block-wrapper .comments-list .comments-wrapper .comment-list .comment .comment-info-wrapper .comment-extra-links .reply a:hover {
                    color: #2e2f2b; }
            .comments .block-wrapper .comments-list .comments-wrapper .comment-list .comment .children {
              width: 100%; }
            .comments .block-wrapper .comments-list .comments-wrapper .comment-list .comment.depth-1 {
              padding: 0; }
            .comments .block-wrapper .comments-list .comments-wrapper .comment-list .comment.depth-2 .comment-avatar {
              width: 45px; }
              .comments .block-wrapper .comments-list .comments-wrapper .comment-list .comment.depth-2 .comment-avatar .avatar {
                width: 30px;
                height: auto; }
    .comments .block-wrapper .comments-form {
      min-width: 100%;
      max-width: 100%;
      background: #eeeff1;
      border-radius: 0 0 8px 8px;
      display: none;
      -webkit-box-shadow: 0 -5px 12px -8px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 -5px 12px -8px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0 -5px 12px -8px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 0 -5px 12px -8px rgba(0, 0, 0, 0.2);
      box-shadow: 0 -5px 12px -8px rgba(0, 0, 0, 0.2); }
      @media (min-width: 768px) {
        .comments .block-wrapper .comments-form {
          border-radius: 8px;
          display: block;
          min-width: 33.33333%;
          max-width: 33.33333%;
          box-shadow: 2px 5px 12px 2px rgba(0, 0, 0, 0.15); } }
      .comments .block-wrapper .comments-form a {
        color: #4f4f4f;
        font-weight: 400; }
        .comments .block-wrapper .comments-form a:hover {
          color: #1c1c1c; }
      .comments .block-wrapper .comments-form .comment-respond {
        padding: 30px 15px; }
        @media (min-width: 768px) {
          .comments .block-wrapper .comments-form .comment-respond {
            padding: 30px 45px; } }
        .comments .block-wrapper .comments-form .comment-respond .comment-reply-title {
          margin: 0 0 15px; }
          .comments .block-wrapper .comments-form .comment-respond .comment-reply-title h3, .comments .block-wrapper .comments-form .comment-respond .comment-reply-title a {
            font-size: 1.25rem; }
        .comments .block-wrapper .comments-form .comment-respond input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .comments .block-wrapper .comments-form .comment-respond textarea {
          width: 100%;
          border: none;
          border-radius: 4px;
          padding: 7.5px 15px;
          color: #009e3d;
          min-height: 50px;
          font-size: 18px;
          resize: none; }
          .comments .block-wrapper .comments-form .comment-respond input:not([type="checkbox"]):not([type="radio"]):not([type="submit"])::-webkit-input-placeholder, .comments .block-wrapper .comments-form .comment-respond textarea::-webkit-input-placeholder {
            color: #009e3d; }
          .comments .block-wrapper .comments-form .comment-respond input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):-moz-placeholder, .comments .block-wrapper .comments-form .comment-respond textarea:-moz-placeholder {
            color: #009e3d; }
          .comments .block-wrapper .comments-form .comment-respond input:not([type="checkbox"]):not([type="radio"]):not([type="submit"])::-moz-placeholder, .comments .block-wrapper .comments-form .comment-respond textarea::-moz-placeholder {
            color: #009e3d; }
          .comments .block-wrapper .comments-form .comment-respond input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):-ms-input-placeholder, .comments .block-wrapper .comments-form .comment-respond textarea:-ms-input-placeholder {
            color: #009e3d; }
        .comments .block-wrapper .comments-form .comment-respond .form-submit {
          margin: 30px 0 0; }
          .comments .block-wrapper .comments-form .comment-respond .form-submit input {
            display: block;
            margin: 0 auto;
            padding-left: 25%;
            padding-right: 25%; }
  .comments.active .icon.show-more {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .comments.active .comments-list .comments-wrapper, .comments.active .comments-form {
    display: block; }

/*=============================================
=            List item post            =
=============================================*/
.list-item-post,
.list-item-press-release {
  display: block;
  margin-top: 30px;
  padding: 0 30px;
  background: transparent;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.15s ease-in, box-shadow 0.15s ease-in;
  -moz-transition: transform 0.15s ease-in, box-shadow 0.15s ease-in;
  -ms-transition: transform 0.15s ease-in, box-shadow 0.15s ease-in;
  -o-transition: transform 0.15s ease-in, box-shadow 0.15s ease-in;
  transition: transform 0.15s ease-in, box-shadow 0.15s ease-in; }
  .list-item-post > a,
  .list-item-press-release > a {
    display: block;
    box-shadow: 2px 5px 12px 2px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    font-style: normal;
    height: 100%;
    background: #fff; }
    .list-item-post > a:hover, .list-item-post > a:focus,
    .list-item-press-release > a:hover,
    .list-item-press-release > a:focus {
      transform: scale(1.02);
      -webkit-box-shadow: 2px 6px 12px 4px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 2px 6px 12px 4px rgba(0, 0, 0, 0.25);
      -ms-box-shadow: 2px 6px 12px 4px rgba(0, 0, 0, 0.25);
      -o-box-shadow: 2px 6px 12px 4px rgba(0, 0, 0, 0.25);
      box-shadow: 2px 6px 12px 4px rgba(0, 0, 0, 0.25); }
  @media (min-width: 576px) {
    .list-item-post,
    .list-item-press-release {
      width: calc((100% / 2));
      margin-right: 0;
      margin-top: 60px;
      text-decoration: none; } }
  @media (min-width: 1200px) {
    .list-item-post,
    .list-item-press-release {
      width: calc((100% / 3));
      margin-right: 0;
      margin-top: 60px; } }
  .list-item-post figure,
  .list-item-press-release figure {
    display: inline-block; }
    .list-item-post figure picture,
    .list-item-press-release figure picture {
      width: auto;
      overflow: hidden; }
      @media (min-width: 576px) {
        .list-item-post figure picture,
        .list-item-press-release figure picture {
          height: 230px; } }
      @media (min-width: 768px) {
        .list-item-post figure picture,
        .list-item-press-release figure picture {
          height: 250px;
          margin: 3px 3px 0; } }
      @media (min-width: 992px) {
        .list-item-post figure picture,
        .list-item-press-release figure picture {
          height: 280px; } }
      @media (min-width: 1200px) {
        .list-item-post figure picture,
        .list-item-press-release figure picture {
          height: 300px; } }
      .list-item-post figure picture img,
      .list-item-press-release figure picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }

/*=============================================
=            Filter            =
=============================================*/
.filters-button-group {
  margin-top: 0;
  margin-right: -15px;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  /*&:before,
    &:after {
      content: "";
      width: $gutter;
      height: 100%;
      display: block;
      top: 0;
      position: absolute;

      @include mq-sm{
          content: none;
      }
    }*/
  /*
    &:before {
      left: 0 ;
      background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); 
      background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); 
      background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); 
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); 
    }
    &:after {
      right: 0 ;
      background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); 
      background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); 
      background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); 
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); 
    }*/ }
  @media (min-width: 768px) {
    .filters-button-group {
      margin-top: 45px; } }
  .filters-button-group .filters-button-group-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    overflow: auto; }
    @media (min-width: 768px) {
      .filters-button-group .filters-button-group-inner {
        content: none;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 30px; } }
    .filters-button-group .filters-button-group-inner .button, .filters-button-group .filters-button-group-inner .contact-wrapper .wpcf7 input[type="submit"], .contact-wrapper .wpcf7 .filters-button-group .filters-button-group-inner input[type="submit"] {
      margin: 15px 7.5px 0 7.5px;
      padding-left: 22.5px;
      padding-right: 22.5px;
      min-width: 130px;
      flex: 0 0 auto; }
      @media (min-width: 768px) {
        .filters-button-group .filters-button-group-inner .button, .filters-button-group .filters-button-group-inner .contact-wrapper .wpcf7 input[type="submit"], .contact-wrapper .wpcf7 .filters-button-group .filters-button-group-inner input[type="submit"] {
          min-width: 160px; } }
      .filters-button-group .filters-button-group-inner .button:last-child, .filters-button-group .filters-button-group-inner .contact-wrapper .wpcf7 input:last-child[type="submit"], .contact-wrapper .wpcf7 .filters-button-group .filters-button-group-inner input:last-child[type="submit"] {
        margin-right: 0; }
  .filters-button-group .dropdown-action, .filters-button-group .dropdown-wrapper {
    display: none; }
  @media (max-width: 767px) {
    .filters-button-group.toggle {
      margin: 45px 0; }
      .filters-button-group.toggle .button, .filters-button-group.toggle .contact-wrapper .wpcf7 input[type="submit"], .contact-wrapper .wpcf7 .filters-button-group.toggle input[type="submit"] {
        display: none; }
      .filters-button-group.toggle .dropdown-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        width: 100%;
        background: #fff;
        color: #009e3d;
        margin: 0 15px;
        padding: 15px 15px 15px 30px;
        border-radius: 4px;
        font-weight: 500;
        font-size: 1.375rem;
        box-shadow: 2px 5px 12px 2px rgba(0, 0, 0, 0.15); }
        .filters-button-group.toggle .dropdown-wrapper .icon svg {
          width: 25px;
          height: 25px; }
          .filters-button-group.toggle .dropdown-wrapper .icon svg path {
            fill: #009e3d; }
        .filters-button-group.toggle .dropdown-wrapper .dropdown {
          display: none;
          position: absolute;
          top: calc(100% + 15px);
          left: 0;
          right: 0;
          height: auto;
          background: #fff;
          z-index: 10;
          border-radius: 4px;
          padding: 15px 15px 15px 30px;
          margin: 0;
          box-shadow: 2px 5px 12px 2px rgba(0, 0, 0, 0.15); }
          .filters-button-group.toggle .dropdown-wrapper .dropdown li {
            padding: 15px 0; }
            .filters-button-group.toggle .dropdown-wrapper .dropdown li:before {
              content: none; }
            .filters-button-group.toggle .dropdown-wrapper .dropdown li:last-child {
              margin-bottom: 0; }
            .filters-button-group.toggle .dropdown-wrapper .dropdown li.filter-active.active {
              font-weight: 500; }
        .filters-button-group.toggle .dropdown-wrapper.active .dropdown {
          display: block; } }

/*=============================================
=            List items wrapper            =
=============================================*/
.posts-wrapper {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0; }
  @media (min-width: 768px) {
    .posts-wrapper {
      margin-bottom: 30px;
      margin-top: 45px; } }
  @media (min-width: 1200px) {
    .posts-wrapper {
      min-height: 300px; } }
  .posts-wrapper .message {
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 30px; }

.social-share {
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .social-share {
      margin-bottom: 0; } }
  .social-share .social-text {
    margin-top: 30px;
    text-align: center; }
    @media (min-width: 768px) {
      .social-share .social-text.only-mobile {
        display: none; } }
  .social-share .social-links {
    padding: 0;
    margin: 0;
    text-align: center; }
    @media (min-width: 768px) {
      .social-share .social-links {
        margin: 0 15px; } }
    .social-share .social-links li + li {
      margin-left: 15px; }
      @media (min-width: 768px) {
        .social-share .social-links li + li {
          margin-left: 7.5px; } }
      @media (min-width: 992px) {
        .social-share .social-links li + li {
          margin-left: 15px; } }
    .social-share .social-links a:hover svg {
      fill: #009e3d; }
    .social-share .social-links svg {
      width: 40px;
      height: auto;
      fill: #e6e6e0; }
    .social-share .social-links > li {
      display: inline-block;
      margin-bottom: 0; }
      .social-share .social-links > li::before {
        content: none; }

.desktop-separator {
  display: none; }
  @media (min-width: 768px) {
    .desktop-separator {
      display: block; } }

.header-single {
  min-height: 250px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .header-single {
      margin-bottom: 30px; } }

.post-list {
  position: relative;
  display: flex;
  padding-bottom: 120px;
  flex-wrap: wrap;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }
  .post-list.loading, .post-list.filtering {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40); }
  .post-list:after {
    content: "";
    display: table;
    width: 100%; }
  .post-list .infinite-scroll-loader {
    animation: spin 1s infinite linear;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    .post-list .infinite-scroll-loader svg {
      fill: #009e3d;
      transform: scale(1.5); }

.button-load-more {
  margin-bottom: 60px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }
  .button-load-more.loading {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40); }
    .button-load-more.loading svg {
      animation: spin 1s linear infinite; }

/*=============================================
=            List item post info            =
=============================================*/
.post-info-card-wrapper {
  padding: 20px 30px;
  font-style: normal; }
  @media (min-width: 768px) {
    .post-info-card-wrapper {
      padding: 20px; } }
  .post-info-card-wrapper .post-title {
    font-size: 1.125rem;
    text-align: left;
    margin: 0 0 20px 0;
    font-family: "Roboto", Arial; }
    .post-info-card-wrapper .post-title:after {
      display: none; }
  .post-info-card-wrapper ul {
    padding: 0;
    margin: 0; }
  .post-info-card-wrapper .icon {
    margin-right: 5px; }
    .post-info-card-wrapper .icon svg {
      width: 20px; }
      .post-info-card-wrapper .icon svg path, .post-info-card-wrapper .icon svg polygon {
        fill: #838382; }
  .post-info-card-wrapper .post-info {
    display: flex; }
    .post-info-card-wrapper .post-info li {
      display: flex;
      align-items: center;
      text-transform: capitalize;
      color: #4f4f4f;
      font-weight: 400; }
      .post-info-card-wrapper .post-info li:first-child {
        flex-grow: 2; }
      .post-info-card-wrapper .post-info li:before {
        content: none; }
  .post-info-card-wrapper .categories {
    display: flex; }
    .post-info-card-wrapper .categories li {
      list-style: none;
      display: inline;
      color: #4f4f4f;
      font-weight: 400; }
      .post-info-card-wrapper .categories li:not(:last-child):after {
        content: ", "; }
      .post-info-card-wrapper .categories li:before {
        content: none; }
    .post-info-card-wrapper .categories .icon {
      position: relative;
      top: -4px; }

.newsletter-modal {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  z-index: 11;
  background: rgba(255, 255, 255, 0.92);
  display: flex;
  align-items: stretch; }
  .newsletter-modal.hidden {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); }
  .newsletter-modal .atrezzo-wrapper {
    display: none;
    flex: 1 0; }
    @media (min-width: 576px) {
      .newsletter-modal .atrezzo-wrapper {
        display: block;
        max-height: 120px; } }
    @media (min-width: 768px) {
      .newsletter-modal .atrezzo-wrapper {
        max-height: 155px; } }
    .newsletter-modal .atrezzo-wrapper.left img {
      object-position: left; }
    .newsletter-modal .atrezzo-wrapper.left img {
      object-position: right; }
    .newsletter-modal .atrezzo-wrapper img {
      max-width: none;
      max-height: none;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
      .newsletter-modal .atrezzo-wrapper img.desktop {
        display: none; }
        @media (min-width: 992px) {
          .newsletter-modal .atrezzo-wrapper img.desktop {
            display: block; } }
      @media (min-width: 992px) {
        .newsletter-modal .atrezzo-wrapper img.mobile {
          display: none; } }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .newsletter-modal .atrezzo-wrapper img {
          min-width: 100%;
          min-height: 100%;
          width: auto;
          height: auto; } }
      @supports (-ms-ime-align: auto) and (not (font-variation-settings: normal)) {
        .newsletter-modal .atrezzo-wrapper img {
          min-width: 100%;
          min-height: 100%;
          width: auto;
          height: auto; } }
  .newsletter-modal .close {
    background: transparent;
    position: absolute;
    right: 10px;
    top: 10px; }
    .newsletter-modal .close:hover {
      opacity: 0.5; }
    .newsletter-modal .close img {
      width: 35px; }

.page-id-5270 .newsletter-modal {
  display: none; }

/*=============================================
=            Product presentation            =
=============================================*/
.product {
  /* States exceptions */
  /* Ingredients CIRCULAR */
  /* Monoproducto */ }
  .product .product-presentation.state-open .product-images-wrapper .product-image-opened {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    z-index: 3; }
  .product .product-presentation.state-open .product-images-wrapper .product-image-closed {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: 0; }
  .product .product-presentation.state-nutrition .product-images-wrapper .product-nutrition-wrapper {
    height: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    z-index: 3; }
  .product .product-presentation.state-nutrition .product-images-wrapper .product-image-closed {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    z-index: 1; }
  .product .product-presentation.state-nutrition .product-images-wrapper .product-image-opened {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: 1; }
  .product .product-presentation.state-nutrition .btn-show-nutrition .is-open {
    display: block; }
  .product .product-presentation.state-nutrition .btn-show-nutrition .is-closed {
    display: none; }
  .product .product-presentation.state-open .product-images-wrapper .product-ingredients, .product .product-presentation.state-nutrition .product-images-wrapper .product-ingredients {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    z-index: 3; }
    .product .product-presentation.state-open .product-images-wrapper .product-ingredients .ingredient, .product .product-presentation.state-nutrition .product-images-wrapper .product-ingredients .ingredient {
      animation-name: fadeIn;
      animation-duration: .5s;
      animation-fill-mode: forwards;
      animation-timing-function: cubic-bezier(0.3, 0.99, 0.58, 1);
      animation-iteration-count: 1; }
  .product .product-presentation .product-images-wrapper {
    position: relative; }
    .product .product-presentation .product-images-wrapper .product-image-closed {
      width: 450px;
      height: auto;
      position: relative;
      margin: 0 auto;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out;
      z-index: 1; }
      .product .product-presentation .product-images-wrapper .product-image-closed .image img {
        width: 100%;
        height: auto; }
    .product .product-presentation .product-images-wrapper .product-image-opened {
      width: 450px;
      height: auto;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out;
      z-index: 1; }
      .product .product-presentation .product-images-wrapper .product-image-opened .image img {
        width: 100%;
        height: auto; }
    .product .product-presentation .product-images-wrapper .product-ingredients {
      position: absolute;
      height: calc(100% + 120px);
      top: -60px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      z-index: 0;
      justify-content: space-between;
      display: none; }
      @media (min-width: 768px) {
        .product .product-presentation .product-images-wrapper .product-ingredients {
          display: flex;
          width: 738px; } }
      @media (min-width: 992px) {
        .product .product-presentation .product-images-wrapper .product-ingredients {
          width: 962px; } }
      @media (min-width: 1200px) {
        .product .product-presentation .product-images-wrapper .product-ingredients {
          width: 1050px; } }
      .product .product-presentation .product-images-wrapper .product-ingredients .mono-product {
        display: none; }
      .product .product-presentation .product-images-wrapper .product-ingredients .col-left,
      .product .product-presentation .product-images-wrapper .product-ingredients .col-right {
        width: 25%;
        display: flex;
        height: 100%; }
        .product .product-presentation .product-images-wrapper .product-ingredients .col-left > .ingredient,
        .product .product-presentation .product-images-wrapper .product-ingredients .col-right > .ingredient {
          height: 16.66666666666%;
          max-width: 140px; }
          .product .product-presentation .product-images-wrapper .product-ingredients .col-left > .ingredient .image,
          .product .product-presentation .product-images-wrapper .product-ingredients .col-right > .ingredient .image {
            width: 100px;
            margin: 0 auto; }
            @media (min-width: 992px) {
              .product .product-presentation .product-images-wrapper .product-ingredients .col-left > .ingredient .image,
              .product .product-presentation .product-images-wrapper .product-ingredients .col-right > .ingredient .image {
                width: 120px; } }
            .product .product-presentation .product-images-wrapper .product-ingredients .col-left > .ingredient .image img,
            .product .product-presentation .product-images-wrapper .product-ingredients .col-right > .ingredient .image img {
              width: 100%;
              height: auto; }
          .product .product-presentation .product-images-wrapper .product-ingredients .col-left > .ingredient p,
          .product .product-presentation .product-images-wrapper .product-ingredients .col-right > .ingredient p {
            text-align: center;
            margin-top: 10px;
            margin-bottom: 0; }
      .product .product-presentation .product-images-wrapper .product-ingredients .col-left {
        flex-direction: column;
        justify-content: space-between;
        align-items: center; }
        .product .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="2"] {
          justify-content: space-around; }
        .product .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="3"] {
          justify-content: space-around; }
      .product .product-presentation .product-images-wrapper .product-ingredients .col-right {
        flex-direction: column;
        align-items: center;
        justify-content: space-between; }
        .product .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="5"] {
          justify-content: space-around; }
    .product .product-presentation .product-images-wrapper .product-nutrition-wrapper {
      width: 450px;
      height: auto;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out;
      z-index: 1; }
      .product .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.4));
        filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.4)); }
        .product .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition-overlay svg {
          fill: rgba(255, 255, 255, 0.9);
          width: 100%;
          height: auto; }
      .product .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition {
        position: relative;
        z-index: 1; }
        .product .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition header {
          text-align: center; }
          .product .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition header h2 {
            margin: 0;
            display: none; }
            .product .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition header h2:after {
              content: "";
              display: block;
              width: 100%;
              height: 4px;
              margin: 0 auto;
              background-image: url(../../assets/images/nutrition-separator.png);
              background-position: center;
              background-size: auto 4px;
              background-repeat: no-repeat; }
            @media (min-width: 768px) {
              .product .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition header h2 {
                display: block;
                font-size: 2.34375rem; } }
            @media (min-width: 992px) {
              .product .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition header h2 {
                font-size: 2.5rem; } }
          .product .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition header .product-nutrition-pretitle {
            display: flex;
            position: relative;
            justify-content: center;
            align-items: flex-end;
            color: #009e3d;
            font-size: 14px; }
            @media (min-width: 576px) {
              .product .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition header .product-nutrition-pretitle {
                font-size: 16px; } }
            .product .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition header .product-nutrition-pretitle:after {
              content: '';
              position: absolute;
              bottom: 0;
              display: block;
              width: 40%;
              height: 2px;
              margin: 0 auto;
              background-image: url(../../assets/images/nutrition-separator.png);
              background-position: center;
              background-size: auto 2px;
              background-repeat: no-repeat; }
              @media (min-width: 576px) {
                .product .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition header .product-nutrition-pretitle:after {
                  width: 60%; } }
              @media (min-width: 768px) {
                .product .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition header .product-nutrition-pretitle:after {
                  content: none; } }
            .product .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition header .product-nutrition-pretitle .icon {
              margin: 0 7.5px; }
              .product .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition header .product-nutrition-pretitle .icon svg {
                width: 20px;
                height: 30px;
                fill: #009e3d; }
        .product .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition .product-nutrition-body > p {
          text-align: center;
          font-weight: 500; }
          @media (min-width: 576px) {
            .product .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition .product-nutrition-body > p {
              font-size: 16px; } }
          @media (min-width: 768px) {
            .product .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition .product-nutrition-body > p {
              font-weight: 400; } }
        .product .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition .product-nutrition-body dl {
          margin: 0 auto;
          font-size: 14px; }
          @media (min-width: 576px) {
            .product .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition .product-nutrition-body dl {
              font-size: 16px; } }
          .product .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition .product-nutrition-body dl dt {
            font-weight: 400;
            float: left;
            clear: both; }
          .product .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition .product-nutrition-body dl dd {
            font-weight: 500;
            float: right;
            margin: 0; }
          .product .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition .product-nutrition-body dl:after {
            content: "";
            display: table;
            width: 100%; }
    .product .product-presentation .product-images-wrapper .product-toggle-button {
      position: absolute;
      width: 100px;
      height: 100px;
      left: calc(50% + 200px);
      bottom: 0;
      text-align: center;
      z-index: 4; }
      @media (min-width: 768px) {
        .product .product-presentation .product-images-wrapper .product-toggle-button {
          display: block; } }
      .product .product-presentation .product-images-wrapper .product-toggle-button:hover img {
        -webkit-transform: translate(-10px, -10px) rotate(-8deg);
        -moz-transform: translate(-10px, -10px) rotate(-8deg);
        -ms-transform: translate(-10px, -10px) rotate(-8deg);
        -o-transform: translate(-10px, -10px) rotate(-8deg);
        transform: translate(-10px, -10px) rotate(-8deg); }
      .product .product-presentation .product-images-wrapper .product-toggle-button img {
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        width: auto;
        height: 68px;
        margin-top: 16px;
        transform-origin: 50% 50%; }
  .product .btn-show-nutrition-wrapper {
    position: relative;
    margin-top: 30px;
    text-align: center;
    z-index: 5; }
    .product .btn-show-nutrition-wrapper .btn-show-nutrition {
      text-align: center;
      display: inline-block; }
      .product .btn-show-nutrition-wrapper .btn-show-nutrition .icon {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        text-align: center;
        padding: 12px 10px 0;
        margin: 0 auto 15px;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out; }
        .product .btn-show-nutrition-wrapper .btn-show-nutrition .icon img,
        .product .btn-show-nutrition-wrapper .btn-show-nutrition .icon svg {
          width: 20px;
          height: auto; }
      .product .btn-show-nutrition-wrapper .btn-show-nutrition .is-open {
        display: none; }
      .product .btn-show-nutrition-wrapper .btn-show-nutrition:hover .icon {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
  .product.type-ensaladas-completas:not(.one-ingredient-product) {
    padding: 60px 0; }
    .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .btn-show-nutrition-wrapper .btn-show-nutrition .icon {
      box-shadow: 1px 4px 10px #dcdcdc; }
    .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .btn-show-nutrition-wrapper .btn-show-nutrition:hover .icon {
      box-shadow: 2px 8px 10px #dcdcdc, -1px -1px 10px #dcdcdc; }
    .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-image-closed,
    .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-image-opened {
      width: 100%;
      max-width: 500px;
      height: auto; }
      @media (min-width: 768px) {
        .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-image-closed,
        .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-image-opened {
          width: 475px;
          max-width: none; } }
      @media (min-width: 992px) {
        .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-image-closed,
        .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-image-opened {
          width: 580px; } }
      @media (min-width: 1200px) {
        .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-image-closed,
        .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-image-opened {
          width: 625px; } }
    .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-toggle-button {
      position: absolute;
      width: 45px;
      height: 60px;
      left: 87%;
      bottom: 0;
      text-align: center;
      z-index: 4; }
      @media screen and (min-width: 415px) {
        .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-toggle-button {
          width: 60px;
          height: 77px;
          left: 85%; } }
      @media (min-width: 768px) {
        .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-toggle-button {
          width: 60px;
          height: 87px;
          left: calc(50% + 165px); } }
      @media (min-width: 992px) {
        .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-toggle-button {
          width: 100px;
          height: 100px;
          left: calc(50% + 180px); } }
      .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-toggle-button:hover img {
        -webkit-transform: translate(-10px, -10px) rotate(-8deg);
        -moz-transform: translate(-10px, -10px) rotate(-8deg);
        -ms-transform: translate(-10px, -10px) rotate(-8deg);
        -o-transform: translate(-10px, -10px) rotate(-8deg);
        transform: translate(-10px, -10px) rotate(-8deg); }
      .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-toggle-button img {
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        width: auto;
        height: 45px;
        margin-top: 5px;
        transform-origin: 50% 50%; }
        @media screen and (min-width: 415px) {
          .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-toggle-button img {
            height: 60px; } }
        @media (min-width: 768px) {
          .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-toggle-button img {
            height: 60px; } }
        @media (min-width: 992px) {
          .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-toggle-button img {
            height: 68px; } }
    .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-nutrition-wrapper {
      width: 100%;
      max-width: 500px;
      height: auto; }
      @media (min-width: 768px) {
        .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-nutrition-wrapper {
          width: 475px;
          max-width: none; } }
      @media (min-width: 992px) {
        .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-nutrition-wrapper {
          width: 580px; } }
      @media (min-width: 1200px) {
        .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-nutrition-wrapper {
          width: 625px; } }
      .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition {
        margin: 15px 15px 0; }
        @media (min-width: 768px) {
          .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition {
            margin: 22.5px 60px 0; } }
        @media (min-width: 992px) {
          .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition {
            margin: 90px 60px 0; } }
        .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition header {
          margin-bottom: 0; }
          @media (min-width: 768px) {
            .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition header {
              margin-bottom: 15px; } }
          @media (min-width: 992px) {
            .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition header {
              margin-bottom: 30px; } }
          .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition header .product-nutrition-pretitle {
            margin: 15px 0 0; }
            @media screen and (min-width: 415px) {
              .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition header .product-nutrition-pretitle {
                margin: 45px 0 15px; } }
            @media (min-width: 576px) {
              .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition header .product-nutrition-pretitle {
                margin: 75px 0 15px; } }
            @media (min-width: 768px) {
              .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition header .product-nutrition-pretitle {
                margin: 15px 0 7.5px; } }
            @media (min-width: 992px) {
              .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition header .product-nutrition-pretitle {
                margin: 90px 0 15px; } }
        .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition .product-nutrition-body > p {
          margin: 7.5px 0; }
          @media screen and (min-width: 415px) {
            .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition .product-nutrition-body > p {
              margin: 15px 0; } }
          @media (min-width: 576px) {
            .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition .product-nutrition-body > p {
              margin: 22.5px 0; } }
          @media (min-width: 768px) {
            .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition .product-nutrition-body > p {
              margin: 7.5px 0; } }
          @media (min-width: 992px) {
            .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition .product-nutrition-body > p {
              margin-top: 30px; } }
          @media (min-width: 1200px) {
            .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition .product-nutrition-body > p {
              margin-top: 45px; } }
        .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition .product-nutrition-body dl {
          width: 75%; }
          @media (min-width: 576px) {
            .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition .product-nutrition-body dl {
              width: 60%; } }
          @media (min-width: 768px) {
            .product.type-ensaladas-completas:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition .product-nutrition-body dl {
              width: 300px; } }
  .product.type-ensaladas-mezcla, .product.type-frutas, .product.type-platos-frescos, .product.type-primeros-brotes, .product.type-ensaladas-monoproducto, .product.type-verduras {
    padding: 0 0 60px; }
    @media (min-width: 768px) {
      .product.type-ensaladas-mezcla .product-presentation .product-images-wrapper, .product.type-frutas .product-presentation .product-images-wrapper, .product.type-platos-frescos .product-presentation .product-images-wrapper, .product.type-primeros-brotes .product-presentation .product-images-wrapper, .product.type-ensaladas-monoproducto .product-presentation .product-images-wrapper, .product.type-verduras .product-presentation .product-images-wrapper {
        background-image: url(../../assets/images/bg-mezcla-circle.png);
        background-position: center;
        background-size: 600px auto;
        background-repeat: no-repeat; } }
  .product.type-ensaladas-mezcla:not(.one-ingredient-product) .product-images-wrapper .product-image-closed,
  .product.type-ensaladas-mezcla:not(.one-ingredient-product) .product-images-wrapper .product-image-opened, .product.type-platos-frescos:not(.one-ingredient-product) .product-images-wrapper .product-image-closed,
  .product.type-platos-frescos:not(.one-ingredient-product) .product-images-wrapper .product-image-opened, .product.type-primeros-brotes:not(.one-ingredient-product) .product-images-wrapper .product-image-closed,
  .product.type-primeros-brotes:not(.one-ingredient-product) .product-images-wrapper .product-image-opened, .product.type-verduras:not(.one-ingredient-product) .product-images-wrapper .product-image-closed,
  .product.type-verduras:not(.one-ingredient-product) .product-images-wrapper .product-image-opened {
    width: 100%;
    max-width: 500px;
    height: auto; }
    @media (min-width: 768px) {
      .product.type-ensaladas-mezcla:not(.one-ingredient-product) .product-images-wrapper .product-image-closed,
      .product.type-ensaladas-mezcla:not(.one-ingredient-product) .product-images-wrapper .product-image-opened, .product.type-platos-frescos:not(.one-ingredient-product) .product-images-wrapper .product-image-closed,
      .product.type-platos-frescos:not(.one-ingredient-product) .product-images-wrapper .product-image-opened, .product.type-primeros-brotes:not(.one-ingredient-product) .product-images-wrapper .product-image-closed,
      .product.type-primeros-brotes:not(.one-ingredient-product) .product-images-wrapper .product-image-opened, .product.type-verduras:not(.one-ingredient-product) .product-images-wrapper .product-image-closed,
      .product.type-verduras:not(.one-ingredient-product) .product-images-wrapper .product-image-opened {
        width: 420px;
        max-width: none; } }
    @media (min-width: 992px) {
      .product.type-ensaladas-mezcla:not(.one-ingredient-product) .product-images-wrapper .product-image-closed,
      .product.type-ensaladas-mezcla:not(.one-ingredient-product) .product-images-wrapper .product-image-opened, .product.type-platos-frescos:not(.one-ingredient-product) .product-images-wrapper .product-image-closed,
      .product.type-platos-frescos:not(.one-ingredient-product) .product-images-wrapper .product-image-opened, .product.type-primeros-brotes:not(.one-ingredient-product) .product-images-wrapper .product-image-closed,
      .product.type-primeros-brotes:not(.one-ingredient-product) .product-images-wrapper .product-image-opened, .product.type-verduras:not(.one-ingredient-product) .product-images-wrapper .product-image-closed,
      .product.type-verduras:not(.one-ingredient-product) .product-images-wrapper .product-image-opened {
        width: 485px; } }
  .product.type-ensaladas-mezcla:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper, .product.type-platos-frescos:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper, .product.type-primeros-brotes:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper, .product.type-verduras:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper {
    height: auto;
    width: 100%;
    max-width: 500px;
    height: auto; }
    @media (min-width: 768px) {
      .product.type-ensaladas-mezcla:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper, .product.type-platos-frescos:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper, .product.type-primeros-brotes:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper, .product.type-verduras:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper {
        width: 425px;
        max-width: none; } }
    @media (min-width: 992px) {
      .product.type-ensaladas-mezcla:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper, .product.type-platos-frescos:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper, .product.type-primeros-brotes:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper, .product.type-verduras:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper {
        width: 490px; } }
    .product.type-ensaladas-mezcla:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition, .product.type-platos-frescos:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition, .product.type-primeros-brotes:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition, .product.type-verduras:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition {
      margin: 30px; }
      @media (min-width: 576px) {
        .product.type-ensaladas-mezcla:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition, .product.type-platos-frescos:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition, .product.type-primeros-brotes:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition, .product.type-verduras:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition {
          margin: 75px 30px; } }
      @media (min-width: 768px) {
        .product.type-ensaladas-mezcla:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition, .product.type-platos-frescos:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition, .product.type-primeros-brotes:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition, .product.type-verduras:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition {
          margin: 37.5px 0; } }
      .product.type-ensaladas-mezcla:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition header, .product.type-platos-frescos:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition header, .product.type-primeros-brotes:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition header, .product.type-verduras:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition header {
        margin-bottom: 15px; }
        @media (min-width: 576px) {
          .product.type-ensaladas-mezcla:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition header, .product.type-platos-frescos:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition header, .product.type-primeros-brotes:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition header, .product.type-verduras:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition header {
            margin-bottom: 60px; } }
        @media (min-width: 768px) {
          .product.type-ensaladas-mezcla:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition header, .product.type-platos-frescos:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition header, .product.type-primeros-brotes:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition header, .product.type-verduras:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition header {
            margin-bottom: 30px; } }
      .product.type-ensaladas-mezcla:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition .product-nutrition-body dl, .product.type-platos-frescos:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition .product-nutrition-body dl, .product.type-primeros-brotes:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition .product-nutrition-body dl, .product.type-verduras:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition .product-nutrition-body dl {
        width: 95%; }
        @media (min-width: 576px) {
          .product.type-ensaladas-mezcla:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition .product-nutrition-body dl, .product.type-platos-frescos:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition .product-nutrition-body dl, .product.type-primeros-brotes:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition .product-nutrition-body dl, .product.type-verduras:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition .product-nutrition-body dl {
            width: 80%; } }
        @media (min-width: 768px) {
          .product.type-ensaladas-mezcla:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition .product-nutrition-body dl, .product.type-platos-frescos:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition .product-nutrition-body dl, .product.type-primeros-brotes:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition .product-nutrition-body dl, .product.type-verduras:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition .product-nutrition-body dl {
            width: 300px; } }
  .product.type-frutas:not(.one-ingredient-product) .product-images-wrapper .product-image-closed,
  .product.type-frutas:not(.one-ingredient-product) .product-images-wrapper .product-image-opened {
    width: 100%;
    max-width: 500px;
    height: auto; }
    @media (min-width: 768px) {
      .product.type-frutas:not(.one-ingredient-product) .product-images-wrapper .product-image-closed,
      .product.type-frutas:not(.one-ingredient-product) .product-images-wrapper .product-image-opened {
        width: 420px;
        max-width: none; } }
    @media (min-width: 992px) {
      .product.type-frutas:not(.one-ingredient-product) .product-images-wrapper .product-image-closed,
      .product.type-frutas:not(.one-ingredient-product) .product-images-wrapper .product-image-opened {
        width: 450px; } }
  .product.type-frutas:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper {
    height: auto;
    width: 100%;
    max-width: 500px;
    height: auto; }
    @media (min-width: 768px) {
      .product.type-frutas:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper {
        width: 420px;
        max-width: none; } }
    @media (min-width: 992px) {
      .product.type-frutas:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper {
        width: 450px; } }
    @media (min-width: 768px) {
      .product.type-frutas:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition {
        margin: 15px 0; } }
    .product.type-frutas:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition header {
      margin-bottom: 7.5px; }
      @media (min-width: 768px) {
        .product.type-frutas:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition header h2 {
          font-size: 1.75rem; } }
      @media (min-width: 768px) {
        .product.type-frutas:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition header .product-nutrition-pretitle {
          margin: 15px 0 7.5px; } }
    @media (min-width: 768px) {
      .product.type-frutas:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition .product-nutrition-body > p {
        margin: 7.5px 0; } }
    .product.type-frutas:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition .product-nutrition-body dl {
      width: 65%; }
      @media (min-width: 576px) {
        .product.type-frutas:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition .product-nutrition-body dl {
          width: 60%; } }
      @media (min-width: 768px) {
        .product.type-frutas:not(.one-ingredient-product) .product-images-wrapper .product-nutrition-wrapper .product-nutrition .product-nutrition-body dl {
          width: 250px; } }
  .product.type-toppings-y-salsas .product-presentation.state-nutrition .product-images-wrapper .product-image-closed {
    -webkit-opacity: 0.03;
    -moz-opacity: 0.03;
    -ms-opacity: 0.03;
    -o-opacity: 0.03;
    opacity: 0.03; }
  .product.type-toppings-y-salsas .product-presentation .product-images-wrapper .product-nutrition-overlay {
    left: -1px; }
  .product.type-toppings-y-salsas .product-presentation .product-images-wrapper .product-toggle-button {
    display: block; }
  .product.type-toppings-y-salsas .product-presentation .product-images-wrapper .product-image-closed,
  .product.type-toppings-y-salsas .product-presentation .product-images-wrapper .product-image-opened {
    width: 100%;
    max-height: 450px; }
    @media (min-width: 768px) {
      .product.type-toppings-y-salsas .product-presentation .product-images-wrapper .product-image-closed,
      .product.type-toppings-y-salsas .product-presentation .product-images-wrapper .product-image-opened {
        width: 600px;
        max-height: 600px; } }
    .product.type-toppings-y-salsas .product-presentation .product-images-wrapper .product-image-closed .image,
    .product.type-toppings-y-salsas .product-presentation .product-images-wrapper .product-image-opened .image {
      height: 450px; }
      @media (min-width: 768px) {
        .product.type-toppings-y-salsas .product-presentation .product-images-wrapper .product-image-closed .image,
        .product.type-toppings-y-salsas .product-presentation .product-images-wrapper .product-image-opened .image {
          height: 600px; } }
      .product.type-toppings-y-salsas .product-presentation .product-images-wrapper .product-image-closed .image img,
      .product.type-toppings-y-salsas .product-presentation .product-images-wrapper .product-image-opened .image img {
        width: auto;
        max-height: 100%;
        margin: 0 auto; }
  .product.type-toppings-y-salsas .product-presentation .product-images-wrapper .product-nutrition-wrapper {
    height: auto;
    width: 100%;
    max-height: 450px; }
    @media (min-width: 768px) {
      .product.type-toppings-y-salsas .product-presentation .product-images-wrapper .product-nutrition-wrapper {
        width: 600px;
        max-height: 600px; } }
    .product.type-toppings-y-salsas .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition-overlay svg {
      height: 450px; }
      @media (min-width: 768px) {
        .product.type-toppings-y-salsas .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition-overlay svg {
          height: 600px; } }
    .product.type-toppings-y-salsas .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition {
      margin: 90px 0; }
      @media (min-width: 768px) {
        .product.type-toppings-y-salsas .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition {
          margin: 105px 0; } }
      .product.type-toppings-y-salsas .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition header {
        margin-bottom: 45px; }
        @media (min-width: 768px) {
          .product.type-toppings-y-salsas .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition header .product-nutrition-pretitle {
            margin: 15px 0 7.5px; } }
      @media (min-width: 768px) {
        .product.type-toppings-y-salsas .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition .product-nutrition-body > p {
          margin: 7.5px 0; } }
      .product.type-toppings-y-salsas .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition .product-nutrition-body dl {
        width: 80%; }
        @media (min-width: 576px) {
          .product.type-toppings-y-salsas .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition .product-nutrition-body dl {
            width: 60%; } }
        @media (min-width: 768px) {
          .product.type-toppings-y-salsas .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition .product-nutrition-body dl {
            width: 300px; } }
  .product:not(.has-image-opened) .product-presentation.state-open .product-images-wrapper .product-image-opened {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .product:not(.has-image-opened) .product-presentation.state-open .product-images-wrapper .product-image-closed {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }
  .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left, .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left {
    flex-direction: column; }
    .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left > .ingredient:first-child, .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left > .ingredient:first-child {
      align-self: flex-end; }
    .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left > .ingredient:nth-child(2), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left > .ingredient:nth-child(2) {
      align-self: center; }
    .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left > .ingredient:nth-child(3), .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left > .ingredient:nth-child(4), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left > .ingredient:nth-child(3), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left > .ingredient:nth-child(4) {
      align-self: flex-start; }
    .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="2"], .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="2"] {
      justify-content: center; }
      .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="2"] > .ingredient:first-child, .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="2"] > .ingredient:nth-child(2), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="2"] > .ingredient:first-child, .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="2"] > .ingredient:nth-child(2) {
        align-self: center; }
    .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="3"], .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="3"] {
      justify-content: space-around; }
      .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="3"] > .ingredient:first-child, .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="3"] > .ingredient:nth-child(2), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="3"] > .ingredient:first-child, .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="3"] > .ingredient:nth-child(2) {
        align-self: center; }
    .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="4"], .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="4"] {
      justify-content: space-around; }
      .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="4"] > .ingredient:first-child, .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="4"] > .ingredient:nth-child(2), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="4"] > .ingredient:first-child, .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="4"] > .ingredient:nth-child(2) {
        align-self: center; }
    .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="7"] > .ingredient:first-child, .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="7"] > .ingredient:nth-child(4), .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="8"] > .ingredient:first-child, .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="8"] > .ingredient:nth-child(4), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="7"] > .ingredient:first-child, .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="7"] > .ingredient:nth-child(4), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="8"] > .ingredient:first-child, .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="8"] > .ingredient:nth-child(4) {
      align-self: flex-end; }
    .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="7"] > .ingredient:nth-child(2), .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="7"] > .ingredient:nth-child(3), .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="8"] > .ingredient:nth-child(2), .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="8"] > .ingredient:nth-child(3), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="7"] > .ingredient:nth-child(2), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="7"] > .ingredient:nth-child(3), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="8"] > .ingredient:nth-child(2), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="8"] > .ingredient:nth-child(3) {
      align-self: flex-start; }
    .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="5"] > .ingredient:first-child, .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="5"] > .ingredient:nth-child(3), .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="6"] > .ingredient:first-child, .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="6"] > .ingredient:nth-child(3), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="5"] > .ingredient:first-child, .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="5"] > .ingredient:nth-child(3), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="6"] > .ingredient:first-child, .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="6"] > .ingredient:nth-child(3) {
      align-self: flex-end; }
    .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="5"] > .ingredient:nth-child(2), .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="6"] > .ingredient:nth-child(2), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="5"] > .ingredient:nth-child(2), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="6"] > .ingredient:nth-child(2) {
      align-self: flex-start; }
    .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="9"] > .ingredient:first-child, .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="9"] > .ingredient:nth-child(5), .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="10"] > .ingredient:first-child, .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="10"] > .ingredient:nth-child(5), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="9"] > .ingredient:first-child, .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="9"] > .ingredient:nth-child(5), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="10"] > .ingredient:first-child, .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="10"] > .ingredient:nth-child(5) {
      align-self: flex-end; }
    .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="9"] > .ingredient:nth-child(3), .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="10"] > .ingredient:nth-child(3), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="9"] > .ingredient:nth-child(3), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="10"] > .ingredient:nth-child(3) {
      align-self: flex-start; }
    .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="9"] > .ingredient:nth-child(2), .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="9"] > .ingredient:nth-child(4), .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="10"] > .ingredient:nth-child(2), .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="10"] > .ingredient:nth-child(4), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="9"] > .ingredient:nth-child(2), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="9"] > .ingredient:nth-child(4), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="10"] > .ingredient:nth-child(2), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="10"] > .ingredient:nth-child(4) {
      align-self: center; }
    .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="11"] > .ingredient:first-child, .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="11"] > .ingredient:nth-child(6), .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="12"] > .ingredient:first-child, .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="12"] > .ingredient:nth-child(6), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="11"] > .ingredient:first-child, .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="11"] > .ingredient:nth-child(6), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="12"] > .ingredient:first-child, .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="12"] > .ingredient:nth-child(6) {
      align-self: flex-end; }
    .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="11"] > .ingredient:nth-child(3), .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="11"] > .ingredient:nth-child(4), .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="12"] > .ingredient:nth-child(3), .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="12"] > .ingredient:nth-child(4), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="11"] > .ingredient:nth-child(3), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="11"] > .ingredient:nth-child(4), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="12"] > .ingredient:nth-child(3), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="12"] > .ingredient:nth-child(4) {
      align-self: flex-start; }
    .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="11"] > .ingredient:nth-child(2), .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="11"] > .ingredient:nth-child(5), .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="12"] > .ingredient:nth-child(2), .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="12"] > .ingredient:nth-child(5), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="11"] > .ingredient:nth-child(2), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="11"] > .ingredient:nth-child(5), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="12"] > .ingredient:nth-child(2), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-left[data-ingredients="12"] > .ingredient:nth-child(5) {
      align-self: center; }
  .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right, .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right {
    flex-direction: column-reverse; }
    .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="2"], .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="2"] {
      justify-content: center; }
      .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="2"] > .ingredient:first-child, .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="2"] > .ingredient:nth-child(2), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="2"] > .ingredient:first-child, .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="2"] > .ingredient:nth-child(2) {
        align-self: center; }
    .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="3"], .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="3"] {
      justify-content: center; }
      .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="3"] > .ingredient:first-child, .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="3"] > .ingredient:first-child {
        align-self: center; }
    .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="4"], .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="4"] {
      justify-content: space-around; }
      .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="4"] > .ingredient:first-child, .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="4"] > .ingredient:nth-child(2), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="4"] > .ingredient:first-child, .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="4"] > .ingredient:nth-child(2) {
        align-self: center; }
    .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="5"] > .ingredient:first-child, .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="5"] > .ingredient:nth-child(2), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="5"] > .ingredient:first-child, .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="5"] > .ingredient:nth-child(2) {
      align-self: center; }
    .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="6"] > .ingredient:first-child, .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="6"] > .ingredient:nth-child(3), .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="7"] > .ingredient:first-child, .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="7"] > .ingredient:nth-child(3), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="6"] > .ingredient:first-child, .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="6"] > .ingredient:nth-child(3), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="7"] > .ingredient:first-child, .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="7"] > .ingredient:nth-child(3) {
      align-self: flex-start; }
    .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="6"] > .ingredient:nth-child(2), .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="7"] > .ingredient:nth-child(2), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="6"] > .ingredient:nth-child(2), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="7"] > .ingredient:nth-child(2) {
      align-self: flex-end; }
    .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="8"] > .ingredient:first-child, .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="8"] > .ingredient:nth-child(4), .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="9"] > .ingredient:first-child, .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="9"] > .ingredient:nth-child(4), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="8"] > .ingredient:first-child, .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="8"] > .ingredient:nth-child(4), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="9"] > .ingredient:first-child, .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="9"] > .ingredient:nth-child(4) {
      align-self: flex-start; }
    .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="8"] > .ingredient:nth-child(2), .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="8"] > .ingredient:nth-child(3), .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="9"] > .ingredient:nth-child(2), .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="9"] > .ingredient:nth-child(3), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="8"] > .ingredient:nth-child(2), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="8"] > .ingredient:nth-child(3), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="9"] > .ingredient:nth-child(2), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="9"] > .ingredient:nth-child(3) {
      align-self: flex-end; }
    .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="10"] > .ingredient:first-child, .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="10"] > .ingredient:nth-child(5), .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="11"] > .ingredient:first-child, .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="11"] > .ingredient:nth-child(5), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="10"] > .ingredient:first-child, .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="10"] > .ingredient:nth-child(5), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="11"] > .ingredient:first-child, .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="11"] > .ingredient:nth-child(5) {
      align-self: flex-start; }
    .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="10"] > .ingredient:nth-child(3), .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="11"] > .ingredient:nth-child(3), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="10"] > .ingredient:nth-child(3), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="11"] > .ingredient:nth-child(3) {
      align-self: flex-end; }
    .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="10"] > .ingredient:nth-child(2), .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="10"] > .ingredient:nth-child(4), .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="11"] > .ingredient:nth-child(2), .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="11"] > .ingredient:nth-child(4), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="10"] > .ingredient:nth-child(2), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="10"] > .ingredient:nth-child(4), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="11"] > .ingredient:nth-child(2), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="11"] > .ingredient:nth-child(4) {
      align-self: center; }
    .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="12"] > .ingredient:first-child, .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="12"] > .ingredient:nth-child(6), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="12"] > .ingredient:first-child, .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="12"] > .ingredient:nth-child(6) {
      align-self: flex-start; }
    .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="12"] > .ingredient:nth-child(3), .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="12"] > .ingredient:nth-child(4), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="12"] > .ingredient:nth-child(3), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="12"] > .ingredient:nth-child(4) {
      align-self: flex-end; }
    .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="12"] > .ingredient:nth-child(2), .product:not(.one-ingredient-product) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="12"] > .ingredient:nth-child(5), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="12"] > .ingredient:nth-child(2), .product:not(.type-toppings-y-salsas) .product-presentation .product-images-wrapper .product-ingredients .col-right[data-ingredients="12"] > .ingredient:nth-child(5) {
      align-self: center; }
  .product.one-ingredient-product {
    padding-bottom: 60px; }
    .product.one-ingredient-product .product-presentation .product-images-wrapper {
      margin: 0 auto;
      max-width: 500px; }
      @media (min-width: 768px) {
        .product.one-ingredient-product .product-presentation .product-images-wrapper {
          max-width: none; } }
      .product.one-ingredient-product .product-presentation .product-images-wrapper .product-toggle-button {
        display: none; }
      .product.one-ingredient-product .product-presentation .product-images-wrapper .product-image-closed,
      .product.one-ingredient-product .product-presentation .product-images-wrapper .product-image-opened {
        width: 100%;
        height: auto; }
        @media (min-width: 768px) {
          .product.one-ingredient-product .product-presentation .product-images-wrapper .product-image-closed,
          .product.one-ingredient-product .product-presentation .product-images-wrapper .product-image-opened {
            width: 420px;
            margin: 0 auto 0 60px;
            padding-bottom: 60px; } }
        @media (min-width: 992px) {
          .product.one-ingredient-product .product-presentation .product-images-wrapper .product-image-closed,
          .product.one-ingredient-product .product-presentation .product-images-wrapper .product-image-opened {
            width: 485px;
            margin: 0 auto 0 150px; } }
      .product.one-ingredient-product .product-presentation .product-images-wrapper .product-ingredients {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100); }
        .product.one-ingredient-product .product-presentation .product-images-wrapper .product-ingredients .col-left,
        .product.one-ingredient-product .product-presentation .product-images-wrapper .product-ingredients .col-right {
          display: none; }
        .product.one-ingredient-product .product-presentation .product-images-wrapper .product-ingredients .mono-product {
          display: block;
          position: absolute;
          left: 50%;
          width: 50%;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          margin-left: 0; }
          @media (min-width: 768px) {
            .product.one-ingredient-product .product-presentation .product-images-wrapper .product-ingredients .mono-product {
              margin-left: 120px;
              width: 180px; } }
          @media (min-width: 992px) {
            .product.one-ingredient-product .product-presentation .product-images-wrapper .product-ingredients .mono-product {
              margin-left: 180px; } }
          @media (min-width: 1200px) {
            .product.one-ingredient-product .product-presentation .product-images-wrapper .product-ingredients .mono-product {
              margin-left: 90px;
              width: 240px; } }
          .product.one-ingredient-product .product-presentation .product-images-wrapper .product-ingredients .mono-product .ingredient {
            text-align: center;
            animation: none; }
            .product.one-ingredient-product .product-presentation .product-images-wrapper .product-ingredients .mono-product .ingredient .image img {
              width: 100%;
              height: auto; }
          .product.one-ingredient-product .product-presentation .product-images-wrapper .product-ingredients .mono-product .btn-show-nutrition-wrapper {
            display: block;
            border-top: 1px solid #d2d2d2;
            margin-top: 15px;
            padding-top: 15px; }
      .product.one-ingredient-product .product-presentation .product-images-wrapper .product-nutrition-wrapper {
        height: auto;
        width: 100%;
        height: auto;
        transform: none;
        left: 0; }
        @media (min-width: 768px) {
          .product.one-ingredient-product .product-presentation .product-images-wrapper .product-nutrition-wrapper {
            width: 420px;
            left: 60px;
            margin-bottom: 60px; } }
        @media (min-width: 992px) {
          .product.one-ingredient-product .product-presentation .product-images-wrapper .product-nutrition-wrapper {
            width: 485px;
            left: 150px; } }
        .product.one-ingredient-product .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition {
          margin: 60px 30px; }
          @media (min-width: 576px) {
            .product.one-ingredient-product .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition {
              margin: 90px 0; } }
          .product.one-ingredient-product .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition header {
            margin-bottom: 30px; }
            @media (min-width: 768px) {
              .product.one-ingredient-product .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition header {
                margin-bottom: 45px; } }
          .product.one-ingredient-product .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition .product-nutrition-body dl {
            width: 85%; }
            @media (min-width: 576px) {
              .product.one-ingredient-product .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition .product-nutrition-body dl {
                width: 70%; } }
            @media (min-width: 768px) {
              .product.one-ingredient-product .product-presentation .product-images-wrapper .product-nutrition-wrapper .product-nutrition .product-nutrition-body dl {
                width: 300px; } }
    @media (min-width: 768px) {
      .product.one-ingredient-product .product-presentation .btn-show-nutrition-wrapper {
        display: none; } }
    .product.one-ingredient-product.has-image-opened .product-presentation .product-images-wrapper .product-toggle-button {
      display: block;
      left: 50%; }

.product-ingredients-xs {
  position: relative;
  margin: 60px 0 0;
  display: none; }
  @media (min-width: 768px) {
    .product-ingredients-xs {
      display: none; } }
  .product-ingredients-xs.state-open {
    display: block; }
  .product-ingredients-xs .slider-outer .slider .swiper-wrapper {
    display: flex;
    align-items: center; }
    .product-ingredients-xs .slider-outer .slider .swiper-wrapper .swiper-slide {
      display: flex;
      flex-direction: column;
      padding: 0 15px;
      margin: 0 auto; }
      .product-ingredients-xs .slider-outer .slider .swiper-wrapper .swiper-slide .image img {
        height: 80px;
        margin: 0 auto; }
      .product-ingredients-xs .slider-outer .slider .swiper-wrapper .swiper-slide p {
        text-align: center;
        margin: 15px 0 0 0; }
        .product-ingredients-xs .slider-outer .slider .swiper-wrapper .swiper-slide p + p {
          margin: 7.5px 0 0 0; }
  .product-ingredients-xs .slider-outer .slider .swiper-pagination.swiper-pagination-bullets {
    bottom: 0; }
  .product-ingredients-xs .slider-outer .slider .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    border: 1px solid #009e3d;
    width: 12px;
    height: 12px;
    opacity: 1; }
    .product-ingredients-xs .slider-outer .slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #009e3d; }

/*=====  End of Products presentation  ======*/
/*=============================================
=            Recipes slider            =
=============================================*/
.recipes-slider {
  position: relative;
  margin-bottom: 45px; }
  @media (min-width: 768px) {
    .recipes-slider {
      margin-bottom: 60px; } }
  .recipes-slider:before, .recipes-slider:after {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: auto 100%; }
    @media (min-width: 768px) {
      .recipes-slider:before, .recipes-slider:after {
        background-size: 10% auto; } }
  .recipes-slider:before {
    top: 3%;
    background-position: left;
    background-image: url(../../assets/images/atrezzo-slider-recetas-mobile-izquierda.png);
    -webkit-transform: translateX(-56%);
    -moz-transform: translateX(-56%);
    -ms-transform: translateX(-56%);
    -o-transform: translateX(-56%);
    transform: translateX(-56%); }
    @media (min-width: 768px) {
      .recipes-slider:before {
        top: 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        background-image: url(../../assets/images/atrezzo-leaf-4.png); } }
  .recipes-slider:after {
    top: -10%;
    background-position: right;
    background-image: url(../../assets/images/atrezzo-slider-recetas-mobile-derecha.png);
    -webkit-transform: translateX(-45%);
    -moz-transform: translateX(-45%);
    -ms-transform: translateX(-45%);
    -o-transform: translateX(-45%);
    transform: translateX(-45%); }
    @media (min-width: 768px) {
      .recipes-slider:after {
        top: 0;
        background-image: url(../../assets/images/atrezzo-leaf-1.png);
        -webkit-transform: translateX(-47%) translateY(20%) rotate(-10deg);
        -moz-transform: translateX(-47%) translateY(20%) rotate(-10deg);
        -ms-transform: translateX(-47%) translateY(20%) rotate(-10deg);
        -o-transform: translateX(-47%) translateY(20%) rotate(-10deg);
        transform: translateX(-47%) translateY(20%) rotate(-10deg); } }
  .recipes-slider > p {
    text-align: center;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .recipes-slider > p {
        max-width: none; } }
  .recipes-slider .slider {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    margin: 0 -15px;
    overflow: hidden;
    padding-bottom: 30px; }
    @media (min-width: 768px) {
      .recipes-slider .slider {
        margin: 0 22.5px;
        padding-top: 30px;
        padding-bottom: 30px; } }
    @media (min-width: 992px) {
      .recipes-slider .slider {
        margin: 0 60px;
        padding-top: 45px;
        padding-bottom: 45px; } }
  .recipes-slider .swiper-pagination {
    display: none; }
    .recipes-slider .swiper-pagination.swiper-pagination-bullets {
      bottom: 30px; }
    .recipes-slider .swiper-pagination .swiper-pagination-bullet {
      background-color: #fff;
      border: 1px solid #009e3d;
      width: 15px;
      height: 15px;
      opacity: 1; }
      .recipes-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #009e3d; }
  .recipes-slider .swiper-button-next,
  .recipes-slider .swiper-button-prev {
    background-image: none;
    width: 40px;
    height: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (min-width: 992px) {
      .recipes-slider .swiper-button-next,
      .recipes-slider .swiper-button-prev {
        width: 60px;
        height: 60px; } }
    .recipes-slider .swiper-button-next svg,
    .recipes-slider .swiper-button-prev svg {
      width: 40px;
      height: auto;
      fill: #fff; }
      @media (min-width: 768px) {
        .recipes-slider .swiper-button-next svg,
        .recipes-slider .swiper-button-prev svg {
          fill: #009e3d; } }
      @media (min-width: 992px) {
        .recipes-slider .swiper-button-next svg,
        .recipes-slider .swiper-button-prev svg {
          width: 60px;
          height: 60px; } }
    .recipes-slider .swiper-button-next.swiper-button-disabled,
    .recipes-slider .swiper-button-prev.swiper-button-disabled {
      display: none; }
  .recipes-slider .swiper-button-next {
    right: 0; }
    @media (min-width: 768px) {
      .recipes-slider .swiper-button-next {
        right: -10px; } }
  .recipes-slider .swiper-button-prev {
    left: 0; }
    @media (min-width: 768px) {
      .recipes-slider .swiper-button-prev {
        left: -10px; } }
  .recipes-slider .slider-slide {
    max-width: 100%;
    margin: 0 auto; }
    .recipes-slider .slider-slide:last-child {
      margin: 0;
      margin-right: auto !important; }
    .recipes-slider .slider-slide:first-child {
      margin: 0;
      margin-left: auto !important; }
    @media (min-width: 992px) {
      .recipes-slider .slider-slide {
        max-width: 33.33333%; } }
    .recipes-slider .slider-slide .slider-slide-inner {
      padding: 0; }
      @media (min-width: 768px) {
        .recipes-slider .slider-slide .slider-slide-inner {
          padding: 0 15px; } }
      .recipes-slider .slider-slide .slider-slide-inner:before {
        position: absolute;
        content: "";
        top: 0;
        width: 100%;
        height: 30px;
        background-image: url(../../assets/images/white-brushstroke.png);
        background-size: auto 100%;
        background-position: center;
        display: block;
        transform: rotate(180deg);
        z-index: 2; }
        @media (min-width: 768px) {
          .recipes-slider .slider-slide .slider-slide-inner:before {
            content: none; } }
      .recipes-slider .slider-slide .slider-slide-inner a {
        display: block;
        text-decoration: none; }
        .recipes-slider .slider-slide .slider-slide-inner a:hover figure {
          opacity: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          filter: alpha(opacity=100); }
      .recipes-slider .slider-slide .slider-slide-inner figure {
        position: relative;
        transition: all .35s ease-in-out; }
        @media (min-width: 768px) {
          .recipes-slider .slider-slide .slider-slide-inner figure {
            opacity: 0.8;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
            filter: alpha(opacity=80); } }
        .recipes-slider .slider-slide .slider-slide-inner figure:before {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 50%;
          /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,0.44+100 */
          background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.44) 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.44) 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.44) 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#70000000',GradientType=0 );
          /* IE6-9 */ }
        .recipes-slider .slider-slide .slider-slide-inner figure figcaption {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          text-align: center;
          padding: 0 15px 30px;
          font-style: normal;
          z-index: 1; }
          .recipes-slider .slider-slide .slider-slide-inner figure figcaption h3, .recipes-slider .slider-slide .slider-slide-inner figure figcaption .h5 {
            color: #fff;
            margin: 0;
            text-align: left; }
        .recipes-slider .slider-slide .slider-slide-inner figure .image {
          height: 280px;
          overflow: hidden; }
          @media (min-width: 1200px) {
            .recipes-slider .slider-slide .slider-slide-inner figure .image {
              height: 350px; } }
          .recipes-slider .slider-slide .slider-slide-inner figure .image img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
  .recipes-slider .actions-wrapper {
    display: flex;
    justify-content: center; }

/*=====  End of Recipes slider  ======*/
.product-linked-recipe {
  position: relative;
  width: 100vw;
  background-color: #e6e3e3;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  overflow: hidden; }
  .product-linked-recipe.video-started:before {
    animation: fadeOut .35s forwards; }
  .product-linked-recipe:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1; }
  .product-linked-recipe.show-cta .btn {
    display: block; }
  .product-linked-recipe video {
    display: block; }
  .product-linked-recipe .player {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .product-linked-recipe .btn {
    display: none;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .product-linked-recipe .video-desktop {
    display: none; }
    @media (min-width: 768px) {
      .product-linked-recipe .video-desktop {
        display: block; } }
  @media (min-width: 768px) {
    .product-linked-recipe .video-mobile {
      display: none; } }

/*=============================================
=            Products slider            =
=============================================*/
.products-slider {
  margin-bottom: 60px;
  position: relative; }
  .products-slider:before, .products-slider:after {
    content: '';
    z-index: -1;
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: auto 80%; }
    @media (min-width: 768px) {
      .products-slider:before, .products-slider:after {
        background-size: auto 100%; } }
  .products-slider:before {
    background-image: url(../../assets/images/atrezzo-slider-productos-mobile-izquierda.png);
    background-position: left;
    top: -10%; }
    @media (min-width: 768px) {
      .products-slider:before {
        top: 0;
        background-image: url(../../assets/images/atrezzo-slider-izquierda.png);
        background-position: left; } }
  .products-slider:after {
    background-image: url(../../assets/images/atrezzo-slider-productos-mobile-derecha.png);
    background-position: right;
    top: 15%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media (min-width: 768px) {
      .products-slider:after {
        top: 0;
        background-image: url(../../assets/images/atrezzo-slider-derecha.png);
        background-position: right; } }
  .products-slider > p {
    text-align: center;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .products-slider > p {
        max-width: none; } }
  .products-slider .slider-outer {
    position: relative; }
  .products-slider .slider {
    padding-top: 30px;
    padding-bottom: 90px;
    margin: -15px;
    margin-top: 0;
    overflow: hidden; }
    @media (min-width: 768px) {
      .products-slider .slider {
        padding-top: 45px;
        padding-bottom: 45px;
        margin: 0 22.5px; } }
    @media (min-width: 992px) {
      .products-slider .slider {
        margin: 0 60px; } }
    .products-slider .slider .slider-slide {
      margin: 0 auto;
      min-height: 280px; }
      .products-slider .slider .slider-slide:last-child {
        margin: 0;
        margin-right: auto !important; }
      .products-slider .slider .slider-slide:first-child {
        margin: 0;
        margin-left: auto !important; }
      .products-slider .slider .slider-slide.swiper-slide-prev .slider-slide-inner {
        -webkit-transform: translateX(65%);
        -moz-transform: translateX(65%);
        -ms-transform: translateX(65%);
        -o-transform: translateX(65%);
        transform: translateX(65%); }
        @media (min-width: 576px) {
          .products-slider .slider .slider-slide.swiper-slide-prev .slider-slide-inner {
            -webkit-transform: translateX(75%);
            -moz-transform: translateX(75%);
            -ms-transform: translateX(75%);
            -o-transform: translateX(75%);
            transform: translateX(75%); } }
      .products-slider .slider .slider-slide.swiper-slide-next .slider-slide-inner {
        -webkit-transform: translateX(-65%);
        -moz-transform: translateX(-65%);
        -ms-transform: translateX(-65%);
        -o-transform: translateX(-65%);
        transform: translateX(-65%); }
        @media (min-width: 576px) {
          .products-slider .slider .slider-slide.swiper-slide-next .slider-slide-inner {
            -webkit-transform: translateX(-75%);
            -moz-transform: translateX(-75%);
            -ms-transform: translateX(-75%);
            -o-transform: translateX(-75%);
            transform: translateX(-75%); } }
      .products-slider .slider .slider-slide.swiper-slide-prev .slider-slide-inner, .products-slider .slider .slider-slide.swiper-slide-next .slider-slide-inner {
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        filter: alpha(opacity=60); }
        .products-slider .slider .slider-slide.swiper-slide-prev .slider-slide-inner a figure picture img, .products-slider .slider .slider-slide.swiper-slide-next .slider-slide-inner a figure picture img {
          z-index: 0; }
        .products-slider .slider .slider-slide.swiper-slide-prev .slider-slide-inner figcaption, .products-slider .slider .slider-slide.swiper-slide-prev .slider-slide-inner .headline, .products-slider .slider .slider-slide.swiper-slide-next .slider-slide-inner figcaption, .products-slider .slider .slider-slide.swiper-slide-next .slider-slide-inner .headline {
          display: none; }
          @media (min-width: 768px) {
            .products-slider .slider .slider-slide.swiper-slide-prev .slider-slide-inner figcaption, .products-slider .slider .slider-slide.swiper-slide-prev .slider-slide-inner .headline, .products-slider .slider .slider-slide.swiper-slide-next .slider-slide-inner figcaption, .products-slider .slider .slider-slide.swiper-slide-next .slider-slide-inner .headline {
              display: block; } }
        @media (min-width: 768px) {
          .products-slider .slider .slider-slide.swiper-slide-prev .slider-slide-inner, .products-slider .slider .slider-slide.swiper-slide-next .slider-slide-inner {
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none;
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100); } }
      @media screen and (max-width: 767px) {
        .products-slider .slider .slider-slide.swiper-slide-active .slider-slide-inner a figure picture img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1);
          z-index: 1; } }
  @media (min-width: 768px) {
    .products-slider .swiper-pagination {
      display: none; } }
  .products-slider .swiper-pagination.swiper-pagination-bullets {
    bottom: 45px; }
  .products-slider .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    border: 1px solid #009e3d;
    width: 12px;
    height: 12px;
    opacity: 1; }
    .products-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #009e3d; }
  .products-slider .swiper-button-next,
  .products-slider .swiper-button-prev {
    margin-top: 0;
    background-image: none;
    top: 50%;
    display: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (min-width: 768px) {
      .products-slider .swiper-button-next,
      .products-slider .swiper-button-prev {
        display: block;
        width: 45px;
        height: 45px; } }
    @media (min-width: 992px) {
      .products-slider .swiper-button-next,
      .products-slider .swiper-button-prev {
        width: 60px;
        height: 60px; } }
    .products-slider .swiper-button-next svg,
    .products-slider .swiper-button-prev svg {
      width: 45px;
      height: auto;
      fill: #009e3d; }
      @media (min-width: 992px) {
        .products-slider .swiper-button-next svg,
        .products-slider .swiper-button-prev svg {
          width: 60px; } }
    .products-slider .swiper-button-next.swiper-button-disabled,
    .products-slider .swiper-button-prev.swiper-button-disabled {
      display: none; }
  .products-slider .swiper-button-next {
    right: -10px; }
  .products-slider .swiper-button-prev {
    left: -10px; }
  .products-slider .slider-slide .slider-slide-inner {
    padding: 0 30px; }
    .products-slider .slider-slide .slider-slide-inner a {
      display: block;
      text-decoration: none; }
      .products-slider .slider-slide .slider-slide-inner a figcaption h3 {
        color: #009e3d; }
        @media (min-width: 768px) {
          .products-slider .slider-slide .slider-slide-inner a figcaption h3 {
            color: #4f4f4f; } }
      .products-slider .slider-slide .slider-slide-inner a:hover figure img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
      .products-slider .slider-slide .slider-slide-inner a:hover figure figcaption h3 {
        color: #009e3d; }
    .products-slider .slider-slide .slider-slide-inner figure {
      position: relative; }
      .products-slider .slider-slide .slider-slide-inner figure .image {
        max-width: 100%;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px; }
        @media (min-width: 768px) {
          .products-slider .slider-slide .slider-slide-inner figure .image {
            height: 250px; } }
        .products-slider .slider-slide .slider-slide-inner figure .image img {
          max-height: 100%;
          max-width: 160px;
          -webkit-transition: all 0.35s ease-in-out;
          -moz-transition: all 0.35s ease-in-out;
          -ms-transition: all 0.35s ease-in-out;
          -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
          transform-origin: 50% 100%; }
          @media (min-width: 992px) {
            .products-slider .slider-slide .slider-slide-inner figure .image img {
              max-width: 185px; } }
    .products-slider .slider-slide .slider-slide-inner figcaption h3 {
      text-align: center;
      color: #009e3d;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out;
      margin-bottom: 5px;
      font-style: normal; }
    .products-slider .slider-slide .slider-slide-inner .headline {
      display: block;
      text-align: center;
      color: #4f4f4f;
      font-style: normal;
      font-weight: 400; }
      .products-slider .slider-slide .slider-slide-inner .headline:before {
        content: open-quote; }
      .products-slider .slider-slide .slider-slide-inner .headline:after {
        content: close-quote; }
  .products-slider.wp-block-florette-ingredients-slider .slider {
    padding-top: 30px;
    padding-bottom: 90px; }
    @media (min-width: 768px) {
      .products-slider.wp-block-florette-ingredients-slider .slider {
        padding-bottom: 30px; } }
    @media (min-width: 992px) {
      .products-slider.wp-block-florette-ingredients-slider .slider {
        padding-top: 45px;
        padding-bottom: 45px; } }
  .products-slider.wp-block-florette-ingredients-slider .slider-slide {
    max-width: 100%;
    min-width: 100%;
    height: auto; }
    @media (min-width: 768px) {
      .products-slider.wp-block-florette-ingredients-slider .slider-slide {
        max-width: 33.33333%;
        min-width: 33.33333%; } }
    .products-slider.wp-block-florette-ingredients-slider .slider-slide.swiper-slide-prev .slider-slide-inner {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
    .products-slider.wp-block-florette-ingredients-slider .slider-slide.swiper-slide-next .slider-slide-inner {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
    .products-slider.wp-block-florette-ingredients-slider .slider-slide.swiper-slide-active .slider-slide-inner a figure picture img {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
    .products-slider.wp-block-florette-ingredients-slider .slider-slide .slider-slide-inner > a:hover {
      box-shadow: 3px 3px 10px #d2d2d2; }
      .products-slider.wp-block-florette-ingredients-slider .slider-slide .slider-slide-inner > a:hover figure .image {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100); }
        .products-slider.wp-block-florette-ingredients-slider .slider-slide .slider-slide-inner > a:hover figure .image img {
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); }
    .products-slider.wp-block-florette-ingredients-slider .slider-slide .slider-slide-inner {
      position: relative;
      padding: 0 7.5px; }
      @media (min-width: 992px) {
        .products-slider.wp-block-florette-ingredients-slider .slider-slide .slider-slide-inner {
          padding: 0 15px; } }
      .products-slider.wp-block-florette-ingredients-slider .slider-slide .slider-slide-inner figure .image {
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        height: 250px;
        margin-bottom: 15px; }
        @media (min-width: 1200px) {
          .products-slider.wp-block-florette-ingredients-slider .slider-slide .slider-slide-inner figure .image {
            height: 360px; } }
        .products-slider.wp-block-florette-ingredients-slider .slider-slide .slider-slide-inner figure .image:after {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.1); }
        .products-slider.wp-block-florette-ingredients-slider .slider-slide .slider-slide-inner figure .image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          max-width: none; }
      .products-slider.wp-block-florette-ingredients-slider .slider-slide .slider-slide-inner figure figcaption {
        position: absolute;
        top: 0;
        left: 0;
        width: 230px;
        max-width: 100%;
        padding: 15px;
        z-index: 10; }
        @media (min-width: 1200px) {
          .products-slider.wp-block-florette-ingredients-slider .slider-slide .slider-slide-inner figure figcaption {
            padding: 30px; } }
        .products-slider.wp-block-florette-ingredients-slider .slider-slide .slider-slide-inner figure figcaption h3, .products-slider.wp-block-florette-ingredients-slider .slider-slide .slider-slide-inner figure figcaption .h5 {
          margin: 0;
          color: #fff;
          font-family: "AlbatrossCastorOne", Arial;
          font-style: normal;
          font-size: 1.875rem;
          text-align: left;
          text-shadow: 0.5px 0px 1px rgba(0, 0, 0, 0.3), 0px 0.5px 1px rgba(0, 0, 0, 0.3), -0.5px 0px 1px rgba(0, 0, 0, 0.3), 0px -0.5px 1px rgba(0, 0, 0, 0.3); }
          .products-slider.wp-block-florette-ingredients-slider .slider-slide .slider-slide-inner figure figcaption h3 i, .products-slider.wp-block-florette-ingredients-slider .slider-slide .slider-slide-inner figure figcaption h3 em, .products-slider.wp-block-florette-ingredients-slider .slider-slide .slider-slide-inner figure figcaption .h5 i, .products-slider.wp-block-florette-ingredients-slider .slider-slide .slider-slide-inner figure figcaption .h5 em {
            font-style: normal;
            font-family: "ThirstyRoughRegOne", Arial; }
          .products-slider.wp-block-florette-ingredients-slider .slider-slide .slider-slide-inner figure figcaption h3 em, .products-slider.wp-block-florette-ingredients-slider .slider-slide .slider-slide-inner figure figcaption .h5 em {
            transform: scale(1.4) translateX(5px);
            transform-origin: 0 0;
            display: inline-block; }

/*=====  End of Products slider  ======*/
/*=============================================
=            Product family viewer            =
=============================================*/
.product-family-viewer {
  display: none;
  margin-top: 60px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f5f3+0,ffffff+100 */
  background: #f5f5f3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f5f5f3 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f5f5f3 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f5f5f3 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f3', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  /* atrezzo styles */
  /* end of atrezzo styles*/ }
  @media (min-width: 768px) {
    .product-family-viewer {
      display: block; } }
  .product-family-viewer:before, .product-family-viewer:after {
    content: none; }
    @media (min-width: 768px) {
      .product-family-viewer:before, .product-family-viewer:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: -1;
        background-repeat: no-repeat; } }
  .product-family-viewer:before {
    background-image: url(../../assets/images/atrezzo-categoria-producto-producto-izquierda.png);
    background-position: left;
    background-size: 16% auto;
    -webkit-transform: translateX(-5%) translateY(16%);
    -moz-transform: translateX(-5%) translateY(16%);
    -ms-transform: translateX(-5%) translateY(16%);
    -o-transform: translateX(-5%) translateY(16%);
    transform: translateX(-5%) translateY(16%); }
  .product-family-viewer:after {
    background-image: url(../../assets/images/atrezzo-categoria-producto-producto-derecha.png);
    background-position: right;
    -webkit-transform: translateX(-2%) translateY(20%);
    -moz-transform: translateX(-2%) translateY(20%);
    -ms-transform: translateX(-2%) translateY(20%);
    -o-transform: translateX(-2%) translateY(20%);
    transform: translateX(-2%) translateY(20%);
    background-size: 12% auto; }
  .product-family-viewer > p {
    text-align: center; }
  .product-family-viewer .slider {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    margin-left: 45px;
    margin-right: 45px;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 15px; }
    .product-family-viewer .slider .swiper-wrapper {
      display: flex;
      align-items: center; }
  .product-family-viewer .swiper-pagination {
    display: none; }
  .product-family-viewer .swiper-button-next,
  .product-family-viewer .swiper-button-prev {
    background-image: none;
    width: 60px;
    height: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .product-family-viewer .swiper-button-next svg,
    .product-family-viewer .swiper-button-prev svg {
      width: 60px;
      height: auto;
      fill: #009e3d; }
    .product-family-viewer .swiper-button-next.swiper-button-disabled,
    .product-family-viewer .swiper-button-prev.swiper-button-disabled {
      display: none; }
  .product-family-viewer .swiper-button-next {
    right: -10px; }
  .product-family-viewer .swiper-button-prev {
    left: -10px; }
  .product-family-viewer .select-item-button {
    padding: 15px;
    cursor: pointer; }
    @media (min-width: 1200px) {
      .product-family-viewer .select-item-button {
        padding: 30px; } }
    .product-family-viewer .select-item-button:hover figure img {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }
  .product-family-viewer .slider-slide {
    max-width: 100%; }
    @media (min-width: 768px) {
      .product-family-viewer .slider-slide {
        max-width: 33.33333%; } }
    @media (min-width: 992px) {
      .product-family-viewer .slider-slide {
        max-width: 25%; } }
    .product-family-viewer .slider-slide .select-item-button.active {
      background-color: #fff;
      box-shadow: 2px 5px 12px 2px rgba(0, 0, 0, 0.15); }
      .product-family-viewer .slider-slide .select-item-button.active:after {
        content: "";
        position: absolute;
        bottom: -15px;
        border-top: 17px solid #fff;
        border-left: 18px solid transparent;
        border-right: 18px solid transparent;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
      .product-family-viewer .slider-slide .select-item-button.active:hover figure img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
    .product-family-viewer .slider-slide .slider-slide-inner {
      padding: 0 15px; }
      .product-family-viewer .slider-slide .slider-slide-inner a {
        display: block;
        text-decoration: none; }
      .product-family-viewer .slider-slide .slider-slide-inner figure {
        position: relative; }
        .product-family-viewer .slider-slide .slider-slide-inner figure img {
          -webkit-transition: all 0.35s ease-in-out;
          -moz-transition: all 0.35s ease-in-out;
          -ms-transition: all 0.35s ease-in-out;
          -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
          transform-origin: 50% 100%;
          max-height: 165px;
          margin: 0 auto; }
      .product-family-viewer .slider-slide .slider-slide-inner h3 {
        color: #009e3d;
        text-align: center;
        margin-bottom: 5px; }
      .product-family-viewer .slider-slide .slider-slide-inner .headline {
        text-align: center;
        margin: 0; }
  .product-family-viewer .product-display {
    display: none;
    align-items: center;
    padding-bottom: 90px;
    padding-top: 75px; }
    .product-family-viewer .product-display.active {
      display: flex; }
    .product-family-viewer .product-display .product-image {
      opacity: 0; }
    .product-family-viewer .product-display .product-image.fade-in {
      opacity: 1;
      transition: opacity 0.5s ease-in; }
    .product-family-viewer .product-display .product-image {
      max-width: 50%;
      min-width: 50%;
      display: flex;
      justify-content: center;
      align-self: flex-start; }
      @media (min-width: 992px) {
        .product-family-viewer .product-display .product-image {
          max-width: 50%;
          min-width: 50%;
          align-self: center; } }
      @media (min-width: 1200px) {
        .product-family-viewer .product-display .product-image {
          max-width: 58.33333%;
          min-width: 58.33333%; } }
      .product-family-viewer .product-display .product-image .image {
        max-width: 100%; }
        .product-family-viewer .product-display .product-image .image img {
          margin: 0 auto; }
          @media (min-width: 768px) {
            .product-family-viewer .product-display .product-image .image img {
              max-width: 360px;
              max-height: 360px; } }
          @media (min-width: 992px) {
            .product-family-viewer .product-display .product-image .image img {
              max-width: 450px;
              max-height: 450px; } }
    .product-family-viewer .product-display .product-data {
      flex-grow: 1;
      padding: 0 30px; }
      .product-family-viewer .product-display .product-data header {
        text-align: center;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #d2d2d2; }
        @media (min-width: 992px) {
          .product-family-viewer .product-display .product-data header {
            margin-bottom: 30px;
            padding-bottom: 22.5px; } }
        .product-family-viewer .product-display .product-data header h3 {
          font-family: "ThirstyRoughRegOne", Arial;
          font-style: normal;
          font-size: 2.34375rem;
          color: #009e3d;
          margin: 0; }
          @media (min-width: 768px) {
            .product-family-viewer .product-display .product-data header h3 {
              font-size: 1.875rem; } }
          @media (min-width: 992px) {
            .product-family-viewer .product-display .product-data header h3 {
              font-size: 2.5rem; } }
          @media (min-width: 1200px) {
            .product-family-viewer .product-display .product-data header h3 {
              font-size: 2.5rem; } }
        .product-family-viewer .product-display .product-data header .headline {
          margin: 10px 0 0; }
      .product-family-viewer .product-display .product-data h4 {
        color: #009e3d;
        display: flex;
        align-items: center; }
        .product-family-viewer .product-display .product-data h4 .icon {
          margin-right: 15px; }
          .product-family-viewer .product-display .product-data h4 .icon svg path {
            fill: #009e3d; }
      .product-family-viewer .product-display .product-data footer {
        margin-top: 30px; }
        .product-family-viewer .product-display .product-data footer.no-ingredients {
          text-align: center; }

@media (min-width: 768px) {
  .product-family-viewer-xs {
    display: none; } }

.product-family-viewer-xs .slider-outer {
  margin: 0 -15px; }
  .product-family-viewer-xs .slider-outer .slider {
    padding-bottom: 0; }

.product-family-viewer-xs .slider-slide-inner {
  padding: 60px;
  max-width: 400px;
  margin: 0 auto; }
  @media (min-width: 576px) {
    .product-family-viewer-xs .slider-slide-inner {
      padding: 15px; } }

.product-family-viewer-xs figure {
  margin: 0 auto; }
  .product-family-viewer-xs figure img {
    max-width: 200px;
    max-height: 200px;
    margin: 0 auto; }
    @media (min-width: 576px) {
      .product-family-viewer-xs figure img {
        max-width: 250px;
        max-height: 250px; } }

.product-family-viewer-xs header {
  padding: 0;
  margin: 30px 0 30px;
  text-align: center; }
  .product-family-viewer-xs header h3 {
    margin: 0 0 10px;
    font-family: "ThirstyRoughRegOne", Arial;
    color: #009e3d;
    font-size: 2.5rem; }
  .product-family-viewer-xs header .headline {
    margin-bottom: 0; }

.product-family-viewer-xs .product-data-body h4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #009e3d; }
  .product-family-viewer-xs .product-data-body h4 svg {
    fill: #009e3d;
    margin-right: 15px; }

.product-family-viewer-xs footer {
  display: flex;
  justify-content: center;
  margin-top: 45px; }

.product-family-viewer-xs .swiper-button-next,
.product-family-viewer-xs .swiper-button-prev {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 13%;
  z-index: 1;
  background: none; }
  .product-family-viewer-xs .swiper-button-next::before, .product-family-viewer-xs .swiper-button-next::after,
  .product-family-viewer-xs .swiper-button-prev::before,
  .product-family-viewer-xs .swiper-button-prev::after {
    display: none; }
  .product-family-viewer-xs .swiper-button-next svg,
  .product-family-viewer-xs .swiper-button-prev svg {
    fill: #009e3d;
    width: 45px;
    height: 45px; }
  .product-family-viewer-xs .swiper-button-next.swiper-button-disabled,
  .product-family-viewer-xs .swiper-button-prev.swiper-button-disabled {
    display: none; }

.product-family-viewer-xs .swiper-button-next {
  right: 0; }
  @media (min-width: 576px) {
    .product-family-viewer-xs .swiper-button-next {
      right: 45px; } }

.product-family-viewer-xs .swiper-button-prev {
  left: 0; }
  @media (min-width: 576px) {
    .product-family-viewer-xs .swiper-button-prev {
      left: 45px; } }

/*=====  End of Product family viewer ======*/
.background-block {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f5f5f3; }
  .background-block .wp-block-button {
    margin-top: 30px; }
  .background-block:not(.overlay) {
    padding: 60px 0; }
  .background-block.overlay .overlay-target {
    background: rgba(0, 0, 0, 0.2); }

.counter-wrapper {
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  width: 20rem;
  margin: 0 auto;
  padding: 2rem; }
  .counter-wrapper h4 {
    text-align: center; }
    .counter-wrapper h4 .counter-number {
      margin: 0 0.25rem;
      font-size: 2.5rem; }
    .counter-wrapper h4 em {
      font-family: "ThirstyRoughRegOne", Arial; }
  .counter-wrapper .wp-block-separator {
    position: relative;
    width: 50%;
    transform: unset;
    left: unset;
    border: none;
    margin: inherit;
    background: whitesmoke;
    background: -moz-linear-gradient(top, whitesmoke 0%, white 100%);
    background: -webkit-linear-gradient(top, whitesmoke 0%, white 100%);
    background: linear-gradient(to bottom, whitesmoke 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 );
    height: 3px;
    background-color: white; }

.slider-outer {
  position: relative; }

.slider {
  position: relative;
  margin-top: 30px;
  padding-bottom: 45px; }

header .social-nav ul > li a svg path, header .social-nav ul > li a svg .social-nav ul > li a svg .st0,
header .social-nav ul > li a svg .social-nav ul > li a svg path.st0 {
  fill: white !important; }

.page-product-families .product-family-info {
  position: relative;
  z-index: 100; }

.page-product-families .guten-content > .product-family {
  /* atrezzo styles */
  /* end of atrezzo styles */ }
  .page-product-families .guten-content > .product-family .product-family-info:before, .page-product-families .guten-content > .product-family .product-family-info:after, .page-product-families .guten-content > .product-family > .product-family-image:before, .page-product-families .guten-content > .product-family > .product-family-image:after {
    content: none; }
    @media (min-width: 768px) {
      .page-product-families .guten-content > .product-family .product-family-info:before, .page-product-families .guten-content > .product-family .product-family-info:after, .page-product-families .guten-content > .product-family > .product-family-image:before, .page-product-families .guten-content > .product-family > .product-family-image:after {
        content: '';
        display: block;
        width: 100vw;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        z-index: -1;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        background-repeat: no-repeat; } }
  .page-product-families .guten-content > .product-family:nth-of-type(1) > .product-family-image:before {
    background-image: url(../../assets/images/atrezzo-leaf-4.png);
    background-position: left;
    background-size: 8% auto;
    -webkit-transform: translateX(-45%) translateY(-50%);
    -moz-transform: translateX(-45%) translateY(-50%);
    -ms-transform: translateX(-45%) translateY(-50%);
    -o-transform: translateX(-45%) translateY(-50%);
    transform: translateX(-45%) translateY(-50%); }
  .page-product-families .guten-content > .product-family:nth-of-type(1) > .product-family-image:after {
    background-image: url(../../assets/images/atrezzo-nuestros-productos-derecha-1.png);
    background-position: right;
    -webkit-transform: translateX(-49%) translateY(-30%);
    -moz-transform: translateX(-49%) translateY(-30%);
    -ms-transform: translateX(-49%) translateY(-30%);
    -o-transform: translateX(-49%) translateY(-30%);
    transform: translateX(-49%) translateY(-30%);
    background-size: 10% auto; }
  .page-product-families .guten-content > .product-family:nth-of-type(2) > .product-family-image:before {
    background-image: url(../../assets/images/atrezzo-nuestros-productos-izquierda-2.png);
    background-position: left;
    -webkit-transform: translateX(-58%);
    -moz-transform: translateX(-58%);
    -ms-transform: translateX(-58%);
    -o-transform: translateX(-58%);
    transform: translateX(-58%);
    background-size: auto 100%; }
  .page-product-families .guten-content > .product-family:nth-of-type(2) > .product-family-image:after {
    background-image: url(../../assets/images/atrezzo-leaf-9.png);
    background-position: right;
    -webkit-transform: translateX(-55%) translateY(-15%) rotate(-10deg);
    -moz-transform: translateX(-55%) translateY(-15%) rotate(-10deg);
    -ms-transform: translateX(-55%) translateY(-15%) rotate(-10deg);
    -o-transform: translateX(-55%) translateY(-15%) rotate(-10deg);
    transform: translateX(-55%) translateY(-15%) rotate(-10deg);
    background-size: 8% auto; }
  .page-product-families .guten-content > .product-family:nth-of-type(3) > .product-family-image:before {
    background-image: url(../../assets/images/atrezzo-nuestros-productos-izquierda-3.png);
    background-position: left;
    -webkit-transform: translateX(-47%) translateY(-48%);
    -moz-transform: translateX(-47%) translateY(-48%);
    -ms-transform: translateX(-47%) translateY(-48%);
    -o-transform: translateX(-47%) translateY(-48%);
    transform: translateX(-47%) translateY(-48%);
    background-size: 6% auto; }
  .page-product-families .guten-content > .product-family:nth-of-type(3) > .product-family-image:after {
    background-image: url(../../assets/images/atrezzo-leaf-3.png);
    background-position: right;
    -webkit-transform: translateX(-55%) translateY(55%);
    -moz-transform: translateX(-55%) translateY(55%);
    -ms-transform: translateX(-55%) translateY(55%);
    -o-transform: translateX(-55%) translateY(55%);
    transform: translateX(-55%) translateY(55%);
    background-size: 6% auto; }
  .page-product-families .guten-content > .product-family:nth-of-type(5) > .product-family-image:before {
    background-image: url(../../assets/images/atrezzo-leaf-4.png);
    background-position: left;
    -webkit-transform: translateX(-47%) translateY(-48%);
    -moz-transform: translateX(-47%) translateY(-48%);
    -ms-transform: translateX(-47%) translateY(-48%);
    -o-transform: translateX(-47%) translateY(-48%);
    transform: translateX(-47%) translateY(-48%);
    background-size: 6% auto; }
  .page-product-families .guten-content > .product-family:nth-of-type(5) > .product-family-image:after {
    background-image: url(../../assets/images/atrezzo-nuestros-productos-izquierda-5.png);
    background-position: right;
    -webkit-transform: translateX(-40%) translateY(46%);
    -moz-transform: translateX(-40%) translateY(46%);
    -ms-transform: translateX(-40%) translateY(46%);
    -o-transform: translateX(-40%) translateY(46%);
    transform: translateX(-40%) translateY(46%);
    background-size: auto 70%; }
  .page-product-families .guten-content > .product-family:nth-of-type(7) > .product-family-image:before {
    background-image: url(../../assets/images/atrezzo-cabecera-recetas-tipo-hojas.png);
    background-position: left;
    -webkit-transform: translateX(-47%) translateY(-50%);
    -moz-transform: translateX(-47%) translateY(-50%);
    -ms-transform: translateX(-47%) translateY(-50%);
    -o-transform: translateX(-47%) translateY(-50%);
    transform: translateX(-47%) translateY(-50%);
    background-size: auto 50%; }
  .page-product-families .guten-content > .product-family:nth-of-type(7) > .product-family-image:after {
    background-image: url(../../assets/images/atrezzo-nuestros-productos-derecha-7.png);
    background-position: right;
    -webkit-transform: translateX(-55%) translateY(55%);
    -moz-transform: translateX(-55%) translateY(55%);
    -ms-transform: translateX(-55%) translateY(55%);
    -o-transform: translateX(-55%) translateY(55%);
    transform: translateX(-55%) translateY(55%);
    background-size: auto 65%; }
  .page-product-families .guten-content > .product-family:nth-of-type(odd):after {
    background-image: url(../../assets/images/families-path-rtl.png); }
  .page-product-families .guten-content > .product-family:nth-of-type(even) {
    justify-content: flex-end; }
    @media (min-width: 768px) {
      .page-product-families .guten-content > .product-family:nth-of-type(even) {
        justify-content: flex-start; } }
    .page-product-families .guten-content > .product-family:nth-of-type(even):after {
      background-image: url(../../assets/images/families-path-ltr.png); }
  .page-product-families .guten-content > .product-family:last-of-type:after {
    display: none; }
  .page-product-families .guten-content > .product-family > *:first-child.product-family-image {
    margin-left: 8.33333%; }
    @media (min-width: 992px) {
      .page-product-families .guten-content > .product-family > *:first-child.product-family-image {
        margin-left: 16.66667%; } }

.page-product-families .products-slider:before, .page-product-families .products-slider:after {
  content: none; }
  @media (min-width: 768px) {
    .page-product-families .products-slider:before, .page-product-families .products-slider:after {
      content: ''; } }

.page-product-families .products-slider .slider .slider-slide .slider-slide-inner {
  padding: 15px 0 0; }
  @media (min-width: 768px) {
    .page-product-families .products-slider .slider .slider-slide .slider-slide-inner {
      padding: 0 15px; } }
  .page-product-families .products-slider .slider .slider-slide .slider-slide-inner:before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 30px;
    background-image: url(../../assets/images/white-brushstroke.png);
    background-size: auto 100%;
    background-position: center;
    display: block;
    transform: rotate(180deg);
    z-index: 2; }
    @media (min-width: 768px) {
      .page-product-families .products-slider .slider .slider-slide .slider-slide-inner:before {
        content: none; } }
  @media (min-width: 768px) {
    .page-product-families .products-slider .slider .slider-slide .slider-slide-inner > a {
      box-shadow: 3px 3px 10px #d2d2d2; } }
  @media (max-width: 767px) {
    .page-product-families .products-slider .slider .slider-slide .slider-slide-inner > a:hover {
      box-shadow: none; } }
  .page-product-families .products-slider .slider .slider-slide .slider-slide-inner > a figure .image {
    height: 340px; }
    @media (min-width: 768px) {
      .page-product-families .products-slider .slider .slider-slide .slider-slide-inner > a figure .image {
        height: 310px; } }
  .page-product-families .products-slider .slider .slider-slide .slider-slide-inner > a figure figcaption {
    display: block;
    padding: 30px; }
    @media (min-width: 768px) {
      .page-product-families .products-slider .slider .slider-slide .slider-slide-inner > a figure figcaption {
        padding: 15px; } }
    .page-product-families .products-slider .slider .slider-slide .slider-slide-inner > a figure figcaption h3 em {
      font-size: 2.5rem; }
      @media (min-width: 768px) {
        .page-product-families .products-slider .slider .slider-slide .slider-slide-inner > a figure figcaption h3 em {
          font-size: 2.5rem; } }

.product-family {
  position: relative;
  display: flex;
  padding: 45px 0 30px;
  flex-wrap: nowrap;
  margin: 0 -15px; }
  @media (min-width: 768px) {
    .product-family {
      margin: 0;
      padding: 45px 0; } }
  @media (min-width: 1200px) {
    .product-family {
      padding: 60px 0; } }
  .product-family svg {
    width: 74%;
    position: absolute;
    border: 0;
    bottom: -38px;
    right: 14%;
    z-index: -100; }
    @media (min-width: 768px) {
      .product-family svg {
        width: 400px;
        bottom: -42px;
        right: 24%; } }
    @media (min-width: 1200px) {
      .product-family svg {
        width: 475px;
        bottom: -80px;
        right: 29%; } }
    .product-family svg path {
      fill: #d2d2d2; }
    .product-family svg .dashes-wrapper.animate g:nth-child(1) path {
      fill: #009e3d;
      transition: fill ease-in 0.05s 0.2s; }
    .product-family svg .dashes-wrapper.animate g:nth-child(2) path {
      fill: #009e3d;
      transition: fill ease-in 0.05s 0.4s; }
    .product-family svg .dashes-wrapper.animate g:nth-child(3) path {
      fill: #009e3d;
      transition: fill ease-in 0.05s 0.6s; }
    .product-family svg .dashes-wrapper.animate g:nth-child(4) path {
      fill: #009e3d;
      transition: fill ease-in 0.05s 0.8s; }
    .product-family svg .dashes-wrapper.animate g:nth-child(5) path {
      fill: #009e3d;
      transition: fill ease-in 0.05s 1s; }
    .product-family svg .dashes-wrapper.animate g:nth-child(6) path {
      fill: #009e3d;
      transition: fill ease-in 0.05s 1.2s; }
    .product-family svg .dashes-wrapper.animate g:nth-child(7) path {
      fill: #009e3d;
      transition: fill ease-in 0.05s 1.4s; }
    .product-family svg .dashes-wrapper.animate g:nth-child(8) path {
      fill: #009e3d;
      transition: fill ease-in 0.05s 1.6s; }
    .product-family svg .dashes-wrapper.animate g:nth-child(9) path {
      fill: #009e3d;
      transition: fill ease-in 0.05s 1.8s; }
    .product-family svg .dashes-wrapper.animate g:nth-child(10) path {
      fill: #009e3d;
      transition: fill ease-in 0.05s 2s; }
    .product-family svg .dashes-wrapper.animate g:nth-child(11) path {
      fill: #009e3d;
      transition: fill ease-in 0.05s 2.2s; }
    .product-family svg .dashes-wrapper.animate g:nth-child(12) path {
      fill: #009e3d;
      transition: fill ease-in 0.05s 2.4s; }
    .product-family svg .dashes-wrapper.animate g:nth-child(13) path {
      fill: #009e3d;
      transition: fill ease-in 0.05s 2.6s; }
    .product-family svg .dashes-wrapper.animate g:nth-child(14) path {
      fill: #009e3d;
      transition: fill ease-in 0.05s 2.8s; }
    .product-family svg .dashes-wrapper.animate g:nth-child(15) path {
      fill: #009e3d;
      transition: fill ease-in 0.05s 3s; }
    .product-family svg .dashes-wrapper.animate g:nth-child(16) path {
      fill: #009e3d;
      transition: fill ease-in 0.05s 3.2s; }
    .product-family svg .dashes-wrapper.animate g:nth-child(17) path {
      fill: #009e3d;
      transition: fill ease-in 0.05s 3.4s; }
    .product-family svg .dashes-wrapper.animate g:nth-child(18) path {
      fill: #009e3d;
      transition: fill ease-in 0.05s 3.6s; }
    .product-family svg .dashes-wrapper.animate g:nth-child(19) path {
      fill: #009e3d;
      transition: fill ease-in 0.05s 3.8s; }
    .product-family svg .dashes-wrapper.animate g:nth-child(20) path {
      fill: #009e3d;
      transition: fill ease-in 0.05s 4s; }
    .product-family svg .dashes-wrapper.animate g:nth-child(21) path {
      fill: #009e3d;
      transition: fill ease-in 0.05s 4.2s; }
    .product-family svg .dashes-wrapper.animate g:nth-child(22) path {
      fill: #009e3d;
      transition: fill ease-in 0.05s 4.4s; }
    .product-family svg .dashes-wrapper.animate g:nth-child(23) path {
      fill: #009e3d;
      transition: fill ease-in 0.05s 4.6s; }
    .product-family svg .dashes-wrapper.animate g:nth-child(24) path {
      fill: #009e3d;
      transition: fill ease-in 0.05s 4.8s; }
    .product-family svg .dashes-wrapper.animate g:nth-child(25) path {
      fill: #009e3d;
      transition: fill ease-in 0.05s 5s; }
  .product-family .product-family-info {
    align-self: center;
    min-width: 62.5%;
    max-width: 62.5%;
    margin-right: 0;
    margin: 0 5px;
    z-index: 5; }
    @media (min-width: 768px) {
      .product-family .product-family-info {
        min-width: 41.66667%;
        max-width: 41.66667%;
        margin-left: 8.33333%; } }
    @media (min-width: 992px) {
      .product-family .product-family-info {
        min-width: 33.33333%;
        max-width: 33.33333%;
        margin-left: 16.66667%; } }
    @media (min-width: 1200px) {
      .product-family .product-family-info {
        margin-left: 8.33333%; } }
    .product-family .product-family-info h2, .product-family .product-family-info h3, .product-family .product-family-info h4, .product-family .product-family-info h5, .product-family .product-family-info h6 {
      text-align: center;
      font-size: 1.75rem;
      font-family: "ThirstyRoughRegOne", Arial;
      font-style: normal;
      line-height: 1;
      margin: 0 0 15px; }
      @media (min-width: 768px) {
        .product-family .product-family-info h2, .product-family .product-family-info h3, .product-family .product-family-info h4, .product-family .product-family-info h5, .product-family .product-family-info h6 {
          font-size: 2.25rem;
          margin: 0 0 37.5px; } }
      @media (min-width: 992px) {
        .product-family .product-family-info h2, .product-family .product-family-info h3, .product-family .product-family-info h4, .product-family .product-family-info h5, .product-family .product-family-info h6 {
          font-size: 3rem; } }
      @media (min-width: 1200px) {
        .product-family .product-family-info h2, .product-family .product-family-info h3, .product-family .product-family-info h4, .product-family .product-family-info h5, .product-family .product-family-info h6 {
          font-size: 3.875rem; } }
      .product-family .product-family-info h2 em, .product-family .product-family-info h3 em, .product-family .product-family-info h4 em, .product-family .product-family-info h5 em, .product-family .product-family-info h6 em {
        display: inline-block;
        font-family: "AlbatrossCastorOne", Arial;
        font-style: normal;
        font-size: 2.34375rem; }
        @media (min-width: 768px) {
          .product-family .product-family-info h2 em, .product-family .product-family-info h3 em, .product-family .product-family-info h4 em, .product-family .product-family-info h5 em, .product-family .product-family-info h6 em {
            font-size: 3.125rem; } }
        @media (min-width: 992px) {
          .product-family .product-family-info h2 em, .product-family .product-family-info h3 em, .product-family .product-family-info h4 em, .product-family .product-family-info h5 em, .product-family .product-family-info h6 em {
            font-size: 2.5rem; } }
        @media (min-width: 1200px) {
          .product-family .product-family-info h2 em, .product-family .product-family-info h3 em, .product-family .product-family-info h4 em, .product-family .product-family-info h5 em, .product-family .product-family-info h6 em {
            font-size: 2.5rem; } }
        .product-family .product-family-info h2 em:before, .product-family .product-family-info h2 em:after, .product-family .product-family-info h3 em:before, .product-family .product-family-info h3 em:after, .product-family .product-family-info h4 em:before, .product-family .product-family-info h4 em:after, .product-family .product-family-info h5 em:before, .product-family .product-family-info h5 em:after, .product-family .product-family-info h6 em:before, .product-family .product-family-info h6 em:after {
          content: "";
          width: 24px;
          height: 24px;
          background-size: 24px auto;
          background-position: center;
          background-repeat: no-repeat;
          display: inline-block; }
        .product-family .product-family-info h2 em:before, .product-family .product-family-info h3 em:before, .product-family .product-family-info h4 em:before, .product-family .product-family-info h5 em:before, .product-family .product-family-info h6 em:before {
          transform: scale(0);
          opacity: 0;
          animation: growLeaf 0.35s 2.5s ease-in forwards;
          margin-right: 15px;
          background-image: url(../../assets/icons/leaf-title-left.svg); }
        .product-family .product-family-info h2 em:after, .product-family .product-family-info h3 em:after, .product-family .product-family-info h4 em:after, .product-family .product-family-info h5 em:after, .product-family .product-family-info h6 em:after {
          margin-left: 15px;
          transform: scale(0);
          opacity: 0.2;
          animation: growLeaf 0.35s 2.5s ease-in forwards;
          background-image: url(../../assets/icons/leaf-title-right.svg); }
    .product-family .product-family-info p {
      font-size: 16px;
      text-align: center !important;
      line-height: 1.5; }
      @media (min-width: 768px) {
        .product-family .product-family-info p {
          font-size: 18px;
          line-height: 1.7; } }
    .product-family .product-family-info .custom-button-wrapper {
      margin-top: 15px; }
      @media (min-width: 768px) {
        .product-family .product-family-info .custom-button-wrapper {
          margin-top: 30px; } }
  .product-family .product-family-image {
    z-index: 1;
    align-self: center;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    min-width: 200px;
    max-width: 200px;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); }
    @media (min-width: 768px) {
      .product-family .product-family-image {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        min-width: 25%;
        max-width: 25%;
        margin-left: 16.66667%; } }
    @media (min-width: 992px) {
      .product-family .product-family-image {
        margin-left: 8.33333%; } }
    @media (min-width: 1200px) {
      .product-family .product-family-image {
        margin-left: 16.66667%; } }
    .product-family .product-family-image .wp-block-image {
      margin-bottom: 0; }
    .product-family .product-family-image img {
      width: 100%;
      height: auto;
      display: block; }

/*=============================================
=            Recipe ingredients            =
=============================================*/
.recipe-ingredients-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 18px;
  max-width: 400px;
  margin: 0 auto; }
  .recipe-ingredients-wrapper:after {
    content: '';
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../../assets/icons/table-bottom.svg);
    width: 100%;
    background-size: 100%;
    display: block; }
  .recipe-ingredients-wrapper .recipe-ingredients-overlay {
    display: block; }
    .recipe-ingredients-wrapper .recipe-ingredients-overlay svg {
      display: none;
      fill: #e6e6e0; }
  .recipe-ingredients-wrapper .recipe-ingredients-list {
    display: table;
    min-height: 400px;
    background: #e6e6e0;
    border-radius: 37px 37px 0 0;
    position: relative;
    width: 100%;
    padding: 0 30px 30px;
    height: auto; }
    .recipe-ingredients-wrapper .recipe-ingredients-list hr, .recipe-ingredients-wrapper .recipe-ingredients-list .wp-block-separator.is-style-light-short {
      width: auto; }
    .recipe-ingredients-wrapper .recipe-ingredients-list .steps {
      margin-top: 45px;
      margin-bottom: 0;
      margin-left: 30px;
      margin-right: 15px; }
      @media (min-width: 768px) {
        .recipe-ingredients-wrapper .recipe-ingredients-list .steps {
          margin-left: 15px;
          margin-right: 0; } }
      @media (min-width: 992px) {
        .recipe-ingredients-wrapper .recipe-ingredients-list .steps {
          margin-left: 30px;
          margin-right: 15px; } }
      .recipe-ingredients-wrapper .recipe-ingredients-list .steps > li:last-child {
        margin-bottom: 0; }

/*=============================================
=            Recipe preparation            =
=============================================*/
.wp-block-florette-recipe-preparation .steps {
  margin-top: 45px;
  margin-bottom: 45px; }
  .wp-block-florette-recipe-preparation .steps li {
    padding-left: 40px;
    margin-bottom: 30px; }
    .wp-block-florette-recipe-preparation .steps li:before {
      top: -5px;
      width: 40px;
      height: 40px;
      color: #fff;
      padding: 7px 0 0 15px;
      background-color: #009e3d;
      -webkit-mask: url(../../assets/icons/straight-leaf.svg) no-repeat 50% 50%;
      mask: url(../../assets/icons/straight-leaf.svg) no-repeat 50% 50%; }
    .wp-block-florette-recipe-preparation .steps li:last-child {
      margin-bottom: 0; }

/*=============================================
=            Rating            =
=============================================*/
.wp-block-florette-rating {
  display: table;
  margin: 0 auto; }
  .wp-block-florette-rating .points {
    display: flex;
    align-items: center; }
    .wp-block-florette-rating .points.disabled .star:hover {
      transform: scale(1);
      cursor: auto; }
  .wp-block-florette-rating .star {
    display: inline-block;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    cursor: pointer; }
    .wp-block-florette-rating .star:hover {
      transform: scale(1.4); }
    .wp-block-florette-rating .star + .star {
      margin-left: 7.5px; }
    .wp-block-florette-rating .star svg {
      width: 20px;
      height: auto; }
      .wp-block-florette-rating .star svg path {
        fill: #fff;
        stroke: #009e3d; }
    .wp-block-florette-rating .star.active svg path {
      fill: #009e3d; }
    .wp-block-florette-rating .star.selected svg path {
      fill: #ffd900; }
  .wp-block-florette-rating .puntuation {
    color: #009e3d;
    font-size: 18px;
    margin-left: 15px;
    margin-top: 2px; }

/*=============================================
=            Recipe presentation            =
=============================================*/
.recipe-presentation {
  margin: 45px -15px 0; }
  @media (min-width: 768px) {
    .recipe-presentation {
      margin: 45px 0 0; } }
  .recipe-presentation .player-wrapper {
    position: relative;
    overflow: hidden;
    cursor: pointer; }
    .recipe-presentation .player-wrapper.playing .actions-wrapper {
      display: none; }
    .recipe-presentation .player-wrapper .actions-wrapper {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      .recipe-presentation .player-wrapper .actions-wrapper .player-placeholder {
        position: absolute;
        top: 0;
        left: 0; }
        .recipe-presentation .player-wrapper .actions-wrapper .player-placeholder img {
          max-width: 100%;
          height: auto; }
  .recipe-presentation .separator {
    position: relative;
    width: 100vw;
    transform: translateX(-50%);
    left: 50%;
    border: none;
    margin: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f5f3+0,ffffff+100 */
    background: #f5f5f3;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f5f5f3 0%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f5f5f3 0%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f5f5f3 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f3', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
    height: 7.5px;
    background-color: white; }
    @media (min-width: 768px) {
      .recipe-presentation .separator {
        display: none; } }
  .recipe-presentation .recipe-caption {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .recipe-presentation .recipe-caption {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        margin-top: 15px; } }
    .recipe-presentation .recipe-caption .recipe-meta {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      margin: 0;
      padding: 0;
      -webkit-box-shadow: 0px 3px 3px 0px #dcdcdc;
      -moz-box-shadow: 0px 3px 3px 0px #dcdcdc;
      -ms-box-shadow: 0px 3px 3px 0px #dcdcdc;
      -o-box-shadow: 0px 3px 3px 0px #dcdcdc;
      box-shadow: 0px 3px 3px 0px #dcdcdc; }
      @media (min-width: 768px) {
        .recipe-presentation .recipe-caption .recipe-meta {
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          -ms-box-shadow: none;
          -o-box-shadow: none;
          box-shadow: none;
          padding: 0; } }
      .recipe-presentation .recipe-caption .recipe-meta > li {
        margin: 0;
        padding: 7.5px 15px 7.5px 0;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (min-width: 768px) {
          .recipe-presentation .recipe-caption .recipe-meta > li {
            flex: auto;
            padding: 7.5px 15px 7.5px 0; } }
        @media (min-width: 992px) {
          .recipe-presentation .recipe-caption .recipe-meta > li {
            padding: 7.5px 30px 7.5px 0; } }
        .recipe-presentation .recipe-caption .recipe-meta > li:last-child {
          padding-right: 0; }
        .recipe-presentation .recipe-caption .recipe-meta > li:before {
          content: none; }
        .recipe-presentation .recipe-caption .recipe-meta > li .desktop-text {
          display: none; }
        @media (min-width: 768px) {
          .recipe-presentation .recipe-caption .recipe-meta > li .mobile-text {
            display: none; }
          .recipe-presentation .recipe-caption .recipe-meta > li .desktop-text {
            display: inline-block; } }
        .recipe-presentation .recipe-caption .recipe-meta > li strong {
          font-weight: 600; }
        .recipe-presentation .recipe-caption .recipe-meta > li > span {
          margin-right: 7.5px; }
          @media (min-width: 768px) {
            .recipe-presentation .recipe-caption .recipe-meta > li > span {
              margin-right: 15px; } }
          .recipe-presentation .recipe-caption .recipe-meta > li > span svg {
            width: 20px;
            height: auto; }
            .recipe-presentation .recipe-caption .recipe-meta > li > span svg path {
              fill: #e6e6e0; }
      .recipe-presentation .recipe-caption .recipe-meta li + li {
        padding-left: 15px;
        border-left: 1px solid #eaeaea; }
        @media (min-width: 768px) {
          .recipe-presentation .recipe-caption .recipe-meta li + li {
            padding-left: 15px; } }
        @media (min-width: 992px) {
          .recipe-presentation .recipe-caption .recipe-meta li + li {
            padding-left: 30px; } }
      .recipe-presentation .recipe-caption .recipe-meta .recipe-types {
        margin-top: 0;
        padding: 0; }
        .recipe-presentation .recipe-caption .recipe-meta .recipe-types li {
          margin: initial; }
          .recipe-presentation .recipe-caption .recipe-meta .recipe-types li:before {
            content: none; }
          .recipe-presentation .recipe-caption .recipe-meta .recipe-types li + li {
            padding-left: initial;
            border-left: none; }
  @media (min-width: 768px) {
    .recipe-presentation .desktop-separator {
      margin-top: 90px; } }

.cta-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
  .cta-banner.v-space-small {
    padding: 60px 0; }
  .cta-banner.v-space-medium {
    padding: 120px 0; }
  .cta-banner.v-space-big {
    padding: 180px 0; }
  .cta-banner.bg-grey {
    background-color: #f5f5f3; }
  .cta-banner.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1; }
  .cta-banner h1, .cta-banner h2, .cta-banner h3, .cta-banner h4, .cta-banner h5, .cta-banner h6 {
    font-size: 1.875rem;
    font-family: "Roboto", Arial;
    margin-top: 0;
    margin-bottom: 15px; }
  .cta-banner h1.align-left, .cta-banner h2.align-left, .cta-banner h3.align-left, .cta-banner h4.align-left, .cta-banner h5.align-left, .cta-banner h6.align-left, .cta-banner p.align-left {
    text-align: left; }
  .cta-banner h1.align-center, .cta-banner h2.align-center, .cta-banner h3.align-center, .cta-banner h4.align-center, .cta-banner h5.align-center, .cta-banner h6.align-center, .cta-banner p.align-center {
    text-align: center; }
  .cta-banner h1.align-right, .cta-banner h2.align-right, .cta-banner h3.align-right, .cta-banner h4.align-right, .cta-banner h5.align-right, .cta-banner h6.align-right, .cta-banner p.align-right {
    text-align: right; }
  .cta-banner h1.color-primary, .cta-banner h2.color-primary, .cta-banner h3.color-primary, .cta-banner h4.color-primary, .cta-banner h5.color-primary, .cta-banner h6.color-primary, .cta-banner p.color-primary {
    color: #4f4f4f; }
  .cta-banner h1.color-secondary, .cta-banner h2.color-secondary, .cta-banner h3.color-secondary, .cta-banner h4.color-secondary, .cta-banner h5.color-secondary, .cta-banner h6.color-secondary, .cta-banner p.color-secondary {
    color: #009e3d; }
  .cta-banner h1.color-light, .cta-banner h2.color-light, .cta-banner h3.color-light, .cta-banner h4.color-light, .cta-banner h5.color-light, .cta-banner h6.color-light, .cta-banner p.color-light {
    color: #fff; }
  .cta-banner .wrapper-centered, .cta-banner .product-family-viewer .product-family-viewer-inner, .product-family-viewer .cta-banner .product-family-viewer-inner {
    position: relative;
    z-index: 2; }
    .cta-banner .wrapper-centered > p:last-of-type, .cta-banner .product-family-viewer .product-family-viewer-inner > p:last-of-type, .product-family-viewer .cta-banner .product-family-viewer-inner > p:last-of-type {
      margin-bottom: 30px; }

/*=============================================
=            Masonry            =
=============================================*/
.post-list-ingredient {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  padding-bottom: 60px; }
  .post-list-ingredient.filtering, .post-list-ingredient.loading {
    opacity: 0.4; }
  .post-list-ingredient:after {
    content: ' ';
    display: block;
    clear: both; }
  .post-list-ingredient > .list-item-ingredient {
    align-self: stretch;
    width: 50%;
    padding: 0 15px;
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 30px; }
    @media (min-width: 500px) {
      .post-list-ingredient > .list-item-ingredient {
        width: 50%; } }
    @media (min-width: 768px) {
      .post-list-ingredient > .list-item-ingredient {
        width: 33.33333%;
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .post-list-ingredient > .list-item-ingredient {
        width: 25%; } }
    .post-list-ingredient > .list-item-ingredient a:hover, .post-list-ingredient > .list-item-ingredient a:focus {
      transform: scale(1.02);
      -webkit-box-shadow: 0px 3px 6px 0px #dcdcdc;
      -moz-box-shadow: 0px 3px 6px 0px #dcdcdc;
      -ms-box-shadow: 0px 3px 6px 0px #dcdcdc;
      -o-box-shadow: 0px 3px 6px 0px #dcdcdc;
      box-shadow: 0px 3px 6px 0px #dcdcdc; }
    .post-list-ingredient > .list-item-ingredient a {
      display: block;
      text-decoration: none;
      font-style: normal; }
    .post-list-ingredient > .list-item-ingredient .ingredient {
      padding: 15px;
      -webkit-transition: transform 0.15s ease-in, box-shadow 0.15s ease-in;
      -moz-transition: transform 0.15s ease-in, box-shadow 0.15s ease-in;
      -ms-transition: transform 0.15s ease-in, box-shadow 0.15s ease-in;
      -o-transition: transform 0.15s ease-in, box-shadow 0.15s ease-in;
      transition: transform 0.15s ease-in, box-shadow 0.15s ease-in;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      height: 100%; }
      .post-list-ingredient > .list-item-ingredient .ingredient p {
        color: #4f4f4f; }
      .post-list-ingredient > .list-item-ingredient .ingredient .headline:after, .post-list-ingredient > .list-item-ingredient .ingredient .headline:before {
        content: '"'; }
    .post-list-ingredient > .list-item-ingredient .image.small-square {
      height: 110px;
      max-width: 100%;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (min-width: 768px) {
        .post-list-ingredient > .list-item-ingredient .image.small-square {
          height: 180px; } }
      .post-list-ingredient > .list-item-ingredient .image.small-square img {
        max-height: 100%;
        max-width: 100%; }
    .post-list-ingredient > .list-item-ingredient .name {
      color: #009e3d;
      font-size: 1.125rem;
      font-weight: 500;
      text-align: center;
      margin-top: 15px;
      margin-bottom: 0; }
    .post-list-ingredient > .list-item-ingredient .headline {
      text-align: center;
      margin: 0; }
  .post-list-ingredient .infinite-scroll-loader {
    animation: spin 1s infinite linear;
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    .post-list-ingredient .infinite-scroll-loader svg {
      transform: scale(1.5);
      fill: #009e3d; }

/*=============================================
=            Two columns ingredients            =
=============================================*/
.guten-content .wp-block-columns.two-col-img-out {
  position: relative;
  margin-top: 60px;
  align-items: center; }
  @media (min-width: 768px) {
    .guten-content .wp-block-columns.two-col-img-out {
      width: 100vw;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 50%; } }
  @media (min-width: 1600px) {
    .guten-content .wp-block-columns.two-col-img-out {
      width: 100%;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      left: 0; } }
  .guten-content .wp-block-columns.two-col-img-out + .two-col-img-out {
    margin-top: 60px; }
  .guten-content .wp-block-columns.two-col-img-out .wp-block-column {
    margin: 0;
    flex-basis: auto; }
    @media (min-width: 768px) {
      .guten-content .wp-block-columns.two-col-img-out .wp-block-column {
        flex-basis: calc(50% - 15px); } }
    @media (min-width: 992px) {
      .guten-content .wp-block-columns.two-col-img-out .wp-block-column {
        flex-basis: calc(50% - 30px); } }
    @media (min-width: 1200px) {
      .guten-content .wp-block-columns.two-col-img-out .wp-block-column {
        flex-basis: calc(50% - 37.5px); } }
    @media (min-width: 768px) {
      .guten-content .wp-block-columns.two-col-img-out .wp-block-column .wp-block-separator {
        display: none; } }
    .guten-content .wp-block-columns.two-col-img-out .wp-block-column .wp-block-image {
      margin: 0; }
  @media (min-width: 768px) {
    .guten-content .wp-block-columns.two-col-img-out.to-left .wp-block-column:last-child, .guten-content .wp-block-columns.two-col-img-out.to-right .wp-block-column:first-child {
      flex: none;
      width: calc((750px / 2) - 15px); } }
  @media (min-width: 992px) {
    .guten-content .wp-block-columns.two-col-img-out.to-left .wp-block-column:last-child, .guten-content .wp-block-columns.two-col-img-out.to-right .wp-block-column:first-child {
      width: calc((950px / 2) - 30px); } }
  @media (min-width: 1200px) {
    .guten-content .wp-block-columns.two-col-img-out.to-left .wp-block-column:last-child, .guten-content .wp-block-columns.two-col-img-out.to-right .wp-block-column:first-child {
      width: calc((1170px / 2) - 37.5px); } }
  .guten-content .wp-block-columns.two-col-img-out.to-left .wp-block-column:first-child {
    order: -1;
    margin-left: -15px; }
    @media (min-width: 768px) {
      .guten-content .wp-block-columns.two-col-img-out.to-left .wp-block-column:first-child {
        order: 0;
        margin: 0; } }
  @media (min-width: 768px) {
    .guten-content .wp-block-columns.two-col-img-out.to-left .wp-block-column:last-child {
      margin-left: 30px;
      margin-right: auto; } }
  @media (min-width: 992px) {
    .guten-content .wp-block-columns.two-col-img-out.to-left .wp-block-column:last-child {
      margin-left: 60px; } }
  @media (min-width: 1200px) {
    .guten-content .wp-block-columns.two-col-img-out.to-left .wp-block-column:last-child {
      margin-left: 75px; } }
  .guten-content .wp-block-columns.two-col-img-out.to-left.scroll-animation .wp-block-column:first-child {
    transform: translate(-100%);
    opacity: 0; }
  .guten-content .wp-block-columns.two-col-img-out.to-left.scroll-animation .wp-block-column:last-child {
    opacity: 0; }
  .guten-content .wp-block-columns.two-col-img-out.to-left.scroll-animation.animate .wp-block-column:first-child {
    transform: translate(0);
    opacity: 1;
    transition: transform ease-out 0.5s, opacity 0.2s ease-out; }
  .guten-content .wp-block-columns.two-col-img-out.to-left.scroll-animation.animate .wp-block-column:last-child {
    opacity: 1;
    transition: opacity ease-in 0.3s 0.6s; }
  .guten-content .wp-block-columns.two-col-img-out.to-right {
    justify-content: flex-end; }
    .guten-content .wp-block-columns.two-col-img-out.to-right .wp-block-column:last-child {
      order: -1;
      margin-right: -15px; }
      @media (min-width: 768px) {
        .guten-content .wp-block-columns.two-col-img-out.to-right .wp-block-column:last-child {
          margin: 0;
          order: 0; } }
    @media (min-width: 768px) {
      .guten-content .wp-block-columns.two-col-img-out.to-right .wp-block-column:first-child {
        margin-right: 30px;
        margin-left: auto; } }
    @media (min-width: 992px) {
      .guten-content .wp-block-columns.two-col-img-out.to-right .wp-block-column:first-child {
        margin-right: 60px; } }
    @media (min-width: 1200px) {
      .guten-content .wp-block-columns.two-col-img-out.to-right .wp-block-column:first-child {
        margin-right: 75px; } }
    .guten-content .wp-block-columns.two-col-img-out.to-right .wp-block-image {
      text-align: right; }
    .guten-content .wp-block-columns.two-col-img-out.to-right.scroll-animation .wp-block-column:first-child {
      opacity: 0; }
    .guten-content .wp-block-columns.two-col-img-out.to-right.scroll-animation .wp-block-column:last-child {
      transform: translate(100%);
      opacity: 0; }
    .guten-content .wp-block-columns.two-col-img-out.to-right.scroll-animation.animate .wp-block-column:first-child {
      opacity: 1;
      transition: opacity ease-in 0.3s 0.6s; }
    .guten-content .wp-block-columns.two-col-img-out.to-right.scroll-animation.animate .wp-block-column:last-child {
      transform: translate(0);
      opacity: 1;
      transition: transform ease-out 0.5s, opacity 0.2s ease-out; }
  .guten-content .wp-block-columns.two-col-img-out .is-style-text-secondary {
    text-align: center !important; }
    @media (min-width: 768px) {
      .guten-content .wp-block-columns.two-col-img-out .is-style-text-secondary {
        text-align: left !important; } }

/*=============================================
=            Posts slider            =
=============================================*/
.posts-slider .slider {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0 -15px;
  overflow: hidden;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .posts-slider .slider {
      margin: 0 22.5px;
      padding-top: 30px;
      padding-bottom: 30px; } }

.posts-slider > h2, .posts-slider h3, .posts-slider h4 {
  margin-top: 30px;
  padding: 0; }
  .posts-slider > h2:after, .posts-slider h3:after, .posts-slider h4:after {
    content: none; }

.posts-slider .slider-slide {
  max-width: 100%; }
  @media (min-width: 992px) {
    .posts-slider .slider-slide {
      max-width: 33.33333%; } }
  .posts-slider .slider-slide .slider-slide-inner {
    padding: 0; }
    @media (min-width: 768px) {
      .posts-slider .slider-slide .slider-slide-inner {
        padding: 0 30px; } }
    .posts-slider .slider-slide .slider-slide-inner a {
      text-decoration: none; }
  .posts-slider .slider-slide figure {
    display: inline-block;
    width: 100%;
    background: #fff;
    box-shadow: 2px 5px 12px 2px rgba(0, 0, 0, 0.15);
    min-height: 530px; }
    @media (min-width: 576px) {
      .posts-slider .slider-slide figure {
        min-height: 415px; } }
    @media (min-width: 768px) {
      .posts-slider .slider-slide figure {
        min-height: 450px; } }
    @media (min-width: 992px) {
      .posts-slider .slider-slide figure {
        min-height: 470px; } }
    .posts-slider .slider-slide figure picture {
      width: auto;
      overflow: hidden;
      height: 340px; }
      @media (min-width: 768px) {
        .posts-slider .slider-slide figure picture {
          height: 230px;
          margin: 3px 3px 0; } }
      @media (min-width: 992px) {
        .posts-slider .slider-slide figure picture {
          height: 250px; } }
      @media (min-width: 1200px) {
        .posts-slider .slider-slide figure picture {
          height: 270px; } }
      .posts-slider .slider-slide figure picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }

.posts-slider .wp-block-button__link {
  font-weight: 500; }

.posts-slider .swiper-pagination {
  display: none; }

.posts-slider .swiper-button-next,
.posts-slider .swiper-button-prev {
  background-image: none;
  width: 40px;
  height: 40px;
  top: 33%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (min-width: 768px) {
    .posts-slider .swiper-button-next,
    .posts-slider .swiper-button-prev {
      top: 50%; } }
  @media (min-width: 992px) {
    .posts-slider .swiper-button-next,
    .posts-slider .swiper-button-prev {
      width: 60px;
      height: 60px; } }
  .posts-slider .swiper-button-next svg,
  .posts-slider .swiper-button-prev svg {
    width: 40px;
    height: auto;
    fill: #fff; }
    @media (min-width: 768px) {
      .posts-slider .swiper-button-next svg,
      .posts-slider .swiper-button-prev svg {
        fill: #009e3d; } }
    @media (min-width: 992px) {
      .posts-slider .swiper-button-next svg,
      .posts-slider .swiper-button-prev svg {
        width: 60px;
        height: 60px; } }
  .posts-slider .swiper-button-next.swiper-button-disabled,
  .posts-slider .swiper-button-prev.swiper-button-disabled {
    display: none; }

.posts-slider .swiper-button-next {
  right: 0; }
  @media (min-width: 768px) {
    .posts-slider .swiper-button-next {
      right: -10px; } }
  @media (min-width: 992px) {
    .posts-slider .swiper-button-next {
      right: -30px; } }

.posts-slider .swiper-button-prev {
  left: 0; }
  @media (min-width: 768px) {
    .posts-slider .swiper-button-prev {
      left: -10px; } }
  @media (min-width: 992px) {
    .posts-slider .swiper-button-prev {
      left: -30px; } }

.tabs .tabs-header {
  position: relative;
  margin: 0 -15px; }
  .tabs .tabs-header .tabs-header-inner {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    overflow: auto;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    justify-content: center; }
    @media (min-width: 500px) {
      .tabs .tabs-header .tabs-header-inner {
        justify-content: center;
        padding-bottom: 0;
        margin-bottom: 45px; } }
  .tabs .tabs-header .button, .tabs .tabs-header .contact-wrapper .wpcf7 input[type="submit"], .contact-wrapper .wpcf7 .tabs .tabs-header input[type="submit"] {
    margin: 0 7.5px 15px 7.5px;
    min-width: 130px;
    flex: 0 0 auto;
    border-radius: 38px;
    padding: 10px 15px;
    line-height: 1;
    height: auto; }
    @media (min-width: 768px) {
      .tabs .tabs-header .button, .tabs .tabs-header .contact-wrapper .wpcf7 input[type="submit"], .contact-wrapper .wpcf7 .tabs .tabs-header input[type="submit"] {
        min-width: 160px;
        margin: 0 15px; } }
    .tabs .tabs-header .button:last-child, .tabs .tabs-header .contact-wrapper .wpcf7 input:last-child[type="submit"], .contact-wrapper .wpcf7 .tabs .tabs-header input:last-child[type="submit"] {
      margin-right: 0; }

.tabs .tabs-wrapper .tab {
  display: none;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s; }
  .tabs .tabs-wrapper .tab.active {
    display: block;
    opacity: 1; }
  .tabs .tabs-wrapper .tab.all-visible .wp-block-gallery, .tabs .tabs-wrapper .tab.all-visible .video-gallery {
    max-height: 10000px; }
    .tabs .tabs-wrapper .tab.all-visible .wp-block-gallery:after, .tabs .tabs-wrapper .tab.all-visible .video-gallery:after {
      content: none; }
  .tabs .tabs-wrapper .tab.cropped .show-more {
    display: block; }
  .tabs .tabs-wrapper .tab.cropped .wp-block-gallery, .tabs .tabs-wrapper .tab.cropped .video-gallery {
    position: relative;
    overflow: hidden;
    -webkit-transition: max-height 350ms ease-in-out;
    -moz-transition: max-height 350ms ease-in-out;
    -ms-transition: max-height 350ms ease-in-out;
    -o-transition: max-height 350ms ease-in-out;
    transition: max-height 350ms ease-in-out; }
    .tabs .tabs-wrapper .tab.cropped .wp-block-gallery:after, .tabs .tabs-wrapper .tab.cropped .video-gallery:after {
      content: '';
      width: 100%;
      height: 240px;
      position: absolute;
      bottom: 0;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.6+40,0.95+60,1+70,1+100 */
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.95) 60%, white 70%, white 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.95) 60%, white 70%, white 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.95) 60%, white 70%, white 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
      /* IE6-9 */ }
  .tabs .tabs-wrapper .tab .show-more {
    display: none;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 2px solid #009e3d;
    border-radius: 50%;
    background: none;
    z-index: 10; }
    .tabs .tabs-wrapper .tab .show-more:hover {
      background: rgba(39, 45, 57, 0.15); }
      .tabs .tabs-wrapper .tab .show-more:hover:before {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    .tabs .tabs-wrapper .tab .show-more:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: url(../../assets/icons/add.svg) no-repeat;
      background-size: 100% 100%; }

.guten-content .wp-block-gallery .blocks-gallery-item, .guten-content .wp-block-gallery .wp-block-video, .guten-content .video-gallery .blocks-gallery-item, .guten-content .video-gallery .wp-block-video {
  position: relative; }
  .guten-content .wp-block-gallery .blocks-gallery-item:hover figure a:before, .guten-content .wp-block-gallery .wp-block-video:hover figure a:before, .guten-content .video-gallery .blocks-gallery-item:hover figure a:before, .guten-content .video-gallery .wp-block-video:hover figure a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(39, 45, 57, 0.15); }
  .guten-content .wp-block-gallery .blocks-gallery-item:hover figure a:after, .guten-content .wp-block-gallery .wp-block-video:hover figure a:after, .guten-content .video-gallery .blocks-gallery-item:hover figure a:after, .guten-content .video-gallery .wp-block-video:hover figure a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    background-image: url(../../assets/icons/download-asset.svg);
    background-repeat: no-repeat;
    width: 45px;
    height: 45px; }

.guten-content .wp-block-gallery {
  margin-top: 0;
  margin-bottom: 60px; }
  @media (min-width: 500px) {
    .guten-content .wp-block-gallery {
      margin-top: 30px; } }
  .guten-content .wp-block-gallery .blocks-gallery-item {
    margin: 0;
    min-width: 50%;
    max-width: 50%;
    padding: 2px;
    height: 180px;
    overflow: hidden; }
    @media (min-width: 500px) {
      .guten-content .wp-block-gallery .blocks-gallery-item {
        min-width: 33.33333%;
        max-width: 33.33333%; } }
    @media (min-width: 992px) {
      .guten-content .wp-block-gallery .blocks-gallery-item {
        min-width: 20%;
        max-width: 20%;
        height: 180px; } }
    @media (min-width: 1200px) {
      .guten-content .wp-block-gallery .blocks-gallery-item {
        height: 240px; } }
    .guten-content .wp-block-gallery .blocks-gallery-item:before {
      display: none; }

.tab[data-tab-slug="logos"] .wp-block-gallery .blocks-gallery-item figure {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .tab[data-tab-slug="logos"] .wp-block-gallery .blocks-gallery-item figure img {
    width: auto;
    height: auto;
    max-width: 70%;
    max-height: 70%; }

.video-gallery {
  display: flex;
  flex-wrap: wrap;
  max-width: 530px;
  margin: 0 auto 0; }
  @media (min-width: 500px) {
    .video-gallery {
      margin: 30px auto 0; } }
  @media (min-width: 768px) {
    .video-gallery {
      max-width: none; } }
  .video-gallery > figure {
    max-width: 100%;
    min-width: 100%;
    padding: 2px;
    margin-bottom: 0;
    height: 100%; }
    @media (min-width: 500px) {
      .video-gallery > figure {
        max-width: 50%;
        min-width: 50%; } }
    @media (min-width: 768px) {
      .video-gallery > figure {
        max-width: 33.33333%;
        min-width: 33.33333%; } }
  .video-gallery iframe, .video-gallery video {
    width: 100%;
    height: auto;
    display: block; }
    @media (min-width: 500px) {
      .video-gallery iframe, .video-gallery video {
        height: 146px; } }
    @media (min-width: 768px) {
      .video-gallery iframe, .video-gallery video {
        height: 138px; } }
    @media (min-width: 992px) {
      .video-gallery iframe, .video-gallery video {
        height: 175px; } }
    @media (min-width: 1200px) {
      .video-gallery iframe, .video-gallery video {
        height: 217px; } }
  @media screen and (max-width: 499px) {
    .video-gallery iframe {
      height: 200px; } }

/*=============================================
=            Ingredient presentation            =
=============================================*/
.ingredient-presentation {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .ingredient-presentation {
      margin-top: 90px;
      margin-bottom: 90px; } }
  .ingredient-presentation .player-wrapper {
    position: relative;
    overflow: hidden;
    cursor: pointer; }
    @media (min-width: 768px) {
      .ingredient-presentation .player-wrapper {
        z-index: 2;
        width: 66.66667%; } }
    .ingredient-presentation .player-wrapper.playing .actions-wrapper {
      display: none; }
    .ingredient-presentation .player-wrapper .actions-wrapper {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      .ingredient-presentation .player-wrapper .actions-wrapper .player-placeholder {
        position: absolute;
        top: 0;
        left: 0; }
        .ingredient-presentation .player-wrapper .actions-wrapper .player-placeholder img {
          max-width: 100%;
          height: auto; }
  .ingredient-presentation .worker-cite {
    margin: 0; }
    @media (min-width: 768px) {
      .ingredient-presentation .worker-cite {
        width: 41.66667%;
        padding: 30px 15px 30px calc(8.33333% + 15px);
        position: absolute;
        right: 0;
        bottom: -60px;
        z-index: 1;
        background: #f9f9f6; } }
    @media (min-width: 992px) {
      .ingredient-presentation .worker-cite {
        width: 41.66667%;
        padding: 45px 15px 45px calc(8.33333% + 45px);
        position: absolute;
        right: 0;
        bottom: -30px;
        min-height: 290px; } }
    .ingredient-presentation .worker-cite p {
      font-weight: 500;
      font-style: italic;
      font-size: 1.375rem;
      line-height: 1.4;
      text-align: justify; }
      @media (min-width: 768px) {
        .ingredient-presentation .worker-cite p {
          font-size: 18px; } }
      @media (min-width: 992px) {
        .ingredient-presentation .worker-cite p {
          font-size: 1.375rem; } }
    .ingredient-presentation .worker-cite cite {
      font-style: normal; }

/*=============================================
=            Video slider            =
=============================================*/
.video-slider-block .video-slider {
  overflow: hidden;
  margin: 0 -15px; }
  @media (min-width: 768px) {
    .video-slider-block .video-slider {
      margin: 0 22.5px; } }
  @media (min-width: 992px) {
    .video-slider-block .video-slider {
      margin: 0 60px; } }
  .video-slider-block .video-slider .slider-slide {
    max-width: 100%; }
    @media (min-width: 768px) {
      .video-slider-block .video-slider .slider-slide {
        max-width: 50%; } }
    @media (min-width: 768px) {
      .video-slider-block .video-slider .slider-slide .slider-slide-inner {
        padding: 0 45px; } }
    .video-slider-block .video-slider .slider-slide .slider-slide-inner .wp-block-video figcaption, .video-slider-block .video-slider .slider-slide .slider-slide-inner .wp-block-embed figcaption, .video-slider-block .video-slider .slider-slide .slider-slide-inner .yt-video-block figcaption {
      color: #4f4f4f;
      font-weight: 400;
      font-size: 16px; }
      .video-slider-block .video-slider .slider-slide .slider-slide-inner .wp-block-video figcaption strong, .video-slider-block .video-slider .slider-slide .slider-slide-inner .wp-block-embed figcaption strong, .video-slider-block .video-slider .slider-slide .slider-slide-inner .yt-video-block figcaption strong {
        font-weight: 600; }
  .video-slider-block .video-slider .swiper-pagination.swiper-pagination-bullets {
    left: 50%;
    bottom: -15px;
    display: flex;
    padding: 0 15px;
    width: 60%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media (min-width: 768px) {
      .video-slider-block .video-slider .swiper-pagination.swiper-pagination-bullets {
        width: 20%;
        bottom: -30px; } }
    .video-slider-block .video-slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
      position: relative;
      flex-grow: 1;
      height: 4px;
      border-radius: 4px;
      background-color: #edeff4;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      overflow: hidden; }
      .video-slider-block .video-slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #009e3d; }

.video-slider-block .swiper-button-next,
.video-slider-block .swiper-button-prev {
  margin-top: 0;
  background-image: none;
  top: 50%;
  display: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (min-width: 768px) {
    .video-slider-block .swiper-button-next,
    .video-slider-block .swiper-button-prev {
      display: block;
      width: 45px;
      height: 45px; } }
  @media (min-width: 992px) {
    .video-slider-block .swiper-button-next,
    .video-slider-block .swiper-button-prev {
      width: 60px;
      height: 60px; } }
  .video-slider-block .swiper-button-next svg,
  .video-slider-block .swiper-button-prev svg {
    width: 45px;
    height: auto;
    fill: #009e3d; }
    @media (min-width: 992px) {
      .video-slider-block .swiper-button-next svg,
      .video-slider-block .swiper-button-prev svg {
        width: 60px; } }
  .video-slider-block .swiper-button-next.swiper-button-disabled,
  .video-slider-block .swiper-button-prev.swiper-button-disabled {
    display: none; }

.video-slider-block .swiper-button-next {
  right: 10px; }

.video-slider-block .swiper-button-prev {
  left: 10px; }

/*=============================================
=            Youtube video            =
=============================================*/
.yt-video-block .player-wrapper {
  position: relative;
  overflow: hidden;
  cursor: pointer; }
  .yt-video-block .player-wrapper.playing .actions-wrapper {
    display: none; }
  .yt-video-block .player-wrapper .actions-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .yt-video-block .player-wrapper .actions-wrapper .player-placeholder {
      position: absolute;
      top: 0;
      left: 0; }
      .yt-video-block .player-wrapper .actions-wrapper .player-placeholder img {
        max-width: 100%;
        height: auto; }
    .yt-video-block .player-wrapper .actions-wrapper .play-button {
      width: 80px;
      height: 80px; }
      @media (min-width: 768px) {
        .yt-video-block .player-wrapper .actions-wrapper .play-button {
          width: 80px;
          height: 80px; } }
      .yt-video-block .player-wrapper .actions-wrapper .play-button svg {
        width: 60px;
        height: 60px;
        margin-left: 13px; }
        @media (min-width: 768px) {
          .yt-video-block .player-wrapper .actions-wrapper .play-button svg {
            width: 60px;
            height: 60px;
            margin-left: 13px; } }

.yt-video-block .video-caption {
  color: #4f4f4f;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  margin-top: 7.5px; }
  .yt-video-block .video-caption .video-title {
    margin: 0;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 5px; }
    .yt-video-block .video-caption .video-title:after {
      content: none; }
  .yt-video-block .video-caption .video-description {
    margin: 0;
    line-height: 1.2; }

/*=============================================
=            Image slider            =
=============================================*/
.image-slider-block .slider-outer {
  overflow: hidden; }
  @media (min-width: 768px) {
    .image-slider-block .slider-outer {
      padding: 0 15px;
      width: 750px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 992px) {
    .image-slider-block .slider-outer {
      width: 950px; } }
  @media (min-width: 1200px) {
    .image-slider-block .slider-outer {
      width: 1170px; } }
  .image-slider-block .slider-outer .image-slider {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    margin: 0 -15px;
    overflow: hidden;
    padding-bottom: 30px; }
    @media (min-width: 768px) {
      .image-slider-block .slider-outer .image-slider {
        margin: 0 22.5px;
        padding-top: 30px;
        padding-bottom: 30px; } }
    @media (min-width: 992px) {
      .image-slider-block .slider-outer .image-slider {
        margin: 0 60px;
        padding-top: 45px;
        padding-bottom: 45px; } }

.image-slider-block .swiper-button-prev,
.image-slider-block .swiper-button-next {
  background-image: none; }

.image-slider-block .swiper-button-next,
.image-slider-block .swiper-button-prev {
  background-image: none;
  width: 40px;
  height: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (min-width: 992px) {
    .image-slider-block .swiper-button-next,
    .image-slider-block .swiper-button-prev {
      width: 60px;
      height: 60px; } }
  .image-slider-block .swiper-button-next svg,
  .image-slider-block .swiper-button-prev svg {
    width: 40px;
    height: auto;
    fill: #fff; }
    @media (min-width: 768px) {
      .image-slider-block .swiper-button-next svg,
      .image-slider-block .swiper-button-prev svg {
        fill: #009e3d; } }
    @media (min-width: 992px) {
      .image-slider-block .swiper-button-next svg,
      .image-slider-block .swiper-button-prev svg {
        width: 60px;
        height: 60px; } }
  .image-slider-block .swiper-button-next.swiper-button-disabled,
  .image-slider-block .swiper-button-prev.swiper-button-disabled {
    display: none; }

.image-slider-block .swiper-button-next {
  right: 0; }
  @media (min-width: 768px) {
    .image-slider-block .swiper-button-next {
      right: -10px; } }

.image-slider-block .swiper-button-prev {
  left: 0; }
  @media (min-width: 768px) {
    .image-slider-block .swiper-button-prev {
      left: -10px; } }

.wp-block-image.center {
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 960px) {
  .wp-block-image.is-hide-mobile {
    display: none; }
  .wp-block-image.is-hide-desktop {
    display: block; } }

@media (min-width: 960px) {
  .wp-block-image.is-hide-desktop {
    display: none; }
  .wp-block-image.is-hide-mobile {
    display: block; } }
/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  touch-action: pan-y; }

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important; }

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-lock {
  display: none; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

  .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .nav:before, .nav:after {
    display: table;
    content: " ";
  }
  .nav:after {
    clear: both;
  }
  .nav > li {
    position: relative;
    display: block;
  }
  .nav > li::before {
    display: none;
  }
  .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
  }
  .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
  }
  .nav > li.disabled > a {
    color: #777777;
  }
  .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
  }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7;
  }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }
  .nav > li > a > img {
    max-width: none;
  }
  
  .nav-tabs {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
  }
  .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #ddd;
  }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
  }
  .nav-pills > li {
    float: left;
  }
  .nav-pills > li > a {
    border-radius: 4px;
  }
  .nav-pills > li + li {
    margin-left: 2px;
  }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7;
  }
  
  .nav-stacked > li {
    float: none;
  }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
  }
  
  .nav-justified, .nav-tabs.nav-justified {
    width: 100%;
  }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
  }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%;
    }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      margin-bottom: 0;
    }
  }
  
  .nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
  }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd;
  }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
      border-bottom-color: #fff;
    }
  }
  
  .tab-content > .tab-pane {
    display: none;
  }
  .tab-content > .active {
    display: block;
  }
  
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
/*# sourceMappingURL=../sourcemaps/style/florette.bundle.css.map*/
