@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  color: #232323;
  font-size: 16px;
  background-color: #ffffff;
  overflow-x: hidden;
}

.container {
  max-width: 1440px;
}

.rounded {
  border-radius: 30px !important;
}

b,
strong {
  font-weight: 700;
}

section h1,
section h2,
section h3,
section h4,
section h5,
section h6 {
  font-weight: 700;
  font-family: "Rubik", sans-serif;
}

section h1 {
  font-size: 48px;
  line-height: 100%;
  margin-bottom: 20px;
}

section h2 {
  font-size: 35px;
  line-height: 100%;
  margin-bottom: 20px;
}

section h5 {
  font-size: 20px;
  line-height: 127%;
}

section p {
  font-size: 15px;
  line-height: 150%;
}

p.small {
  font-size: 11px;
}

.square-image img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px !important;
  border: unset !important;
}

.large-margin-top {
  margin-top: 100px !important;
}

.large-margin-bottom {
  margin-bottom: 100px !important;
}

.padding-slim {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

section:has(.padding-slim) {
  padding-top: 20px;
  padding-bottom: 20px;
}

.btn-primary {
  background: #37a50a;
  background: -webkit-gradient(linear, left top, right top, from(rgb(55, 165, 10)), to(rgb(99, 177, 4)));
  background: linear-gradient(90deg, rgb(55, 165, 10) 0%, rgb(99, 177, 4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#37A50A", endColorstr="#63B104", GradientType=1);
  color: white;
  border-radius: 25px;
  padding: 10px 30px;
  font-size: 17px;
  text-decoration: none;
  font-weight: 900;
  border: unset;
}

.btn-primary:hover {
  background-color: transparent;
  color: #ffffff;
}

.btn-primary-nav {
  background-color: #ff7f1d !important;
  color: white !important;
  border-radius: 25px !important;
  font-size: 25px;
  padding: 0;
  text-decoration: none;
  font-weight: 900;
  border-color: #ff7f1d;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  width: 43px;
  height: 43px;
  text-align: center;
}

@media (max-width: 520px) {
  .btn-primary-nav {
    font-size: 18px;
    width: 40px;
    height: 40px;
    padding: 0px !important;
  }
}

.btn-primary-nav:hover {
  background-color: transparent;
  border-color: #ff7f1d;
  color: #ff7f1d;
}

button.closeMenu.btn.btn-primary-nav {
  padding: 0 !important;
}

.btn-outline-primary {
  background-color: transparent;
  color: #ff7f1d;
  border-radius: 25px;
  padding: 10px 30px;
  font-size: 17px;
  text-decoration: none;
  font-weight: 900;
  border-color: #ff7f1d;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.btn-outline-primary:hover {
  background-color: #ff7f1d;
  border-color: #ff7f1d;
  color: #fff;
}

main section:first-of-type {
  -webkit-transition: padding-top 0.3s ease-in-out;
  transition: padding-top 0.3s ease-in-out;
  padding-top: 250px;
}

@media (max-width: 769px) {
  main section:first-of-type {
    padding-top: 180px;
  }
}

.logged-in header {
  top: 32px;
}

@media (max-width: 768px) {
  .logged-in header {
    top: 46px;
  }
}

header {
  padding: 0;
  position: relative;
  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

header .top-bar {
  background-color: #5aa84d;
  color: white;
  text-align: right;
  overflow: hidden;
}

header .top-bar:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/topbar_slice.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  width: 100%;
  min-width: 1920px;
  height: 60px;
  z-index: 1;
}

header .top-bar .container {
  position: relative;
  z-index: 2;
  padding: 10px 30px;
}

header .top-bar .container .top-bar-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 18px;
}

header .top-bar .container .top-bar-contact a {
  color: #fff;
  text-decoration: none;
}

header .notice-bar {
  background-color: #934626;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: none;
}

header .notice-bar .notice_title {
  font-family: "Poppins";
  font-weight: 700;
  font-style: Bold;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 10px;
}

header .notice-bar .notice_title span {
  margin-left: -40px;
  margin-right: 10px;
}

@media (max-width: 769px) {
  header .notice-bar .notice_title span {
    margin-left: 0;
  }
}

@media (max-width: 769px) {
  header .notice-bar .notice_text {
    font-size: 14px;
  }
}

header .notice-bar .close_notice_bar {
  margin-right: 10px;
}

header .navbar-brand img {
  max-height: auto;
  max-width: 140px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 520px) {
  header .navbar-brand img {
    max-width: 100px;
  }
}

header .navbar-brand img {
  width: 100%;
  height: auto;
}

header.scrolled {
  background: #1a4d2c;
}

header nav {
  background: #1a4d2c;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgb(26, 77, 44)), to(rgba(60, 179, 102, 0)));
  background: linear-gradient(180deg, rgb(26, 77, 44) 60%, rgba(60, 179, 102, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1A4D2C", endColorstr="#3CB36600", GradientType=0);
}

header nav .navbar-toggler {
  padding: 0;
}

header nav .navbar-toggler:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

header nav .navbar-toggler {
  background-color: #5aa84d;
  padding: 10px;
  color: white;
  top: -4px;
}

header nav .navbar-toggler i {
  font-size: 20px;
  color: white;
}

header nav .container {
  padding: 10px 20px;
}

header nav ul>li.menu-item {
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 0px;
  padding-top: 0px;
}

@media (max-width: 768px) {
  header nav ul>li.menu-item {
    margin-bottom: 5px;
  }
}

header nav ul>li.menu-item a.nav-link {
  color: #fff;
}

header nav ul>li.menu-item a.nav-link.active,
header nav ul>li.menu-item a.nav-link:hover,
header nav ul>li.menu-item a.nav-link.dropdown-toggle.show {
  color: #b4e330;
  font-weight: 700;
}

header nav ul>li.menu-item ul.dropdown-menu {
  background-color: #5aa84d;
  border-radius: 0px;
  border: unset;
}

header nav ul>li.menu-item ul.dropdown-menu li.menu-item {
  border-radius: 100px;
}

header nav ul>li.menu-item ul.dropdown-menu li.menu-item a.dropdown-item {
  padding: 8px 10px;
  text-align: left;
  border-radius: 100px;
}

header nav ul>li.menu-item ul.dropdown-menu li.menu-item a.dropdown-item.active {
  background-color: #ffcd50;
  color: #1a4d2c;
  font-weight: 700;
  border-radius: 0px;
}

header nav ul>li.menu-item ul.dropdown-menu li.menu-item a.dropdown-item:hover {
  background-color: #5aa84d;
  color: #fff;
  font-weight: 700;
  border-radius: 0px;
}

#mobileMenu {
  position: fixed;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #1a4d2c;
  padding-top: 50px;
  overflow-y: scroll;
  padding-bottom: 50px;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}

#mobileMenu.active {
  left: 0;
}

#mobileMenu .closeMenu {
  position: absolute;
  top: 20px;
  right: 20px;
}

#mobileMenu .mobileLogo {
  text-align: center;
  margin-bottom: 20px;
}

#mobileMenu .mobileLogo img {
  max-width: auto;
  width: auto;
  height: auto;
  max-height: 87px;
}

#mobileMenu ul.navbar-nav>li.menu-item {
  padding-bottom: 0px;
  padding-top: 0px;
  text-align: center;
  display: block;
  width: 100%;
  margin: 0px auto 10px !important;
}

@media (max-width: 768px) {
  #mobileMenu ul.navbar-nav>li.menu-item {
    margin-bottom: 5px;
  }
}

#mobileMenu ul.navbar-nav>li.menu-item a.nav-link {
  padding: 8px 8px;
  text-align: center;
  background-color: transparent;
  color: #ffffff;
  width: 100%;
}

#mobileMenu ul.navbar-nav>li.menu-item a.nav-link.active,
#mobileMenu ul.navbar-nav>li.menu-item a.nav-link:hover {
  color: #92c244;
  font-weight: 900;
}

#mobileMenu ul.navbar-nav>li.menu-item.book {
  width: auto;
}

#mobileMenu ul.navbar-nav>li.menu-item.book a.nav-link {
  background-color: #ff7f1d;
  color: white;
  border-radius: 25px;
  padding: 10px 30px;
  font-size: 17px;
  text-decoration: none;
  font-weight: 900;
  border-color: #ff7f1d;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

#mobileMenu ul.navbar-nav>li.menu-item.book a.nav-link:hover {
  background-color: transparent;
  border-color: #ff7f1d;
  color: #ff7f1d;
}

#mobileMenu ul.navbar-nav>li.menu-item.book a.nav-link.active {
  background-color: #5aa84d;
  color: white;
}

#mobileMenu ul.navbar-nav>li.menu-item ul.dropdown-menu {
  background-color: #5aa84d;
  border-radius: 23px;
  width: 100%;
  margin-left: -5px;
  border: unset;
  margin-top: 10px !important;
  padding: 10px;
}

#mobileMenu ul.navbar-nav>li.menu-item ul.dropdown-menu.show {
  display: block;
  position: unset !important;
  -webkit-transform: unset !important;
  transform: unset !important;
}

@media (max-width: 768px) {
  #mobileMenu ul.navbar-nav>li.menu-item ul.dropdown-menu {
    width: 100%;
  }
}

#mobileMenu ul.navbar-nav>li.menu-item ul.dropdown-menu li.menu-item {
  border-radius: 100px;
}

#mobileMenu ul.navbar-nav>li.menu-item ul.dropdown-menu li.menu-item a.dropdown-item {
  padding: 8px 10px;
  text-align: center;
  border-radius: 100px;
}

#mobileMenu ul.navbar-nav>li.menu-item ul.dropdown-menu li.menu-item a.dropdown-item.active {
  background-color: #ffcd50;
  color: #1a4d2c;
  font-weight: 700;
}

#mobileMenu ul.navbar-nav>li.menu-item ul.dropdown-menu li.menu-item:hover a.dropdown-item {
  background-color: #1a4d2c;
  color: #fff;
  font-weight: 700;
  border-radius: 100px;
}

footer {
  background-color: #1a4d2c;
  background-image: url(../img/footer-landscape.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  position: relative;
  padding-top: 56px;
  padding-bottom: 0px;
}
footer .footer_main {
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  footer {
    background-position: right bottom;
    background-size: auto 180px;
  }

  footer .footer_main {
    padding-bottom: 100px;
  }
}

footer .footer_col h4 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 20px;
}

footer .footer_logo img {
  max-width: 160px;
  height: auto;
  display: block;
}

footer .footer_contact {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

footer .footer_contact li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  font-size: 14.5px;
  line-height: 155%;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 11px;
}

footer .footer_contact li i {
  width: 15px;
  margin-top: 4px;
  font-size: 13px;
  color: #92c244;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

footer .footer_contact li a {
  color: inherit;
  text-decoration: none;
}

footer .footer_contact li a:hover {
  color: #92c244;
}

footer .footer_socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  margin-top: 20px;
}

footer .footer_socials a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  text-decoration: none;
  -webkit-transition: all 0.18s ease-in-out;
  -o-transition: all 0.18s ease-in-out;
  transition: all 0.18s ease-in-out;
}

footer .footer_socials a:hover {
  background-color: #92c244;
  color: #1a4d2c;
}

footer ul.footer_sitemap {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer ul.footer_sitemap li {
  margin-bottom: 10px;
}

footer ul.footer_sitemap li a {
  font-size: 14.5px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

footer ul.footer_sitemap li a:hover {
  color: #92c244;
}

footer ul.footer_news {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer ul.footer_news li {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

footer ul.footer_news li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}

footer ul.footer_news li a {
  display: block;
  font-size: 14.5px;
  line-height: 150%;
  color: #ffffff;
  text-decoration: none;
}

footer ul.footer_news li a:hover {
  color: #92c244;
}

footer ul.footer_news .footer_news_meta {
  display: block;
  font-size: 12.5px;
  line-height: 130%;
  letter-spacing: 0px;
  color: #92c244;
  margin-bottom: 4px;
}

@media (max-width: 991px) {
  footer .footer_col {
    margin-bottom: 40px;
  }
  footer .footer_col:last-child {
    margin-bottom: 0px;
  }
}


footer .footer_top {
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  footer .footer_top {
    margin-bottom: 40px;
  }
}

footer .footer_top .footer_custom_logo {
  max-width: 294px;
  height: auto;
}

@media (max-width: 768px) {
  footer .footer_top .footer_custom_logo {
    margin-bottom: 40px;
  }
}

footer .footer-widget .widget-title {
  font-family: Rubik;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0px;
  color: white;
  margin-bottom: 20px;
}

footer .footer-widget ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[2];
  grid-template-columns: repeat(2, auto);
  grid-auto-flow: column;
  -ms-grid-rows: (auto)[6];
  grid-template-rows: repeat(6, auto);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .footer-widget ul.menu>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

footer .footer-widget ul.menu>*:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

footer .footer-widget ul.menu>*:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

footer .footer-widget ul.menu>*:nth-child(4) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

footer .footer-widget ul.menu>*:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

footer .footer-widget ul.menu>*:nth-child(6) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}

footer .footer-widget ul.menu>*:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

footer .footer-widget ul.menu>*:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

footer .footer-widget ul.menu>*:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

footer .footer-widget ul.menu>*:nth-child(10) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}

footer .footer-widget ul.menu>*:nth-child(11) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}

footer .footer-widget ul.menu>*:nth-child(12) {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}

footer .footer-widget ul.menu li a {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0%;
  color: white;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

footer .footer-widget ul.menu li a:hover {
  color: #92c244;
  font-weight: 700;
}

footer .contact-info {
  margin-left: auto;
  margin-left: auto;
}

@media (max-width: 520px) {
  footer .contact-info {
    width: 100%;
  }
}

footer .footer_logo {
  display: block;
  margin-bottom: 4px;
}

.footer-copy {
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #1a4d2c;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-weight: 400;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0%;
}

.footer-copy p,
.footer-copy a,
.footer-copy li {
  font-size: 11px;
}

.footer-copy .copy_menu {
  margin-left: 60px;
}

@media (max-width: 520px) {
  .footer-copy .copy_menu {
    margin-left: 0;
  }
}

.footer-copy .copy_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-copy .copy_menu ul li a {
  font-weight: 400;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0%;
  color: white;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.footer-copy .copy_menu ul li a:hover {
  color: #92c244;
  font-weight: 700;
}

.footer-copy .copy_text {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 520px) {
  .footer-copy .copy_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer-copy .copy_text p {
  margin-bottom: 0;
}

@media (max-width: 520px) {
  .footer-copy .copy_text p {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .footer-copy .copy_text_right {
    margin-top: 10px;
  }
}

@media (max-width: 520px) {
  .footer-copy .copy_text_right {
    text-align: center;
  }
}

.footer-copy .copy_text_right {
  text-align: right;
}

.footer-copy .copy_text_right p {
  margin-bottom: 0;
}

.footer-copy .copy_text_right {
  color: rgba(255, 255, 255, 0.62);
}

.footer-copy .copy_text_right a {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 900;
}

.contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 18px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  border-radius: 50px;
  background-color: #f7dfc7;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

@media (max-width: 520px) {
  .contact-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}

.contact-info a {
  text-decoration: none;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: -4.5%;
  color: #3a3a3c;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.contact-info a:hover {
  color: #5aa84d;
  font-weight: 700;
}

.contact-info a.social-icon {
  background-color: #ff7f1d;
  border-radius: 100%;
  border: none;
  width: 43px;
  height: 43px;
  text-align: center;
  font-size: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  color: #fff;
  cursor: pointer;
}

.contact-info a.social-icon:hover {
  background-color: #5aa84d;
}

.acf_image_text {
  padding-top: 100px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 520px) {
  .acf_image_text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.acf_image_text.overlap {
  padding-top: 0px;
  padding-bottom: 0px;
}

.acf_image_text.overlap .acf_image_text_image {
  margin-bottom: -100px;
  z-index: 8;
  position: relative;
}

.acf_image_text .container {
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
}

.acf_image_text .container.v1 .standard-image {
  position: relative;
  left: -50%;
}

@media (max-width: 520px) {
  .acf_image_text .container .standard-image {
    max-width: 100%;
    height: auto;
    position: unset !important;
  }
}

.acf_image_text .container.contained-row .standard-image {
  position: unset;
  left: unset;
}

.acf_image_text .container .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.acf_image_text .container .row .col-12 .acf_image_text_image {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .acf_image_text .container .row .col-12 .acf_image_text_image.extras {
    margin-bottom: 100px;
  }
}

.acf_image_text .container .row .col-12 .acf_image_text_image.extras .standard-image {
  max-width: 80%;
}

.acf_image_text .container .row .col-12 .acf_image_text_image_gallery {
  position: relative;
}

@media (max-width: 768px) {
  .acf_image_text .container .row .col-12 .acf_image_text_image_gallery {
    margin-bottom: 50px;
  }
}

.acf_image_text .container .row .col-12 .acf_image_text_image_gallery .custom-slick-gallery-main img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  background-color: white;
}

.acf_image_text .container .row .col-12 .acf_image_text_image_gallery .custom-slick-gallery-main {
  margin-bottom: 20px;
}

.acf_image_text .container .row .col-12 .acf_image_text_image_gallery .custom-slick-gallery-nav {
  /* the slides */
  max-width: 80%;
}

@media (max-width: 520px) {
  .acf_image_text .container .row .col-12 .acf_image_text_image_gallery .custom-slick-gallery-nav {
    max-width: 70%;
  }
}

.acf_image_text .container .row .col-12 .acf_image_text_image_gallery .custom-slick-gallery-nav {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.acf_image_text .container .row .col-12 .acf_image_text_image_gallery .custom-slick-gallery-nav .slick-slide {
  margin: 0 12px;
}

@media (max-width: 520px) {
  .acf_image_text .container .row .col-12 .acf_image_text_image_gallery .custom-slick-gallery-nav .slick-slide {
    margin: 0 6px;
  }
}

.acf_image_text .container .row .col-12 .acf_image_text_image_gallery .custom-slick-gallery-nav {
  /* the parent */
}

.acf_image_text .container .row .col-12 .acf_image_text_image_gallery .custom-slick-gallery-nav .slick-list {
  margin: 0 -12px;
}

@media (max-width: 520px) {
  .acf_image_text .container .row .col-12 .acf_image_text_image_gallery .custom-slick-gallery-nav .slick-list {
    margin: 0 -6px;
  }
}

.acf_image_text .container .row .col-12 .acf_image_text_image_gallery .custom-slick-gallery-nav img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  background-color: white;
}

.acf_image_text .container .row .col-12 .acf_image_text_image_gallery .acf_image_text_image_gallery_nav {
  position: absolute;
  bottom: 40px;
}

@media (max-width: 768px) {
  .acf_image_text .container .row .col-12 .acf_image_text_image_gallery .acf_image_text_image_gallery_nav {
    bottom: 20px;
  }
}

@media (max-width: 520px) {
  .acf_image_text .container .row .col-12 .acf_image_text_image_gallery .acf_image_text_image_gallery_nav {
    bottom: 15px;
  }
}

.acf_image_text .container .row .col-12 .acf_image_text_image_gallery .acf_image_text_image_gallery_nav {
  width: 100%;
  z-index: 1;
}

.acf_image_text .container .row .col-12 .acf_image_text_image_gallery .acf_image_text_image_gallery_nav button {
  background-color: #ff7f1d;
  border-radius: 100%;
  border: none;
  width: 45px;
  height: 45px;
}

@media (max-width: 520px) {
  .acf_image_text .container .row .col-12 .acf_image_text_image_gallery .acf_image_text_image_gallery_nav button {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
}

.acf_image_text .container .row .col-12 .acf_image_text_image_gallery .acf_image_text_image_gallery_nav button {
  text-align: center;
  font-size: 25px;
  color: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.acf_image_text .container .row .col-12 .acf_image_text_image_gallery .acf_image_text_image_gallery_nav button:hover {
  background-color: #5aa84d;
}

.acf_image_text .container .row .col-12 .acf_image_text_pre_title {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 132%;
  letter-spacing: 5px;
  color: #008929;
  margin-bottom: 10px;
}

.acf_image_text .container .row .col-12 .acf_image_text_text h1,
.acf_image_text .container .row .col-12 .acf_image_text_text h2,
.acf_image_text .container .row .col-12 .acf_image_text_text h3,
.acf_image_text .container .row .col-12 .acf_image_text_text h4,
.acf_image_text .container .row .col-12 .acf_image_text_text h5,
.acf_image_text .container .row .col-12 .acf_image_text_text h6 {
  color: #1a4d2c;
}

.acf_image_text .container .row .col-12 .acf_image_text_text h1 b,
.acf_image_text .container .row .col-12 .acf_image_text_text h1 strong,
.acf_image_text .container .row .col-12 .acf_image_text_text h2 b,
.acf_image_text .container .row .col-12 .acf_image_text_text h2 strong,
.acf_image_text .container .row .col-12 .acf_image_text_text h3 b,
.acf_image_text .container .row .col-12 .acf_image_text_text h3 strong,
.acf_image_text .container .row .col-12 .acf_image_text_text h4 b,
.acf_image_text .container .row .col-12 .acf_image_text_text h4 strong,
.acf_image_text .container .row .col-12 .acf_image_text_text h5 b,
.acf_image_text .container .row .col-12 .acf_image_text_text h5 strong,
.acf_image_text .container .row .col-12 .acf_image_text_text h6 b,
.acf_image_text .container .row .col-12 .acf_image_text_text h6 strong {
  color: #5aa84d;
}

.acf_image_text .container .row .col-12 .acf_image_text_text p {
  font-weight: 400;
  font-style: Regular;
 /* font-size: 18px; */
  line-height: 180%;
  letter-spacing: -4.5%;
}

.acf_image_text .container .row .col-12 .acf_image_text_icons .row {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: start !important;
}

.acf_image_text .container .row .col-12 .acf_image_text_icons .acf_image_text_icon .acf_image_text_icon_inner h5 {
  font-weight: 400;
  font-size: 18px;
}

.acf_image_text .container .row .col-12 .acf_image_text_icons .acf_image_text_icon.icon2 .acf_image_text_icon_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

@media (max-width: 769px) {
  .acf_image_text .container .row .col-12 .acf_image_text_icons .acf_image_text_icon.icon2 .acf_image_text_icon_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.acf_image_text .container .row .col-12 .acf_image_text_icons.icon2 {
  margin-top: 30px;
}

.acf_image_text .container .row .col-12 .acf_image_text_icons.icon2 .acf_image_text_icon_image {
  width: 40%;
}

@media (max-width: 769px) {
  .acf_image_text .container .row .col-12 .acf_image_text_icons.icon2 .acf_image_text_icon_image {
    width: 100%;
  }
}

.acf_image_text .container .row .col-12 .acf_image_text_icons.icon2 .acf_image_text_icon_inner>span {
  width: 100%;
}

@media (max-width: 520px) {
  .acf_image_text .container .row .col-12 .acf_image_text_icons.icon2 .acf_image_text_icon_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.acf_image_text .container .row .col-12 .btn-outline-primary {
  margin-left: 10px;
}

@media (max-width: 520px) {
  .acf_image_text .container .row .col-12 .btn-outline-primary {
    margin-left: 0px;
    margin-top: 10px;
  }
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 1000;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 1000;
  }
}

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

.acf_reviews_row .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.acf_reviews_row .container-fluid .col-12:not(.reviews_row_header) {
  padding-left: 0;
  padding-right: 0;
}

.acf_reviews_row .reviews_row_header h6 {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 132%;
  letter-spacing: 5px;
  text-align: center;
  color: #008929;
}

.acf_reviews_row .reviews_row_header h2 {
  text-align: center;
}

.acf_reviews_row .reviews_row_header p {
  font-size: 15px;
  line-height: 150%;
}

.reviews_row_cards {
  margin-top: 55px;
}

.reviews_row_cards.review_slider {
  padding-left: 30px;
  padding-right: 0px;
}

.reviews_row_cards.review_slider .slick-slide {
  margin: 0 15px;
}

.reviews_row_cards.review_slider {
  /* the parent */
}

.reviews_row_cards.review_slider .slick-list {
  margin: 0 -15px;
}

.reviews_row_cards .slick-prev,
.reviews_row_cards .slick-next {
  top: 120%;
}

.reviews_row_cards .slick-prev {
  left: 50%;
}

.reviews_row_cards .slick-next {
  right: 50%;
}

.reviews_row_cards .review_card {
  text-align: left;
  background-color: white;
  border-radius: 16px;
  padding: 20px 30px;
  display: block;
  color: #252c36;
  text-decoration: none;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.reviews_row_cards .review_card .review_card_top {
  margin-bottom: 20px;
}

.reviews_row_cards .review_card .review_card_top .review_stars {
  color: #00b67a;
}

.reviews_row_cards .review_card .review_card_top .review_verified {
  color: #6c6c83;
}

.reviews_row_cards .review_card .review_card_body h6 {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 132%;
  letter-spacing: -4.5%;
}

.reviews_row_cards .review_card .review_card_body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 153%;
  letter-spacing: -4.5%;
}

.reviews_row_cards .review_card .review_card_body p.review_card_author {
  margin-top: 15px;
  font-weight: 700;
  font-size: 14px;
  line-height: 132%;
  letter-spacing: -4.5%;
  margin-bottom: 0;
}

.reviews_row_slider_nav {
  margin-top: 60px;
}

.reviews_row_slider_nav button {
  background-color: #ff7f1d;
  border-radius: 100%;
  border: none;
  width: 55px;
  height: 55px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.reviews_row_slider_nav button:hover {
  background-color: #5aa84d;
}

.acf_products_row {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 520px) {
  .acf_products_row {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.acf_products_row .products_row_header {
  margin-bottom: 50px;
}

.acf_products_row .products_row_header h2 {
  color: #1a4d2c;
}

.acf_products_row .products_row_header h6 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 40px;
  line-height: 154%;
  letter-spacing: -5%;
  text-align: center;
}

.acf_products_row .products_row_header p {
  font-size: 15px;
  line-height: 150%;
}

.acf_products_row .products_row_footer {
  margin-top: 50px;
}

.acf_services_row {
  padding-top: 100px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 520px) {
  .acf_services_row {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.acf_services_row .services_row_header h6 {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 132%;
  letter-spacing: 5px;
  text-align: center;
  color: #008929;
}

.acf_services_row .services_row_header h2 {
  text-align: center;
}

.acf_services_row .services_row_header p {
  font-size: 15px;
  line-height: 150%;
}

.acf_services_row .services_row_services {
  margin-top: 120px;
}

.acf_services_row .services_row_services .service_item_container:nth-child(odd) .service_item {
  background-color: #a17f7f;
}

.acf_services_row .services_row_services .service_item_container:nth-child(even) .service_item {
  background-color: #c1864c;
}

.acf_services_row .services_row_services .service_item {
  border-radius: 30px;
  margin-bottom: 80px;
  padding: 0px 30px 30px;
  display: block;
  text-decoration: none;
  color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.acf_services_row .services_row_services .service_item:hover {
  background-color: #5aa84d !important;
}

.acf_services_row .services_row_services .service_item:hover .service_icon img {
  max-height: 170px;
  top: -70px;
}

.acf_services_row .services_row_services .service_item .service_icon {
  height: 100px;
}

.acf_services_row .services_row_services .service_item .service_icon img {
  max-height: 170px;
  position: relative;
  top: -60px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.acf_services_row .services_row_services .service_item .service_title {
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  line-height: 132%;
  letter-spacing: -4.5%;
  text-align: center;
}

.acf_services_row .services_row_services .service_item .service_text {
  font-weight: 400;
  font-size: 18px;
  line-height: 153%;
  letter-spacing: -4.5%;
  text-align: center;
}

.acf_services_row .services_row_services .service_item .service_link:hover {
  background-color: white;
  color: #5aa84d;
  border-color: white;
}

.acf_services_row .services_row_footer {
  margin-top: 50px;
}

.acf_home_header_row {
  padding-top: 300px !important;
  padding-bottom: 200px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
}

.acf_home_header_row .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.acf_home_header_row .container .row .acf_home_header_row_text h1 {
  font-family: Rubik;
  font-weight: 700;
  font-style: Bold;
  font-size: 58px;
  line-height: 65px;
  letter-spacing: 0px;
  color: #fff;
  text-shadow: 4px 4px 0px #1a4d2c;
}

.acf_home_header_row .container .row .acf_home_header_row_text h1 b {
  color: #92c244;
}

.acf_home_header_row .container .row .acf_home_header_row_text p {
  color: white;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}

.acf_page_header_row {
  padding-top: 300px !important;
  padding-bottom: 90px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
}

.acf_page_header_row .container .row .acf_page_header_row_text #breadcrumbs {
  color: white;
  font-size: 17px;
}

.acf_page_header_row .container .row .acf_page_header_row_text #breadcrumbs i.fa-chevron-right {
  font-size: 12px;
}

.acf_page_header_row .container .row .acf_page_header_row_text #breadcrumbs a {
  color: white;
  text-decoration: none;
}

.acf_page_header_row .container .row .acf_page_header_row_text #breadcrumbs>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.acf_page_header_row .container .row .acf_page_header_row_text #breadcrumbs .breadcrumb_last {
  font-weight: 900;
}

.acf_page_header_row .container .row .acf_page_header_row_text h1 {
  font-family: Rubik;
  font-weight: 700;
  font-style: Bold;
  font-size: 64px;
  line-height: 70px;
  letter-spacing: 0px;
  color: #ffffff;
}

.acf_page_header_row .container .row .acf_page_header_row_text h1 span {
  color: #92c244;
}

.acf_faqs {
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
  padding-left: 6vw;
  padding-right: 6vw;
}

.acf_faqs .container {
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
}

.acf_faqs .faqs_row_header h6 {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 132%;
  letter-spacing: 5px;
  text-align: center;
  color: #008929;
}

.acf_faqs .faqs_row_header .section-title {
  text-align: center;
}

.acf_faqs .faqs_row_header .section-description {
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
}

.accordion {
  margin-top: 40px;
}

.accordion .accordion-item {
  border-bottom: solid #e2e9e0 2px;
  border-top: unset;
  border-left: unset;
  border-right: unset;
  border-radius: 0;
  overflow: hidden;
  background: unset;
}

.accordion .accordion-item.active button:after {
  content: "\f068";
  font-family: "Font Awesome 7 Pro";
  background: unset;
  color: #92c244;
  -webkit-transform: unset;
  transform: unset;
}

.accordion .accordion-item.active button {
  color: #92c244;
}

.accordion .accordion-item.active {
  border: unset;
}

.accordion .accordion-item button {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 28px;
  background-color: white;
  color: #252c36;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion .accordion-item button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion .accordion-item button:after {
  content: "+";
  font-family: "Font Awesome 7 Pro";
  background: unset;
  color: #3a3a3c;
  -webkit-transform: unset;
  transform: unset;
  margin-top: -10px;
}

.accordion .accordion-item .accordion-body {
  margin-top: 10px;
  font-weight: 400;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 150%;
  background-color: #fff;
  border-radius: 30px !important;
}

.acf_faqs_text_row {
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}

.acf_faqs_text_row .section-title {
  font-family: Poppins;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.5%;
}

.acf_faqs_text_row .section-description {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0%;
}

.acf_faqs_text_row .accordion {
  margin-top: 40px;
}

.acf_faqs_text_row .accordion .accordion-item {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}

.acf_faqs_text_row .accordion .accordion-item.active button:after {
  content: "\f056";
  font-family: "Font Awesome 7 Pro";
  background: unset;
  color: #222443;
  -webkit-transform: unset;
  transform: unset;
}

.acf_faqs_text_row .accordion .accordion-item.active button {
  background-color: #ffcd50;
  border-color: #ffcd50;
}

.acf_faqs_text_row .accordion .accordion-item.active {
  background-color: #ffcd50;
  border-color: #ffcd50;
}

.acf_faqs_text_row .accordion .accordion-item button {
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
  background-color: white;
  color: #252c36;
}

.acf_faqs_text_row .accordion .accordion-item button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.acf_faqs_text_row .accordion .accordion-item button:after {
  content: "\f055";
  font-family: "Font Awesome 7 Pro";
  background: unset;
  color: #5b9db7;
  -webkit-transform: unset;
  transform: unset;
  margin-top: -10px;
}

.acf_faqs_text_row .accordion .accordion-item .accordion-body {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0%;
}

.acf_tabs_row {
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}

.acf_tabs_row .section-title {
  font-family: Poppins;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.5%;
  text-align: center;
}

.acf_tabs_row .section-description {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}

.acf_tabs_row ul.nav {
  margin-top: 40px;
  margin-bottom: 0 !important;
}

.acf_tabs_row ul.nav:before {
  display: none !important;
}

.acf_tabs_row ul.nav {
  padding: 0 !important;
}

.acf_tabs_row ul.nav li button {
  padding: 20px 44px !important;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border: unset !important;
  margin-right: 10px !important;
  background-color: rgba(255, 255, 255, 0.3) !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #252c36 !important;
}

.acf_tabs_row ul.nav li button.active {
  background-color: rgb(255, 255, 255) !important;
}

.acf_tabs_row ul.nav li button.active:after {
  display: none !important;
}

.acf_tabs_row ul.nav li button:hover {
  background-color: #ffcd50 !important;
}

.acf_tabs_row ul.nav li button:hover:after {
  display: none !important;
}

.acf_tabs_row .tab-content .tab-pane {
  background-color: white !important;
  padding: 28px 40px !important;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  font-family: "Poppins", sans-serif;
  color: #252c36;
}

.acf_contact_form_row {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 520px) {
  .acf_contact_form_row {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.acf_contact_form_row h3 {
  margin-bottom: 30px;
}

.acf_contact_form_row h2 {
  color: #1a4d2c;
}

.acf_contact_form_row .contactFormEmail {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #5aa84d;
  padding-bottom: 10px;
}

.acf_contact_form_row .contactFormEmail a,
.acf_contact_form_row .contactFormEmail .contactFormAddress {
  display: block;
  margin-top: 5px;
  font-weight: 700;
  font-style: Bold;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #1a4d2c;
  text-decoration: none;
}

.acf_contact_form_row .contactFormEmail a:hover {
  color: #5aa84d;
}

.acf_contact_form_row .socialHeading {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #5aa84d;
}

.acf_contact_form_row .socials .social-icon {
  background-color: #1a4d2c;
  border-radius: 100%;
  border: none;
  width: 43px;
  height: 43px;
  text-align: center;
  font-size: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.acf_contact_form_row .socials .social-icon:hover {
  background-color: #5aa84d;
}

.acf_contact_form_row .contactFormContainer {
  background-color: rgba(26, 77, 44, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.acf_contact_form_row .contactFormContainer .container {
  padding: 0 !important;
}

.acf_contact_form_row .contactFormContainer .container .wpcf7-text,
.acf_contact_form_row .contactFormContainer .container textarea {
  width: 100%;
  border-radius: 30px !important;
  padding: 15px 20px;
  border: unset;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  letter-spacing: 0%;
}

.acf_contact_form_row .contactFormContainer .container .wpcf7-text::-webkit-input-placeholder,
.acf_contact_form_row .contactFormContainer .container textarea::-webkit-input-placeholder {
  color: #3a3a3c;
  font-weight: 800;
}

.acf_contact_form_row .contactFormContainer .container .wpcf7-text::-moz-placeholder,
.acf_contact_form_row .contactFormContainer .container textarea::-moz-placeholder {
  color: #3a3a3c;
  font-weight: 800;
}

.acf_contact_form_row .contactFormContainer .container .wpcf7-text:-ms-input-placeholder,
.acf_contact_form_row .contactFormContainer .container textarea:-ms-input-placeholder {
  color: #3a3a3c;
  font-weight: 800;
}

.acf_contact_form_row .contactFormContainer .container .wpcf7-text::-ms-input-placeholder,
.acf_contact_form_row .contactFormContainer .container textarea::-ms-input-placeholder {
  color: #3a3a3c;
  font-weight: 800;
}

.acf_contact_form_row .contactFormContainer .container .wpcf7-text::placeholder,
.acf_contact_form_row .contactFormContainer .container textarea::placeholder {
  color: #3a3a3c;
  font-weight: 800;
}

.acf_contact_form_row .contactFormContainer .container input[type=checkbox] {
  margin-right: 10px;
}

.acf_contact_form_row .contactFormContainer .container input[type=checkbox]:checked:after {
  background-color: #1a4d2c;
}

.acf_contact_form_row .contactFormContainer .container input[type=checkbox]:after {
  content: "\f00c";
  font-family: "Font Awesome 7 Pro";
  color: #fff;
  text-align: center;
  line-height: 25px;
  position: absolute;
  top: -4px;
  left: 4px;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 50%;
}

.acf_contact_form_row .contactFormContainer .container span.wpcf7-list-item {
  margin: 0 0 0 10px;
}

.acf_contact_form_row .contactFormContainer .container span.wpcf7-list-item a {
  color: #1a4d2c;
}

.acf_get_in_touch_row {
  background-color: #f6f9f5;
  padding-top: 100px;
  padding-bottom: 100px;
}

.acf_get_in_touch_row .column.col-pad {
  padding-right: 125px;
}

.acf_get_in_touch_row .column i {
  color: #008929;
  font-size: 50px;
  margin-bottom: 10px;
}

.acf_get_in_touch_row .column h6 {
  color: #008929;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
}

.acf_get_in_touch_row .column h3 {
  color: #1a4d2c;
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: 0px;
}

.acf_get_in_touch_row .column p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}

.acf_get_in_touch_row .column .git_icons {
  margin-top: 20px;
}

.acf_get_in_touch_row .column .git_icons a {
  font-weight: 700;
  color: #1a4d2c;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.acf_get_in_touch_row .column .git_icons a i {
  font-size: 20px;
  margin-right: 5px;
  margin-bottom: 0;
}

.acf_news_row {
  padding-top: 30px;
  padding-bottom: 100px;
}

.acf_news_row .blog_header_row {
  margin-bottom: 50px;
}

.acf_news_row .blog_header_row h6 {
  color: #008929;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
}

.acf_news_row .blog_header_row h2 {
  color: #1a4d2c;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 0px;
}

/* Category filter above the full news listing. Same small green Open Sans as the
   pre titles and card meta, with hairline pipes between the items. */
.acf_news_row .blog_filter_row {
  margin-top: -25px;
  margin-bottom: 35px;
}

.acf_news_row .blog_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3eae3;
}

.acf_news_row .blog_filter_link {
  position: relative;
  background: none;
  border: 0;
  /* Vertical padding only, to give a comfortable tap target on mobile without
     changing how the row looks. */
  padding: 5px 0;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0px;
  color: #1a4d2c;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.acf_news_row .blog_filter_link:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: #c7d4c7;
}

.acf_news_row .blog_filter_link:hover {
  color: #008929;
}

.acf_news_row .blog_filter_link:focus-visible {
  color: #008929;
  outline: 2px solid #008929;
  outline-offset: 3px;
}

.acf_news_row .blog_filter_link.active {
  color: #008929;
  font-weight: 700;
}

.acf_news_row .blog_card_col[hidden] {
  display: none;
}

.acf_news_row .blog_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  text-decoration: none;
}

@media (max-width: 520px) {
  .acf_news_row .blog_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }
}

.acf_news_row .blog_card .blog_card_image {
  width: 100%;
}

.acf_news_row .blog_card .blog_card_image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover;
}

.acf_news_row .blog_card .blog_card_body {
  width: 100%;
}

.acf_news_row .blog_card .blog_card_body .blog_card_meta {
  font-size: 14px;
  color: #008929;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-weight: 600;
  margin-bottom: 10px;
}

.acf_news_row .blog_card .blog_card_body h4 {
  color: #1a4d2c;
  font-size: 22px;
  line-height: 26px;
}

.acf_products_tabs_row {
  /* Pulled up by exactly the tab strip height (30px + 18px + 30px) so the tabs
     sit flush on the bottom edge of the header image above. */
  margin-top: -78px;
  position: relative;
  padding-bottom: 50px;
  z-index: 2;
}

@media (max-width: 520px) {
  .acf_products_tabs_row {
    margin-top: -68px;
  }
}

.acf_products_tabs_row #productTabs {
  border: unset;
}

.acf_products_tabs_row #productTabs .tab-label-mobile {
  display: none;
}

.acf_products_tabs_row #productTabs .nav-item:first-of-type {
  margin-right: 1px;
}

.acf_products_tabs_row #productTabs .nav-item:first-of-type button {
  border-top-left-radius: 10px;
}

@media (max-width: 520px) {
  .acf_products_tabs_row #productTabs .nav-item:first-of-type button {
    border-top-right-radius: 0;
  }
}

.acf_products_tabs_row #productTabs .nav-item:last-of-type {
  margin-left: 1px;
}

.acf_products_tabs_row #productTabs .nav-item:last-of-type button {
  border-top-right-radius: 10px;
}

@media (max-width: 520px) {
  .acf_products_tabs_row #productTabs .nav-item:last-of-type button {
    border-top-right-radius: 10px;
  }
}

@media (max-width: 520px) {
  .acf_products_tabs_row #productTabs {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
  }

  .acf_products_tabs_row #productTabs .nav-item {
    flex: 1 1 50%;
    width: 50%;
    min-width: 0;
    margin: 0;
  }

  .acf_products_tabs_row #productTabs .nav-item:first-of-type,
  .acf_products_tabs_row #productTabs .nav-item:last-of-type {
    margin: 0;
  }
}

.acf_products_tabs_row #productTabs .nav-item .nav-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  padding: 30px 30px;
  background-color: #5aa84d;
  color: #ffffff;
  border-radius: 0px;
  border: unset;
}

@media (max-width: 520px) {
  .acf_products_tabs_row #productTabs .nav-item .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 68px;
    width: 100%;
    padding: 16px 8px;
    font-size: 15px;
    line-height: 1.2;
    white-space: nowrap;
  }

  .acf_products_tabs_row #productTabs .tab-label-desktop {
    display: none;
  }

  .acf_products_tabs_row #productTabs .tab-label-mobile {
    display: inline;
    margin-right: 0.25em;
  }

  .acf_products_tabs_row #productTabs .nav-item .nav-link i,
  .acf_products_tabs_row #productTabs .nav-item .nav-link svg {
    margin-left: 6px;
    font-size: 12px;
  }
}

/* Keyed off aria-expanded, not .active - Bootstrap keeps .active on the last
   viewed tab even when the panel is shut, and a shut panel should leave every
   tab green. aria-expanded is set by main.js and is true only while open. */
.acf_products_tabs_row #productTabs .nav-item .nav-link[aria-expanded=true] {
  background-color: #f6f9f5;
  color: #1a4d2c;
}

.acf_products_tabs_row #productTabs .nav-item .nav-link i,
.acf_products_tabs_row #productTabs .nav-item .nav-link svg {
  margin-left: 8px;
  font-size: 14px;
  line-height: 1;
  vertical-align: baseline;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

/* Always-open mode: no chevron, because the panel cannot be collapsed. */
.acf_products_tabs_row .tabs_always_open #productTabs .nav-item .nav-link i,
.acf_products_tabs_row .tabs_always_open #productTabs .nav-item .nav-link svg {
  display: none;
}

.acf_products_tabs_row #productTabs .nav-item .nav-link[aria-expanded=true] i,
.acf_products_tabs_row #productTabs .nav-item .nav-link[aria-expanded=true] svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.acf_products_tabs_row #productTabsContent {
  border: unset;
}

.acf_products_tabs_row #productTabsContent .tab-pane {
  background-color: #f6f9f5;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0px 10px 10px 10px;
  padding: 20px 20px 0px;
}

.acf_products_tabs_row #productTabsContent .tab-pane .section-description {
  padding-top: 20px;
}

.acf_products_tabs_row #productTabsContent .tab-pane .section-description h3 {
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 0px;
  color: #1a4d2c;
}

.acf_products_tabs_row #productTabsContent .tab-pane .product_type_card {
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
}

/* Product taxonomy navigation uses a compact text-only catalogue treatment.
   Icon and logo markup stays in place so this presentation can be reversed
   without rebuilding the ACF or taxonomy templates. */
.acf_products_tabs_row #productTabsContent .tab-pane > .row {
  row-gap: 12px;
  padding-bottom: 20px;
}

.acf_products_tabs_row #productTabsContent .product_tab_text_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.acf_products_tabs_row #productTabsContent .product_tab_text_col .product_type_card {
  width: 100%;
  margin-bottom: 0;
}

.acf_products_tabs_row #productTabsContent .product_tab_text_col .product_type_card_body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 58px;
  padding: 14px 48px 14px 18px !important;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid rgba(26, 77, 44, 0.16);
  border-left: 4px solid #92c244;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px rgba(26, 77, 44, 0.08);
  box-shadow: 0 2px 8px rgba(26, 77, 44, 0.08);
  text-align: left;
}

.acf_products_tabs_row #productTabsContent .product_tab_text_col .product_type_card_body::after {
  content: "\2192";
  position: absolute;
  top: 50%;
  right: 18px;
  color: #5aa94f;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: color 0.2s ease, -webkit-transform 0.2s ease;
  transition: color 0.2s ease, -webkit-transform 0.2s ease;
  transition: color 0.2s ease, transform 0.2s ease;
  transition: color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.acf_products_tabs_row #productTabsContent .product_tab_text_col .product_type_card_icon {
  display: none !important;
}

.acf_products_tabs_row #productTabsContent .product_tab_text_col .product_type_card_body h6 {
  margin: 0;
  color: #1a4d2c;
  font-size: 15px;
  line-height: 1.35;
  text-align: left;
}

.acf_products_tabs_row #productTabsContent .product_tab_text_col .product_type_card:hover .product_type_card_body,
.acf_products_tabs_row #productTabsContent .product_tab_text_col .product_type_card.active .product_type_card_body {
  border-color: #92c244;
  -webkit-box-shadow: 0 7px 18px rgba(26, 77, 44, 0.16);
  box-shadow: 0 7px 18px rgba(26, 77, 44, 0.16);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.acf_products_tabs_row #productTabsContent .product_tab_text_col .product_type_card:hover .product_type_card_body::after,
.acf_products_tabs_row #productTabsContent .product_tab_text_col .product_type_card.active .product_type_card_body::after {
  color: #fff;
  -webkit-transform: translate(4px, -50%);
  transform: translate(4px, -50%);
}

.acf_products_tabs_row #productTabsContent .product_tab_text_col .product_type_card:focus-visible {
  border-radius: 8px;
  outline: 3px solid rgba(146, 194, 68, 0.55);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .acf_products_tabs_row #productTabsContent .product_tab_text_col .product_type_card_body,
  .acf_products_tabs_row #productTabsContent .product_tab_text_col .product_type_card_body::after {
    -webkit-transition: none;
    transition: none;
  }
}

.acf_products_tabs_row #productTabsContent .tab-pane .product_type_card.active .product_type_card_body,
.acf_products_tabs_row #productTabsContent .tab-pane .product_type_card:hover .product_type_card_body {
  background-color: #92c244 !important;
}

.acf_products_tabs_row #productTabsContent .tab-pane .product_type_card.active .product_type_card_body .product_type_card_icon:not(.has-hover-icon) img,
.acf_products_tabs_row #productTabsContent .tab-pane .product_type_card:hover .product_type_card_body .product_type_card_icon:not(.has-hover-icon) img {
  -webkit-filter: saturate(0) brightness(0) invert(1);
  filter: saturate(0) brightness(0) invert(1);
}

.acf_products_tabs_row #productTabsContent .tab-pane .product_type_card.active .product_type_card_body .product_type_card_icon.has-hover-icon img.default-icon,
.acf_products_tabs_row #productTabsContent .tab-pane .product_type_card:hover .product_type_card_body .product_type_card_icon.has-hover-icon img.default-icon {
  opacity: 0;
}

.acf_products_tabs_row #productTabsContent .tab-pane .product_type_card.active .product_type_card_body .product_type_card_icon.has-hover-icon img.hover-icon,
.acf_products_tabs_row #productTabsContent .tab-pane .product_type_card:hover .product_type_card_body .product_type_card_icon.has-hover-icon img.hover-icon {
  opacity: 1;
}

.acf_products_tabs_row #productTabsContent .tab-pane .product_type_card.active .product_type_card_body h5,
.acf_products_tabs_row #productTabsContent .tab-pane .product_type_card.active .product_type_card_body h6,
.acf_products_tabs_row #productTabsContent .tab-pane .product_type_card:hover .product_type_card_body h5,
.acf_products_tabs_row #productTabsContent .tab-pane .product_type_card:hover .product_type_card_body h6 {
  color: #fff;
}

.acf_products_tabs_row #productTabsContent .tab-pane .product_type_card .product_type_card_body {
  padding: 10px !important;
}

@media (max-width: 520px) {
  .acf_products_tabs_row #productTabsContent .tab-pane .product_type_card .product_type_card_body {
    padding: 10px !important;
  }
}

.acf_products_tabs_row #productTabsContent .tab-pane .product_type_card .product_type_card_body {
  border-radius: 10px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.acf_products_tabs_row #productTabsContent .tab-pane .product_type_card .product_type_card_body .product_type_card_icon {
  margin-bottom: 10px;
  position: relative;
}

.acf_products_tabs_row #productTabsContent .tab-pane .product_type_card .product_type_card_body .product_type_card_icon img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: auto;
  max-width: 60px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 520px) {
  .acf_products_tabs_row #productTabsContent .tab-pane .product_type_card .product_type_card_body .product_type_card_icon img {
    max-width: 60px;
  }
}

.acf_products_tabs_row #productTabsContent .tab-pane .product_type_card .product_type_card_body .product_type_card_icon.has-hover-icon img.hover-icon {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: auto;
  max-width: 60px;
  transition: all 0.2s ease-in-out;
}

.acf_products_tabs_row #productTabsContent .tab-pane .product_type_card .product_type_card_body h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #1a4d2c;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.acf_products_tabs_row #productTabsContent .tab-pane .product_type_card .product_type_card_body h6 {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #1a4d2c;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 520px) {

  .acf_products_tabs_row #productTabsContent .tab-pane .product_type_card .product_type_card_body h5,
  .acf_products_tabs_row #productTabsContent .tab-pane .product_type_card .product_type_card_body h6 {
    font-size: 14px;
    line-height: 20px;
  }
}

.acf_faqs_image_row {
  margin-top: 50px;
  margin-bottom: 50px;
}

.acf_faqs_image_row .v1 .col-12 {
  position: relative;
}

.acf_faqs_image_row .v1 .col-12 img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 768px) {
  .acf_faqs_image_row .v1 .col-12 img {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .acf_faqs_image_row .v1 .col-12 img {
    position: unset;
    width: 100%;
  }
}

.acf_faqs_image_row .section-text {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 60px;
}

@media (max-width: 768px) {
  .acf_faqs_image_row .section-text {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
  }
}

@media (max-width: 520px) {
  .acf_faqs_image_row .section-text {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}

.acf_faqs_image_row .section-text .section-pre-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #008929;
}

.acf_faqs_image_row .section-text .section-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 0px;
  color: #1a4d2c;
}

.acf_text_icons_row .section-text .section-pre-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #008929;
}

.acf_text_icons_row .section-text .section-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 0px;
  color: #1a4d2c;
}

.acf_text_icons_row .icon-list .icon-item .icon-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #1a4d2c;
}

.acf_text_icons_row .icon-list .icon-item .icon-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}

.acf_product_filters {
  margin-top: -100px;
  position: relative;
  padding-bottom: 50px;
  z-index: 2;
}

.acf_product_filters .container {
  background-color: #f6f9f5;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 20px;
  border-radius: 10px;
}

.acf_product_filters .container label {
  font-weight: bold;
  font-size: 14px;
}

.acf_product_filters .container button {
  width: 100%;
}

.global_product_card {
  background-color: #fff;
  display: block;
  border-radius: 36px;
}

.global_product_card a {
  text-decoration: none;
}

.global_product_card a:hover .product_image .hover-image {
  opacity: 1;
}

.global_product_card a:hover .product_title {
  color: #ffcd50;
}

.global_product_card a:hover .product_info {
  -webkit-box-shadow: 0px 10px 0px #ffcd50;
  box-shadow: 0px 10px 0px #ffcd50;
}

.global_product_card a:hover .product_card_button svg path {
  fill: #ffcd50;
}

.global_product_card a:hover .product_card_button span {
  color: #252c36;
}

.global_product_card .product_image {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
  display: block;
}

.global_product_card .product_image .product-badge {
  position: absolute;
  z-index: 4;
}

.global_product_card .product_image .product-badge.new-badge path {
  fill: #ff7d00;
}

.global_product_card .product_image .product-badge.sale-badge path {
  fill: #5bb786;
}

.global_product_card .product_image .product-badge.stock-badge path {
  fill: #b75b5b;
}

.global_product_card .product_image .product-badge span {
  position: absolute;
  top: 12px;
  left: 22px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}

.global_product_card .product_image img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover;
}

.global_product_card .product_image .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.global_product_card .product_info {
  padding: 24px;
  border-bottom-left-radius: 36px;
  border-bottom-right-radius: 36px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-height: 265px;
}

@media (max-width: 520px) {
  .global_product_card .product_info {
    min-height: auto;
  }
}

.global_product_card .product_info .product_info_top {
  margin-bottom: 12px;
  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;
}

.global_product_card .product_info .product_info_top .product_location {
  background-color: #252c36;
  color: #fff;
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0%;
  padding: 5px 15px;
  border-radius: 12px;
}

.global_product_card .product_info .product_info_top .product_location i {
  margin-right: 8px;
}

.global_product_card .product_info .product_info_top .ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.global_product_card .product_info .product_info_top .ratings i {
  color: #f87239;
  font-size: 20px;
}

.global_product_card .product_info .product_title {
  max-width: 100%;
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 26px !important;
  line-height: 31px !important;
  letter-spacing: 0%;
  color: #252c36;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.global_product_card .product_info .product_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  font-size: 15px;
  font-weight: 400;
  color: #232323;
}

@media (max-width: 520px) {
  .global_product_card .product_info .product_fields {
    font-size: 12px;
  }
}

.global_product_card .product_info .product_card_bottom {
  margin-top: 15px;
  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;
}

.global_product_card .product_info .product_card_bottom .product_price>span.woocommerce-Price-amount {
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 26px;
  line-height: 31px;
  letter-spacing: 0%;
  text-decoration: none;
  color: #252c36;
}

.global_product_card .product_info .product_card_bottom .product_price del {
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 31px;
  text-decoration: none;
  letter-spacing: 0%;
  text-decoration: line-through;
  color: #cbced1;
}

.global_product_card .product_info .product_card_bottom .product_price ins {
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 26px;
  line-height: 31px;
  letter-spacing: 0%;
  color: #252c36;
  text-decoration: none;
}

.global_product_card .product_info .product_card_bottom .product_card_button {
  position: relative;
  display: inline-block;
}

.global_product_card .product_info .product_card_bottom .product_card_button svg path {
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}

.global_product_card .product_info .product_card_bottom .product_card_button span {
  position: absolute;
  top: 18px;
  left: 20px;
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.global_product_card .product_info .product_card_bottom .product_card_button span i {
  margin-right: 8px;
}

.global_big_title {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.global_big_title h1,
.global_big_title h2,
.global_big_title h3,
.global_big_title h4,
.global_big_title h5,
.global_big_title h6 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-3.52deg);
  transform: translate(-50%, -50%) rotate(-3.52deg);
  font-size: 99px;
  line-height: 117%;
  font-weight: 900;
  font-family: "Londrina Solid", sans-serif;
  text-transform: uppercase;
  color: white;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-shadow: 0px 5px 0px rgba(0, 0, 0, 0.5);
}

@media (max-width: 769px) {

  .global_big_title h1,
  .global_big_title h2,
  .global_big_title h3,
  .global_big_title h4,
  .global_big_title h5,
  .global_big_title h6 {
    font-size: 70px;
  }
}

@media (max-width: 520px) {

  .global_big_title h1,
  .global_big_title h2,
  .global_big_title h3,
  .global_big_title h4,
  .global_big_title h5,
  .global_big_title h6 {
    font-size: 40px;
  }
}

.global_big_title h1 .sparkle,
.global_big_title h2 .sparkle,
.global_big_title h3 .sparkle,
.global_big_title h4 .sparkle,
.global_big_title h5 .sparkle,
.global_big_title h6 .sparkle {
  position: absolute;
}

.global_big_title h1 .sparkle .line,
.global_big_title h2 .sparkle .line,
.global_big_title h3 .sparkle .line,
.global_big_title h4 .sparkle .line,
.global_big_title h5 .sparkle .line,
.global_big_title h6 .sparkle .line {
  position: absolute;
  background-color: #fff;
  width: 10px;
  height: 50px;
}

@media (max-width: 768px) {

  .global_big_title h1 .sparkle .line,
  .global_big_title h2 .sparkle .line,
  .global_big_title h3 .sparkle .line,
  .global_big_title h4 .sparkle .line,
  .global_big_title h5 .sparkle .line,
  .global_big_title h6 .sparkle .line {
    height: 20px;
    width: 5px;
  }
}

.global_big_title h1 .sparkle .line,
.global_big_title h2 .sparkle .line,
.global_big_title h3 .sparkle .line,
.global_big_title h4 .sparkle .line,
.global_big_title h5 .sparkle .line,
.global_big_title h6 .sparkle .line {
  border-radius: 10px;
}

.global_big_title h1 .sparkle .line:nth-child(1),
.global_big_title h2 .sparkle .line:nth-child(1),
.global_big_title h3 .sparkle .line:nth-child(1),
.global_big_title h4 .sparkle .line:nth-child(1),
.global_big_title h5 .sparkle .line:nth-child(1),
.global_big_title h6 .sparkle .line:nth-child(1) {
  -webkit-animation: move1 1.5s linear infinite;
  animation: move1 1.5s linear infinite;
  width: 8px;
}

@media (max-width: 768px) {

  .global_big_title h1 .sparkle .line:nth-child(1),
  .global_big_title h2 .sparkle .line:nth-child(1),
  .global_big_title h3 .sparkle .line:nth-child(1),
  .global_big_title h4 .sparkle .line:nth-child(1),
  .global_big_title h5 .sparkle .line:nth-child(1),
  .global_big_title h6 .sparkle .line:nth-child(1) {
    -webkit-animation: move1_mob 1.5s linear infinite;
    animation: move1_mob 1.5s linear infinite;
    width: 4px;
  }
}

.global_big_title h1 .sparkle .line:nth-child(2),
.global_big_title h2 .sparkle .line:nth-child(2),
.global_big_title h3 .sparkle .line:nth-child(2),
.global_big_title h4 .sparkle .line:nth-child(2),
.global_big_title h5 .sparkle .line:nth-child(2),
.global_big_title h6 .sparkle .line:nth-child(2) {
  -webkit-animation: move2 1.5s linear infinite;
  animation: move2 1.5s linear infinite;
  width: 4px;
}

@media (max-width: 768px) {

  .global_big_title h1 .sparkle .line:nth-child(2),
  .global_big_title h2 .sparkle .line:nth-child(2),
  .global_big_title h3 .sparkle .line:nth-child(2),
  .global_big_title h4 .sparkle .line:nth-child(2),
  .global_big_title h5 .sparkle .line:nth-child(2),
  .global_big_title h6 .sparkle .line:nth-child(2) {
    -webkit-animation: move2_mob 1.5s linear infinite;
    animation: move2_mob 1.5s linear infinite;
    width: 2px;
  }
}

.global_big_title h1 .sparkle .line:nth-child(3),
.global_big_title h2 .sparkle .line:nth-child(3),
.global_big_title h3 .sparkle .line:nth-child(3),
.global_big_title h4 .sparkle .line:nth-child(3),
.global_big_title h5 .sparkle .line:nth-child(3),
.global_big_title h6 .sparkle .line:nth-child(3) {
  -webkit-animation: move3 1.5s linear infinite;
  animation: move3 1.5s linear infinite;
}

@media (max-width: 768px) {

  .global_big_title h1 .sparkle .line:nth-child(3),
  .global_big_title h2 .sparkle .line:nth-child(3),
  .global_big_title h3 .sparkle .line:nth-child(3),
  .global_big_title h4 .sparkle .line:nth-child(3),
  .global_big_title h5 .sparkle .line:nth-child(3),
  .global_big_title h6 .sparkle .line:nth-child(3) {
    -webkit-animation: move3_mob 1.5s linear infinite;
    animation: move3_mob 1.5s linear infinite;
  }
}

.global_big_title h1 .sparkle .line:nth-child(4),
.global_big_title h2 .sparkle .line:nth-child(4),
.global_big_title h3 .sparkle .line:nth-child(4),
.global_big_title h4 .sparkle .line:nth-child(4),
.global_big_title h5 .sparkle .line:nth-child(4),
.global_big_title h6 .sparkle .line:nth-child(4) {
  -webkit-animation: move4 1.5s linear infinite;
  animation: move4 1.5s linear infinite;
  width: 9px;
}

@media (max-width: 768px) {

  .global_big_title h1 .sparkle .line:nth-child(4),
  .global_big_title h2 .sparkle .line:nth-child(4),
  .global_big_title h3 .sparkle .line:nth-child(4),
  .global_big_title h4 .sparkle .line:nth-child(4),
  .global_big_title h5 .sparkle .line:nth-child(4),
  .global_big_title h6 .sparkle .line:nth-child(4) {
    -webkit-animation: move4_mob 1.5s linear infinite;
    animation: move4_mob 1.5s linear infinite;
    width: 4px;
  }
}

.global_big_title h1 .sparkle.right_sparkle,
.global_big_title h2 .sparkle.right_sparkle,
.global_big_title h3 .sparkle.right_sparkle,
.global_big_title h4 .sparkle.right_sparkle,
.global_big_title h5 .sparkle.right_sparkle,
.global_big_title h6 .sparkle.right_sparkle {
  right: -5px;
  top: 0px;
}

.global_big_title h1 .sparkle.left_sparkle,
.global_big_title h2 .sparkle.left_sparkle,
.global_big_title h3 .sparkle.left_sparkle,
.global_big_title h4 .sparkle.left_sparkle,
.global_big_title h5 .sparkle.left_sparkle,
.global_big_title h6 .sparkle.left_sparkle {
  -webkit-transform: rotate(155deg);
  transform: rotate(155deg);
  bottom: -5px;
  left: -5px;
}

@media (max-width: 769px) {
  .global_big_title svg {
    width: 100%;
    height: auto;
  }
}

@-webkit-keyframes move1 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(0, -60px);
    transform: translate(0, -60px);
    opacity: 0;
  }
}

@keyframes move1 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(0, -60px);
    transform: translate(0, -60px);
    opacity: 0;
  }
}

@-webkit-keyframes move2 {
  0% {
    -webkit-transform: rotate(45deg) translate(0, 0);
    transform: rotate(45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotate(45deg) translate(0, -30px);
    transform: rotate(45deg) translate(0, -30px);
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(45deg) translate(0, -60px);
    transform: rotate(45deg) translate(0, -60px);
    opacity: 0;
  }
}

@keyframes move2 {
  0% {
    -webkit-transform: rotate(45deg) translate(0, 0);
    transform: rotate(45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotate(45deg) translate(0, -30px);
    transform: rotate(45deg) translate(0, -30px);
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(45deg) translate(0, -60px);
    transform: rotate(45deg) translate(0, -60px);
    opacity: 0;
  }
}

@-webkit-keyframes move3 {
  0% {
    -webkit-transform: rotate(90deg) translate(0, 0);
    transform: rotate(90deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotate(90deg) translate(0, -30px);
    transform: rotate(90deg) translate(0, -30px);
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(90deg) translate(0, -60px);
    transform: rotate(90deg) translate(0, -60px);
    opacity: 0;
  }
}

@keyframes move3 {
  0% {
    -webkit-transform: rotate(90deg) translate(0, 0);
    transform: rotate(90deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotate(90deg) translate(0, -30px);
    transform: rotate(90deg) translate(0, -30px);
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(90deg) translate(0, -60px);
    transform: rotate(90deg) translate(0, -60px);
    opacity: 0;
  }
}

@-webkit-keyframes move4 {
  0% {
    -webkit-transform: rotate(135deg) translate(0, 0);
    transform: rotate(135deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotate(135deg) translate(0, -30px);
    transform: rotate(135deg) translate(0, -30px);
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(135deg) translate(0, -60px);
    transform: rotate(135deg) translate(0, -60px);
    opacity: 0;
  }
}

@keyframes move4 {
  0% {
    -webkit-transform: rotate(135deg) translate(0, 0);
    transform: rotate(135deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotate(135deg) translate(0, -30px);
    transform: rotate(135deg) translate(0, -30px);
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(135deg) translate(0, -60px);
    transform: rotate(135deg) translate(0, -60px);
    opacity: 0;
  }
}

@-webkit-keyframes move1_mob {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
    opacity: 0;
  }
}

@keyframes move1_mob {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
    opacity: 0;
  }
}

@-webkit-keyframes move2_mob {
  0% {
    -webkit-transform: rotate(45deg) translate(0, 0);
    transform: rotate(45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotate(45deg) translate(0, -20px);
    transform: rotate(45deg) translate(0, -20px);
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(45deg) translate(0, -40px);
    transform: rotate(45deg) translate(0, -40px);
    opacity: 0;
  }
}

@keyframes move2_mob {
  0% {
    -webkit-transform: rotate(45deg) translate(0, 0);
    transform: rotate(45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotate(45deg) translate(0, -20px);
    transform: rotate(45deg) translate(0, -20px);
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(45deg) translate(0, -40px);
    transform: rotate(45deg) translate(0, -40px);
    opacity: 0;
  }
}

@-webkit-keyframes move3_mob {
  0% {
    -webkit-transform: rotate(90deg) translate(0, 0);
    transform: rotate(90deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotate(90deg) translate(0, -20px);
    transform: rotate(90deg) translate(0, -20px);
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(90deg) translate(0, -40px);
    transform: rotate(90deg) translate(0, -40px);
    opacity: 0;
  }
}

@keyframes move3_mob {
  0% {
    -webkit-transform: rotate(90deg) translate(0, 0);
    transform: rotate(90deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotate(90deg) translate(0, -20px);
    transform: rotate(90deg) translate(0, -20px);
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(90deg) translate(0, -40px);
    transform: rotate(90deg) translate(0, -40px);
    opacity: 0;
  }
}

@-webkit-keyframes move4_mob {
  0% {
    -webkit-transform: rotate(135deg) translate(0, 0);
    transform: rotate(135deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotate(135deg) translate(0, -20px);
    transform: rotate(135deg) translate(0, -20px);
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(135deg) translate(0, -40px);
    transform: rotate(135deg) translate(0, -40px);
    opacity: 0;
  }
}

@keyframes move4_mob {
  0% {
    -webkit-transform: rotate(135deg) translate(0, 0);
    transform: rotate(135deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotate(135deg) translate(0, -20px);
    transform: rotate(135deg) translate(0, -20px);
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(135deg) translate(0, -40px);
    transform: rotate(135deg) translate(0, -40px);
    opacity: 0;
  }
}

.acf_text_row {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 520px) {
  .acf_text_row {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.complete_quest_breadcrumbs {
  padding-top: 50px;
  padding-bottom: 100px;
}

.complete_quest_breadcrumbs .complete_quest_breadcrumb_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
}

.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step1,
.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step2,
.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  position: relative;
  -webkit-filter: blur(0.5px);
  filter: blur(0.5px);
  opacity: 0.5;
}

.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step1 .step_text,
.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step2 .step_text,
.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step3 .step_text {
  font-family: "Poppins";
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  line-height: 100%;
  margin-top: 10px;
  text-align: center;
  vertical-align: middle;
  color: #6c2b11;
}

.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step1.active,
.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step2.active,
.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step3.active {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;
}

.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step1.active svg path,
.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step2.active svg path,
.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step3.active svg path {
  fill: #ffcd50;
}

.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step1.active .step_text,
.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step2.active .step_text,
.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step3.active .step_text {
  color: #ffcd50;
  font-weight: bold;
}

.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step1.completed,
.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step2.completed,
.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step3.completed {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;
}

.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step1.completed svg path,
.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step2.completed svg path,
.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step3.completed svg path {
  fill: #74b362;
}

.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step1.completed .step_text,
.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step2.completed .step_text,
.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .step3.completed .step_text {
  color: #74b362;
  font-weight: bold;
}

.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-filter: blur(0.5px);
  filter: blur(0.5px);
  opacity: 0.5;
}

.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .dots.active {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;
}

.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .dots.active div {
  background-color: #ffcd50;
}

.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .dots.completed {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;
}

.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .dots.completed div {
  background-color: #74b362;
}

.complete_quest_breadcrumbs .complete_quest_breadcrumb_container .dots div {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: white;
}

.acf_complete_quest_row {
  padding-top: 100px;
  padding-bottom: 100px;
}

.acf_complete_quest_row .cq_row {
  padding-top: 50px;
  padding-bottom: 50px;
}

.acf_complete_quest_row .cq_row:not(:first-of-type) {
  display: none;
}

.acf_complete_quest_row .cq_row .sc_row_content {
  text-align: center;
}

.acf_complete_quest_row .cq_row .sc_row_content .sc_row_content_header {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.acf_complete_quest_row .cq_row .sc_row_content .sc_row_content_header h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 40px;
  line-height: 127%;
  letter-spacing: -5%;
  text-align: center;
}

.acf_complete_quest_row .cq_row .sc_row_content .sc_row_products {
  margin-top: 40px;
  margin-bottom: 50px;
}

.acf_complete_quest_row .cq_row .sc_row_content .sc_row_products #sc_row_products_form select {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  border: unset;
  border-radius: 12px;
}

.acf_complete_quest_row .cq_row .ec_row_content {
  text-align: center;
}

.acf_complete_quest_row .cq_row .ec_row_content .ec_row_content_header {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.acf_complete_quest_row .cq_row .ec_row_content .ec_row_content_header .ec_row_image {
  height: 0;
  margin-bottom: 20px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.acf_complete_quest_row .cq_row .ec_row_content .ec_row_content_header .ec_row_image.active {
  -webkit-transform: scale(1);
  transform: scale(1);
  height: auto;
}

.acf_complete_quest_row .cq_row .ec_row_content .ec_row_content_header h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 40px;
  line-height: 127%;
  letter-spacing: -5%;
  text-align: center;
}

.acf_complete_quest_row .cq_row .ec_row_content #ec_row_code_form {
  margin-top: 40px;
  margin-bottom: 50px;
}

.acf_complete_quest_row .cq_row .ec_row_content #ec_row_code_form #ec_row_code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.acf_complete_quest_row .cq_row .ec_row_content #ec_row_code_form #ec_row_code input {
  width: 79px;
  height: 79px;
  border-radius: 12px;
  border: solid black 3px;
  text-align: center;
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 32px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.acf_complete_quest_row .cq_row .ec_row_content #ec_row_code_form #ec_row_code input.incorrect {
  border-color: #bb0a0a;
  color: #bb0a0a;
}

.acf_complete_quest_row .cq_row .ec_row_content #ec_row_code_form #ec_row_code input.incorrect:focus,
.acf_complete_quest_row .cq_row .ec_row_content #ec_row_code_form #ec_row_code input.incorrect:focus-visible,
.acf_complete_quest_row .cq_row .ec_row_content #ec_row_code_form #ec_row_code input.incorrect:active {
  border-color: #bb0a0a;
}

.acf_complete_quest_row .cq_row .ec_row_content #ec_row_code_form #ec_row_code input.correct {
  border-color: #60b75b;
  color: #60b75b;
}

.acf_complete_quest_row .cq_row .ec_row_content #ec_row_code_form #ec_row_code input.correct:focus,
.acf_complete_quest_row .cq_row .ec_row_content #ec_row_code_form #ec_row_code input.correct:focus-visible,
.acf_complete_quest_row .cq_row .ec_row_content #ec_row_code_form #ec_row_code input.correct:active {
  border-color: #60b75b;
}

.acf_complete_quest_row .cq_row .cq_row_content .cq_row_content_header {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.acf_complete_quest_row .cq_row .cq_row_content .cq_row_content_header h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 40px;
  line-height: 127%;
  letter-spacing: -5%;
  text-align: center;
}

.acf_complete_quest_row .cq_row #cq_row_content section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: unset !important;
  background-image: unset !important;
}

.acf_complete_quest_row .cq_row #cq_row_content section:before,
.acf_complete_quest_row .cq_row #cq_row_content section:after {
  display: none;
}

.single-product-layout .acf_page_header_row {
  background-image: url("https://www.vsmgrowtech.co.uk/wp-content/uploads/2025/09/hero.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 120px;
}

.single-product-layout .product_big_images {
  margin-top: -100px;
  position: relative;
  z-index: 2;
}

.vsm-stock-status-banner {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 6;
  display: inline-block;
  width: auto;
  padding: 10px 22px;
  border-radius: 6px;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.2);
}

.vsm-stock-status-banner.is-sold,
.sold-stock-price {
  background-color: #b42318 !important;
  color: #ffffff !important;
}

.vsm-stock-status-banner.is-new {
  background-color: #008929;
}

.new-stock-status {
  background-color: #008929 !important;
  color: #ffffff !important;
}

.sold-stock-price strong,
.new-stock-status strong {
  color: #ffffff;
}

/* Give Used Stock detail content breathing room before any following rows. */
.single-used-stock .single-product-layout .product-section {
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .single-used-stock .single-product-layout .product-section {
    padding-bottom: 50px;
  }
}

.single-product-layout .product_big_images .big_image_1 img,
.single-product-layout .product_big_images .big_image_2 img,
.single-product-layout .product_big_images .big_image_3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.single-product-layout .product_big_images .big_image_1 {
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .single-product-layout .product_big_images .big_image_1 {
    margin-bottom: 24px;
  }
}

.single-product-layout .product_big_images .big_image_1 img {
  aspect-ratio: 2/0.95;
}

.single-product-layout .product_big_images .big_image_2 img {
  aspect-ratio: 2/0.95;
}

.single-product-layout .product_big_images .big_image_3 img {
  aspect-ratio: 1/1;
}

@media (max-width: 768px) {
  .single-product-layout .product_big_images .big_images_1_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }

  .single-product-layout .product_big_images .big_images_1_2 div {
    width: 100%;
  }

  .single-product-layout .product_big_images .big_images_1_2 div img {
    aspect-ratio: 2/1;
    height: 200px;
  }
}

@media (max-width: 520px) {
  .single-product-layout .product_big_images .big_images_1_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0px;
  }

  .single-product-layout .product_big_images .big_images_1_2 div {
    width: 100%;
  }

  .single-product-layout .product_big_images .big_images_1_2 div img {
    aspect-ratio: 2/1;
    height: auto;
  }
}

.single-product-layout .product_description_row .product_main_text h1,
.single-product-layout .product_description_row .product_main_text h2,
.single-product-layout .product_description_row .product_main_text h3,
.single-product-layout .product_description_row .product_main_text h4,
.single-product-layout .product_description_row .product_main_text h5,
.single-product-layout .product_description_row .product_main_text h6 {
  color: #194d2c;
}

.single-product-layout .product_description_row .product_main_text .product_taxonomies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 40px;
}

.single-product-layout .product_description_row .product_main_text .product_taxonomies .badge {
  font-weight: 400;
  color: #1a4d2c;
  padding: 15px 15px;
  font-size: 12px;
  border-radius: 10px;
  background-color: #f6f9f5;
}

.single-product-layout .product_description_row .product_main_text .product_taxonomies .badge strong {
  font-weight: 700;
}

.single-product-layout .product_description_row .product_gallery .product-slider-for {
  margin-bottom: 10px;
}

.single-product-layout .product_description_row .product_gallery {
  position: relative;
}

.single-product-layout .product_description_row .product_gallery .product-slider-for img {
  border: solid #e6e6e6 1px;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 10px;
}

.single-product-layout .product_description_row .product_gallery .product-slider-nav img {
  border: solid #e6e6e6 1px;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 10px;
}

/* Used Stock photography should fill each allocated frame consistently. */
.single-used-stock .single-product-layout .product_big_images .big_image_1 img,
.single-used-stock .single-product-layout .product_big_images .big_image_2 img,
.single-used-stock .single-product-layout .product_big_images .big_image_3 img,
.single-used-stock .single-product-layout .product_gallery .product-slider-for img,
.single-used-stock .single-product-layout .product_gallery .product-slider-nav img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  padding: 0;
}

.single-product-layout .product_description_row .product_gallery .product-slider-nav {
  /* the slides */
}

.single-product-layout .product_description_row .product_gallery .product-slider-nav .slick-slide {
  margin: 0 5px;
}

.single-product-layout .product_description_row .product_gallery .product-slider-nav {
  /* the parent */
}

.single-product-layout .product_description_row .product_gallery .product-slider-nav .slick-list {
  margin: 0 -5px;
}

.single-product-layout .product_buttons .product_leaflet_download a,
.single-product-layout .product_buttons .product_new_equipment a,
.single-product-layout .product_buttons .product_manufacturer a {
  background-color: #f6f9f5;
  border-radius: 10px;
  padding: 30px 20px;
  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;
  color: #285839;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-product-layout .product_buttons .product_manufacturer a {
  background-color: #ffffff;
  border: 1px solid #dfe6de;
}

.single-product-layout .product_buttons > [class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-product-layout .product_buttons .product_leaflet_download,
.single-product-layout .product_buttons .product_new_equipment,
.single-product-layout .product_buttons .product_manufacturer {
  width: 100%;
  height: 100%;
}

.single-product-layout .product_buttons .product_leaflet_download a,
.single-product-layout .product_buttons .product_new_equipment a,
.single-product-layout .product_buttons .product_manufacturer a {
  width: 100%;
  height: 100%;
}

.single-product-layout .product_buttons .product_leaflet_download a:hover,
.single-product-layout .product_buttons .product_new_equipment a:hover,
.single-product-layout .product_buttons .product_manufacturer a:hover {
  background-color: #92c244;
  color: #fff;
}

@media (max-width: 520px) {

  .single-product-layout .product_buttons .product_leaflet_download a,
  .single-product-layout .product_buttons .product_new_equipment a,
  .single-product-layout .product_buttons .product_manufacturer a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 520px) {

  .single-product-layout .product_buttons .product_leaflet_download a .btn-primary,
  .single-product-layout .product_buttons .product_new_equipment a .btn-primary,
  .single-product-layout .product_buttons .product_manufacturer a .btn-primary {
    display: block;
    width: 100%;
  }
}

.single-product-layout .product_buttons .product_leaflet_download a>span,
.single-product-layout .product_buttons .product_new_equipment a>span,
.single-product-layout .product_buttons .product_manufacturer a>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-product-layout .product_buttons .product_leaflet_download a>span i,
.single-product-layout .product_buttons .product_new_equipment a>span i,
.single-product-layout .product_buttons .product_manufacturer a>span i {
  font-size: 50px;
}

.single-product-layout .product_buttons .product_leaflet_download a>span small,
.single-product-layout .product_buttons .product_new_equipment a>span small,
.single-product-layout .product_buttons .product_manufacturer a>span small {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}

.single-product-layout .product_buttons .product_leaflet_download a>span .btn-title,
.single-product-layout .product_buttons .product_new_equipment a>span .btn-title,
.single-product-layout .product_buttons .product_manufacturer a>span .btn-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
}

.single-product-layout .product_buttons .new-equipment-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 62px;
  flex: 0 0 62px;
  width: 62px;
  height: 62px;
  background-color: #285839;
  color: #ffffff;
  -webkit-clip-path: polygon(50% 0%, 60% 13%, 75% 5%, 79% 21%, 95% 25%, 87% 40%, 100% 50%, 87% 60%, 95% 75%, 79% 79%, 75% 95%, 60% 87%, 50% 100%, 40% 87%, 25% 95%, 21% 79%, 5% 75%, 13% 60%, 0% 50%, 13% 40%, 5% 25%, 21% 21%, 25% 5%, 40% 13%);
  clip-path: polygon(50% 0%, 60% 13%, 75% 5%, 79% 21%, 95% 25%, 87% 40%, 100% 50%, 87% 60%, 95% 75%, 79% 79%, 75% 95%, 60% 87%, 50% 100%, 40% 87%, 25% 95%, 21% 79%, 5% 75%, 13% 60%, 0% 50%, 13% 40%, 5% 25%, 21% 21%, 25% 5%, 40% 13%);
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-product-layout .product_buttons .product_new_equipment a:hover .new-equipment-mark {
  background-color: #ffffff;
  color: #92c244;
}

.tax-content-layout .acf_page_header_row {
  background-position: center !important;
}

.tax-content-layout .acf_page_header_row .term-description {
  color: #fff;
}

.tax-content-layout .acf_page_header_row .term-description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}

.tax-content-layout .tax-products-section .row {
  gap: 60px;
}

.tax-content-layout .tax-products-section .row .col-lg-4 {
  width: calc(33.3333333333% - 40px);
}

@media (max-width: 1024px) {
  .tax-content-layout .tax-products-section .row .col-lg-4 {
    width: calc(50% - 10px);
  }
}

@media (max-width: 520px) {
  .tax-content-layout .tax-products-section .row .col-lg-4 {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .tax-content-layout .tax-products-section .row {
    gap: 20px;
  }
}

.global-product-card {
  margin-bottom: 90px;
}

.global-product-card a {
  text-decoration: none;
  color: #1a4d2c;
}

.global-product-card a:hover .global-product-card-image img {
  background-color: #e9e9e9;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-transform: scale(1.035);
  -ms-transform: scale(1.035);
  transform: scale(1.035);
}

.global-product-card a:hover .global-product-card-content h3 {
  color: #92c244 !important;
}

.global-product-card a .global-product-card-image {
  margin-bottom: 30px;
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 10px;
  background-color: #e9e9e9;
}

.global-product-card a .global-product-card-image img {
  background-color: #e9e9e9;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.global-product-card a .global-product-card-image img.placeholder-image,
.global-product-card a:hover .global-product-card-image img.placeholder-image {
  -o-object-fit: contain;
  object-fit: contain;
  padding: 20px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.global-product-card a .global-product-card-content h3 {
  font-weight: 500;
  font-style: Medium;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #1a4d2c;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.global-product-card a .global-product-card-content .global-product-card-excerpt {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}

.global-product-card a .global-product-card-content .tax-product_taxonomies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 40px;
}

.global-product-card a .global-product-card-content .tax-product_taxonomies .badge {
  font-weight: 400;
  color: #1a4d2c;
  padding: 15px 15px;
  font-size: 12px;
  border-radius: 10px;
  background-color: #f6f9f5;
}

.global-product-card a .global-product-card-content .tax-product_taxonomies .badge strong {
  font-weight: 700;
}

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

.acf_logo_carousel .logo_carousel_header {
  margin-bottom: 40px;
}

.acf_logo_carousel .logo_carousel_header h6 {
  color: #008929;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
}

.acf_logo_carousel .logo_carousel_header h2 {
  color: #1a4d2c;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 0px;
}

.acf_logo_carousel .logo_carousel_header p {
  font-size: 15px;
  line-height: 150%;
  margin-bottom: 0px;
}

.acf_logo_carousel .logo_carousel {
  overflow: hidden;
}

.acf_logo_carousel .logo_carousel_track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: vsm_logo_scroll var(--logo-carousel-duration, 25s) linear infinite;
  animation: vsm_logo_scroll var(--logo-carousel-duration, 25s) linear infinite;
  -webkit-animation-delay: var(--logo-carousel-delay, -12.5s);
  animation-delay: var(--logo-carousel-delay, -12.5s);
}

.acf_logo_carousel .logo_carousel:hover .logo_carousel_track {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.acf_logo_carousel .logo_carousel_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.acf_logo_carousel .logo_carousel_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0px 30px;
}

.acf_logo_carousel .logo_carousel_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 160px;
  text-decoration: none;
}

.acf_logo_carousel .logo_carousel_link img {
  width: 140px;
  height: 140px;
  max-width: 140px;
  max-height: 140px;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.acf_logo_carousel .logo_carousel_link:hover img {
  opacity: 1;
}

/* Travels left to right. Swap the from/to values to reverse it. */
@-webkit-keyframes vsm_logo_scroll {
  from {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes vsm_logo_scroll {
  from {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .acf_logo_carousel .logo_carousel_track {
    -webkit-animation: none;
    animation: none;
  }

  .acf_logo_carousel .logo_carousel {
    overflow-x: auto;
  }
}

@media (max-width: 520px) {
  .acf_logo_carousel .logo_carousel_header h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .acf_logo_carousel .logo_carousel_item {
    padding: 0px 20px;
  }

  .acf_logo_carousel .logo_carousel_link {
    height: 120px;
  }

  .acf_logo_carousel .logo_carousel_link img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
  }
}

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

.acf_meet_the_team .team_row_header {
  margin-bottom: 40px;
}

.acf_meet_the_team .team_row_header h6 {
  color: #008929;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
}

.acf_meet_the_team .team_row_header h2 {
  color: #1a4d2c;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 0px;
}

.acf_meet_the_team .team_row_header p {
  font-size: 15px;
  line-height: 150%;
  margin-bottom: 0px;
}

/* The gap lives on the column, not the card: the card is height:100% so a margin
   on it sits outside the column box and collapses to nothing when rows wrap. */
.acf_meet_the_team .team_members_row>[class*=col-] {
  margin-bottom: 30px;
}

.acf_meet_the_team .team_member {
  background-color: #f6f9f5;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
}

.acf_meet_the_team .team_member:hover {
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
}

.acf_meet_the_team .team_member_photo img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.acf_meet_the_team .team_member_body {
  padding: 20px;
}

.acf_meet_the_team .team_member_body h5 {
  color: #1a4d2c;
  font-weight: 700;
  margin-bottom: 4px;
}

.acf_meet_the_team .team_member_job_title {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #5aa84d;
  margin-bottom: 10px;
}

.acf_meet_the_team .team_member_body p {
  font-size: 15px;
  line-height: 150%;
  margin-bottom: 15px;
}

.acf_meet_the_team .team_member_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
}

.acf_meet_the_team .team_member_email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  color: #5aa84d;
  text-decoration: none;
  word-break: break-word;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.acf_meet_the_team .team_member_email:hover {
  color: #1a4d2c;
  text-decoration: underline;
}

.acf_meet_the_team .team_member_linkedin {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  color: #5aa84d;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.acf_meet_the_team .team_member_linkedin:hover,
.acf_meet_the_team .team_member_linkedin:focus-visible {
  color: #1a4d2c;
}

@media (max-width: 520px) {
  .acf_meet_the_team .team_row_header h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .acf_meet_the_team .team_member_body {
    padding: 15px;
  }
}
header nav .vsm-mega-menu {
  position: relative;
}

header nav .vsm-mega-menu .vsm_mega_caret {
  font-size: 11px;
  margin-left: 4px;
}

header nav .vsm_mega {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1030;
  padding-top: 14px;
  display: none;
}

header nav .vsm-mega-menu:hover .vsm_mega,
header nav .vsm-mega-menu:focus-within .vsm_mega {
  display: block;
}

header nav .vsm_mega_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #f6f9f5;
  border-top: 4px solid #92c244;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.16);
}

header nav .vsm_mega_primary {
  list-style: none;
  margin: 0;
  padding: 22px 26px;
  min-width: 264px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

header nav .vsm_mega_primary > li {
  margin-bottom: 6px;
}

header nav .vsm_mega_primary > li:last-child {
  margin-bottom: 0px;
}

header nav .vsm_mega_primary a,
header nav .vsm_mega_toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  width: 100%;
  padding: 7px 0px;
  background: none;
  border: none;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #1a4d2c;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.18s ease-in-out;
  -o-transition: color 0.18s ease-in-out;
  transition: color 0.18s ease-in-out;
}

header nav .vsm_mega_primary b {
  font-weight: 700;
}

header nav .vsm_mega_toggle {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 22px;
}

header nav .vsm_mega_toggle i {
  font-size: 12px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

header nav .vsm_mega_primary a:hover,
header nav .vsm_mega_primary a:focus-visible,
header nav .vsm_mega_toggle:hover,
header nav .vsm_mega_toggle:focus-visible,
header nav .vsm_mega_group.is-active .vsm_mega_toggle {
  color: #92c244;
}

header nav .vsm_mega_panels {
  display: none;
  /* a definite width, otherwise this flex child collapses to its minimum and the
     two columns never form - the term names just wrap instead */
  width: 470px;
  padding: 22px 30px 22px 0px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

header nav .vsm_mega.is-open .vsm_mega_panels {
  display: block;
}

header nav .vsm_mega_panel {
  display: none;
}

header nav .vsm_mega_panel.is-active {
  display: block;
}

header nav .vsm_mega_panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-column-gap: 34px;
     -moz-column-gap: 34px;
          column-gap: 34px;
}

header nav .vsm_mega_panel_cols_2 ul {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-width: 160px;
     -moz-column-width: 160px;
          column-width: 160px;
}

header nav .vsm_mega_panel_cols_3 ul {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
}

header nav .vsm_mega_panel ul li {
  margin-bottom: 4px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

header nav .vsm_mega_panel ul li a {
  display: block;
  padding: 3px 0px;
  font-size: 15px;
  line-height: 130%;
  font-weight: 400;
  color: #1a4d2c;
  text-decoration: none;
  -webkit-transition: color 0.18s ease-in-out;
  -o-transition: color 0.18s ease-in-out;
  transition: color 0.18s ease-in-out;
}

header nav .vsm_mega_panel ul li a:hover,
header nav .vsm_mega_panel ul li a:focus-visible {
  color: #92c244;
}

@media (max-width: 991px) {
  header nav .vsm_mega {
    display: none !important;
  }
}

.acf_contact_form_row .contactFormContainer {
  background-color: #f6f9f5;
  padding: 34px !important;
}

@media (max-width: 520px) {
  .acf_contact_form_row .contactFormContainer {
    padding: 22px !important;
  }
}

.acf_contact_form_row .contactFormContainer h3 {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0px;
  color: #1a4d2c;
  margin-bottom: 45px;
}

@media (max-width: 520px) {
  .acf_contact_form_row .contactFormContainer h3 {
    font-size: 28px;
  }
}

.acf_contact_form_row .contactFormContainer .contactFormRow > [class*=col-] {
  margin-bottom: 18px;
}

.acf_contact_form_row .contactFormContainer form label {
  display: block;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0.6px;
  color: #1a4d2c;
  margin-bottom: 0px;
}

.acf_contact_form_row .contactFormContainer form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 8px;
}

.acf_contact_form_row .contactFormContainer form .wpcf7-text,
.acf_contact_form_row .contactFormContainer form .wpcf7-textarea {
  width: 100%;
  display: block;
  background-color: #ffffff;
  border: 1px solid #dfe6de;
  border-radius: 6px;
  padding: 14px 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #232323;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: border-color 0.18s ease-in-out, -webkit-box-shadow 0.18s ease-in-out;
  transition: border-color 0.18s ease-in-out, box-shadow 0.18s ease-in-out;
}

.acf_contact_form_row .contactFormContainer form .wpcf7-textarea {
  /* CF7 defaults to rows="10", which renders about 240px - the design is nearer 150 */
  height: 150px;
  min-height: 150px;
  resize: vertical;
}

.acf_contact_form_row .contactFormContainer form .wpcf7-text:focus,
.acf_contact_form_row .contactFormContainer form .wpcf7-textarea:focus {
  outline: none;
  border-color: #5aa84d;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(90, 168, 77, 0.18);
          box-shadow: 0px 0px 0px 3px rgba(90, 168, 77, 0.18);
}

.acf_contact_form_row .contactFormContainer form .wpcf7-text::-webkit-input-placeholder,
.acf_contact_form_row .contactFormContainer form .wpcf7-textarea::-webkit-input-placeholder {
  color: #9aa39c;
  font-weight: 400;
}

.acf_contact_form_row .contactFormContainer form .wpcf7-text::-moz-placeholder,
.acf_contact_form_row .contactFormContainer form .wpcf7-textarea::-moz-placeholder {
  color: #9aa39c;
  font-weight: 400;
}

.acf_contact_form_row .contactFormContainer form .wpcf7-text::-ms-input-placeholder,
.acf_contact_form_row .contactFormContainer form .wpcf7-textarea::-ms-input-placeholder {
  color: #9aa39c;
  font-weight: 400;
}

.acf_contact_form_row .contactFormContainer form .wpcf7-text::placeholder,
.acf_contact_form_row .contactFormContainer form .wpcf7-textarea::placeholder {
  color: #9aa39c;
  font-weight: 400;
}

.acf_contact_form_row .contactFormContainer form .contactFormSubmit {
  margin-top: 6px;
  margin-bottom: 0px;
}

.acf_contact_form_row .contactFormContainer form .wpcf7-submit {
  background: #37a50a;
  background: -webkit-gradient(linear, left top, right top, from(rgb(55, 165, 10)), to(rgb(99, 177, 4)));
  background: -o-linear-gradient(left, rgb(55, 165, 10) 0%, rgb(99, 177, 4) 100%);
  background: linear-gradient(90deg, rgb(55, 165, 10) 0%, rgb(99, 177, 4) 100%);
  color: #ffffff;
  border: unset;
  border-radius: 25px;
  padding: 12px 34px;
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.acf_contact_form_row .contactFormContainer form .wpcf7-submit:hover {
  opacity: 0.88;
}

.acf_contact_form_row .contactFormContainer form .wpcf7-not-valid {
  border-color: #c0392b;
}

.acf_contact_form_row .contactFormContainer form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #c0392b;
}

.acf_contact_form_row .contactFormContainer .wpcf7-response-output {
  margin: 18px 0px 0px;
  padding: 12px 16px;
  border-radius: 6px;
  border-width: 1px;
  font-size: 14px;
  line-height: 140%;
  color: #1a4d2c;
  background-color: #ffffff;
}

.acf_contact_form_row .contactFormContainer form.sent .wpcf7-response-output {
  border-color: #5aa84d;
}

.acf_contact_form_row .contactFormContainer form.invalid .wpcf7-response-output,
.acf_contact_form_row .contactFormContainer form.failed .wpcf7-response-output {
  border-color: #c0392b;
  color: #c0392b;
}

.acf_text_row .col-12 > h2,
.acf_text_row .col-12 > h3 {
  color: #1a4d2c;
  margin-top: 40px;
}

.acf_text_row .col-12 > h2:first-child,
.acf_text_row .col-12 > h3:first-child {
  margin-top: 0px;
}

.acf_text_row .col-12 > h3 {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 14px;
}

.acf_text_row .col-12 p,
.acf_text_row .col-12 li {
  font-size: 16px;
  line-height: 170%;
  color: #232323;
}

.acf_text_row .col-12 ul,
.acf_text_row .col-12 ol {
  margin-bottom: 20px;
  padding-left: 22px;
}

.acf_text_row .col-12 li {
  margin-bottom: 8px;
}

.acf_text_row .col-12 a {
  color: #008929;
  text-decoration: underline;
}

.acf_text_row .col-12 a:hover {
  color: #1a4d2c;
}

.acf_text_row .col-12 > p:last-child {
  margin-bottom: 0px;
}

/* Tables in editor content. The wrapper keeps a wide table scrollable on a phone
   instead of pushing the whole page sideways. */
.table_scroll {
  width: 100%;
  overflow-x: auto;
  margin: 0px 0px 26px;
  -webkit-overflow-scrolling: touch;
}

/* A table pasted straight into the editor has no scroll wrapper, so it must be
   allowed to shrink and wrap. Only a wrapped table gets a min width and scrolls,
   otherwise the far columns get clipped and become unreachable on a phone. */
.acf_text_row .col-12 table,
.table_scroll table {
  width: 100%;
  min-width: 0;
  border-collapse: collapse;
  background-color: #ffffff;
  border: 1px solid #dfe6de;
  border-radius: 6px;
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 150%;
}

.table_scroll table {
  min-width: 520px;
}

.acf_text_row .col-12 table th,
.table_scroll table th {
  background-color: #1a4d2c;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-align: left;
  padding: 13px 16px;
  border: none;
}

.acf_text_row .col-12 table td,
.table_scroll table td {
  padding: 13px 16px;
  border-top: 1px solid #e8eee7;
  vertical-align: top;
  color: #232323;
  /* long unbreakable tokens such as cookie names would otherwise hold the table
     wider than a phone screen and push the far column out of reach */
  overflow-wrap: anywhere;
  word-break: break-word;
}

.acf_text_row .col-12 table tbody tr:nth-child(even),
.table_scroll table tbody tr:nth-child(even) {
  background-color: #f6f9f5;
}

.acf_text_row .col-12 table code,
.table_scroll table code {
  word-break: break-all;
  font-size: 13.5px;
  background-color: #eef3ed;
  border-radius: 4px;
  padding: 2px 5px;
  color: #1a4d2c;
}

@media (max-width: 520px) {
  .acf_text_row .col-12 > h3 {
    font-size: 20px;
  }
  .acf_text_row .col-12 table th,
  .acf_text_row .col-12 table td,
  .table_scroll table th,
  .table_scroll table td {
    padding: 10px 12px;
  }
}

/* Mobile type scale and gutters
 * Keep long page, taxonomy and product titles inside the viewport while giving
 * all Bootstrap-based content a more comfortable edge on small screens. */
@media (max-width: 520px) {
  .container {
    padding-left: clamp(18px, 5.35vw, 22px);
    padding-right: clamp(18px, 5.35vw, 22px);
  }

  main section h1,
  main section h2,
  main section h3 {
    overflow-wrap: normal;
    word-break: normal;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }

  .acf_page_header_row .breadcrumb_last {
    overflow-wrap: anywhere;
    word-break: normal;
  }

  main section h1 {
    font-size: clamp(30px, 8.5vw, 40px);
    line-height: 1.1;
  }

  main section h2,
  main section .section-title {
    font-size: clamp(28px, 8vw, 34px) !important;
    line-height: 1.15 !important;
  }

  .acf_home_header_row .container .row .acf_home_header_row_text h1 {
    font-size: clamp(32px, 10vw, 42px);
    line-height: 1.0.8;
    text-shadow: 3px 3px 0 #1a4d2c;
  }

  .acf_page_header_row .container .row .acf_page_header_row_text h1 {
    font-size: clamp(32px, 10vw, 42px);
    line-height: 1.1;
  }

  .acf_page_header_row .container .row .acf_page_header_row_text #breadcrumbs {
    font-size: 15px;
    line-height: 1.35;
  }

  .acf_page_header_row .container .row .acf_page_header_row_text #breadcrumbs > span,
  .acf_page_header_row .container .row .acf_page_header_row_text #breadcrumbs .breadcrumb_last {
    min-width: 0;
  }

  .acf_text_icons_row .section-button {
    margin-bottom: 40px;
  }

  .footer-copy .copy_text_right,
  .footer-copy .copy_text_right p {
    width: 100%;
    text-align: center;
  }
}

/* Below 600px WordPress lets the admin bar scroll away. Remove its reserved
 * offset once the fixed site header has entered its scrolled state. */
@media (max-width: 600px) {
  .logged-in header.scrolled {
    top: 0;
  }
}

@media (max-width: 520px) {
  .single-product-layout .product_big_images {
    row-gap: 24px;
  }
}

/* Standard News & Events article fallback. */
.single-post-header {
  isolation: isolate;
  background-position: center;
}

.single-post-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(18, 61, 34, 0.92) 0%, rgba(18, 61, 34, 0.7) 55%, rgba(18, 61, 34, 0.32) 100%);
}

.single-post-header .single-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 12px;
  color: #b4e330;
  font-weight: 700;
  font-size: 15px;
}

.single-post-article {
  padding: 90px 0 100px;
}

.single-post-content {
  max-width: 900px;
  margin: 0 auto;
}

.single-post-content > p,
.single-post-content > ul,
.single-post-content > ol {
  font-size: 18px;
  line-height: 1.75;
}

.single-post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

.single-post-empty {
  padding: 48px;
  border-left: 5px solid #92c244;
  border-radius: 0 18px 18px 0;
  background: #f6f9f5;
}

.single-post-empty h2 {
  color: #1a4d2c;
}

.single-post-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 48px;
  color: #1a4d2c;
  font-weight: 700;
  text-decoration: none;
}

.single-post-back:hover {
  color: #5aa84d;
}

@media (max-width: 520px) {
  .single-post-article {
    padding: 55px 0 70px;
  }

  .single-post-empty {
    padding: 30px 24px;
  }

  .single-post-content > p,
  .single-post-content > ul,
  .single-post-content > ol {
    font-size: 16px;
    line-height: 1.65;
  }
}

/* Responsive page-header imagery: page-level ACF images override theme defaults. */
.acf_page_header_row.has-responsive-header-image,
.acf_home_header_row.has-responsive-header-image {
  background-image: var(--page-header-bg-desktop, none);
}

@media (max-width: 768px) {
  .acf_page_header_row.has-responsive-header-image,
  .acf_home_header_row.has-responsive-header-image {
    background-image: var(--page-header-bg-mobile, var(--page-header-bg-desktop, none));
  }
}

/* Product subcategories displayed inside Type landing pages. */
.tax-products-section--subcategories {
  padding: 38px 0 96px;
}

.product-subcategories-heading {
  margin-bottom: 62px;
}

.product-subcategories-heading-section {
  padding-top: 38px;
}

.product-subcategories-heading-section .product-subcategories-heading {
  margin-bottom: 0;
}

.tax-type .product-subcategories-heading-section + section {
  padding-top: 48px;
}

.product-subcategories-heading h2 {
  margin: 0;
  color: #1a4d2c;
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 400;
  line-height: 1.15;
  font-size: 20px;
}

.product-subcategories-heading h2 strong {
  font-weight: 800;
}

.product-subcategories-list {
  display: grid;
  gap: 96px;
}

.product-subcategory {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.1fr) minmax(310px, 0.95fr);
  align-items: start;
  gap: clamp(28px, 3vw, 54px);
}

.product-subcategory__image,
.product-subcategory__image-placeholder {
  width: 100%;
  aspect-ratio: 1 / 1.15;
  overflow: hidden;
  border-radius: 14px;
  background: transparent;
}

.product-subcategory__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-subcategory__content {
  padding-top: 8px;
}

.product-subcategory__content h2,
.product-subcategory__manufacturers h3 {
  color: #1a4d2c;
  font-weight: 800;
}

.product-subcategory__content h2 {
  margin: 0 0 24px;
  font-size: clamp(24px, 1.75vw, 28px);
  line-height: 1.15;
}

.product-subcategory__copy,
.product-subcategory__manufacturer-intro {
  color: #252525;
  font-size: 16px;
  line-height: 1.65;
}

.product-subcategory__copy h2,
.product-subcategory__copy h3,
.product-subcategory__copy h4,
.product-subcategory__copy h5,
.product-subcategory__copy h6 {
  color: #1a4d2c;
}

.product-subcategory__copy > :last-child,
.product-subcategory__manufacturer-intro > :last-child {
  margin-bottom: 0;
}

.product-subcategory__contact {
  margin-top: 28px;
}

.product-subcategory__manufacturers {
  padding: 38px 34px 34px;
  border-radius: 22px;
  background: #f4f7f3;
  box-shadow: 0 5px 3px rgba(23, 58, 34, 0.25);
}

.product-subcategory__manufacturers h3 {
  margin: 0 0 22px;
  font-size: 21px;
  line-height: 1.2;
}

.product-subcategory__manufacturer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 32px;
}

.product-subcategory__manufacturer {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 17px;
}

.product-subcategory__manufacturer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 154px;
  padding: 22px;
  border-radius: 20px;
  background: #fff;
  color: #1a4d2c;
  font-weight: 800;
  text-align: center;
}

.product-subcategory__manufacturer-logo img {
  width: 100%;
  max-width: 160px;
  max-height: 86px;
  object-fit: contain;
}

.product-subcategory__manufacturer-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 18px;
  border: 2px solid #f47721;
  border-radius: 999px;
  color: #f47721;
  background: transparent;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.product-subcategory__manufacturer-link:hover,
.product-subcategory__manufacturer-link:focus-visible {
  color: #fff;
  background: #f47721;
  box-shadow: 0 6px 10px rgba(244, 119, 33, 0.25);
  transform: translateY(-1px);
}

.product-subcategory__manufacturer-link:focus-visible {
  outline: 3px solid rgba(244, 119, 33, 0.35);
  outline-offset: 3px;
}

@media (max-width: 1199px) {
  .product-subcategory {
    grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  }

  .product-subcategory__manufacturers {
    grid-column: 1 / -1;
  }

  .product-subcategory__manufacturer-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}

@media (max-width: 767px) {
  .tax-products-section--subcategories {
    padding: 30px 0 70px;
  }

  .product-subcategories-heading {
    margin-bottom: 44px;
  }

  .product-subcategories-list {
    gap: 68px;
  }

  .product-subcategory {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
  }

  .product-subcategory__image,
  .product-subcategory__image-placeholder {
    aspect-ratio: 4 / 3;
  }

  .product-subcategory__content {
    padding-top: 0;
  }

  .product-subcategory__contact {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .product-subcategory__manufacturers {
    grid-column: auto;
    padding: 30px 22px 26px;
  }

  .product-subcategory__manufacturer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }

  .product-subcategory__manufacturer-logo {
    min-height: 125px;
    padding: 16px;
  }
}

@media (max-width: 420px) {
  .product-subcategory__manufacturer-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 768px) {
  .tax-type .product-subcategories-heading-section + section {
    padding-top: 28px;
  }
}

.product-subcategory__manufacturer-intro p {
  font-size: 13px;
}

.product-subcategory__copy h4 {
  font-size: 18px;
}

.section-text {
  padding-right: 80px !important;
}

.acf_image_text_image  {
  padding-right: 60px !important;
}

@media (max-width: 768px) {
  .acf_image_text_image {
    padding-right: 0 !important;
  }
}

/*
 * Type landing-page editorial rows use the same image treatment as the
 * FAQs / Image row: the image fills the height of the adjacent copy and is
 * anchored to the inside edge of its column. Product subcategory cards use
 * their own component classes and are intentionally unaffected.
 */
.tax-type .acf_image_text .container.v1 .acf_image_text_image {
  padding-right: 0 !important;
}

@media (min-width: 992px) {
  .tax-type .acf_image_text .container.v1 > .row {
    align-items: stretch;
  }

  .tax-type .acf_image_text .container.v1 > .row > .col-12:first-child {
    position: relative;
  }

  .tax-type .acf_image_text .container.v1 > .row > .col-12:last-child {
    padding-left: 60px;
  }

  .tax-type .acf_image_text .container.v1 .acf_image_text_image {
    position: absolute;
    inset: 0;
    margin-bottom: 0;
    text-align: right;
  }

  .tax-type .acf_image_text .container.v1 .acf_image_text_image .standard-image {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: auto;
    max-width: none;
    height: 100%;
    object-fit: cover;
  }
}
.section-description p {
 font-size: 15px;
}

/* Sitemap page menu */
.sitemap-page-menu {
  padding-top: 80px;
  padding-bottom: 100px;
}

.sitemap-page-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sitemap-page-menu__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 30px;
}

.sitemap-page-menu__list > li > a {
  display: inline-block;
  margin-bottom: 12px;
  color: #1a4d2c;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.sitemap-page-menu__list .sub-menu {
  display: grid;
  gap: 7px;
}

.sitemap-page-menu__list .sub-menu a {
  color: #1a4d2c;
  font-size: 15px;
  line-height: 1.45;
}

.sitemap-page-menu__list a:hover,
.sitemap-page-menu__list a:focus-visible {
  color: #5aa84d;
}

@media (max-width: 575px) {
  .sitemap-page-menu {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
