html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

td {
  border: 1px solid #000000;
  padding: 5px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  -webkit-tap-highlight-color: transparent;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
}

html.html {
  margin-top: 0 !important;
}

body {
  color: #000000;
  font-family: "Inter", serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.4;
  margin-top: 90px;
}

#wpadminbar {
  bottom: 0;
  position: fixed;
  top: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  line-height: 1.4;
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
}
img.aligncenter {
  display: block;
  margin: 0 auto 10px auto;
}
img.alignleft {
  display: block;
  margin: 0 auto 10px auto;
  text-align: left;
}
img.alignright {
  display: block;
  margin: 0 auto 10px auto;
  text-align: right;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

ul {
  list-style-type: disc;
  margin: 10px 0 10px 15px;
}
ul li {
  margin-bottom: 5px;
}

ol {
  list-style-type: decimal;
  margin: 10px 0 10px 15px;
}
ol li {
  margin-bottom: 5px;
}

blockquote {
  background: #000000;
  color: #FFFFFF;
  font-size: 20px;
  line-height: normal;
  margin: 30px 0;
  padding: 30px 40px;
  text-align: center;
}
blockquote p {
  margin-bottom: 0;
}

a {
  color: #8CC63F;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
a:hover, a:active, a:focus {
  color: #000000;
  text-decoration: none;
}
a.link {
  background: #8CC63F;
  border: 1px solid #8CC63F;
  border-radius: 8px;
  color: #FFFFFF;
  display: inline-block;
  font-family: "Roboto", serif;
  font-weight: 600;
  padding: 8px 18px;
  text-align: center;
}
a.link:hover {
  background: #FFFFFF;
  border-color: #8CC63F;
  color: #8CC63F;
}
a.link.clear {
  background: transparent;
  color: #8CC63F;
}
a.link.clear:hover {
  background: #8CC63F;
  color: #FFFFFF;
}

#cookie-notice .button.bootstrap {
  background-color: #FFFFFF;
  background-image: none;
  border: 0;
  color: #000;
}

#cookie-notice .button.bootstrap:hover,
#cookie-notice .button.bootstrap:focus {
  background-color: #FFFFFF;
  color: #000;
}

.wrapper {
  padding-left: 30px;
  padding-right: 30px;
}

.animation-element {
  opacity: 0;
}

.animation-element.in-view {
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}

.green-text {
  color: #8CC63F;
}

.regular-font-weight {
  font-weight: 400;
}

@media (min-width: 768px) {
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 32px;
  }
  .wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 40px;
  }
  body {
    font-size: 16px;
    margin-top: 115px;
  }
  .wrapper {
    max-width: 970px;
  }
}
@media (min-width: 1300px) {
  a.link {
    padding: 11px 26px;
  }
  h1 {
    font-size: 83px;
  }
  h2 {
    font-size: 56px;
  }
  h3 {
    font-size: 24px;
  }
  .wrapper {
    max-width: 1230px;
  }
}
form.wpcf7-form label {
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  width: 100%;
}
form.wpcf7-form input[type=text],
form.wpcf7-form input[type=email],
form.wpcf7-form input[type=number],
form.wpcf7-form textarea {
  background: #8CC63F;
  border: 0;
  border-radius: 8px;
  color: #FFFFFF;
  height: 30px;
  margin-bottom: 15px;
  margin-top: 5px;
  outline-color: #000000;
  outline-style: solid;
  outline-width: 0;
  padding-left: 15px;
  width: 100%;
}
form.wpcf7-form input[type=text]:focus,
form.wpcf7-form input[type=email]:focus,
form.wpcf7-form input[type=number]:focus,
form.wpcf7-form textarea:focus {
  border: 0;
  outline-color: #FFFFFF;
  outline-width: 1px;
}
form.wpcf7-form textarea {
  height: 80px;
  margin-top: 5px;
  padding-top: 10px;
}
form.wpcf7-form .submit-button {
  position: relative;
}
form.wpcf7-form .submit-button .wpcf7-spinner {
  left: 0;
  position: absolute;
  top: 10px;
}
form.wpcf7-form input[type=submit] {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  color: #528212;
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin: -15px auto 0 auto;
  padding: 11.5px 15px 11.5px 15px;
  text-align: center;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 100%;
}
form.wpcf7-form input[type=submit]:focus {
  outline-width: 0;
}
form.wpcf7-form input[type=submit]:hover {
  background: #3A3A3A;
  border-color: #3A3A3A;
  color: #FFFFFF;
}
form.wpcf7-form ::-webkit-input-placeholder {
  color: #FFFFFF;
}
form.wpcf7-form :-moz-placeholder {
  color: #FFFFFF;
}
form.wpcf7-form ::-moz-placeholder {
  color: #FFFFFF;
}
form.wpcf7-form :-ms-input-placeholder {
  color: #FFFFFF;
}
form.wpcf7-form span.wpcf7-not-valid-tip {
  color: #ffaf5f;
  margin-top: -10px;
  padding: 10px 0;
  text-align: left;
}
form.wpcf7-form div.wpcf7-validation-errors,
form.wpcf7-form div.wpcf7-spam-blocked {
  border: 0;
  display: inline-block;
  padding: 0;
  text-align: left;
}
form.wpcf7-form div.wpcf7-mail-sent-ok {
  border: 0;
  display: inline-block;
  padding: 0;
}
form.wpcf7-form div.wpcf7-mail-sent-ng,
form.wpcf7-form div.wpcf7-aborted {
  border: 0;
  display: inline-block;
  padding: 0;
}
form.wpcf7-form div.wpcf7-response-output {
  border: 0;
  color: #ffaf5f;
  line-height: 1;
  margin: 10px 0 0 0;
  padding: 0;
  text-align: left;
  width: 100%;
}

@media (min-width: 992px) {
  form.wpcf7-form input[type=text],
  form.wpcf7-form input[type=email],
  form.wpcf7-form input[type=number] {
    height: 42px;
    margin-bottom: 20px;
    margin-top: 8px;
  }
  form.wpcf7-form textarea {
    height: 100px;
    margin-top: 8px;
  }
}
header.header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000000;
  -webkit-box-shadow: 0 0 0 0 #000000;
          box-shadow: 0 0 0 0 #000000;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 90px;
  padding: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
  z-index: 9999;
}
header.header .wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header.header .wrapper .logo {
  float: left;
}
header.header .wrapper .logo img {
  max-width: 150px;
}
header.header .wrapper nav.menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
header.header .wrapper nav.menu ul {
  display: inline-block;
  float: left;
  list-style-type: none;
  margin: 0 auto;
  padding: 8px 0 10px 0;
  width: 100%;
}
header.header .wrapper nav.menu ul li {
  float: left;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  text-align: center;
  width: 100%;
}
header.header .wrapper nav.menu ul li a {
  color: #FFFFFF;
  display: block;
  padding: 15px 15px;
  text-decoration: none;
}
header.header .wrapper nav.menu ul li.contact-link a {
  background: #8CC63F;
  border: 1px solid #8CC63F;
  border-radius: 8px;
  color: #FFFFFF;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 10px 30px;
}
header.header .wrapper nav.menu ul li.contact-link:hover a {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #8CC63F;
}
header.header .wrapper nav.menu ul li.account-link a {
  border: 1px solid #8CC63F;
  border-radius: 8px;
  color: #8CC63F;
  display: inline-block;
  padding: 10px 30px 10px 70px;
  position: relative;
}
header.header .wrapper nav.menu ul li.account-link a:hover {
  background: #FFFFFF;
  border-color: #FFFFFF;
}
header.header .wrapper nav.menu ul li.account-link a:before {
  background-image: url("../images/account-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 30px;
  left: 30px;
  position: absolute;
  top: 7px;
  width: 30px;
}
header.header .wrapper nav.menu ul li > ul.sub-menu {
  display: none;
  list-style: none;
  position: absolute;
  margin-top: 0;
  max-height: 1000px !important;
  padding-bottom: 15px;
  padding-left: 0;
  position: static;
  top: 70px;
  width: 100%;
  z-index: 99;
}
header.header .wrapper nav.menu ul li > ul.sub-menu > li {
  border-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 500;
  margin-bottom: 0;
  width: 100%;
}
header.header .wrapper nav.menu ul li > ul.sub-menu > li a {
  padding: 15px 30px 15px 50px;
  position: relative;
  width: 100%;
  z-index: 2;
}
header.header .wrapper nav.menu ul li > ul.sub-menu > li a:hover {
  text-decoration: none;
}
header.header .wrapper nav.menu ul li > ul.sub-menu > li > ul.sub-menu {
  background: #8CC63F;
}
header.header .wrapper nav.menu ul li > ul.sub-menu > li > ul.sub-menu a {
  color: #000000;
}
header.header .wrapper nav.menu ul li span {
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: 30px;
  top: 18px;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 20px;
  z-index: 9;
}
header.header .wrapper nav.menu ul li span:before {
  background-image: url("../images/down-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  color: #FFFFFF;
  content: "";
  height: 12px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(0deg) translate(-50%, -50%);
          transform: rotate(0deg) translate(-50%, -50%);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 20px;
}
header.header .wrapper nav.menu ul li span.active:before {
  -webkit-transform: rotate(180deg) translate(-50%, -50%);
          transform: rotate(180deg) translate(-50%, -50%);
}
header.header .wrapper nav.menu ul li:hover {
  max-height: 1000px;
}
header.header .wrapper nav.menu ul li:hover > ul.sub-menu {
  max-height: 500px;
  opacity: 1;
}
header.header .wrapper nav.menu.active {
  background: #3A3A3A;
  height: calc(100vh - 90px);
  opacity: 1;
  top: 90px;
  visibility: visible;
}
header.header .wrapper nav.menu.active ul li a {
  color: #FFFFFF;
}
header.header .wrapper nav.menu.active ul li a:hover {
  color: #8CC63F;
}
header.header .wrapper .hamburger .line {
  background-color: #FFFFFF;
  display: block;
  height: 3px;
  margin: 7px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 29px;
}
header.header .wrapper .hamburger.is-active .line:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-7px, 5.5px);
          transform: rotate(-45deg) translate(-7px, 5.5px);
}
header.header .wrapper .hamburger.is-active .line:nth-child(2) {
  opacity: 0;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
header.header .wrapper .hamburger.is-active .line:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-8px, -7.5px);
          transform: rotate(45deg) translate(-8px, -7.5px);
}
header.header .wrapper .hamburger:hover {
  cursor: pointer;
}

@media (min-width: 992px) {
  header.header {
    height: 115px;
    padding: 0 0 0 0;
  }
  header.header .wrapper nav.menu {
    display: block;
    float: left;
    height: auto;
    opacity: 1;
    position: relative;
    top: 0;
    visibility: visible;
    width: auto;
    z-index: 9;
  }
  header.header .wrapper nav.menu ul {
    margin: 0;
    padding: 0;
  }
  header.header .wrapper nav.menu ul li {
    font-size: 12px;
    margin-bottom: 0;
    width: auto;
  }
  header.header .wrapper nav.menu ul li a {
    color: #FFFFFF;
    padding: 6px 10px 8px 10px;
  }
  header.header .wrapper nav.menu ul li a:hover {
    color: #8CC63F;
  }
  header.header .wrapper nav.menu ul li.contact-link {
    margin-left: 10px;
  }
  header.header .wrapper nav.menu ul li.contact-link a {
    margin-bottom: 0;
    margin-top: 0;
    padding: 6px 15px 8px 15px;
  }
  header.header .wrapper nav.menu ul li.account-link {
    margin-left: 15px;
  }
  header.header .wrapper nav.menu ul li.account-link a {
    padding: 6px 15px 8px 42px;
  }
  header.header .wrapper nav.menu ul li.account-link a:before {
    height: 20px;
    left: 15px;
    top: 6px;
    width: 20px;
  }
  header.header .wrapper nav.menu ul li > ul.sub-menu {
    background: #8CC63F;
    display: block;
    left: 0;
    margin-left: -30px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    visibility: hidden;
    width: 220px;
  }
  header.header .wrapper nav.menu ul li > ul.sub-menu > li {
    border-bottom: 0;
    float: none;
  }
  header.header .wrapper nav.menu ul li > ul.sub-menu > li a {
    color: #FFFFFF;
    height: auto;
    padding: 15px 20px 15px 20px;
    width: 100%;
  }
  header.header .wrapper nav.menu ul li > ul.sub-menu > li a:hover {
    background: #F5F5F5;
    color: #8CC63F;
  }
  header.header .wrapper nav.menu ul li > ul.sub-menu > li:after {
    content: none;
  }
  header.header .wrapper nav.menu ul li.menu-item-has-children:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
  }
  header.header .wrapper nav.menu ul li.menu-item-has-children:hover > ul.sub-menu > li > ul.sub-menu {
    background: #8CC63F;
    left: auto;
    right: -100%;
    top: -2px;
  }
  header.header .wrapper .hamburger {
    display: none;
  }
}
@media (min-width: 1300px) {
  header.header .wrapper .logo img {
    max-width: 207px;
  }
  header.header .wrapper nav.menu ul li {
    font-size: 15px;
  }
  header.header .wrapper nav.menu ul li a {
    padding: 6px 20px 8px 20px;
  }
  header.header .wrapper nav.menu ul li.contact-link a {
    padding: 6px 20px 8px 20px;
  }
  header.header .wrapper nav.menu ul li.account-link {
    margin-left: 20px;
  }
  header.header .wrapper nav.menu ul li.account-link a {
    padding: 6px 20px 8px 47px;
  }
  header.header .wrapper nav.menu ul li.account-link a:before {
    left: 18px;
    top: 7px;
  }
  header.header .wrapper nav.menu ul li ul.sub-menu {
    margin-left: -5px;
    top: 35px;
  }
}
footer {
  background: #FFFFFF;
  padding: 40px 0;
  text-align: center;
}
footer .wrapper .logo {
  margin-bottom: 30px;
}
footer .wrapper .logo img {
  max-width: 150px;
}
footer .wrapper .footer-menu {
  margin-bottom: 30px;
}
footer .wrapper .footer-menu ul {
  list-style-type: none;
  margin: 0;
}
footer .wrapper .footer-menu ul li {
  font-weight: 600;
  margin-bottom: 20px;
}
footer .wrapper .footer-menu ul li a {
  color: #000000;
}
footer .wrapper .footer-menu ul li.contact-link a {
  background: #8CC63F;
  border: 1px solid #8CC63F;
  border-radius: 8px;
  color: #FFFFFF;
  display: inline-block;
  padding: 3px 15px 5px 15px;
}
footer .wrapper .footer-menu ul li.contact-link:hover a {
  background: #FFFFFF;
  border-color: #8CC63F;
  color: #8CC63F;
}
footer .wrapper .accreditations {
  margin-bottom: 30px;
}
footer .wrapper .copyright {
  font-size: 12px;
}
footer .wrapper .copyright a {
  color: #000000;
}
footer .wrapper .copyright a:hover {
  color: #8CC63F;
}

@media (min-width: 768px) {
  footer {
    padding-top: 60px;
  }
  footer .wrapper .logo {
    margin-bottom: 40px;
  }
  footer .wrapper .footer-menu {
    margin-bottom: 40px;
  }
  footer .wrapper .footer-menu ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .wrapper .footer-menu ul li {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
  }
  footer .wrapper .accreditations {
    margin-bottom: 40px;
  }
  footer .wrapper .accreditations .item img {
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  footer {
    padding-top: 60px;
  }
  footer .wrapper .footer-menu ul li {
    margin-left: 15px;
    margin-right: 15px;
  }
  footer .wrapper .footer-menu ul li.contact-link {
    margin-left: 10px;
  }
  footer .wrapper .footer-menu ul li.contact-link a {
    margin-bottom: 0;
    margin-top: 0;
    padding: 6px 15px 8px 15px;
  }
  footer .wrapper .accreditations .item img {
    max-width: 550px;
  }
}
@media (min-width: 1300px) {
  footer {
    padding-top: 80px;
  }
  footer .wrapper .logo {
    margin-bottom: 50px;
  }
  footer .wrapper .logo img {
    max-width: 207px;
  }
  footer .wrapper .footer-menu {
    margin-bottom: 50px;
  }
  footer .wrapper .footer-menu ul li {
    margin-left: 20px;
    margin-right: 20px;
  }
  footer .wrapper .footer-menu ul li.contact-link a {
    padding: 6px 20px 8px 20px;
  }
  footer .wrapper .accreditations {
    margin-bottom: 50px;
  }
  footer .wrapper .accreditations .item img {
    max-width: 640px;
  }
  footer .wrapper .copyright {
    font-size: 14px;
  }
}
.clients-logo-carousel {
  padding-bottom: 40px;
  padding-top: 40px;
  text-align: center;
}
.clients-logo-carousel .wrapper h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}
.clients-logo-carousel .wrapper .items .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.clients-logo-carousel .wrapper .items .item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 600px) {
  .clients-logo-carousel .wrapper .items .item {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .clients-logo-carousel {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .clients-logo-carousel .wrapper h2 {
    margin-bottom: 40px;
  }
  .clients-logo-carousel .wrapper .items .item {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (min-width: 1300px) {
  .clients-logo-carousel .wrapper {
    max-width: 1100px;
  }
}
.featured-case-study {
  background: #3A3A3A;
  color: #FFFFFF;
  overflow: hidden;
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative;
}
.featured-case-study .wrapper {
  position: relative;
  z-index: 2;
}
.featured-case-study .wrapper .item .left img {
  border-radius: 24px;
}
.featured-case-study .wrapper .item .right {
  margin-top: 40px;
}
.featured-case-study .wrapper .item .right .subtitle {
  color: #8CC63F;
  font-size: 16px;
  margin-bottom: 10px;
}
.featured-case-study .wrapper .item .right .excerpt {
  margin-bottom: 30px;
}
.featured-case-study:before {
  background-image: url("../images/green-shape.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 200px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(-1);
          transform: scale(-1);
  width: 85%;
}

@media (min-width: 768px) {
  .featured-case-study {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .featured-case-study .wrapper .item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .featured-case-study .wrapper .item .left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .featured-case-study .wrapper .item .left img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .featured-case-study .wrapper .item .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
  .featured-case-study:before {
    background-position: left bottom;
    bottom: 0;
    height: 100%;
    left: 0;
    right: auto;
    top: auto;
    -webkit-transform: scale(1);
            transform: scale(1);
    width: 51vw;
  }
}
@media (min-width: 992px) {
  .featured-case-study .wrapper .item {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
  .featured-case-study .wrapper .item .right .subtitle {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .featured-case-study .wrapper .item .right h2 {
    margin-bottom: 25px;
  }
  .featured-case-study .wrapper .item .right .excerpt {
    margin-bottom: 40px;
  }
}
@media (min-width: 1300px) {
  .featured-case-study {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .featured-case-study .wrapper .item {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
}
.featured-blog-post {
  background: #3A3A3A;
  color: #FFFFFF;
  overflow: hidden;
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative;
}
.featured-blog-post .wrapper {
  position: relative;
  z-index: 2;
}
.featured-blog-post .wrapper .item .left img {
  border-radius: 24px;
}
.featured-blog-post .wrapper .item .right {
  margin-top: 40px;
}
.featured-blog-post .wrapper .item .right .subtitle {
  color: #8CC63F;
  font-size: 16px;
  margin-bottom: 10px;
}
.featured-blog-post .wrapper .item .right .excerpt {
  margin-bottom: 30px;
}
.featured-blog-post:before {
  background-image: url("../images/green-shape.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 200px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(-1);
          transform: scale(-1);
  width: 85%;
}

@media (min-width: 768px) {
  .featured-blog-post {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .featured-blog-post .wrapper .item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .featured-blog-post .wrapper .item .left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .featured-blog-post .wrapper .item .left img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .featured-blog-post .wrapper .item .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .featured-blog-post:before {
    background-position: left bottom;
    bottom: 0;
    height: 100%;
    top: auto;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    width: 51vw;
  }
}
@media (min-width: 992px) {
  .featured-blog-post .wrapper .item {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
  .featured-blog-post .wrapper .item .right .subtitle {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .featured-blog-post .wrapper .item .right h2 {
    margin-bottom: 25px;
  }
  .featured-blog-post .wrapper .item .right .excerpt {
    margin-bottom: 40px;
  }
}
@media (min-width: 1300px) {
  .featured-blog-post {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .featured-blog-post .wrapper .item {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
}
.text-and-quick-links {
  color: #3A3A3A;
  padding-bottom: 40px;
  padding-top: 40px;
  text-align: center;
}
.text-and-quick-links .wrapper .quick-links {
  margin-top: 40px;
}
.text-and-quick-links .wrapper .quick-links .quick-link {
  border-radius: 24px;
  color: #FFFFFF;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  margin-top: 20px;
  overflow: hidden;
  padding: 0 20px 20px 20px;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.text-and-quick-links .wrapper .quick-links .quick-link a.overlay-link {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.text-and-quick-links .wrapper .quick-links .quick-link a.overlay-link:before {
  background-image: url("../images/link-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 17px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 17px;
}
.text-and-quick-links .wrapper .quick-links .quick-link .icon {
  margin-bottom: 10px;
  position: relative;
  top: -5px;
}
.text-and-quick-links .wrapper .quick-links .quick-link .icon img {
  max-width: 80px;
}
.text-and-quick-links .wrapper .quick-links .quick-link h3 {
  font-weight: 600;
  margin-bottom: 10px;
}
.text-and-quick-links .wrapper .quick-links .quick-link.bg-green {
  background: #8CC63F;
}
.text-and-quick-links .wrapper .quick-links .quick-link.bg-dark-grey {
  background: #3A3A3A;
}
.text-and-quick-links .wrapper .quick-links .quick-link:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

@media (min-width: 768px) {
  .text-and-quick-links {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .text-and-quick-links .wrapper > h2, .text-and-quick-links .wrapper > h3, .text-and-quick-links .wrapper > .text {
    margin-left: auto;
    margin-right: auto;
    max-width: 534px;
  }
  .text-and-quick-links .wrapper .quick-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    gap: 30px;
    margin-top: 60px;
  }
  .text-and-quick-links .wrapper .quick-links .quick-link {
    margin-top: 0;
    width: calc(50% - 15px);
  }
  .text-and-quick-links .wrapper .quick-links .quick-link .icon img {
    max-width: 100px;
  }
}
@media (min-width: 992px) {
  .text-and-quick-links .wrapper .quick-links .quick-link {
    padding: 0 25px 25px 25px;
  }
  .text-and-quick-links .wrapper .quick-links .quick-link .icon {
    margin-bottom: 15px;
  }
  .text-and-quick-links .wrapper .quick-links .quick-link .icon img {
    max-width: 120px;
  }
  .text-and-quick-links .wrapper .quick-links .quick-link h3 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1300px) {
  .text-and-quick-links {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .text-and-quick-links .wrapper .quick-links {
    gap: 48px;
    margin-top: 65px;
  }
  .text-and-quick-links .wrapper .quick-links .quick-link {
    padding: 0 30px 30px 30px;
    width: calc(50% - 24px);
  }
  .text-and-quick-links .wrapper .quick-links .quick-link a.overlay-link:before {
    right: 30px;
    top: 30px;
  }
  .text-and-quick-links .wrapper .quick-links .quick-link .icon {
    margin-bottom: 20px;
    top: -10px;
  }
  .text-and-quick-links .wrapper .quick-links .quick-link .icon img {
    max-width: 176px;
  }
}
.hero-banner {
  padding-bottom: 100px;
  padding-top: 40px;
  position: relative;
  text-align: center;
}
.hero-banner .bg-image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hero-banner .bg-image img {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.hero-banner .wrapper {
  position: relative;
  z-index: 2;
}
.hero-banner .wrapper .logo-icon {
  margin-bottom: 30px;
}
.hero-banner .wrapper .logo-icon img {
  max-height: 30px;
  max-width: 150px;
}
.hero-banner .wrapper .top-subtitle h3 {
  font-weight: 400;
}
.hero-banner .wrapper h1 p {
  line-height: 1.1;
}
.hero-banner .wrapper .text {
  margin-bottom: 30px;
}
.hero-banner.theme-dark {
  color: #FFFFFF;
}
.hero-banner:before {
  background-image: url("../images/banner-shape-green.svg");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 120px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.hero-banner:after {
  background-image: url("../images/banner-shape-grey.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 100px;
  position: absolute;
  right: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .hero-banner {
    padding-bottom: 120px;
    padding-top: 60px;
  }
  .hero-banner .wrapper .top-subtitle h3 {
    font-size: 24px;
  }
  .hero-banner:before {
    height: 150px;
  }
  .hero-banner:after {
    height: 120px;
  }
}
@media (min-width: 992px) {
  .hero-banner {
    padding-bottom: 150px;
    padding-top: 100px;
  }
  .hero-banner .wrapper {
    max-width: 880px;
  }
  .hero-banner .wrapper .top-subtitle h3 {
    font-size: 30px;
  }
  .hero-banner:before {
    height: 180px;
  }
  .hero-banner:after {
    height: 150px;
  }
}
@media (min-width: 1300px) {
  .hero-banner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    height: calc(80vh - 115px);
    min-height: 666px;
  }
  .hero-banner .wrapper .logo-icon {
    margin-bottom: 40px;
  }
  .hero-banner .wrapper .logo-icon img {
    max-height: 48px;
    max-width: 207px;
  }
  .hero-banner .wrapper .top-subtitle {
    margin-bottom: 25px;
  }
  .hero-banner .wrapper .top-subtitle h3 {
    font-size: 40px;
  }
  .hero-banner .wrapper h1 {
    margin-bottom: 30px;
  }
  .hero-banner .wrapper .bottom-subtitle {
    margin-bottom: 25px;
  }
  .hero-banner:before {
    height: 287px;
  }
  .hero-banner:after {
    height: 229px;
  }
  body.home .hero-banner {
    height: calc(100vh - 115px);
  }
}
.quick-link-boxes {
  padding-bottom: 40px;
  padding-top: 40px;
}
.quick-link-boxes .wrapper .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 30px;
}
.quick-link-boxes .wrapper .items .item {
  border-radius: 24px;
  color: #FFFFFF;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  font-size: 20px;
  font-weight: 600;
  padding: 0 15px 15px 15px;
  position: relative;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 100%;
}
.quick-link-boxes .wrapper .items .item a.overlay-link {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.quick-link-boxes .wrapper .items .item a.overlay-link:before {
  background-image: url("../images/link-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 17px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 17px;
}
.quick-link-boxes .wrapper .items .item .image {
  margin-bottom: 5px;
}
.quick-link-boxes .wrapper .items .item .image img {
  max-height: 100px;
  max-width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0;
     object-position: 0;
}
.quick-link-boxes .wrapper .items .item.top-padding-yes {
  padding-top: 15px;
}
.quick-link-boxes .wrapper .items .item.bg-colour-green {
  background: #8CC63F;
}
.quick-link-boxes .wrapper .items .item.bg-colour-dark-grey {
  background: #3A3A3A;
}
.quick-link-boxes .wrapper .items .item:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

@media (min-width: 768px) {
  .quick-link-boxes {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .quick-link-boxes .wrapper .items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .quick-link-boxes .wrapper .items .item.layout-one-third {
    width: calc(33.333% - 15px);
  }
  .quick-link-boxes .wrapper .items .item.layout-two-thirds {
    width: calc(66.666% - 15px);
  }
}
@media (min-width: 992px) {
  .quick-link-boxes .wrapper .items .item {
    font-size: 24px;
    padding: 0 20px 20px 20px;
  }
  .quick-link-boxes .wrapper .items .item .image img {
    max-height: 140px;
    max-width: 350px;
  }
  .quick-link-boxes .wrapper .items .item.top-padding-yes {
    padding-top: 20px;
  }
}
@media (min-width: 1300px) {
  .quick-link-boxes {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .quick-link-boxes .wrapper .items {
    gap: 48px;
  }
  .quick-link-boxes .wrapper .items .item {
    font-size: 32px;
    padding: 0 24px 24px 24px;
  }
  .quick-link-boxes .wrapper .items .item .image {
    margin-bottom: 10px;
    max-height: 180px;
    max-width: 460px;
  }
  .quick-link-boxes .wrapper .items .item a.overlay-link:before {
    right: 30px;
    top: 30px;
  }
  .quick-link-boxes .wrapper .items .item.top-padding-yes {
    padding-top: 24px;
  }
  .quick-link-boxes .wrapper .items .item.layout-one-third {
    width: calc(33.333% - 24px);
  }
  .quick-link-boxes .wrapper .items .item.layout-two-thirds {
    width: calc(66.666% - 24px);
  }
}
.product-listing {
  padding-bottom: 40px;
  padding-top: 40px;
}
.product-listing .wrapper > h2, .product-listing .wrapper > .text {
  font-size: 18px;
  text-align: center;
}
.product-listing .wrapper > .text {
  margin-bottom: 40px;
}
.product-listing .wrapper .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 30px;
}
.product-listing .wrapper .items .item {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.product-listing .wrapper .items .item a.overlay-link {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.product-listing .wrapper .items .item .image {
  overflow: hidden;
}
.product-listing .wrapper .items .item .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  width: 100%;
}
.product-listing .wrapper .items .item .inner {
  background: #F5F5F5;
  height: 100%;
  padding: 25px;
}
.product-listing .wrapper .items .item .inner h2 {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product-listing .wrapper .items .item .inner a.more {
  color: #528212;
  display: block;
  margin-top: 20px;
}
.product-listing .wrapper .items .item .inner a.more:hover {
  color: #8CC63F;
}
.product-listing .wrapper .items .item:hover .image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.product-listing .wrapper .items .item:hover .inner h2 {
  color: #8CC63F;
}
.product-listing .wrapper .items .item:hover a.more {
  color: #8CC63F;
}

@media (min-width: 768px) {
  .product-listing {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .product-listing .wrapper > h2, .product-listing .wrapper > .text {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
  .product-listing .wrapper .items .item {
    width: calc(50% - 15px);
  }
  .product-listing .wrapper .items .item .image img {
    height: 175px;
  }
}
@media (min-width: 992px) {
  .product-listing .wrapper > h2, .product-listing .wrapper > .text {
    max-width: 500px;
  }
  .product-listing .wrapper .items {
    gap: 40px;
  }
  .product-listing .wrapper .items .item {
    width: calc(50% - 20px);
  }
  .product-listing .wrapper .items .item .image img {
    height: 230px;
  }
}
@media (min-width: 1300px) {
  .product-listing {
    padding-bottom: 65px;
    padding-top: 65px;
  }
  .product-listing .wrapper > h2, .product-listing .wrapper > .text {
    font-size: 24px;
    max-width: 680px;
  }
  .product-listing .wrapper > .text {
    margin-bottom: 60px;
  }
  .product-listing .wrapper .items {
    gap: 48px;
  }
  .product-listing .wrapper .items .item {
    width: calc(50% - 24px);
  }
  .product-listing .wrapper .items .item .image img {
    height: 300px;
  }
  .product-listing .wrapper .items .item .inner {
    padding: 30px;
  }
  .product-listing .wrapper .items .item .inner h2 {
    font-size: 24px;
  }
}
.product-variations {
  padding-bottom: 40px;
  padding-top: 40px;
  text-align: center;
}
.product-variations .wrapper > h2 {
  font-size: 24px;
}
.product-variations .wrapper .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 30px;
  margin-top: 40px;
}
.product-variations .wrapper .items .item {
  width: calc(50% - 15px);
}
.product-variations .wrapper .items .item .image img {
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.product-variations .wrapper .items .item h3 {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .product-variations {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .product-variations .wrapper > h2 {
    font-size: 26px;
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
  }
  .product-variations .wrapper > .text {
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
  }
  .product-variations .wrapper .items .item {
    width: calc(25% - 22.5px);
  }
}
@media (min-width: 992px) {
  .product-variations .wrapper > h2 {
    font-size: 28px;
    max-width: 500px;
  }
  .product-variations .wrapper > .text {
    max-width: 500px;
  }
  .product-variations .wrapper .items {
    gap: 40px;
  }
  .product-variations .wrapper .items .item {
    width: calc(25% - 30px);
  }
  .product-variations .wrapper .items .item h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media (min-width: 1300px) {
  .product-variations {
    padding-bottom: 65px;
    padding-top: 65px;
  }
  .product-variations .wrapper > h2 {
    font-size: 32px;
    max-width: 550px;
  }
  .product-variations .wrapper > .text {
    max-width: 550px;
  }
  .product-variations .wrapper .items {
    gap: 48px;
    margin-top: 50px;
  }
  .product-variations .wrapper .items .item {
    width: calc(25% - 42.5px);
  }
  .product-variations .wrapper .items .item h3 {
    font-size: 20px;
    margin-top: 25px;
  }
}
.product-content {
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative;
}
.product-content .left .gallery-container {
  margin-bottom: 90px;
}
.product-content .left .gallery-container .main-image img {
  height: 250px;
  margin-bottom: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.product-content .left .gallery-container .thumbnails .thumbnail-slider {
  margin-left: -10px;
  width: calc(100% + 20px);
}
.product-content .left .gallery-container .thumbnails .thumbnail-slider .thumbnail {
  margin-left: 10px;
  margin-right: 10px;
}
.product-content .left .gallery-container .thumbnails .thumbnail-slider .thumbnail img {
  border-radius: 8px;
  cursor: pointer;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 100%;
}
.product-content .left .gallery-container .thumbnails .thumbnail-slider .thumbnail img:hover {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
}
.product-content .left .gallery-container .thumbnails .thumbnail-slider ul.slick-dots {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
.product-content .left .gallery-container .thumbnails .thumbnail-slider ul.slick-dots li {
  margin-left: 5px;
  margin-right: 5px;
  width: 10px;
}
.product-content .left .gallery-container .thumbnails .thumbnail-slider ul.slick-dots li button {
  padding: 0;
  width: 10px;
}
.product-content .left .gallery-container .thumbnails .thumbnail-slider ul.slick-dots li button:before {
  color: #3A3A3A;
  font-size: 12px;
  opacity: 1;
  width: 10px;
}
.product-content .left .gallery-container .thumbnails .thumbnail-slider ul.slick-dots li.slick-active button:before {
  color: #8CC63F;
}
.product-content .left .gallery-container .thumbnails .thumbnail-slider ul.slick-dots li:only-child {
  display: none;
}
.product-content .right h1 {
  font-size: 30px;
}
.product-content .right a.free-sample {
  margin-bottom: 20px;
}
.product-content .right .product-accordion {
  margin-top: 30px;
}
.product-content .right .product-accordion .items article.beefup {
  background: #F0F0F0;
  border-radius: 8px;
  margin: 0 0 20px 0;
}
.product-content .right .product-accordion .items article.beefup h3.beefup__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product-content .right .product-accordion .items article.beefup h3.beefup__head > button {
  margin: 0px 0;
  padding: 18px 50px 18px 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product-content .right .product-accordion .items article.beefup h3.beefup__head:after {
  color: #000000;
  content: "\f078";
  font-family: FontAwesome;
  font-size: 14px;
  pointer-events: none;
  right: 20px;
  top: 28px;
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
  z-index: 2;
}
.product-content .right .product-accordion .items article.beefup .beefup__body {
  padding: 20px;
}
.product-content .right .product-accordion .items article.beefup .beefup__body p:last-child {
  margin-bottom: 0;
}
.product-content .right .product-accordion .items article.beefup .beefup__body p:first-child {
  margin-top: -10px;
}
.product-content .right .product-accordion .items article.beefup.is-open > .beefup__head:after {
  content: "\f077";
}
.product-content .right .product-accordion .items article.beefup:last-child {
  margin-bottom: 0;
}
.product-content .right a.additional-1 {
  margin-bottom: 20px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .product-content {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .product-content .wrapper {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .product-content .wrapper .left {
    width: 300px;
  }
  .product-content .wrapper .left .gallery-container {
    margin-bottom: 0;
  }
  .product-content .wrapper .left .gallery-container .main-image img {
    height: 300px;
  }
  .product-content .wrapper .left .gallery-container .thumbnails .thumbnail-slider .thumbnail img {
    height: 200px;
  }
  .product-content .wrapper .left .gallery-container .thumbnails .thumbnail-slider ul.slick-dots {
    bottom: -60px;
  }
  .product-content .wrapper .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .product-content .wrapper .right h1 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .product-content {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .product-content .wrapper {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
  .product-content .wrapper .left {
    width: 400px;
  }
  .product-content .wrapper .left .gallery-container .main-image img {
    height: 400px;
  }
  .product-content .wrapper .left .gallery-container .thumbnails .thumbnail-slider .thumbnail img {
    height: 250px;
  }
  .product-content .wrapper .right h1 {
    font-size: 40px;
  }
}
@media (min-width: 1300px) {
  .product-content .wrapper {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
  .product-content .wrapper .left {
    width: 560px;
  }
  .product-content .wrapper .left .gallery-container .main-image img {
    height: 560px;
    margin-bottom: 24px;
  }
  .product-content .wrapper .left .gallery-container .thumbnails .thumbnail-slider {
    margin-left: -12px;
    width: calc(100% + 24px);
  }
  .product-content .wrapper .left .gallery-container .thumbnails .thumbnail-slider .thumbnail {
    margin-left: 12px;
    margin-right: 12px;
  }
  .product-content .wrapper .left .gallery-container .thumbnails .thumbnail-slider .thumbnail img {
    height: 373px;
  }
  .product-content .wrapper .right {
    font-size: 18px;
  }
  .product-content .wrapper .right h1 {
    font-size: 56px;
    margin-bottom: 30px;
  }
  .product-content .wrapper .right a.free-sample {
    margin-bottom: 30px;
  }
  .product-content .wrapper .right .product-accordion .items article.beefup {
    margin-bottom: 24px;
  }
  .product-content .wrapper .right .product-accordion .items article.beefup h3.beefup__head {
    font-size: 18px;
  }
}
.downloads-block {
  padding-bottom: 40px;
  padding-top: 40px;
}
.downloads-block .wrapper .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 30px;
}
.downloads-block .wrapper .items .item {
  background: #F5F5F5;
  border-radius: 8px;
  font-weight: 600;
  overflow: hidden;
  width: calc(50% - 15px);
}
.downloads-block .wrapper .items .item .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.downloads-block .wrapper .items .item .inner {
  padding: 20px;
}
.downloads-block .wrapper .items .item .inner .file-name {
  font-size: 18px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .downloads-block {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .downloads-block .wrapper .items .item {
    width: calc(33.333% - 20px);
  }
}
@media (min-width: 992px) {
  .downloads-block .wrapper .items .item {
    width: calc(25% - 22.5px);
  }
}
@media (min-width: 1300px) {
  .downloads-block {
    padding-bottom: 65px;
    padding-top: 65px;
  }
  .downloads-block .wrapper .items .item .inner {
    padding: 24px;
  }
  .downloads-block .wrapper .items .item .inner .file-name {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.faqs-block {
  padding-bottom: 40px;
  padding-top: 40px;
}
.faqs-block .wrapper .faq-categories .faq-category {
  margin-bottom: 50px;
}
.faqs-block .wrapper .faq-categories .faq-category h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.faqs-block .wrapper .faq-categories .faq-category .items article.beefup {
  background: #F0F0F0;
  border-radius: 8px;
  margin: 0 0 20px 0;
}
.faqs-block .wrapper .faq-categories .faq-category .items article.beefup h3.beefup__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.faqs-block .wrapper .faq-categories .faq-category .items article.beefup h3.beefup__head > button {
  margin: 0px 0;
  padding: 18px 50px 18px 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.faqs-block .wrapper .faq-categories .faq-category .items article.beefup h3.beefup__head:after {
  color: #000000;
  content: "\f078";
  font-family: FontAwesome;
  font-size: 14px;
  pointer-events: none;
  right: 20px;
  top: 28px;
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
  z-index: 2;
}
.faqs-block .wrapper .faq-categories .faq-category .items article.beefup .beefup__body {
  padding: 20px;
}
.faqs-block .wrapper .faq-categories .faq-category .items article.beefup .beefup__body p:last-child {
  margin-bottom: 0;
}
.faqs-block .wrapper .faq-categories .faq-category .items article.beefup .beefup__body p:first-child {
  margin-top: -10px;
}
.faqs-block .wrapper .faq-categories .faq-category .items article.beefup.is-open > .beefup__head:after {
  content: "\f077";
}
.faqs-block .wrapper .faq-categories .faq-category .items article.beefup:last-child {
  margin-bottom: 0;
}
.faqs-block .wrapper .faq-categories .faq-category:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .faqs-block {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .faqs-block .wrapper .faq-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    gap: 20px;
  }
  .faqs-block .wrapper .faq-categories .faq-category {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1300px) {
  .faqs-block {
    padding-bottom: 65px;
    padding-top: 65px;
  }
  .faqs-block .wrapper .faq-categories {
    gap: 24px;
  }
  .faqs-block .wrapper .faq-categories .faq-category {
    width: calc(50% - 12px);
  }
  .faqs-block .wrapper .faq-categories .faq-category h2 {
    font-size: 24px;
  }
  .faqs-block .wrapper .faq-categories .faq-category .items article.beefup {
    margin-bottom: 24px;
  }
  .faqs-block .wrapper .faq-categories .faq-category .items article.beefup h3.beefup__head {
    font-size: 16px;
  }
}
.case-study-listing .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.case-study-listing .items .item {
  position: relative;
  width: 100%;
}
.case-study-listing .items .item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.case-study-listing .items .item .overlay {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  opacity: 0;
  padding: 30px 10vw;
  position: absolute;
  top: 0;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  width: 100%;
}
.case-study-listing .items .item .overlay h2 {
  font-weight: 400;
}
.case-study-listing .items .item .overlay a.more {
  margin-top: 20px;
}
.case-study-listing .items .item:hover .overlay {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 450px) {
  .case-study-listing .items .item {
    height: 320px;
  }
  .case-study-listing .items .item img {
    height: 320px;
  }
}
@media (min-width: 768px) {
  .case-study-listing .items .item {
    width: 50%;
  }
  .case-study-listing .items .item .overlay {
    padding: 30px 5vw;
  }
}
@media (min-width: 992px) {
  .case-study-listing .items .item {
    height: 400px;
  }
  .case-study-listing .items .item img {
    height: 400px;
  }
}
@media (min-width: 1300px) {
  .case-study-listing .items .item {
    height: 460px;
  }
  .case-study-listing .items .item img {
    height: 460px;
  }
  .case-study-listing .items .item .overlay {
    padding: 30px 10vw;
  }
}
.image-carousel {
  padding-top: 40px;
}
.image-carousel .main-carousel {
  position: relative;
  max-width: 100%;
}
.image-carousel .main-carousel .slide {
  outline-style: none;
  outline-width: 0;
  position: relative;
}
.image-carousel .main-carousel .slide img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.image-carousel .main-carousel .slide .overlay {
  position: absolute;
  bottom: 60px;
  left: 15px;
  color: #FFFFFF;
  z-index: 3;
}
.image-carousel .main-carousel .slide .overlay h1 {
  font-size: 30px;
}
.image-carousel .main-carousel .slide .overlay .subtitle {
  color: #8CC63F;
  font-weight: 700;
  margin-bottom: 5px;
}
.image-carousel .main-carousel .slide:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 75%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.image-carousel .main-carousel .slide.remove-dark-overlay-yes:before {
  content: none;
}
.image-carousel .main-carousel .slick-next,
.image-carousel .main-carousel .slick-prev {
  height: 26px;
  top: 90%;
  width: 26px;
  z-index: 9;
}
.image-carousel .main-carousel .slick-next:before,
.image-carousel .main-carousel .slick-prev:before {
  background-image: url("../images/prev-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  -webkit-filter: brightness(1);
          filter: brightness(1);
  height: 26px;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 26px;
}
.image-carousel .main-carousel .slick-next:hover:before,
.image-carousel .main-carousel .slick-prev:hover:before {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.image-carousel .main-carousel .slick-prev {
  left: 20px;
}
.image-carousel .main-carousel .slick-next {
  right: 20px;
}
.image-carousel .main-carousel .slick-next:before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.image-carousel .thumbnail-carousel {
  margin-top: -40px;
  text-align: center;
  z-index: 3;
}
.image-carousel .thumbnail-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: none !important;
          transform: none !important;
}
.image-carousel .thumbnail-carousel .thumb {
  background: #FFFFFF;
  border: 5px solid #FFFFFF;
  display: inline-block;
  cursor: pointer;
  width: auto !important;
}
.image-carousel .thumbnail-carousel .thumb img {
  border-radius: 4px;
  width: 60px;
  height: auto;
}
.image-carousel .thumbnail-carousel .thumb:first-child {
  border-radius: 4px 0 0 4px;
}
.image-carousel .thumbnail-carousel .thumb:last-child {
  border-radius: 0 4px 4px 0;
}

@media (min-width: 768px) {
  .image-carousel {
    padding-top: 60px;
  }
  .image-carousel .main-carousel .slide img {
    height: 350px;
  }
  .image-carousel .main-carousel .slide .overlay {
    left: 50%;
    max-width: 750px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
  .image-carousel .main-carousel .slide .overlay h1 {
    font-size: 32px;
  }
  .image-carousel .main-carousel .slick-prev,
  .image-carousel .main-carousel .slick-next {
    top: 50%;
  }
  .image-carousel .thumbnail-carousel {
    margin-top: -40px;
  }
  .image-carousel .thumbnail-carousel .thumb img {
    width: 80px;
  }
}
@media (min-width: 992px) {
  .image-carousel .main-carousel .slide img {
    height: 400px;
  }
  .image-carousel .main-carousel .slide .overlay {
    max-width: 970px;
  }
  .image-carousel .main-carousel .slide .overlay h1 {
    font-size: 40px;
  }
}
@media (min-width: 1300px) {
  .image-carousel {
    padding-top: 100px;
  }
  .image-carousel .main-carousel .slide img {
    height: 560px;
  }
  .image-carousel .main-carousel .slide .overlay {
    max-width: 1230px;
  }
  .image-carousel .main-carousel .slide .overlay h1 {
    font-size: 56px;
  }
  .image-carousel .main-carousel .slide .overlay .subtitle {
    font-size: 18px;
  }
  .image-carousel .main-carousel .slick-prev {
    left: 60px;
  }
  .image-carousel .main-carousel .slick-next {
    right: 60px;
  }
  .image-carousel .thumbnail-carousel {
    margin-top: -45px;
  }
  .image-carousel .thumbnail-carousel .thumb {
    border: 10px solid #FFFFFF;
  }
  .image-carousel .thumbnail-carousel .thumb img {
    width: 90px;
  }
}
.text-block {
  padding-bottom: 120px;
  padding-top: 40px;
  position: relative;
}
.text-block:before {
  background-image: url("../images/content-shape-grey.svg");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 100px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -2;
}
.text-block:after {
  background-image: url("../images/content-shape-green.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 80px;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1;
}
.text-block.remove-graphics-yes {
  padding-bottom: 40px;
}
.text-block.remove-graphics-yes:before, .text-block.remove-graphics-yes:after {
  content: none;
}

body.single-post .text-block .wrapper h1, body.single-post .text-block .wrapper h2, body.single-post .text-block .wrapper h3, body.single-post .text-block .wrapper h4, body.single-post .text-block .wrapper h5, body.single-post .text-block .wrapper h6 {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .text-block {
    padding-bottom: 160px;
    padding-top: 60px;
  }
  .text-block.center-yes .wrapper {
    max-width: 550px;
    text-align: center;
  }
  .text-block:before {
    height: 160px;
  }
  .text-block:after {
    height: 90px;
  }
  .text-block.remove-graphics-yes {
    padding-bottom: 60px;
  }
  body.single-post .text-block .wrapper {
    max-width: 550px;
  }
}
@media (min-width: 992px) {
  .text-block.center-yes .wrapper {
    max-width: 600px;
  }
  .text-block:before {
    height: 200px;
  }
  .text-block:after {
    height: 140px;
  }
  .text-block.remove-graphics-yes {
    padding-bottom: 60px;
  }
  body.single-post .text-block .wrapper {
    max-width: 600px;
  }
}
@media (min-width: 1300px) {
  .text-block.center-yes .wrapper {
    max-width: 770px;
  }
  body.single-post .text-block .wrapper {
    max-width: 770px;
  }
  body.single-case-study .text-block .wrapper .text {
    font-size: 18px;
  }
}
.news-listing {
  padding-bottom: 40px;
  padding-top: 40px;
}
.news-listing .wrapper > h1 {
  margin-bottom: 30px;
  text-align: center;
}
.news-listing .wrapper .items .alm-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 24px;
}
.news-listing .wrapper .items .alm-listing .item {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.news-listing .wrapper .items .alm-listing .item a.overlay-link {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.news-listing .wrapper .items .alm-listing .item .image {
  overflow: hidden;
}
.news-listing .wrapper .items .alm-listing .item .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  width: 100%;
}
.news-listing .wrapper .items .alm-listing .item .inner {
  background: #F5F5F5;
  height: 100%;
  padding: 25px;
}
.news-listing .wrapper .items .alm-listing .item .inner .latest-title {
  color: #8CC63F;
  font-weight: 700;
  margin-bottom: 20px;
}
.news-listing .wrapper .items .alm-listing .item .inner h2 {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.news-listing .wrapper .items .alm-listing .item .inner a.more {
  color: #528212;
  display: block;
  margin-top: 20px;
}
.news-listing .wrapper .items .alm-listing .item .inner a.more:hover {
  color: #8CC63F;
}
.news-listing .wrapper .items .alm-listing .item:hover .image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.news-listing .wrapper .items .alm-listing .item:hover .inner h2 {
  color: #8CC63F;
}
.news-listing .wrapper .items .alm-listing .item:hover a.more {
  color: #8CC63F;
}

@media (min-width: 768px) {
  .news-listing {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .news-listing .wrapper .items .alm-listing .item {
    width: calc(50% - 12px);
  }
  .news-listing .wrapper .items .alm-listing .item .image img {
    height: 150px;
  }
  .news-listing .wrapper .items .alm-listing .item.item-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    width: 100%;
  }
  .news-listing .wrapper .items .alm-listing .item.item-1 .image {
    width: 50%;
  }
  .news-listing .wrapper .items .alm-listing .item.item-1 .image img {
    height: 100%;
  }
  .news-listing .wrapper .items .alm-listing .item.item-1 .inner {
    width: 50%;
  }
  .news-listing .wrapper .items .alm-listing .item.item-1 .inner {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .news-listing .wrapper .items .alm-listing .item .image img {
    height: 180px;
  }
  .news-listing .wrapper .items .alm-listing .item.item-1 .inner {
    padding-top: 50px;
  }
}
@media (min-width: 1300px) {
  .news-listing {
    padding-bottom: 65px;
    padding-top: 65px;
  }
  .news-listing .wrapper > h1 {
    margin-bottom: 40px;
  }
  .news-listing .wrapper .items .alm-listing .item {
    width: calc(33.333% - 16.666px);
  }
  .news-listing .wrapper .items .alm-listing .item .image img {
    height: 180px;
  }
  .news-listing .wrapper .items .alm-listing .item .inner {
    padding: 30px;
  }
  .news-listing .wrapper .items .alm-listing .item .inner h2 {
    font-size: 24px;
  }
  .news-listing .wrapper .items .alm-listing .item.item-1 {
    width: calc(66.666% - 8px);
  }
}
.news-content {
  padding-bottom: 20px;
  padding-top: 40px;
  text-align: center;
}
.news-content .wrapper img {
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 150px;
}

@media (min-width: 768px) {
  .news-content {
    padding-top: 60px;
  }
  .news-content .wrapper {
    max-width: 500px;
  }
  .news-content .wrapper img {
    max-width: 207px;
  }
}
@media (min-width: 992px) {
  .news-content .wrapper {
    max-width: 600px;
  }
}
@media (min-width: 1300px) {
  .news-content {
    padding-bottom: 40px;
    padding-top: 100px;
  }
  .news-content .wrapper {
    max-width: 900px;
  }
  .news-content .wrapper img {
    margin-bottom: 30px;
    max-width: 207px;
  }
}
.contact-block {
  padding-bottom: 150px;
  padding-top: 40px;
  position: relative;
  text-align: center;
}
.contact-block .wrapper > .icon {
  margin-bottom: 30px;
}
.contact-block .wrapper > .icon img {
  max-height: 30px;
  max-width: 150px;
}
.contact-block .wrapper > h1 {
  margin-bottom: 50px;
}
.contact-block .wrapper .inner .left {
  background: #6BA61B;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 20px;
}
.contact-block .wrapper .inner .right {
  margin-bottom: 40px;
}
.contact-block .wrapper .inner .right .acf-map {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  height: 400px;
  width: 100%;
}
.contact-block .wrapper .bottom .col {
  background: #F5F5F5;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 30px 20px;
}
.contact-block .wrapper .bottom .col a {
  color: #000000;
  text-decoration: underline;
}
.contact-block:before {
  background-image: url("../images/banner-shape-green.svg");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 120px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.contact-block:after {
  background-image: url("../images/banner-shape-grey.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 100px;
  position: absolute;
  right: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .contact-block {
    padding-bottom: 120px;
    padding-top: 60px;
  }
  .contact-block .wrapper .inner {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin-bottom: 64px;
  }
  .contact-block .wrapper .inner .left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
  }
  .contact-block .wrapper .inner .right {
    margin-bottom: 0;
    width: calc(50% - 20px);
  }
  .contact-block .wrapper .inner .right .acf-map {
    height: 100% !important;
  }
  .contact-block .wrapper .bottom {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .contact-block .wrapper .bottom .col {
    padding: 30px 24px;
    text-align: left;
    width: calc(33.333% - 16.666px);
  }
  .contact-block:before {
    height: 150px;
  }
  .contact-block:after {
    height: 120px;
  }
}
@media (min-width: 992px) {
  .contact-block {
    padding-bottom: 150px;
    padding-top: 100px;
  }
  .contact-block .wrapper {
    max-width: 900px;
  }
  .contact-block .wrapper .inner .left {
    padding: 24px;
  }
  .contact-block:before {
    height: 180px;
  }
  .contact-block:after {
    height: 150px;
  }
}
@media (min-width: 1300px) {
  .contact-block {
    padding-bottom: 200px;
  }
  .contact-block .wrapper > .icon {
    margin-bottom: 40px;
  }
  .contact-block .wrapper > .icon img {
    max-height: 48px;
    width: 207px;
  }
  .contact-block .wrapper .bottom .col {
    font-size: 18px;
  }
  .contact-block .wrapper .bottom .col h4 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .contact-block:before {
    height: 287px;
  }
  .contact-block:after {
    height: 229px;
  }
}
.social-media-block {
  padding-bottom: 40px;
  padding-top: 40px;
}
.social-media-block .wrapper .inner {
  background: #F5F5F5;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
}
.social-media-block .wrapper .inner .heateor_sss_follow_ul {
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.social-media-block .wrapper .inner .heateor_sss_follow_ul a span {
  height: 35px !important;
  width: 35px !important;
}

@media (min-width: 768px) {
  .social-media-block {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .social-media-block {
    padding-bottom: 64px;
    padding-top: 64px;
  }
  .social-media-block .wrapper {
    max-width: 900px;
  }
  .social-media-block .wrapper .inner .heateor_sss_follow_ul a span {
    height: 40px !important;
    width: 40px !important;
  }
}
@media (min-width: 1300px) {
  .social-media-block .wrapper .inner h2 {
    font-size: 48px;
  }
  .social-media-block .wrapper .inner .heateor_sss_follow_ul {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .social-media-block .wrapper .inner .heateor_sss_follow_ul a span {
    height: 48px !important;
    width: 48px !important;
  }
}
.content-boxes {
  padding-bottom: 40px;
  padding-top: 40px;
}
.content-boxes .wrapper .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 30px;
}
.content-boxes .wrapper .items .item {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.content-boxes .wrapper .items .item a.overlay-link {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.content-boxes .wrapper .items .item .image {
  overflow: hidden;
}
.content-boxes .wrapper .items .item .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  width: 100%;
}
.content-boxes .wrapper .items .item .inner {
  background: #F5F5F5;
  height: 100%;
  padding: 25px;
}
.content-boxes .wrapper .items .item .inner h2 {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.content-boxes .wrapper .items .item .inner a.more {
  color: #528212;
  display: block;
  margin-top: 20px;
}
.content-boxes .wrapper .items .item .inner a.more:hover {
  color: #8CC63F;
}
.content-boxes .wrapper .items .item:hover .image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.content-boxes .wrapper .items .item:hover .inner h2 {
  color: #8CC63F;
}
.content-boxes .wrapper .items .item:hover a.more {
  color: #8CC63F;
}

@media (min-width: 768px) {
  .content-boxes {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .content-boxes .wrapper .items .item {
    width: calc(50% - 15px);
  }
  .content-boxes .wrapper .items .item .image img {
    height: 175px;
  }
  .content-boxes.columns-three .wrapper .items .item {
    width: calc(33.333% - 18px);
  }
}
@media (min-width: 992px) {
  .content-boxes .wrapper .items {
    gap: 40px;
  }
  .content-boxes .wrapper .items .item {
    width: calc(50% - 20px);
  }
  .content-boxes .wrapper .items .item .image img {
    height: 230px;
  }
  .content-boxes.columns-three .wrapper .items .item {
    width: calc(33.333% - 24px);
  }
}
@media (min-width: 1300px) {
  .content-boxes {
    padding-bottom: 65px;
    padding-top: 65px;
  }
  .content-boxes .wrapper > h2, .content-boxes .wrapper > .text {
    font-size: 24px;
    max-width: 680px;
  }
  .content-boxes .wrapper > .text {
    margin-bottom: 60px;
  }
  .content-boxes .wrapper .items {
    gap: 48px;
  }
  .content-boxes .wrapper .items .item {
    width: calc(50% - 24px);
  }
  .content-boxes .wrapper .items .item .image img {
    height: 300px;
  }
  .content-boxes .wrapper .items .item .inner {
    padding: 30px;
  }
  .content-boxes .wrapper .items .item .inner h2 {
    font-size: 24px;
  }
  .content-boxes.columns-three .wrapper .items .item {
    width: calc(33.333% - 32px);
  }
}
.video-block {
  padding-bottom: 40px;
  padding-top: 40px;
  text-align: center;
}
.video-block .wrapper h2 {
  margin-bottom: 30px;
}
.video-block .wrapper .video-embed {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.video-block .wrapper .video-embed iframe,
.video-block .wrapper .video-embed object,
.video-block .wrapper .video-embed embed {
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .video-block {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 1300px) {
  .video-block {
    padding-bottom: 65px;
    padding-top: 65px;
  }
}
.media-and-text-block {
  overflow: hidden;
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative;
}
.media-and-text-block .wrapper {
  position: relative;
  z-index: 2;
}
.media-and-text-block .wrapper .item .left img {
  border-radius: 24px;
}
.media-and-text-block .wrapper .item .left .video-embed {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.media-and-text-block .wrapper .item .left .video-embed iframe,
.media-and-text-block .wrapper .item .left .video-embed object,
.media-and-text-block .wrapper .item .left .video-embed embed {
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media-and-text-block .wrapper .item .right {
  margin-top: 40px;
}
.media-and-text-block .wrapper .item .right .subtitle {
  color: #8CC63F;
  font-size: 16px;
  margin-bottom: 10px;
}
.media-and-text-block .wrapper .item .right .excerpt {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .media-and-text-block {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .media-and-text-block .wrapper .item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .media-and-text-block .wrapper .item .left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .media-and-text-block .wrapper .item .left img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .media-and-text-block .wrapper .item .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
  .media-and-text-block.reverse-yes .wrapper .item .left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .media-and-text-block.reverse-yes .wrapper .item .right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 992px) {
  .media-and-text-block .wrapper .item {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
  .media-and-text-block .wrapper .item .right .subtitle {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .media-and-text-block .wrapper .item .right h2 {
    margin-bottom: 25px;
  }
  .media-and-text-block .wrapper .item .right .excerpt {
    margin-bottom: 40px;
  }
}
@media (min-width: 1300px) {
  .media-and-text-block {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .media-and-text-block .wrapper .item {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
}
.testimonial-carousel {
  padding-bottom: 40px;
  padding-top: 40px;
  text-align: center;
}
.testimonial-carousel .wrapper .items .item .quote {
  font-size: 20px;
  margin-bottom: 30px;
}
.testimonial-carousel .wrapper .items .item .image {
  margin-bottom: 15px;
}
.testimonial-carousel .wrapper .items .item .image img {
  border-radius: 100%;
  margin: 0 auto;
  max-width: 60px;
}
.testimonial-carousel .wrapper .items .item .name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.testimonial-carousel .wrapper .items .item .position {
  font-size: 14px;
}

@media (min-width: 390px) {
  .testimonial-carousel .wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 375px;
  }
}
@media (min-width: 768px) {
  .testimonial-carousel {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .testimonial-carousel .wrapper {
    max-width: 450px;
  }
}
@media (min-width: 992px) {
  .testimonial-carousel .wrapper {
    max-width: 500px;
  }
}
@media (min-width: 1300px) {
  .testimonial-carousel {
    padding-bottom: 65px;
    padding-top: 65px;
  }
  .testimonial-carousel .wrapper {
    max-width: 580px;
  }
  .testimonial-carousel .wrapper .items .item h3 {
    margin-bottom: 30px;
  }
  .testimonial-carousel .wrapper .items .item .quote {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .testimonial-carousel .wrapper .items .item .image {
    margin-bottom: 20px;
  }
  .testimonial-carousel .wrapper .items .item .name {
    font-size: 24px;
  }
}
.subscription-form {
  padding-bottom: 40px;
  padding-top: 40px;
  text-align: center;
}
.subscription-form .wrapper h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.subscription-form .wrapper form.wpcf7-form {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  margin-top: 30px;
  position: relative;
}
.subscription-form .wrapper form.wpcf7-form p {
  margin-bottom: 0;
}
.subscription-form .wrapper form.wpcf7-form p input[type=email] {
  background: transparent;
  border: 1px solid #D6D6D6;
  color: #000000;
  height: 35px;
  margin: 0;
}
.subscription-form .wrapper form.wpcf7-form p input[type=submit] {
  background: #8CC63F;
  border-color: #8CC63F;
  color: #FFFFFF;
  font-weight: 600;
  margin: 0 0 0 10px;
  padding: 8px 15px;
}
.subscription-form .wrapper form.wpcf7-form p input[type=submit]:hover {
  background: #3A3A3A;
  border-color: #3A3A3A;
}
.subscription-form .wrapper form.wpcf7-form .submit-button .wpcf7-spinner {
  left: auto;
  right: -65px;
  top: 5px;
}
.subscription-form .wrapper form.wpcf7-form ::-webkit-input-placeholder {
  color: #979797;
}
.subscription-form .wrapper form.wpcf7-form :-moz-placeholder {
  color: #979797;
}
.subscription-form .wrapper form.wpcf7-form ::-moz-placeholder {
  color: #979797;
}
.subscription-form .wrapper form.wpcf7-form :-ms-input-placeholder {
  color: #979797;
}
.subscription-form .wrapper form.wpcf7-form .wpcf7-response-output {
  bottom: 0;
  position: absolute;
}
.subscription-form .wrapper form.wpcf7-form span.wpcf7-not-valid-tip {
  margin-top: 0;
}
.subscription-form .wrapper form.wpcf7-form.invalid {
  padding-bottom: 40px;
}
.subscription-form .wrapper .text {
  font-size: 14px;
}

@media (min-width: 420px) {
  .subscription-form .wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 410px;
  }
}
@media (min-width: 768px) {
  .subscription-form {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .subscription-form .wrapper form.wpcf7-form.invalid {
    padding-bottom: 20px;
  }
}
@media (min-width: 1300px) {
  .subscription-form {
    padding-bottom: 65px;
    padding-top: 65px;
  }
  .subscription-form .wrapper h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .subscription-form .wrapper .subtitle {
    font-size: 18px;
  }
  .subscription-form .wrapper form.wpcf7-form {
    margin-top: 40px;
  }
  .subscription-form .wrapper form.wpcf7-form p input[type=email] {
    height: 47px;
  }
  .subscription-form .wrapper form.wpcf7-form p input[type=submit] {
    font-size: 16px;
    margin-left: 16px;
    padding: 11px 22px;
  }
  .subscription-form .wrapper form.wpcf7-form .submit-button .wpcf7-spinner {
    right: -70px;
    top: 10px;
  }
  .subscription-form .wrapper form.wpcf7-form.invalid {
    padding-bottom: 60px;
  }
}
.latest-post {
  overflow: hidden;
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative;
}
.latest-post .wrapper {
  position: relative;
  z-index: 2;
}
.latest-post .wrapper > h2 {
  margin-bottom: 30px;
  text-align: center;
}
.latest-post .wrapper .item {
  background: #F5F5F5;
  border-radius: 8px;
  overflow: hidden;
}
.latest-post .wrapper .item .right {
  margin-top: 40px;
  padding: 0 30px 30px 30px;
}
.latest-post .wrapper .item .right .subtitle {
  color: #528212;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
.latest-post .wrapper .item .right h3 {
  font-size: 24px;
  font-weight: 600;
}
.latest-post .wrapper .item .right .excerpt {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .latest-post {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .latest-post .wrapper .item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .latest-post .wrapper .item .left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .latest-post .wrapper .item .left img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .latest-post .wrapper .item .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    padding: 20px 30px 20px 0;
  }
}
@media (min-width: 992px) {
  .latest-post .wrapper .item .right h3 {
    margin-bottom: 25px;
  }
  .latest-post .wrapper .item .right .excerpt {
    margin-bottom: 40px;
  }
}
@media (min-width: 1300px) {
  .latest-post {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .latest-post .wrapper h2 {
    margin-bottom: 40px;
  }
  .latest-post .wrapper .item {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .latest-post .wrapper .item .right {
    padding-right: 60px;
  }
  .latest-post .wrapper .item .right h3 {
    font-size: 32px;
  }
}
.form-block {
  padding-bottom: 40px;
  padding-top: 40px;
}
.form-block .wrapper > h2 {
  margin-bottom: 30px;
  text-align: center;
}
.form-block .wrapper .items .item {
  margin-bottom: 40px;
}
.form-block .wrapper .items .item form.wpcf7-form {
  margin-bottom: 20px;
  margin-top: 30px;
  position: relative;
}
.form-block .wrapper .items .item form.wpcf7-form label {
  color: #000000;
  font-weight: 400;
}
.form-block .wrapper .items .item form.wpcf7-form p {
  margin-bottom: 0;
}
.form-block .wrapper .items .item form.wpcf7-form p input[type=text],
.form-block .wrapper .items .item form.wpcf7-form p input[type=email],
.form-block .wrapper .items .item form.wpcf7-form p textarea {
  background: transparent;
  border: 1px solid #D6D6D6;
  color: #000000;
  height: 35px;
}
.form-block .wrapper .items .item form.wpcf7-form p textarea {
  height: 80px;
}
.form-block .wrapper .items .item form.wpcf7-form p input[type=submit] {
  background: #8CC63F;
  border-color: #8CC63F;
  color: #FFFFFF;
  font-weight: 600;
  margin-top: 0;
  padding: 8px 15px;
}
.form-block .wrapper .items .item form.wpcf7-form p input[type=submit]:hover {
  background: #3A3A3A;
  border-color: #3A3A3A;
}
.form-block .wrapper .items .item form.wpcf7-form .submit-button .wpcf7-spinner {
  left: auto;
  right: -55px;
  top: 5px;
}
.form-block .wrapper .items .item form.wpcf7-form ::-webkit-input-placeholder {
  color: #979797;
}
.form-block .wrapper .items .item form.wpcf7-form :-moz-placeholder {
  color: #979797;
}
.form-block .wrapper .items .item form.wpcf7-form ::-moz-placeholder {
  color: #979797;
}
.form-block .wrapper .items .item form.wpcf7-form :-ms-input-placeholder {
  color: #979797;
}
.form-block .wrapper .items .item form.wpcf7-form span.wpcf7-not-valid-tip {
  margin-top: 0;
}
.form-block .wrapper .items .item:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .form-block {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .form-block .wrapper .items {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .form-block .wrapper .items .item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .form-block .wrapper {
    max-width: 900px;
  }
  .form-block .wrapper form.wpcf7-form p textarea {
    height: 100px;
  }
}
@media (min-width: 1300px) {
  .form-block {
    padding-bottom: 65px;
    padding-top: 65px;
  }
  .form-block .wrapper > h2 {
    font-size: 83px;
    margin-bottom: 40px;
  }
}
.timeline {
  padding-bottom: 100px;
  padding-top: 40px;
}
.timeline .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.timeline .wrapper .timeline-progress {
  position: absolute;
  top: 50%;
  left: 20px;
  height: 12px;
  background-color: #8CC63F;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% - 40px);
}
.timeline .wrapper .timeline-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: relative;
}
.timeline .wrapper .timeline-points .timeline-point {
  width: 24px;
  height: 24px;
  background-color: #E8E8E8;
  border-radius: 50%;
  position: relative;
}
.timeline .wrapper .timeline-points .timeline-point .date {
  font-size: 18px;
  font-weight: 700;
  margin-left: -20px;
  margin-top: 40px;
  text-align: center;
  width: 70px;
}
.timeline .wrapper .timeline-points .timeline-point .text {
  font-size: 10px;
  margin-left: -20px;
  text-align: center;
  width: 70px;
}
.timeline .wrapper .timeline-points .timeline-point.active, .timeline .wrapper .timeline-points .timeline-point:first-child {
  background-color: #8CC63F;
}
.timeline .wrapper .timeline-points .timeline-point:first-child .date,
.timeline .wrapper .timeline-points .timeline-point:first-child .text {
  margin-left: 0;
}
.timeline .wrapper .timeline-points .timeline-point:last-child .date,
.timeline .wrapper .timeline-points .timeline-point:last-child .text {
  margin-left: -40px;
}
.timeline .wrapper:after {
  background: #E8E8E8;
  content: "";
  height: 12px;
  position: absolute;
  top: 6px;
  width: calc(100% - 40px);
  z-index: -1;
}

@media (min-width: 768px) {
  .timeline {
    padding-bottom: 120px;
    padding-top: 60px;
  }
  .timeline .wrapper .timeline-points .timeline-point .date {
    font-size: 24px;
    margin-left: -40px;
    width: 100px;
  }
  .timeline .wrapper .timeline-points .timeline-point .text {
    font-size: 12px;
    margin-left: -40px;
    margin-top: 5px;
    width: 100px;
  }
  .timeline .wrapper .timeline-points .timeline-point:first-child .date,
  .timeline .wrapper .timeline-points .timeline-point:first-child .text {
    margin-left: -40px;
  }
  .timeline .wrapper .timeline-points .timeline-point:last-child .date,
  .timeline .wrapper .timeline-points .timeline-point:last-child .text {
    margin-left: -40px;
  }
}
@media (min-width: 992px) {
  .timeline .wrapper {
    max-width: 870px;
  }
  .timeline .wrapper .timeline-points .timeline-point .date {
    font-size: 30px;
    margin-top: 45px;
  }
}
@media (min-width: 1300px) {
  .timeline {
    padding-bottom: 125px;
    padding-top: 65px;
  }
  .timeline .wrapper .timeline-points .timeline-point .date {
    font-size: 40px;
    margin-left: -60px;
    margin-top: 60px;
    width: 150px;
  }
  .timeline .wrapper .timeline-points .timeline-point .text {
    font-size: 14px;
    margin-left: -60px;
    margin-top: 5px;
    width: 150px;
  }
  .timeline .wrapper .timeline-points .timeline-point:first-child .date,
  .timeline .wrapper .timeline-points .timeline-point:first-child .text {
    margin-left: -60px;
  }
  .timeline .wrapper .timeline-points .timeline-point:last-child .date,
  .timeline .wrapper .timeline-points .timeline-point:last-child .text {
    margin-left: -60px;
  }
}
.icon-content-block {
  padding-bottom: 40px;
  padding-top: 40px;
}
.icon-content-block .wrapper > h2 {
  text-align: center;
}
.icon-content-block .wrapper > .text {
  text-align: center;
}
.icon-content-block .wrapper .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 20px;
  margin-top: 50px;
}
.icon-content-block .wrapper .items .item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%;
}
.icon-content-block .wrapper .items .item .icon {
  width: 30px;
}
.icon-content-block .wrapper .items .item .icon img {
  max-width: 30px;
}
.icon-content-block .wrapper .items .item .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.icon-content-block .wrapper .items .item .text .title {
  font-weight: 600;
}

@media (min-width: 768px) {
  .icon-content-block {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .icon-content-block .wrapper > h2, .icon-content-block .wrapper > .text {
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
  }
  .icon-content-block .wrapper .items .item {
    width: calc(50% - 10px);
  }
}
@media (min-width: 992px) {
  .icon-content-block .wrapper {
    max-width: 840px;
  }
  .icon-content-block .wrapper > h2, .icon-content-block .wrapper > .text {
    max-width: 600px;
  }
  .icon-content-block .wrapper .items {
    gap: 30px;
    margin-top: 60px;
  }
  .icon-content-block .wrapper .items .item {
    gap: 30px;
    width: calc(50% - 15px);
  }
  .icon-content-block .wrapper .items .item .icon {
    width: 40px;
  }
  .icon-content-block .wrapper .items .item .icon img {
    max-width: 40px;
  }
}
@media (min-width: 1300px) {
  .icon-content-block {
    padding-bottom: 65px;
    padding-top: 65px;
  }
  .icon-content-block .wrapper > h2, .icon-content-block .wrapper > .text {
    max-width: 700px;
  }
  .icon-content-block .wrapper .items {
    gap: 30px;
    margin-top: 80px;
  }
  .icon-content-block .wrapper .items .item {
    gap: 40px;
  }
  .icon-content-block .wrapper .items .item .icon {
    width: 50px;
  }
  .icon-content-block .wrapper .items .item .icon img {
    max-width: 50px;
  }
}
.industry-listing {
  padding-bottom: 40px;
  padding-top: 40px;
}
.industry-listing .wrapper > h2, .industry-listing .wrapper > .text {
  font-size: 18px;
  text-align: center;
}
.industry-listing .wrapper > .text {
  margin-bottom: 40px;
}
.industry-listing .wrapper .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 30px;
}
.industry-listing .wrapper .items .item {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.industry-listing .wrapper .items .item a.overlay-link {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.industry-listing .wrapper .items .item .image {
  overflow: hidden;
}
.industry-listing .wrapper .items .item .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  width: 100%;
}
.industry-listing .wrapper .items .item .inner {
  background: #F5F5F5;
  height: 100%;
  padding: 25px;
}
.industry-listing .wrapper .items .item .inner h2 {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.industry-listing .wrapper .items .item .inner a.more {
  color: #528212;
  display: block;
  margin-top: 20px;
}
.industry-listing .wrapper .items .item .inner a.more:hover {
  color: #8CC63F;
}
.industry-listing .wrapper .items .item:hover .image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.industry-listing .wrapper .items .item:hover .inner h2 {
  color: #8CC63F;
}
.industry-listing .wrapper .items .item:hover a.more {
  color: #8CC63F;
}

@media (min-width: 768px) {
  .industry-listing {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .industry-listing .wrapper > h2, .industry-listing .wrapper > .text {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
  .industry-listing .wrapper .items .item {
    width: calc(50% - 15px);
  }
  .industry-listing .wrapper .items .item .image img {
    height: 175px;
  }
}
@media (min-width: 992px) {
  .industry-listing .wrapper > h2, .industry-listing .wrapper > .text {
    max-width: 500px;
  }
  .industry-listing .wrapper .items {
    gap: 40px;
  }
  .industry-listing .wrapper .items .item {
    width: calc(50% - 20px);
  }
  .industry-listing .wrapper .items .item .image img {
    height: 230px;
  }
}
@media (min-width: 1300px) {
  .industry-listing {
    padding-bottom: 65px;
    padding-top: 65px;
  }
  .industry-listing .wrapper > h2, .industry-listing .wrapper > .text {
    font-size: 24px;
    max-width: 680px;
  }
  .industry-listing .wrapper > .text {
    margin-bottom: 60px;
  }
  .industry-listing .wrapper .items {
    gap: 48px;
  }
  .industry-listing .wrapper .items .item {
    width: calc(50% - 24px);
  }
  .industry-listing .wrapper .items .item .image img {
    height: 300px;
  }
  .industry-listing .wrapper .items .item .inner {
    padding: 30px;
  }
  .industry-listing .wrapper .items .item .inner h2 {
    font-size: 24px;
  }
}
.industry-content {
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative;
}
.industry-content .left .gallery-container {
  margin-bottom: 90px;
}
.industry-content .left .gallery-container .main-image img {
  height: 250px;
  margin-bottom: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.industry-content .left .gallery-container .thumbnails .thumbnail-slider {
  margin-left: -10px;
  width: calc(100% + 20px);
}
.industry-content .left .gallery-container .thumbnails .thumbnail-slider .thumbnail {
  margin-left: 10px;
  margin-right: 10px;
}
.industry-content .left .gallery-container .thumbnails .thumbnail-slider .thumbnail img {
  border-radius: 8px;
  cursor: pointer;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 100%;
}
.industry-content .left .gallery-container .thumbnails .thumbnail-slider .thumbnail img:hover {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
}
.industry-content .left .gallery-container .thumbnails .thumbnail-slider ul.slick-dots {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
.industry-content .left .gallery-container .thumbnails .thumbnail-slider ul.slick-dots li {
  margin-left: 5px;
  margin-right: 5px;
  width: 10px;
}
.industry-content .left .gallery-container .thumbnails .thumbnail-slider ul.slick-dots li button {
  padding: 0;
  width: 10px;
}
.industry-content .left .gallery-container .thumbnails .thumbnail-slider ul.slick-dots li button:before {
  color: #3A3A3A;
  font-size: 12px;
  opacity: 1;
  width: 10px;
}
.industry-content .left .gallery-container .thumbnails .thumbnail-slider ul.slick-dots li.slick-active button:before {
  color: #8CC63F;
}
.industry-content .left .gallery-container .thumbnails .thumbnail-slider ul.slick-dots li:only-child {
  display: none;
}
.industry-content .right h1 {
  font-size: 30px;
}
.industry-content .right a.free-sample {
  margin-bottom: 20px;
}
.industry-content .right .industry-accordion {
  margin-top: 30px;
}
.industry-content .right .industry-accordion .items article.beefup {
  background: #F0F0F0;
  border-radius: 8px;
  margin: 0 0 20px 0;
}
.industry-content .right .industry-accordion .items article.beefup h3.beefup__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.industry-content .right .industry-accordion .items article.beefup h3.beefup__head > button {
  margin: 0px 0;
  padding: 18px 50px 18px 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.industry-content .right .industry-accordion .items article.beefup h3.beefup__head:after {
  color: #000000;
  content: "\f078";
  font-family: FontAwesome;
  font-size: 14px;
  pointer-events: none;
  right: 20px;
  top: 28px;
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
  z-index: 2;
}
.industry-content .right .industry-accordion .items article.beefup .beefup__body {
  padding: 20px;
}
.industry-content .right .industry-accordion .items article.beefup .beefup__body p:last-child {
  margin-bottom: 0;
}
.industry-content .right .industry-accordion .items article.beefup .beefup__body p:first-child {
  margin-top: -10px;
}
.industry-content .right .industry-accordion .items article.beefup.is-open > .beefup__head:after {
  content: "\f077";
}
.industry-content .right .industry-accordion .items article.beefup:last-child {
  margin-bottom: 0;
}
.industry-content .right a.additional-1 {
  margin-bottom: 20px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .industry-content {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .industry-content .wrapper {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .industry-content .wrapper .left {
    width: 300px;
  }
  .industry-content .wrapper .left .gallery-container {
    margin-bottom: 0;
  }
  .industry-content .wrapper .left .gallery-container .main-image img {
    height: 300px;
  }
  .industry-content .wrapper .left .gallery-container .thumbnails .thumbnail-slider .thumbnail img {
    height: 200px;
  }
  .industry-content .wrapper .left .gallery-container .thumbnails .thumbnail-slider ul.slick-dots {
    bottom: -60px;
  }
  .industry-content .wrapper .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .industry-content .wrapper .right h1 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .industry-content {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .industry-content .wrapper {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
  .industry-content .wrapper .left {
    width: 400px;
  }
  .industry-content .wrapper .left .gallery-container .main-image img {
    height: 400px;
  }
  .industry-content .wrapper .left .gallery-container .thumbnails .thumbnail-slider .thumbnail img {
    height: 250px;
  }
  .industry-content .wrapper .right h1 {
    font-size: 40px;
  }
  .industry-content:before {
    height: 200px;
  }
}
@media (min-width: 1300px) {
  .industry-content .wrapper {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
  .industry-content .wrapper .left {
    width: 560px;
  }
  .industry-content .wrapper .left .gallery-container .main-image img {
    height: 560px;
    margin-bottom: 24px;
  }
  .industry-content .wrapper .left .gallery-container .thumbnails .thumbnail-slider {
    margin-left: -12px;
    width: calc(100% + 24px);
  }
  .industry-content .wrapper .left .gallery-container .thumbnails .thumbnail-slider .thumbnail {
    margin-left: 12px;
    margin-right: 12px;
  }
  .industry-content .wrapper .left .gallery-container .thumbnails .thumbnail-slider .thumbnail img {
    height: 373px;
  }
  .industry-content .wrapper .right {
    font-size: 18px;
  }
  .industry-content .wrapper .right h1 {
    font-size: 56px;
    margin-bottom: 30px;
  }
  .industry-content .wrapper .right a.free-sample {
    margin-bottom: 30px;
  }
  .industry-content .wrapper .right .industry-accordion .items article.beefup {
    margin-bottom: 24px;
  }
  .industry-content .wrapper .right .industry-accordion .items article.beefup h3.beefup__head {
    font-size: 18px;
  }
}