/* import css normalise/reset library */
/* stylelint-disable */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
   * Remove the margin in all browsers (opinionated).
   */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   * 2. Add the correct display in IE.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
   * Add the correct display in IE 9-.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
   * Add the correct display in iOS 4-7.
   */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Add the correct display in IE 10-.
   * 1. Add the correct display in IE.
   */
template,
[hidden] {
  display: none;
}

/* Links
	 ========================================================================== */
/**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
   * Remove the outline on focused links when they are also active or hovered
   * in all browsers (opinionated).
   */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
   * 1. Remove the bottom border in Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */
b,
strong {
  font-weight: inherit;
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * Add the correct font style in Android 4.3-.
   */
dfn {
  font-style: italic;
}

/**
   * 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;
}

/**
   * Add the correct background and color in IE 9-.
   */
mark {
  background-color: #ff0;
  color: #000;
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
   * Remove the border on images inside links in IE 10-.
   */
img {
  border-style: none;
}

/**
   * Hide the overflow in IE.
   */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct margin in IE 8.
   */
figure {
  margin: 1em 40px;
}

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
	 ========================================================================== */
/**
   * 1. Change font properties to `inherit` in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Restore the font weight unset by the previous rule.
   */
optgroup {
  font-weight: bold;
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Change the border, margin, and padding in all browsers (opinionated).
   */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
   * 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 */
}

/**
   * Remove the default vertical scrollbar in IE.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
   */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * Correct the text style of placeholders in Chrome, Edge, and Safari.
   */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
   * 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 */
}

/* stylelint-enable */
/* import vars */
/* import mixins */
@font-face {
  font-family: 'noto';
  src: url("/fonts/noto-sans/NotoSans-Regular.eot");
  src: url("/fonts/noto-sans/NotoSans-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/noto-sans/NotoSans-Regular.woff") format("woff2"), url("/fonts/noto-sans/NotoSans-Regular.woff") format("woff"), url("/fonts/noto-sans/NotoSans-Regular.ttf") format("truetype"), url("/fonts/noto-sans/NotoSans-Regular.svg") format("svg");
  font-weight: 400;
  font-style: regular;
  font-display: swap;
}

@font-face {
  font-family: 'noto';
  src: url("/fonts/noto-sans/NotoSans-Bold.eot");
  src: url("/fonts/noto-sans/NotoSans-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/noto-sans/NotoSans-Bold.woff") format("woff2"), url("/fonts/noto-sans/NotoSans-Bold.woff") format("woff"), url("/fonts/noto-sans/NotoSans-Bold.ttf") format("truetype"), url("/fonts/noto-sans/NotoSans-Bold.svg") format("svg");
  font-weight: 800;
  font-style: regular;
  font-display: swap;
}

/* Usage

@include keyframes(slide-down) {
  0% { opacity: 1; }
  90% { opacity: 0; }
}

.element {
  width: 100px;
  height: 100px;
  background: black;
  @include animation('slide-down 5s 3');
}

*/
/* Mixin for font declaration syntax
Usage: @include font-face('Gotham', 'gotham');
*/
/* Mixin: Responsive font sizing
Usage:
// Sets every breakpoint to have a different font size
.foo {
	@include resp-font-size(22, 24, 28, 36, 48);
}

// Sets xs, sm and md to have different font sizes,
// lg and xl will then inherit the md size
.bar {
	@include resp-font-size(18, 20, 24)
}
*/
/* stylelint-disable */
/* stylelint-enable */
/* import components */
.alertMessage {
  padding: 1rem 0 1.5rem;
}

@media (min-width: 550px) {
  .alertMessage--illustration .alertMessage__wrap h2,
  .alertMessage--illustration .alertMessage__wrap p {
    padding-right: 130px;
  }
}

.alertMessage * {
  color: #fff;
}

.alertMessage__wrap {
  width: 100%;
  max-width: calc(800px +  30px * 2);
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
}

.alertMessage__green {
  background-color: #149361;
}

.alertMessage__green .alertMessage__link:hover .alertMessage__button {
  color: #149361;
}

.alertMessage__lightGreen {
  background-color: #ACD092;
}

.alertMessage__lightGreen * {
  color: #18253D;
}

.alertMessage__lightGreen .alertMessage__button {
  border: 1px solid #18253D;
}

.alertMessage__lightGreen .alertMessage__link:hover .alertMessage__button {
  color: #ACD092;
  background: #18253D;
}

.alertMessage__red {
  background-color: #E42080;
}

.alertMessage__red .alertMessage__link:hover .alertMessage__button {
  color: #E42080;
}

.alertMessage__yellow {
  background-color: #F2AB2C;
}

.alertMessage__yellow * {
  color: #18253D;
}

.alertMessage__yellow .alertMessage__button {
  border: 1px solid #18253D;
}

.alertMessage__yellow .alertMessage__link:hover .alertMessage__button {
  color: #F2AB2C;
  background: #18253D;
}

.alertMessage__blue {
  background-color: #1AA0E1;
}

.alertMessage__blue .alertMessage__link:hover .alertMessage__button {
  color: #1AA0E1;
}

.alertMessage__darkBlue {
  background-color: #18253D;
}

.alertMessage__darkBlue .alertMessage__link:hover .alertMessage__button {
  color: #18253D;
}

.alertMessage__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: start;
          align-items: flex-start;
}

.alertMessage__link:hover .alertMessage__button {
  background: #fff;
}

.alertMessage__button {
  padding: .25rem .5rem;
  border: 1px solid #fff;
  border-radius: 5px;
  font-weight: 900;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.alertMessage__illustration {
  position: absolute;
  right: 25px;
  bottom: -25px;
}

@media (max-width: 550px) {
  .alertMessage__illustration {
    display: none !important;
  }
}

.alternatingContent {
  padding: 2rem 0;
}

@media only screen and (max-width: 720px) {
  .alternatingContent {
    padding: 1rem 0;
  }
}

.alternatingContent__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

@media only screen and (max-width: 680px) {
  .alternatingContent__wrapper {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-flow: column !important;
  }
}

@media only screen and (max-width: 680px) {
  .alternatingContent__wrapper .alternatingContent__block {
    margin: 0 0 2rem 0 !important;
  }
}

.alternatingContent__wrapper .alternatingContent__block:first-of-type {
  margin: 0 2rem 0 0;
}

@media only screen and (max-width: 991px) {
  .alternatingContent__wrapper .alternatingContent__block:first-of-type {
    margin: 0 1rem 0 0;
  }
}

.alternatingContent__wrapper .alternatingContent__block:last-of-type {
  margin: 0 0 0 2rem;
}

@media only screen and (max-width: 991px) {
  .alternatingContent__wrapper .alternatingContent__block:last-of-type {
    margin: 0 0 0 1rem;
  }
}

.alternatingContent__wrapper--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-flow: row-reverse;
}

.alternatingContent__wrapper--reverse .alternatingContent__block:first-of-type {
  margin: 0 0 0 2rem;
}

@media only screen and (max-width: 991px) {
  .alternatingContent__wrapper--reverse .alternatingContent__block:first-of-type {
    margin: 0 0 0 1rem;
  }
}

.alternatingContent__wrapper--reverse .alternatingContent__block:last-of-type {
  margin: 0 2rem 0 0;
}

@media only screen and (max-width: 991px) {
  .alternatingContent__wrapper--reverse .alternatingContent__block:last-of-type {
    margin: 0 1rem 0 0;
  }
}

.alternatingContent__wrapper--reverse .alternatingContent__illustration {
  left: unset;
  right: 25px;
}

.alternatingContent__block {
  position: relative;
}

.alternatingContent__block--image {
  -webkit-box-flex: 1.5;
          flex: 1.5;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 680px) {
  .alternatingContent__block--image {
    width: 100%;
  }
}

.alternatingContent__block--content {
  -webkit-box-flex: 2;
          flex: 2;
}

.alternatingContent__block--content p:last-of-type {
  margin: 0;
}

.alternatingContent__imageWrapper {
  padding-bottom: 63%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 680px) {
  .alternatingContent__imageWrapper {
    padding-bottom: 45%;
  }
}

.alternatingContent__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.alternatingContent__illustration {
  position: absolute;
  bottom: 0;
  left: 25px;
  z-index: 1;
}

.button {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  cursor: pointer;
  padding: .5rem 2rem;
  border-radius: 5px;
  color: #fff;
  font-weight: 900;
  margin-top: 1rem;
}

.button:hover {
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.button--primary {
  background: #149361;
  border: 1px solid #149361;
}

.button--primary:hover {
  background: none;
  color: #149361;
}

.button--secondary {
  background: #18253D;
  border: 1px solid #18253D;
}

.button--secondary:hover {
  background: none;
  color: #18253D;
}

.button--whiteGreen {
  background: #fff;
  border: 1px solid #fff;
  color: #149361;
}

.button--whiteGreen:hover {
  background: none;
  color: #fff;
}

.button--whiteBlue {
  background: #fff;
  border: 1px solid #fff;
  color: #18253D;
}

.button--whiteBlue:hover {
  background: none;
  color: #fff;
}

.link {
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.link--green {
  font-weight: 900;
  color: #149361;
}

.link--green:hover {
  color: #0b5035;
}

.link--blue {
  font-weight: 900;
  color: #18253D;
}

.link--blue:hover {
  color: #020406;
}

.link--light-blue {
  font-weight: 900;
  color: #1AA0E1;
}

.link--light-blue:hover {
  color: #126f9c;
}

.link--email {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
}

.link--icon {
  display: -webkit-box;
  display: flex;
  background-color: #149361;
  border-radius: 100%;
  line-height: 50px;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.link--icon img {
  width: 15px;
  height: 15px;
}

.columns {
  padding: 2rem 0;
}

@media only screen and (max-width: 720px) {
  .columns {
    padding: 1rem 0;
  }
}

.columns__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}

.columns__heading {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.columns__heading-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: end;
          align-items: flex-end;
}

.columns__heading-wrapper h2 {
  display: block;
  text-align: center;
  width: 100%;
}

.columns__heading-wrapper h2::after {
  display: none;
}

.columns__link {
  -webkit-box-flex: 1;
          flex: 1;
  padding: 0 .9em;
}

.columns__link:first-of-type {
  padding: 0 .9em 0 0;
}

.columns__link:last-of-type {
  padding: 0 0 0 .9em;
}

.columns__link:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.columns__link:hover h2:after {
  -webkit-transform: translateX(-50%) scaleX(6);
  transform: translateX(-50%) scaleX(6);
}

@media only screen and (max-width: 1350px) {
  .columns__link {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
  }
  .columns__link:nth-of-type(odd) {
    padding: 0 .9em 0 0;
  }
  .columns__link:nth-of-type(even) {
    padding: 0 0 0 .9em;
  }
  .columns__link:not(:nth-last-child(-n+2)) {
    padding-bottom: 1.8rem;
  }
}

@media only screen and (max-width: 650px) {
  .columns__link {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    padding: 0 !important;
  }
  .columns__link:not(:last-of-type) {
    padding: 0 0 4rem 0 !important;
  }
}

.columns__image {
  position: relative;
  height: 0;
  padding-bottom: 63%;
  overflow: hidden;
  border-radius: 10px;
}

.columns__image img {
  -webkit-transition: all 500ms;
  transition: all 500ms;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.columns__text {
  text-align: center;
  padding: 1em 1em 0;
}

.columns__text h2 {
  font-size: 24px;
  position: relative;
}

.columns__text h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
  height: 3px;
  width: 20px;
  border-radius: 3px;
  background-color: #149361;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.columns__text p:last-of-type {
  margin: 0;
}

.contactForm {
  padding: 2rem 0;
}

@media only screen and (max-width: 720px) {
  .contactForm {
    padding: 1rem 0;
  }
}

.contactForm__wrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.contactForm__block {
  width: 100%;
  padding: 0 2rem;
}

.contactForm__block--address .contactForm__nurseryBlock {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
}

.contactForm__block--address .contactForm__nurseryBlock > * {
  width: 100%;
}

.contactForm__block--address .contactForm__nurseryBlock .contactForm__nurseryBlockRow {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
}

@media only screen and (max-width: 720px) {
  .contactForm__block--address {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

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

@media only screen and (max-width: 720px) {
  .contactForm__nurseryBlock {
    -webkit-box-flex: 0;
            flex: 0 0 47%;
    margin: 0 auto;
    text-align: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 500px) {
  .contactForm__nurseryBlock {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
  }
}

.contactForm__nurseryBlock:not(:last-child) {
  margin-bottom: 2rem;
}

.contactForm__nurseryBlockRow {
  display: -webkit-box;
  display: flex;
}

@media only screen and (max-width: 720px) {
  .contactForm__nurseryBlockRow {
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.contactForm__nurseryBlockRow span {
  padding-right: .5rem;
}

@media only screen and (max-width: 500px) {
  .contactForm form .freeform-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
}

.contactForm form .freeform-row:nth-of-type(2) {
  margin-top: -0.6rem;
}

.contactForm form .freeform-row:nth-of-type(2) .freeform-column {
  padding-top: 0;
}

@media only screen and (max-width: 500px) {
  .contactForm form .freeform-column {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    margin: 0;
    padding: 10px 15px;
  }
}

.contactForm form .freeform-column .freeform-label {
  position: relative;
  display: inline-block;
  bottom: -12px;
  z-index: 1;
  padding: 0 1.0625rem;
  margin-left: 1.0625rem;
  background-color: #fff;
  color: #18253D;
  font-weight: 900;
}

.contactForm form .freeform-column .freeform-input {
  width: 100%;
  padding: 1rem 2rem;
  border-radius: 5px;
  resize: none;
  border: 2px solid #149361;
  background-color: #fff;
  color: #18253D;
  font-weight: 900;
}

.contactForm form .freeform-column .freeform-input:focus {
  outline: inherit;
}

.contactForm form .freeform-column select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url(/img/down-arrow.svg);
  background-position: 96% 50%;
  background-repeat: no-repeat;
  background-size: 19px;
  cursor: pointer;
}

.contactForm form .freeform-column button {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  cursor: pointer;
  padding: .5rem 2rem;
  border-radius: 5px;
  color: #fff;
  font-weight: 900;
  background: #149361;
  border: 1px solid #149361;
}

.contactForm form .freeform-column button:hover {
  background: none;
  color: #149361;
}

.content {
  padding: 2rem 0;
}

@media only screen and (max-width: 720px) {
  .content {
    padding: 1rem 0;
  }
}

.content__wrapper {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.content__wrapper p:last-of-type {
  margin: 0;
}

.content__heading {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.content__heading-illustration {
  max-width: 200px !important;
}

.content__heading-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}

.content__heading-wrapper h2,
.content__heading-wrapper h1 {
  display: block;
  text-align: center;
  width: 100%;
}

.footer {
  padding-top: 2rem;
}

.footer__topFooter {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #18253D;
  padding: 1.8em 0 3.6em;
}

@media only screen and (max-width: 520px) {
  .footer__topFooter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column wrap;
  }
}

.footer__colHeading {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  margin: 0 0 10px;
}

.footer__col {
  -webkit-box-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 1180px) {
  .footer__col {
    -webkit-box-flex: inherit;
            flex: inherit;
    margin: 0 4rem 2rem 0;
  }
}

@media only screen and (max-width: 520px) {
  .footer__col {
    margin: 0 0 2rem 0;
  }
}

.footer__col--fx2 {
  -webkit-box-flex: 2;
          flex: 2;
}

@media only screen and (max-width: 1180px) {
  .footer__col--fx2 {
    -webkit-box-flex: inherit;
            flex: inherit;
  }
}

.footer__col a {
  display: block;
  position: relative;
}

.footer__col a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #149361;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.footer__col a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.footer__col a h4 {
  line-height: 1.8;
  margin: 0;
}

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

.footer__nav li {
  display: -webkit-box;
  display: flex;
  line-height: 2;
}

.footer__nav li span {
  padding-right: .5rem;
}

.footer__nav--social {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 520px) {
  .footer__nav--social {
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.footer__nav--social a {
  display: inherit;
}

.footer__nav--social a:after {
  display: none;
}

.footer__nav--social .footer__navItem:not(:first-of-type) {
  margin-left: .5rem;
}

@media only screen and (max-width: 520px) {
  .footer__nav--social .footer__navItem:not(:first-of-type) {
    margin-left: 1rem;
  }
}

.footer__bottomFooter {
  background-color: #eaeaea;
  padding: 1.8em 0;
  font-weight: 600;
  font-size: 0.8em;
}

.footer__bottomFooterWrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row;
}

.footer__bottomFooterNav {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row;
  -webkit-box-pack: end;
          justify-content: flex-end;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer__bottomFooterNav li {
  padding-left: 1em;
}

.footer #cookiePolicy.hide {
  opacity: 0;
  visibility: hidden;
}

.footer #closeCookie {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 18px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #1ac07f;
  cursor: pointer;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.footer #closeCookie:hover {
  background: #ACD092;
}

.footer .cookie-content {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 20px 70px 20px 30px;
  background: #149361;
  color: #fff;
}

.footer .cookie-content p {
  margin: 0;
}

.footer .cookie-content a {
  text-decoration: underline;
  color: #fff;
}

.fullWidthContent {
  padding: 2rem 0;
}

.fullWidthContent a {
  color: #149361;
  font-weight: 900;
}

.fullWidthContent a:hover {
  text-decoration: underline;
}

.fwImage {
  padding: 2rem 0;
}

.fwImage img {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.fwVideo {
  padding: 1rem 0;
}

@media only screen and (min-width: 720px) {
  .fwVideo {
    padding: 2rem 0;
  }
}

.fwVideo__heading {
  text-align: center;
}

.fwVideo__heading h2 {
  margin-bottom: 1.8ex;
}

.fwVideo__wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 10px;
  overflow: hidden;
}

.fwVideo__wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.gallery {
  padding: 2rem 0;
  margin: 0 calc(50% - 50vw);
}

@media only screen and (max-width: 720px) {
  .gallery {
    padding: 1rem 0;
  }
}

.gallery__wrapper {
  position: relative;
  padding-bottom: 28%;
}

@media only screen and (max-width: 630px) {
  .gallery__wrapper {
    padding-bottom: 100%;
  }
}

.gallery__inner {
  display: -webkit-box;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 630px) {
  .gallery__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
  }
}

.gallery__inner--count3 .gallery__block:first-of-type {
  -webkit-box-flex: 2;
          flex: 2;
}

@media only screen and (max-width: 630px) {
  .gallery__inner--count3 .gallery__block:first-of-type .gallery__imgWrap {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
  }
}

.gallery__block {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  -webkit-box-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 630px) {
  .gallery__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row;
  }
}

.gallery__imgWrap {
  position: relative;
  height: 100%;
}

@media only screen and (max-width: 630px) {
  .gallery__imgWrap {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
  }
}

.gallery__imgWrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header {
  padding: 1.5rem 0;
  margin: 0;
}

.header .site-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.header__row {
  width: 100%;
}

.header__desktopNav {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .header__desktopNav {
    display: -webkit-box;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #18253D;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
  }
}

.header__desktopNav--active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.header__mobileNav {
  display: none;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .header__mobileNav {
    display: inherit;
  }
}

.header__mobileNav--inner {
  padding: 1rem;
}

.hero {
  padding: 0 0 2rem;
}

@media only screen and (max-width: 720px) {
  .hero {
    padding: 0 0 1rem;
  }
}

.hero__slidesWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero__slide {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 200%;
}

.homepageContact {
  padding: 2rem 0;
}

@media only screen and (max-width: 720px) {
  .homepageContact {
    padding: 1rem 0;
  }
}

.homepageContact__illustration {
  margin-left: 1rem;
}

.homepageContact__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row;
}

@media only screen and (max-width: 1350px) {
  .homepageContact__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
  }
}

.homepageContact__block {
  position: relative;
  display: -webkit-box;
  display: flex;
}

.homepageContact__block--team {
  -webkit-box-flex: 1.2;
          flex: 1.2;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 1.8rem;
}

@media only screen and (max-width: 1350px) {
  .homepageContact__block--team {
    margin: 0 0 1.8rem 0;
  }
}

@media only screen and (max-width: 580px) {
  .homepageContact__block--team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
  }
}

.homepageContact__block--nurseries {
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  -webkit-box-pack: center;
          justify-content: center;
}

.homepageContact__block--nurseries h2 {
  margin-left: 1rem;
}

@media only screen and (max-width: 1350px) {
  .homepageContact__block--nurseries h2 {
    margin-left: 0;
  }
}

.homepageContact__blockContent {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  -webkit-box-align: start;
          align-items: flex-start;
  flex-basis: 42%;
  position: relative;
  z-index: 1;
  padding: 4rem 0 4rem 2rem;
  background-color: #18253D;
  color: #fff;
}

@media only screen and (max-width: 1350px) {
  .homepageContact__blockContent {
    padding: 7rem 0 7rem 2rem;
  }
}

@media only screen and (max-width: 940px) {
  .homepageContact__blockContent {
    padding: 4rem 0 4rem 2rem;
  }
}

@media only screen and (max-width: 580px) {
  .homepageContact__blockContent {
    padding: 2rem;
  }
}

.homepageContact__blockContent p:last-of-type {
  margin: 0;
}

.homepageContact__blockContent:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -42px;
  right: -73px;
  height: 82%;
  width: 5001%;
  border-radius: 330px;
  background-color: #18253D;
}

@media only screen and (max-width: 580px) {
  .homepageContact__blockContent:before {
    display: none;
  }
}

.homepageContact__blockContent:after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: -22px;
  right: -44px;
  height: 53%;
  width: 5001%;
  border-radius: 230px;
  background-color: #18253D;
}

@media only screen and (max-width: 580px) {
  .homepageContact__blockContent:after {
    display: none;
  }
}

.homepageContact__blockImage {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

@media only screen and (max-width: 580px) {
  .homepageContact__blockImage {
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
            transform: inherit;
    padding-bottom: 70%;
  }
}

.homepageContact__blockImage img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.homepageContact__nursery {
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 1350px) {
  .homepageContact__nursery {
    padding: 1rem 0;
  }
}

.homepageContact__nursery:last-of-type {
  margin-bottom: 0;
}

.homepageContact__nursery .homepageContact__nurseryContact {
  margin: 1rem 0 2rem;
}

.homepageContact__nursery .homepageContact__nurseryContact .homepageContact__nurseryContactSingle {
  display: -webkit-box;
  display: flex;
}

.homepageContact__nursery .homepageContact__nurseryContact .homepageContact__nurseryContactSingle span {
  padding-right: .5rem;
}

.homepageContact__ofsted {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.homepageContact__ofsted h3 {
  display: inline-block;
  padding-right: .65rem;
  margin: 0 .5rem 0 0;
  border-right: 1px solid #18253D;
}

.homepageContact__ofsted .homepageContact__ofstedRating, .homepageContact__ofsted .homepageContact__ofstedRatingImage, .homepageContact__ofsted .homepageContact__ofstedRatingText {
  display: inline-block;
}

.homepageContact__ofsted .homepageContact__ofstedRating img, .homepageContact__ofsted .homepageContact__ofstedRatingImage img, .homepageContact__ofsted .homepageContact__ofstedRatingText img {
  width: 70px;
}

.homepageContact__ofsted .homepageContact__ofstedRating {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}

.homepageContact__ofsted .homepageContact__ofstedRatingImage {
  font-weight: 900;
  font-size: 1.5rem;
}

.homepageContact__ofsted .homepageContact__ofstedRatingText {
  font-size: 1.2rem;
  color: #1AA0E1;
}

.illustration {
  display: block;
  width: 100%;
}

.illustration--small {
  max-width: 75px;
}

.illustration--medium {
  max-width: 100px;
}

.illustration--large {
  max-width: 125px;
}

.illustration--flipped {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.introduction {
  padding: 2rem 0;
}

@media only screen and (max-width: 720px) {
  .introduction {
    padding: 1rem 0;
  }
}

.introduction__wrapper {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.introduction__image {
  width: 100%;
  padding: 0 60px 35px;
  display: block;
  border-bottom: 1px solid #149361;
}

.introduction__image img {
  max-width: 800px;
  width: 100%;
  display: block;
  margin: 35px auto 0;
}

.logoGrid {
  padding: 2rem 0 0;
}

.logoGrid__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.logoGrid__logo {
  -webkit-box-flex: 0;
          flex: 0 0 160px;
  padding: 0 1rem;
  margin: 0 auto 2rem;
}

@media only screen and (max-width: 550px) {
  .logoGrid__logo {
    -webkit-box-flex: 0;
            flex: 0 0 120px;
  }
}

.logoGrid__imgWrap {
  position: relative;
  height: 0;
  padding-bottom: 60%;
  margin-bottom: 1rem;
}

.logoGrid__imgWrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.logoGrid__text {
  position: relative;
  text-align: center;
  line-height: 1;
}

.logoGrid__text:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
  height: 2px;
  width: 20px;
  border-radius: 3px;
  background-color: #149361;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.logoGrid a:hover .logoGrid__text:after {
  -webkit-transform: translateX(-50%) scaleX(3);
  transform: translateX(-50%) scaleX(3);
}

.logoGrid a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.mobileNav {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.mobileNav--inner {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
}

.mobileNav__block {
  display: -webkit-box;
  display: flex;
  position: relative;
}

.mobileNav__block--logo {
  flex-basis: 110px;
}

.mobileNav__logo {
  position: relative;
  height: 0;
  padding-bottom: 70%;
  width: 100%;
}

.mobileNav__logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
}

.nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
          align-items: flex-end;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-flex: 1;
            flex: 1;
  }
}

.nav__logo {
  max-width: 160px;
}

@media only screen and (max-width: 991px) {
  .nav__logo {
    display: none;
  }
}

.nav__logo img {
  display: block;
  width: 100%;
}

@media (min-width: 991px) {
  .nav__items {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    width: calc(100% - 160px);
  }
}

@media (min-width: 991px) {
  .nav__section {
    display: -webkit-box;
    display: flex;
  }
}

.nav__item {
  margin: 0 0 0 1rem;
  position: relative;
}

.nav__item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #149361;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

@media only screen and (max-width: 991px) {
  .nav__item {
    margin: 0 !important;
    padding: .5rem 0;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    display: block;
  }
}

.nav__item:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.nurseriesContent {
  padding: 2rem 0;
}

@media only screen and (max-width: 720px) {
  .nurseriesContent {
    padding: 1rem 0;
  }
}

.nurseriesContent__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.nurseriesContent__block {
  -webkit-box-flex: 0;
          flex: 0 0 48%;
}

@media only screen and (max-width: 875px) {
  .nurseriesContent__block {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
  }
}

.nurseriesContent__block:only-child {
  margin: 0 auto;
}

.nurseriesContent__blockChild {
  display: -webkit-box;
  display: flex;
  margin-bottom: .5rem;
}

.nurseriesContent__blockChild span {
  padding-right: .5rem;
}

.nurseriesContent__intro p:last-of-type {
  margin: 0;
}

.nurseriesContent__header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  margin: 0 0 1rem;
}

.nurseriesContent__header h3 {
  display: inline-block;
  padding-right: .65em;
  margin: 0 .65em 0 0;
  border-right: 1px solid #18253D;
}

.nurseriesContent__header .nurseriesContent__ofstedRating, .nurseriesContent__header .nurseriesContent__ofstedRatingImage, .nurseriesContent__header .nurseriesContent__ofstedRatingText {
  display: inline-block;
}

.nurseriesContent__header .nurseriesContent__ofstedRating img, .nurseriesContent__header .nurseriesContent__ofstedRatingImage img, .nurseriesContent__header .nurseriesContent__ofstedRatingText img {
  width: 70px;
}

.nurseriesContent__header .nurseriesContent__ofstedRating {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}

.nurseriesContent__header .nurseriesContent__ofstedRatingImage {
  font-weight: 900;
  font-size: 1.5em;
}

.nurseriesContent__header .nurseriesContent__ofstedRatingText {
  font-size: 1.2em;
  color: #1AA0E1;
}

.nurseriesContent__managersWrapper {
  padding: 2rem 0;
}

.nurseriesContent__manager {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.nurseriesContent__manager:not(:last-of-type) {
  padding-bottom: 2rem;
}

.nurseriesContent__managerBlock--image {
  position: relative;
  -webkit-box-flex: 0;
          flex: 0 0 82px;
  padding-bottom: 82px;
  border-radius: 5px;
  overflow: hidden;
}

.nurseriesContent__managerBlock--image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.nurseriesContent__managerBlock--details {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-flex: 7;
          flex: 7;
  padding: 0 0 0 1rem;
}

.nurseriesContent__managerBlock--details h5, .nurseriesContent__managerBlock--details p:last-of-type {
  margin: 0;
}

.nurseriesContent__managerBlock--details h5 span, .nurseriesContent__managerBlock--details p:last-of-type span {
  font-weight: 100;
}

.nurseriesContent__location {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row;
}

.nurseriesContent__locationBlock--loc {
  -webkit-box-flex: 0;
          flex: 0 0 410px;
  padding: 0 1.5rem 0 0;
}

@media only screen and (max-width: 1300px) {
  .nurseriesContent__locationBlock--loc {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    padding: 0;
  }
}

.nurseriesContent__locationBlock--map {
  padding: 0;
  -webkit-box-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 1300px) {
  .nurseriesContent__locationBlock--map {
    display: none;
  }
}

.nurseriesContent__mapWrapper {
  display: block;
  position: relative;
  padding-bottom: 100%;
  border-radius: 100%;
  overflow: hidden;
}

.nurseriesContent__mapWrapper:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.nurseriesContent__mapWrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.slides {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.slides__parallax {
  position: relative;
  height: 0;
  padding-bottom: 31.25%;
}

@media only screen and (max-width: 750px) {
  .slides__parallax {
    padding-bottom: 50%;
  }
}

@media only screen and (max-width: 500px) {
  .slides__parallax {
    padding-bottom: 75%;
  }
}

.slides__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slides__slide {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slides__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 200%;
}

.slides__glide {
  height: 100%;
}

.slides .glide__track, .slides .glide__slides {
  height: 100%;
  overflow: visible;
}

.slides .glide__bullets {
  bottom: 1.25rem;
}

.slides .glide__slide {
  position: relative;
}

.table {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 0 2rem;
}

@media only screen and (max-width: 720px) {
  .table {
    padding: 0 0 1rem;
  }
}

.table__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
}

.table__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
}

@media only screen and (max-width: 560px) {
  .table__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
  }
}

.table__row:nth-child(odd) {
  background-color: #cde2bd;
}

.table__cell {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  -webkit-box-pack: center;
          justify-content: center;
  padding: .75rem 2rem;
}

.table__cell:nth-child(odd) {
  -webkit-box-flex: 1;
          flex: 1;
  font-weight: 900;
  border-right: 1px solid #fff;
}

@media only screen and (max-width: 560px) {
  .table__cell:nth-child(odd) {
    padding: 1rem 2rem .25rem 2rem;
  }
}

@media only screen and (max-width: 450px) {
  .table__cell:nth-child(odd) {
    padding: .75rem 1rem .25rem 1rem;
  }
}

.table__cell:nth-child(even) {
  -webkit-box-flex: 4;
          flex: 4;
}

@media only screen and (max-width: 560px) {
  .table__cell:nth-child(even) {
    padding: .25rem 2rem 1rem 2rem;
  }
}

@media only screen and (max-width: 450px) {
  .table__cell:nth-child(even) {
    padding: .25rem 1rem 1rem 1rem;
  }
}

.table__cell p:last-of-type {
  margin: 0;
}

.table__cell a {
  color: #0e6643;
  font-weight: 900;
}

.table__cell a:hover {
  text-decoration: underline;
}

/* import modules */
/* glide modules */
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  -webkit-transition: opacity 150ms ease, border 300ms ease-in-out;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}

.glide__arrow:focus {
  outline: none;
}

.glide__arrow:hover {
  border-color: white;
}

.glide__arrow--left {
  left: 2em;
}

.glide__arrow--right {
  right: 2em;
}

.glide__arrow--disabled {
  opacity: 0.33;
}

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: -webkit-inline-box;
  display: inline-flex;
  list-style: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}

.glide__bullet:focus {
  outline: none;
}

.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}

.glide__bullet--active {
  background-color: white;
}

.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab;
}

.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

/* import third party  styles */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger:focus {
  outline: inherit;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #149361;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
	 * Squeeze
	 */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--close .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: rgba(255, 255, 255, 0.6);
}

.hamburger--close .hamburger-inner:before {
  display: none;
}

.hamburger--close .hamburger-inner:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
}

/* import base styles */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  90% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  90% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
  }
  90% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
  }
  90% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fade-out-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  90% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fade-out-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  90% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fade-out-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  90% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fade-out-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  90% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

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

html,
body {
  overflow-x: hidden;
}

html.fixed,
body.fixed {
  position: fixed;
  width: 100%;
}

h1.colour__green, h2.colour__green, h3.colour__green, h4.colour__green, h5.colour__green, h6.colour__green {
  text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

p {
  line-height: 1.6;
}

.site {
  display: -webkit-box;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.site > .site-wrap {
  -webkit-box-flex: 1;
          flex: 1;
}

.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

.skip-main:focus, .skip-main:active {
  position: static;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: auto;
  overflow: auto;
  background: #fff;
  padding: 5px;
  text-align: center;
  z-index: 999;
}

.site-wrap {
  width: 100%;
  max-width: calc(1400px + 30px * 2);
  margin: 0 auto;
  padding: 0 50px;
}

@media only screen and (max-width: 1600px) {
  .site-wrap {
    max-width: calc(1200px + 30px * 2);
  }
}

@media only screen and (max-width: 1300px) {
  .site-wrap {
    max-width: calc(1100px + 30px * 2);
  }
}

@media only screen and (max-width: 991px) {
  .site-wrap {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 450px) {
  .site-wrap {
    padding: 0 10px;
  }
}

.colour__green {
  color: #149361;
}

.colour__greenAlt {
  color: #ACD092;
}

.colour__darkBlue {
  color: #18253D;
}

.colour__white {
  color: #fff;
}

@font-face {
  font-family: "Open Sans";
  src: url("/fonts/Open Sans/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/Open Sans/opensans-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("/fonts/Open Sans/opensans-bold-webfont.woff2") format("woff2"), url("/fonts/Open Sans/opensans-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.img,
.isvg {
  max-width: 100%;
  height: auto;
}

.img--block,
.isvg--block {
  display: block;
}

.img--round,
.isvg--round {
  border-radius: 50%;
}

html {
  color: #18253D;
  font-family: "noto", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a,
.js-link {
  color: #18253D;
  text-decoration: inherit;
}

a:hover,
.js-link:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0 0 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1 {
  color: #149361;
}

@media (min-width: 460px) {
  h1 {
    font-size: 28px;
  }
}

@media (min-width: 640px) {
  h1 {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 32px;
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 34px;
  }
}

@media (min-width: 1280px) {
  h1 {
    font-size: 34px;
  }
}

@media (min-width: 1600px) {
  h1 {
    font-size: 34px;
  }
}

h2 {
  color: #E42080;
}

@media (min-width: 460px) {
  h2 {
    font-size: 24px;
  }
}

@media (min-width: 640px) {
  h2 {
    font-size: 28px;
  }
}

@media (min-width: 768px) {
  h2 {
    font-size: 30px;
  }
}

@media (min-width: 1024px) {
  h2 {
    font-size: 30px;
  }
}

@media (min-width: 1280px) {
  h2 {
    font-size: 30px;
  }
}

@media (min-width: 1600px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  color: #652881;
}

@media (min-width: 460px) {
  h3 {
    font-size: 20px;
  }
}

@media (min-width: 640px) {
  h3 {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  h3 {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  h3 {
    font-size: 24px;
  }
}

@media (min-width: 1280px) {
  h3 {
    font-size: 24px;
  }
}

@media (min-width: 1600px) {
  h3 {
    font-size: 24px;
  }
}

@media (min-width: 460px) {
  h4 {
    font-size: 18px;
  }
}

@media (min-width: 640px) {
  h4 {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  h4 {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  h4 {
    font-size: 20px;
  }
}

@media (min-width: 1280px) {
  h4 {
    font-size: 20px;
  }
}

@media (min-width: 1600px) {
  h4 {
    font-size: 20px;
  }
}

@media (min-width: 460px) {
  h5 {
    font-size: 16px;
  }
}

@media (min-width: 640px) {
  h5 {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  h5 {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  h5 {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  h5 {
    font-size: 18px;
  }
}

@media (min-width: 1600px) {
  h5 {
    font-size: 18px;
  }
}

@media (min-width: 460px) {
  h6 {
    font-size: 14px;
  }
}

@media (min-width: 640px) {
  h6 {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  h6 {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  h6 {
    font-size: 14px;
  }
}

@media (min-width: 1280px) {
  h6 {
    font-size: 14px;
  }
}

@media (min-width: 1600px) {
  h6 {
    font-size: 14px;
  }
}

/* import 'sins' file - when you need to put a quick hacky fix in */
/* 
This file is for nasty, hacky, fixes that need to be done quickly
They should always only be temporary and should be resolved properly asap then removed from this file
*/

/*# sourceMappingURL=style.css.map*/