/**
 * Brand Colours
 */
/**
  * Element Colours
  */
/**
  * UI Colours
  */
/**
  * Typography
  */
/**
  * Breakpoints
  */
/**
  * Grid
  */
/**
  * Components
  */
/*
 * Media query to respond to a minimum size (mobile first)
 */
/*
 * Media query to respond to a maximum size
 */
/*
 * Output font size in px/rem
 */
/*
 * Placeholder mixin for <input>
 */
/**
 * Clearfix
 */
.search-wrap:before, .search-wrap:after {
  content: " ";
  display: table;
  flex-basis: 0;
  width: 0;
  height: 0;
  order: 1; }

.search-wrap:after {
  clear: both; }

/**
 * Positioning
 */
.section {
  margin-top: 60px;
  margin-bottom: 60px; }

.container {
  padding: 0 30px; }
  @media (min-width: 768px) {
    .container {
      margin: 0 auto;
      max-width: 1200px;
      width: 90%; } }

/* = Responsive Layouts */
/* = GRID SYSTEM */
* {
  background-color: transparent;
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  background-color: white;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility; }

input,
select,
textarea,
button {
  color: inherit;
  display: inline-block; }
  input[disabled],
  select[disabled],
  textarea[disabled],
  button[disabled] {
    cursor: not-allowed; }

button {
  cursor: pointer; }

iframe {
  max-width: 100%; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
  table th,
  table td {
    text-align: left; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
ul,
ol,
dl,
address {
  margin-bottom: 28px; }

a {
  color: #BDCE12;
  transition: color 0.25s ease-in-out; }
  a:hover {
    color: #3D4D1C;
    text-decoration: underline; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit; }

hr {
  background-color: #444;
  height: 1px;
  margin: 28px 0; }

pre {
  margin: 28px 0;
  padding: 28px;
  background: #f8f6f7;
  overflow-x: auto; }

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

/* CSS variables */
:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333; }

/* Mobile layout */
.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.row-fluid .span1, .row-fluid .span10, .row-fluid .span11, .row-fluid .span12, .row-fluid .span2, .row-fluid .span3, .row-fluid .span4, .row-fluid .span5, .row-fluid .span6, .row-fluid .span7, .row-fluid .span8, .row-fluid .span9 {
  min-height: 1px;
  width: 100%; }

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between; }
  .row-fluid .span1 {
    width: calc(var(--column-width-multiplier)*1%*1 - var(--column-gap)*var(--column-width-multiplier)*11/100); }
  .row-fluid .span2 {
    width: calc(var(--column-width-multiplier)*1%*2 - var(--column-gap)*var(--column-width-multiplier)*10/100); }
  .row-fluid .span3 {
    width: calc(var(--column-width-multiplier)*1%*3 - var(--column-gap)*var(--column-width-multiplier)*9/100); }
  .row-fluid .span4 {
    width: calc(var(--column-width-multiplier)*1%*4 - var(--column-gap)*var(--column-width-multiplier)*8/100); }
  .row-fluid .span5 {
    width: calc(var(--column-width-multiplier)*1%*5 - var(--column-gap)*var(--column-width-multiplier)*7/100); }
  .row-fluid .span6 {
    width: calc(var(--column-width-multiplier)*1%*6 - var(--column-gap)*var(--column-width-multiplier)*6/100); }
  .row-fluid .span7 {
    width: calc(var(--column-width-multiplier)*1%*7 - var(--column-gap)*var(--column-width-multiplier)*5/100); }
  .row-fluid .span8 {
    width: calc(var(--column-width-multiplier)*1%*8 - var(--column-gap)*var(--column-width-multiplier)*4/100); }
  .row-fluid .span9 {
    width: calc(var(--column-width-multiplier)*1%*9 - var(--column-gap)*var(--column-width-multiplier)*3/100); }
  .row-fluid .span10 {
    width: calc(var(--column-width-multiplier)*1%*10 - var(--column-gap)*var(--column-width-multiplier)*2/100); }
  .row-fluid .span11 {
    width: calc(var(--column-width-multiplier)*1%*11 - var(--column-gap)*var(--column-width-multiplier)*1/100); } }

.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem; }

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0; } }

.dnd-section > .row-fluid {
  margin: 0 auto; }

/* Blog post */
.blog-post {
  margin: 0 auto;
  max-width: 960px; }

.blog-post__meta {
  margin-bottom: 1.4rem; }

.blog-post__meta a {
  text-decoration: underline; }

.blog-post__timestamp {
  display: block; }

.blog-post__tags svg {
  height: auto;
  margin-right: 0.35rem;
  width: 15px; }

.blog-post__tag-link {
  font-size: 0.875rem; }

/* Blog related posts */
.blog-related-posts {
  background-color: #F8FAFC; }

.blog-related-posts h2 {
  text-align: center; }

.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap; }

.blog-related-posts__post {
  flex: 0 0 100%;
  padding: 1rem; }

@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 2); } }

@media screen and (min-width: 1000px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 3); } }

.blog-related-posts__image {
  height: auto;
  max-width: 100%; }

.blog-related-posts__title {
  margin: 0.7rem 0; }

/* Blog comments */
.blog-comments {
  margin: 0 auto;
  max-width: 680px; }

.blog-comments .hs-submit {
  text-align: center; }

.blog-comments .comment-reply-to {
  border: 0 none; }

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline; }

/* Error pages */
.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center; }

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1; }

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem; } }

/* System pages */
.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem; }

.systems-page--search-results {
  max-width: 100%; }

.systems-page .header {
  background-color: transparent;
  border-bottom: none;
  padding: 0; }

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%; }

.systems-page form input {
  max-width: 100%; }

.systems-page form input[type='submit'] {
  margin: 0.7rem 0;
  display: block; }

/* Search pages */
.hs-search-results__title {
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline; }

.hs-search-results__title:hover {
  text-decoration: none; }

.hs-search-results__description {
  padding-top: 0.7rem; }

/* Password prompt */
.password-prompt input[type=password] {
  height: auto !important;
  margin-bottom: 1.4rem; }

.systems-page #hs-login-widget-remember,
.systems-page #hs-login-widget-remember ~ label {
  display: inline-block;
  margin-bottom: 0.175rem; }

.systems-page #hs_login_reset {
  display: block;
  margin-bottom: 0.7rem; }

/* Backup unsubscribe */
.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important; }

.backup-unsubscribe input[type=email] {
  font-size: 0.875rem !important;
  margin-bottom: 1.4rem;
  padding: 0.7rem !important; }

/* Subscription preferences */
#email-prefs-form .item.disabled {
  opacity: 0.6;
  cursor: not-allowed; }

#email-prefs-form .item.disabled input:disabled {
  cursor: not-allowed; }

/* Membership pages */
#hs-membership-form a[class*='show-password'] {
  font-size: 0.75rem; }

/* Input error messages */
.form-input-validation-message ul.hs-error-msgs {
  padding-left: 0;
  margin: 0; }

.form-input-validation-message ul.hs-error-msgs li {
  margin: 0; }

.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem; }

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0; } }

.dnd-section > .row-fluid {
  margin: 0 auto; }

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0; } }

blockquote {
  text-align: center;
  font-style: italic; }
  @media screen and (min-width: 600px) {
    blockquote {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media screen and (min-width: 767px) {
    blockquote {
      font-size: 25px;
      font-size: 1.5625rem; } }
  blockquote:before {
    content: '';
    display: block;
    margin: 28px auto 18.66667px;
    background: url("../../images/icon--quote-mark.svg") no-repeat center center;
    background-size: contain;
    width: 60px;
    height: 56px; }
    @media screen and (min-width: 767px) {
      blockquote:before {
        width: 80px;
        height: 75px; } }

.main-content blockquote {
  margin: 56px 0; }

/**
 * Blanket input styles for normalisation
 */
input,
select,
textarea {
  background-color: #fff;
  border: solid 1px #444;
  border-radius: 0;
  color: #444;
  height: 42px;
  padding: 0 14px;
  width: 100%;
  -webkit-appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  background: transparent;
  border: 0;
  line-height: normal;
  height: auto;
  width: auto;
  appearance: auto;
  margin-right: 5px; }

.inputs-list {
  list-style-type: none; }

input[type="file"] {
  line-height: normal;
  height: auto;
  padding: 7px 14px; }

input[type="submit"] {
  -webkit-border-radius: 0;
  border-radius: 0; }

input[disabled] {
  background-color: whitesmoke;
  cursor: not-allowed; }

select {
  line-height: normal;
  padding: 0;
  padding-left: 14px; }

textarea {
  min-height: 112px;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  padding: 14px;
  font-family: "Lato", "Times New Roman", Helvetica, Arial, sans-serif; }

/**
 * Form utility classes
 */
.checkbox,
.radio {
  display: block;
  padding-left: 28px; }
  .checkbox.inline,
  .radio.inline {
    display: inline-block; }
  .checkbox > input,
  .radio > input {
    float: left;
    margin-left: -28px;
    margin-top: 4px; }

.form__group {
  display: block;
  margin-bottom: 28px; }

.form__label {
  display: block;
  margin-bottom: 14px; }

/**
 * Input Group
 *
 * Allows for prepend/append of elements 
 * (such as icons) on an input.
 */
.input-group {
  position: relative; }
  .input-group > input {
    padding: 0 56px; }
  .input-group .input-group__addon {
    line-height: 42px;
    height: 42px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 42px; }
    .input-group .input-group__addon:first-child {
      left: 0; }
    .input-group .input-group__addon:last-child {
      right: 0; }

.search-wrap .screen-reader-text {
  display: block; }

.search-wrap .search-field {
  margin: 0 0 14px; }
  @media screen and (min-width: 768px) {
    .search-wrap .search-field {
      width: 75%;
      margin: 0;
      float: left; } }

.search-wrap .search-button {
  padding: 0;
  border: 0;
  border-radius: 2px;
  background-image: url("../../images/search.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center center;
  text-indent: -9999px; }
  @media screen and (min-width: 768px) {
    .search-wrap .search-button {
      width: 20%;
      float: right; } }

.container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px; }
  .container--hidden {
    overflow: hidden; }
  .container--900 {
    max-width: 900px !important; }
  .container--1000 {
    max-width: 1000px !important; }
  .container--650 {
    max-width: 650px !important; }
  .container--800 {
    max-width: 800px !important; }
  .container--1920 {
    max-width: 1920px !important; }

.bg-gradient {
  background: #d9d9d9;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0.3) 0%, rgba(217, 217, 217, 0) 100%); }

.bg-blue {
  background-color: #3D4D1C;
  padding: 20px; }
  @media (min-width: 767px) {
    .bg-blue {
      padding: 30px; } }
  @media (min-width: 1024px) {
    .bg-blue.two-col__column--first {
      padding: 30px 30px 30px 60px; } }
  @media (min-width: 1024px) {
    .bg-blue.two-col__column--second {
      padding: 30px 60px 30px 30px; } }
  .bg-blue h1, .bg-blue h2, .bg-blue h3, .bg-blue h4, .bg-blue h5, .bg-blue h6, .bg-blue span, .bg-blue p, .bg-blue li {
    color: #fff; }

.mobile-only {
  display: block !important; }
  @media (min-width: 767px) {
    .mobile-only {
      display: none !important; } }

@media (max-width: 767px) {
  .desktop-only {
    display: none !important; } }

.full-width-image {
  width: 100%;
  height: 250px;
  padding: 0;
  margin-top: 60px;
  margin-bottom: 60px; }
  @media (min-width: 767px) {
    .full-width-image {
      height: 350px; } }
  @media (min-width: 1024px) {
    .full-width-image {
      height: 500px; } }
  .full-width-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.video {
  opacity: 1;
  transition: opacity 0.3s ease; }
  .video:hover {
    opacity: 0.7; }

.search-page__wrapper {
  margin-top: 50px;
  margin-bottom: 50px; }

.search-page__result {
  margin-bottom: 15px; }
  .search-page__result a:after {
    top: 16px; }

.error404 .hero, .search .hero {
  display: none; }

.nomb {
  margin-bottom: 0 !important; }

.mapembed {
  width: 100%;
  height: 400px; }
  .mapembed iframe {
    width: 100%;
    height: 100%; }

.single__related {
  background-color: #FCFCFC;
  padding-top: 50px;
  padding-bottom: 150px;
  margin-bottom: -150px; }
  .single__related-title {
    margin-bottom: 20px; }

.single__back {
  margin-bottom: 40px; }

.single__post p {
  margin-bottom: 20px; }

.single__post br {
  display: none; }

.single__post ul, .single__post ol {
  margin-left: 20px; }

.single__post h2, .single__post h3, .single__post h4, .single__post h5, .single__post h6 {
  margin-top: 40px;
  margin-bottom: 20px; }

.single__post .hs-embed-wrapper {
  width: 100% !important;
  max-width: none !important;
  margin-bottom: 20px !important; }

.single__related-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .single__related-wrapper .insights__item {
    width: 100%;
    margin-bottom: 25px; }
    @media (min-width: 767px) {
      .single__related-wrapper .insights__item {
        width: calc(50% - 20px); } }
    @media (min-width: 1024px) {
      .single__related-wrapper .insights__item {
        width: calc(33.33333% - 20px);
        margin-bottom: 0; } }

.insights-archive__wrapper,
.casestudies-archive__wrapper {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 767px) {
    .insights-archive__wrapper,
    .casestudies-archive__wrapper {
      margin: 0 -20px; } }

.insights-archive__link,
.casestudies-archive__link {
  width: 100%;
  text-align: center; }

.insights-archive .casestudies__item,
.casestudies-archive .casestudies__item {
  width: 100%;
  margin-bottom: 40px; }
  @media (min-width: 767px) {
    .insights-archive .casestudies__item,
    .casestudies-archive .casestudies__item {
      width: calc(50% - 40px);
      margin-right: 20px;
      margin-left: 20px; } }
  @media (min-width: 1024px) {
    .insights-archive .casestudies__item,
    .casestudies-archive .casestudies__item {
      width: calc(33.33333% - 40px); } }
  .insights-archive .casestudies__item--hidden,
  .casestudies-archive .casestudies__item--hidden {
    display: none; }

.insights-archive .insights__item,
.casestudies-archive .insights__item {
  width: 100%;
  margin-bottom: 40px;
  text-decoration: none;
  box-shadow: none;
  transition: all 0.3s ease;
  text-decoration: none; }
  .insights-archive .insights__item--hidden,
  .casestudies-archive .insights__item--hidden {
    display: none; }
  .insights-archive .insights__item:hover,
  .casestudies-archive .insights__item:hover {
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.16); }
  @media (min-width: 767px) {
    .insights-archive .insights__item,
    .casestudies-archive .insights__item {
      width: calc(50% - 40px);
      margin-right: 20px;
      margin-left: 20px; } }
  @media (min-width: 1024px) {
    .insights-archive .insights__item,
    .casestudies-archive .insights__item {
      width: calc(33.33333% - 40px); } }
  .insights-archive .insights__item .insights__date,
  .insights-archive .insights__item .insights__title,
  .casestudies-archive .insights__item .insights__date,
  .casestudies-archive .insights__item .insights__title {
    padding-left: 10px;
    padding-right: 10px; }
  .insights-archive .insights__item .insights__view,
  .casestudies-archive .insights__item .insights__view {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px; }
    .insights-archive .insights__item .insights__view p,
    .casestudies-archive .insights__item .insights__view p {
      margin-bottom: 0;
      display: inline-block; }
      .insights-archive .insights__item .insights__view p:hover,
      .casestudies-archive .insights__item .insights__view p:hover {
        border-bottom: 2px solid #BDCE12; }

.person__bio-wrapper {
  background: #f9faf7;
  background: linear-gradient(71deg, #f9faf7 0%, rgba(249, 250, 247, 0) 100%);
  padding-top: 50px;
  padding-bottom: 50px; }
  .person__bio-wrapper .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

.person__bio {
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 767px) {
    .person__bio {
      width: calc(50% - 20px);
      margin-bottom: 0; } }
  @media (min-width: 1024px) {
    .person__bio {
      width: calc(65% - 20px); } }
  .person__bio h2 {
    margin-top: 0; }

.person__links {
  width: 100%; }
  @media (min-width: 767px) {
    .person__links {
      width: calc(50% - 20px);
      margin-top: 50px; } }
  @media (min-width: 1024px) {
    .person__links {
      width: calc(35% - 20px); } }

.person__link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #475251;
  font-weight: 900;
  margin-bottom: 20px; }
  .person__link img {
    width: 25px;
    margin-right: 10px; }
  .person__link p {
    margin-bottom: 0; }

#hs-web-interactives-top-anchor {
  z-index: 100000 !important; }

.signature h2 {
  margin-top: 100px;
  font-weight: 700;
  margin-bottom: 20px; }

.signature__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px; }

.signature__input, .signature .submitsig {
  width: calc(50% - 20px);
  margin-bottom: 20px; }
  .signature__input p, .signature .submitsig p {
    margin-bottom: 5px;
    font-weight: 700; }
  .signature__input input, .signature .submitsig input {
    border-radius: 5px; }

.signature .submitsig {
  margin-bottom: 0; }

.signature code {
  text-wrap: wrap; }

.wrapper {
  padding-top: 60px; }
  @media (min-width: 768px) {
    .wrapper {
      padding-top: 120px; } }

html {
  background: white; }

body {
  position: relative;
  background: white;
  z-index: 1; }

.container {
  box-sizing: border-box; }
  .container--narrow {
    max-width: 800px;
    margin: 0 auto; }

.section {
  position: relative; }
  .section__header {
    text-align: center;
    margin: 0 auto 56px;
    max-width: 800px; }
    .section__header p {
      max-width: 700px;
      margin: 0 auto; }

.section-container > .section:first-child {
  border-top: 0;
  padding-top: 0px; }

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

.section-title {
  text-align: center;
  margin: 0 0 15px;
  font-size: 20px; }

table:not([class]), .CookieDeclarationTable {
  width: 100%;
  border-collapse: unset;
  overflow-x: auto;
  font-size: 16px;
  margin: 28px 0; }
  @media (min-width: 767px) {
    table:not([class]), .CookieDeclarationTable {
      font-size: 18px; } }
  @media (min-width: 1024px) {
    table:not([class]), .CookieDeclarationTable {
      font-size: 24px; } }
  table:not([class]) caption, .CookieDeclarationTable caption {
    margin: 0 0 14px; }
  table:not([class]) tr th:first-of-type, .CookieDeclarationTable tr th:first-of-type {
    border-top-left-radius: 35px; }
  table:not([class]) tr th:last-of-type, .CookieDeclarationTable tr th:last-of-type {
    border-top-right-radius: 35px; }
  table:not([class]) tr:last-of-type td:first-of-type, .CookieDeclarationTable tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 35px; }
  table:not([class]) tr:last-of-type td:last-of-type, .CookieDeclarationTable tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 35px; }
  table:not([class]) th,
  table:not([class]) td, .CookieDeclarationTable th,
  .CookieDeclarationTable td {
    vertical-align: middle;
    padding: 10px 20px;
    background-color: #3D4D1C;
    color: #fff;
    border: 1px solid #fff; }
    table:not([class]) th a,
    table:not([class]) td a, .CookieDeclarationTable th a,
    .CookieDeclarationTable td a {
      color: #fff;
      display: block;
      text-decoration: none; }
      table:not([class]) th a:hover,
      table:not([class]) td a:hover, .CookieDeclarationTable th a:hover,
      .CookieDeclarationTable td a:hover {
        text-decoration: underline; }
  table:not([class]) th, .CookieDeclarationTable th {
    color: #fff;
    font-weight: bold;
    background-color: #BDCE12;
    font-size: 16px;
    font-weight: 700; }
    @media (min-width: 767px) {
      table:not([class]) th, .CookieDeclarationTable th {
        font-size: 18px; } }
    @media (min-width: 1024px) {
      table:not([class]) th, .CookieDeclarationTable th {
        font-size: 24px; } }
    table:not([class]) th:first-of-type, .CookieDeclarationTable th:first-of-type {
      width: 200px; }
    table:not([class]) th:nth-of-type(2), .CookieDeclarationTable th:nth-of-type(2) {
      width: 200px; }
  table:not([class]) td, .CookieDeclarationTable td {
    font-size: 16px;
    font-weight: 400; }
    @media (min-width: 767px) {
      table:not([class]) td, .CookieDeclarationTable td {
        font-size: 18px; } }
    @media (min-width: 1024px) {
      table:not([class]) td, .CookieDeclarationTable td {
        font-size: 24px; } }

.table-wrapper {
  overflow-x: auto; }

.CookieDeclarationTable {
  font-size: 14px; }
  @media (min-width: 767px) {
    .CookieDeclarationTable {
      font-size: 14px; } }
  @media (min-width: 1024px) {
    .CookieDeclarationTable {
      font-size: 14px; } }
  .CookieDeclarationTable th {
    white-space: nowrap; }
  .CookieDeclarationTable th, .CookieDeclarationTable td {
    font-size: 14px; }
    @media (min-width: 767px) {
      .CookieDeclarationTable th, .CookieDeclarationTable td {
        font-size: 14px; } }
    @media (min-width: 1024px) {
      .CookieDeclarationTable th, .CookieDeclarationTable td {
        font-size: 14px; } }

body {
  color: #475251;
  font-family: "Lato", "Times New Roman", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  -webkit-text-size-adjust: none; }

small {
  font-size: 14px;
  font-size: 0.875rem; }

h1, h2, h3, h4, h5, h6 {
  color: #3D4D1C;
  margin-bottom: 10px;
  font-family: "Lato", "Times New Roman", Helvetica, Arial, sans-serif; }

h1,
h2 {
  line-height: 1.1; }

h3,
h4 {
  line-height: 1.3; }

h1 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 300; }
  @media (min-width: 767px) {
    h1 {
      font-size: 40px;
      font-size: 2.5rem; } }
  @media (min-width: 1024px) {
    h1 {
      font-size: 56px;
      font-size: 3.5rem; } }

h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 300;
  color: #5E8708; }
  @media (min-width: 767px) {
    h2 {
      font-size: 36px;
      font-size: 2.25rem; } }
  @media (min-width: 1024px) {
    h2 {
      font-size: 48px;
      font-size: 3rem; } }

h3 {
  font-size: 22px;
  font-size: 1.375rem; }
  @media (min-width: 767px) {
    h3 {
      font-size: 26px;
      font-size: 1.625rem; } }
  @media (min-width: 1024px) {
    h3 {
      font-size: 40px;
      font-size: 2.5rem; } }

h4 {
  font-size: 18px;
  font-size: 1.125rem; }
  @media (min-width: 767px) {
    h4 {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media (min-width: 1024px) {
    h4 {
      font-size: 25px;
      font-size: 1.5625rem; } }

h5,
h6 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px; }

strong {
  font-weight: bold; }

.btn {
  padding: 4px 25px;
  display: inline-block;
  color: #475251;
  background: #BDCE12;
  font-size: 16px;
  font-weight: 900;
  border-radius: 5px;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  text-align: center;
  border: 2px solid #BDCE12;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.16); }
  .btn:hover {
    color: #3D4D1C;
    text-decoration: none;
    background-color: #fff; }
  .btn--smaller {
    padding: 7px 11px;
    font-size: 14px;
    font-size: 0.875rem; }
  .btn--ghost {
    background: transparent;
    color: #3D4D1C;
    border-radius: 5px;
    border: 1px solid #BDCE12; }
    .btn--ghost:hover {
      color: #fff;
      background: #BDCE12; }
button.btn {
  padding: 10px 25px;
}
.arrow-btn {
  font-weight: 700;
  color: #3D4D1C;
  font-size: 18px;
  padding-right: 15px;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease-in-out;
  padding-top: 3px;
  padding-bottom: 3px;
  display: inline-block; }
  .arrow-btn:after {
    content: '';
    position: absolute;
    right: 0;
    top: 13px;
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D%3C/style%3E%3C/defs%3E%3Ctitle/%3E%3Cg data-name='Layer 2' id='Layer_2'%3E%3Cpath fill='%23005172' d='M24,21a1,1,0,0,1-.71-.29L16,13.41l-7.29,7.3a1,1,0,1,1-1.42-1.42l8-8a1,1,0,0,1,1.42,0l8,8a1,1,0,0,1,0,1.42A1,1,0,0,1,24,21Z'/%3E%3C/g%3E%3Cg id='frame'%3E%3Crect class='cls-1' height='32' width='32'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    background-size: 20px;
    transition: all 0.3s ease; }
  .arrow-btn:hover:after {
    right: -3px; }
  .arrow-btn--left {
    padding-left: 15px;
    padding-right: 0; }
    .arrow-btn--left:after {
      left: 0;
      right: auto;
      transform: translateY(-50%) rotate(-90deg); }
    .arrow-btn--left:hover:after {
      left: -3px; }
button {
  font-family: Lato, Times New Roman, Helvetica, Arial, sans-serif !important;
}
.link {
  color: #3D4D1C;
  font-weight: 900;
  text-decoration: none;
  padding-bottom: 4px;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 2px solid #BDCE12;
  transition: all 0.3s ease;
font-size: 16px;
font-family: Lato, Times New Roman, Helvetica, Arial, sans-serif;}
  .link--arrow {
    position: relative;
    padding-left: 25px; }
    .link--arrow:before {
      content: '';
      position: absolute;
      left: 5px;
      top: 5px;
      width: 10px;
      height: 10px;
      background-image: url("https://139613518.fs1.hubspotusercontent-eu1.net/hubfs/139613518/Graphics%20for%20website/Polygon%2010.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      transition: all 0.3s ease; }
    .link--arrow:hover:before {
      left: 0; }
  .link:not(.btn):hover {
    text-decoration: none;
    border-bottom: 2px solid #fff; }

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 17.5px 0px;
  position: relative;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.16); }
  @media (min-width: 767px) {
    .site-header {
      position: sticky;
      top: 0px; } }
  .site-header .header-link {
    color: #1F2727;
    margin-bottom: 15px;
    text-decoration: none;
    display: block;
    font-weight: 700; }
  .site-header__enquiry {
    margin-right: 6px; }
    @media (min-width: 850px) {
      .site-header__enquiry {
        min-width: 110px; } }
    .site-header__enquiry a {
      color: #1F2727;
      text-decoration: none;
      position: relative;
      width: 30px;
      height: 30px;
      display: block; }
      @media (min-width: 850px) {
        .site-header__enquiry a {
          width: auto;
          height: auto;
          padding-right: 25px; } }
      .site-header__enquiry a span {
        display: none; }
        @media (min-width: 850px) {
          .site-header__enquiry a span {
            display: inline; } }
      .site-header__enquiry a:before {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.1052 9.781H13.1057L8.44486 14.6494L2.2027 8.1293L2.16456 8.08946C0.611812 6.46758 0.611812 3.82045 2.16456 2.19856C3.69427 0.600751 6.15508 0.601169 7.68439 2.19856L7.6844 2.19857L7.72198 2.23783L8.44432 2.99231L9.16665 2.23782L9.20478 2.19799C10.734 0.600671 13.1954 0.600671 14.7246 2.19799C16.2774 3.81987 16.2774 6.46758 14.7246 8.08946L13.1052 9.781ZM7.87895 15.2305C7.87913 15.2403 7.87932 15.2401 7.87951 15.2399L7.87895 15.2405L8.44436 15.7818L7.87895 15.2405Z' stroke='%235E8708' stroke-width='2'/%3E%3C/svg%3E%0A");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 30px; }
        @media (min-width: 850px) {
          .site-header__enquiry a:before {
            background-size: 20px;
            width: 20px;
            height: 20px; } }
  .site-header__search {
    width: calc(100% - 100px);
    margin-left: 25px;
    display: flex;
    justify-content: flex-end;
    margin-right: 25px; }
    @media (min-width: 767px) {
      .site-header__search {
        display: block;
        width: 100%;
        margin-left: 20px;
        margin-right: 20px; } }
    .site-header__search .search-form {
      position: absolute;
      left: 20px;
      top: 80px;
      display: none;
      width: calc(100% - 40px); }
      .site-header__search .search-form.is-open {
        display: flex; }
      @media (min-width: 600px) {
        .site-header__search .search-form {
          display: flex !important;
          position: static;
          width: 100%; } }
      .site-header__search .search-form input {
        border-radius: 8px;
        background-color: #F2F2F2;
        border: none;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        color: #1F2727; }
        .site-header__search .search-form input::placeholder {
          color: #1F2727; }
      .site-header__search .search-form button {
        text-indent: -9999px;
        min-width: 40px;
        background-image: url("https://139613518.fs1.hubspotusercontent-eu1.net/hubfs/139613518/Brochures/ffcsearch.svg");
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #F2F2F2;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px; }
    .site-header__search button {
      display: block;
      width: 30px !important;
      height: 30px !important;
      padding-left: 0 !important;
      margin-right: 0 !important; }
      @media (min-width: 600px) {
        .site-header__search button {
          display: none; } }
      .site-header__search button img {
        width: 100%; }
  @media (min-width: 767px) {
    .site-header.sticky {
      padding: 10px 0px; } }
  @media (min-width: 1200px) {
    .site-header.sticky .nav-menu > ul > li > a:before {
      bottom: 5px; } }
  @media (min-width: 767px) {
    .site-header.sticky .site-header__nav {
      top: 50px; } }
  @media (min-width: 767px) {
    .site-header.sticky .search-wrapper {
      top: -2px; } }
  @media (min-width: 767px) {
    .site-header.sticky .site-header__logo {
      padding-bottom: 5px; } }
  @media (min-width: 767px) {
    .site-header.sticky .site-header__search {
      padding-bottom: 5px; } }
  @media (min-width: 1200px) {
    .site-header.sticky .nav-menu > li {
      padding-bottom: 5px; } }
  @media (min-width: 1200px) {
    .site-header {
      padding: 25px 0px; } }
  .site-header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0px 20px; }
    @media (min-width: 767px) {
      .site-header__container {
        padding: 0px 40px; } }
    @media (min-width: 1024px) {
      .site-header__container {
        padding: 0px 20px; } }
  .site-header__btn {
    display: none; }
    @media (min-width: 767px) {
      .site-header__btn {
        display: block;
        flex: 1;
        text-align: right;
        margin-right: 20px; } }
    @media (min-width: 1200px) {
      .site-header__btn {
        margin-right: 0px;
        flex: none; } }
    .productsheader .site-header__btn {
      min-width: 180px; }
  .site-header .mobile-only-btn {
    display: block;
    margin-left: 30px; }
    @media (min-width: 767px) {
      .site-header .mobile-only-btn {
        display: none; } }
  .site-header__logo {
    width: 100%;
    max-width: 150px;
    margin-bottom: 5px; }
    @media (min-width: 1200px) {
      .site-header__logo {
        max-width: 200px;
        margin-bottom: 0px;
        margin-top: -50px; } }
    .site-header__logo img {
      display: block;
      width: 100%; }
  .site-header__nav {
    position: fixed;
    right: 0;
    top: 124px;
    width: 100%;
    transform: translateX(100%);
    background-color: #fff;
    transition: transform 0.3s ease; }
    .site-header__nav:first-of-type {
      max-height: none;
      height: 100vh; }
      @media (min-width: 1200px) {
        .site-header__nav:first-of-type {
          height: auto; } }
    .site-header__nav .menu > ul {
      padding: 10px; }
      @media (min-width: 1200px) {
        .site-header__nav .menu > ul {
          padding: 0; } }
    .site-header__nav.is-open {
      transform: translateX(0%); }
    @media (min-width: 600px) {
      .site-header__nav {
        top: 124px;
        height:calc(100% - 117px); } }
    @media (min-width: 768px) {
      .site-header__nav {
        top: 172px; } }
    @media (min-width: 1040px) {
        .site-header__nav {
            top: 122px;
        }
    }
    @media (min-width: 1200px) {
      .site-header__nav {
        position: static;
        right: auto;
        top: auto;
        width: auto;
        max-width: none;
        padding: 0px;
        transform: none;
        background-color: transparent;
        display: flex;
        align-items: center; } }
  .site-header__menu-toggle {
    min-width: 40px;
    min-height: 40px;
    z-index: 1000;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (min-width: 1200px) {
      .site-header__menu-toggle {
        display: none; } }
    .site-header__menu-toggle.is-open .hamburger span {
      background-color: #BDCE12; }
    .site-header__menu-toggle .hamburger {
      width: 24px;
      height: 17px;
      position: relative;
      transform: rotate(0deg);
      transition: .5s ease-in-out;
      cursor: pointer; }
      .site-header__menu-toggle .hamburger span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #3D4D1C;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out; }
        .site-header__menu-toggle .hamburger span:nth-child(1) {
          top: 0px; }
        .site-header__menu-toggle .hamburger span:nth-child(2), .site-header__menu-toggle .hamburger span:nth-child(3) {
          top: 7px; }
        .site-header__menu-toggle .hamburger span:nth-child(3) {
          box-shadow: none; }
        .site-header__menu-toggle .hamburger span:nth-child(4) {
          top: 14.5px; }
      .site-header__menu-toggle .hamburger.open span {
        box-shadow: none; }
      .site-header__menu-toggle .hamburger.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%; }
      .site-header__menu-toggle .hamburger.open span:nth-child(2) {
        transform: rotate(45deg); }
      .site-header__menu-toggle .hamburger.open span:nth-child(3) {
        transform: rotate(-45deg); }
      .site-header__menu-toggle .hamburger.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%; }

#breadcrumbs {
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: 20px; }
  #breadcrumbs span {
    color: #BDCE12;
    font-weight: 300; }
    #breadcrumbs span.breadcrumb_last {
      font-weight: 700; }

@media (min-width: 767px) {
  .admin-bar .site-header.sticky .site-header__nav {
    top: 80px; } }

.is-ajax-search-result {
  box-sizing: border-box !important;
  background-color: #fff !important;
  box-shadow: 0px 7px 29px rgba(100, 100, 111, 0.2) !important;
  border-radius: 25px !important;
  overflow: hidden !important;
  margin-top: 5px !important; }
  @media (min-width: 1024px) {
    .is-ajax-search-result {
      width: 450px !important; } }
  @media (min-width: 1200px) {
    .is-ajax-search-result {
      width: 250px !important; } }
  .is-ajax-search-result .is-ajax-search-post {
    padding: 10px !important;
    border: none !important; }
    .is-ajax-search-result .is-ajax-search-post:hover {
      background-color: #fff !important; }
  .is-ajax-search-result .is-search-sections .is-title a {
    color: #3D4D1C !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-decoration: underline !important; }
    .is-ajax-search-result .is-search-sections .is-title a:hover {
      text-decoration: none !important; }

.menu-open {
  overflow: hidden; }

.footer {
  background-color: #1F2727; }
  .footer__upper, .footer__lower, .footer__legal {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .footer__upper, .footer__lower, .footer__legal {
        text-align: center;
        justify-content: center; } }
    .footer__upper h3, .footer__lower h3, .footer__legal h3 {
      color: #839593;
      font-size: 26px;
      margin-bottom: 15px; }
  .footer__socials {
    display: flex; }
    @media (max-width: 767px) {
      .footer__socials {
        justify-content: center; } }
    .footer__socials a {
      width: 40px;
      margin-right: 10px;
      opacity: 1;
      transition: all 0.3s ease; }
      .footer__socials a:last-of-type {
        margin-right: 0; }
      .footer__socials a:hover {
        opacity: 0.7; }
.footer__socials a img {
  width:100%;
}
  .footer__upper {
    padding-top: 100px;
    align-items: flex-end; }
    .footer__upper img {
      width: 100%;
      max-width: 250px; }
      @media (min-width: 767px) {
        .footer__upper img {
          margin: 0; } }
      @media (max-width: 767px) {
        .footer__upper img {
          margin: 0 auto; } }
  .footer__lower {
    padding-top: 20px;
    padding-bottom: 20px; }
    @media (min-width: 767px) {
      .footer__lower {
        padding-top: 60px;
        padding-bottom: 60px; } }
  .footer__logo, .footer__copyright, .footer__address {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 767px) {
      .footer__logo, .footer__copyright, .footer__address {
        width: calc(50% - 20px);
        margin-bottom: 0; } }
    .footer__logo p, .footer__copyright p, .footer__address p {
      color: #fff;
      font-size: 12px;
      margin-bottom: 0; }
      .footer__logo p a, .footer__copyright p a, .footer__address p a {
        color: #fff;
        text-decoration: none; }
        .footer__logo p a:hover, .footer__copyright p a:hover, .footer__address p a:hover {
          text-decoration: underline; }
  .footer__legal {
    background-color: #475251;
    padding-top: 15px;
    padding-bottom: 15px; }
    .footer__legal .container {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
  .footer__compliance {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: center; }
    @media (max-width: 450px) {
      .footer__compliance {
        flex-wrap: wrap; } }
    @media (min-width: 767px) {
      .footer__compliance {
        justify-content: flex-end;
        width: calc(50% - 20px);
        margin-bottom: 0; } }
    .footer__compliance img {
      width: 100%;
      max-width: 200px; }
      .footer__compliance img:first-of-type {
        margin-bottom: 10px; }
        @media (min-width: 767px) {
          .footer__compliance img:first-of-type {
            margin-bottom: 0;
            margin-right: 10px; } }
  .footer__col {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 767px) {
      .footer__col {
        width: calc(50% - 20px); } }
    @media (min-width: 1024px) {
      .footer__col {
        width: calc(25% - 20px); } }
    .footer__col--1 p {
      margin-bottom: 30px;
      color: #BDCE12; }
      .footer__col--1 p a {
        color: #BDCE12;
        text-decoration: none; }
        .footer__col--1 p a:hover {
          text-decoration: underline; }
    @media (min-width: 767px) {
      .footer__col--4 {
        margin-top: 50px; } }
    .footer__col .menu ul {
      display: block;
      padding: 0; }
      .footer__col .menu ul li {
        margin-bottom: 15px; }
        .footer__col .menu ul li a {
          color: #fff;
          font-size: 17px;
          padding: 0; }
          .footer__col .menu ul li a:before {
            display: none; }
          .footer__col .menu ul li a:hover {
            color: #fff;
            text-decoration: underline; }

.newsletter-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #BDCE12;
  clip-path: polygon(0 0, 93% 0, 100% 40%, 100% 100%, 0 100%);
  padding: 20px;
  position: relative;
  margin-bottom: -40px;
  margin-top: 40px;
  width: calc(100% - 20px);
  text-align: center; }
  @media (min-width: 1250px) {
    .newsletter-form {
      width: 100%;
      text-align: left;
      clip-path: polygon(0 0, 97% 0, 100% 45%, 100% 100%, 0 100%);
      padding: 40px 100px 40px 40px; } }
  .newsletter-form--green:before {
    background-image: url("https://139613518.fs1.hubspotusercontent-eu1.net/hubfs/139613518/Graphics%20for%20website/Mask%20group%20%2821%29.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .newsletter-form--green .newsletter-form__text p {
    color: #475251; }
    @media (min-width: 1024px) {
      .newsletter-form--green .newsletter-form__text p {
        font-size: 26px; } }
  .newsletter-form--green .newsletter-form__form a {
    color: #fff;
    background-color: #475251;
    border-color: #475251; }
    .newsletter-form--green .newsletter-form__form a:hover {
      background-color: #fff;
      color: #475251; }
  .newsletter-form:before {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #1F2727;
    clip-path: polygon(0 0, 93% 0, 100% 40%, 100% 100%, 0 100%);
    z-index: -1; }
    @media (min-width: 1250px) {
      .newsletter-form:before {
        clip-path: polygon(0 0, 97% 0, 100% 45%, 100% 100%, 0 100%); } }
  .newsletter-form__text {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 767px) {
      .newsletter-form__text {
        width: calc(50% - 20px);
        margin-bottom: 0; } }
    .newsletter-form__text p {
      color: #fff;
      font-size: 22px;
      margin: 0; }
      @media (min-width: 1024px) {
        .newsletter-form__text p {
          font-size: 26px; } }
  .newsletter-form__form {
    width: 100%; }
    @media (min-width: 767px) {
      .newsletter-form__form {
        width: calc(50% - 20px);
        display: flex;
        justify-content: flex-end; } }
    .newsletter-form__form .btn {
      font-size: 21px; }
      .newsletter-form__form .btn.btndownloader {
        display: none; }

.menu {
  overflow: scroll;
  max-height: calc(100vh - 150px); }
  @media (min-width: 1200px) {
    .menu {
      max-height: none;
      overflow: unset; } }
  .menu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .menu > ul {
    display: block;
    padding-bottom: 20px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px; }
    @media (min-width: 1200px) {
      .menu > ul {
        padding: 0px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap; } }
  @media (min-width: 1200px) {
    .menu li {
      position: relative; } }
  @media (min-width: 1200px) {
    .menu li:hover > .menu__submenu {
      opacity: 1;
      z-index: 10;
      pointer-events: all; } }
  .menu li {
    margin-right: 10px;
    width: 100%; }
    @media (min-width: 1200px) {
      .menu li {
        margin-right: 2px;
        width: auto; } }
    .menu li:last-of-type {
      margin-right: 0px; }
    .menu li.menu__item--has-submenu > a {
      padding-right: 30px; }
      @media (min-width: 767px) {
        .menu li.menu__item--has-submenu > a {
          padding-right: 70px; } }
      @media (min-width: 1200px) {
        .menu li.menu__item--has-submenu > a {
          padding-right: 25px; } }
      .menu li.menu__item--has-submenu > a:after {
        content: '';
        position: absolute;
        transform: none;
        transition: transform 0.3s ease;
        position: absolute;
        right: 5px;
        top: 20px;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #BDCE12; }
        @media (min-width: 1200px) {
          .menu li.menu__item--has-submenu > a:after {
            background: none;
            transform: none;
            transition: transform 0.3s ease;
            position: absolute;
            right: 5px;
            top: 20px;
            width: 0;
            height: 0;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-top: 7px solid #BDCE12; } }
      .menu li.menu__item--has-submenu > a.is-open:after {
        transform: rotate(180deg); }
      @media (min-width: 1200px) {
        .menu li.menu__item--has-submenu > a:before {
          width: calc(100% - 15px); } }
    .menu li.menu__item--has-submenu .menu__item--has-submenu {
      position: static; }
      .menu li.menu__item--has-submenu .menu__item--has-submenu > a {
        font-weight: 700; }
        .menu li.menu__item--has-submenu .menu__item--has-submenu > a:after {
          display: none; }
          @media (min-width: 1200px) {
            .menu li.menu__item--has-submenu .menu__item--has-submenu > a:after {
              transform: translateY(-50%) rotate(-90deg);
              transition: right 0.3s ease;
              top: 50%;
              right: 20px;
              display: block; } }
      @media (min-width: 1200px) {
        .menu li.menu__item--has-submenu .menu__item--has-submenu:hover > a {
          background-color: #fff;
          color: #BDCE12; } }
      @media (min-width: 1200px) {
        .menu li.menu__item--has-submenu .menu__item--has-submenu:hover > a:after {
          right: 10px;
          background-image: url("data:image/svg+xml,%3Csvg width='26' height='15.000000000000002' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Ctitle%3Ebackground%3C/title%3E%3Crect fill='none' id='canvas_background' height='402' width='582' y='-1' x='-1'/%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpolygon id='svg_1' points='23.785256415605545,0.02479205117560923 12.949256926774979,10.860791685059667 2.1122569143772125,0.02479205117560923 0.028256893157958984,2.108792068436742 12.949256926774979,15.028791906312108 15.033256560564041,12.944792272523046 25.869256049394608,2.108792068436742 ' fill='%23429bcb'/%3E%3C/g%3E%3C/svg%3E"); } }
      .menu li.menu__item--has-submenu .menu__item--has-submenu .menu__submenu {
        position: relative; }
        @media (min-width: 1200px) {
          .menu li.menu__item--has-submenu .menu__item--has-submenu .menu__submenu {
            position: absolute;
            transform: translateX(100%);
            top: 0;
            min-height: 100%;
            background-color: #fff;
            box-shadow: 10px 0px 10px 0px rgba(0, 0, 0, 0.15); } }
        .menu li.menu__item--has-submenu .menu__item--has-submenu .menu__submenu a {
          background-color: transparent;
          padding-left: 70px;
          color: #3D4D1C;
          font-size: 15px; }
          @media (min-width: 1200px) {
            .menu li.menu__item--has-submenu .menu__item--has-submenu .menu__submenu a {
              padding-left: 10px; } }
  .menu a {
    color: #1F2727;
    text-decoration: none;
    display: block;
    font-weight: 700;
    font-size: 15px;
    padding: 10px;
    transition: color 0.3s ease, background-color 0.3s ease;
    position: relative; }
    .menu a:before {
      content: '';
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 100%;
      height: 1px;
      background-color: #CED8E1;
      display: none; }
    @media (min-width: 1200px) {
      .menu a {
        font-size: 15px; } }
    .menu a.btn-normal--light-blue {
      color: #fff; }
  .menu > ul > li > a {
    padding: 10px;
    padding-left: 20px;
    position: relative;
    font-size: 15px; }
    @media (min-width: 767px) {
      .menu > ul > li > a {
        padding-left: 40px; } }
    @media (min-width: 1200px) {
      .menu > ul > li > a {
        font-size: 15px;
        position: static;
        padding: 10px;
        padding-bottom: 7px; } }
    .menu > ul > li > a:before {
      content: '';
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 100%;
      height: 1px;
      background-color: #CED8E1; }
      @media (min-width: 1200px) {
        .menu > ul > li > a:before {
          bottom: 5px;
          height: 2px;
          left: 10px;
          width: calc(100% - 20px);
          background-color: #1F2727;
          display: block;
          opacity: 0;
          transition: opacity 0.3s ease; } }
  .menu > ul > li:hover > a {
    color: #1F2727; }
    @media (min-width: 1200px) {
      .menu > ul > li:hover > a:before {
        opacity: 1; }
      .menu > ul > li:hover > a:after {
        transform: rotate(-180deg);
        background-image: url("data:image/svg+xml,%3Csvg width='26' height='15.000000000000002' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Ctitle%3Ebackground%3C/title%3E%3Crect fill='none' id='canvas_background' height='402' width='582' y='-1' x='-1'/%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpolygon id='svg_1' points='23.785256415605545,0.02479205117560923 12.949256926774979,10.860791685059667 2.1122569143772125,0.02479205117560923 0.028256893157958984,2.108792068436742 12.949256926774979,15.028791906312108 15.033256560564041,12.944792272523046 25.869256049394608,2.108792068436742 ' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E"); } }
  .menu li.is-clicked ul li a {
    color: #3D4D1C; }
  .menu .menu__submenu {
    width: 100%;
    padding-left: 20px;
    display: none; }
    .menu .menu__submenu.is-open {
      transform: translateX(0); }
    @media (min-width: 1200px) {
      .menu .menu__submenu {
        left: 0;
        position: absolute;
        top: 100%;
        width: auto;
        display: block;
        opacity: 0;
        transition: opacity 0.3s ease;
        z-index: -1;
        background: #fff;
        min-width: 200px;
        pointer-events: none;
        padding-left: 0;
        transform: none;
        height: auto;
        padding-top: 25px;
        box-shadow: none; } }
    .menu .menu__submenu .menu-back a {
      padding-left: 20px; }
    .menu .menu__submenu li a {
      font-weight: 400; }
      @media (min-width: 767px) {
        .menu .menu__submenu li a {
          padding-left: 40px; } }
      @media (min-width: 1200px) {
        .menu .menu__submenu li a {
          padding-left: 10px;
          font-weight: 700;
          font-size: 15px; } }
    .menu .menu__submenu a {
      padding: 6px 10px; }
      @media (min-width: 1200px) {
        .menu .menu__submenu a {
          background: #fff;
          color: #3D4D1C; } }
      @media (min-width: 1200px) {
        .menu .menu__submenu a:hover {
          color: #5E8708;
          background-color: #fff; } }

.menu-back {
  position: relative;
  background-color: #BDCE12; }
  .menu-back a {
    color: #fff; }
  .menu-back:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='15.000000000000002' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Ctitle%3Ebackground%3C/title%3E%3Crect fill='none' id='canvas_background' height='402' width='582' y='-1' x='-1'/%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpolygon id='svg_1' points='23.81204748339951,0.024792054668068886 12.97604894824326,10.86079216003418 2.139049055054784,0.024792054668068886 0.05504894442856312,2.1087920665740967 12.97604894824326,15.028792381286621 15.060048582032323,12.944792747497559 25.896049024537206,2.1087920665740967 ' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%) rotate(90deg); }

.pre-nav {
  background-color: #F2F2F2;
  padding: 5px 10px; }
  .pre-nav__links {
    display: none;
    justify-content: flex-end; }
  @media (min-width: 767px) {
    .pre-nav {
      display: block; }
  .pre-nav__links {
    display: flex; }
}
    .pre-nav__links a {
      color: #3D4D1C;
      font-weight: 900;
      text-decoration: none; }
      .pre-nav__links a:hover {
        text-decoration: underline; }
  .pre-nav__link-image a {
    display: flex;
    align-items: center;
    color: #1F2727;
    margin-bottom: 15px;
    text-decoration: none;
    font-weight: 700; }
    @media (min-width: 767px) {
      .pre-nav__link-image a {
        color: #3D4D1C;
        margin-bottom: 0px;
        text-decoration: none;
        font-weight: 900;
        margin-left: 12px;
        padding-left: 12px;
        border-left: 1px solid #839593; } }
    .pre-nav__link-image a img {
      width: 17px;
      margin-right: 5px; }

.twocol {
  overflow: hidden; }
  .twocol.greybg {
    background-color: #F9FAF7; }
  .twocol--padded {
    margin-top: 25px;
    margin-bottom: 25px; }
    @media (min-width: 767px) {
      .twocol--padded {
        margin-top: 50px;
        margin-bottom: 50px; } }
  .twocol__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center; }
    @media (min-width: 767px) {
      .twocol__wrapper--flip {
        flex-direction: row-reverse; } }
    @media (min-width: 1024px) {
      .twocol__wrapper--flip .twocol__image-wrap {
        margin-left: 0;
        margin-right: calc(((100vw - 1200px)/ 2)*-1); } }
    @media (min-width: 1650px) {
      .twocol__wrapper--flip .twocol__image-wrap {
        margin-left: 0;
        margin-right: 0; } }
  .twocol__item {
    width: 100%;
    margin-bottom: 40px; }
    @media (min-width: 767px) {
      .twocol__item {
        width: calc(50% - 20px);
        margin-bottom: 0px; } }
    .twocol__item:last-of-type {
      margin-bottom: 0; }
  @media (min-width: 1024px) {
    .twocol__image-wrap {
      margin-left: calc(((100vw - 1200px)/ 2)*-1); } }
  @media (min-width: 1650px) {
    .twocol__image-wrap {
      margin-left: 0; } }
  .twocol__image-wrap img {
    width: 100%; }
  .twocol__text h2 {
    margin-bottom: 20px; }
  .twocol__text p {
    line-height: 1.4;
    margin-bottom: 20px;
    font-size: 16px; }
    @media (min-width: 767px) {
      .twocol__text p {
        font-size: 20px; } }
  .twocol__text ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
    margin-left: 20px; }
    .twocol__text ul li {
      width: 100%;
      margin-bottom: 10px;
      color: #5E8708; }
  .twocol .specialtwocol {
    padding: 20px;
    background-image: url("https://139613518.fs1.hubspotusercontent-eu1.net/hubfs/139613518/Graphics%20for%20website/Pattern%205@2x%201.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 450px;
    margin: 0 auto; }
    @media (min-width: 767px) {
      .twocol .specialtwocol {
        padding: 40px; } }
    .twocol .specialtwocol p {
      margin-bottom: 20px;
      color: #fff;
      font-size: 26px;
      font-weight: 700; }
    .twocol .specialtwocol ul.ticklist {
      display: block;
      list-style-type: none;
      margin-bottom: 20px;
      margin-left: 0; }
      .twocol .specialtwocol ul.ticklist li {
        padding-left: 28px;
        position: relative;
        color: #fff;
        width: 100%;
        font-size: 16px;
        font-weight: 700; }
        @media (min-width: 767px) {
          .twocol .specialtwocol ul.ticklist li {
            font-size: 20px; } }
        .twocol .specialtwocol ul.ticklist li:before {
          content: '';
          position: absolute;
          left: 0;
          top: 5px;
          width: 20px;
          height: 20px;
          background-image: url("https://139613518.fs1.hubspotusercontent-eu1.net/hubfs/139613518/Graphics%20for%20website/Group%2081.svg");
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center; }
  .twocol__contacts {
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 1024px) {
      .twocol__contacts {
        flex-wrap: nowrap; } }
    .twocol__contacts a {
      font-weight: 900;
      color: #475251;
      text-decoration: none;
      position: relative;
      padding-left: 25px;
      margin-bottom: 10px; }
      @media (min-width: 1024px) {
        .twocol__contacts a {
          margin-bottom: 0; } }
      .twocol__contacts a:hover {
        text-decoration: underline; }
      .twocol__contacts a:first-of-type {
        margin-right: 20px; }
      .twocol__contacts a:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 20px;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }
      .twocol__contacts a.phone:before {
        background-image: url("https://139613518.fs1.hubspotusercontent-eu1.net/hubfs/139613518/Graphics%20for%20website/Frame.svg"); }
      .twocol__contacts a.email:before {
        background-image: url("https://139613518.fs1.hubspotusercontent-eu1.net/hubfs/139613518/Graphics%20for%20website/Frame%20%281%29.svg"); }
  .twocol__form-title p {
    margin-bottom: 20px;
    font-weight: 900;
    font-size: 26px;
    color: #fff; }
  .twocol.generic {
    padding-top: 50px;
    padding-bottom: 50px; }
    .twocol.generic--greens {
      position: relative; }
      .twocol.generic--greens:before, .twocol.generic--greens:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 120px;
        height: 200px;
        background-image: url("https://139613518.fs1.hubspotusercontent-eu1.net/hubfs/139613518/Graphics%20for%20website/Subtract.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top left;
        display: none; }
        @media (min-width: 767px) {
          .twocol.generic--greens:before, .twocol.generic--greens:after {
            display: block; } }
      .twocol.generic--greens:before {
        transform: rotate(180deg); }
      .twocol.generic--greens:after {
        left: auto;
        right: 0;
        top: 0;
        bottom: auto;
        background-position: top right; }
    .twocol.generic .twocol__item {
      text-align: center; }
    .twocol.generic .twocol__title {
      display: flex;
      justify-content: center;
      margin-bottom: 15px; }
      .twocol.generic .twocol__title img {
        margin-right: 10px; }
      .twocol.generic .twocol__title h3 {
        font-weight: 900;
        color: #475251;
        margin-bottom: 0;
        text-align: center; }
        @media (min-width: 1024px) {
          .twocol.generic .twocol__title h3 {
            font-size: 26px;
            font-size: 1.625rem; } }
  .twocol.getintouch {
    margin-top: 25px;
    margin-bottom: 25px; }
    @media (min-width: 767px) {
      .twocol.getintouch {
        margin-top: 0px;
        margin-bottom: 0px; } }
    @media (min-width: 767px) {
      .twocol.getintouch .twocol__item {
        width: 50%; } }
    @media (min-width: 767px) {
      .twocol.getintouch .twocol__item.twocol__item--text {
        padding-right: 40px; } }
    .twocol.getintouch .link {
      display: inline-block;
      margin-top: 20px; }
    .twocol.getintouch .twocol__item--form {
      position: relative;
      padding: 20px; }
      .twocol.getintouch .twocol__item--form:before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-image: url("https://139613518.fs1.hubspotusercontent-eu1.net/hubfs/139613518/Graphics%20for%20website/Pattern%205@2x%201.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        z-index: -1; }
        @media (min-width: 1024px) {
          .twocol.getintouch .twocol__item--form:before {
            margin-right: calc(((100vw - 1200px)/ 2)*-1);
            width: 50vw; } }
      @media (min-width: 767px) {
        .twocol.getintouch .twocol__item--form {
          padding: 40px; } }
      .twocol.getintouch .twocol__item--form form {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .twocol.getintouch .twocol__item--form form ul {
          margin-bottom: 0; }
        .twocol.getintouch .twocol__item--form form .hs-button {
          padding: 4px 25px;
          display: inline-block;
          color: #475251;
          background: #BDCE12;
          font-size: 16px;
          font-weight: 900;
          border-radius: 5px;
          transition: all 0.25s ease-in-out;
          text-decoration: none;
          text-align: center;
          border: 2px solid #BDCE12;
          box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.16); }
          .twocol.getintouch .twocol__item--form form .hs-button:hover {
            color: #3D4D1C;
            text-decoration: none;
            background-color: #fff; }
        .twocol.getintouch .twocol__item--form form .hs_error_rollup ul {
          list-style-type: none; }
        .twocol.getintouch .twocol__item--form form .hs_error_rollup label {
          color: #fff; }
        .twocol.getintouch .twocol__item--form form .hs-form-field {
          width: 100%;
          margin-bottom: 20px; }
          @media (min-width: 1024px) {
            .twocol.getintouch .twocol__item--form form .hs-form-field {
              width: calc(50% - 20px); } }
          .twocol.getintouch .twocol__item--form form .hs-form-field.hs_textarea {
            width: 100%; }
          .twocol.getintouch .twocol__item--form form .hs-form-field.hs_message {
            width: 100%; }
          .twocol.getintouch .twocol__item--form form .hs-form-field.hs-fieldtype-select .input {
            position: relative; }
            .twocol.getintouch .twocol__item--form form .hs-form-field.hs-fieldtype-select .input:after {
              content: '';
              width: 0;
              height: 0;
              border-left: 7px solid transparent;
              border-right: 7px solid transparent;
              border-top: 7px solid #fff;
              position: absolute;
              right: 12px;
              top: 18px; }
          .twocol.getintouch .twocol__item--form form .hs-form-field.hs-fieldtype-select select {
            background-color: transparent;
            border: 1px solid #fff;
            border-radius: 8px;
            color: #fff;
            padding-right: 20px; }
          .twocol.getintouch .twocol__item--form form .hs-form-field label {
            color: #fff; }
          .twocol.getintouch .twocol__item--form form .hs-form-field input, .twocol.getintouch .twocol__item--form form .hs-form-field textarea {
            background-color: transparent;
            border: 1px solid #fff;
            border-radius: 8px;
            color: #fff; }

.hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (min-width: 767px) {
    .hero {
      padding-top: 93.25px;
      margin-top: -93.25px; } }
  @media (max-width: 767px) {
    .hero {
      background-image: none !important; } }
  .hero__mobile-image {
    width: 100%;
    height: 150px; }
    @media (min-width: 767px) {
      .hero__mobile-image {
        display: none; } }
    .hero__mobile-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  @media (min-width: 1200px) {
    .hero--has-card .hero__wrapper {
      padding-top: 100px;
      padding-bottom: 170px; } }
  .hero--single {
    margin-bottom: 50px; }
    .hero--single.hero--single-gradient {
      position: relative; }
      .hero--single.hero--single-gradient:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #d9d9d9;
        background: linear-gradient(90deg, #FAFBF9 52%, rgba(217, 217, 217, 0) 100%); }
    .hero--single .hero__wrapper {
      position: relative; }
    .hero--single .hero__title h1, .hero--single .hero__title h1 span {
      font-size: 36px;
      font-size: 2.25rem;
      font-weight: 300; }
      @media (min-width: 767px) {
        .hero--single .hero__title h1, .hero--single .hero__title h1 span {
          font-size: 40px;
          font-size: 2.5rem; } }
      @media (min-width: 1024px) {
        .hero--single .hero__title h1, .hero--single .hero__title h1 span {
          font-size: 50px;
          font-size: 3.125rem; } }
      @media (min-width: 1200px) {
        .hero--single .hero__title h1, .hero--single .hero__title h1 span {
          font-size: 50px;
          font-size: 3.125rem; } }
  .hero--person {
    background-position: 80% bottom;
    background-repeat: no-repeat;
    background-size: auto calc(100% - 103.25px);
    margin-bottom: 0;
    background-color: #F9FAF7; }
  .hero__cards-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center; }
  .hero__cards-info {
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 767px) {
      .hero__cards-info {
        width: calc(50% - 20px);
        margin-bottom: 0; } }
  .hero__links {
    width: 100%; }
    @media (min-width: 767px) {
      .hero__links {
        width: calc(50% - 20px);
        display: flex;
        justify-content: flex-end;
        align-items: center; } }
    .hero__links ul {
      list-style-type: none;
      padding: 20px;
      border-radius: 16px;
      background-color: rgba(255, 255, 255, 0.95);
      width: 100%;
      max-width: 300px; }
      .hero__links ul li {
        padding: 8px 0px;
        border-bottom: 0.25px solid #839593;
        margin-bottom: 5px; }
        .hero__links ul li:last-child {
          border-bottom: none;
          margin-bottom: 0; }
        .hero__links ul li a {
          display: block;
          text-decoration: none;
          padding-right: 30px;
          color: #3D4D1C;
          font-style: 22px;
          font-weight: 700;
          position: relative; }
          .hero__links ul li a:after {
            content: '';
            position: absolute;
            top: 50%;
            right: 3px;
            transform: translateY(-50%);
            width: 20px;
            height: 20px;
            background-image: url("https://139613518.fs1.hubspotusercontent-eu1.net/hubfs/139613518/Group%20134.svg");
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            transition: all 0.3s ease; }
          .hero__links ul li a:hover:after {
            right: 0; }
  .hero__wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center; }
    @media (min-width: 767px) {
      .hero__wrapper {
        text-align: left;
        padding-top: 75px;
        padding-bottom: 75px; } }
    @media (min-width: 1200px) {
      .hero__wrapper {
        padding-top: 100px;
        padding-bottom: 100px; } }
  .hero__title {
    width: 100%;
    max-width: 500px; }
    .hero__title h1 {
      color: #5E8708; }
  .hero__text {
    width: 100%;
    max-width: 500px; }
    .hero__text p {
      font-size: 20px;
      margin-bottom: 0; }
  .hero__cards {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 20px; }
    @media (min-width: 1024px) {
      .hero__cards {
        justify-content: space-between;
        margin-top: -70px; } }
  .hero__card {
    width: 100%;
    margin-bottom: 20px;
    filter: drop-shadow(0px 4px 18px rgba(0, 0, 0, 0.16)); }
    @media (min-width: 767px) {
      .hero__card {
        width: calc(50% - 20px); } }
    @media (min-width: 1024px) {
      .hero__card {
        width: calc(33.33333% - 20px); } }
  .hero__card-wrap {
    clip-path: polygon(0 0, 89% 0, 100% 22%, 100% 100%, 0 100%);
    background-color: #fff;
    height: 100%;
    display: flex;
    align-items: center; }
    @media (min-width: 767px) {
      .hero__card-wrap {
        display: block;
        padding: 15px; } }
  .hero__card-title {
    margin-bottom: 10px;
    margin-top: 15px; }
    @media (min-width: 767px) {
      .hero__card-title {
        text-align: center; } }
    .hero__card-title h2 {
      color: #5E8708;
      font-weight: 500;
      font-size: 18px;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-bottom: 0; }
      @media (min-width: 500px) {
        .hero__card-title h2 {
          font-size: 24px; } }
  .hero__card-image {
    height: 100%;
    width: 90px;
    min-width: 90px;
    max-width: 90px; }
    @media (min-width: 767px) {
      .hero__card-image {
        height: auto;
        min-width: auto;
        width: auto;
        max-width: none; } }
    .hero__card-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
      @media (min-width: 767px) {
        .hero__card-image img {
          height: auto;
          object-fit: none; } }
  .hero__card-content {
    padding: 15px; }
    @media (min-width: 767px) {
      .hero__card-content {
        padding: 0; } }
  .hero__card-text {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    display: none; }
    @media (min-width: 767px) {
      .hero__card-text {
        display: block; } }
    .hero__card-text p {
      color: #475251;
      margin: 0; }
  .hero__card-btn {
    margin-top: 10px;
    margin-bottom: 5px; }
    @media (min-width: 767px) {
      .hero__card-btn {
        text-align: center; } }

.breadcrumbs {
  display: flex;
  padding-bottom: 10px;
  flex-wrap: wrap;
  position: relative; }
  .breadcrumbs p, .breadcrumbs a {
    color: #839593;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 0;
    text-decoration: none; }
  .breadcrumbs p:last-of-type {
    display: none; }
  .breadcrumbs a:last-of-type {
    font-weight: 700;
    pointer-events: none; }

@media(max-width: 900px) {
   .breadcrumbs p, .breadcrumbs a {
     font-size:16px;
  }
  
  .breadcrumbs {
    display: none;
  }
}

.pullout-text {
  position:relative;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center; }
.pullout-text__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;

  img {
    width:100%;
    height: 100%;
    object-fit: cover;
}
  .pullout-text__title {
    margin-bottom: 15px; }
    .pullout-text__title h2 {
      font-weight: 300;
      color: #fff; }
  .pullout-text__text {
    margin-bottom: 20px; }
    .pullout-text__text p {
      color: #fff;
      font-size: 16px;
      margin-bottom: 0; }
      @media (min-width: 767px) {
        .pullout-text__text p {
          font-size: 20px; } }

#hs_cos_wrapper_widget_1697536237854 .pullout-text,
#hs_cos_wrapper_widget_1697731440768 .pullout-text {
  padding-bottom: 150px;
  margin-bottom: -150px; }
  @media (min-width: 767px) {
    #hs_cos_wrapper_widget_1697536237854 .pullout-text,
    #hs_cos_wrapper_widget_1697731440768 .pullout-text {
      padding-bottom: 130px;
      margin-bottom: -130px; } }

.testimonials {
  margin-top: 50px;
  margin-bottom: 50px; }
  .testimonials__wrapper {
    background-color: #e6eae9;
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 50px;
    position: relative; }
    @media (min-width: 767px) {
      .testimonials__wrapper {
        padding-top: 75px;
        padding-bottom: 75px; } }
    .testimonials__wrapper:before, .testimonials__wrapper:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 120px;
      height: 120px;
      background-image: url("https://139613518.fs1.hubspotusercontent-eu1.net/hubfs/139613518/Graphics%20for%20website/speechup.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: top left;
      display: none; }
      @media (min-width: 767px) {
        .testimonials__wrapper:before, .testimonials__wrapper:after {
          display: block; } }
      @media (min-width: 1024px) {
        .testimonials__wrapper:before, .testimonials__wrapper:after {
          width: 220px;
          height: 220px; } }
    .testimonials__wrapper:after {
      left: auto;
      right: 0;
      top: auto;
      bottom: 0;
      background-position: bottom right;
      background-image: url("https://139613518.fs1.hubspotusercontent-eu1.net/hubfs/139613518/Graphics%20for%20website/speechdown.svg"); }
  .testimonials__item {
    width: 100%;
    max-width: 700px;
    margin: 0 auto; }
  .testimonials__title {
    margin-bottom: 20px;
    text-align: center; }
    .testimonials__title p {
      margin: 0;
      color: #5E8708;
      font-weight: 900; }
  .testimonials__author {
    margin-top: 20px;
    text-align: center; }
    .testimonials__author p {
      margin: 0;
      color: #839593;
      font-weight: 900; }
  .testimonials__text {
    text-align: center; }
    .testimonials__text p {
      margin: 0;
      font-size: 16px;
      color: #839593;
      line-height: 1.5; }
      @media (min-width: 767px) {
        .testimonials__text p {
          font-size: 20px; } }
      @media (min-width: 1024px) {
        .testimonials__text p {
          font-size: 26px; } }

body .owl-carousel .owl-dots {
  text-align: center;
  margin-top: 15px; }

body .owl-carousel button.owl-dot {
  margin-left: 5px;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  padding: 10px !important;
 }
  body .owl-carousel button.owl-dot.active span {
    background-color: #BDCE12; }

body .owl-carousel button.owl-dot span{
    width: 100%;
  height: 100%;
  display: block;
    border-radius: 50%;
  background-color: #839593;
}
@media(min-width: 900px) {
  body .owl-carousel button.owl-dot {
    margin-left: 5px;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  }
}
.generic-text {
  margin-top: 50px;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center; }
  .generic-text--important {
    text-align: left; }
  .generic-text.bg-gradient {
    margin-top: 0;
    margin-bottom: 0; }
  .generic-text.addpadding {
    padding-top: 50px;
    padding-bottom: 50px; }
  .generic-text.smallertext .generic-text__title h2 {
    font-size: 26px;
    color: #475251;
    font-weight: 700; }
  .generic-text.smallertext .generic-text__text p {
    font-size: 17px; }
  .generic-text.leaficon .generic-text__title h2 {
    padding-left: 30px;
    position: relative;
    display: inline-block; }
    .generic-text.leaficon .generic-text__title h2:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 25px;
      height: 100%;
      background-image: url("https://139613518.fs1.hubspotusercontent-eu1.net/hubfs/139613518/Graphics%20for%20website/Line.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
  .generic-text--greens {
    position: relative; }
    .generic-text--greens:before, .generic-text--greens:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 120px;
      height: 200px;
      background-image: url("https://139613518.fs1.hubspotusercontent-eu1.net/hubfs/139613518/Graphics%20for%20website/Subtract.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: top left;
      display: none; }
      @media (min-width: 767px) {
        .generic-text--greens:before, .generic-text--greens:after {
          display: block; } }
    .generic-text--greens:before {
      transform: rotate(180deg); }
    .generic-text--greens:after {
      left: auto;
      right: 0;
      top: 0;
      bottom: auto;
      background-position: top right; }
  .generic-text__title {
    margin-bottom: 15px; }
    .generic-text__title h2 {
      font-weight: 300;
      color: #5E8708; }
  .generic-text__text {
    margin-bottom: 20px; }
    .generic-text__text p {
      font-size: 16px;
      margin-bottom: 0; }
      @media (min-width: 767px) {
        .generic-text__text p {
          font-size: 20px; } }
  .generic-text__icons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
    margin-top: 40px; }
  .generic-text__icon-text {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center; }
    .generic-text__icon-text img {
      width: 65px;
      margin-right: 10px; }
    .generic-text__icon-text p {
      margin: 0;
      font-size: 26px;
      font-weight: 900; }
    @media (min-width: 767px) {
      .generic-text__icon-text {
        width: calc(50% - 20px); } }
    @media (min-width: 1024px) {
      .generic-text__icon-text {
        width: calc(25% - 20px);
        margin-bottom: 0px; } }

.casestudies {
  background-color: #F9FAF7;
  padding-top: 50px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 50px;
  position: relative; }
  @media (min-width: 767px) {
    .casestudies {
      padding-top: 75px;
      padding-bottom: 75px; } }
  .casestudies__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .casestudies__col {
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 767px) {
      .casestudies__col {
        width: calc(50% - 20px);
        margin-bottom: 0; } }
    @media (min-width: 1024px) {
      .casestudies__col--33 {
        width: calc(33.333333% - 20px); } }
    @media (min-width: 1024px) {
      .casestudies__col--66 {
        width: calc(66.666666% - 20px); } }
  .casestudies__item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px;
    padding-top: 200px;
    position: relative;
    height: 100%; }
    .casestudies__item:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #485251;
      background: linear-gradient(4deg, #485251 0%, rgba(217, 217, 217, 0) 100%); }
  .casestudies__company {
    margin-bottom: 10px;
    position: relative;
    z-index: 2; }
    .casestudies__company p {
      color: #fff;
      font-size: 17px;
      margin-bottom: 0;
      font-weight: 900;
      line-height: 1; }
  .casestudies__title {
    margin-bottom: 10px;
    position: relative;
    z-index: 2; }
    .casestudies__title p {
      color: #fff;
      font-size: 24px;
      font-weight: 900;
      line-height: 1;
      margin-bottom: 0; }
  .casestudies__controls {
    display: flex;
    align-items: center;
    margin-top: 20px; }
    .casestudies__controls a {
      opacity: 1;
      transition: all 0.3s ease; }
      .casestudies__controls a:hover {
        opacity: 0.7; }
    .casestudies__controls img {
      width: 45px; }
    .casestudies__controls p {
      font-size: 20px;
      margin: 0 12px; }
  .casestudies__view {
    position: relative;
    z-index: 2; }
    .casestudies__view a {
      color: #fff; }
  .casestudies .owl-stage {
    display: flex; }

.insights, .people {
  padding-top: 50px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 50px;
  position: relative; }
  @media (min-width: 767px) {
    .insights, .people {
      padding-top: 75px;
      padding-bottom: 75px; } }
  .insights .container, .people .container {
    padding: 0; }
  .insights-archive__filters, .people-archive__filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px; }
  .insights-archive__search, .people-archive__search {
    width: 100%;
    position: relative;
    margin-bottom: 20px; }
    @media (min-width: 767px) {
      .insights-archive__search, .people-archive__search {
        margin-bottom: 0;
        max-width: 300px; } }
    .insights-archive__search:after, .people-archive__search:after {
      position: absolute;
      right: 0;
      top: 0;
      width: 40px;
      height: 100%;
      content: '';
      background-color: #BDCE12;
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg height='512' viewBox='0 0 512 512' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle/%3E%3Cpath fill='white' d='M456.69,421.39,362.6,327.3a173.81,173.81,0,0,0,34.84-104.58C397.44,126.38,319.06,48,222.72,48S48,126.38,48,222.72s78.38,174.72,174.72,174.72A173.81,173.81,0,0,0,327.3,362.6l94.09,94.09a25,25,0,0,0,35.3-35.3ZM97.92,222.72a124.8,124.8,0,1,1,124.8,124.8A124.95,124.95,0,0,1,97.92,222.72Z'/%3E%3C/svg%3E");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 20px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
    .insights-archive__search input, .people-archive__search input {
      width: 100%;
      padding: 10px 15px;
      padding-right: 60px;
      border: 1px solid #BDCE12;
      border-radius: 5px;
      font-size: 16px;
      color: #839593; }
  .insights-archive__cat, .people-archive__cat {
    width: 100%;
    position: relative; }
    @media (min-width: 767px) {
      .insights-archive__cat, .people-archive__cat {
        margin-left: 30px;
        max-width: 300px; } }
    .insights-archive__cat:after, .people-archive__cat:after {
      position: absolute;
      right: 0;
      top: 0;
      width: 40px;
      height: 100%;
      content: '';
      background-color: #BDCE12;
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg class='feather feather-chevron-right' fill='none' height='24' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E");
      transform: rotate(90deg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 20px;
      border-top-right-radius: 5px;
      border-top-left-radius: 5px; }
    .insights-archive__cat select, .people-archive__cat select {
      padding: 10px 15px;
      padding-right: 60px;
      border: 1px solid #BDCE12;
      border-radius: 5px;
      font-size: 16px;
      color: #839593;
      height: auto;
      text-transform: capitalize; }
      .insights-archive__cat select option, .people-archive__cat select option {
        color: #839593; }
  .insights__wrapper, .people__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .insights__col, .people__col {
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 767px) {
      .insights__col, .people__col {
        width: auto;
        margin-bottom: 0; } }
  .insights--product .insights__item, .insights--product .people__item {
    height: 100%;
    display: flex;
    flex-direction: column; }
  .insights__image, .people__image {
    width: 100%;
    height: 200px; }
    .insights--product .insights__image, .insights--product .people__image {
      height: 180px; }
    .insights__image img, .people__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
      .insights--product .insights__image img, .insights--product .people__image img {
        width: auto !important;
        margin: 0 auto;
        height: 100%;
        object-fit: unset; }
  .insights__date, .people__date {
    margin-bottom: 10px;
    margin-top: 20px; }
    .insights__date p, .people__date p {
      color: #839593;
      font-size: 17px;
      margin-bottom: 0;
      line-height: 1; }
  .insights__carousel, .people__carousel {
    padding-top: 50px; }
  .insights__title, .people__title {
    margin-bottom: 10px;
    position: relative;
    z-index: 2; }
    .insights__title p, .people__title p {
      color: #3D4D1C;
      font-size: 24px;
      line-height: 1.4;
      margin-bottom: 0; }
    .insights--product .insights__title p, .insights--product .people__title p {
      color: #BDCE12;
      text-transform: uppercase;
      font-size: 18px;
      margin-bottom: 0; }
  .insights__lower, .people__lower {
    position: relative;
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between; }
  .insights__cat p, .people__cat p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.2;
    color: #475251; }
  .insights__enquire, .people__enquire {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2; }
    .insights__enquire svg, .people__enquire svg {
      width: 20px;
      transition: all 0.3s ease; }
    .insights__enquire .is-active svg path, .people__enquire .is-active svg path {
      fill: #5E8708; }
  .insights--product .insights__view a, .insights--product .people__view a {
    display: block; }
  .insights__text, .people__text {
    margin-bottom: 20px;
    max-width: 725px; }
    .insights__text p, .people__text p {
      font-size: 16px;
      margin-bottom: 0; }
      @media (min-width: 767px) {
        .insights__text p, .people__text p {
          font-size: 20px; } }
  .insights__view, .people__view {
    margin-bottom: 5px; }
  .insights .owl-stage, .people .owl-stage {
    display: flex; }
  .insights .owl-dots, .people .owl-dots {
    position: absolute;
    top: -10px;
    text-align: left !important;
    margin: 0 !important; }

.people__image {
  height: 300px;
  background-color: #FAFAF8;
  padding-top: 5px; }
  .people__image img {
    object-position: top; }

#management .people-archive__wrapper .people__item:nth-of-type(5) {
  order: 1; }

#management .people-archive__wrapper .people__item:nth-of-type(4) {
  order: 2; }

#management .people-archive__wrapper .people__item:nth-of-type(3) {
  order: 3; }

#management .people-archive__wrapper .people__item:nth-of-type(2) {
  order: 4; }

#management .people-archive__wrapper .people__item:nth-of-type(1) {
  order: 5; }

.people__buttons {
  display: flex; }
  .people__buttons a {
    margin-right: 10px;
    background-color: #F8F8F8;
    color: #839593;
    padding: 5px 15px;
    text-decoration: none;
    transition: all 0.3s ease; }
    .people__buttons a:hover {
      color: #F8F8F8;
      background-color: #839593; }
    .people__buttons a:last-child {
      margin-right: 0; }

.people__carousel {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between; }
  .people__carousel .people__item {
    width: 100%;
    margin-bottom: 20px;
    text-decoration: none;
    display: none; }
    .people__carousel .people__item:nth-of-type(1), .people__carousel .people__item:nth-of-type(2), .people__carousel .people__item:nth-of-type(3), .people__carousel .people__item:nth-of-type(4) {
      display: block; }
    @media (min-width: 767px) {
      .people__carousel .people__item {
        width: calc(50% - 20px);
        margin-bottom: 0; } }
    @media (min-width: 1024px) {
      .people__carousel .people__item {
        width: calc(25% - 20px); } }
    .people__carousel .people__item .people__image {
      height: 280px;
      background-color: #FAFAF8;
      padding-top: 5px; }
    .people__carousel .people__item .people__title {
      margin-bottom: 0; }
      .people__carousel .people__item .people__title p {
        margin-bottom: 0px;
        font-size: 26px;
        color: #475251;
        font-weight: 900; }
    .people__carousel .people__item .people__position p {
      margin-bottom: 0px;
      color: #475251;
      font-size: 16px; }
      @media (min-width: 767px) {
        .people__carousel .people__item .people__position p {
          font-size: 20px; } }

.logos {
  margin-top: 50px;
  margin-bottom: 50px; }
  .logos__title {
    text-align: center;
    margin-bottom: 20px; }
    .logos__title p {
      font-size: 20px;
      margin: 0; }
  .logos__logos {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center; }
  .logos__logo {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 450px) {
      .logos__logo {
        width: calc(50% - 20px); } }
    @media (min-width: 767px) {
      .logos__logo {
        width: calc(33.33333% - 20px); } }
    @media (min-width: 1024px) {
      .logos__logo {
        width: 150px;
        margin-right: 40px; } }
    .logos__logo img {
      margin: 0 auto; }
    .logos__logo:last-of-type {
      margin-right: 0; }

.cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .cards--padded {
    margin-top: 50px;
    margin-bottom: 50px; }
  .cards__item {
    width: 100%;
    margin-bottom: 20px;
    filter: drop-shadow(0px 4px 18px rgba(0, 0, 0, 0.16)); }
    @media (min-width: 767px) {
      .cards__item {
        width: calc(50% - 20px); } }
    @media (min-width: 1024px) {
      .cards__item {
        width: calc(25% - 20px);
        margin-bottom: 0; } }
  @media (min-width: 1024px) {
    .cards--3 .cards__item {
      width: calc(33.33333% - 20px);
      margin-bottom: 0; } }
  .cards--3 .cards__item-wrap {
    clip-path: polygon(0 0, 90% 0, 100% 17%, 100% 100%, 0 100%); }
    @media (min-width: 767px) {
      .cards--3 .cards__item-wrap {
        clip-path: polygon(0 0, 88% 0, 100% 17%, 100% 100%, 0 100%); } }
    @media (min-width: 1024px) {
      .cards--3 .cards__item-wrap {
        clip-path: polygon(0 0, 90% 0, 100% 14%, 100% 100%, 0 100%); } }
  @media (min-width: 767px) {
    .cards--2 .cards__item {
      width: calc(50% - 20px);
      margin-bottom: 0; } }
  @media (min-width: 1024px) {
    .cards--2 .cards__item {
      width: calc(50% - 20px); } }
  @media (min-width: 1024px) {
    .cards--2 .cards__item-wrap {
      clip-path: polygon(0 0, 85% 0, 100% 20%, 100% 100%, 0 100%); } }
  .cards__item-wrap {
    clip-path: polygon(0 0, 86% 0, 100% 21%, 100% 100%, 0 100%);
    background-color: #fff;
    padding: 15px;
    height: 100%; }
    @media (min-width: 767px) {
      .cards__item-wrap.hasbtn {
        position: relative;
        padding-bottom: 80px; } }
    @media (min-width: 767px) {
      .cards__item-wrap {
        clip-path: polygon(0 0, 85% 0, 100% 20%, 100% 100%, 0 100%); } }
    @media (min-width: 1024px) {
      .cards__item-wrap {
        clip-path: polygon(0 0, 85% 0, 100% 15%, 100% 100%, 0 100%); } }
  .cards__title {
    margin-bottom: 10px;
    text-align: center;
    margin-top: 15px; }
    .cards__title h3 {
      color: #5E8708;
      font-weight: 500;
      font-size: 24px;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-bottom: 0; }
  .cards__image img {
    width: 100%; }
  .cards__text {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    text-align: center; }
    .cards__text p {
      color: #475251;
      margin: 0; }
  .cards__button {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px; }
    @media (min-width: 767px) {
      .cards__button {
        position: absolute;
        left: 15px;
        bottom: 15px;
        width: calc(100% - 30px); } }

.icontexts {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .icontexts__item {
    width: 100%;
    margin-bottom: 20px;
    text-align: center; }
    @media (min-width: 767px) {
      .icontexts__item {
        width: calc(50% - 20px); } }
    @media (min-width: 1024px) {
      .icontexts__item {
        width: calc(25% - 20px);
        margin-bottom: 0; } }
  @media (min-width: 1024px) {
    .icontexts--5 .icontexts__item {
      width: calc(20% - 20px); } }
  @media (min-width: 1024px) {
    .icontexts--3 .icontexts__item {
      width: calc(33.333333% - 20px); } }
  .icontexts__image {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 15px; }
    .icontexts__image img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .icontexts__title {
    margin-bottom: 10px; }
    .icontexts__title h3 {
      font-size: 26px;
      font-weight: 700;
      margin-bottom: 0; }
  .icontexts__text p {
    margin-bottom: 0; }

.values {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #F9FAF7;
  position: relative; }
  .values:before, .values:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
    height: 200px;
    background-image: url("https://139613518.fs1.hubspotusercontent-eu1.net/hubfs/139613518/Graphics%20for%20website/Subtract.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    display: none; }
    @media (min-width: 767px) {
      .values:before, .values:after {
        display: block; } }
  .values:before {
    transform: rotate(180deg); }
  .values:after {
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    background-position: top right; }
  .values__title, .values__text {
    text-align: center; }
  .values__title h2 {
    margin-bottom: 20px; }
  .values__text {
    margin-bottom: 40px; }
    .values__text p {
      color: #475251;
      margin-bottom: 0;
      font-size: 16px; }
      @media (min-width: 767px) {
        .values__text p {
          font-size: 20px; } }
  .values__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .values__card {
    width: 100%;
    margin-bottom: 40px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
    padding: 20px; }
    @media (min-width: 767px) {
      .values__card {
        width: calc(50% - 20px);
        padding: 40px; } }
    .values__card-title {
      display: flex;
      align-items: center;
      margin-bottom: 20px; }
      .values__card-title img {
        width: 60px;
        margin-right: 10px; }
      .values__card-title h3 {
        margin-bottom: 0;
        font-size: 26px;
        color: #475251;
        font-weight: 900; }
    .values__card-text p {
      margin-bottom: 0; }

.hww {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #FCFCFC; }
  .hww__titlewrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center; }
  .hww__title-text {
    width: 100%;
    max-width: 600px; }
  .hww__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative; }
    @media (max-width: 767px) {
      .hww__wrapper {
        margin-top: 40px; } }
  .hww__arrow {
    display: none;
    position: absolute;
    left: 0;
    top: 0; }
    @media (min-width: 1200px) {
      .hww__arrow {
        display: block; } }
    .hww__arrow--1 {
      left: 17.5%;
      top: -2%; }
    .hww__arrow--2 {
      left: 45%;
      top: 48%; }
    .hww__arrow--3 {
      left: 68%;
      top: 14%; }
  .hww__card {
    width: 100%;
    margin-bottom: 40px; }
    @media (min-width: 767px) {
      .hww__card {
        width: calc(50% - 20px); } }
    @media (min-width: 1024px) {
      .hww__card {
        width: calc(25% - 20px);
        margin-bottom: 0; } }
    @media (max-width: 767px) {
      .hww__card--down {
        display: flex;
        flex-direction: column; } }
    @media (max-width: 767px) {
      .hww__card--down .hww__card-title {
        order: 2; } }
    @media (max-width: 767px) {
      .hww__card--down .hww__card-text {
        order: 3; } }
    @media (max-width: 767px) {
      .hww__card--down .hww__card-image {
        order: 1; } }
    .hww__card-title {
      margin-bottom: 15px; }
      .hww__card-title h3 {
        margin-bottom: 0;
        font-size: 26px;
        color: #475251;
        font-weight: 900; }
        @media (min-width: 1024px) {
          .hww__card-title h3 {
            font-size: 20px; } }
        @media (min-width: 1200px) {
          .hww__card-title h3 {
            font-size: 26px; } }
    .hww__card-text p {
      margin-bottom: 0; }
  .hww__card-image img {
    width: 60px; }
  .hww__card-image--top {
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .hww__card-image--top {
        margin-top: 0; } }
  .hww__card-image--bottom {
    margin-top: 20px; }

.faqs {
  margin-top: 50px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #9caaa8;
  position: relative; }
  @media (min-width: 1024px) {
    .faqs {
      margin-top: 0; } }
  .faqs.faqs--nobg {
    background-color: #fff; }
    .faqs.faqs--nobg:before {
      display: none; }
  .faqs.faqs--nospace .faqs__item {
    margin-bottom: 0;
    border-radius: 0;
    padding: 0;
    border-bottom: 1px solid #3D4D1C; }
    .faqs.faqs--nospace .faqs__item:last-of-type {
      border-bottom: 0; }
  .faqs.faqs--nospace .faqs__question {
    padding: 20px; }
  .faqs.faqs--nospace .faqs__answer {
    margin-top: 0;
    border-top: 1px solid #3D4D1C;
    padding: 20px;
    background-color: #F9FAF7; }
  .faqs.faqs--nospace .faqs__wrapper {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.15); }
  .faqs:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://139613518.fs1.hubspotusercontent-eu1.net/hubfs/139613518/patterngrad.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1; }
  .faqs__title {
    text-align: center;
    position: relative;
    z-index: 10; }
    .faqs__title h2 {
      color: #5e8708;
      margin-bottom: 40px; }
  .faqs__item {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    position: relative;
    z-index: 10;
    margin-bottom: 20px; }
    .faqs__item--first .faqs__answer {
      display: block; }
  .faqs__question {
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
width:100%;}
    .faqs__question.is-open img {
      transform: rotate(45deg); }
    .faqs__question:hover {
      text-decoration: none; }
    .faqs__question h3 {
      color: #5E8708;
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 0; }
    .faqs__question img {
      width: 20px;
      transform: rotate(0deg);
      transition: all 0.3s ease; }
  .faqs__answer {
    margin-top: 10px;
    display: none; }
    .faqs__answer p {
      color: #475251;
      font-weight: 15px; }
      .faqs__answer p:last-of-type {
        margin-bottom: 0; }

.careers__upper {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F9FAF7; }
  .careers__upper-wrap {
    width: 100%;
    max-width: 620px;
    padding: 0px 20px;
    text-align: center;
    margin: 0 auto; }
    .careers__upper-wrap h2 {
      margin-bottom: 20px; }
    .careers__upper-wrap p {
      margin-bottom: 30px; }

.careers__lower {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #839593; }
  .careers__lower p {
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    margin: 0;
    margin-bottom: 40px; }

.careers__form {
  width: 100%;
  max-width: 620px;
  padding: 0 20px;
  margin: 0 auto; }
  .careers__form form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .careers__form form ul {
      margin-bottom: 0; }
    .careers__form form .hs_submit {
      width: 100%;
      max-width: 200px;
      margin: 0 auto; }
    .careers__form form .hs-button {
      padding: 4px 25px;
      display: inline-block;
      color: #475251;
      background: #BDCE12;
      font-size: 16px;
      font-weight: 900;
      border-radius: 5px;
      transition: all 0.25s ease-in-out;
      text-decoration: none;
      text-align: center;
      border: 2px solid #BDCE12;
      box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.16);
      margin-top: 20px; }
      .careers__form form .hs-button:hover {
        color: #3D4D1C;
        text-decoration: none;
        background-color: #fff; }
    .careers__form form .hs_error_rollup ul {
      list-style-type: none; }
    .careers__form form .hs_error_rollup label {
      color: #fff; }
    .careers__form form .hs-richtext {
      color: #fff; }
      .careers__form form .hs-richtext * {
        color: #fff; }
    .careers__form form .form-columns-1 {
      width: 100%;
      max-width: none; }
      .careers__form form .form-columns-1 input, .careers__form form .form-columns-1 textarea {
        width: 100%; }
    .careers__form form .form-columns-2 {
      width: 100%;
      max-width: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .careers__form form .form-columns-2 .hs-form-field {
        width: 100% !important; }
        @media (min-width: 767px) {
          .careers__form form .form-columns-2 .hs-form-field {
            width: calc(50% - 5px) !important; } }
        .careers__form form .form-columns-2 .hs-form-field input {
          width: 100%; }
    .careers__form form .hs-form-field {
      width: 100%;
      margin-bottom: 20px; }
      .careers__form form .hs-form-field.hs_textarea {
        width: 100%; }
      .careers__form form .hs-form-field.hs_message {
        width: 100%; }
      .careers__form form .hs-form-field.hs-fieldtype-select .input {
        position: relative; }
        .careers__form form .hs-form-field.hs-fieldtype-select .input:after {
          content: '';
          width: 0;
          height: 0;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          border-top: 7px solid #fff;
          position: absolute;
          right: 12px;
          top: 18px; }
      .careers__form form .hs-form-field.hs-fieldtype-select select {
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 8px;
        color: #fff;
        padding-right: 20px; }
      .careers__form form .hs-form-field label {
        color: #fff; }
      .careers__form form .hs-form-field input, .careers__form form .hs-form-field textarea {
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 8px;
        width: 100% !important;
        color: #fff; }
      .careers__form form .hs-form-field .hs-form-booleancheckbox-display {
        display: flex;
        align-items: baseline;
        margin-top: 10px;
        margin-bottom: 10px; }
        .careers__form form .hs-form-field .hs-form-booleancheckbox-display input {
          width: 20px !important; }
        .careers__form form .hs-form-field .hs-form-booleancheckbox-display span {
          margin: 0; }

.enquiry__header {
  padding-top: 100px;
  padding-bottom: 100px;
  background: linear-gradient(358.48deg, rgba(72, 82, 81, 0.15) -16.15%, rgba(255, 255, 255, 0) 26.46%);
  position: relative; }
  .enquiry__header:before {
    content: '';
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://139613518.fs1.hubspotusercontent-eu1.net/hubfs/139613518/Brochures/Pattern%203@2x%201.png");
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    top: 0;
    opacity: 0.5; }
  .enquiry__header-text {
    width: 100%;
    max-width: 600px;
    position: relative;
    z-index: 10; }
    .enquiry__header-text h1 {
      color: #5E8708;
      margin-bottom: 20px; }
    .enquiry__header-text p {
      margin-bottom: 0; }
  .enquiry__header .breadcrumbs {
    transform: translateY(90px); }

.enquiry__form, .enquiry__edit {
  display: none; }

.enquiry__lower {
  padding-top: 80px; }

.enquiry__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.enquiry__sticky {
  position: sticky;
  top: 100px;
  padding: 20px;
  border-radius: 8px;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .enquiry__sticky {
      padding: 40px; } }
  .enquiry__sticky:before {
    background-image: url("https://139613518.fs1.hubspotusercontent-eu1.net/hubfs/139613518/Graphics%20for%20website/Pattern%205@2x%201.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1; }

.enquiry__edit ul {
  margin-left: 20px; }
  .enquiry__edit ul li {
    color: #fff;
    font-weight: 700; }

.enquiry__items {
  padding-top: 30px;
  border-top: 2px solid #BDCE12; }

.enquiry__left {
  width: 100%;
  margin-bottom: 40px; }
  @media (min-width: 767px) {
    .enquiry__left {
      width: calc(50% - 20px);
      margin-bottom: 0; } }
  @media (min-width: 1024px) {
    .enquiry__left {
      width: calc(50% - 40px); } }
  .enquiry__left form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .enquiry__left form ul {
      margin-bottom: 0; }
    .enquiry__left form .hs-button {
      margin-top: 20px;
      padding: 4px 25px;
      display: inline-block;
      color: #475251;
      background: #BDCE12;
      font-size: 16px;
      font-weight: 900;
      border-radius: 5px;
      transition: all 0.25s ease-in-out;
      text-decoration: none;
      text-align: center;
      border: 2px solid #BDCE12;
      box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.16); }
      .enquiry__left form .hs-button:hover {
        color: #3D4D1C;
        text-decoration: none;
        background-color: #fff; }
    .enquiry__left form .hs_error_rollup ul {
      list-style-type: none; }
    .enquiry__left form .hs_error_rollup label {
      color: #475251; }
    .enquiry__left form .form-columns-2,
    .enquiry__left form .form-columns-1 {
      width: 100% !important;
      max-width: none !important; }
    .enquiry__left form .form-columns-1 textarea {
      width: 100% !important; }
    .enquiry__left form .hs-fieldtype-booleancheckbox {
      margin-top: 15px;
      margin-bottom: 15px; }
      .enquiry__left form .hs-fieldtype-booleancheckbox input {
        margin-top: 7px; }
    .enquiry__left form .hs-form-field:not(.hs-fieldtype-booleancheckbox) {
      width: 100%;
      margin-bottom: 20px; }
      @media (min-width: 1024px) {
        .enquiry__left form .hs-form-field:not(.hs-fieldtype-booleancheckbox) {
          width: calc(50% - 20px); } }
      .enquiry__left form .hs-form-field:not(.hs-fieldtype-booleancheckbox).hs_textarea {
        width: 100%; }
      .enquiry__left form .hs-form-field:not(.hs-fieldtype-booleancheckbox).hs_message {
        width: 100%; }
      .enquiry__left form .hs-form-field:not(.hs-fieldtype-booleancheckbox) label {
        color: #475251; }
      .enquiry__left form .hs-form-field:not(.hs-fieldtype-booleancheckbox) input, .enquiry__left form .hs-form-field:not(.hs-fieldtype-booleancheckbox) textarea {
        background-color: transparent;
        border: 1px solid #475251;
        border-radius: 8px;
        color: #475251; }

.enquiry__right {
  width: 100%; }
  @media (min-width: 767px) {
    .enquiry__right {
      width: calc(50% - 20px); } }
  @media (min-width: 1024px) {
    .enquiry__right {
      width: calc(50% - 40px); } }
  .enquiry__right h2, .enquiry__right p, .enquiry__right li {
    color: #fff; }
  .enquiry__right ul {
    margin-top: 0;
    margin-bottom: 20px; }
  .enquiry__right h2 {
    margin-bottom: 20px; }
  .enquiry__right p {
    margin-bottom: 20px; }
  .enquiry__right a.btn {
    background-color: #fff;
    color: #3D4D1C;
    border-color: #3D4D1C; }
    .enquiry__right a.btn:hover {
      background-color: #3D4D1C;
      color: #fff; }

.enquiry__remove {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 30px;
  height: 30px;
  transform: rotate(45deg); }
  .enquiry__remove img {
    width: 100%; }

.enquiry__item {
  display: flex;
  padding-right: 50px;
  position: relative;
  margin-bottom: 40px; }
  .enquiry__item-image {
    width: 60px;
    height: 60px;
    margin-right: 10px; }
    @media (min-width: 1024px) {
      .enquiry__item-image {
        width: 112px;
        height: 112px;
        margin-right: 20px; } }
    .enquiry__item-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .enquiry__item-title {
    flex: 1;
    margin-right: 20px; }
    .enquiry__item-title h3 {
      margin-bottom: 10px;
      color: #475251;
      font-size: 22px;
      font-weight: 700; }
    .enquiry__item-title p {
      color: #475251;
      font-size: 16px;
      margin-bottom: 0; }
  .enquiry__item-sku {
    min-width: 100px; }
    .enquiry__item-sku p {
      margin-bottom: 0;
      color: #475251;
      font-size: 16px; }

.hs_wishlist_products {
  opacity: 0;
  max-height: 0;
  margin: 0 !important;
  pointer-events: none; }

.people-archive__links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .people-archive__links a {
    display: block;
    margin-right: 15px;
    background-color: #F8F8F8;
    padding: 8px 15px;
    color: #839593;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-bottom: 15px; }
    .people-archive__links a:hover {
      background-color: #839593;
      color: #F8F8F8; }
    .people-archive__links a:last-child {
      margin-right: 0; }

.people-archive__section {
  margin-top: 50px;
  margin-bottom: 50px; }

.people-archive__text {
  width: 100%;
  max-width: 600px; }

.people-archive .people__item {
  width: 100%;
  margin-bottom: 20px;
  width: calc(50% - 20px); }
  @media (min-width: 767px) {
    .people-archive .people__item {
      width: calc(50% - 20px);
      margin-right: 10px;
      margin-left: 10px; } }
  @media (min-width: 1024px) {
    .people-archive .people__item {
      width: calc(25% - 20px);
      margin-bottom: 40px; } }
  .people-archive .people__item .people__image {
    margin-bottom: 10px; }
  .people-archive .people__item .people__title {
    margin-bottom: 0; }

.people-archive__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (min-width: 767px) {
    .people-archive__wrapper {
      margin: 0 -10px;
      justify-content: flex-start; } }

.testimonials-archive__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.testimonials-archive__item {
  background-color: #e6eae9;
  padding-top: 50px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 50px;
  position: relative;
  width: 100%;
  margin-bottom: 40px; }
  @media (min-width: 767px) {
    .testimonials-archive__item {
      padding-top: 75px;
      padding-bottom: 75px;
      width: calc(50% - 20px); } }
  .testimonials-archive__item:before, .testimonials-archive__item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 120px;
    background-image: url("https://139613518.fs1.hubspotusercontent-eu1.net/hubfs/139613518/Graphics%20for%20website/speechup.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    display: none; }
    @media (min-width: 767px) {
      .testimonials-archive__item:before, .testimonials-archive__item:after {
        display: block; } }
  .testimonials-archive__item:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    background-position: bottom right;
    background-image: url("https://139613518.fs1.hubspotusercontent-eu1.net/hubfs/139613518/Graphics%20for%20website/speechdown.svg"); }

.testimonials-archive__accred {
  margin-top: 20px;
  text-align: center; }
  .testimonials-archive__accred p {
    margin: 0;
    color: #839593;
    font-weight: 900; }

.testimonials-archive__text {
  text-align: center; }
  .testimonials-archive__text p {
    margin: 0;
    font-size: 16px;
    color: #839593;
    line-height: 1.5; }
    @media (min-width: 767px) {
      .testimonials-archive__text p {
        font-size: 20px; } }

.product-nav {
  background-color: #3D4D1C;
  position: fixed;
  top: 125px;
  right: 0;
  transform: translateX(100%);
  z-index: 1000;
  transition: all 0.3s ease; }
  .product-nav.is-open {
    transform: translateX(0); }
  @media (min-width: 767px) {
    .product-nav {
      top: 174px; } }
  @media (min-width: 1200px) {
    .product-nav {
      display: block;
      position: static;
      transform: none; } }
  .product-nav__nav ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    justify-content: center; }
    .product-nav__nav ul > li {
      width: 100%;
      margin-bottom: 20px;
      padding-top: 5px;
      padding-bottom: 5px; }
      @media (min-width: 1200px) {
        .product-nav__nav ul > li {
          width: auto;
          margin-right: 20px;
          margin-bottom: 0; } }
      .product-nav__nav ul > li a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        font-weight: 700; }
      .product-nav__nav ul > li:hover ul {
        opacity: 1;
        z-index: 100; }
      .product-nav__nav ul > li ul {
        padding: 20px;
        padding-bottom: 0;
        justify-content: center !important; }
        @media (min-width: 1200px) {
          .product-nav__nav ul > li ul {
            padding: 40px;
            padding-bottom: 20px;
            background-color: #839593; } }
        .product-nav__nav ul > li ul .container {
          width: 100%;
          max-width: 1000px;
          margin: 0 auto;
          padding: 0; }
          @media (min-width: 1200px) {
            .product-nav__nav ul > li ul .container {
              display: flex;
              flex-wrap: wrap;
              margin: 0 -20px; } }
        @media (min-width: 1200px) {
          .product-nav__nav ul > li ul {
            position: absolute;
            left: 0;
            top: 190px;
            width: 100%;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            opacity: 0;
            z-index: -1; } }
        .product-nav__nav ul > li ul li {
          margin-bottom: 20px; }
          @media (max-width: 1200px) {
            .product-nav__nav ul > li ul li:last-of-type {
              margin-bottom: 0; } }
          @media (min-width: 1200px) {
            .product-nav__nav ul > li ul li {
              width: calc(20% - 40px);
              margin: 0 20px;
              margin-bottom: 20px;
              opacity: 1;
              transition: all 0.3s ease; } }
          @media (min-width: 1200px) {
            .product-nav__nav ul > li ul li:hover {
              opacity: 0.7; } }
          .product-nav__nav ul > li ul li img {
            display: none; }
            @media (min-width: 1200px) {
              .product-nav__nav ul > li ul li img {
                display: block; } }
          .product-nav__nav ul > li ul li p {
            font-weight: 700;
            margin-bottom: 0; }

.product-hero__wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%; }
  @media (min-width: 1024px) {
    .product-hero__wrapper {
      padding-top: 150px;
      padding-bottom: 200px;
      max-width: 550px; } }

@media (min-width: 1024px) {
  .product-hero .owl-dots {
    position: absolute;
    left: 0;
    bottom: 130px;
    width: 100%; } }

.product-hero .owl-dots button.owl-dot {
  width: 16px;
  height: 16px;
  background-color: #3D4D1C;
  margin-left: 10px;
  margin-right: 10px;
  position: relative; }
  .product-hero .owl-dots button.owl-dot:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 26px;
    height: 26px;
    background-color: transparent;
    border: 1px solid #5E8708;
    opacity: 0;
    border-radius: 50%;
    transition: all 0.3s ease; }
  .product-hero .owl-dots button.owl-dot.active {
    position: relative;
    background-color: #BDCE12; }
    .product-hero .owl-dots button.owl-dot.active:before {
      opacity: 1; }

.product-hero .owl-nav {
  position: absolute;
  left: 20px;
  top: 10%;
  width: calc(100% - 40px);
  justify-content: space-between;
  display: none; }
  @media (min-width: 1024px) {
    .product-hero .owl-nav {
      width: calc(100% - 150px);
      display: flex;
      left: 75px; } }
  @media (min-width: 1200px) {
    .product-hero .owl-nav {
      top: 50%;
      transform: translateY(-50%); } }
  .product-hero .owl-nav span {
    display: none; }
  .product-hero .owl-nav .owl-next, .product-hero .owl-nav .owl-prev {
    width: 40px !important;
    height: 40px !important;
    background-image: url("https://139613518.fs1.hubspotusercontent-eu1.net/hubfs/139613518/Polygon%2012.svg") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important; }
  .product-hero .owl-nav .owl-next {
    background-image: url("https://139613518.fs1.hubspotusercontent-eu1.net/hubfs/139613518/Polygon%2013.svg") !important; }

.product-hero__title h1 {
  color: #5E8708;
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .product-hero__title h1 {
      font-size: 55px; } }

.product-hero__btn {
  margin-top: 20px; }

.product-hero__text p, .product-hero__text span, .product-hero__text li, .product-hero__text a {
  color: #3D4D1C;
  font-size: 20px;
  margin-bottom: 0; }

.product-hero__slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.product-hero-card {
  z-index: 10;
  position: relative;
  margin-top: 40px; }
  @media (min-width: 767px) {
    .product-hero-card {
      margin-top: 0; } }
  @media (min-width: 1024px) {
    .product-hero-card {
      margin-top: 0;
      transform: translateY(-100px);
      margin-bottom: -80px; } }
  .product-hero-card h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px; }

.product-hero-card__card-image {
  width: 100%;
  height: 200px; }
  .product-hero-card__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.product-hero-card__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

@media (min-width: 767px) {
  .product-hero-card__card-wrap {
    display: flex;
    flex-direction: column;
    height: 100%; } }

.product-hero-card__card {
  width: 100%;
  margin-bottom: 40px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.16); }
  @media (min-width: 767px) {
    .product-hero-card__card {
      width: calc(50% - 20px); } }
  @media (min-width: 1024px) {
    .product-hero-card__card {
      width: calc(25% - 20px);
      margin-bottom: 0; } }

.product-hero-card__card-title h3 {
  font-size: 20px;
  font-weight: 700;
  color: #5E8708;
  margin-bottom: 20px; }

.product-hero-card__card-content {
  padding: 20px;
  background-color: #fff; }
  @media (min-width: 767px) {
    .product-hero-card__card-content {
      flex: 1;
      display: flex;
      flex-direction: column; } }

.product-hero-card__card-btn {
  margin-top: 20px; }
  @media (min-width: 767px) {
    .product-hero-card__card-btn {
      flex: 1;
      display: flex;
      align-items: flex-end; } }

.product-hero-card__card-text * {
  color: #475251;
  font-size: 15px;
  font-weight: 700; }

.product-hero-card__card-text p {
  margin-bottom: 10px; }

.product-hero-card__card-text a {
  text-decoration: none; }

.products-cat__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  @media (min-width: 767px) {
    .products-cat__wrap {
      margin: 0 -10px; } }
  @media (min-width: 1024px) {
    .products-cat__wrap {
      margin: 0 -20px; } }

.products-cat__item {
  width: 100%;
  margin-bottom: 40px;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.16); }
  .products-cat__item--oos {
    display: none !important; }
  @media (min-width: 767px) {
    .products-cat__item {
      width: calc(50% - 20px);
      display: flex;
      flex-direction: column;
      margin-left: 10px;
      margin-right: 10px; } }
  @media (min-width: 1024px) {
    .products-cat__item {
      width: calc(25% - 40px);
      margin-left: 20px;
      margin-right: 20px; } }

.products-cat__overall-lower-wrap {
  background-color: #F9FAF7;
  padding-top: 40px; }

.products-cat__title {
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
  margin-top: 5px; }
  .products-cat__title p {
    color: #5E8708;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 0; }

.products-cat__enquire {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2; }
  .products-cat__enquire svg {
    width: 20px;
    transition: all 0.3s ease; }
  .products-cat__enquire .is-active svg path {
    fill: #5E8708; }

.products-cat__lower {
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between; }

.products-cat__cat p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.2;
  color: #475251; }

.products-cat__image {
  width: 100%;
  height: 200px;
  background-color: #fff; }
  .products-cat__image img {
    width: auto;
    height: 100%;
    margin: 0 auto; }

.products-cat__view a {
  display: block; }

.products-cat__hero {
  padding-top: 50px;
  padding-bottom: 30px; }
  .products-cat__hero .breadcrumbs {
    margin-bottom: 20px; }
  .products-cat__hero h1 {
    margin-bottom: 40px; }

.products-cat__categories {
  display: flex;
  flex-wrap: wrap; }
  .products-cat__categories a {
    color: #475251;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #fff; }
    .products-cat__categories a:hover {
      color: #fff;
      background-color: #3D4D1C; }

.pages {
  justify-content: flex-start;
  margin-bottom: 40px;
  flex-wrap: wrap; }
  @media (min-width: 767px) {
    .pages {
      justify-content: flex-end; } }
  .pages p {
    width: 100%; }
    @media (min-width: 767px) {
      .pages p {
        width: auto; } }

.pages, .pagination, .pagination__pages {
  display: flex;
  align-items: center; }
  .pages p, .pagination p, .pagination__pages p {
    margin-bottom: 0;
    margin-right: 20px; }
  .pages a, .pagination a, .pagination__pages a,.pages button, .pagination button, .pagination__pages button {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #475251;
    border: 1px solid #839593;
    border-right: none;
    transition: all 0.3s ease; }
    .pages a.active, .pages a:hover, .pagination a.active, .pagination a:hover, .pagination__pages a.active, .pagination__pages a:hover,.pages button.active, .pages button:hover, .pagination button.active, .pagination button:hover, .pagination__pages button.active, .pagination__pages button:hover {
      background-color: #839593;
      color: #fff; }
  .pages a.next, .pagination a.next, .pagination__pages a.next,   .pages button.next, .pagination button.next, .pagination__pages button.next  {
    border-right: 1px solid #839593; }

@media(max-width: 900px) {
  .pagination a, .pagination button {
    width:40px;
    height:40px;
  }
}

.pagination__pages {
  display: none; }

.product-page {
  padding-top: 30px; }
  .product-page__wrapper {
    padding-top: 30px;
    padding-bottom: 50px; }
  .product-page__related, .product-page__alternatives {
    padding-top: 50px;
    padding-bottom: 50px; }
    .product-page__related h2, .product-page__alternatives h2 {
      margin-bottom: 40px; }
  .product-page__related {
    background-color: #F9FAF7; }
  .product-page__title h1 {
    color: #5E8708; }
  .product-page__downloads {
    margin-top: 40px; }
    .product-page__downloads h3 {
      font-weight: 300; }
    .product-page__downloads-wrap {
      display: flex;
      flex-wrap: wrap;
      margin-top: 20px; }
    .product-page__downloads a {
      color: #475251;
      font-weight: 700;
      padding-left: 40px;
      position: relative;
      margin-right: 20px;
      margin-bottom: 20px; }
      .product-page__downloads a:hover {
        text-decoration: none; }
      .product-page__downloads a:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 40px;
        background-image: url("https://139613518.fs1.hubspotusercontent-eu1.net/hubfs/139613518/Brochures/download.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%; }
  .product-page__desc {
    margin-bottom: 40px; }
    .product-page__desc ul {
      margin-top: 20px;
      margin-bottom: 20px;
      margin-left: 20px; }
  .product-page__wrapper, .product-page__related-wrap, .product-page__alternatives-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    @media (min-width: 767px) {
      .product-page__wrapper, .product-page__related-wrap, .product-page__alternatives-wrap {
        margin: 0 -10px; } }
    @media (min-width: 1024px) {
      .product-page__wrapper, .product-page__related-wrap, .product-page__alternatives-wrap {
        margin: 0 -20px; } }
    .product-page__wrapper .products-cat__item, .product-page__related-wrap .products-cat__item, .product-page__alternatives-wrap .products-cat__item {
      margin-bottom: 40px; }
      @media (min-width: 767px) {
        .product-page__wrapper .products-cat__item, .product-page__related-wrap .products-cat__item, .product-page__alternatives-wrap .products-cat__item {
          width: calc(50% - 20px);
          margin-left: 10px;
          margin-right: 10px; } }
      @media (min-width: 1024px) {
        .product-page__wrapper .products-cat__item, .product-page__related-wrap .products-cat__item, .product-page__alternatives-wrap .products-cat__item {
          width: calc(25% - 40px);
          margin-left: 20px;
          margin-right: 20px; } }
  .product-page__wrapper {
    justify-content: space-between; }
  .product-page__image {
    width: 100%;
    margin-bottom: 40px; }
    @media (min-width: 767px) {
      .product-page__image {
        width: calc(50% - 20px);
        margin-bottom: 0; } }
    @media (min-width: 1024px) {
      .product-page__image {
        width: calc(40% - 20px);
        margin-bottom: 0; } }
  .product-page__info {
    width: 100%; }
    @media (min-width: 767px) {
      .product-page__info {
        width: calc(50% - 20px); } }
    @media (min-width: 1024px) {
      .product-page__info {
        width: calc(60% - 20px); } }
  .product-page__add {
    display: flex;
    flex-wrap: wrap;gap: 10px; }
    .product-page__add a.addto {
      margin-right: 10px; }
    .product-page__add a.viewenquiry {
      display: none;
      font-size: 20px; }
    .product-page__add span {
      font-size: 20px; }
      .product-page__add span:before {
        content: 'Add to Enquiry'; }
    .product-page__add a.is-active span:before {
      content: 'Remove from Enquiry'; }
    .product-page__add p.viewenquirytext {
      display: none;
      width: 100%;
      margin-top: 10px;
      color: green;
      font-weight: 700; }
    .product-page__add p.outofstock {
      width: 100%;
      margin-top: 10px;
      color: #3D4D1C;
      font-weight: 700; }

.productsearch__hero {
  padding-top: 50px;
  padding-bottom: 50px; }

.productsearch__title {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap; }
  .productsearch__title h1 {
    color: #5E8708;
    margin-bottom: 0; }
  .productsearch__title p {
    margin-left: 20px;
    margin-bottom: 0; }

.products-cat__item--sustainable {
  position: relative;
/*   display: none !important; */
}

.products-cat__item--sustainable::before {
    content: 'Sustainable';
    position: absolute;
    top: 10px;
    left: 10px;
    color: #005524;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    background-color: #88C4001A;
    border: 1px solid #88C400;
    border-radius: 50px;
    padding: 5px 10px;
    padding-left: 35px;
    z-index: 1;
    background-image: url('https://139613518.fs1.hubspotusercontent-eu1.net/hubfs/139613518/leaves%202%20%281%29.png');
    background-size: 20px;
    background-position: 10px center;
    background-repeat: no-repeat;
}



.hero__preimage {
 width: 100%;
  max-width: 160px;
  max-height: 60px;
  margin: 0 auto;
  margin-bottom: 20px;
}


.hero__preimage img {
 width: 100%;
  height: 100%;
  object-fit: contain;
}

.sustainabilitytabs__tabs {
	 display: flex;
	 gap: 10px;
  display: none;
}
@media(min-width: 768px){
.sustainabilitytabs__tabs {
  display: flex; 
}
  .hero__preimage {
  margin: 0;
    margin-bottom: 20px;
}
}
 .sustainabilitytabs__tab {
	 display: block;
	 padding: 10px 20px;
	 border: 2px solid #839593;
   border-bottom: none;
	 border-top-left-radius: 5px;
	 border-top-right-radius: 5px;
	 text-decoration: none;
	 color: #839593;
	 font-weight: 600;
	 font-size: 16px;
	 cursor: pointer;
}
 .sustainabilitytabs__tab.active {
	 background-color: #bdce12;
	 color: #475251;
}

 .sustainabilitytabs__content-item {
   padding: 10px 20px;
   border: 2px solid #839593;
   border-radius: 10px;
   margin-bottom: 20px;
}

@media(max-width: 768px){
 .sustainabilitytabs__content-item {
  display: block !important;
}
}

@media(min-width: 768px){
 .sustainabilitytabs__content-item {
  display: none; 
  border-top-left-radius: 0;
   margin-bottom: 0;
}
   .sustainabilitytabs__content-item h3 {
      display: none; 
  }
}

 .sustainabilitytabs__content-item p {
  margin-bottom: 0;  
}
 
li.ticklist {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    list-style: none;
    margin-left: -20px;
  }
  .desktoponly {
  display: none;
}
@media(min-width: 768px) {
.mobileonly {
  display: none;
}
  .desktoponly {
  display: block;
}
}

li.ticklist::before {
      content: "✔";
      position: absolute;
      left: 0;
      top: 0;
      color: #475251;
      font-weight: bold;
    }