/*!
Theme Name:		ECO-CATCH
Theme URI:		https://benstones.uk
Description:	The bespoke WordPress theme for ECO-CATCH
Version:		1.0
Author:			Ben Stones
Author URI:		https://benstones.uk
Text Domain:	eco-catch
*/
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&display=swap");
/* line 46, sass/base/_variables.scss */
.section__bg, .hover-block__bg, .hover-block__active, .hover-block__hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/*! 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.
 */
/* line 11, sass/base/_reset.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, sass/base/_reset.scss */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, sass/base/_reset.scss */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 40, sass/base/_reset.scss */
h1, .hover-block__active h2 {
  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.
 */
/* line 53, sass/base/_reset.scss */
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.
 */
/* line 64, sass/base/_reset.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, sass/base/_reset.scss */
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.
 */
/* line 85, sass/base/_reset.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 95, sass/base/_reset.scss */
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.
 */
/* line 105, sass/base/_reset.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 116, sass/base/_reset.scss */
small {
  font-size: 80%;
}

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

/* line 133, sass/base/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 137, sass/base/_reset.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 148, sass/base/_reset.scss */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 160, sass/base/_reset.scss */
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.
 */
/* line 176, sass/base/_reset.scss */
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.
 */
/* line 186, sass/base/_reset.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 195, sass/base/_reset.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 206, sass/base/_reset.scss */
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.
 */
/* line 218, sass/base/_reset.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 229, sass/base/_reset.scss */
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.
 */
/* line 240, sass/base/_reset.scss */
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.
 */
/* line 253, sass/base/_reset.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 261, sass/base/_reset.scss */
textarea {
  overflow: auto;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 280, sass/base/_reset.scss */
[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.
 */
/* line 290, sass/base/_reset.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 299, sass/base/_reset.scss */
[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.
 */
/* line 308, sass/base/_reset.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 320, sass/base/_reset.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 328, sass/base/_reset.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 339, sass/base/_reset.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 347, sass/base/_reset.scss */
[hidden] {
  display: none;
}

/* Slider */
/* line 3, sass/vendor/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, sass/vendor/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, sass/vendor/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 28, sass/vendor/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, sass/vendor/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, sass/vendor/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 50, sass/vendor/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 56, sass/vendor/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 60, sass/vendor/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, sass/vendor/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 68, sass/vendor/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 71, sass/vendor/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 74, sass/vendor/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 80, sass/vendor/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 84, sass/vendor/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 88, sass/vendor/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 92, sass/vendor/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, sass/vendor/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 1, sass/base/_global.scss */
*,
*:before,
*:after {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* line 7, sass/base/_global.scss */
*:focus {
  outline: none;
}

/* line 8, sass/base/_global.scss */
html {
  background-color: #FFF;
  /* for outside the body colour */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
}

/* line 13, sass/base/_global.scss */
body {
  min-height: 100vh;
  overflow-x: hidden;
  margin: 0 auto;
  position: relative;
}
/* line 18, sass/base/_global.scss */
body.customize-support {
  min-height: calc(100vh - 32px);
}

@media only screen and (max-width: 782px) {
  /* line 21, sass/base/_global.scss */
  body.customize-support {
    min-height: calc(100vh - 46px);
  }
}
/* line 24, sass/base/_global.scss */
img {
  max-width: 100%;
}

/* line 25, sass/base/_global.scss */
mark {
  background-color: transparent;
  color: inherit;
}

/* line 26, sass/base/_global.scss */
a {
  cursor: pointer;
  text-decoration: none;
}

/* line 31, sass/base/_global.scss */
.container {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}
/* line 35, sass/base/_global.scss */
.container.thin {
  max-width: 1100px;
}
/* line 38, sass/base/_global.scss */
.container.thinner {
  max-width: 900px;
}
/* line 41, sass/base/_global.scss */
.container.thinnest {
  max-width: 700px;
}

@media only screen and (max-width: 1600px) {
  /* line 46, sass/base/_global.scss */
  .container {
    max-width: 1200px;
  }
  /* line 48, sass/base/_global.scss */
  .container.thin {
    max-width: 1000px;
  }
  /* line 51, sass/base/_global.scss */
  .container.thinner {
    max-width: 800px;
  }
  /* line 54, sass/base/_global.scss */
  .container.thinnest {
    max-width: 600px;
  }
}
@media screen and (max-width: 600px) {
  /* line 71, sass/base/_global.scss */
  #wpadminbar {
    position: fixed;
  }
}
/* line 76, sass/base/_global.scss */
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

/* line 77, sass/base/_global.scss */
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

/* line 78, sass/base/_global.scss */
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 79, sass/base/_global.scss */
.alignright {
  float: right;
}

/* line 80, sass/base/_global.scss */
.alignleft {
  float: left;
}

/* line 81, sass/base/_global.scss */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 84, sass/base/_global.scss */
.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 1, sass/base/_typography.scss */
::-moz-selection {
  background: #bad3e8;
  text-shadow: none;
}

/* line 2, sass/base/_typography.scss */
::selection {
  background: #bad3e8;
  text-shadow: none;
}

/* line 4, sass/base/_typography.scss */
html {
  color: #003E56;
  font-family: "Barlow", sans-serif;
  font-size: 62.5%;
  font-size: calc(0.4vw + 4px);
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

/* responsive font sizes */
@media only screen and (min-width: 1500px) {
  /* line 18, sass/base/_typography.scss */
  html {
    font-size: 62.5%;
  }
}
@media only screen and (max-width: 782px) {
  /* line 19, sass/base/_typography.scss */
  html {
    font-size: calc(0.5vw + 5px);
  }
}
@media only screen and (max-width: 450px) {
  /* line 20, sass/base/_typography.scss */
  html {
    font-size: 9px;
  }
}
/* links */
/* line 23, sass/base/_typography.scss */
a, a:link, a:visited {
  color: #1879bd;
  cursor: pointer;
  -webkit-transition: color 0.125s ease-in-out, background-color 0.125s ease-in-out;
  -moz-transition: color 0.125s ease-in-out, background-color 0.125s ease-in-out;
  -o-transition: color 0.125s ease-in-out, background-color 0.125s ease-in-out;
  transition: color 0.125s ease-in-out, background-color 0.125s ease-in-out;
}

/* line 28, sass/base/_typography.scss */
a:hover, a:active {
  color: #003E56;
}

/* paragraphs */
/* line 31, sass/base/_typography.scss */
p {
  font-size: 1.8rem;
  line-height: 1.4em;
  margin: 0 0 2.4rem 0;
  color: #003E56;
}

/* lists */
/* line 39, sass/base/_typography.scss */
ul, ol {
  margin: 2.4rem 0 2.4rem 0;
}

/* line 42, sass/base/_typography.scss */
li {
  font-size: 1.8rem;
  line-height: 1.4em;
}

/* line 47, sass/base/_typography.scss */
b, strong {
  font-weight: 700;
}

/* headings */
/* line 50, sass/base/_typography.scss */
h1, .hover-block__active h2 {
  font-family: "Barlow", sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 6rem;
  line-height: 1.2em;
  margin: 0 0 1.6rem 0;
  color: #003E56;
}

/* line 51, sass/base/_typography.scss */
h2 {
  font-family: "Barlow", sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 4.2rem;
  line-height: 1.2em;
  margin: 0 0 0.5em 0;
  color: #003E56;
}

/* line 52, sass/base/_typography.scss */
h3 {
  font-family: "Barlow", sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.2em;
  margin: 0 0 1em 0;
  color: #003E56;
}

/* line 53, sass/base/_typography.scss */
h4 {
  font-family: "Barlow", sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.2em;
  margin: 0 0 1.6rem 0;
  color: #003E56;
}

/* line 54, sass/base/_typography.scss */
h5 {
  font-family: "Barlow", sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2em;
  margin: 0 0 1.6rem 0;
  color: #003E56;
}

/* line 55, sass/base/_typography.scss */
h6 {
  font-family: "Barlow", sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2em;
  margin: 0 0 1.6rem 0;
  color: #003E56;
  text-decoration: underline;
}

/* line 58, sass/base/_typography.scss */
h1 a:not(.btn), .hover-block__active h2 a:not(.btn), h2 a:not(.btn), h3 a:not(.btn), h4 a:not(.btn), h5 a:not(.btn), h6 a:not(.btn), p a:not(.btn), li a:not(.btn) {
  color: inherit;
}
/* line 60, sass/base/_typography.scss */
h1 a:not(.btn):hover, .hover-block__active h2 a:not(.btn):hover, h2 a:not(.btn):hover, h3 a:not(.btn):hover, h4 a:not(.btn):hover, h5 a:not(.btn):hover, h6 a:not(.btn):hover, p a:not(.btn):hover, li a:not(.btn):hover {
  text-decoration: underline;
}

@media only screen and (max-width: 782px) {
  /* line 65, sass/base/_typography.scss */
  h1, .hover-block__active h2 {
    font-size: 4.2rem;
  }

  /* line 66, sass/base/_typography.scss */
  h2 {
    font-size: 3.2rem;
  }

  /* line 67, sass/base/_typography.scss */
  h3 {
    font-size: 2.4rem;
  }
}
/* added with js to make tables responsive */
/* line 71, sass/base/_typography.scss */
.table_wrapper {
  width: 100%;
  overflow-y: auto;
  margin: 2.4rem 0;
}

/* line 77, sass/base/_typography.scss */
.table_wrapper table {
  margin: 0;
}

/* line 78, sass/base/_typography.scss */
.table_wrapper th, .table_wrapper td {
  min-width: 100px;
}

/* tables */
/* line 81, sass/base/_typography.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 2.4rem 0;
  width: 100%;
}

/* line 88, sass/base/_typography.scss */
table thead td, table th {
  background-color: #999;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6em;
  text-align: left;
  padding: 0.5em;
  border-bottom: 1px solid #ccc;
}

/* line 99, sass/base/_typography.scss */
table td {
  background-color: #fff;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.6em;
  text-align: left;
  padding: 0.75em 0.5em;
  border-bottom: 1px solid #ccc;
}

/* line 1, sass/base/_icons.scss */
.icon::before {
  content: '';
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: #003E56;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

/* line 11, sass/base/_icons.scss */
.icon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* line 22, sass/base/_icons.scss */
.icon--twitter::before {
  -webkit-mask: url("./images/twitter.svg") center/contain no-repeat;
  mask: url("./images/twitter.svg") center/contain no-repeat;
}
/* line 26, sass/base/_icons.scss */
.icon--facebook::before {
  -webkit-mask: url("./images/facebook.svg") center/contain no-repeat;
  mask: url("./images/facebook.svg") center/contain no-repeat;
}
/* line 30, sass/base/_icons.scss */
.icon--facebook-circle::before {
  -webkit-mask: url("./images/facebook-circle.svg") center/contain no-repeat;
  mask: url("./images/facebook-circle.svg") center/contain no-repeat;
}
/* line 34, sass/base/_icons.scss */
.icon--linkedin::before {
  -webkit-mask: url("./images/linkedin.svg") center/contain no-repeat;
  mask: url("./images/linkedin.svg") center/contain no-repeat;
}
/* line 38, sass/base/_icons.scss */
.icon--youtube::before {
  -webkit-mask: url("./images/youtube.svg") center/contain no-repeat;
  mask: url("./images/youtube.svg") center/contain no-repeat;
}
/* line 42, sass/base/_icons.scss */
.icon--instagram::before {
  -webkit-mask: url("./images/instagram.svg") center/contain no-repeat;
  mask: url("./images/instagram.svg") center/contain no-repeat;
}
/* line 46, sass/base/_icons.scss */
.icon--bluesky::before {
  -webkit-mask: url("./images/bluesky.svg") center/contain no-repeat;
  mask: url("./images/bluesky.svg") center/contain no-repeat;
}
/* line 50, sass/base/_icons.scss */
.icon--menu::before {
  -webkit-mask: url("./images/menu.svg") center/contain no-repeat;
  mask: url("./images/menu.svg") center/contain no-repeat;
}
/* line 54, sass/base/_icons.scss */
.icon--tel::before {
  -webkit-mask: url("./images/tel.svg") center/contain no-repeat;
  mask: url("./images/tel.svg") center/contain no-repeat;
}
/* line 58, sass/base/_icons.scss */
.icon--email::before {
  -webkit-mask: url("./images/email.svg") center/contain no-repeat;
  mask: url("./images/email.svg") center/contain no-repeat;
}
/* line 62, sass/base/_icons.scss */
.icon--chevron::before {
  -webkit-mask: url("./images/chevron.svg") center/contain no-repeat;
  mask: url("./images/chevron.svg") center/contain no-repeat;
}
/* line 66, sass/base/_icons.scss */
.icon--arrow::before {
  -webkit-mask: url("./images/arrow.svg") center/contain no-repeat;
  mask: url("./images/arrow.svg") center/contain no-repeat;
}
/* line 70, sass/base/_icons.scss */
.icon--close::before {
  -webkit-mask: url("./images/close.svg") center/contain no-repeat;
  mask: url("./images/close.svg") center/contain no-repeat;
}
/* line 74, sass/base/_icons.scss */
.icon--search::before {
  -webkit-mask: url("./images/search.svg") center/contain no-repeat;
  mask: url("./images/search.svg") center/contain no-repeat;
}
/* line 78, sass/base/_icons.scss */
.icon--open::before {
  -webkit-mask: url("./images/open.svg") center/contain no-repeat;
  mask: url("./images/open.svg") center/contain no-repeat;
}
/* line 82, sass/base/_icons.scss */
.icon--share::before {
  -webkit-mask: url("./images/share.svg") center/contain no-repeat;
  mask: url("./images/share.svg") center/contain no-repeat;
}
/* line 86, sass/base/_icons.scss */
.icon--caret::before {
  -webkit-mask: url("./images/caret.svg") center/contain no-repeat;
  mask: url("./images/caret.svg") center/contain no-repeat;
}
/* line 91, sass/base/_icons.scss */
.icon--left {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* line 1, sass/partials/_section.scss */
.section {
  padding: calc(3vw + 3rem) 0;
  position: relative;
}
/* line 7, sass/partials/_section.scss */
.section__bg[style*="background-image"] {
  background: center/cover no-repeat;
}
/* line 10, sass/partials/_section.scss */
.section__bg video, .section__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
/* line 18, sass/partials/_section.scss */
.section__bg + * {
  position: relative;
  z-index: 3;
}
/* line 24, sass/partials/_section.scss */
.section--thin {
  padding: calc(1.5vw + 1.5rem);
}
/* line 27, sass/partials/_section.scss */
.section--thick {
  padding: calc(6vw + 6rem) 0;
}
/* line 31, sass/partials/_section.scss */
.section--wave {
  padding-bottom: 14.5vw !important;
}
/* line 34, sass/partials/_section.scss */
.section--wave + .section {
  z-index: 1;
  padding-top: calc(2vw + 2rem);
}
/* line 37, sass/partials/_section.scss */
.section--wave + .section::before {
  content: '';
  display: block;
  position: absolute;
  width: 104%;
  left: -2%;
  bottom: calc(100% - 1px);
  padding-bottom: 14.5vw;
  background: inherit;
  -webkit-mask: url("./images/wave.svg") bottom/contain no-repeat;
  mask: url("./images/wave.svg") bottom/contain no-repeat;
}
/* line 49, sass/partials/_section.scss */
.section--wave + .section#contact {
  padding-top: 0;
}
/* line 53, sass/partials/_section.scss */
.section--wave.section--thin {
  padding-bottom: 14.5vw;
}
/* line 56, sass/partials/_section.scss */
.section.bg--white + .section.bg--white {
  padding-top: 0;
}
/* line 57, sass/partials/_section.scss */
.section.bg--paleblue + .section.bg--paleblue {
  padding-top: 0;
}
/* line 58, sass/partials/_section.scss */
.section.bg--ltblue + .section.bg--ltblue {
  padding-top: 0;
}
/* line 59, sass/partials/_section.scss */
.section.bg--blue + .section.bg--blue {
  padding-top: 0;
}
/* line 60, sass/partials/_section.scss */
.section.bg--green + .section.bg--green {
  padding-top: 0;
}
/* line 61, sass/partials/_section.scss */
.section.bg--dkblue + .section.bg--dkblue, .section.footer + .section.bg--dkblue, .section.bg--dkblue + .section.footer, .section.footer + .section.footer {
  padding-top: 0;
}
/* line 64, sass/partials/_section.scss */
.section--infographic .section__bg img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right;
  object-position: right;
}
@media only screen and (max-width: 992px) {
  /* line 71, sass/partials/_section.scss */
  .section--infographic .split__col {
    max-width: 42rem;
  }
}
@media only screen and (max-width: 782px) {
  /* line 1, sass/partials/_section.scss */
  .section {
    padding: calc(2vw + 2rem) 0;
  }
  /* line 76, sass/partials/_section.scss */
  .section--thin {
    padding: calc(1vw + 1rem) 0;
  }
  /* line 77, sass/partials/_section.scss */
  .section--thick {
    padding: calc(4vw + 4rem) 0;
  }
  /* line 78, sass/partials/_section.scss */
  .section--infographic {
    display: flex;
    flex-direction: column-reverse;
  }
  /* line 81, sass/partials/_section.scss */
  .section--infographic .section__bg {
    position: relative;
    margin-top: calc(0% - (3vw + 3rem));
    -webkit-transform: translateY(calc(3vw + 3rem));
    -moz-transform: translateY(calc(3vw + 3rem));
    -ms-transform: translateY(calc(3vw + 3rem));
    -o-transform: translateY(calc(3vw + 3rem));
    transform: translateY(calc(3vw + 3rem));
  }
  /* line 85, sass/partials/_section.scss */
  .section--infographic .section__bg img {
    position: relative;
    width: 100%;
    height: auto;
  }
  /* line 91, sass/partials/_section.scss */
  .section--infographic .split__col {
    max-width: 100%;
  }
}
@media only screen and (max-height: 800px) {
  /* line 1, sass/partials/_section.scss */
  .section {
    padding: calc(2vw + 2rem) 0;
  }
  /* line 96, sass/partials/_section.scss */
  .section--thin {
    padding: calc(1vw + 1rem) 0;
  }
  /* line 97, sass/partials/_section.scss */
  .section--thick {
    padding: calc(4vw + 4rem) 0;
  }
}

/* line 101, sass/partials/_section.scss */
.bg--white {
  background: #FFF;
}
/* line 103, sass/partials/_section.scss */
.bg--white h2 {
  color: #85AD5B;
}

/* line 105, sass/partials/_section.scss */
.bg--paleblue {
  background: #93CDE1;
}

/* line 108, sass/partials/_section.scss */
.bg--ltblue {
  background: #32909B;
}

/* line 111, sass/partials/_section.scss */
.bg--blue {
  background: #2E6476;
}
/* line 113, sass/partials/_section.scss */
.bg--blue h2 {
  color: #FFF;
}

/* line 115, sass/partials/_section.scss */
.bg--green {
  background: #85AD5B;
}

/* line 118, sass/partials/_section.scss */
.bg--dkblue, .footer {
  background: #003E56;
}
/* line 120, sass/partials/_section.scss */
.bg--dkblue h2, .footer h2 {
  color: #93CDE1;
}

/* line 125, sass/partials/_section.scss */
.bg--blue h1, .bg--blue .hover-block__active h2, .hover-block__active .bg--blue h2, .bg--blue h3, .bg--blue h4, .bg--blue h5, .bg--blue h6, .bg--blue p, .bg--blue li,
.bg--dkblue h1,
.footer h1,
.bg--dkblue .hover-block__active h2,
.hover-block__active .bg--dkblue h2,
.footer .hover-block__active h2,
.hover-block__active .footer h2,
.bg--dkblue h3,
.footer h3,
.bg--dkblue h4,
.footer h4,
.bg--dkblue h5,
.footer h5,
.bg--dkblue h6,
.footer h6,
.bg--dkblue p,
.footer p,
.bg--dkblue li,
.footer li {
  color: #FFF;
}

/* line 131, sass/partials/_section.scss */
.bg--fish::after {
  content: '';
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(15%, -66%);
  -moz-transform: translate(15%, -66%);
  -ms-transform: translate(15%, -66%);
  -o-transform: translate(15%, -66%);
  transform: translate(15%, -66%);
  background: center/contain no-repeat;
  background-image: url("./images/4-fish.svg");
  width: 25rem;
  height: 9rem;
}
@media only screen and (max-width: 992px) {
  /* line 144, sass/partials/_section.scss */
  .bg--fish::after {
    display: none;
  }
}

/* line 149, sass/partials/_section.scss */
.bg--netting {
  z-index: 2;
}
/* line 151, sass/partials/_section.scss */
.bg--netting::after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 50vw;
  left: 0;
  opacity: .25;
  background: #85AD5B;
  -webkit-transform: translate(-15%, -10%);
  -moz-transform: translate(-15%, -10%);
  -ms-transform: translate(-15%, -10%);
  -o-transform: translate(-15%, -10%);
  transform: translate(-15%, -10%);
  -webkit-mask: url("./images/net.svg") left/contain no-repeat;
  mask: url("./images/net.svg") left/contain no-repeat;
}
/* line 165, sass/partials/_section.scss */
.bg--netting.bg--dkblue::after, .bg--netting.footer::after {
  background: #FFF;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate(25%, -20%) scale(-1, 1);
  -moz-transform: translate(25%, -20%) scale(-1, 1);
  -ms-transform: translate(25%, -20%) scale(-1, 1);
  -o-transform: translate(25%, -20%) scale(-1, 1);
  transform: translate(25%, -20%) scale(-1, 1);
}
@media only screen and (max-width: 1100px) {
  /* line 174, sass/partials/_section.scss */
  .bg--netting.bg--dkblue::after, .bg--netting.footer::after {
    -webkit-transform: translate(33.33333%, -20%) scale(-1, 1);
    -moz-transform: translate(33.33333%, -20%) scale(-1, 1);
    -ms-transform: translate(33.33333%, -20%) scale(-1, 1);
    -o-transform: translate(33.33333%, -20%) scale(-1, 1);
    transform: translate(33.33333%, -20%) scale(-1, 1);
  }
}
@media only screen and (max-width: 992px) {
  /* line 179, sass/partials/_section.scss */
  .bg--netting.bg--dkblue::after, .bg--netting.footer::after {
    -webkit-transform: translate(45%, -20%) scale(-1, 1);
    -moz-transform: translate(45%, -20%) scale(-1, 1);
    -ms-transform: translate(45%, -20%) scale(-1, 1);
    -o-transform: translate(45%, -20%) scale(-1, 1);
    transform: translate(45%, -20%) scale(-1, 1);
  }
}
@media only screen and (max-width: 782px) {
  /* line 184, sass/partials/_section.scss */
  .bg--netting::after {
    display: none;
  }
}

/* line 1, sass/partials/_split.scss */
.split {
  display: flex;
  justify-content: space-between;
  column-gap: calc(4vw + 4rem);
}
/* line 5, sass/partials/_split.scss */
.split__col {
  flex: 1 0 calc(50% - ((4vw + 4rem) / 2));
  max-width: 50%;
}
/* line 8, sass/partials/_split.scss */
.split__col--small {
  max-width: 33.333333%;
}
/* line 11, sass/partials/_split.scss */
.split__col > *:last-child {
  margin-bottom: 0;
}
/* line 15, sass/partials/_split.scss */
.split--flex .split__col {
  flex: 0 1 auto;
}
/* line 18, sass/partials/_split.scss */
.split--flex.split--mid {
  justify-content: center;
}
/* line 21, sass/partials/_split.scss */
.split--center {
  align-items: center;
}
/* line 24, sass/partials/_split.scss */
.split--end {
  align-items: flex-end;
}
/* line 27, sass/partials/_split.scss */
.split--start {
  align-items: flex-start;
}
@media only screen and (max-width: 782px) {
  /* line 1, sass/partials/_split.scss */
  .split {
    flex-direction: column;
  }
  /* line 33, sass/partials/_split.scss */
  .split__col {
    max-width: 100%;
  }
  /* line 35, sass/partials/_split.scss */
  .split__col + .split__col {
    margin-top: calc(2vw + 2rem);
  }
  /* line 38, sass/partials/_split.scss */
  .split--end {
    align-items: center;
    justify-content: flex-end;
  }
}

/* line 2, sass/partials/_text.scss */
.text > *:last-child {
  margin-bottom: 0;
}

/* line 1, sass/partials/_grid.scss */
.grid {
  display: flex;
  flex-wrap: wrap;
}
/* line 5, sass/partials/_grid.scss */
.grid__block:nth-child(2n) .hover-block__hover {
  background: #32909B;
}
/* line 8, sass/partials/_grid.scss */
.grid--2 .grid__block {
  flex: 0 0 50%;
  max-width: 50%;
}
/* line 13, sass/partials/_grid.scss */
.grid--nogap {
  margin: 0;
}
/* line 15, sass/partials/_grid.scss */
.grid--nogap .grid__block {
  padding: 0;
}
@media only screen and (max-width: 782px) {
  /* line 18, sass/partials/_grid.scss */
  .grid--2 .grid__block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* line 25, sass/partials/_grid.scss */
.hover-block {
  position: relative;
  overflow: hidden;
}
/* line 28, sass/partials/_grid.scss */
.hover-block::before {
  content: '';
  display: block;
  padding-bottom: 75%;
}
/* line 35, sass/partials/_grid.scss */
.hover-block__bg video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
/* line 44, sass/partials/_grid.scss */
.hover-block__active, .hover-block__hover {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(3vw + 3rem);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
/* line 54, sass/partials/_grid.scss */
.hover-block__active {
  opacity: 1;
  visibility: visible;
  display: flex;
  flex-direction: column;
}
/* line 59, sass/partials/_grid.scss */
.hover-block__active h2 {
  text-transform: uppercase;
}
/* line 63, sass/partials/_grid.scss */
.hover-block__active::after {
  content: '';
  display: block;
  width: 6rem;
  margin-top: calc(2vw + 2rem);
  height: 6rem;
  background: #FFF;
  -webkit-mask: url("./images/down.svg") center/contain no-repeat;
  mask: url("./images/down.svg") center/contain no-repeat;
}
/* line 74, sass/partials/_grid.scss */
.hover-block__hover {
  opacity: 0;
  visibility: hidden;
  background: #2E6476;
}
/* line 78, sass/partials/_grid.scss */
.hover-block__hover p {
  font-size: 2rem;
  font-weight: 500;
}
/* line 82, sass/partials/_grid.scss */
.hover-block__hover > *:last-child {
  margin-bottom: 0;
}
/* line 85, sass/partials/_grid.scss */
.hover-block:hover .hover-block__active {
  opacity: 0;
  visibility: hidden;
}
/* line 89, sass/partials/_grid.scss */
.hover-block:hover .hover-block__hover {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 450px) {
  /* line 96, sass/partials/_grid.scss */
  .hover-block__hover p {
    font-size: 1.6rem;
  }
}

/* line 1, sass/partials/_logos.scss */
.logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: calc(0% - (0.5vw + 0.5rem));
  padding: 0;
  list-style-type: none;
}
/* line 8, sass/partials/_logos.scss */
.logos li {
  padding: calc(0.5vw + 0.5rem);
}
/* line 10, sass/partials/_logos.scss */
.logos li img {
  display: block;
  width: 15rem;
  height: 8rem;
  -o-object-fit: contain;
  object-fit: contain;
}
/* line 16, sass/partials/_logos.scss */
.logos li > a {
  display: block;
}
@media only screen and (max-width: 450px) {
  /* line 21, sass/partials/_logos.scss */
  .logos li img {
    width: 10rem;
    height: 6rem;
  }
}

/* line 27, sass/partials/_logos.scss */
* + .logos {
  padding-top: calc(2vw + 2rem);
}

/* line 1, sass/partials/_misc.scss */
body .iframe-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
/* line 5, sass/partials/_misc.scss */
body .iframe-wrapper::before {
  content: '';
  padding-bottom: 56.25%;
  display: block;
}
/* line 10, sass/partials/_misc.scss */
body .iframe-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 19, sass/partials/_misc.scss */
.social {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  padding: 0;
  margin: -1rem;
}
/* line 26, sass/partials/_misc.scss */
.social li a {
  display: block;
  padding: 1rem;
}
/* line 29, sass/partials/_misc.scss */
.social li a i::before {
  background: #FFF;
  height: 2.8rem;
  width: 2.8rem;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
/* line 35, sass/partials/_misc.scss */
.social li a:hover i::before {
  background: #93CDE1;
}
/* line 40, sass/partials/_misc.scss */
.social--big {
  margin: calc(0% - (0.5vw + 0.5rem));
}
/* line 42, sass/partials/_misc.scss */
.social--big li a {
  padding: calc(0.5vw + 0.5rem);
}
/* line 44, sass/partials/_misc.scss */
.social--big li a i::before {
  height: 4.8rem;
  width: 4.8rem;
}

/* line 52, sass/partials/_misc.scss */
.map-key {
  width: 100%;
  max-width: 42rem;
  margin-top: calc(2vw + 2rem);
}
@media only screen and (max-width: 782px) {
  /* line 52, sass/partials/_misc.scss */
  .map-key {
    display: none;
  }
}

@media only screen and (max-width: 782px) {
  /* line 62, sass/partials/_misc.scss */
  .mobile-hide {
    display: none;
  }
}
/* line 65, sass/partials/_misc.scss */
.hero-logo {
  min-height: 16rem;
  max-height: 33vh;
  width: auto;
}

/* line 1, sass/partials/_footer.scss */
.footer {
  padding: calc(2vw + 2rem) 5%;
}
/* line 4, sass/partials/_footer.scss */
.footer__cols {
  display: flex;
  column-gap: calc(2vw + 2rem);
  align-items: flex-end;
}
/* line 8, sass/partials/_footer.scss */
.footer__cols__umn {
  flex: auto;
}
/* line 11, sass/partials/_footer.scss */
.footer__cols__umn p a:not(.btn) {
  font-weight: 700;
}
/* line 15, sass/partials/_footer.scss */
.footer__cols__umn img {
  display: block;
  max-width: none;
}
/* line 20, sass/partials/_footer.scss */
.footer__cols__umn:first-child > * {
  text-wrap: nowrap;
}
/* line 25, sass/partials/_footer.scss */
.footer__cols__umn:nth-child(2) p {
  line-height: 1em;
}
/* line 27, sass/partials/_footer.scss */
.footer__cols__umn:last-child {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
/* line 32, sass/partials/_footer.scss */
.footer__cols__umn:last-child > * {
  text-wrap: nowrap;
}
/* line 36, sass/partials/_footer.scss */
.footer__cols__umn > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 782px) {
  /* line 41, sass/partials/_footer.scss */
  .footer__cols {
    flex-direction: column;
    align-items: center;
  }
  /* line 44, sass/partials/_footer.scss */
  .footer__cols__umn {
    text-align: center;
  }
  /* line 46, sass/partials/_footer.scss */
  .footer__cols__umn + .footer__cols__umn {
    margin-top: calc(1.5vw + 1.5rem);
  }
  /* line 49, sass/partials/_footer.scss */
  .footer__cols__umn:last-child {
    text-align: center;
    align-items: center;
  }
}
