@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Montserrat:wght@300;400;500;600;700&display=swap");
/* VARS */
/* Utils */
.shadow {
  -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16) !important;
          box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16) !important;
}

.hidden {
  display: none;
}

.icon {
  height: inherit;
}

@media screen and (min-width: 990px) {
  .totop {
    top: -65px;
    position: relative;
  }
}

.reduced img,
img.reduced {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.mt-7 {
  margin-top: 80px;
}

body * {
  font-family: "Montserrat";
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  color: #214D26;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 35px;
  letter-spacing: 1.2px;
}
body h1 {
  font-size: 44px;
}
body h2 {
  font-size: 38px;
}
body h3 {
  font-size: 32px;
}
body h4 {
  font-size: 26px;
}
body h5 {
  font-size: 20px;
}
body h6 {
  font-size: 18px;
}
body p, body li {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 25px 0;
  padding: 0;
}
body p.big, body li.big {
  font-size: 24px;
  line-height: 32px;
  padding: 0 5vw;
  margin-bottom: 45px;
}
body li::marker {
  color: #91cc8c;
}
@media screen and (max-width: 990px) {
  body h1 {
    font-size: 32px;
  }
  body h2 {
    font-size: 26px;
  }
  body h3 {
    font-size: 20px;
  }
  body h4 {
    font-size: 18px;
  }
  body h5 {
    font-size: 16px;
  }
  body h6 {
    font-size: 16px;
  }
}

/* BUTTONS */
.btn, .wp-block-button__link {
  border-radius: 30px;
  height: 42px;
  line-height: 42px;
  border: none;
  padding: 0 16px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 25px 0;
  color: white !important;
}
.btn:after, .wp-block-button__link:after {
  content: none !important;
}
.btn:hover, .wp-block-button__link:hover, .btn:focus, .wp-block-button__link:focus {
  background: #f58c00;
  text-decoration: none;
}
.btn-primary, .wp-block-button__link {
  background: #FFA329;
}
.btn-secondary {
  background: #2E85EB;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: #146bd2;
  text-decoration: none;
}
.btn-lg {
  padding: 0 25px;
  font-size: 18px;
  height: 48px;
  line-height: 48px;
}
.btn svg, .wp-block-button__link svg {
  height: inherit;
  fill: white;
  stroke: white;
  margin-left: 14px;
}

.wp-block-button__link {
  text-transform: none !important;
}

a.cta-link-sm,
.news-link-btn {
  font-size: 16px;
  font-weight: 500;
  color: #91cc8c;
  text-decoration: none;
  margin-top: 25px;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.cta-link-sm svg,
.news-link-btn svg {
  height: inherit;
  fill: #91cc8c;
  stroke: #91cc8c;
  margin-left: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.cta-link-sm::after,
.news-link-btn::after {
  content: none !important;
}
a.cta-link-sm:hover,
.news-link-btn:hover {
  color: #214D26;
}
a.cta-link-sm:hover svg,
.news-link-btn:hover svg {
  fill: #214D26;
  stroke: #214D26;
}

/* CARDS */
.card-deck .card, .card-deck {
  background: #2E85EB;
}

.new-sec {
  margin-bottom: 45px;
}
.new-sec .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: 100%;
}
.new-sec .card:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.new-sec .card img {
  border-radius: 16px;
}
.new-sec .card h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #2E85EB;
  margin-bottom: 15px;
  max-height: 5.8em;
  overflow-y: hidden;
}
.new-sec .card p {
  margin: 15px 0;
}
.new-sec .card .news-link-btn {
  margin-top: auto;
  color: #2E85EB;
  font-weight: 600;
  text-decoration: none !important;
}
.new-sec .card .news-link-btn svg {
  stroke: #2E85EB;
}

.home .cert-wrap .media {
  border-radius: 16px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.home .cert-wrap .media:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.quote-l {
  width: auto;
  margin-right: 15px;
}
.quote-l svg {
  fill: #C9E5C4;
}

.cta-wrap {
  margin-top: 40px;
  margin-bottom: 0;
  text-align: center;
}
.cta-wrap::before {
  width: 50vw;
  background-image: url("../icons/globe.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -105px;
  height: calc(100% + 105px);
  left: calc(50% - 25vw);
  top: initial;
}
.cta-wrap h2 {
  margin-top: 0px !important;
}
.cta-wrap h2 span {
  color: #91cc8c;
}
.cta-wrap .btn, .cta-wrap .wp-block-button__link {
  margin: 0 0 10px !important;
}

/* HEADER */
.header {
  /* MENU */
}
.header .menu-wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header .menu-wrap .label-img img {
  margin-top: 0;
}
.header .menu-wrap .text-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .menu-wrap .navbar {
  margin-bottom: 0;
}
.header .menu-wrap .navbar ul li {
  text-align: left;
}
.header .menu-wrap .navbar ul li.current-menu-item a {
  color: #C9E5C4;
  text-decoration: none;
}
.header .menu-wrap .navbar ul li a {
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  margin-left: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .menu-wrap .navbar ul li a:hover {
  color: #C9E5C4;
  text-decoration: none;
}

.breadcrumb-item svg {
  margin-top: -5px;
  stroke: #214D26;
  fill: none;
}

.dark-style .breadcrumb-item svg {
  stroke: white;
}

/* FOOTER */
.footer-wrap {
  background: none;
  background-color: #214D26;
  position: relative;
  z-index: 1;
}
.footer-wrap::after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.55;
  background-image: url("../label/images/footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footer-wrap footer {
  z-index: 2;
  font-size: 16px;
}
.footer-wrap footer h6 {
  color: white;
  text-align: left;
  font-size: 16px;
  text-transform: none;
  padding: 0 3vw;
  font-weight: 400;
  margin-bottom: 0;
}
.footer-wrap footer strong {
  font-weight: 700;
}
.footer-wrap .copy-wrap {
  font-size: 13px;
  font-weight: 500;
}

body:not(.home) .banner-wrap .home-wrap {
  background: #000000;
  z-index: 0;
}
body:not(.home) .banner-wrap .home-wrap::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.55;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body:not(.home) .banner-wrap .home-wrap .intro p {
  color: white;
}

.home .home-wrap .banner-inner h1 {
  color: white;
  margin: 40px 0 0;
}
.home .home-wrap .banner-inner p {
  color: white;
}
.home .home-wrap .banner-inner .btn-primary, .home .home-wrap .banner-inner .wp-block-button__link {
  background: #91cc8c;
}
.home .home-wrap .banner-inner .btn-primary:hover, .home .home-wrap .banner-inner .wp-block-button__link:hover {
  background: #214D26;
}
.home .slider-wrap {
  background: black;
}
.home .slider-wrap .banner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .slider-wrap .banner-inner video {
  position: absolute;
  z-index: -1;
  opacity: 0.65;
}
.home .scroll-down {
  font-size: 17px;
  z-index: 999;
  position: absolute;
  margin: -100px auto 0;
  text-align: center;
  width: 100vw;
}
.home .latest-grid .btn, .home .latest-grid .wp-block-button__link {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.home .numbers-inner {
  padding: 90px 30px 100px;
}
.home .numbers-inner p {
  color: white;
  padding: 0 2.5vw;
  margin-bottom: 35px;
}

.page-wrap {
  margin-bottom: 80px;
}
.page-wrap h2 {
  font-size: 32px;
  margin: 35px 0;
}
.page-wrap h3 {
  color: #91cc8c;
  font-size: 26px;
  margin: 35px 0;
  text-transform: none;
}
.page-wrap a {
  color: #91cc8c;
  font-weight: 500;
}
.page-wrap strong {
  font-weight: 700;
}
.page-wrap .btn, .page-wrap .wp-block-button__link {
  margin: 25px 0;
}
.page-wrap figure {
  margin: 45px 0;
}
.page-wrap figure.alignleft {
  margin-right: 30px;
}
.page-wrap figure.alignright {
  margin-left: 30px;
}

.faq-filter a.nav-link {
  color: #91cc8c;
  border-color: #91cc8c;
}
.faq-filter a.nav-link:hover, .faq-filter a.nav-link.active {
  color: #214D26;
  border-color: #214D26;
}

.page-wrap .faq a h2 {
  font-size: 16px !important;
  color: #214D26;
}

.page-id-16 .page h2 {
  margin-top: 65px;
}
.page-id-16 .page h2:before {
  content: "";
  margin: 45px auto 65px;
  display: block;
  height: 1px;
  width: 200px;
  background-color: #C9E5C4;
}

.icons_title img {
  margin-top: -5px;
}
.icons_title.first img {
  margin-top: -15px;
}

.page-template-tpl_companies .cert-wrap,
.page-template-tpl_clients .cert-wrap {
  margin-top: 60px;
}
.page-template-tpl_companies .cert-wrap .media,
.page-template-tpl_clients .cert-wrap .media {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-template-tpl_companies .cert-wrap .media img,
.page-template-tpl_clients .cert-wrap .media img {
  padding: 0;
  max-width: 70%;
  max-height: 100px;
}
.page-template-tpl_companies .cert-wrap .media h4,
.page-template-tpl_clients .cert-wrap .media h4 {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  margin: 25px 5% 0;
}

.page-template-tpl_clients .media {
  background-color: white;
}
.page-template-tpl_clients .media .img {
  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: 220px;
}
.page-template-tpl_clients .media h4 {
  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: 2em;
}
.page-template-tpl_clients .cert-wrap {
  z-index: 99;
}
.page-template-tpl_clients .cert-wrap .grid-item {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-template-tpl_clients .cert-wrap .grid-item:hover {
  text-decoration: none;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.page-template-tpl_clients .header__filters {
  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;
  margin-bottom: 35px;
}
.page-template-tpl_clients .header__filters .quicksearch {
  position: relative;
  z-index: 9;
  height: 42px;
  width: 100%;
  border: 1px solid #333;
  border-radius: 30px;
  background: white;
  color: #2E85EB;
  font-size: 16px;
  padding: 15px 20px 14px;
}
.page-template-tpl_clients .header__filters #filters {
  text-align: right;
}
.page-template-tpl_clients .header__filters #filters label {
  font-size: 13px;
}
.page-template-tpl_clients .header__filters #filters button {
  height: auto;
  padding: 5px 10px 6px;
  font-size: 13px;
  line-height: 1rem;
  margin: 0 0 15px;
}
.page-template-tpl_clients .header__filters #filters button:focus {
  outline: none;
}
.page-template-tpl_clients .header__filters #filters button.is-checked {
  background: #2E85EB;
}/*# sourceMappingURL=main.css.map */