/*! 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 */
  -webkit-text-decoration: underline dotted;
          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;
}
@charset "UTF-8";

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active,
.flickity-button.nice-select.open {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

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

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 45px;
  line-height: 43px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-22.5px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 43px;
  list-style: none;
  min-height: 43px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

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

* {
  box-sizing: border-box;
}

.navigation__sub {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media screen and (max-width: 479px) {
  .hide-for-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 600px) {
  .hide-for-tablet-portrait-up {
    display: none !important;
  }
}

@media screen and (min-width: 900px) {
  .hide-for-tablet-landscape-up {
    display: none !important;
  }
}

@media screen and (min-width: 1400px) {
  .hide-for-desktop-up {
    display: none !important;
  }
}

@media screen and (min-width: 1650px) {
  .hide-for-big-desktop-up {
    display: none !important;
  }
}

[hidden] {
  display: none !important;
}

@font-face {
  font-family: "Hello Sunshine";
  src: url("/client/fonts/HelloSunshine.woff2") format("woff2"), url("/client/fonts/HelloSunshine.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.theme--grey-texture {
  background-image: linear-gradient(135deg, #FBF7C0 50%, rgba(0, 0, 0, 0) 50%), url("/client/images/textures/grey.jpg");
}

.theme--half-yellow {
  background-image: linear-gradient(135deg, #EFEBB9 50%, #FEFFE5 0);
}

.theme--half-yellow-bright {
  background-image: linear-gradient(154deg, #FFF006 35%, #FFF85A 0);
}

.theme--half-yellow-bright .main-header .navigation {
  background-color: #FFF006;
}

.theme--half-yellow-bright .flickity-prev-next-button,
.theme--half-yellow-bright .carousel__cell {
  color: #0A4B8D;
}

.theme--yellow {
  background-color: #FEFFE5;
}

.theme--yellow-bright {
  background-color: #FFF006;
}

.theme--yellow-bright .main-header .navigation {
  background-color: #FFF006;
}

.theme--yellow-top {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMidYMax' width='100%' height='480px' viewBox='0 0 550 120'%3E%3Cpolygon fill='rgba(255, 240, 6, 0.99)' points='190 120 550 0 0 0'%3E%3C/polygon%3E%3C/svg%3E") center top/100% no-repeat #F0F2E5;
}

.theme--yellow-top .main-header .navigation {
  background-color: #FFF006;
}

.theme--blue-stripe {
  background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='xMaxYMin' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 875'%3E%3Cpath stroke='rgba(56, 160, 209, 0.99)' stroke-width='325' d='M-140,500 L1145,135'/%3E%3C/svg%3E") right top/1024px no-repeat #FFF006;
}

@media screen and (min-width: 900px) {
  .theme--blue-stripe {
    background-size: 100%;
  }
}

.theme--blue-stripe .main-header .navigation {
  background-color: #FFF006;
}

.theme--big-yellah {
  background-image: linear-gradient(164.5deg, #FFF006 10%, rgba(255, 240, 6, 0) 0), linear-gradient(-162deg, #FFCD00 15%, rgba(255, 205, 0, 0) 15%);
  background-position: center;
}

@supports (width: 100vw) {
  .theme--big-yellah {
    background-image: linear-gradient(164.5deg, #FFF006 40vh, rgba(255, 240, 6, 0) 0), linear-gradient(-162deg, #FFCD00 85vh, rgba(255, 205, 0, 0) 40vh);
  }
}

.theme--big-yellah .main-header .navigation {
  background-color: #FFF006;
}

.theme--clear-white-text {
  color: white;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 auto 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Hello Sunshine";
  font-weight: 400;
  line-height: 1;
}

h1,
.h1 {
  font-size: 62px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 54px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 50px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 46px;
  }
}

@media screen and (max-width: 479px) {
  h1,
  .h1 {
    font-size: 42px;
  }
}

h2,
.h2 {
  font-size: 54px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  h2,
  .h2 {
    font-size: 46px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 42px;
  }
}

@media screen and (max-width: 479px) {
  h2,
  .h2 {
    font-size: 34px;
  }
}

h3,
.h3 {
  font-size: 46px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  h3,
  .h3 {
    font-size: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  h3,
  .h3 {
    font-size: 36px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 34px;
  }
}

@media screen and (max-width: 479px) {
  h3,
  .h3 {
    font-size: 28px;
  }
}

p:empty {
  display: none;
}

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

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

.heading {
  font-family: "Hello Sunshine";
  font-weight: 400;
  line-height: 1;
}

.heading--small {
  font-size: 24px;
}

.heading--medium {
  font-size: 36px;
}

.heading--large {
  font-size: 52px;
}

.heading--green {
  color: #6CC24A;
}

.heading--orange {
  color: #FF9E1B;
}

.heading--cream {
  color: #FEFFE5;
}

.heading__icon {
  display: block;
  margin-bottom: 20px;
  max-height: 50px;
}

@media screen and (min-width: 900px) {
  .heading__icon {
    margin-bottom: 5px;
  }
}

.bg--teal {
  background-color: #157377;
  color: #FEFFE5;
}

.bg--green {
  background-color: #6CC24A;
  color: #FEFFE5;
}

.bg--blue {
  background-color: #8BC8BF;
  color: #FEFFE5;
}

.bg--coral {
  background-color: #F06E44;
  color: #FEFFE5;
}

.bg--orange {
  background-color: #FF9E1B;
  color: #FEFFE5;
}

.bg--yellow {
  background-color: #FFCD00;
  color: #FEFFE5;
}

.bg--light-yellow {
  background-color: #FEFFE5;
  color: #6CC24A;
}

html,
body {
  background-color: #FEFFE5;
}

.body {
  min-width: 320px;
  overflow-x: hidden;
  font-family: "Lato", Arial, Sans-Serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.4;
  color: #157377;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .body {
    font-size: 20px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .body {
    font-size: 19px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .body {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    font-size: 17px;
  }
}

.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-flex;
  padding: 10px 20px;
  height: 48px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #0A4B8D;
  border: none;
  border-radius: 14px;
  background-color: #f6f6f6;
  cursor: pointer;
  tranistion: color 250ms ease, background 250ms ease;
}

.button span {
  line-height: 1;
  display: block;
  overflow: hidden;
  border-radius: 0;
}

.button span span {
  -webkit-transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-transition: all 0.3s;
  -moz-backface-visibility: hidden;
  transition: all 0.3s;
  backface-visibility: hidden;
}

.button span svg {
  left: 0;
  top: -100%;
  position: absolute;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
}

.button span svg path {
  fill: #0A4B8D;
}

.button:hover {
  color: #03182e;
}

.button:hover span span {
  transform: translateY(300%);
}

.button:hover span svg {
  top: 0;
}

.button--primary {
  color: #fff;
  background-color: #0A4B8D;
}

.button--secondary {
  color: #38A0D1;
  background-color: #FFF006;
}

.button--center {
  margin-right: auto;
  margin-left: auto;
}

.carousel {
  overflow: hidden;
}

.carousel__cell {
  position: relative;
  z-index: 0;
  display: flex;
  flex: 1 0 auto;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.carousel__cell--2-col-solid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.carousel__cell--2-col-solid .carousel__content-wrap,
.carousel__cell--2-col-solid .carousel__image-wrap {
  width: 50%;
  height: 750px;
}

.carousel__cell--2-col-solid .carousel__content {
  color: #FEFFE5;
  max-width: 510px;
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .carousel__cell--2-col-solid .carousel__content {
    font-size: 20px;
  }
}

.carousel__cell--2-col-solid .carousel__content-wrap {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10%;
}

.carousel__cell--2-col-solid .carousel__content-heading-image {
  display: inline-block;
  margin: 0 auto 15px auto;
}

.carousel__cell--2-col-solid .carousel__image-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.carousel__cell--2-col-solid.carousel__cell--static .carousel__content-wrap,
.carousel__cell--2-col-solid.carousel__cell--static .carousel__image-wrap {
  height: auto;
  min-height: 750px;
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .carousel__cell--2-col-solid.carousel__cell--static .carousel__content-wrap,
  .carousel__cell--2-col-solid.carousel__cell--static .carousel__image-wrap {
    min-height: 700px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .carousel__cell--2-col-solid.carousel__cell--static .carousel__content-wrap,
  .carousel__cell--2-col-solid.carousel__cell--static .carousel__image-wrap {
    min-height: 650px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .carousel__cell--2-col-solid.carousel__cell--static .carousel__content-wrap,
  .carousel__cell--2-col-solid.carousel__cell--static .carousel__image-wrap {
    min-height: 600px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .carousel__cell--2-col-solid.carousel__cell--static .carousel__content-wrap,
  .carousel__cell--2-col-solid.carousel__cell--static .carousel__image-wrap {
    min-height: 500px;
  }
}

@media screen and (max-width: 767px) {
  .carousel__cell--2-col-solid.carousel__cell--static .carousel__content-wrap,
  .carousel__cell--2-col-solid.carousel__cell--static .carousel__image-wrap {
    min-height: 1px;
  }
}

@media screen and (max-width: 767px) {
  .carousel__cell--2-col-solid.carousel__cell--static .carousel__image-wrap {
    height: 0;
    padding-bottom: 80%;
  }

  .carousel__cell--2-col-solid.carousel__cell--static .carousel__content {
    top: 0;
  }

  .carousel__cell--2-col-solid.carousel__cell--static .carousel__content-wrap {
    padding: 10%;
  }
}

.carousel__cell--2-col-solid.carousel__cell--static.distressed-border--top-inner .carousel__content-wrap {
  padding: 12% 10% 8% 10%;
}

@media screen and (max-width: 1399px) {
  .carousel__cell--2-col-solid.carousel__cell--static.distressed-border--top-inner .carousel__content-wrap {
    padding: 12% 8% 6% 8%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .carousel__cell--2-col-solid.carousel__cell--static.distressed-border--top-inner .carousel__content-wrap {
    padding: 14% 6% 4% 6%;
  }
}

.carousel__cell--2-col-watercolour {
  min-height: 750px;
}

.carousel__cell--2-col-watercolour .carousel__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  max-width: 940px;
  padding-top: 130px;
  margin: 0 auto;
}

.carousel__cell--2-col-watercolour .carousel__content-wrap {
  width: 44%;
  text-align: center;
}

.carousel__cell--2-col-watercolour .carousel__content-heading {
  margin-bottom: 15px;
}

.carousel__cell--2-col-watercolour .carousel__content-heading-image {
  width: 100%;
  margin-top: 40px;
}

.carousel__cell--2-col-watercolour .carousel__content-text {
  color: #FF9E1B;
}

.carousel__cell--2-col-watercolour .carousel__content-link {
  position: relative;
}

.carousel__cell--2-col-watercolour .carousel__content-link:after {
  content: "";
  display: block;
  width: 155px;
  height: 91px;
  position: absolute;
  bottom: -150px;
  left: -150px;
  background-image: url(/client/images/arrows/arrow--watercolour-green.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  transform: rotate(65deg);
}

.carousel__cell--2-col-watercolour .carousel__image {
  display: inline-block;
}

.carousel__cell--2-col-watercolour .carousel__image-wrap {
  position: relative;
  width: 52%;
  text-align: right;
}

.carousel__cell--2-col-watercolour .carousel__image-wrap:before {
  content: "";
  display: block;
  width: 215%;
  height: 0;
  padding-bottom: 165%;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  margin: -103.5% 0 0 -108.5%;
  background-image: url(/client/images/textures/watercolour--yellow.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.carousel__cell--full-width-image .carousel__image {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .carousel__cell--full-width-image .carousel__image {
    width: auto;
    max-width: 1000%;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .carousel__cell--full-width-image .carousel__image {
    height: 360px;
  }
}

@media screen and (max-width: 479px) {
  .carousel__cell--full-width-image .carousel__image {
    height: 240px;
  }
}

.carousel__cell--video {
  min-height: 850px;
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .carousel__cell--video {
    min-height: 800px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .carousel__cell--video {
    min-height: 750px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .carousel__cell--video {
    min-height: 650px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .carousel__cell--video {
    min-height: 550px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .carousel__cell--video {
    min-height: 450px;
  }
}

@media screen and (max-width: 479px) {
  .carousel__cell--video {
    min-height: 350px;
  }
}

.carousel__cell--video .carousel__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel__cell.distressed-border--top-inner,
.carousel__cell.distressed-border--top-bottom-inner {
  border-top: 30px solid #FEFFE5;
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .carousel__cell.distressed-border--top-inner,
  .carousel__cell.distressed-border--top-bottom-inner {
    border-width: 45px;
  }
}

.carousel__cell.distressed-border--top-inner:before,
.carousel__cell.distressed-border--top-inner:after,
.carousel__cell.distressed-border--top-bottom-inner:before,
.carousel__cell.distressed-border--top-bottom-inner:after {
  padding-bottom: 110px;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .carousel__cell.distressed-border--top-inner:before,
  .carousel__cell.distressed-border--top-inner:after,
  .carousel__cell.distressed-border--top-bottom-inner:before,
  .carousel__cell.distressed-border--top-bottom-inner:after {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .carousel__cell.distressed-border--top-inner:before,
  .carousel__cell.distressed-border--top-inner:after,
  .carousel__cell.distressed-border--top-bottom-inner:before,
  .carousel__cell.distressed-border--top-bottom-inner:after {
    padding-bottom: 80px;
  }
}

.carousel__cell.distressed-border--top-inner:before,
.carousel__cell.distressed-border--top-bottom-inner:before {
  top: -1px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .carousel__cell.distressed-border--top-inner:before,
  .carousel__cell.distressed-border--top-bottom-inner:before {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .carousel__cell.distressed-border--top-inner:before,
  .carousel__cell.distressed-border--top-bottom-inner:before {
    top: -15px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .carousel__cell.distressed-border--top-inner:before,
  .carousel__cell.distressed-border--top-bottom-inner:before {
    top: -35px;
  }
}

@media screen and (max-width: 479px) {
  .carousel__cell.distressed-border--top-inner:before,
  .carousel__cell.distressed-border--top-bottom-inner:before {
    top: -40px;
  }
}

.carousel__cell.distressed-border--top-inner:after,
.carousel__cell.distressed-border--top-bottom-inner:after {
  bottom: -30px;
}

@media screen and (max-width: 1399px) {
  .carousel__cell.distressed-border--top-inner:after,
  .carousel__cell.distressed-border--top-bottom-inner:after {
    bottom: -50px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .carousel__cell.distressed-border--top-inner:after,
  .carousel__cell.distressed-border--top-bottom-inner:after {
    bottom: -70px;
  }
}

@media screen and (max-width: 479px) {
  .carousel__cell.distressed-border--top-inner:after,
  .carousel__cell.distressed-border--top-bottom-inner:after {
    bottom: -75px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .carousel__cell--2-col-solid .carousel__content {
    font-size: 19px;
  }

  .carousel__cell--2-col-solid .carousel__content-wrap {
    padding: 12% 8% 8% 8%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .carousel__cell--2-col-solid .carousel__content-wrap,
  .carousel__cell--2-col-solid .carousel__image-wrap {
    height: 700px;
  }

  .carousel__cell--2-col-solid .carousel__content {
    font-size: 18px;
  }

  .carousel__cell--2-col-solid .carousel__content-wrap {
    padding: 12% 8% 8% 8%;
  }

  .carousel__cell--2-col-watercolour .carousel__item {
    max-width: 800px;
  }

  .carousel__cell--2-col-watercolour .carousel__image-wrap:before {
    margin-top: -107.5%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .carousel__cell--2-col-solid .carousel__content-wrap,
  .carousel__cell--2-col-solid .carousel__image-wrap {
    height: 600px;
  }

  .carousel__cell--2-col-solid .carousel__content {
    font-size: 17px;
  }

  .carousel__cell--2-col-solid .carousel__content-wrap {
    padding: 12% 6% 8% 6%;
  }

  .carousel__cell--2-col-solid.is-selected .carousel__content-wrap {
    padding-left: 8%;
  }

  .carousel__cell--2-col-watercolour .carousel__item {
    max-width: 660px;
  }

  .carousel__cell--2-col-watercolour .carousel__content-text {
    font-size: 18px;
  }

  .carousel__cell--2-col-watercolour .carousel__content-link:after {
    width: 110px;
    height: 64px;
    bottom: -100px;
    left: -120px;
  }

  .carousel__cell--2-col-watercolour .carousel__image-wrap:before {
    width: 218%;
    padding-bottom: 166%;
    margin: -124.5% 0 0 -104.5%;
    opacity: 0.85;
  }
}

@media screen and (max-width: 767px) {
  .carousel__cell--2-col-solid {
    display: block;
  }

  .carousel__cell--2-col-solid .carousel__content-wrap,
  .carousel__cell--2-col-solid .carousel__image-wrap {
    width: 100%;
  }

  .carousel__cell--2-col-watercolour {
    display: block;
  }

  .carousel__cell--2-col-watercolour .carousel__item {
    padding-top: 80px;
  }

  .carousel__cell--2-col-watercolour .carousel__item {
    overflow-x: hidden;
  }

  .carousel__cell--2-col-watercolour .carousel__content-wrap,
  .carousel__cell--2-col-watercolour .carousel__image-wrap {
    width: 100%;
  }

  .carousel__cell--2-col-watercolour .carousel__content-heading-image {
    margin-top: 0;
  }

  .carousel__cell--2-col-watercolour .carousel__content-link:after {
    display: none;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .carousel__cell--2-col-solid .carousel__content {
    position: relative;
    top: -40px;
  }

  .carousel__cell--2-col-solid .carousel__content-wrap {
    height: 480px;
  }

  .carousel__cell--2-col-solid .carousel__image-wrap {
    height: 400px;
  }

  .carousel__cell--2-col-watercolour .carousel__content,
  .carousel__cell--2-col-watercolour .carousel__image-wrap {
    max-width: 400px;
    margin: 0 auto;
  }

  .carousel__cell--2-col-watercolour .carousel__image-wrap:before {
    width: 150%;
    padding-bottom: 115%;
    margin: -63.5% 0 0 -71%;
  }

  .carousel__cell--2-col-watercolour .carousel__content-link:after {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .carousel__cell--2-col-solid .carousel__content {
    position: relative;
    top: -25px;
  }

  .carousel__cell--2-col-solid .carousel__content-wrap {
    height: 400px;
    padding: 10% 16%;
  }

  .carousel__cell--2-col-solid .carousel__content-heading-image {
    margin-bottom: 5px;
  }

  .carousel__cell--2-col-solid .carousel__content-text {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .carousel__cell--2-col-solid .carousel__image-wrap {
    height: 360px;
  }

  .carousel__cell--2-col-watercolour .carousel__content,
  .carousel__cell--2-col-watercolour .carousel__image-wrap {
    max-width: 280px;
    margin: 0 auto;
  }

  .carousel__cell--2-col-watercolour .carousel__image-wrap:before {
    width: 150%;
    padding-bottom: 115%;
    margin: -63.5% 0 0 -71%;
  }
}

.container {
  position: relative;
  display: inherit;
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  flex-direction: inherit;
  justify-content: inherit;
  align-items: inherit;
  align-content: inherit;
  align-self: stretch;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 760px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    max-width: 480px;
  }
}

.container--xl {
  max-width: 1600px;
}

.container--lg {
  max-width: 1280px;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .container--lg {
    max-width: 1160px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .container--lg {
    max-width: 960px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .container--lg {
    max-width: 760px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .container--lg {
    max-width: 480px;
  }
}

.container--md {
  max-width: 880px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .container--md {
    max-width: 760px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .container--md {
    max-width: 480px;
  }
}

.container--sm {
  max-width: 760px;
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .container--sm {
    max-width: 480px;
  }
}

.crazy-grid {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  background-color: #FEFFE5;
}

.crazy-grid__item {
  position: relative;
  flex: 1 1 auto;
  flex-basis: calc(100% / 8);
  min-width: 230px;
  min-height: 160px;
  background-size: cover;
  background-position: center;
  color: #fff;
}

@media screen and (min-width: 900px) {
  .crazy-grid__item {
    height: 230px;
  }
}

.crazy-grid__item--wide {
  flex-basis: calc(100% / 4);
}

@media screen and (min-width: 900px) {
  .crazy-grid__item--wide {
    min-width: 460px;
  }
}

.crazy-grid__item--thin {
  flex: 1 0 60%;
  display: flex;
  color: #fff;
  background-color: #38A0D1;
}

@media screen and (min-width: 600px) {
  .crazy-grid__item--thin {
    flex: 0 0 230px;
  }
}

.crazy-grid__item--short {
  height: 115px;
}

.crazy-grid__item--half {
  display: flex;
  flex-direction: column;
  max-width: 230px;
  align-items: flex-start;
  justify-content: stretch;
  background-color: green;
}

.crazy-grid__item--half .half {
  width: 100%;
  flex: 1 1 50%;
  background-size: cover;
}

.crazy-grid__item--half .half:first-child {
  border-bottom: 3px solid #fff;
}

.crazy-grid__item--shadowed {
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.8);
}

.crazy-grid__item .crazy-grid__text {
  display: flex;
  padding: 20px;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.crazy-grid__item .button {
  margin-top: auto;
  margin-bottom: 2px;
  align-self: flex-end;
}

.distressed-border {
  position: relative;
}

.distressed-border:before {
  content: "";
  background-repeat: no-repeat;
  background-size: 101% auto;
  width: 100%;
  height: 0;
  padding-bottom: 5%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: -10px;
}

.distressed-border--top-inner:before {
  background-image: url("/client/images/textures/torn-edge--cream-bottom-edge.svg");
  background-position: center bottom;
}

.distressed-border--top-inner.static-masthead {
  border-top: 30px solid #FEFFE5;
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .distressed-border--top-inner.static-masthead {
    border-width: 45px;
  }
}

.distressed-border--top-inner.static-masthead:before {
  padding-bottom: 110px;
  top: -1px;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .distressed-border--top-inner.static-masthead:before {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .distressed-border--top-inner.static-masthead:before {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .distressed-border--top-inner.static-masthead:before {
    top: -15px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .distressed-border--top-inner.static-masthead:before {
    top: -35px;
  }
}

@media screen and (max-width: 479px) {
  .distressed-border--top-inner.static-masthead:before {
    top: -40px;
  }
}

.distressed-border--top-outer:before {
  background-image: url("/client/images/textures/torn-edge--cream-top-edge.svg");
  background-position: center top;
}

.distressed-border--top-bottom-inner:before {
  background-image: url("/client/images/textures/torn-edge--cream-bottom-edge.svg");
  background-position: center bottom;
}

.distressed-border--top-bottom-inner:after {
  content: "";
  background-image: url("/client/images/textures/torn-edge--cream-top-edge.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 101% auto;
  width: 100%;
  height: 0;
  padding-bottom: 5%;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -10px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .distressed-border:before,
  .distressed-border:after {
    background-size: 180% auto;
    padding-bottom: 12%;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .distressed-border:before,
  .distressed-border:after {
    background-size: 200% auto;
    padding-bottom: 16%;
  }
}

@media screen and (max-width: 479px) {
  .distressed-border:before,
  .distressed-border:after {
    background-size: 300% auto;
    padding-bottom: 20%;
  }
}

dl {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
}

dl dt:after {
  content: ": ";
}

dl dt,
dl dd {
  margin-left: 0;
  flex: 0 0 50%;
}

@supports (grid-template-columns: 1fr) {
  dl {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: repeat(auto-fit, 1fr);
    grid-gap: 0 20px;
  }
}

.flickity-viewport {
  width: 100%;
  min-height: 750px;
}

.flickity-slider {
  display: flex;
  flex-direction: row;
}

.flickity-prev-next-button {
  display: block;
  width: 44px;
  color: inherit;
  background-color: transparent;
}

.flickity-prev-next-button.previous {
  left: 2.5%;
}

.flickity-prev-next-button.next {
  right: 2.5%;
}

.flickity-prev-next-button .arrow {
  fill: #FEFFE5;
}

.flickity-prev-next-button:hover,
.flickity-prev-next-button:focus,
.flickity-prev-next-button:active,
.flickity-prev-next-button.nice-select.open {
  background-color: transparent;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .flickity-viewport {
    min-height: 700px;
  }

  .flickity-prev-next-button.previous {
    left: 0.5%;
  }

  .flickity-prev-next-button.next {
    right: 0.5%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .flickity-viewport {
    min-height: 600px;
  }

  .flickity-prev-next-button.previous {
    left: 0.5%;
  }

  .flickity-prev-next-button.next {
    right: 0.5%;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .flickity-viewport {
    min-height: 880px;
  }

  .flickity-prev-next-button {
    top: 55%;
  }
}

@media screen and (max-width: 479px) {
  .flickity-viewport {
    min-height: 760px;
  }

  .flickity-prev-next-button {
    top: 56%;
  }

  .flickity-prev-next-button.previous {
    left: 0.5%;
  }

  .flickity-prev-next-button.next {
    right: 0.5%;
  }
}

.flip {
  display: flex;
  perspective: 1000px;
}

.flip__content {
  position: relative;
  width: 100%;
  transform-style: preserve-3d;
  transition: 0.6s 200ms;
}

.flip:hover .flip__content,
.flip.hover .flip__content {
  color: currentColor;
  transform: rotateY(180deg);
  transition: 0.6s;
}

.flip__pane {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-size: cover;
}

.flip__pane--front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
}

.flip__pane--back {
  transform: rotateY(180deg);
}

.form {
  padding: 10px 0 30px 0;
  max-width: 840px;
  flex-direction: column;
  font-size: 20px;
}

@media screen and (min-width: 600px) {
  .form {
    display: flex;
  }
}

.form__group {
  display: flex;
  flex: 0 1 48%;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px;
}

.form__group.no-justify {
  justify-content: normal;
}

.form .button {
  background-color: #157377;
  padding: 10px 60px;
  transition: background-color 0.2s ease-in-out;
}

.form .button:hover,
.form .button:focus,
.form .button:active,
.form .button.nice-select.open {
  background-color: #7fb5ad;
  color: #fff;
}

@media screen and (min-width: 600px) {
  .form {
    flex-direction: row;
    justify-content: space-between;
    /* @supports (display: grid) {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        grid-column-gap: 35px;

        .input__group:last-of-type {
            grid-row: 1/3;
            grid-column: 2/3;
        }

        .button {
            margin-bottom: 20px;

            grid-column: 2/3;
            align-self: flex-end;
            justify-self: flex-end;

            width: 60%;
        }
    } */
  }

  .form .button {
    margin-bottom: 20px;
    align-self: flex-end;
    justify-self: flex-end;
  }
}

.form#signup-form .form__group {
  justify-content: normal;
}

.gallery-filter.navigation {
  position: relative;
  padding-top: 50px;
  margin-bottom: 60px;
  text-align: center;
}

.gallery-filter.navigation .navigation__links {
  position: relative;
  display: inline-block;
  font-size: 26px;
}

.gallery-filter.navigation .navigation__item {
  display: inline-block;
  margin: 0 8px;
}

.gallery-filter.navigation .navigation__item:after {
  content: "|";
  display: inline-block;
  color: #FF9E1B;
  position: relative;
  right: -12px;
}

.gallery-filter.navigation .navigation__item:last-child:after {
  display: none;
}

.gallery-filter.navigation .navigation__label {
  color: #FF9E1B;
}

.gallery-filter.navigation .navigation__link {
  color: #FF9E1B;
}

.gallery-filter.navigation .navigation__link--active {
  color: #6CC24A;
}

@media screen and (max-width: 767px) {
  .gallery-filter.navigation {
    padding-top: 40px;
  }
}

.history {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-items: center;
  align-items: flex-start;
  padding: 60px 0 100px 0;
}

@media screen and (max-width: 991px) {
  .history {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .history {
    padding-bottom: 50px;
  }
}

.history:before,
.history:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-repeat: repeat-y;
  background-position: 0 0;
  background-size: 100% auto;
  width: 44%;
  height: 100%;
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .history:before,
  .history:after {
    width: 40%;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .history:before,
  .history:after {
    width: 38%;
  }
}

@media screen and (max-width: 767px) {
  .history:before,
  .history:after {
    display: none;
  }
}

.history:before {
  background-image: url(/client/images/textures/timeline-bg--left.jpg);
  left: 0;
  top: 660px;
}

@media screen and (max-width: 767px) {
  .history:before {
    top: 460px;
  }
}

.history:after {
  background-image: url(/client/images/textures/timeline-bg--right.jpg);
  right: 0;
  top: 120px;
}

.history__heading {
  position: relative;
}

.history__heading:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 100%;
  height: 10px;
  background-image: url(/client/images/textures/underline--green-wide.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.historic__year {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: -120px;
  min-height: 210px;
}

@media screen and (max-width: 767px) {
  .historic__year {
    margin-top: 0;
    min-height: 1px;
  }
}

.historic__year .heading {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #FEFFE5;
  text-align: center;
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  .historic__year .heading {
    text-align: left;
    top: 3px;
  }
}

.historic__year .heading span {
  position: relative;
  background-color: #FF9E1B;
  border-radius: 20px;
  padding: 10px 30px 12px 30px;
}

@media screen and (max-width: 991px) {
  .historic__year .heading span {
    border-radius: 15px;
    padding: 6px 20px 8px 20px;
    font-size: 24px;
  }
}

.historic__year .heading span:before {
  content: "";
  width: 119px;
  height: 70px;
  position: absolute;
  top: -20px;
  right: 125px;
  background-image: url(/client/images/arrows/arrow--watercolour-green.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  transform: rotate(159deg);
}

@media screen and (max-width: 1199px) {
  .historic__year .heading span:before {
    width: 100px;
    height: 59px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .historic__year .heading span:before {
    width: 70px;
    height: 40px;
    top: -5px;
    right: 90px;
  }
}

@media screen and (max-width: 767px) {
  .historic__year .heading span:before {
    z-index: -1;
    width: 40px;
    height: 1px;
    background: #6CC24A;
    transform: none;
    top: 20px;
    right: -20px;
  }
}

.historic__year:nth-child(even) .historic__events {
  align-items: flex-end;
}

.historic__year:nth-child(even) .heading span:before {
  top: 5px;
  right: auto;
  left: 125px;
  transform: rotate(-21deg);
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .historic__year:nth-child(even) .heading span:before {
    top: 10px;
    left: 90px;
  }
}

@media screen and (max-width: 767px) {
  .historic__year:nth-child(even) .heading span:before {
    top: 20px;
    left: auto;
    right: -20px;
    transform: none;
  }
}

.historic__years {
  position: relative;
  width: 100%;
  max-width: 1140px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  border-top: 120px solid #FEFFE5;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .historic__years {
    max-width: 940px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .historic__years {
    max-width: 720px;
  }
}

@media screen and (max-width: 767px) {
  .historic__years {
    border-width: 50px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .historic__years {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 479px) {
  .historic__years {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .historic__years {
    max-width: 540px;
  }
}

.historic__years:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50px;
  left: 50%;
  width: 1px;
  height: 100%;
  border-left: 1px solid #6CC24A;
}

@media screen and (max-width: 767px) {
  .historic__years:before {
    top: 30px;
    height: 98.5%;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .historic__years:before {
    left: 69px;
  }
}

@media screen and (max-width: 479px) {
  .historic__years:before {
    left: 59px;
  }
}

.historic__years:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -110px;
  left: 50%;
  width: 10px;
  height: 200px;
  margin-left: -5px;
  background-color: #FEFFE5;
}

@media screen and (max-width: 767px) {
  .historic__years:after {
    display: none;
  }
}

.help-block {
  display: block;
  clear: both;
  color: red;
}

.homelink {
  display: block;
  position: absolute;
  z-index: 1000;
  top: 30px;
  left: 25px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .homelink {
    top: 25px;
    left: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .homelink {
    width: 150px;
    top: 20px;
    left: 10px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .homelink {
    width: 120px;
    top: 15px;
    left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .homelink {
    width: 90px;
    top: 12px;
    left: 5px;
  }
}

.sociallink {
  display: none;
  position: absolute;
  top: 20px;
  right: 0;
  margin: 0;
  padding: 0;
  z-index: 1000;
  list-style: none;
}

.sociallink a {
  -webkit-transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-transition: all 0.3s;
  -moz-backface-visibility: hidden;
  transition: all 0.3s;
  background-color: #38A0D1;
  display: block;
  width: 48px;
  height: 48px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.sociallink a svg {
  display: block;
  margin: 0 auto;
  height: 30px;
}

.sociallink a svg circle,
.sociallink a svg path {
  fill: #fff;
}

.sociallink a:hover svg circle,
.sociallink a:hover svg path {
  fill: #000;
}

.sociallink li:nth-child(odd) a {
  background-color: #019CD0;
}

@media screen and (min-width: 900px) {
  .sociallink {
    display: block;
  }
}

hr {
  border: none;
  display: block;
  width: 100%;
  height: 10px;
  background-image: url(/client/images/textures/underline--yellow-wide.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 103% auto;
  margin: 50px 0;
}

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

img.img--center {
  margin-right: auto;
  margin-left: auto;
}

.input {
  display: block;
  padding: 10px 12px;
  width: 100%;
  font: inherit;
  font-size: 20px;
  border: none;
  border-radius: 0.55rem;
  background-color: #FEFFE5;
}

.input:focus {
  background-color: #fff;
}

.input--textarea {
  height: 135px;
  resize: none;
}

.input__group:not(:last-child) {
  margin-bottom: 20px;
}

#signup-form .input--checkbox {
  float: left;
}

.input__group__checkbox {
  padding-top: 17px;
}

.label {
  display: block;
  margin-bottom: 10px;
}

#signup-form .label[for=signUp] {
  float: left;
  margin-top: -6px;
  margin-left: 14px;
  width: 90%;
}

a {
  color: currentColor;
  text-decoration: none;
  transition: color 250ms ease;
}

a:focus,
a:hover {
  color: #000;
  outline: none;
}

.more-link {
  display: inline;
  font-family: "Hello Sunshine";
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
}

.more-link .svg-wrapper {
  width: 12px;
  padding-bottom: 16px;
  top: 2px;
  right: -2px;
  transition: transform 0.2s linear;
}

.more-link__icon {
  fill: #157377;
  transition: fill 0.2s linear;
}

.more-link--green {
  color: #6CC24A;
}

.more-link--green .more-link__icon {
  fill: #6CC24A;
}

.more-link--green:hover,
.more-link--green:focus,
.more-link--green:active,
.more-link--green.nice-select.open {
  color: #6CC24A;
}

.more-link--orange {
  color: #FF9E1B;
}

.more-link--orange .more-link__icon {
  fill: #FF9E1B;
}

.more-link--orange:hover,
.more-link--orange:focus,
.more-link--orange:active,
.more-link--orange.nice-select.open {
  color: #FF9E1B;
}

.more-link--yellow {
  color: #FFCD00;
}

.more-link--yellow .more-link__icon {
  fill: #FFCD00;
}

.more-link--yellow:hover,
.more-link--yellow:focus,
.more-link--yellow:active,
.more-link--yellow.nice-select.open {
  color: #FFCD00;
}

.more-link--cream {
  color: #FEFFE5;
}

.more-link--cream .more-link__icon {
  fill: #FEFFE5;
}

.more-link--cream:hover,
.more-link--cream:focus,
.more-link--cream:active,
.more-link--cream.nice-select.open {
  color: #FEFFE5;
}

.more-link:hover,
.more-link:focus,
.more-link:active,
.more-link.nice-select.open {
  color: #157377;
}

.more-link:hover .more-link__icon,
.more-link:focus .more-link__icon,
.more-link:active .more-link__icon,
.more-link.nice-select.open .more-link__icon {
  fill: #157377;
}

.more-link:hover .svg-wrapper,
.more-link:focus .svg-wrapper,
.more-link:active .svg-wrapper,
.more-link.nice-select.open .svg-wrapper {
  transform: translateX(3px);
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .more-link {
    font-size: 24px;
  }

  .more-link .svg-wrapper {
    width: 8px;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 767px) {
  .more-link {
    font-size: 26px;
  }

  .more-link .svg-wrapper {
    width: 8px;
    padding-bottom: 12px;
  }
}

ul,
ol {
  padding: 0 0 0 25px;
  margin: 0 0 25px 0;
}

ul.list-reset,
ol.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.list-reset li,
ol.list-reset li {
  margin-bottom: 0;
}

ul li,
ol li {
  margin-bottom: 10px;
}

[role=main] {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

ol {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  padding-left: 1em;
}

.page {
  position: relative;
}

@media screen and (max-width: 767px) {
  .page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
}

.product-filter.navigation {
  position: relative;
  padding-top: 50px;
  margin-bottom: 60px;
  text-align: center;
}

.product-filter.navigation .navigation__links {
  position: relative;
  display: inline-block;
  font-size: 30px;
}

.product-filter.navigation .navigation__links:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 100%;
  height: 10px;
  background-image: url(/client/images/textures/underline--green-wide.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.product-filter.navigation .navigation__item {
  display: inline-block;
  margin: 0 5px;
}

.product-filter.navigation .navigation__item:after {
  content: "|";
  display: inline-block;
  color: #FF9E1B;
  position: relative;
  right: -5px;
}

.product-filter.navigation .navigation__item:first-child:after,
.product-filter.navigation .navigation__item:last-child:after {
  display: none;
}

.product-filter.navigation .navigation__label {
  color: #FF9E1B;
  display: inline-block;
}

.product-filter.navigation .navigation__link {
  color: #FF9E1B;
}

.product-filter.navigation .navigation__link--active {
  color: #6CC24A;
}

@media screen and (max-width: 767px) {
  .product-filter.navigation {
    padding-top: 40px;
  }
}

.product-tips {
  background-color: #FF9E1B;
  color: #FEFFE5;
  text-align: center;
  padding: 80px 0;
}

.product-tips.distressed-border:before {
  top: -40px;
}

.product-tips__container {
  max-width: 870px;
  margin: 0 auto;
}

.product-tips__heading {
  position: relative;
  margin-bottom: 5px;
}

.product-tips__heading:before {
  content: "";
  display: block;
  width: 59px;
  height: 58px;
  margin: 0 auto 5px auto;
  background-image: url(/client/images/icons/icon--thumbs-up-cream.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.product-tips__item {
  position: relative;
  padding-top: 80px;
}

.product-tips__item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  height: 10px;
  background-image: url(/client/images/textures/underline--yellow-wide.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.product-tips__item-content {
  max-width: 680px;
  margin: 0 auto;
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .product-tips.distressed-border:before {
    top: -35px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .product-tips.distressed-border:before {
    top: -30px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-tips.distressed-border:before {
    top: -25px;
  }
}

@media screen and (min-width: 900px) {
  .products-block {
    padding-top: 35px;
  }
}

.shadowed {
  position: relative;
  display: inline-flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  transition: inherit;
}

.shadowed__content {
  position: relative;
  z-index: 2;
  border-radius: inherit;
  background: inherit;
  transition: inherit;
}

.shadowed:after {
  position: absolute;
  top: 25%;
  right: 3px;
  bottom: 15px;
  left: auto;
  z-index: -1;
  width: 70%;
  height: 35%;
  max-width: 300px;
  content: "";
  transform: rotate(3deg);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.7);
}

.serves {
  display: inline-flex;
  margin: 0 0 35px;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: inherit;
  text-align: center;
  text-transform: uppercase;
}

.serves__title {
  display: block;
  margin-bottom: 5px;
}

.serves__number {
  position: relative;
  display: flex;
  width: 75px;
  height: 75px;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
  border: 3px solid;
}

.serves__number:before {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  margin: 0;
  width: 48px;
  height: 47px;
  content: "";
  border: 1px solid;
  border-radius: inherit;
  opacity: 0.8;
}

.svg-wrapper {
  height: 0;
  position: relative;
  display: inline-block;
}

.svg-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
}

.tip {
  margin-right: auto;
  margin-left: auto;
  padding: 15px 35px;
  width: 100%;
}

.tip:not(:last-child) {
  margin-bottom: 15px;
  border-bottom: 1px solid currentColor;
}

.tip p {
  max-width: 400px;
}

.video-block {
  display: flex;
  padding: 50px 30px 100px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.video-block__summary {
  max-width: 550px;
}

.video-block__player {
  width: 100%;
}

.video-block .embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-block .embed-responsive-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.grid {
  margin-left: -5px;
  margin-right: -5px;
}

.grid .grid__sizer {
  width: 33.3333%;
}

.grid .grid__item {
  width: 33.3333%;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* Make sure that the first one is on the top */

.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform, opacity;
  transform-style: preserve-3d;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > div {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "\D7";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.25s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}

/* Caption */

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Buttons */

.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3;
}

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}

.fancybox-button--left::after {
  left: 20px;
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  transform: rotate(-45deg);
}

/* Navigation arrows */

.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity 0.25s;
}

.fancybox-arrow::after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}

.fancybox-arrow--right {
  right: 0;
}

.fancybox-arrow--left {
  left: 0;
  transform: scaleX(-1);
}

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}

/* Loading indicator */

.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

/* Transition effects */

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  transform: rotate(-360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  transform: rotate(360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  transform: rotate(0deg);
  opacity: 1;
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }

  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}

/* Fullscreen  */

.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

/* Slideshow button */

.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}

/* Thumbs */

.fancybox-thumbs {
  display: none;
}

.fancybox-button--thumbs {
  display: none;
}

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }

  .fancybox-button--thumbs span {
    font-size: 23px;
  }

  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }

  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }

  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }

  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }

  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }

  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }

  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}

.breaker {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 900px) {
  .breaker {
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }

  .breaker--between {
    justify-content: space-between;
  }
}

.breaker__summary {
  padding: 50px;
}

.breaker__summary:last-child {
  padding-top: 0;
}

@media screen and (min-width: 900px) {
  .breaker__summary {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0;
    max-width: 390px;
  }

  .breaker__summary--top {
    margin-top: 0;
    align-self: flex-start;
  }

  .breaker__summary--bottom {
    margin-bottom: 0;
    align-self: flex-end;
  }

  .breaker__summary:first-child {
    padding-left: 35px;
  }

  .breaker__summary:last-child {
    padding-right: 35px;
  }

  .breaker__summary .heading {
    max-width: 290px;
  }
}

.breaker__image {
  margin-bottom: 35px;
  width: 100%;
  max-width: 650px;
}

@media screen and (min-width: 600px) {
  .breaker__image {
    width: 80%;
  }
}

@media screen and (min-width: 900px) {
  .breaker__image {
    margin: -30px 35px;
    min-height: 400px;
    pointer-events: none;
  }
}

.breaker__image--small {
  margin-bottom: 50px;
  max-width: 350px;
  min-height: auto;
}

@media screen and (min-width: 900px) {
  .breaker__image--small {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}

.content-block {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .content-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content-block:first-of-type {
    padding-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .content-block {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .content-block:first-of-type {
    padding-top: 20px;
  }
}

.featured-recipe {
  padding-bottom: 60px;
  overflow: hidden;
}

.featured-recipe__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  min-height: 760px;
  margin: 0 auto;
  padding: 0 20px;
}

.featured-recipe__image-wrap,
.featured-recipe__content {
  width: 50%;
}

.featured-recipe__image {
  margin: 0 auto;
  width: 615px;
}

.featured-recipe__image-wrap {
  position: relative;
  overflow: visible;
}

.featured-recipe__image-wrap:before {
  content: "";
  display: block;
  width: 134%;
  height: 0;
  padding-bottom: 100%;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  margin: -51.5% 0 0 -63.5%;
  background-image: url("/client/images/textures/watercolour--orange.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.featured-recipe__content {
  position: relative;
}

.featured-recipe__content .more-link:first-of-type {
  margin-right: 30px;
}

.featured-recipe__content .more-link:hover .more-link__icon,
.featured-recipe__content .more-link:focus .more-link__icon,
.featured-recipe__content .more-link:active .more-link__icon,
.featured-recipe__content .more-link.nice-select.open .more-link__icon {
  fill: #157377;
}

.featured-recipe__heading {
  font-size: 62px;
  margin-bottom: 30px;
}

.featured-recipe__heading:before {
  content: "";
  display: block;
  width: 124px;
  height: 86px;
  margin: 0 auto 15px auto;
  background-image: url("/client/images/icons/icon--fruit-and-juice.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.featured-recipe__heading-intro {
  display: block;
  font-size: 46px;
}

.featured-recipe__heading-accent {
  position: relative;
}

.featured-recipe__heading-accent:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: url("/client/images/textures/underline--green.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
}

.featured-recipe__text {
  max-width: 480px;
  color: #FF9E1B;
}

.featured-recipe__title {
  position: relative;
  display: inline-block;
}

.featured-recipe__title-text {
  color: #FF9E1B;
  margin-bottom: 10px;
}

.featured-recipe__title-image {
  display: inline-block;
  margin: 0 auto;
}

.featured-recipe__title-rays {
  display: inline-block;
  width: 24px;
  position: relative;
  top: 3px;
}

.featured-recipe__title-rays:first-of-type {
  left: -3px;
}

.featured-recipe__title-rays:last-of-type {
  right: -3px;
}

.featured-recipe__title:after {
  content: "";
  display: block;
  width: 165px;
  height: 97px;
  position: absolute;
  bottom: -75px;
  left: -163px;
  background-image: url("/client/images/arrows/arrow--watercolour-green.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  transform: scaleX(-1) rotate(-15deg);
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .featured-recipe {
    padding: 10px 0 40px 0;
  }

  .featured-recipe__item {
    max-width: 1180px;
    min-height: 660px;
  }

  .featured-recipe__image {
    max-width: 505px;
  }

  .featured-recipe__content {
    max-width: 480px;
  }

  .featured-recipe__heading {
    font-size: 58px;
  }

  .featured-recipe__heading-intro {
    font-size: 42px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .featured-recipe {
    padding-top: 20px;
  }

  .featured-recipe__item {
    max-width: 980px;
    min-height: 500px;
  }

  .featured-recipe__image {
    width: 410px;
  }

  .featured-recipe__content {
    max-width: 420px;
  }

  .featured-recipe__heading {
    font-size: 48px;
  }

  .featured-recipe__heading:before {
    width: 90px;
    height: 62px;
  }

  .featured-recipe__heading-intro {
    font-size: 36px;
  }

  .featured-recipe__text {
    max-width: 360px;
    font-size: 20px;
  }

  .featured-recipe__title:after {
    width: 110px;
    height: 65px;
    bottom: -45px;
    left: -107px;
    transform: scaleX(-1) rotate(-20deg);
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .featured-recipe {
    padding-top: 40px;
  }

  .featured-recipe__item {
    max-width: 768px;
    min-height: 420px;
  }

  .featured-recipe__image-wrap:before {
    width: 160%;
    padding-bottom: 122%;
    margin: -59.5% 0 0 -88.5%;
    opacity: 0.8;
  }

  .featured-recipe__content {
    width: 46%;
  }

  .featured-recipe__heading {
    font-size: 42px;
  }

  .featured-recipe__heading:before {
    width: 95px;
    height: 66px;
    margin-bottom: 10px;
  }

  .featured-recipe__heading-intro {
    font-size: 32px;
  }

  .featured-recipe__title:after {
    width: 110px;
    height: 64px;
    bottom: -50px;
    left: -110px;
  }

  .featured-recipe__text {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .featured-recipe__content,
  .featured-recipe__image-wrap {
    width: 100%;
  }

  .featured-recipe__title:after {
    display: none;
  }

  .featured-recipe__image-wrap {
    margin-top: 40px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .featured-recipe {
    padding-top: 40px;
  }

  .featured-recipe__item {
    padding: 0;
    max-width: 440px;
    margin: 0 auto;
  }

  .featured-recipe__heading {
    font-size: 54px;
  }

  .featured-recipe__heading:before {
    width: 95px;
    height: 66px;
    margin-bottom: 10px;
  }

  .featured-recipe__heading-intro {
    font-size: 36px;
  }

  .featured-recipe__text {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .featured-recipe {
    padding-top: 20px;
  }

  .featured-recipe__content,
  .featured-recipe_image-wrap {
    max-width: 360px;
    margin: 0 auto;
  }

  .featured-recipe__content .more-link:first-of-type {
    margin-right: 15px;
  }

  .featured-recipe__heading {
    font-size: 40px;
  }

  .featured-recipe__heading-intro {
    font-size: 30px;
  }

  .featured-recipe__title-rays {
    width: 16px;
  }
}

.historic__events {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 60px 0 0 0;
}

@media screen and (max-width: 767px) {
  .historic__events {
    margin: 0 0 30px 40px;
    padding: 0 0 0 70px;
  }
}

.historic__event {
  position: relative;
  display: block;
  width: 365px;
  text-align: center;
  color: #6CC24A;
  line-height: 1.2;
  will-change: transform, opacity;
  transition: transform 1500ms ease, opacity 1500ms ease;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .historic__event {
    width: 280px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .historic__event {
    width: 230px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .historic__event {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
  }

  .historic__event:last-child {
    margin-bottom: 0;
  }
}

.historic__event.out {
  opacity: 0;
  transform: translateX(-100%);
}

@media screen and (max-width: 767px) {
  .historic__event.out {
    transform: translateX(100%);
  }
}

.historic__year:nth-child(even) .historic__event.out {
  transform: translateX(100%);
}

.historic__image {
  display: block;
  margin: 0 auto 20px auto;
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .historic__image {
    margin: 0 0 15px 0;
  }
}

@media screen and (max-width: 479px) {
  .historic__image {
    display: none;
  }
}

.historic__text {
  display: block;
}

.historic__event--no-image .historic__text {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .historic__event--no-image .historic__text {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .historic__text p {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) {
  .historic__text p:last-child {
    margin-bottom: 0;
  }
}

.featured-content {
  position: relative;
  z-index: 0;
  width: 100%;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;
}

.featured-content p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .featured-content {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 1399px) {
  .featured-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 991px) {
  .featured-content {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 479px) {
  .featured-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.main-footer {
  z-index: 2;
  font-weight: bold;
  background-color: #FEFFE5;
  font-size: 16px;
  text-align: center;
  padding-bottom: 30px;
}

.main-footer:before {
  top: -75px;
}

.main-footer__container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-footer__logo {
  display: inline-block;
  width: 130px;
  margin-left: -10px;
}

.main-footer__logo-sub {
  display: inline-block;
  width: 280px;
}

.main-footer__links a {
  display: inline-block;
  padding: 5px;
  margin: 5px 10px;
  color: #FF9E1B;
}

.main-footer__links a:hover,
.main-footer__links a:focus,
.main-footer__links a:active,
.main-footer__links a.nice-select.open {
  color: #157377;
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .main-footer__links a {
    margin: 0 10px;
  }
}

@media screen and (max-width: 479px) {
  .main-footer__links a {
    margin: 0 4px;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .main-footer:before {
    top: -65px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-footer:before {
    top: -60px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .main-footer:before {
    top: -50px;
  }
}

@media screen and (max-width: 991px) {
  .main-footer:before {
    top: -55px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .main-footer__logo {
    width: 120px;
    position: relative;
    bottom: -5px;
  }

  .main-footer__logo-sub {
    width: 220px;
  }

  .main-footer__links a {
    margin: 5px;
  }
}

@media screen and (max-width: 991px) {
  .main-footer:before {
    top: -60px;
  }

  .main-footer__container {
    flex-direction: column;
  }

  .main-footer__links {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .main-footer__logo {
    margin-bottom: 5px;
  }

  .main-footer__logo-sub {
    width: 240px;
  }

  .recipe-category-page .main-footer:before {
    display: none;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .main-footer__links {
    max-width: 400px;
  }
}

@media screen and (max-width: 479px) {
  .main-footer:before {
    top: -60px;
  }
}

.navigation {
  position: absolute;
  z-index: 999;
  width: 100%;
  left: 0;
  top: 0;
}

.navigation-collapsed ~ .main-content,
.navigation-collapsed ~ .main-footer {
  display: block;
}

.navigation-collapsed #navigation-overlay {
  position: relative;
  background-color: transparent;
}

.navigation-collapsed .navigation-menu {
  max-height: 0;
  opacity: 0;
  padding: 0;
}

.navigation-expanded ~ .main-content,
.navigation-expanded ~ .main-footer {
  display: none;
}

.navigation__input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.navigation__input:checked ~ #navigation-overlay {
  position: fixed;
  z-index: -1;
  background: #FEFFE5;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.navigation__input:checked ~ .navigation__menu {
  max-height: inherit;
  opacity: 1;
}

.navigation__input:checked ~ .navigation__menu--primary {
  padding-top: 190px;
}

.navigation__input:checked ~ .navigation__menu--primary .navigation__menu-item {
  padding-bottom: 20%;
}

.navigation__input:checked ~ .navigation__menu--primary .navigation__menu-link {
  padding: 20px;
  height: 100%;
}

.navigation__input:checked ~ .navigation__menu--social {
  padding-top: 50px;
  margin-bottom: 30px;
}

.navigation__input:checked ~ .navigation__menu--secondary {
  margin-bottom: 60px;
}

.navigation__toggle {
  position: absolute;
  z-index: 10;
  top: 45px;
  right: 50px;
  display: flex;
  width: 44px;
  flex-direction: column;
  justify-content: space-evenly;
  background: none;
  border-radius: inherit;
  cursor: pointer;
}

.navigation__toggle-text {
  position: relative;
  font-size: 35px;
  line-height: 0.8;
  text-align: right;
  text-transform: lowercase;
  color: #6CC24A;
  position: absolute;
  left: -88px;
  top: -1px;
}

@media screen and (max-width: 767px) {
  .navigation__toggle-text {
    display: none;
  }
}

.navigation__toggle-icon {
  display: block;
  line-height: 0;
}

.navigation__toggle-icon-bar {
  display: block;
  width: 100%;
  padding-bottom: 8px;
}

.navigation__toggle-icon-bar:first-of-type {
  margin-bottom: 5px;
}

.navigation__toggle-icon-bar:nth-child(2) {
  margin-bottom: 6px;
}

.navigation__toggle-arrow {
  width: 33px;
  padding-bottom: 19px;
}

.navigation__toggle-label {
  display: block;
  line-height: 0.67;
  margin-right: 8px;
}

.navigation-expanded .navigation__toggle .navigation__toggle-text {
  opacity: 0;
}

.navigation-expanded .navigation__toggle .navigation__toggle-icon-bar:first-child {
  top: 14px;
  left: 1px;
  transform: rotate(46deg);
}

.navigation-expanded .navigation__toggle .navigation__toggle-icon-bar:nth-child(2) {
  opacity: 0;
}

.navigation-expanded .navigation__toggle .navigation__toggle-icon-bar:last-child {
  top: -15px;
  transform: rotate(-40deg);
}

.navigation__menu {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  text-align: center;
}

.navigation__menu--primary {
  position: relative;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
}

.navigation__menu--primary:before {
  top: 150px;
}

.navigation__menu--primary:after {
  bottom: -40px;
}

.navigation__menu--primary .navigation__menu-item {
  position: relative;
  width: 33.333%;
  height: 0;
  overflow: hidden;
}

.navigation__menu--primary .navigation__menu-item:first-child .navigation__menu-link {
  background-color: #157377;
}

.navigation__menu--primary .navigation__menu-item:nth-child(2) .navigation__menu-link {
  background-color: #6CC24A;
}

.navigation__menu--primary .navigation__menu-item:nth-child(3) .navigation__menu-link {
  background-color: #FFCD00;
}

.navigation__menu--primary .navigation__menu-item:nth-child(3) .navigation__menu-link:hover,
.navigation__menu--primary .navigation__menu-item:nth-child(3) .navigation__menu-link:focus,
.navigation__menu--primary .navigation__menu-item:nth-child(3) .navigation__menu-link:active,
.navigation__menu--primary .navigation__menu-item:nth-child(3) .navigation__menu-link.nice-select.open {
  background-color: #f9b800;
}

.navigation__menu--primary .navigation__menu-item:nth-child(4) .navigation__menu-link {
  background-color: #FF9E1B;
}

.navigation__menu--primary .navigation__menu-item:nth-child(4) .navigation__menu-link:hover,
.navigation__menu--primary .navigation__menu-item:nth-child(4) .navigation__menu-link:focus,
.navigation__menu--primary .navigation__menu-item:nth-child(4) .navigation__menu-link:active,
.navigation__menu--primary .navigation__menu-item:nth-child(4) .navigation__menu-link.nice-select.open {
  background-color: #f78f00;
}

.navigation__menu--primary .navigation__menu-item:nth-child(5) .navigation__menu-link {
  background-color: #F06E44;
}

.navigation__menu--primary .navigation__menu-item:nth-child(5) .navigation__menu-link:hover,
.navigation__menu--primary .navigation__menu-item:nth-child(5) .navigation__menu-link:focus,
.navigation__menu--primary .navigation__menu-item:nth-child(5) .navigation__menu-link:active,
.navigation__menu--primary .navigation__menu-item:nth-child(5) .navigation__menu-link.nice-select.open {
  background-color: #d05028;
}

.navigation__menu--primary .navigation__menu-item:last-child .navigation__menu-link {
  background-color: #8BC8BF;
}

.navigation__menu--primary .navigation__menu-item:last-child .navigation__menu-link:hover,
.navigation__menu--primary .navigation__menu-item:last-child .navigation__menu-link:focus,
.navigation__menu--primary .navigation__menu-item:last-child .navigation__menu-link:active,
.navigation__menu--primary .navigation__menu-item:last-child .navigation__menu-link.nice-select.open {
  background-color: #669e96;
}

.navigation__menu--primary .navigation__menu-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 0;
  color: #FEFFE5;
  font-size: 46px;
  transition: background-color 0.2s linear;
}

.navigation__menu--primary .navigation__menu-link-text {
  position: relative;
  display: inline-block;
  margin-top: -10px;
}

.navigation__menu--social .navigation__menu-item {
  display: inline-block;
  margin: 0 8px;
}

.navigation__menu--social .navigation__menu-link {
  display: block;
}

.navigation__menu--social .navigation__menu-link-icon {
  fill: #6CC24A;
  transition: fill 0.2s linear;
}

.navigation__menu--social .navigation__menu-link--fb {
  width: 16px;
  padding-bottom: 32px;
}

.navigation__menu--social .navigation__menu-link--ig {
  width: 35px;
  padding-bottom: 35px;
  top: 2px;
}

.navigation__menu--social .navigation__menu-link:hover .navigation__menu-link-icon,
.navigation__menu--social .navigation__menu-link:focus .navigation__menu-link-icon,
.navigation__menu--social .navigation__menu-link:active .navigation__menu-link-icon,
.navigation__menu--social .navigation__menu-link.nice-select.open .navigation__menu-link-icon {
  fill: #157377;
}

.navigation__menu--secondary .navigation__menu-item {
  display: inline-block;
  font-size: 18px;
  margin: 0 15px;
}

.navigation__menu--secondary .navigation__menu-item a {
  color: #6CC24A;
}

.navigation__menu--secondary .navigation__menu-item a:hover,
.navigation__menu--secondary .navigation__menu-item a:focus,
.navigation__menu--secondary .navigation__menu-item a:active,
.navigation__menu--secondary .navigation__menu-item a.nice-select.open {
  color: #157377;
}

.navigation__menu-sub {
  position: absolute;
  width: 100%;
  top: 64%;
  padding: 0 30px;
}

.navigation__menu-sub-item {
  display: inline-block;
  margin: 5px 12px;
}

.navigation__menu-sub-link {
  display: block;
  line-height: 1.1;
  color: #FEFFE5;
  font-size: 18px;
  padding: 2px 0;
  border-bottom: 1px solid rgba(254, 255, 229, 0.4);
}

.navigation__menu-sub-link:hover,
.navigation__menu-sub-link:focus,
.navigation__menu-sub-link:active,
.navigation__menu-sub-link.nice-select.open {
  color: #ffeda4;
  border-color: transparent;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .navigation__toggle {
    top: 40px;
    right: 40px;
  }

  .navigation__toggle-text {
    font-size: 32px;
    left: -80px;
    top: 0px;
  }

  .navigation__menu--primary:before {
    top: 160px;
  }

  .navigation__menu--primary .navigation__menu-link {
    font-size: 38px;
  }

  .navigation__menu--primary .navigation__menu-sub {
    padding: 0 15px;
  }

  .navigation__menu--primary .navigation__menu-sub-link {
    font-size: 16px;
  }

  .navigation__menu--primary:after {
    bottom: -30px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .navigation__input:checked ~ .navigation__menu--primary {
    padding-top: 180px;
  }

  .navigation__input:checked ~ .navigation__menu--primary .navigation__menu-item {
    padding-bottom: 25%;
  }

  .navigation__toggle {
    top: 35px;
    right: 35px;
  }

  .navigation__toggle-text {
    font-size: 32px;
    left: -80px;
    top: 0px;
  }

  .navigation__menu--primary:before {
    top: 155px;
  }

  .navigation__menu--primary .navigation__menu-link {
    font-size: 36px;
  }

  .navigation__menu--primary .navigation__menu-link-text {
    margin-top: -20px;
  }

  .navigation__menu--primary .navigation__menu-sub {
    padding: 0;
    top: 59%;
  }

  .navigation__menu--primary .navigation__menu-sub-item {
    margin: 5px 10px;
  }

  .navigation__menu--primary .navigation__menu-sub-link {
    font-size: 14px;
  }

  .navigation__menu--primary:after {
    bottom: -25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .navigation__input:checked ~ .navigation__menu--primary {
    padding-top: 150px;
  }

  .navigation__input:checked ~ .navigation__menu--primary .navigation__menu-item {
    padding-bottom: 30%;
  }

  .navigation__toggle {
    top: 30px;
    right: 35px;
  }

  .navigation__menu--primary:before {
    top: 90px;
  }

  .navigation__menu--primary .navigation__menu-item {
    width: 50%;
  }

  .navigation__menu--primary .navigation__menu-link {
    font-size: 38px;
  }

  .navigation__menu--primary .navigation__menu-sub {
    padding: 0 15px;
    top: 61%;
  }

  .navigation__menu--primary .navigation__menu-sub-link {
    font-size: 15px;
  }

  .navigation__menu--primary:after {
    bottom: -60px;
  }
}

@media screen and (max-width: 767px) {
  .navigation__input:checked ~ #navigation-overlay {
    background-color: #FF9E1B;
  }

  .navigation__input:checked ~ .navigation__menu--primary {
    padding-bottom: 30px;
  }

  .navigation__input:checked ~ .navigation__menu--primary .navigation__menu-item,
  .navigation__input:checked ~ .navigation__menu--primary .navigation__menu-link,
  .navigation__input:checked ~ .navigation__menu--primary .navigation__menu-link-text {
    height: auto;
  }

  .navigation__input:checked ~ .navigation__menu--primary .navigation__menu-item {
    padding-bottom: 0;
  }

  .navigation__input:checked ~ .navigation__menu--primary .navigation__menu-link {
    padding: 6px 20px;
  }

  .navigation__input:checked ~ .navigation__menu--social {
    padding-top: 70px;
  }

  .navigation__input:checked ~ .navigation__menu--secondary {
    margin-bottom: 40px;
  }

  .navigation__menu--primary {
    background-color: #FEFFE5;
    overflow: visible;
  }

  .navigation__menu--primary:before {
    display: none;
  }

  .navigation__menu--primary .navigation__menu-item {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }

  .navigation__menu--primary .navigation__menu-item--has-children .navigation__menu-link-text:after {
    content: "\25BE";
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 22px;
    color: #6CC24A;
    position: absolute;
    top: 10px;
    right: -25px;
    transition: transform 0.3s linear;
  }

  .navigation__menu--primary .navigation__menu-item--has-children.navigation__menu-item--expanded .navigation__menu-link-text:after {
    transform: rotate(180deg);
  }

  .navigation__menu--primary .navigation__menu-link {
    position: relative;
    background-color: #FEFFE5 !important;
    font-size: 36px;
    color: #6CC24A;
    text-transform: uppercase;
    padding: 0;
  }

  .navigation__menu--primary .navigation__menu-link-text {
    height: 0;
    margin-top: 0;
  }

  .navigation__menu--primary .navigation__menu-link--active,
  .navigation__menu--primary .navigation__menu-link:hover,
  .navigation__menu--primary .navigation__menu-link:focus,
  .navigation__menu--primary .navigation__menu-link:active,
  .navigation__menu--primary .navigation__menu-link.nice-select.open {
    color: #FF9E1B;
  }

  .navigation__menu--primary .navigation__menu-link--active .navigation__menu-link-text:after,
  .navigation__menu--primary .navigation__menu-link:hover .navigation__menu-link-text:after,
  .navigation__menu--primary .navigation__menu-link:focus .navigation__menu-link-text:after,
  .navigation__menu--primary .navigation__menu-link:active .navigation__menu-link-text:after,
  .navigation__menu--primary .navigation__menu-link.nice-select.open .navigation__menu-link-text:after {
    color: #FF9E1B;
  }

  .navigation__menu--primary .navigation__menu-sub {
    display: none;
    position: relative;
    top: auto;
    padding: 0;
    margin: 5px 0 10px 0;
  }

  .navigation__menu--primary .navigation__menu-sub-item {
    display: block;
    margin: 0 12px !important;
  }

  .navigation__menu--primary .navigation__menu-sub-link {
    color: #6CC24A;
    padding: 8px 0 2px 0;
  }

  .navigation__menu--primary .navigation__menu-sub-link--active,
  .navigation__menu--primary .navigation__menu-sub-link:hover,
  .navigation__menu--primary .navigation__menu-sub-link:focus,
  .navigation__menu--primary .navigation__menu-sub-link:active,
  .navigation__menu--primary .navigation__menu-sub-link.nice-select.open {
    color: #FF9E1B;
  }

  .navigation__menu--primary:after {
    background-image: url(/client/images/textures/torn-edge--cream-bottom-edge.svg);
    background-position: center bottom;
    z-index: -1;
    bottom: -50px;
  }

  .navigation__menu--social .navigation__menu-link-icon {
    fill: #FEFFE5;
  }

  .navigation__menu--secondary .navigation__menu-item {
    margin-bottom: 10px;
  }

  .navigation__menu--secondary .navigation__menu-item a {
    color: #FEFFE5;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .navigation__input:checked ~ .navigation__menu--primary {
    padding-top: 100px;
  }

  .navigation__toggle {
    top: 30px;
    right: 25px;
  }

  .navigation__menu--secondary .navigation__menu {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 479px) {
  .navigation__input:checked ~ .navigation__menu--primary {
    padding-top: 80px;
  }

  .navigation__toggle {
    top: 22px;
    right: 20px;
  }

  .navigation__menu--secondary .navigation__menu-item {
    display: block;
  }
}

.navigation__sub {
  display: flex;
  margin-top: 10px;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  text-align: center;
}

.navigation__item:not(:last-child) .navigation__sub {
  margin-bottom: 10px;
}

.navigation__sub-item:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (min-width: 900px) {
  .navigation__sub {
    position: absolute;
    top: 80%;
    left: 0;
    z-index: 0;
    display: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -20px;
    padding: 10px 20px 20px;
    text-align: left;
    border-radius: 0 0 10px 10px;
    background-color: inherit;
  }

  .navigation__item:hover .navigation__sub {
    display: block;
  }

@supports (body: focus-within) {
    .navigation__sub:focus-within,
    .navigation__item:hover .navigation__sub,
    .navigation__item:focus-within .navigation__sub {
      display: block;
    }
}

  .navigation__item:first-child .navigation__sub {
    left: 0;
  }

  .navigation__item:last-child .navigation__sub {
    left: auto;
    right: 0;
    margin-right: -20px;
    margin-left: 0;
  }

  .navigation__sub-item {
    margin-top: 5px;
    margin-bottom: 11px;
    min-width: 150px;
    white-space: nowrap;
  }

  .navigation__sub-item:last-child {
    margin-bottom: 0;
  }
}

.navigation__sub-link {
  display: block;
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(420px * 4);
  margin: 0 auto;
  padding-bottom: 65px;
  background-color: #f2f5ad;
}

.product-list.distressed-border--top-inner:before {
  top: -50px;
}

@media screen and (max-width: 1399px) {
  .product-list {
    padding-bottom: 45px;
  }
}

.product-list__item {
  display: flex;
  flex: 1 1 100%;
  height: 80vh;
  max-height: 420px;
  min-width: 300px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background-color: #f2f5ad;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto calc(100% - 70px);
}

.product-list__item:hover .svg-wrapper,
.product-list__item:focus .svg-wrapper,
.product-list__item:active .svg-wrapper,
.product-list__item.nice-select.open .svg-wrapper {
  transform: translateX(3px);
}

.product-list__item:hover .more-link,
.product-list__item:focus .more-link,
.product-list__item:active .more-link,
.product-list__item.nice-select.open .more-link {
  color: #157377;
}

.product-list__item:hover .more-link__icon,
.product-list__item:focus .more-link__icon,
.product-list__item:active .more-link__icon,
.product-list__item.nice-select.open .more-link__icon {
  fill: #157377;
}

.product-list__item .more-link {
  margin-top: 30px;
  transition: color 0.2s linear;
}

@media screen and (max-width: 1399px) {
  .product-list__item .more-link {
    font-size: 26px;
  }

  .product-list__item .more-link .svg-wrapper {
    width: 8px;
    padding-bottom: 12px;
  }
}

@media screen and (min-width: 600px) {
  .product-list__item {
    flex-basis: 25%;
    max-width: 420px;
    height: 420px;
  }
}

.product-list__name {
  position: relative;
  top: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  width: 100%;
  height: 75px;
  background-image: url(/client/images/textures/torn-edge--lime-top-edge.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}

.recipe {
  min-height: 1560px;
  display: flex;
  flex-wrap: wrap;
  background-color: #FF9E1B;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .recipe {
    min-height: 1300px;
  }
}

@media screen and (max-width: 991px) {
  .recipe {
    min-height: 1px;
  }
}

.recipe__content {
  width: 60%;
  padding: 150px 0 80px 0;
  background-color: #FF9E1B;
  color: #FEFFE5;
  text-align: center;
}

.recipe__content ul,
.recipe__content ol {
  list-style: none;
  padding: 0;
  margin: 0 0 60px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .recipe__content ul,
  .recipe__content ol {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .recipe__content ul,
  .recipe__content ol {
    margin-bottom: 30px;
  }
}

.recipe__content li {
  margin-bottom: 3px;
}

.recipe__content-inner {
  max-width: 500px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .recipe__content-inner {
    max-width: 480px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .recipe__content-inner {
    max-width: 420px;
  }
}

@media screen and (max-width: 479px) {
  .recipe__content-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .recipe__content {
    width: 56%;
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .recipe__content {
    width: 100%;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .recipe__content {
    padding-top: 130px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .recipe__content {
    padding-top: 110px;
  }
}

@media screen and (max-width: 479px) {
  .recipe__content {
    padding-top: 100px;
  }
}

.recipe__serves {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 46px;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .recipe__serves {
    font-size: 38px;
  }
}

@media screen and (max-width: 767px) {
  .recipe__serves {
    font-size: 32px;
  }
}

.recipe__serves-count {
  position: relative;
  top: 3px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 56px;
  height: 56px;
  margin-left: 15px;
  font-size: 32px;
  color: orange;
}

@media screen and (max-width: 767px) {
  .recipe__serves-count {
    width: 46px;
    height: 46px;
    font-size: 24px;
    margin-left: 10px;
  }
}

.recipe__serves-count:before,
.recipe__serves-count:after {
  content: "";
  position: absolute;
}

.recipe__serves-count:before {
  width: 56px;
  height: 56px;
  background-color: #FEFFE5;
  border-radius: 50%;
  display: block;
  z-index: -1;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .recipe__serves-count:before {
    width: 46px;
    height: 46px;
  }
}

.recipe__serves-count:after {
  width: 30px;
  height: 24px;
  background-image: url(/client/images/textures/rays--recipe-serves.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  top: -18px;
  right: -11px;
}

.recipe__title {
  margin-bottom: 30px;
}

.recipe__text {
  max-width: 380px;
  margin-bottom: 60px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .recipe__text {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .recipe__text {
    margin-bottom: 30px;
  }
}

.recipe__sidebar {
  width: 40%;
  max-height: 2000px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .recipe__sidebar {
    width: 44%;
    max-height: 1500px;
  }
}

@media screen and (max-width: 991px) {
  .recipe__sidebar {
    width: 100%;
  }
}

.recipe__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 991px) {
  .recipe__image {
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .recipe__image {
    max-width: 420px;
  }
}

.recipe__image-wrap {
  height: 50%;
  margin: 0;
  padding: 0;
  border-bottom: 100px solid transparent;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .recipe__image-wrap {
    border-width: 75px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .recipe__image-wrap {
    border-width: 70px;
  }
}

@media screen and (max-width: 991px) {
  .recipe__image-wrap {
    height: auto;
    border-width: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .recipe__image-wrap {
    margin-bottom: 170px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .recipe__image-wrap {
    margin-bottom: 150px;
  }
}

@media screen and (max-width: 479px) {
  .recipe__image-wrap {
    border-width: 60px;
  }
}

.recipe__subnav {
  position: relative;
  height: 50%;
}

@media screen and (max-width: 991px) {
  .recipe__subnav {
    height: auto;
  }
}

.recipe__subnav-title {
  position: relative;
  width: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  border-top: 30px solid transparent;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .recipe__subnav-title {
    border-width: 70px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .recipe__subnav-title {
    border-width: 50px;
  }
}

.recipe__subnav-title:before {
  content: "";
  background-image: url(/client/images/textures/torn-edge--yellow-top-edge.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 101% auto;
  width: 270%;
  height: 0;
  padding-bottom: 18%;
  position: absolute;
  z-index: 0;
  left: -54%;
  top: -46%;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .recipe__subnav-title:before {
    top: -86%;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .recipe__subnav-title:before {
    top: -70%;
  }
}

.recipe__subnav-title-wrap {
  position: absolute;
  top: -130px;
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .recipe__subnav-title-wrap {
    top: -110px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .recipe__subnav-title-wrap {
    top: -105px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .recipe__subnav-title-wrap {
    top: -145px;
  }
}

@media screen and (max-width: 767px) {
  .recipe__subnav-title-wrap {
    top: -95px;
  }
}

.recipe__subnav-title-text {
  position: relative;
  z-index: 2;
  display: block;
  padding: 20px 20px 35px 20px;
  background-color: #FFCD00;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .recipe__subnav-title-text {
    padding: 10px 20px 25px 20px;
  }
}

@media screen and (max-width: 1199px) {
  .recipe__subnav-title-text {
    padding: 10px 20px 30px 20px;
  }
}

.recipe__subnav-list {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

@media screen and (max-width: 479px) {
  .recipe__subnav-list {
    padding-bottom: 25px;
  }
}

.recipe__subnav-item {
  width: 33.333%;
  height: 50%;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .recipe__subnav-item {
    height: auto;
  }
}

.recipe__subnav-link {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.recipe__subnav-link-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FEFFE5;
  overflow: hidden;
  background-color: #8BC8BF;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.recipe__subnav-link-title {
  text-align: center;
  padding: 20px;
  opacity: 0;
  transform: translateY(-100px);
  transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .recipe__subnav-link-title {
    padding: 15px;
    font-size: 18px;
  }
}

.recipe__subnav-link:hover .recipe__subnav-link-overlay,
.recipe__subnav-link:hover .recipe__subnav-link-title,
.recipe__subnav-link:focus .recipe__subnav-link-overlay,
.recipe__subnav-link:focus .recipe__subnav-link-title,
.recipe__subnav-link:active .recipe__subnav-link-overlay,
.recipe__subnav-link.nice-select.open .recipe__subnav-link-overlay,
.recipe__subnav-link:active .recipe__subnav-link-title,
.recipe__subnav-link.nice-select.open .recipe__subnav-link-title {
  opacity: 1;
}

.recipe__subnav-link:hover .recipe__subnav-link-title,
.recipe__subnav-link:focus .recipe__subnav-link-title,
.recipe__subnav-link:active .recipe__subnav-link-title,
.recipe__subnav-link.nice-select.open .recipe__subnav-link-title {
  transform: translateY(0);
}

.recipe__subnav-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recipe-list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px !important;
}

.recipe-list__item {
  position: relative;
  width: 16.666%;
}

@media screen and (max-width: 479px) {
  .recipe-list__item img {
    height: 160px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.recipe-list__item:hover .recipe-list__item-overlay,
.recipe-list__item:hover .recipe-list__item-content,
.recipe-list__item:focus-within .recipe-list__item-overlay,
.recipe-list__item:focus-within .recipe-list__item-content {
  opacity: 1;
}

.recipe-list__item:hover .recipe-list__item-content,
.recipe-list__item:focus-within .recipe-list__item-content {
  transform: translateY(0);
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .recipe-list__item {
    width: 25%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .recipe-list__item {
    width: 25%;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .recipe-list__item {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .recipe-list__item {
    width: 100%;
  }
}

.recipe-list__item-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FEFFE5;
  overflow: hidden;
  background-color: #8BC8BF;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.recipe-list__item-content {
  text-align: center;
  padding: 10px 20px 20px 20px;
  opacity: 0;
  transform: translateY(-100px);
  transition: all 0.2s ease-in-out;
}

.recipe-list__item-content .more-link {
  transition: color 0.2s linear;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .recipe-list__item-content .more-link {
    font-size: 26px;
  }

  .recipe-list__item-content .more-link .svg-wrapper {
    width: 8px;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 991px) {
  .recipe-list__item-content .more-link {
    font-size: 26px;
  }

  .recipe-list__item-content .more-link .svg-wrapper {
    width: 8px;
    padding-bottom: 12px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .recipe-list__item-content .more-link {
    font-size: 30px;
  }

  .recipe-list__item-content .more-link .svg-wrapper {
    width: 12px;
    padding-bottom: 16px;
  }
}

.recipe-list__item-title {
  font-size: 36px;
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .recipe-list__item-title {
    font-size: 32px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .recipe-list__item-title {
    font-size: 28px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .recipe-list__item-title {
    font-size: 28px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .recipe-list__item-title {
    font-size: 34px;
  }
}

@media screen and (max-width: 479px) {
  .recipe-list__item-title {
    font-size: 30px;
    max-width: 280px;
    margin: 0 auto 20px auto;
  }
}

.slider {
  margin: 0 auto 35px;
  padding-right: 20px;
  padding-left: 20px;
  counter-reset: slider;
  max-width: 600px;
}

.slider__item {
  flex: 1 0 100%;
  width: 100%;
}

.slider__img {
  -o-object-fit: cover;
     object-fit: cover;
}

.slider__caption {
  display: flex;
  margin: 0 auto;
  padding: 35px 45px;
  max-width: 430px;
  counter-increment: slider;
  text-align: left;
  background-color: #fff;
}

.slider__caption:before {
  padding-right: 35px;
  content: counter(slider);
  font-size: 38px;
}

.slider .flickity-slider {
  position: relative;
  display: flex;
}

.slider .flickity-prev-next-button {
  display: block;
  top: 35%;
}

@media screen and (max-width: 479px) {
  .slider .flickity-prev-next-button {
    top: 80%;
  }

  .slider .flickity-prev-next-button.previous {
    left: 5%;
  }

  .slider .flickity-prev-next-button.next {
    right: 5%;
  }
}

.teasers {
  overflow: hidden;
}

.teasers:before {
  top: -40px;
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .teasers:before {
    top: -35px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .teasers:before {
    top: -30px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .teasers:before {
    top: -25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .teasers:before {
    top: -60px;
  }
}

@media screen and (max-width: 479px) {
  .teasers:before {
    top: -40px;
  }
}

.teaser-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  padding-bottom: 35px;
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .teaser-list {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1399px) {
  .teaser-list {
    padding-bottom: 25px;
  }
}

.teaser-item--page {
  width: 50%;
}

.teaser-item--page .teaser-item__title {
  margin-bottom: 0;
}

.teaser-item--page:nth-child(3) .teaser-item__title-image {
  margin-top: -8%;
}

.teaser-item--page:nth-child(4n) .teaser-item__link,
.teaser-item--page:nth-child(4n-1) .teaser-item__link {
  flex-direction: row-reverse;
}

.teaser-item--page:nth-child(4n+1) .teaser-item__content {
  background-color: #F06E44;
}

.teaser-item--page:nth-child(4n+2) .teaser-item__content {
  background-color: #8BC8BF;
}

.teaser-item--page:nth-child(4n+3) .teaser-item__content {
  background-color: #FFCD00;
}

.teaser-item--page:nth-child(4n+4) .teaser-item__content {
  background-color: #6CC24A;
}

@media screen and (max-width: 1599px) {
  .teaser-item--page:nth-child(3) .teaser-item__title-image {
    margin-top: -16%;
  }
}

@media screen and (max-width: 767px) {
  .teaser-item--page:nth-child(3) .teaser-item__title-image {
    margin-top: 0;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .teaser-item--page:nth-child(4n-1) .teaser-item__link {
    flex-direction: row;
  }

  .teaser-item--page:nth-child(2n) .teaser-item__link {
    flex-direction: row-reverse;
  }

  .teaser-item--page .teaser-item__title {
    font-size: 36px;
  }
}

.teaser-item--category {
  width: 33.333%;
}

.teaser-item--category .teaser-item__title {
  margin-bottom: 15px;
}

.teaser-item--category:nth-child(6n) .teaser-item__link,
.teaser-item--category:nth-child(6n-1) .teaser-item__link,
.teaser-item--category:nth-child(6n-2) .teaser-item__link {
  flex-direction: row-reverse;
}

.teaser-item--category:nth-child(4n) .teaser-item__content {
  background-color: #6CC24A;
}

.teaser-item--category:nth-child(4n-1) .teaser-item__content {
  background-color: #FFCD00;
}

.teaser-item--category:nth-child(4n-2) .teaser-item__content {
  background-color: #8BC8BF;
}

.teaser-item--category:nth-child(4n-3) .teaser-item__content {
  background-color: #FF9E1B;
}

@media screen and (max-width: 1599px) {
  .teaser-item--category {
    width: 50%;
  }

  .teaser-item--category:nth-child(4n) .teaser-item__link,
  .teaser-item--category:nth-child(4n-1) .teaser-item__link {
    flex-direction: row-reverse;
  }

  .teaser-item--category:nth-child(6n) .teaser-item__link,
  .teaser-item--category:nth-child(6n-1) .teaser-item__link {
    flex-direction: row;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .teaser-item--category .teaser-item__text {
    font-size: 18px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .teaser-item--category .teaser-item__content {
    padding: 20px;
  }

  .teaser-item--category .teaser-item__title {
    margin-bottom: 12px;
  }

  .teaser-item--category .teaser-item__text {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .teaser-item--category .teaser-item__content {
    padding: 10px 20px 20px 20px;
  }

  .teaser-item--category .teaser-item__title {
    font-size: 32px;
    margin-bottom: 8px;
  }

  .teaser-item--category .teaser-item__text {
    font-size: 14px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .teaser-item--category:nth-child(2n) .teaser-item__link {
    flex-direction: row-reverse;
  }

  .teaser-item--category:nth-child(4n-1) .teaser-item__link {
    flex-direction: row;
  }

  .teaser-item--category .teaser-item__content {
    padding: 10px 20px 20px 20px;
  }

  .teaser-item--category .teaser-item__title {
    margin-bottom: 10px;
  }

  .teaser-item--category .teaser-item__text {
    font-size: 16px;
  }
}

.teaser-item__link {
  display: flex;
  flex-direction: row;
  color: #FEFFE5;
  cursor: pointer;
}

.teaser-item__link:hover,
.teaser-item__link:focus,
.teaser-item__link:active,
.teaser-item__link.nice-select.open {
  color: #FEFFE5;
}

.teaser-item__link:hover .teaser-item__image,
.teaser-item__link:focus .teaser-item__image,
.teaser-item__link:active .teaser-item__image,
.teaser-item__link.nice-select.open .teaser-item__image {
  transform: scale(1.1);
}

.teaser-item__link:hover .teaser-item__content,
.teaser-item__link:focus .teaser-item__content,
.teaser-item__link:active .teaser-item__content,
.teaser-item__link.nice-select.open .teaser-item__content {
  background-color: #157377;
}

.teaser-item__image-wrap,
.teaser-item__content {
  width: 50%;
}

.teaser-item__image {
  width: 100%;
  transition: transform 0.2s linear;
}

.teaser-item__image-wrap {
  overflow: hidden;
}

.teaser-item__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 25px;
  background-color: #F06E44;
  transition: background-color 0.2s linear;
}

.teaser-item__text {
  font-size: 17px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .teaser-item {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .teaser-item__link {
    display: block;
  }

  .teaser-item__image-wrap,
  .teaser-item__content {
    width: 100%;
  }

  .teaser-item__content {
    min-height: 250px;
    padding: 60px 25px 70px 25px;
  }

  .teaser-item__title {
    font-size: 36px;
  }
}

.about .main-content {
  overflow: hidden;
}

.about-intro {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 140px;
  padding-bottom: 100px;
  text-align: center;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-intro {
    padding-top: 130px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .about-intro {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .about-intro {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-intro h2 {
    font-size: 42px;
  }
}

@media screen and (max-width: 767px) {
  .about-intro {
    padding-top: 20px;
    padding-bottom: 0;
  }
}

.about-intro__beginnings,
.about-intro__company {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .about-intro__beginnings,
  .about-intro__company {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .about-intro__beginnings {
    margin-bottom: 50px;
  }
}

.about-intro__image {
  width: 100%;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .about-intro__image {
    max-width: 220px;
    margin: 0 auto 50px auto;
  }
}

.about-intro__image-wrap {
  width: 26%;
  position: relative;
  top: -50px;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-intro__image-wrap {
    top: -35px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .about-intro__image-wrap {
    top: -10px;
  }
}

@media screen and (max-width: 991px) {
  .about-intro__image-wrap {
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .about-intro__image-wrap {
    width: 100%;
  }
}

.about-intro__image-wrap:before {
  content: "";
  display: block;
  width: 250%;
  height: 0;
  padding-bottom: 188%;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  margin: -96.5% 0 0 -121.5%;
  background-image: url(/client/images/textures/watercolour--green.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .about-intro__image-wrap:before {
    margin-top: -123.5%;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .about-intro__image-wrap:before {
    width: 115%;
    padding-bottom: 87%;
    margin: -48.5% 0 0 -55.5%;
  }
}

@media screen and (max-width: 479px) {
  .about-intro__image-wrap:before {
    width: 130%;
    padding-bottom: 98%;
    margin: -53.5% 0 0 -63.5%;
    opacity: 0.8;
  }
}

.about-content {
  max-width: 840px;
  margin: 0 auto;
  padding-bottom: 60px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .about-content {
    max-width: 720px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .about-content {
    max-width: 600px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .about-content {
    max-width: 440px;
    text-align: center;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .about-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.contact-page {
  background-color: #F06E44;
  color: #FEFFE5;
}

.contact-page .form-block {
  margin-top: 110px;
}

.contact-page .form-block.small-margin {
  margin-top: 0;
}

.contact-page .signup .signup__content .text-page-part {
  padding-left: 0;
  padding-right: 0;
}

.contact-page .signup .signup__content .text-page-part h1 {
  font-size: 54px;
}

.corporate-responsibility {
  overflow: hidden;
}

.corporate-responsibility .content-block:first-of-type {
  z-index: 2;
}

.corporate-responsibility-intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.corporate-responsibility-intro__content {
  width: 54%;
}

@media screen and (max-width: 767px) {
  .corporate-responsibility-intro__content {
    width: 100%;
    margin-bottom: 20px;
  }
}

.corporate-responsibility-intro__image-wrap {
  position: relative;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .corporate-responsibility-intro__image-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}

.corporate-responsibility-intro__image-wrap:before {
  content: "";
  display: block;
  width: 180%;
  height: 0;
  padding-bottom: 138%;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  margin: -68.5% 0 0 -94.5%;
  opacity: 0.8;
  background-image: url(/client/images/textures/watercolour--yellow.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .corporate-responsibility-intro__image-wrap:before {
    margin-top: -75.5%;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .corporate-responsibility-intro__image-wrap:before {
    width: 145%;
    padding-bottom: 110%;
    margin: -53.5% 0 0 -69.5%;
  }
}

@media screen and (max-width: 479px) {
  .corporate-responsibility-intro__image-wrap:before {
    width: 130%;
    padding-bottom: 98%;
    margin: -53.5% 0 0 -63.5%;
    opacity: 0.8;
  }
}

.gallery-page .carousel + section {
  background: linear-gradient(to left, #fff 50%, #FEFFE5 50%);
}

.gallery-page .container-gallery {
  width: 100%;
  max-width: 1600px;
}

.gallery-page .gallery-block {
  float: left;
}

.gallery-page .gallery-block img {
  width: 100%;
}

.gallery-page .gallery-block__content {
  width: 100%;
  background: #FEFFE5;
  text-align: center;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
}

.gallery-page .gallery-block__content .heading,
.gallery-page .gallery-block__content p {
  color: #38A0D1;
  margin-bottom: 10px;
}

.gallery-page .gallery-block__content .grid .grid__sizer,
.gallery-page .gallery-block__content .grid .grid__item {
  width: 50%;
}

.gallery-page .gallery-block__instagram {
  width: 100%;
  background: #fff;
  text-align: center;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
}

.gallery-page .gallery-block__instagram .heading {
  display: inline-block;
  color: #38A0D1;
  margin-bottom: 20px;
}

.gallery-page .gallery-block__instagram .heading svg {
  height: 42px;
  float: left;
}

.gallery-page .gallery-block__instagram .heading svg circle,
.gallery-page .gallery-block__instagram .heading svg path {
  fill: #38A0D1;
  transition: fill 250ms ease;
}

.gallery-page .gallery-block__instagram .heading a:hover svg circle,
.gallery-page .gallery-block__instagram .heading a:hover svg path {
  fill: #000;
}

.gallery-page .gallery-block__instagram .instagram-listing {
  margin-left: -5px;
  margin-right: -5px;
}

.gallery-page .gallery-block__instagram .instagram-listing a {
  width: 33.3333%;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}

@media screen and (min-width: 600px) {
  .gallery-page .gallery-block__content {
    width: 60%;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .gallery-page .gallery-block__instagram {
    width: 40%;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .gallery-page .gallery-block__instagram .heading {
    margin-bottom: 20x;
  }

  .gallery-page .gallery-block__instagram .instagram-listing a {
    width: 50%;
  }
}

@media screen and (min-width: 900px) {
  .gallery-page .gallery-block__content {
    width: 70%;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }

  .gallery-page .gallery-block__content p {
    margin-bottom: 20px;
  }

  .gallery-page .gallery-block__content .grid .grid__sizer,
  .gallery-page .gallery-block__content .grid .grid__item {
    width: 33.3333%;
  }

  .gallery-page .gallery-block__instagram {
    width: 30%;
    padding-top: 45px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }

  .gallery-page .gallery-block__instagram .heading {
    margin-bottom: 54px;
  }
}

@media screen and (min-width: 1400px) {
  .gallery-page .gallery-block__content {
    padding-left: 60px;
    padding-right: 60px;
  }

  .gallery-page .gallery-block__content .grid .grid__sizer,
  .gallery-page .gallery-block__content .grid .grid__item {
    width: 33.3333%;
  }

  .gallery-page .gallery-block__instagram .instagram-listing a {
    width: 33.3333%;
  }
}

.mission {
  overflow: hidden;
}

.mission .content-block:first-of-type {
  z-index: 2;
}

.mission__commitment {
  position: relative;
  z-index: 3;
}

.mission__research {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .mission__research {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .mission__research {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .mission__research {
    margin-bottom: 80px;
  }
}

.mission__research-content {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .mission__research-content {
    width: 100%;
    margin-bottom: 30px;
  }
}

.mission__research-image-wrap {
  position: relative;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .mission__research-image-wrap {
    width: 100%;
  }
}

.mission__research-image-wrap:before {
  content: "";
  display: block;
  width: 180%;
  height: 0;
  padding-bottom: 137%;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  margin: -73.5% 0 0 -86.5%;
  background-image: url(/client/images/textures/watercolour--yellow.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.product {
  text-align: center;
  overflow: hidden;
}

.product-content {
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
}

.product-content.extra-hero-margin {
  min-height: 870px;
  z-index: 1;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-content.extra-hero-margin {
    min-height: 800px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-content.extra-hero-margin {
    min-height: 670px;
  }
}

@media screen and (max-width: 767px) {
  .product-content.extra-hero-margin {
    min-height: 1px;
  }
}

.product-intro {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  max-width: 1020px;
  padding-top: 100px;
  margin: 0 auto;
}

.product-intro__image-wrap {
  position: relative;
  width: 48.5%;
}

.product-intro__image-wrap:after {
  content: "";
  display: block;
  width: 300%;
  height: 0;
  padding-bottom: 205%;
  margin: -91% 0 0px -156.5%;
  background-image: url(/client/images/textures/watercolour--yellow-large.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
}

.product-intro__content {
  width: 47.5%;
  color: #6CC24A;
  position: relative;
}

.product-intro__content-image {
  margin: 0 auto 20px auto;
}

.product-intro__content.show-arrow:after {
  content: "";
  display: block;
  width: 183px;
  height: 107px;
  background-image: url(/client/images/arrows/arrow--watercolour-orange.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  right: -50px;
  bottom: -130px;
  transform: rotate(30deg);
}

.product-recipes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto 40px auto;
}

.product-recipes__image-wrap {
  width: 55%;
}

.product-recipes__content {
  width: 42.5%;
  color: #6CC24A;
}

.product-recipes__content-link {
  position: relative;
}

.product-recipes__content-link:after {
  content: "";
  display: block;
  width: 183px;
  height: 107px;
  background-image: url(/client/images/arrows/arrow--watercolour-orange.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 40px;
  bottom: -140px;
  transform: scaleX(-1) rotate(2deg);
}

.product-nutrition__content {
  max-width: 485px;
  margin: 0 auto;
  color: #FF9E1B;
}

.product-tips {
  background-color: #FF9E1B;
  color: #FEFFE5;
  padding: 80px 0;
  z-index: 1;
}

.product-tips__container {
  max-width: 870px;
  margin: 0 auto;
}

.product-tips__heading {
  position: relative;
  margin-bottom: 5px;
}

.product-tips__heading:before {
  content: "";
  display: block;
  width: 59px;
  height: 58px;
  margin: 0 auto 5px auto;
  background-image: url(/client/images/icons/icon--thumbs-up-cream.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.product-tips__item {
  position: relative;
  padding-top: 80px;
}

.product-tips__item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  height: 10px;
  background-image: url(/client/images/textures/underline--yellow-wide.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.product-tips__item-content {
  max-width: 680px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-intro,
  .product-recipes {
    max-width: 940px;
  }

  .product-intro__content.show-arrow:after {
    width: 140px;
    height: 83px;
    bottom: -110px;
  }

  .product-recipes__content-link:after {
    width: 140px;
    height: 83px;
    bottom: -110px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-content {
    font-size: 17px;
  }

  .product-intro,
  .product-recipes,
  .product-tips__container {
    max-width: 720px;
  }

  .product-intro__content.show-arrow:after {
    width: 110px;
    height: 64px;
    bottom: -70px;
    right: -65px;
  }

  .product-recipes__content-link:after {
    width: 110px;
    height: 64px;
    bottom: -85px;
  }
}

@media screen and (max-width: 767px) {
  .product-intro,
  .product-recipes {
    display: block;
  }

  .product-intro__image-wrap,
  .product-intro__content,
  .product-recipes__image-wrap,
  .product-recipes__content {
    width: 100%;
  }

  .product-intro__image-wrap:after {
    width: 270%;
    padding-bottom: 185%;
    margin: -100% 0 0px -151.5%;
  }

  .product-intro__content {
    margin-bottom: 40px;
  }

  .product-intro__content.show-arrow {
    margin-bottom: 120px;
  }

  .product-intro__content.show-arrow:after {
    width: 80px;
    height: 48px;
    bottom: -85px;
    transform: scaleX(-1) rotate(40deg);
  }

  .product-recipes {
    margin-bottom: 120px;
  }

  .product-recipes__content-link:after {
    width: 80px;
    height: 48px;
    bottom: -85px;
    transform: rotate(55deg);
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .product-intro,
  .product-recipes,
  .product-nutrition,
  .product-tips__container {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-intro__content.show-arrow:after {
    right: 160px;
  }

  .product-recipes__content-link:after {
    left: 160px;
  }
}

@media screen and (max-width: 479px) {
  .product-intro,
  .product-recipes,
  .product-nutrition,
  .product-tips__container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .product-intro__content.show-arrow:after {
    right: 34%;
  }

  .product-recipes__content-link:after {
    left: 34%;
  }
}

.rainforest-alliance .carousel__image {
  max-width: 500px;
  margin: 0 auto;
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .rainforest-alliance .carousel__image {
    max-width: 420px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .rainforest-alliance .carousel__image {
    max-width: 400px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .rainforest-alliance .carousel__image {
    max-width: 360px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .rainforest-alliance .carousel__image {
    max-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .rainforest-alliance .carousel__image {
    position: absolute;
    top: 50%;
    left: 50%;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .rainforest-alliance .carousel__image {
    max-width: 280px;
    margin: -100px 0 0 -140px;
  }
}

@media screen and (max-width: 479px) {
  .rainforest-alliance .carousel__image {
    max-width: 200px;
    margin: -70px 0 0 -100px;
  }
}

.rainforest-alliance .carousel__image-wrap {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .rainforest-alliance .carousel__image-wrap {
    position: relative;
    display: block;
  }
}

.signup {
  color: #FEFFE5;
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .signup {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 479px) {
  .signup {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.signup:before {
  padding-bottom: 110px;
  top: -1px;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .signup:before {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .signup:before {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .signup:before {
    top: -15px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .signup:before {
    top: -35px;
  }
}

@media screen and (max-width: 479px) {
  .signup:before {
    top: -40px;
  }
}

.signup__content {
  max-width: 840px;
  margin: 0 auto;
  padding-top: 180px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .signup__content {
    padding-top: 150px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .signup__content {
    padding-top: 130px;
  }
}

@media screen and (max-width: 767px) {
  .signup__content {
    padding-top: 100px;
  }
}

.sustainability-pillars .content-block {
  padding: 0;
}

.rainforest-alliance {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.rainforest-alliance__content {
  width: 54%;
}

@media screen and (max-width: 991px) {
  .rainforest-alliance__content {
    width: 100%;
    margin-bottom: 30px;
  }
}

.rainforest-alliance__image-wrap {
  position: relative;
  width: 40%;
}

@media screen and (max-width: 991px) {
  .rainforest-alliance__image-wrap {
    width: 100%;
    max-width: 440px;
    margin: 0 auto 40px auto;
  }
}

.trade {
  overflow: hidden;
}

.trade-certifications {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.trade-certifications__content {
  width: 54%;
}

@media screen and (max-width: 991px) {
  .trade-certifications__content {
    width: 100%;
    margin-bottom: 30px;
  }
}

.trade-certifications__non-image-wrap {
  position: relative;
  width: 40%;
}

@media screen and (max-width: 991px) {
  .trade-certifications__non-image-wrap {
    width: 100%;
    max-width: 440px;
    margin: 0 auto 40px auto;
  }
}

.trade-certifications__image-wrap {
  position: relative;
  width: 40%;
}

@media screen and (max-width: 991px) {
  .trade-certifications__image-wrap {
    width: 100%;
    max-width: 440px;
    margin: 0 auto 40px auto;
  }
}

.trade-certifications__image-wrap:before {
  content: "";
  display: block;
  width: 180%;
  height: 0;
  padding-bottom: 137%;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  margin: -73.5% 0 0 -86.5%;
  background-image: url(/client/images/textures/watercolour--yellow.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media screen and (max-width: 991px) {
  .trade-certifications__image-wrap:before {
    opacity: 0.8;
  }
}

.trade-rainforest__image {
  max-width: 500px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .trade-rainforest__image {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .trade-rainforest__image {
    max-width: 100%;
  }
}

.trade-downloads__list-item {
  margin-bottom: 10px;
}

.text-page-part svg {
  fill: #FEFFE5;
}

