@import 'parts/vendor.css';
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html {
  background-color: #f8f8f8;
}

html body h1 {
  line-height: 45px;
  color: #000;
  text-transform: uppercase;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 600;
}
html body h2 {
  line-height: 36px;
  color: #000;
  text-transform: uppercase;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
}
html body h3 {
  line-height: 26px;
  color: #000;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
}
html body h4 {
  line-height: 16px;
  color: #74A90F;
  text-transform: uppercase;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}
html body h5, html body h6 {
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
}
html body blockquote, html body p, html body li, html body div {
  line-height: 24px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
html body #wpadminbar, html body #hostinger-preview-banner {
  display: none !important;
}
html body .wrap {
  display: block;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
html body #menu-toggle {
  display: none;
  position: relative;
  height: 17px;
  cursor: pointer;
  z-index: 51;
  margin-left: 15px;
  padding: 0 30px;
  background-color: transparent;
}
@media screen and (max-width: 800px) {
  html body #menu-toggle {
    display: inline-block;
    border: none;
  }
}
html body #menu-toggle span {
  position: absolute;
  width: 24px;
  height: 2px;
  top: 50%;
  right: 15px;
  background-color: #000;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
html body #menu-toggle span::before {
  position: absolute;
  display: block;
  width: 24px;
  height: 2px;
  top: -7px;
  background-color: #000;
  content: "";
  -webkit-transition: top 0.3s 0.3s, -webkit-transform 0s 0s;
  transition: top 0.3s 0.3s, -webkit-transform 0s 0s;
  transition: transform 0s 0s, top 0.3s 0.3s;
  transition: transform 0s 0s, top 0.3s 0.3s, -webkit-transform 0s 0s;
}
html body #menu-toggle span::after {
  position: absolute;
  display: block;
  width: 24px;
  height: 2px;
  top: 7px;
  background-color: #000;
  content: "";
  -webkit-transition: top 0.3s 0.3s, -webkit-transform 0s 0s;
  transition: top 0.3s 0.3s, -webkit-transform 0s 0s;
  transition: transform 0s 0s, top 0.3s 0.3s;
  transition: transform 0s 0s, top 0.3s 0.3s, -webkit-transform 0s 0s;
}
html body #menu-toggle.active span {
  height: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: height 0s 0s, -webkit-transform 0.3s 0.3s;
  transition: height 0s 0s, -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, height 0s 0s;
  transition: transform 0.3s 0.3s, height 0s 0s, -webkit-transform 0.3s 0.3s;
  background-color: #000;
}
html body #menu-toggle.active span::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.3s 0s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s 0s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s 0s, transform 0.3s 0.3s;
  transition: top 0.3s 0s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  background-color: #000;
}
html body #menu-toggle.active span::after {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 0.3s 0s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s 0s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s 0s, transform 0.3s 0.3s;
  transition: top 0.3s 0s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  background-color: #000;
}
html body #header {
  padding-top: 24px;
  margin-bottom: 60px;
  position: relative;
}
html body #header::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 7px;
  background-color: #8CC420;
  top: 0;
  left: 0;
}
html body #header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
html body #header .wrap #logo {
  position: relative;
  z-index: 2147483647;
}
@media screen and (max-width: 800px) {
  html body #header .wrap #main-nav {
    visibility: hidden;
    display: none;
    opacity: 0;
    position: absolute;
    top: 70px;
    margin-top: 0px;
    margin-left: 0px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    padding-top: 70px;
  }
}
html body #header .wrap #main-nav #menu-main-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
html body #header .wrap #main-nav #menu-main-menu > li {
  list-style: none;
}
html body #header .wrap #main-nav #menu-main-menu > li a {
  padding: 10px 14px 12px 13px;
  text-transform: uppercase;
  color: #000;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
}
html body #header .wrap #main-nav #menu-main-menu > li a:hover {
  background-color: #8CC420;
  color: #fff;
}
@media screen and (max-width: 800px) {
  html body #header.active #main-nav {
    width: 100%;
    display: block;
    visibility: visible;
    opacity: 1;
  }
  html body #header.active #main-nav > #menu-main-menu {
    margin-top: 20px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
    background-color: #fff;
    overflow: hidden;
    width: 0%;
    -webkit-box-shadow: 5px 60px 44px rgba(0, 0, 0, 0.35);
            box-shadow: 5px 60px 44px rgba(0, 0, 0, 0.35);
    -webkit-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out;
  }
  html body #header.active #main-nav > #menu-main-menu.transition {
    width: 100%;
  }
  html body #header.active #main-nav > #menu-main-menu > li {
    display: block;
    position: relative;
    z-index: 9999;
    cursor: pointer;
    text-align: left;
  }
  html body #header.active #main-nav > #menu-main-menu > li > a {
    color: #8CC420;
    letter-spacing: 0px;
    padding: 6px;
    display: block;
    background-color: transparent;
    width: 100%;
    text-align: left;
    border-radius: 1px;
    text-transform: uppercase;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
  }
  html body #header.active #main-nav > #menu-main-menu > li > a:hover {
    color: #fff;
    background-color: #8CC420;
  }
  html body #header.active #main-nav > #menu-main-menu > li .sub-menu-wrap {
    display: none;
    visibility: visible;
    opacity: 1;
    margin-bottom: 10px;
    position: relative;
    z-index: 9999;
    background-color: transparent;
  }
  html body #header.active #main-nav > #menu-main-menu > li .sub-menu-wrap .sub-menu > li {
    display: block;
    position: relative;
    margin-bottom: 10px;
  }
  html body #header.active #main-nav > #menu-main-menu > li .sub-menu-wrap .sub-menu > li > a {
    display: block;
    text-decoration: none;
    text-align: left;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-weight: 500;
    letter-spacing: 0;
    position: relative;
    padding: 5px 0 5px 10px;
  }
  html body #header.active #main-nav > #menu-main-menu > li.menu-item-has-children > a {
    width: calc(100% - 60px);
  }
  html body #header.active #main-nav > #menu-main-menu > li.menu-item-has-children:after {
    content: "";
    position: absolute;
    display: block;
    top: 19px;
    right: 0px;
    width: 20px;
    height: 20px;
    margin-right: 20px;
    background-image: inline_svg('<svg height="8" viewBox="0 0 14 8" width="14" xmlns="http://www.w3.org/2000/svg"><path d="M.642.293c.36-.36.928-.388 1.32-.083l.094.083L6.86 5.096 11.662.293c.36-.36.928-.388 1.32-.083l.095.083c.36.36.388.928.083 1.32l-.083.094-5.51 5.51c-.361.36-.928.388-1.32.083l-.095-.083-5.51-5.51c-.39-.39-.39-1.024 0-1.414z" fill="#1CB0E3" fill-rule="evenodd"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  html body #header.active #main-nav > #menu-main-menu > li.active:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
html body #footer {
  padding: 30px 0;
  background-color: #f8f8f8;
}
html body #footer .wrap .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}
html body #footer .wrap .footer-top #logo-footer img {
  width: 186px;
}
html body #footer .wrap .footer-top #footer-nav #menu-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
html body #footer .wrap .footer-top #footer-nav #menu-footer-menu > li {
  list-style: none;
}
html body #footer .wrap .footer-top #footer-nav #menu-footer-menu > li a {
  text-transform: uppercase;
  color: #000;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
}
html body #footer .wrap .footer-top #footer-nav #menu-footer-menu > li a:hover {
  color: #8CC420;
}
@media screen and (max-width: 650px) {
  html body #footer .wrap .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
  html body #footer .wrap .footer-top #footer-nav #menu-footer-menu {
    padding: 0;
  }
}
html body #footer .wrap .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
html body #footer .wrap .footer-bottom .copyright p {
  margin: 0;
  color: #000;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
}
html body #footer .wrap .footer-bottom .copyright .jackrabbit {
  color: #b3b3b3;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
}
html body #footer .wrap .footer-bottom .locations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
html body #footer .wrap .footer-bottom .locations .location {
  text-align: end;
}
html body #footer .wrap .footer-bottom .locations .location > * {
  margin: 0;
  color: #000;
  line-height: 18px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
}
html body #footer .wrap .footer-bottom .locations .location > *.state {
  margin-bottom: 5px !important;
  font-weight: 600;
}
html body #footer .wrap .footer-bottom .locations .location > *.phone:hover {
  text-decoration: underline;
}
html body #footer .wrap .footer-bottom .locations .location > *.line-2 {
  margin-bottom: -4px;
}
@media screen and (max-width: 650px) {
  html body #footer .wrap .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 30px;
  }
  html body #footer .wrap .footer-bottom .locations .location {
    text-align: center;
  }
}
html body .description {
  color: #333333;
  line-height: 24px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
}
html body .eyebrow {
  margin-bottom: 0;
  color: #8CC420;
  text-transform: uppercase;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}
html body.page-template-template-home button, html body.page-template-template-home [type=submit], html body.page-template-template-home [type=button], html body.page-template-template-home [type=reset] {
  cursor: pointer;
  border: 0;
  text-align: center;
  background: transparent;
  color: inherit;
  padding: 0;
  margin: 0;
}
html body.page-template-template-home button:focus, html body.page-template-template-home [type=submit]:focus, html body.page-template-template-home [type=button]:focus, html body.page-template-template-home [type=reset]:focus {
  outline: none !important;
}
html body.page-template-template-home button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
html body.page-template-template-home .hero-banner {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, rgb(255, 255, 255)), color-stop(90%, rgb(248, 248, 248)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 90%, rgb(248, 248, 248) 90%);
}
html body.page-template-template-home .hero-banner .wrap {
  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;
}
html body.page-template-template-home .hero-banner .wrap .text-content h1 {
  color: #000;
  text-transform: uppercase;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width: 1050px) {
  html body.page-template-template-home .hero-banner .wrap .text-content h1 {
    font-size: 27px;
    line-height: 33px;
  }
}
html body.page-template-template-home .hero-banner .wrap .text-content p {
  color: #333333;
  line-height: 24px;
  margin-bottom: 38px;
  margin-top: 10px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
html body.page-template-template-home .hero-banner .wrap .media-content {
  position: relative;
  -ms-flex-preferred-size: 135%;
      flex-basis: 135%;
}
html body.page-template-template-home .hero-banner .wrap .media-content img {
  aspect-ratio: 685/533;
}
html body.page-template-template-home .hero-banner .wrap .media-content .captions {
  position: absolute;
  width: 200px;
  top: 74%;
  left: 31%;
  text-align: right;
}
@media screen and (max-width: 950px) {
  html body.page-template-template-home .hero-banner .wrap .media-content .captions {
    left: 40%;
  }
}
@media screen and (max-width: 730px) {
  html body.page-template-template-home .hero-banner .wrap .media-content .captions {
    left: 35%;
  }
}
@media screen and (max-width: 600px) {
  html body.page-template-template-home .hero-banner .wrap .media-content .captions {
    left: 50%;
    top: 53%;
    -webkit-transform: translateX(-50%) translateY(calc(-50% + 105px));
            transform: translateX(-50%) translateY(calc(-50% + 105px));
    text-align: center;
  }
}
html body.page-template-template-home .hero-banner .wrap .media-content .captions figcaption {
  text-transform: uppercase;
}
html body.page-template-template-home .hero-banner .wrap .media-content .captions .name {
  color: #8CC420;
  letter-spacing: 1px;
  text-decoration: none !important;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}
html body.page-template-template-home .hero-banner .wrap .media-content .captions .position {
  color: #333333;
  text-transform: uppercase;
  text-decoration: none !important;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
}
@media screen and (max-width: 950px) {
  html body.page-template-template-home .hero-banner {
    background: #fff;
    padding: 20px 0 50px;
  }
  html body.page-template-template-home .hero-banner .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  html body.page-template-template-home .hero-banner .wrap .text-content {
    margin-top: 25px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
html body.page-template-template-home h1 {
  text-transform: uppercase;
  line-height: 45px;
  margin: 0;
  color: #000;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 600;
}
html body.page-template-template-home h2 {
  text-transform: uppercase;
  line-height: 36px;
  margin: 0;
  color: #000;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
}
html body.page-template-template-home h3 {
  line-height: 26px;
  margin: 0;
  color: #000;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
}
html body.page-template-template-home hr {
  width: 100%;
  height: 0;
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
  color: #e5e5e5;
}
html body.page-template-template-home figcaption {
  font-style: normal;
}
html body.page-template-template-home .content-centered {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0 auto;
  max-width: 780px;
}
html body.page-template-template-home .btn {
  padding: 15px 25px;
  text-transform: uppercase;
  background-color: #8CC420;
  color: #fff;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}
html body.page-template-template-home .btn:hover {
  background-color: #000;
}
html body.page-template-template-home .swiper .logo-swiper-button-next {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 86%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='19' fill='none'%3E%3Cpath stroke='%238CC420' stroke-linecap='round' stroke-width='2' d='m1 18 9-8.5L1 1'/%3E%3C/svg%3E");
}
html body.page-template-template-home .swiper .logo-swiper-button-prev {
  cursor: pointer;
  position: absolute;
  left: 5px;
  top: 86%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='19' fill='none'%3E%3Cpath stroke='%238CC420' stroke-linecap='round' stroke-width='2' d='M11 1 2 9.5l9 8.5'/%3E%3C/svg%3E");
}
html body.page-template-template-home .swiper .swiper-wrapper:hover {
  cursor: -webkit-grab;
  cursor: grab;
}
html body.page-template-template-home .swiper .swiper-wrapper:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
@media screen and (max-width: 525px) {
  html body.page-template-template-home .swiper .logo-swiper-button-next, html body.page-template-template-home .swiper .logo-swiper-button-prev {
    top: 88%;
  }
}
html body.page-template-template-home .mod-buckets {
  background-color: #f8f8f8;
  padding: 35px 0 70px;
}
html body.page-template-template-home .mod-buckets .wrap .buckets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
html body.page-template-template-home .mod-buckets .wrap .buckets .bucket {
  -ms-flex-preferred-size: calc(20% - 20px);
      flex-basis: calc(20% - 20px);
  text-align: center;
}
html body.page-template-template-home .mod-buckets .wrap .buckets .bucket .statistic {
  color: #8CC420;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 36px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 600;
}
html body.page-template-template-home .mod-buckets .wrap .buckets .bucket .description {
  line-height: 19px;
}
@media screen and (max-width: 850px) {
  html body.page-template-template-home .mod-buckets .wrap .buckets .bucket {
    -ms-flex-preferred-size: calc(33.3333333333% - 20px);
        flex-basis: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 450px) {
  html body.page-template-template-home .mod-buckets .wrap .buckets .bucket {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
  }
}
html body.page-template-template-home .mod-content-highlights {
  padding: 70px 0 62px;
}
html body.page-template-template-home .mod-content-highlights .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
html body.page-template-template-home .mod-content-highlights .wrap .col--left {
  max-width: 390px;
}
html body.page-template-template-home .mod-content-highlights .wrap .col--right {
  max-width: 654px;
}
html body.page-template-template-home .mod-content-highlights .wrap .col--right p {
  position: relative;
  padding: 15px 30px 14px 13px;
  margin: 0;
}
html body.page-template-template-home .mod-content-highlights .wrap .col--right p::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='7' fill='none'%3E%3Cpath fill='%238CC420' d='M1.664 6.816H.608L2.88 3.792.608.752h1.056l2.32 3.04-2.32 3.024Zm2.848 0H3.456l2.272-3.024L3.456.752h1.056l2.32 3.04-2.32 3.024Z'/%3E%3C/svg%3E");
  top: 23px;
  left: 0;
}
html body.page-template-template-home .mod-content-highlights .wrap .col--right p:not(:last-of-type) {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 768px) {
  html body.page-template-template-home .mod-content-highlights .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  html body.page-template-template-home .mod-content-highlights .wrap .col--left, html body.page-template-template-home .mod-content-highlights .wrap .col--right {
    max-width: 100% !important;
  }
}
html body.page-template-template-home .mod-logo-slider {
  padding: 60px 0;
}
html body.page-template-template-home .mod-logo-slider .wrap {
  position: relative;
}
html body.page-template-template-home .mod-logo-slider .wrap .logo-swiper {
  position: static !important;
}
html body.page-template-template-home .mod-logo-slider .wrap .logo-swiper .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html body.page-template-template-home .mod-logo-slider .wrap .logo-swiper .swiper-wrapper .swiper-slide img {
  width: 186px;
  height: auto;
}
html body.page-template-template-home .mod-logo-slider .wrap:last-of-type {
  margin-top: 38px;
}
html body.page-template-template-home .mod-testimonial-slider {
  padding: 70px 0;
}
html body.page-template-template-home .mod-testimonial-slider .wrap {
  position: relative;
}
html body.page-template-template-home .mod-testimonial-slider .wrap .content-centered {
  margin-bottom: 45px;
}
html body.page-template-template-home .mod-testimonial-slider .wrap .testimonial-swiper {
  position: static !important;
}
html body.page-template-template-home .mod-testimonial-slider .wrap .testimonial-swiper .logo-swiper-button-next {
  top: 32%;
}
html body.page-template-template-home .mod-testimonial-slider .wrap .testimonial-swiper .logo-swiper-button-prev {
  top: 32%;
}
html body.page-template-template-home .mod-testimonial-slider .wrap .testimonial-swiper .swiper-wrapper .swiper-slide {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html body.page-template-template-home .mod-testimonial-slider .wrap .testimonial-swiper .swiper-wrapper .swiper-slide p {
  margin-bottom: 52px;
  max-width: 680px;
  display: inline-block;
  position: relative;
  padding: 0 40px;
}
html body.page-template-template-home .mod-testimonial-slider .wrap .testimonial-swiper .swiper-wrapper .swiper-slide p::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='18' fill='none'%3E%3Cpath fill='%23CACACA' d='M9.184.19 5.994 12.4l-.88-4.125c1.283 0 2.346.403 3.19 1.21.843.807 1.264 1.888 1.264 3.245 0 1.357-.421 2.457-1.264 3.3-.844.807-1.889 1.21-3.136 1.21-1.32 0-2.401-.422-3.245-1.265C1.08 15.132.658 14.05.658 12.73c0-.44.019-.843.055-1.21.074-.403.202-.88.386-1.43.183-.55.44-1.247.77-2.09L4.784.19h4.4Zm11.66 0-3.19 12.21-.88-4.125c1.283 0 2.346.403 3.19 1.21.843.807 1.265 1.888 1.265 3.245 0 1.357-.422 2.457-1.265 3.3-.844.807-1.889 1.21-3.136 1.21-1.32 0-2.401-.422-3.244-1.265-.844-.843-1.265-1.925-1.265-3.245 0-.44.018-.843.054-1.21.074-.403.202-.88.386-1.43.183-.55.44-1.247.77-2.09L16.444.19h4.4Z'/%3E%3C/svg%3E");
  width: 22px;
  height: 18px;
  top: 0;
  left: 5px;
}
html body.page-template-template-home .mod-testimonial-slider .wrap .testimonial-swiper .swiper-wrapper .swiper-slide p::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='18' fill='none'%3E%3Cpath fill='%23CACACA' d='M5.223.805c2.586 0 4.455 1.87 4.455 4.51 0 1.265-.22 2.2-1.21 4.73l-2.86 7.81H1.155l2.2-8.47C1.813 8.78.768 7.35.768 5.315c0-2.695 1.925-4.51 4.455-4.51Zm11.66 0c2.585 0 4.456 1.87 4.456 4.51 0 1.265-.22 2.2-1.21 4.73l-2.86 7.81h-4.455l2.2-8.47c-1.54-.605-2.585-2.035-2.585-4.07 0-2.695 1.925-4.51 4.455-4.51Z'/%3E%3C/svg%3E");
  width: 22px;
  height: 18px;
  top: 0;
  right: 5px;
}
html body.page-template-template-home .mod-testimonial-slider .wrap .testimonial-swiper .swiper-wrapper .swiper-slide .author-img {
  margin-bottom: 20px;
  border-radius: 100%;
  width: 110px;
  height: 110px;
}
html body.page-template-template-home .mod-testimonial-slider .wrap .testimonial-swiper .swiper-wrapper .swiper-slide .name {
  color: #8CC420;
  letter-spacing: 1px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}
html body.page-template-template-home .mod-testimonial-slider .wrap .testimonial-swiper .swiper-wrapper .swiper-slide .company {
  color: #333333;
  text-transform: uppercase;
  text-decoration: none !important;
  text-transform: uppercase;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
}
html body.page-template-template-home .mod-news-grid {
  padding: 70px 0;
}
html body.page-template-template-home .mod-news-grid .wrap .section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}
html body.page-template-template-home .mod-news-grid .wrap .section-heading .eyebrow {
  position: relative;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
html body.page-template-template-home .mod-news-grid .wrap .section-heading .eyebrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #8CC420;
  opacity: 0;
  bottom: 5px;
  left: 0;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
html body.page-template-template-home .mod-news-grid .wrap .section-heading .eyebrow:hover {
  color: #000;
}
html body.page-template-template-home .mod-news-grid .wrap .section-heading .eyebrow:hover::after {
  opacity: 1;
  bottom: 0;
  background: #000;
}
html body.page-template-template-home .mod-news-grid .wrap .news-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
html body.page-template-template-home .mod-news-grid .wrap .news-posts .news-single {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
html body.page-template-template-home .mod-news-grid .wrap .news-posts .news-single:first-of-type {
  padding-right: 84px;
  border-right: 1px solid #e5e5e5;
}
html body.page-template-template-home .mod-news-grid .wrap .news-posts .news-single:last-of-type {
  padding-left: 84px;
}
html body.page-template-template-home .mod-news-grid .wrap .news-posts .news-single .eyebrow {
  margin-bottom: 10px;
}
html body.page-template-template-home .mod-news-grid .wrap .news-posts .news-single h3 {
  display: inline-block;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
html body.page-template-template-home .mod-news-grid .wrap .news-posts .news-single a:hover h3 {
  color: #8CC420;
}
@media screen and (max-width: 768px) {
  html body.page-template-template-home .mod-news-grid .wrap .news-posts .news-single:first-of-type {
    padding-right: 30px;
    border-right: 1px solid #e5e5e5;
  }
  html body.page-template-template-home .mod-news-grid .wrap .news-posts .news-single:last-of-type {
    padding-left: 30px;
  }
}
@media screen and (max-width: 550px) {
  html body.page-template-template-home .mod-news-grid .wrap .news-posts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  html body.page-template-template-home .mod-news-grid .wrap .news-posts .news-single {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  html body.page-template-template-home .mod-news-grid .wrap .news-posts .news-single:first-of-type {
    padding-right: 0;
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
  }
  html body.page-template-template-home .mod-news-grid .wrap .news-posts .news-single:last-of-type {
    padding-left: 0;
    padding-top: 20px;
  }
}
html body .team-grid {
  margin: 70px 0;
}
html body .team-grid .wrap .content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
html body .team-grid .wrap .content-container .team-member {
  -ms-flex-preferred-size: calc(25% - 22.5px);
      flex-basis: calc(25% - 22.5px);
}
html body .team-grid .wrap .content-container .team-member:hover article .img-container::before {
  opacity: 1;
}
html body .team-grid .wrap .content-container .team-member:hover article .img-container p {
  opacity: 1;
}
html body .team-grid .wrap .content-container .team-member article .img-container {
  position: relative;
  line-height: 0;
}
html body .team-grid .wrap .content-container .team-member article .img-container::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #8CC420;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
html body .team-grid .wrap .content-container .team-member article .img-container p {
  position: absolute;
  color: #fff;
  opacity: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
html body .team-grid .wrap .content-container .team-member article .img-container img {
  aspect-ratio: 264/333;
  width: 100%;
}
html body .team-grid .wrap .content-container .team-member article h3 {
  color: #8CC420;
  margin-bottom: 5px;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
}
html body .team-grid .wrap .content-container .team-member article .eyebrow {
  color: #B3B3B3;
}
@media screen and (max-width: 768px) {
  html body .team-grid .wrap .content-container .team-member {
    -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
  }
}
@media screen and (max-width: 460px) {
  html body .team-grid .wrap .content-container .team-member {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}