
/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */












html {
  font-size: 20px;
}

body {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 20px;
}

/* Paragraphs */

p {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

a:hover,
a:focus {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

a:active {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #282828;
}

/* Headings */

h1,
.h1 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 50px;
  text-transform: none;
}

h2,
.h2 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #006737;
  font-size: 40px;
  text-transform: none;
}

h3,
.h3 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #006737;
  font-size: 30px;
  text-transform: none;
}

h4,
.h4 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #006737;
  font-size: 20px;
  text-transform: none;
}

h5,
.h5 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #006737;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #006737;
  font-size: 14px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #006737;
}





button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  border: 1px solid #000000;

  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 18px;
  text-transform: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  border: 1px solid #1a334e;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  border-radius: 6px;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(40, 40, 40, 1.0);
  border-color: #282828;
}





form,
.submitted-message {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px none #006737;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(0, 103, 55, 1.0)

;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #006737;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: 'Open Sans'; font-style: normal; font-weight: normal; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 30px;
  color: #000000;
  background-color: 

  
  
    
  


  rgba(0, 103, 55, 1.0)

;
}


/* Labels */

form label {
  color: #000000;
}

/* Help text */

form legend {
  color: #000000;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 2px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
  border-radius: 3px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #000000;
}

::-moz-placeholder {
  color: #000000;
}

:-ms-input-placeholder {
  color: #000000;
}

::placeholder {
  color: #000000;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #000000;
}

.fn-date-picker td.is-selected .pika-button {
  background: #000000;
}

.fn-date-picker td .pika-button:hover {
  background-color: #000000 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #000000;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #000000;
;
  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;
;
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 22px;
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-radius: 6px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  color: #ffffff;
  border: 1px none #1a334e;
;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(40, 40, 40, 1.0);
  border-color: #282828;
}





/* Table */

table {
  border: 1px solid #000000;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #000000;

  padding: 18px;

  color: #000000;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
}





.header {
  background-color: 

  
  
    
  


  rgba(0, 103, 55, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #000000;
  font-family: Open Sans;
}

.menu__child-toggle-icon {
  border-top-color: #000000;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #000000;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #000000;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #282828;
}

.menu__child-toggle-icon:active {
  border-top-color: #282828;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #000000;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #000000;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #000000;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #000000;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #000000;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(0, 103, 55, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(0, 103, 55, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Open Sans;
}

.header__language-switcher-label-current:after {
  border-top-color: #000000;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(0, 103, 55, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #000000;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(0, 103, 55, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #000000;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #000000;
}

.blog-post__tag-link {
  color: #000000;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #000000;
}

.blog-post__tag-link:active {
  color: #282828;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #006737;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #003f0f;
}

.blog-related-posts__title-link:active {
  color: #288f5f;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #000000;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #000000;
}

#comments-listing .comment-reply-to:active {
  color: #282828;
}





.hs-search-results__title {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #006737;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #003f0f;
}

.hs-blog-post-listing__post-title-link:active {
  color: #288f5f;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #000000;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: #000000;
}

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #000000;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #282828;
}

.hs-pagination__link-icon svg {
  fill: #000000;
}

/* Pricing card */

.card__price {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #006737;
  font-size: 30px;
}

.card__body svg {
  fill: #000000;
}

/* Social follow */

.social-links__icon {
  background-color: #000000;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #000000;
}

.social-links__icon:active {
  background-color: #282828;
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #006737;
  font-size: 30px;
}
/* odometer-css */
.odometer.odometer-auto-theme,.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-default,.odometer.odometer-theme-default .odometer-digit{display:inline-block;vertical-align:middle;position:relative}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer{display:inline-block;vertical-align:middle;visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner{text-align:left;display:block;position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon{display:block}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner{display:block;-webkit-backface-visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-value,.odometer.odometer-theme-default .odometer-digit .odometer-value{display:block;-webkit-transform:translateZ(0)}.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value{position:absolute}.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s}.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.odometer.odometer-auto-theme,.odometer.odometer-theme-default{font-family:"Helvetica Neue",sans-serif;line-height:1.1em}.odometer.odometer-auto-theme .odometer-value,.odometer.odometer-theme-default .odometer-value{text-align:center}
/* splide-css */
.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
@font-face {
  font-family: 'Oswald';
  src: url('https://1933828.fs1.hubspotusercontent-na1.net/hubfs/1933828/Fonts_2025/Oswald-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('https://1933828.fs1.hubspotusercontent-na1.net/hubfs/1933828/Fonts_2025/Oswald-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('https://1933828.fs1.hubspotusercontent-na1.net/hubfs/1933828/Fonts_2025/Oswald-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('https://1933828.fs1.hubspotusercontent-na1.net/hubfs/1933828/Fonts_2025/Oswald-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('https://1933828.fs1.hubspotusercontent-na1.net/hubfs/1933828/Fonts_2025/Oswald-Light.ttf') format('truetype');
  font-weight:300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('https://1933828.fs1.hubspotusercontent-na1.net/hubfs/1933828/Fonts_2025/Oswald-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hind';
  src: url('https://1933828.fs1.hubspotusercontent-na1.net/hubfs/1933828/Fonts_2025/Hind-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hind';
  src: url('https://1933828.fs1.hubspotusercontent-na1.net/hubfs/1933828/Fonts_2025/Hind-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hind';
  src: url('https://1933828.fs1.hubspotusercontent-na1.net/hubfs/1933828/Fonts_2025/Hind-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hind';
  src: url('https://1933828.fs1.hubspotusercontent-na1.net/hubfs/1933828/Fonts_2025/Hind-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Optima';
  src: url('https://1933828.fs1.hubspotusercontent-na1.net/hubfs/1933828/Green%20Office%20Theme%202025/fonts/Optima-Medium.eot');
  src: url('https://1933828.fs1.hubspotusercontent-na1.net/hubfs/1933828/Green%20Office%20Theme%202025/fonts/Optima-Medium.eot#iefix') format('embedded-opentype'),
    url('https://1933828.fs1.hubspotusercontent-na1.net/hubfs/1933828/Green%20Office%20Theme%202025/fonts/Optima-Medium.woff2') format('woff2'),
    url('https://1933828.fs1.hubspotusercontent-na1.net/hubfs/1933828/Green%20Office%20Theme%202025/fonts/Optima-Medium.woff') format('woff'),
    url('https://1933828.fs1.hubspotusercontent-na1.net/hubfs/1933828/Green%20Office%20Theme%202025/fonts/Optima-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hind';
  src: url('https://1933828.fs1.hubspotusercontent-na1.net/hubfs/1933828/Fonts_2025/Hind-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Optima';
  src: url('https://1933828.fs1.hubspotusercontent-na1.net/hubfs/1933828/Green%20Office%20Theme%202025/fonts/Optima.eot');
  src: url('https://1933828.fs1.hubspotusercontent-na1.net/hubfs/1933828/Green%20Office%20Theme%202025/fonts/Optima.eot#iefix') format('embedded-opentype'),
    url('https://1933828.fs1.hubspotusercontent-na1.net/hubfs/1933828/Green%20Office%20Theme%202025/fonts/Optima.woff2') format('woff2'),
    url('https://1933828.fs1.hubspotusercontent-na1.net/hubfs/1933828/Green%20Office%20Theme%202025/fonts/Optima.woff') format('woff'),
    url('https://1933828.fs1.hubspotusercontent-na1.net/hubfs/1933828/Green%20Office%20Theme%202025/fonts/Optima.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Optima';
  src: url('https://1933828.fs1.hubspotusercontent-na1.net/hubfs/1933828/Green%20Office%20Theme%202025/fonts/Optima-Bold.eot');
  src: url('https://1933828.fs1.hubspotusercontent-na1.net/hubfs/1933828/Green%20Office%20Theme%202025/fonts/Optima-Bold.eot#iefix') format('embedded-opentype'),
    url('https://1933828.fs1.hubspotusercontent-na1.net/hubfs/1933828/Green%20Office%20Theme%202025/fonts/Optima-Bold.woff2') format('woff2'),
    url('https://1933828.fs1.hubspotusercontent-na1.net/hubfs/1933828/Green%20Office%20Theme%202025/fonts/Optima-Bold.woff') format('woff'),
    url('https://1933828.fs1.hubspotusercontent-na1.net/hubfs/1933828/Green%20Office%20Theme%202025/fonts/Optima-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Optima';
  src: url('https://1933828.fs1.hubspotusercontent-na1.net/hubfs/1933828/Green%20Office%20Theme%202025/fonts/Optima-Italic.eot');
  src: url('https://1933828.fs1.hubspotusercontent-na1.net/hubfs/1933828/Green%20Office%20Theme%202025/fonts/Optima-Italic.eot#iefix') format('embedded-opentype'),
    url('https://1933828.fs1.hubspotusercontent-na1.net/hubfs/1933828/Green%20Office%20Theme%202025/fonts/Optima-Italic.woff2') format('woff2'),
    url('https://1933828.fs1.hubspotusercontent-na1.net/hubfs/1933828/Green%20Office%20Theme%202025/fonts/Optima-Italic.woff') format('woff'),
    url('https://1933828.fs1.hubspotusercontent-na1.net/hubfs/1933828/Green%20Office%20Theme%202025/fonts/Optima-Italic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* Common CSS */
* { margin: 0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body { font-family: "Open Sans", sans-serif; color: #000000; font-size: 20px; line-height: 120%; font-weight: 400; }
.container { max-width: 1290px; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; float: none; box-sizing: border-box; }
.container:after { clear: both; content: ""; display: table; }
input, button, textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { outline: 0; border: 1px solid #666666; background: #fff; height: 43px; padding: 0 20px; font-family: 'Poppins', sans-serif; border-radius: 4px; font-size: 16px; width: 100% }
input[type=checkbox], input[type=radio] { width: auto; height: auto; border-radius: 4px; }
textarea { padding: 15px 20px; height: 100px; border-radius: 4px; }
input[type=submit], button { width: auto; border: 0; cursor: pointer; font-size: 20px; line-height: 120%; font-weight: 400; padding: 8px 20px; background: #323586; color: #fff; display: inline-block; }
input[type=submit]:hover, button:hover { background-color: #666666 }
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { width: 100%; display: inline-block; margin-top: 0; color: #006737; font-weight: 700; margin-bottom: 16px; font-family: "Oswald", sans-serif; }
h1, .h1 { font-size: 50px; line-height: 60px; }
h2, .h2 { font-size: 40px; line-height: 130%; }
h3, .h3 { font-size: 30px; line-height: 130%; }
h4, .h4 { font-size: 25px; line-height: 130%; }
h5, .h5 { font-size: 18px; line-height: 26px; }
h6, .h6 { font-size: 16px; line-height: 24px; }
p { width: 100%; display: inline-block; font-family: "Open Sans", sans-serif; color: #000000; font-weight: 400; font-size: 20px; line-height: 130%; margin-bottom: 12px; }
p:last-child { margin-bottom: 0; }
a { text-decoration: none; cursor: pointer; }
a, a:focus, a:hover { text-decoration: none; }
img { width: 100%; display: inline-block; object-position: center; vertical-align: top; }
strong { font-weight: 700; }
.title, .content, .cta { width: 100%; display: inline-block; }
a.primary-cta { margin: 0; transition: all 0.4s ease-in-out; width: auto; display: inline-block; font-weight: 500; font-size: 18px; line-height: 30px; color: #000000; padding: 10px 16px; border: 1px solid #000000; border-radius: 50px; background: transparent; }
a.primary-cta:hover { color: #ffffff; border: 1px solid #ffffff; background: #000000; }
a.secondary-cta { margin: 0; width: auto; display: flex; align-items: center; justify-content: flex-start; transition: all 0.4s ease-in-out; }
a.secondary-cta span { width: auto; display: inline-block; font-size: 18px; line-height: 30px; color: #000000; border-bottom: 1px solid #000000; padding-bottom: 2px; margin: 0 17px 0 0; transition: all 0.4s ease-in-out; }
a.secondary-cta svg { width: 30px; height: 8px; display: inline-block; margin: 0; }
a.secondary-cta:hover span { margin-right: 10px; }
.slick-slider .slick-arrow { background: none; border: none; z-index: 9; position: absolute; top: 45%; left: 0; width: auto; height: auto; font-size: 0px; color: #000000; cursor: pointer; transform: translateY(-50%); }
.slick-slider .slick-arrow.slick-prev:before { content: '\f104'; font-size: 63px; line-height: 30px; font-family: FontAwesome; color: white; }
.slick-slider .slick-arrow.slick-next:before { content: '\f105'; font-size: 63px; line-height: 30px; font-family: FontAwesome; color: white; }
.slick-slider .slick-arrow.slick-next { left: auto; right: 0px; }
.slick-slider .slick-dots { padding-left: 0px; position: absolute; left: 0; right: 0; bottom: 20px; text-align: center; }
.slick-slider .slick-dots li { display: inline-block; margin: 0 5px; }
.slick-slider .slick-dots li button { width: 12px; height: 12px; border-radius: 100%; background-color: #fff; border: none; padding: 0; text-indent: -9999px; cursor: pointer; opacity: .5; }
.slick-slider .slick-dots li.slick-active button { opacity: 1; }
.splide .splide__arrows { position: absolute; bottom: 0; left: 0; right: 0; z-index: 1; display: flex; align-items: center; justify-content: center; gap: 8px; }
.splide .splide__arrows button.splide__arrow {outline:none; position: unset; transform: unset; background: rgba(41, 165, 49, 1); border-radius: 50%; border: none; opacity: 1; }
.splide .splide__arrows button.splide__arrow svg { height: 20px; width: 20px; fill: #fff; }
.splide .splide__arrows button.splide__arrow[disabled] { background: rgba(33, 111, 46, 0.3); cursor: auto; }
.splide .splide__list { padding: 0 0 70px 0 !important; }
.section { width: 100%; display: inline-block; vertical-align: top; }
.subtitle { margin: 0; width: 100%; display: inline-block; }
.subtitle span { font-family: Open Sans; font-weight: 400; font-size: 25px; line-height: 130%; }
@media(min-width:992px) {
  .splide .splide__arrows button.splide__arrow:hover { background: rgba(33, 111, 46, 0.3); }
}
@media(max-width:1199px) { }
@media(max-width:991px) {
  .splide .splide__list { padding: 0 0 60px 0 !important; }
  h1, .h1 { font-size: 42px; line-height: 52px; }
  h2, .h2 { font-size: 35px; }
}
@media(max-width:767px) {
  p { font-size: 18px; line-height: 130%; }
  h1, .h1 { font-size: 40px; line-height: 50px; }
  h2, .h2 { font-size: 28px; }
  .subtitle span { font-size: 20px; }
}
@media(max-width:480px) {
  h2, .h2 { font-size: 28px; line-height: 130%; }
  h1, .h1 { font-size: 30px; line-height: 40px; }
}
.site-header-section .inc-logo a{display:inline-block;width:auto}.popup-wrap{align-items:flex-start;display:flex;justify-content:flex-start;width:100%}.popup-wrap form{background:0 0}.popup-form,.popup-wrap .form-title,.site-header-section .header-main .header-mobile-trigger,.site-header-section .header-wrap ul.mega_menu li.menu_item.item_mega_menu span.mobile_icon.icon,header.header .site-header-section.sticky .header-stript{display:none}.popup-wrap form input[type=submit]{background:#68ac40;border:3px solid #68ac40;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;font-size:16px;font-weight:700;height:100%;line-height:24px;padding:8px 20px;text-align:center;text-transform:uppercase;width:auto}.popup-wrap form input[type=submit]:hover{background:#fff;border:3px solid #68ac40;color:#68ac40}.site-header-section .container{width:100%;max-width:1440px}.site-header-section .header-inner,.site-header-section .sec-inner,header.header{width:100%;display:inline-block}header.header .site-header-section{width:100%;display:inline-block;transition:.3s ease-in-out;z-index:99}.site-header-section .header-stript{width:100%;display:inline-block;background-color:#68ac40}.site-header-section .header-main,.site-header-section .stript-inner{width:100%;display:flex;align-items:center;justify-content:space-between}.site-header-section .header-main .chicago-logo,.site-header-section .header-main .enx-logo,.site-header-section .social-media,.site-header-section .support{width:auto;display:inline-block;margin:0}.site-header-section .support ul{width:auto;padding:0;margin:0;display:flex;align-items:center;justify-content:flex-start}.site-header-section .support ul li{width:auto;display:inline-block;position:relative;z-index:1}.site-header-section .support ul li a{width:auto;display:inline-block;font-size:13px;line-height:31.5px;color:#fff;font-weight:400}.site-header-section .support ul li+li{padding-left:15px}.site-header-section .support ul li+li:after{content:'';position:absolute;top:10px;left:7px;height:12px;width:2px;background:#fff}.site-header-section .support ul li a i{padding-right:3px}.site-header-section .social-media ul{line-height:0;width:auto;display:flex;align-items:center;justify-content:center;padding:0;margin:0}.site-header-section .social-media ul li{width:auto;display:inline-block;margin-right:25px;margin-left:5px}.site-header-section .header-main .chicago-logo a,.site-header-section .header-main .enx-logo a,.site-header-section .logo a,.site-header-section .social-media ul li a{width:auto;display:inline-block}.site-header-section .social-media ul li a svg{width:18px;height:18px;fill:#fff}.site-header-section .social-media ul li:last-child{margin-right:0}.site-header-section .header-wrap{width:100%;display:inline-block;background-color:#fff;box-shadow:0 2px 12px rgba(0,0,0,.2);z-index:50;transition:.3s ease-in-out}.site-header-section .logo{line-height:0;width:auto;display:inline-block;margin:0}.site-header-section .logo a img{max-width:141px;width:100%;height:71px;object-fit:contain;object-position:center;transition:.3s ease-in-out}.site-header-section .mainmenu{width:auto;display:inline-block;padding:0 15px;margin:0}.site-header-section .inc-logo{min-width:63px;display:inline-block;margin:0}.site-header-section .inc-logo img{vertical-align:top;width:100%;display:inline-block;max-width:63px;height:63px;object-fit:contain;object-position:center}.site-header-section .header-main .chicago-logo a img{width:100%;max-width:64px;display:inline-block;object-fit:contain;vertical-align:top;object-position:center;height:64px}.site-header-section.sticky{position:fixed;top:0;left:0;right:0}.site-header-section.sticky .header-wrap.logo a img{width:auto!important;height:60px!important}.site-header-section .stript-inner .lang-switch{width:auto;margin-right:0}.site-header-section .stript-inner .lang-switch ul{display:flex;flex-wrap:inherit;align-items:center;justify-content:end;list-style-type:none;padding:0;margin:0}.site-header-section .stript-inner .lang-switch ul li{margin-right:25px}.site-header-section .stript-inner .lang-switch ul li a{display:flex;flex-wrap:wrap}.site-header-section .stript-inner .lang-switch ul li a img{width:24px;height:auto;display:flex;flex-wrap:wrap;object-fit:contain;object-position:center}.site-header-section .header-main .cta{display:inline-block;vertical-align:top;margin-left:15px;width:auto}.site-header-section .header-main .cta a{align-items:center;background:rgba(98,164,67,1);border:3px solid #62a443;box-sizing:border-box;color:#fff;display:flex;font-size:18px;font-weight:600;justify-content:center;margin:0;max-width:fit-content;padding:7.5px 18px 6.5px;text-align:center;width:max-content;font-family:'Hind';line-height:100%}.site-header-section .header-main .cta a:hover{background:0 0;color:#62a443}.site-header-section .header-main .enx-logo a img{width:100%;max-width:68px;display:inline-block;object-fit:contain;vertical-align:top;object-position:center;height:68px}@media (max-width:1230px){.site-header-section .header-main .cta a{font-size:16px;padding:8px 12px;border:2px solid #62a443}.site-header-section .custom-menu-primary .hs-menu-wrapper>ul>li a{font-size:16px}.site-header-section .custom-menu-primary .hs-menu-wrapper>ul>li{margin-right:35px}}@media(max-width:1169px){header.header .site-header-section .container{width:100%}.site-header-section .custom-menu-primary .hs-menu-wrapper>ul{width:max-content;justify-content:flex-end}.site-header-section .custom-menu-primary .hs-menu-wrapper>ul>li{margin-left:0;margin-right:25px}.site-header-section .custom-menu-primary .hs-menu-wrapper>ul>li:first-child{margin-left:0}.site-header-section .header-main .enx-logo a img{max-width:75px}.site-header-section .header-main .cta a{font-size:15px;padding:8px 12px}.site-header-section .custom-menu-primary .hs-menu-wrapper>ul>li a{font-size:15px}.site-header-section .header-main .chicago-logo a img,.site-header-section .inc-logo img{max-width:55px}.site-header-section .logo img{width:120px}.site-header-section .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:after{width:9px;height:7px}}@media(max-width:991px){.site-header-section .stript-inner .lang-switch ul li{margin-right:10px}.popup-form h1{font-size:30px}.site-header-section .header-main .chicago-logo a img{max-width:57px}.site-header-section .stript-inner .lang-switch ul li:nth-child(2){margin-right:5px}.site-header-section .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:after,.site-header-section .header-main .chicago-logo,.site-header-section .inc-logo,.site-header-section .social-media,.site-header-section .support{display:none}.site-header-section .header-stript{display:block}.site-header-section .inc-logo{position:absolute;left:unset;right:65px;width:130px}.site-header-section .custom-menu-primary .hs-menu-wrapper>ul>li{width:100%;display:inline-block;margin:0}.site-header-section .custom-menu-primary .hs-menu-wrapper>ul>li a{width:100%!important;display:inline-block;padding:9px 16px}.site-header-section .custom-menu-primary .hs-menu-wrapper>ul>li a.child-trigger{background:#fff;width:50px!important;position:absolute;top:0;right:10px;height:40px!important}.site-header-section .custom-menu-primary .hs-menu-wrapper>ul>li a.child-trigger span{width:10px;height:1px;background-color:#343434;display:block;position:relative;top:50%;margin:0 auto!important;-webkit-transition-duration:.2s;-moz-transition-duration:.2s;transition-duration:.2s}.site-header-section .custom-menu-primary .hs-menu-wrapper>ul>li a.child-trigger span:after{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition-duration:.2s;-moz-transition-duration:.2s;transition-duration:.2s;width:10px;height:1px;background-color:#343434;display:block;position:absolute;content:''}.site-header-section .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li a:hover,.site-header-section .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.active a{border:none!important}.site-header-section .custom-menu-primary .hs-menu-wrapper>ul>li a.child-trigger.child-open span:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-transition-duration:.2s;-moz-transition-duration:.2s;transition-duration:.2s}.site-header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a.child-trigger{background:#fff;width:50px!important;position:absolute;top:0;right:20px;height:35px!important;display:inline-block!important}.site-header-section .hs-menu-wrapper>ul ul li,.site-header-section .hs-menu-wrapper>ul ul li:hover{border:none}.site-header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{width:100%!important}.site-header-section .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.active a{padding:9px 16px}.site-header-section .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li a:hover{color:#68ac40;padding:9px 16px}.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.active a{color:#68ac40}.site-header-section .header-main .cta{margin:0;display:inline-block}.site-header-section .header-main .cta a{padding:7px 10px;margin:0}.site-header-section .stript-inner .lang-switch ul li a{height:35px;width:35px}.site-header-section .stript-inner .lang-switch,.site-header-section .stript-inner .lang-switch ul{margin-bottom:0}.site-header-section .custom-menu-primary .hs-menu-wrapper>ul{width:100%}}@media(max-width:800px){.site-header-section .header-main .chicago-logo{margin:0 0 0 4px}.site-header-section .header-main .chicago-logo a img{max-width:45px}}.site-header-section .header-main .right-header{margin:0;display:flex;align-items:center;gap:20px}.site-header-section .header-wrap .header_mega_menu{z-index:9;margin:0;display:block}.site-header-section .header-wrap ul.mega_menu{align-items:center;padding:0;margin:0;list-style-type:none;gap:16px;display:flex;}
.site-header-section .header-wrap ul.mega_menu li.menu_item a{color:#000;font-size:17px;line-height:1.4;font-weight:600;display:inline-block;text-decoration:none}.site-header-section .header-wrap ul.mega_menu li.menu_item{width:fit-content;display:inline-block}.site-header-section .header-wrap ul.mega_menu li.menu_item.item_mega_menu>a{display:flex;align-items:center;gap:4px}.site-header-section .header-wrap ul.mega_menu li.menu_item.item_mega_menu span.icon svg,body.headerpopup-open .header-popup-form{display:block}.site-header-section .header-wrap ul.mega_menu li.menu_item.item_mega_menu span.icon{margin:0;display:block}.site-header-section .header-wrap ul.mega_menu li.menu_item.item_mega_menu.single_dropdown,.site-header-section .sec-inner,.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colums li.third_level_menu{position:relative}.site-header-section .header-wrap ul.mega_menu .item_mega_menu .header_dropdown{box-shadow:-2px 3px 4px rgba(0,0,0,.2);position:absolute;width:100%;left:0;right:0;background-color:#fff;top:100%;display:none}.site-header-section .header-wrap ul.mega_menu li.menu_item>a{padding:45px 0}.site-header-section .header-wrap{padding-top:0}.site-header-section .header-wrap ul.mega_menu li.menu_item.item_mega_menu .icon svg{transition:.3s ease-in-out}.site-header-section .header-wrap ul.mega_menu .item_mega_menu .header_dropdown .menu_colums{padding:25px 30px 30px;width:100%;display:flex;flex-wrap:wrap;gap:30px}.site-header-section .header-wrap ul.mega_menu .item_mega_menu .header_dropdown .menu_colums .menu_colum{flex:1;margin:0;display:flex;flex-direction:column;align-items:flex-start;gap:18px}.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colums .menu_colum .menu_items,.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_title{margin:0;width:100%}.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_title span{display:inline-block;font-size:19px;font-weight:700;line-height:1.4}.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colums .menu_colum .menu_items ul{list-style-type:disclosure-closed;margin:0;display:flex;flex-direction:column;gap:10px}.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colums .menu_colum .menu_items li{color:#353333;margin:0;font-size:17px;font-weight:500;line-height:1.4}.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colums .menu_colum .menu_items li>a{color:#353333;font-weight:500}.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colums li.third_level_menu>a{display:flex;align-items:center;margin:0;justify-content:space-between}.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colums .menu_colum .menu_items li.third_level_menu ul{list-style-type:circle;position:absolute;left:100%;top:0;display:none}.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colums li,.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colums li>a{margin:0;min-width:250px;width:fit-content}.site-header-section .header-wrap ul.mega_menu .item_mega_menu .header_dropdown .menu_title_wrap{margin:0;width:100%;display:flex;flex-direction:column;padding:10px 0}.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_items li span.text{font-size:inherit;line-height:inherit;display:inline-block}.site-header-section .header-wrap ul.mega_menu li.menu_item.item_mega_menu.single_dropdown .header_dropdown{width:fit-content;box-shadow:0 3px 4px rgba(0,0,0,.2)}.site-header-section .header-wrap ul.mega_menu li.menu_item.item_mega_menu.single_dropdown .header_dropdown .menu_title span,.site-header-section .header-wrap ul.mega_menu li.menu_item.item_mega_menu.single_dropdown .header_dropdown .menu_title>a{width:100%;font-weight:500!important;font-size:16px}.site-header-section .header-wrap ul.mega_menu li.menu_item.item_mega_menu.single_dropdown .header_dropdown .menu_title>a,.site-header-section .header-wrap ul.mega_menu li.menu_item.item_mega_menu.single_dropdown .header_dropdown .menu_title>span{padding:7px 40px}body.headerpopup-open{position:fixed;width:100%;top:0;left:0;height:100%}.header-popup-form{position:fixed;top:0;bottom:0;left:0;right:0;z-index:999999}.header-popup-form .popup-wrap{z-index:1;position:relative;margin:auto;max-width:670px;background:#fff;padding:44px}.header-popup-form .header-bg{cursor:pointer;position:fixed;width:100%;height:100%;background:rgb(30 30 30 / 90%);top:0;bottom:0;left:0;right:0}.header-popup-form .popup-form-wrap{display:flex;position:relative;z-index:1;height:100%;width:100%;overflow-y:auto;padding:6px}body.headerpopup-open header{z-index:9}.header-popup-form .popup-wrap button.close-button{background:0 0;position:absolute;top:10px;right:10px;height:50px;width:50px;padding:0;display:flex;align-items:center;justify-content:center;border:none;outline:0}.header-popup-form .popup-wrap button.close-button svg{height:30px;width:30px}@media(min-width:992px){.site-header-section .header-wrap ul.mega_menu .item_mega_menu .header_dropdown{background-color:#f8f8f8}.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .third_level_menu_icon{display:none!important}.site-header-section .header-wrap .header_mega_menu{display:block!important}.site-header-section .header-wrap ul.mega_menu .item_mega_menu:hover .header_dropdown{display:block}.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colum .menu_title span.mobile-accordian,.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colums .menu_colum .menu_items li.third_level_menu ul li:before{display:none}.site-header-section .header-wrap ul.mega_menu li.menu_item.item_mega_menu:hover>a{color:#006737}.site-header-section .header-wrap ul.mega_menu li.menu_item.item_mega_menu:hover>a svg path{fill:#006737}.site-header-section .header-wrap ul.mega_menu li.menu_item.item_mega_menu:hover>a .icon svg,.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colums .menu_colum .menu_items li.third_level_menu:hover a>span svg{transform:rotate(180deg)}.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colums .menu_colum .menu_items li.third_level_menu:hover ul{display:flex}.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colums li.third_level_menu svg{transform:rotate(-90deg)}.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colums li.third_level_menu:hover svg{transform:rotate(0)!important}.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colums .menu_colum .menu_items li:before{margin:auto;content:'';background-image:url('https://1933828.fs1.hubspotusercontent-na1.net/hubfs/1933828/Green%20Office%20Theme%202025/Images/chevron-right-svgrepo-com.svg');background-size:contain;background-position:center;width:23px;height:23px;display:block;position:absolute;left:-30px;top:0;bottom:0}.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colums .menu_colum .menu_items li{position:relative}.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colums .menu_colum .menu_items ul{list-style-type:none}.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colums .menu_colum .menu_items ul:has(.third_level_menu){min-width:350px;width:fit-content}.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colums .menu_colum .menu_items ul:has(.third_level_menu) li{width:100%}.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colums .menu_colum .menu_items ul:has(.third_level_menu) li a,.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colums .menu_colum .menu_items ul:has(.third_level_menu) li span.text{width:100%}}@media(max-width:1400px){.site-header-section .logo a img{max-width:100px;height:auto}.site-header-section .header-wrap ul.mega_menu{gap:10px}.site-header-section .header-main .right-header{gap:7px}.site-header-section .header-wrap ul.mega_menu li.menu_item.item_mega_menu>a{padding:35px 0}.site-header-section .header-main .chicago-logo a img,.site-header-section .inc-logo img{max-width:50px;height:50px}.site-header-section .inc-logo{min-width:unset}.site-header-section .header-main .enx-logo a img{max-width:60px;height:60px}}@media(max-width:1199px){.site-header-section .header-main .chicago-logo,.site-header-section .inc-logo{display:none}.site-header-section .header-main .right-header{gap:3px}.site-header-section .header-wrap ul.mega_menu{gap:7px}.site-header-section .logo a img{max-width:90px}.site-header-section .header-wrap ul.mega_menu li.menu_item.item_mega_menu>a{font-size:16px;padding:33px 0}.site-header-section .header-main .enx-logo{display:none}.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colum .menu_title span{font-size:17px}}@media(max-width:991px){.site-header-section .logo a img{max-width:120px;height:60px}.site-header-section .header-wrap{padding:10.27px 0}.site-header-section .header-main .right-header .header-mobile-trigger{display:flex;align-items:center;justify-content:center;position:relative;padding:3px}.site-header-section .header-main .header-mobile-trigger{border-radius:0;width:35px;height:35px;border:none;background:#68ac40}.site-header-section .mainmenu .hs-menu-wrapper{position:absolute;top:40px;left:0;right:0;width:100%!important;background:#fff;z-index:99}.site-header-section .mainmenu{width:100%;display:inline-block;position:absolute;left:0;right:0;background:#fff}.site-header-section .header-main .header-mobile-trigger span{transition:.3s ease-in-out;width:24px;height:3px;background-color:#fff;display:inline-block;z-index:1;top:15px}.site-header-section .header-main .header-mobile-trigger span:after{transition:.3s ease-in-out;content:'';width:24px;height:3px;background-color:#fff;display:inline-block;position:absolute;top:23px}.site-header-section .header-main .header-mobile-trigger span:before{transition:.3s ease-in-out;content:'';width:24px;height:3px;background-color:#fff;display:inline-block;position:absolute;top:9px}.site-header-section .header-main .right-header .header-mobile-trigger.active span:before{top:16px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.site-header-section .header-main .right-header .header-mobile-trigger.active span{background:0 0}.site-header-section .header-main .right-header .header-mobile-trigger.active span:after{top:16px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.site-header-section .header-wrap .header_mega_menu{display:none;position:absolute;top:100%;left:0;background-color:#fff;right:0;height:calc(100vh - 115.5px)}.site-header-section.sticky .header-wrap .header_mega_menu{height:calc(100vh - 90px)}body.menu-open{position:fixed;left:0;right:0;width:100%}.site-header-section .header-wrap ul.mega_menu{overflow-y:auto;height:100%;flex-direction:column;padding:10px 15px}.site-header-section .header-wrap ul.mega_menu li.menu_item{width:100%;margin:0;display:flex;align-items:center;justify-content:space-between}.site-header-section .header-wrap ul.mega_menu li.menu_item.item_mega_menu>a{font-size:18px;padding:10px 0;justify-content:space-between;margin:0;width:100%;flex:1}.site-header-section .header-wrap ul.mega_menu li.menu_item.item_mega_menu>a span{margin:0}.site-header-section .header-wrap ul.mega_menu li.menu_item.item_mega_menu>a span.desktop_icon.icon,.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colums .menu_colum .menu_items,.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colums .menu_colum .menu_items li.third_level_menu span.desktop_icon.icon{display:none}.site-header-section .header-wrap ul.mega_menu li.menu_item.item_mega_menu span.mobile_icon.icon{font-size:24px;font-weight:600;display:flex;width:35px;height:35px;align-items:center;justify-content:center}.site-header-section .header-wrap ul.mega_menu .item_mega_menu .header_dropdown{position:unset;box-shadow:unset}.site-header-section .header-wrap ul.mega_menu li.menu_item{flex-wrap:wrap}.site-header-section .header-wrap ul.mega_menu .item_mega_menu .header_dropdown .menu_colums{gap:0;flex-direction:column}.site-header-section .header-wrap ul.mega_menu .item_mega_menu .header_dropdown .menu_colums .menu_colum{gap:0;flex:unset;width:100%}.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colums li,.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colums li>a{min-width:unset;width:100%}.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colum .menu_title{display:flex;justify-content:space-between;align-items:center}.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colum .menu_title a,.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colum .menu_title span{margin:0;font-size:17px;font-weight:500}.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colum .menu_title a{width:100%;flex:1;font-weight:500;padding:6px 0}.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colum .menu_title span.mobile-accordian{padding:0;width:35px;height:35px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:24px}.site-header-section .header-wrap ul.mega_menu .item_mega_menu .header_dropdown .container{padding:0}.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colum .menu_title>span{padding:6px 0}.site-header-section .header-wrap ul.mega_menu .item_mega_menu .header_dropdown .menu_colums{padding:0 12px}.site-header-section .header-wrap ul.mega_menu li.menu_item.item_mega_menu.single_dropdown .header_dropdown{width:100%;box-shadow:unset}.site-header-section .header-wrap ul.mega_menu .item_mega_menu .header_dropdown .menu_title_wrap{padding:0 0 0 10px}.site-header-section .header-wrap ul.mega_menu li.menu_item.item_mega_menu.single_dropdown .header_dropdown .menu_title>a,.site-header-section .header-wrap ul.mega_menu li.menu_item.item_mega_menu.single_dropdown .header_dropdown .menu_title>span{padding:5px 0;font-size:17px!important}.site-header-section .header-wrap ul.mega_menu li.menu_item.item_mega_menu span.icon svg{height:13px;width:13px}.site-header-section .header-wrap ul.mega_menu li.menu_item.item_mega_menu span.icon.active,.site-header-section .header-wrap ul.mega_menu li.menu_item.item_mega_menu.active>a,.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colum .menu_title.current *,.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colums .menu_colum .menu_items li.third_level_menu.current span.third_level_menu_icon,.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colums .menu_colum .menu_items li.third_level_menu.current>a{color:#006737}.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colums .menu_colum .menu_items li>a,.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_items li span.text{font-size:16px;font-weight:500;padding:6px 0;line-height:1.4}.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colums .menu_colum .menu_items ul{padding:0 16px;list-style-type:none;gap:0}.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colum .menu_title.current span.mobile-accordian{content:'-'}.site-header-section .header-main .right-header{gap:10px}.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colums .menu_colum .menu_items li.third_level_menu{flex-wrap:wrap;display:flex;align-items:center}.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .third_level_menu_icon{font-size:24px;font-weight:600;display:flex!important;height:35px;width:35px;align-items:center;justify-content:center}.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colums .menu_colum .menu_items li.third_level_menu ul{width:100%;position:unset;list-style-type:none;display:none}.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colums .menu_colum .menu_items li.third_level_menu a{width:100%;flex:1}}@media(max-width:767px){.popup-form h1{font-size:28px}.header-popup-form .popup-wrap button.close-button{right:5px;top:5px;height:40px;width:40px}.header-popup-form .popup-wrap{padding:30px 20px}}@media(max-width:480px){.site-header-section .header-main .enx-logo{display:none}.site-header-section .header-main .right-header{gap:10px}.site-header-section .header-main .right-header .header-mobile-trigger{height:32px;width:32px}.site-header-section .header-main .header-mobile-trigger span{margin:0;width:20px;height:2px}.site-header-section .header-main .header-mobile-trigger span:before{top:9px;width:20px;height:2px}.site-header-section .header-main .header-mobile-trigger span:after{top:21px;height:2px;width:20px}.site-header-section .header-main .right-header .header-mobile-trigger.active span:after,.site-header-section .header-main .right-header .header-mobile-trigger.active span:before{top:15px}.site-header-section .header-wrap .header_mega_menu{height:calc(100vh - 101.28px)}.site-header-section.sticky .header-wrap .header_mega_menu{height:calc(100vh - 71.36px)}.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colum .menu_title>span:first-child{flex:1}.site-header-section .header-wrap ul.mega_menu .item_mega_menu .header_dropdown .menu_colums,.site-header-section ul.mega_menu .item_mega_menu .header_dropdown .menu_colums .menu_colum .menu_items ul{padding:0 10px}.site-header-section .header-main .cta{right:20px}.site-header-section .header-wrap.sticky .logo a img{height:auto!important;max-width:70px!important}.site-header-section .header-main .enx-logo a img{max-width:90px;height:auto!important}.site-header-section .logo a img{max-width:90px!important;height:auto}}
.site-header-section .support ul li a svg { height: 15px; width: 16px; fill: #fff; }
.site-header-section .support ul li a svg path { fill: #fff; }
.site-header-section .support ul li a { display: flex !important; align-items: center; gap: 5px; }

/* hero-banner-section */
.hero-banner-section,.hero-banner-section .hero-inner,.hero-banner-section .hero-inner .hero-title{display:inline-block;width:100%}.hero-banner-section{background-size:cover;background-repeat:no-repeat;background-position:center;padding:104px 0;position:relative}.hero-banner-section.large_padding{padding:130px 0}.hero-banner-section.extra_large_padding{padding:150px 0}.hero-banner-section .hero-inner{position:relative;z-index:1;max-width:630px}.hero-banner-section .hero-inner .content-wrap{min-height:293px;width:100%;display:inline-block;max-width:449px}.hero-banner-section .hero-inner .hero-title h1,.hero-banner-section .hero-inner .hero-title h2,.hero-banner-section .hero-inner .hero-title h3{font-family:Oswald,sans-serif;color:#fff}.hero-banner-section .hero-inner .sub-title span{width:100%;display:block;font-size:25px;line-height:30px;color:#fff;margin-top:24px;margin-bottom:16px;font-weight:700;font-family:Optima}.hero-banner-section .hero-inner .content p{color:#fff;font-size:18px;line-height:130%}.hero-banner-section .hero-inner .cta a{width:auto;display:inline-block;background:#fff;border:3px solid #fff;color:#006737;cursor:pointer;padding:16px 24px;font-family:'Open Sans';font-size:18px;line-height:120%;font-weight:700;transition:.3s}.hero-banner-section .hero-inner .cta{margin-top:40px}.hero-banner-section .hero-inner .cta a:hover{background-color:transparent;color:#fff}.hero-banner-section #rotating-multiple-keyword{display:inline-block;min-width:100px}.popup-wrap .submitted-message,.popup-wrap form{background:0 0}.popup-wrap form ul.inputs-list{margin:0;width:100%;display:inline-block;vertical-align:top}.popup-wrap form ul.inputs-list li span{width:calc(100% - 20px);float:right;font-size:15px;position:relative}.popup-wrap form ul.inputs-list li{width:100%;display:inline-block;vertical-align:top;margin:0;padding:0}.popup-wrap form input[type=submit]{background:#68ac40;border:3px solid #68ac40;box-sizing:border-box;color:#fff;font-size:16px;line-height:24px;font-weight:700;height:100%;text-align:center;text-transform:uppercase;width:auto;cursor:pointer;padding:8px 20px;display:inline-block}.hero-banner-section .mobile-image,.popup-form,.popup-wrap h3{display:none}.fancybox-content{width:35%}.popup-form button.fancybox-close-small{border:none;opacity:1;border-radius:0}.popup-form button.fancybox-close-small:hover{color:#fff;background:#68ac40}.popup-wrap form input[type=submit]:hover{background:#fff;border:3px solid #68ac40;color:#68ac40}.popup-wrap form .hs-richtext,.popup-wrap form .hs-richtext p{font-size:16px;margin:0 0 .6rem;line-height:26px}.popup-wrap form input[type=email],.popup-wrap form input[type=file],.popup-wrap form input[type=number],.popup-wrap form input[type=password],.popup-wrap form input[type=search],.popup-wrap form input[type=tel],.popup-wrap form input[type=text],.popup-wrap form select,.popup-wrap form textarea{background-color:#fff;border:1px solid #d1d6dc;border-radius:0;color:#000;font-size:16px;height:50px;font-family:'Open Sans';padding:11.2px}.popup-wrap form textarea{height:100px}.hero-banner-section .hero-inner .small-logo-wrap .logo,.popup-wrap form label{margin:0}.popup-wrap .hs-error-msg{font-size:14px}.popup-wrap .hs-form-field{margin-bottom:20px}.popup-wrap form input[type=submit]{margin:10px 0 0}.popup-wrap form input[type=submit]:hover{border-radius:0}.hero-banner-section .hero-inner .small-logo-wrap{align-items:center;display:flex;flex-wrap:wrap;gap:18px;width:100%;margin-top:40px}.hero-banner-section .hero-inner .small-logo-wrap .logo a{display:block;height:auto;line-height:0;width:auto}.hero-banner-section .hero-inner .small-logo-wrap .logo img{display:block;max-height:31px;object-fit:contain;height: 100% !important;}.hero-banner-section img.banner-image{height:100%;width:100%;display:block;object-fit:cover;position:absolute;top:0;left:0;right:0;bottom:0}.hero-banner-section .hero-inner .hero-title h1 .text-white{font-family:inherit;font-size:inherit;line-height:inherit;font-weight:inherit}body.popup-open{position:fixed;width:100%;top:0;left:0;height:100%}body.popup-open .banner-popup-form{display:block}.banner-popup-form{position:fixed;top:0;bottom:0;left:0;right:0;z-index:999999}.banner-popup-form .popup-wrap{z-index:1;position:relative;margin:auto;max-width:670px;background:#fff;padding:44px}.banner-popup-form .popup-bg{cursor:pointer;position:fixed;width:100%;height:100%;background:rgb(30 30 30 / 90%);top:0;bottom:0;left:0;right:0}.banner-popup-form .popup-form-wrap{display:flex;position:relative;z-index:1;height:100%;width:100%;overflow-y:auto;padding:6px}body.popup-open .hero-banner-section{z-index:9}.banner-popup-form .popup-wrap button.close-button{background:0 0;position:absolute;top:10px;right:10px;height:50px;width:50px;padding:0;display:flex;align-items:center;justify-content:center;border:none;outline:0}.banner-popup-form .popup-wrap button.close-button svg{height:30px;width:30px}@media(max-width:1260px){.hero-banner-section{padding:95px 0}.hero-banner-section.extra_large_padding,.hero-banner-section.large_padding{padding:100px 0}}@media(max-width:1199px){.hero-banner-section.extra_large_padding,.hero-banner-section.large_padding{padding:90px 0}}@media(max-width:1024px){.hero-banner-section{padding:80px 0}.hero-banner-section.extra_large_padding,.hero-banner-section.large_padding{padding:60px 0}.hero-banner-section .hero-inner .hero-title h1{margin:0}}@media(max-width:991px){.banner-popup-form .popup-wrap h1{font-size:30px}.fancybox-content{width:70%}.hero-banner-section{padding:50px 0}.hero-banner-section.extra_large_padding,.hero-banner-section.large_padding{padding:40px 0}}@media(max-width:767px){.hero-banner-section .hero-inner .sub-title span br,.hero-banner-section img.banner-image{display:none}.hero-banner-section .mobile-image{max-height:430px;height:100%;display:block;object-fit:cover}.banner-popup-form .popup-wrap button.close-button{right:5px;top:5px;height:40px;width:40px}.banner-popup-form .popup-wrap{padding:30px 20px}.hero-banner-section .hero-inner .small-logo-wrap{margin-top:24px}.hero-banner-section.extra_large_padding,.hero-banner-section.large_padding,.hero-banner-section{padding:0 0 40px 0}.hero-banner-section .hero-inner .sub-title span{font-size:20px;line-height:25px}.hero-banner-section .container{padding:0}.hero-banner-section .hero-inner{max-width:100%;padding:24px 16px 0}.hero-banner-section .hero-inner .hero-title *{color:#006737}.hero-banner-section .hero-inner .content-wrap .content *,.hero-banner-section .hero-inner .sub-title span,.hero-banner-section .hero-inner sub-title span{color:#000}.hero-banner-section .hero-inner .content-wrap{max-width:100%;min-height:unset}.hero-banner-section .hero-inner .cta a{border:2px solid #006737;color:#216f2e;background-color:transparent}.hero-banner-section .hero-inner .cta a:hover{background-color:#216f2e;color:#fff}.hero-banner-section .hero-inner .small-logo-wrap .logo img{filter:brightness(.4)}}@media(max-width:575px){.banner-popup-form .popup-wrap h1{font-size:28px}}@media(max-width:480px){.hero-banner-section .hero-banner-section.extra_large_padding,.hero-banner-section.large_padding{padding:0 30px 0}.hero-banner-section .hero-inner .cta a{padding:12px 20px}.hero-banner-section .hero-inner .sub-title span{font-size:19px;margin-top:20px}.hero-banner-section .hero-inner .cta{margin-top:20px}.hero-banner-section .hero-inner .content p{line-height:120%}}

/* Technology Hardware Section */
.technology-hardware{width:100%;display:inline-block;padding:80px 0}.technology-hardware .section-title{width:100%;display:inline-block;text-align:center}.technology-hardware .technology-wrap{width:calc(100% + 30px);display:flex;align-items:center;justify-content:center;margin:0 -15px;flex-wrap:wrap;padding-top:16px}.technology-hardware .technology-wrap .technology-col{backdrop-filter:blur(16.299999237060547px);border-radius:16px;box-shadow:0 4px 4px 0 #00000040;position:relative;width:calc(100% / 4 - 30px);z-index:1;margin:0 15px;display:inline-block}.technology-hardware .technology-wrap .technology-col .image{width:100%;display:inline-block;line-height:0;vertical-align:top}.technology-hardware .technology-wrap .technology-col .image img{object-fit:cover}.technology-hardware .technology-wrap .technology-col .title p{color:#216f2e;display:inline-block;font-weight:700;line-height:120%;padding:10px 12px 16px;text-align:center;width:100%}.technology-hardware .technology-wrap .technology-col .overflow-content{align-items:center;background:#f2f2f2;border-radius:16px;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;opacity:0;padding:15px;position:absolute;text-align:center;top:0;transition:.5s;visibility:hidden;width:100%;box-shadow:0 4px 4px 0 #00000040}.technology-hardware .technology-wrap .technology-col:hover .overflow-content{visibility:visible;opacity:1}.technology-hardware .technology-wrap .technology-col .overflow-content .overflow-title p{color:#216f2e;font-weight:700;margin:0}.technology-hardware .technology-wrap .technology-col .overflow-content .overflow-title{margin:0 0 30px;width:100%;display:inline-block}.technology-hardware .technology-wrap .technology-col .overflow-content .content p{font-size:18px;margin-bottom:30px;line-height:130%}.technology-hardware .technology-wrap .technology-col .overflow-content .cta a{width:auto;display:inline-block;font-size:18px;color:#62a443;border-bottom:1px solid #62a443}@media(max-width:1260px){.technology-hardware{padding:60px 0}}@media(max-width:1245px){.technology-hardware .technology-wrap .technology-col .title p{font-size:18px}}@media(max-width:1199px){.technology-hardware .technology-wrap .technology-col .title p{font-size:20px}.technology-hardware{padding:60px 0 40px}.technology-hardware .technology-wrap .technology-col{width:calc(100% / 2 - 30px);margin:0 15px 30px;border-radius:26px}.technology-hardware .technology-wrap .technology-col .overflow-content{border-radius:26px}.technology-hardware .technology-wrap .technology-col .image img{border-radius:29px}}@media(max-width:640px){.technology-hardware{padding:40px 0}.technology-hardware .technology-wrap{width:100%;max-width:291px;margin:0 auto}.technology-hardware .technology-wrap .technology-col{width:100%;margin:0 0 30px}}@media(max-width:480px){.technology-hardware{padding:30px 0}.technology-hardware .technology-wrap .technology-col{max-width:100%}.technology-hardware .technology-wrap{gap:8px}}

/* Solutions And Software Sec */
.solutions-and-software{width:100%;display:inline-block;padding:0 0 80px}.solutions-and-software .section-title{width:100%;display:inline-block;text-align:center}.solutions-and-software .solutions-wrap{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-top:16px}.solutions-and-software .solutions-wrap .solutions-col{width:100%;display:flex;box-shadow:0 4px 4px 0 #00000040;background-color:#62a44314;border-radius:16px;backdrop-filter:blur(16.299999237060547px);text-align:center;flex-direction:column;align-items:center;justify-content:center;padding:65px 55px 50px}.solutions-and-software .solutions-wrap .solutions-col .icon{width:100%;display:inline-block;line-height:0;vertical-align:top}.solutions-and-software .solutions-wrap .solutions-col .icon img{width:100%;max-width:64px!important;height:64px!important;object-fit:contain}.solutions-and-software .solutions-wrap .solutions-col .title span{width:100%;display:block;font-weight:700;color:#216f2e;margin-top:14px}.solutions-and-software .solutions-wrap .solutions-col .content p{margin-top:16px}.solutions-and-software .solutions-wrap .solutions-col .cta a{width:auto;display:inline-block;color:#62a443;border-bottom:1px solid #62a443}.solutions-and-software .solutions-wrap .solutions-col .cta{margin-top:26px}@media(max-width:1260px){.solutions-and-software{padding:0 0 60px}}@media(max-width:1024px){.solutions-and-software{padding:0 0 50px}}@media(max-width:767px){.solutions-and-software .solutions-wrap{gap:20px;grid-template-columns:repeat(1,1fr)}.solutions-and-software .solutions-wrap .solutions-col{padding:35px 30px}.solutions-and-software .section-title h2{margin-bottom:8px}}@media(max-width:480px){.solutions-and-software{padding:0 0 40px}}

/* Four col Logo sec */
.four-col-logo,.four-col-logo .for-col-box .four-boxes,.four-col-logo .section-title{width:100%;display:inline-block}.four-col-logo{padding:56px 0}.four-col-logo .section-title{text-align:center}.four-col-logo .section-title span{width:100%;display:block;line-height:130%;text-transform:uppercase}.four-col-logo .for-col-box{margin-top:32px;width:100%;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;gap:157px;text-align:center}.four-col-logo .for-col-box .four-boxes .image{width:100%;display:inline-block;line-height:0;vertical-align:top}.four-col-logo .for-col-box .four-boxes img{object-fit:contain;max-width:160px!important}.four-col-logo .for-col-box .four-boxes:first-child img{max-width:223px!important}.four-col-logo .for-col-box .four-boxes:nth-child(2) img{max-width:137px!important}.four-col-logo .for-col-box .four-boxes:nth-child(3) img{max-width:155px!important}.four-col-logo .for-col-box .four-boxes:nth-child(4) img{max-width:265px!important}@media(max-width:1199px){.four-col-logo .for-col-box{gap:120px}}@media(max-width:991px){.four-col-logo .for-col-box{gap:30px;grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.four-col-logo .for-col-box{gap:40px;grid-template-columns:repeat(1,1fr)}.four-col-logo .for-col-box .four-boxes:nth-child(3) img{max-width:120px!important}.four-col-logo .for-col-box .four-boxes:nth-child(4) img{max-width:200px!important}}

/* Industries Benefit Section */
.industries-benefit-sec,.industries-benefit-sec .industries-wrap .industries-col .title{display:inline-block;width:100%}.industries-benefit-sec{padding:80px 0}.industries-benefit-sec .section-title{margin-bottom:48px;width:100%;display:block;text-align:center}.industries-benefit-sec .section-title h2{color:#fff;margin:0}.industries-benefit-sec .industries-wrap{display:grid;gap:28px;width:100%;grid-template-columns:repeat(4,1fr)}.industries-benefit-sec .industries-wrap.column_three{gap:34px;grid-template-columns:repeat(3,1fr)}.industries-benefit-sec .industries-wrap .industries-col{backdrop-filter:blur(16.299999237060547px);background-color:#fff;border-radius:16px;box-shadow:0 4px 4px 0 #00000040;padding:50px 32px 32px;text-align:center;width:100%;display:flex;flex-direction:column;gap:15px}.industries-benefit-sec .industries-wrap .industries-col .icon{width:100%;display:inline-block;margin:0;text-align:center;line-height:0;vertical-align:top}.industries-benefit-sec .industries-wrap .industries-col .icon img{width:100%;max-width:60px!important;object-fit:contain}.industries-benefit-sec .industries-wrap.column_three .industries-col .icon img{max-width:75px!important}.industries-benefit-sec .industries-wrap .industries-col .title span{width:100%;display:block;color:#216f2e;font-weight:700}.industries-benefit-sec .industries-wrap .industries-col .content p{font-size:18px}.industries-benefit-sec .industries-wrap.column_three .industries-col .content p{font-size:20px}.industries-benefit-sec .industries-wrap .industries-col .cta a{width:auto;display:inline-block;font-size:18px;color:#62a443;border-bottom:1px solid #62a443}.industries-benefit-sec .industries-wrap.column_three .industries-col .content{min-height:120px}.industries-benefit-sec .industries-wrap.column_three .industries-col{padding:47px 32px}@media(max-width:1199px){.industries-benefit-sec .industries-wrap .industries-col{padding:30px 20px 32px}.industries-benefit-sec .industries-wrap.column_three .industries-col{padding:30px 30px}.industries-benefit-sec{padding:60px 0}}@media(max-width:991px){.industries-benefit-sec{padding:50px 0}.industries-benefit-sec .section-title{margin-bottom:20px}.industries-benefit-sec .industries-wrap{grid-template-columns:repeat(2,1fr)}.industries-benefit-sec .industries-wrap.column_three{gap:28px;grid-template-columns:repeat(2,1fr)}.industries-benefit-sec .industries-wrap.column_three .industries-col .icon img{max-width:60px!important}.industries-benefit-sec .industries-wrap.column_three .industries-col .content p{font-size:18px}.industries-benefit-sec .industries-wrap.column_three .industries-col .content{min-height:unset}}@media(max-width:575px){.industries-benefit-sec{padding:50px 0}.industries-benefit-sec .industries-wrap{grid-template-columns:repeat(1,1fr)}.industries-benefit-sec .industries-wrap.column_three{grid-template-columns:repeat(1,1fr)}}

/* Solving Your Business Sec */
.solving-business-sec{width:100%;display:inline-block;padding:80px 0 0;position:relative;z-index:1}.solving-business-sec .section-title{width:100%;display:inline-block;text-align:center}.solving-business-sec .column-wrap{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:14px;padding-bottom:17px}.solving-business-sec .column-wrap .image{width:75px;margin:0;display:inline-block}.solving-business-sec .column-wrap .image img{width:100%;object-fit:contain}.solving-business-sec .column-wrap .caption{width:calc(100% - 89px);display:inline-block}.solving-business-sec .column-wrap:last-child{padding-bottom:0}.solving-business-sec .two-col-block{display:flex;justify-content:center;align-items:center;margin-top:24px}.solving-business-sec .two-col-block .bg-image{margin:0;width:100%}.solving-business-sec .two-col-block .bg-image img{height: 100%;max-height: 770px;object-fit: contain;min-width:710px;width:100%;height:auto}.solving-business-sec .two-col-block .solving-inner{position:relative;right:22%;display:inline-block;float:right;max-width:470px;width:100%;padding-right:15px}.solving-business-sec .two-col-block .mobile-image{display:none}@media(max-width:1260px){.solving-business-sec{padding:60px 0 0}.solving-business-sec .two-col-block .bg-image img{width:100%;height:450px!important;object-fit:cover;object-position:left}.solving-business-sec .two-col-block .solving-inner{right:8%}}@media(max-width:1199px){.solving-business-sec .two-col-block .bg-image img{min-width:620px}.solving-business-sec .two-col-block .solving-inner{right:0}}@media(max-width:1080px){.solving-business-sec .column-wrap .caption p{font-size:18px}}@media(max-width:991px){.solving-business-sec{padding:50px 0 0}.solving-business-sec .two-col-block .bg-image{display:none}.solving-business-sec .two-col-block .solving-inner{max-width:100%;position:unset;padding:0 15px}.solving-business-sec .column-wrap .caption p{font-size:20px}.solving-business-sec .two-col-block{flex-direction:column;gap:30px}.solving-business-sec .two-col-block .mobile-image{width:100%;display:block}.solving-business-sec .two-col-block .mobile-image img{width:100%;display:block;max-height:600px;height:100%;object-fit:contain}}@media(max-width:767px){.solving-business-sec{padding:40px 0 0}.solving-business-sec .column-wrap .caption p{font-size:18px}}@media(max-width:480px){.solving-business-sec{padding:30px 0 0}}

/* Faq Section */
.faq-section{display:inline-block;padding:80px 0 162px;width:100%;position:relative}.faq-section::after{content:" ";position:absolute;top:0;right:0;width:35%;height:100%;z-index:-1;background-image:url(https://1933828.fs1.hubspotusercontent-na1.net/hubfs/1933828/images_2025/shap-bg.png);background-size:auto;background-repeat:no-repeat}.faq-section .sec-title{display:inline-block;width:100%}.faq-section .inner-wrapper{width:100%;max-width:841px;display:inline-block}.faq-section .inner-wrapper .content{margin-top:16px}.faq-section .accordion-question .icon{width:37px;display:inline-block;margin:0}.faq-section .accordion-question .icon img{width:100%;object-fit:contain}.faq-section .accordion-answer,.faq-section .accordion-answer .contain-img-wrap.contain .left-part{display:none}.faq-section .accordion-answer img{display:inline-block;max-height:280px!important;object-fit:cover;object-position:center;width:100%!important;margin:15px 0 0}.faq-section .accordion-listing{width:100%;display:inline-block;margin-top:32px}.faq-section .accordion-panel{margin-bottom:20px;border-bottom:1px solid #000;padding-bottom:20px;display:inline-block;width:100%}.faq-section .accordion-panel:last-child{margin-bottom:0}.faq-section .accordion-question .title{width:calc(100% - 48px)}.faq-section .accordion-question{background:0 0;display:flex;width:100%;align-items:center;justify-content:flex-start;gap:11px}.faq-section .accordion-question h3{z-index:1;color:#216f2e;cursor:pointer;display:inline-block;font-family:'Open Sans';font-weight:700;font-size:20px;line-height:120%;margin:0;position:relative;width:100%;padding-right:35px}.faq-section .accordion-question.active h3:after,.faq-section .accordion-question.active span svg{transform:rotate(180deg)}.faq-section .accordion-answer{padding:10px 50px 0;width:100%}.faq-section .accordion-answer .contain,.faq-section .contain ul{width:100%;display:inline-block}.faq-section .contain p{width:100%;display:inline-block;line-height:130%}.faq-section .contain p strong{font-weight:700}.faq-section .contain ul li{width:100%;display:inline-block;margin:10px 0;font-size:16px;line-height:26px;color:#757587;position:relative}.faq-section .contain ul li:after{content:'';position:absolute;top:9px;left:-30px;background-image:url(https://8021107.fs1.hubspotusercontent-na1.net/hubfs/8021107/CPI%20images/icon_bullet_check.svg);background-position:center;background-repeat:no-repeat;background-size:contain;width:15px;height:12px}.faq-section .contain ol{width:100%;display:inline-block;padding:0 0 0 17px}.faq-section .contain ol li{width:100%;padding:10px 0;font-size:16px;line-height:26px;color:#757587}.faq-section .contain a{color:#68ab41;text-decoration:underline}.faq-section .accordion-answer table{margin:0 0 15px}.faq-section .accordion-answer table tr:nth-child(odd){background-color:#f8f8f8}.faq-section .accordion-answer table tr td{padding:5px 10px;border-color:#494a52;color:#494a52;border-bottom:0}.faq-section .accordion-answer table tr td a:hover{color:#18c096}.faq-section .accordion-answer table tr td a{text-decoration:none!important;color:#18c096}.faq-section .accordion-answer .contain-img-wrap{width:100%;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:40px}.faq-section .accordion-answer .contain-img-wrap .left-part{width:45%;display:inline-block;margin:0}.faq-section .accordion-answer .contain-img-wrap .right-part{width:50%;display:inline-block;margin:0}.faq-section .accordion-answer .contain-img-wrap .left-part .image{line-height:0;vertical-align:top;width:100%;display:inline-block}.faq-section .accordion-answer .contain-img-wrap .left-part .image img{width:100%;display:inline-block;object-fit:cover;object-position:center;margin:0}.faq-section .accordion-answer .contain-img-wrap.contain .right-part{width:100%!important}.faq-section .accordion-question .title{position:relative;display:flex;align-items:center;justify-content:space-between;gap:10px}.faq-section .accordion-question .title span{position:absolute;right:0;top:0;bottom:0;margin:auto;display:block;height:20px;width:20px}.faq-section .accordion-question .title span svg{transition:.3s ease-in-out;display:block;height:100%;width:100%}.faq-section .accordion-question .title span svg path{fill:rgba(33,111,46,1)}@media(max-width:1199px){.faq-section{padding:60px 0 100px}}@media(max-width:991px){.faq-section{padding:50px 0 80px}.faq-section::after{content:none}}@media(max-width:767px){.faq-section{padding:40px 0 60px}.faq-section .accordion-answer{padding:10px 0 0;width:100%}.faq-section .accordion-question h3{font-size:17px}.faq-section .accordion-question .icon{width:34px}}

/* Performance Section */
.performance-section{width:100%;display:inline-block;background-repeat:no-repeat;background-size:cover;padding:66px 0;background-position:center}.performance-section .inner-wrapper{width:100%;display:inline-block;max-width:507px}.performance-section .inner-wrapper .section-title{width:100%;display:inline-block;margin-bottom:30px}.performance-section .inner-wrapper .section-title span{width:100%;display:block;font-size:25px;text-transform:uppercase;line-height:130%;color:#fff}.performance-section .counter-row .counter-col p{color:#fff;width:100%;padding-left:18px;line-height:130%}.counter-value span.sign,.performance-section .counter-row .counter-col strong{color:#fff;display:inline-block;font-size:90px;font-weight:700;line-height:90px;width:auto;margin:0}.performance-section .counter-row .counter-center{display:inline-block;width:100%}.performance-section .counter-row .counter-col{width:100%;display:inline-block}.performance-section .counter-row{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:82px}.counter-value{display:flex;align-items:center;width:100%;justify-content:flex-start}@media(max-width:640px){.performance-section{padding:50px 0}.performance-section .counter-row .counter-col strong{font-size:70px;line-height:70px}.counter-value span.sign{font-size:50px;line-height:50px}.performance-section .counter-row{width:80%;margin:0;gap:30px}.performance-section .counter-row .counter-col p{padding:0}}@media(max-width:480px){.performance-section{padding:45px 0}.performance-section .counter-row .counter-col strong{font-size:55px}.counter-value span.sign{font-size:40px}.performance-section .counter-row{grid-template-columns:repeat(1,1fr);gap:0;width:100%}.performance-section .counter-row .counter-center{display:flex;align-items:baseline;gap:13px}.performance-section .counter-row .counter-col p{text-align:left}.counter-value{justify-content:flex-end}.performance-section .inner-wrapper .section-title span{font-size:22px}.performance-section .counter-row .counter-center{align-items:center}}

/* Form With Slider Section */
.form-with-slider-sec{vertical-align:top;overflow:hidden;width:100%;display:inline-block;padding:80px 0}.form-with-slider-sec .inner-wrap{width:100%;display:flex;align-items:stretch;justify-content:space-between;gap:25px}.form-with-slider-sec .inner-wrap .left{width:55%;display:inline-block;margin:0;box-shadow:2px 5px 7.2px 0 #00000024;border-radius:16px;padding:35px 29px 51px;background-color:#fff}.form-with-slider-sec .inner-wrap .right{width:45%;display:inline-block;margin:0;max-width:416px}.form-with-slider-sec .inner-wrap .left .form-content{width:100%;display:inline-block;margin-top:24px}.form-with-slider-sec .inner-wrap .left .form-content p{font-size:18px;text-align:justify;max-width:406px}.form-with-slider-sec .inner-wrap .left .form{width:100%;display:inline-block;margin-top:35px}.form-with-slider-sec .inner-wrap .left .form h3{display:none}.form-with-slider-sec .inner-wrap .left .form form{background:0 0;color:#000;display:inline-block;width:100%}.form-with-slider-sec .inner-wrap .left .form form label{width:100%;display:inline-block;font-size:18px;line-height:120%;text-align:justify}.form-with-slider-sec .inner-wrap .left .form span.hs-form-required{color:#68ac40}.form-with-slider-sec .inner-wrap .left .form .hs-form-field{margin-bottom:22px}.form-with-slider-sec .inner-wrap .left .form form input[type=email],.form-with-slider-sec .inner-wrap .left .form form input[type=file],.form-with-slider-sec .inner-wrap .left .form form input[type=number],.form-with-slider-sec .inner-wrap .left .form form input[type=password],.form-with-slider-sec .inner-wrap .left .form form input[type=search],.form-with-slider-sec .inner-wrap .left .form form input[type=tel],.form-with-slider-sec .inner-wrap .left .form form input[type=text],.form-with-slider-sec .inner-wrap .left .form form select,.form-with-slider-sec .inner-wrap .left .form form textarea{background:#f4f4f4;border:.5px solid #216f2e;color:#565656;display:block;font-size:15px;font-weight:400;line-height:120%;outline:0;padding:10px;width:100%!important;font-family:Open Sans,sans-serif;text-align:justify;border-radius:5px}.form-with-slider-sec .inner-wrap .left .form form input[type=email]::placeholder,.form-with-slider-sec .inner-wrap .left .form form input[type=file]::placeholder,.form-with-slider-sec .inner-wrap .left .form form input[type=number]::placeholder,.form-with-slider-sec .inner-wrap .left .form form input[type=password]::placeholder,.form-with-slider-sec .inner-wrap .left .form form input[type=search]::placeholder,.form-with-slider-sec .inner-wrap .left .form form input[type=tel]::placeholder,.form-with-slider-sec .inner-wrap .left .form form input[type=text]::placeholder,.form-with-slider-sec .inner-wrap .left .form form select::placeholder,.form-with-slider-sec .inner-wrap .left .form form textarea::placeholder{color:#00000054}.form-with-slider-sec .inner-wrap .left .form form textarea{height:170px}.form-with-slider-sec .inner-wrap .left .form .input{width:100%;display:inline-block;margin:0!important}.form-with-slider-sec .inner-wrap .left .form form fieldset .hs-form-field ul.inputs-list li{display:inline-block;margin:0;width:100%}.form-with-slider-sec .inner-wrap .left .form ul{display:inline-block;width:100%}.form-with-slider-sec .inner-wrap .left .form ul li{width:100%;display:inline-block;margin:0}.form-with-slider-sec .inner-wrap .left .form ul li .hs-error-msg{color:#ef6b51;font-size:16px;font-weight:400;letter-spacing:.5px;line-height:20px}.form-with-slider-sec .inner-wrap .left .form form .hs-button,form input[type=submit]{background:#62a443;border:2px solid transparent;color:#fff;cursor:pointer;display:inline-block;font-size:18px;font-weight:500;justify-content:center;line-height:0;padding:5px 20px;text-align:center;-webkit-transition-duration:.3s;-moz-transition-duration:.3s;transition-duration:.3s;border-radius:0;font-family:'Open Sans';margin-top:18px}.form-with-slider-sec .inner-wrap .left .form form .hs-button:hover,.form-with-slider-sec .inner-wrap .left .form form input[type=submit]:hover{border-radius:0!important;background-color:transparent;color:#62a443;border:2px solid #62a443}.form-with-slider-sec .inner-wrap .right .slider-inner,.form-with-slider-sec .inner-wrap .right .slider-inner .slider-col{height:100%;width:100%;display:inline-block}.form-with-slider-sec .inner-wrap .right .slider-inner .slider-col .top-logo{max-width:350px;display:inline-block;line-height:0;vertical-align:top}.form-with-slider-sec .inner-wrap .right .slider-inner .slider-col .top-logo img{object-fit:contain;max-height: 75px;width: 100%;height: 100% !important;}.form-with-slider-sec .inner-wrap .right .slider-inner .slider-col .author-image{width:100%;display:inline-block;line-height:0;vertical-align:top;margin-top:15px}.form-with-slider-sec .inner-wrap .right .slider-inner .slider-col .author-image img{object-fit:cover;border:1px solid #216f2e}.form-with-slider-sec .inner-wrap .right .slider-inner .slider-col .author-name{font-weight:700;color:#216f2e;margin:31px 0 0}.form-with-slider-sec .inner-wrap .right .slider-inner .slider-col .designation{font-size:18px;margin:0}.form-with-slider-sec .inner-wrap .right .slider-inner .slider-col .content{position:relative;z-index:1;margin-top:50px;padding-left:36px}.form-with-slider-sec .inner-wrap .right .slider-inner .slider-col .content p{font-size:30px;max-width:380px;font-family:Hind,sans-serif;line-height:120%}.form-with-slider-sec .inner-wrap .right .slider-inner .slider-col .content svg.content-arrow{display:block;height:27px;left:0;position:absolute;top:-20px;width:27px;z-index:-1}@media(max-width:991px){.form-with-slider-sec .inner-wrap .left .title h2 br{display:none}.form-with-slider-sec .inner-wrap .left .form-content p{max-width:100%}.form-with-slider-sec{padding:80px 0 110px}.form-with-slider-sec .inner-wrap .right .slider-inner .slider-col .content p{font-size:24px}.form-with-slider-sec .inner-wrap .left .form-content{margin-top:10px}}@media(max-width:767px){.form-with-slider-sec .inner-wrap{flex-wrap:wrap;flex-direction:column-reverse;gap:30px}.form-with-slider-sec .inner-wrap .right{max-width:100%;width:100%}.form-with-slider-sec .inner-wrap .left{width:100%;padding:30px 20px}.form-with-slider-sec .inner-wrap .right .slider-inner .slider-col .content p{max-width:100%}.form-with-slider-sec{padding:30px 0 60px}.form-with-slider-sec .inner-wrap .left .form{margin-top:20px}}@media(max-width:500px){.form-with-slider-sec .inner-wrap .right .slider-inner .slider-col .content p{font-size:22px}}

/* footer-section */
.footer{background-color:#fff}.footer-sec,.footer-sec .footer-center .footer-col .image,.footer-sec .footer-center .footer-title,.footer-sec .footer-col .form-wrap,.footer-sec .footer-inner,.footer-sec .footer-top .menu-col .menu,.footer-sec .footer-top .menu-col .menu ul li,.footer-sec .footer-top .menu-col .title,.footer-sec .form-wrap .form,.footer-sec .form-wrap .title{width:100%;display:inline-block}.footer-sec .footer-inner .footer-top{width:100%;display:inline-block;padding:40px 0}.footer-sec .footer-top .top-inner{width:100%;display:flex;align-items:flex-start;justify-content:space-between}.footer-sec .footer-top .menu-col{width:25%;display:inline-block;text-align:left;padding-left:2.564102564%}.footer-sec .footer-top .menu-col .title h3{width:100%;display:inline-block;font-size:18px;font-weight:600;line-height:26px;font-family:'Open Sans',sans-serif;margin:0 0 24px;color:#565656}.footer-sec .footer-top .menu-col .menu ul{width:100%;display:inline-block;margin-bottom:20px}.footer-sec .footer-top .menu-col .menu ul li a{width:100%;display:inline-block;font-size:16px;line-height:24px;padding:2px 0;text-decoration:none;white-space:nowrap;color:#68ac40}.footer-sec .footer-top .menu-col .menu ul li a:hover{color:rgba(104,172,64,.7)}.footer-sec .footer-center{background-color:#515151;color:#efefef;padding:50px 0;width:100%;display:inline-block}.footer-sec .footer-center .center-inner{align-items:flex-start;display:flex;justify-content:space-between;width:100%}.footer-sec .footer-center .footer-col{display:inline-block;margin:0 0 0 2.564102564%}.footer-sec .footer-center .footer-col:first-child{width:31.623931624%;margin-left:0}.footer-sec .footer-center .footer-col:nth-child(2){width:40.170940171000005%}.footer-sec .footer-center .footer-col:last-child{width:23.076923077%}.footer-sec .footer-center .footer-title h3{width:100%;display:inline-block;font-size:20px;line-height:30px;font-family:'Open Sans',sans-serif;color:#efefef;font-weight:400;margin-bottom:33px}.footer-sec .footer-center .footer-title p{width:100%;display:inline-block;font-size:14px!important;line-height:1.5em!important;color:#efefef}.footer-sec .footer-center .footer-col .image img{width:100%;display:inline-block;object-fit:contain;object-position:center;max-width:500px;max-height:250px;height:100%;vertical-align:top;line-height:0}.footer-sec .footer-center .social-media{width:100%;display:inline-block;margin:13px 0 0}.footer-sec .footer-center .social-media ul{width:100%;display:flex;align-items:center;justify-content:flex-start;padding:0;margin:0}.footer-sec .footer-center .social-media ul li{width:auto;display:inline-block;margin:0 5px;line-height:0}.footer-sec .footer-center .social-media ul li a,.footer-sec .form-wrap .form form .actions{width:auto;display:inline-block}.footer-sec .footer-center .social-media ul li a svg{width:20px;height:20px;display:inline-block;fill:#68ac40}.footer-sec .footer-center .social-media ul li:nth-child(4) a svg{transform:rotate(45deg);margin:3px 0 0}.footer-sec .footer-center .social-media ul li a:hover svg{fill:rgba(104,172,64,.7)}.footer-sec .form-wrap .title h3{font-size:22px;line-height:1.39em;margin:0 0 24px;width:100%;display:inline-block;color:#efefef;font-weight:400;font-family:'Open Sans';}.footer-sec .form-wrap .form form{background:0 0;width:100%;display:inline-block}.footer-sec .form-wrap .form form .hs-form-field{width:100%;display:inline-block;margin:0}.footer-sec .form-wrap .form form .hs-form-field label span{display:inline-block;font-size:16px;font-weight:400;letter-spacing:.5px;line-height:20px;color:#efefef}.footer-sec .form-wrap .form form .hs-form-field label{width:100%;display:inline-block;font-size:16px;font-weight:400;letter-spacing:.5px;line-height:20px;color:#efefef}.footer-sec .form-wrap .form form .actions input[type=submit]{background:#68ac40;color:#fff;min-width:201px;font-size:18px;line-height:23px;text-transform:capitalize;font-weight:500;padding:10px 12px;border:3px solid #68ac40;margin:20px 0 10px}.footer-sec .form-wrap .form form .actions input[type=submit]:hover{background:#fff;color:#68ac40;border:3px solid #fff}.footer-sec .form-wrap .form form ul.hs-error-msgs,.footer-sec .form-wrap .form form ul.hs-error-msgs>li{margin:0}.footer-sec .footer-bottom{width:100%;display:inline-block;background-color:#242424;color:#efefef;padding:20px 15px;text-align:center}.footer-sec .footer-bottom p{width:100%;display:inline-block;color:#efefef;font-size:18px;line-height:1.75em}@media (max-width:991px){.footer-sec .footer-top .top-inner{justify-content:flex-start;flex-flow:row wrap}.footer-sec .footer-top .menu-col{padding-left:0;width:50%}.footer-sec .footer-center{padding:35px 0}.footer-sec .footer-center .container{width:100%}.footer-sec .footer-center .footer-title h3{margin-bottom:10px}.footer-sec .footer-center .footer-title p{font-size:13px!important}.footer-sec .form-wrap .title h3{font-size:17px;margin:0 0 23px}.footer-sec .form-wrap .form form .actions input[type=submit]{min-width:auto}}@media (max-width:767px){.footer-sec .footer-center .center-inner{flex-direction:column}.footer-sec .footer-center .footer-col{width:100%!important;margin-left:0}.footer-sec .footer-center .footer-col:nth-child(2),.footer-sec .footer-center .social-media{margin:13px 0 20px}.footer-sec .footer-center .footer-title h3{font-size:23px;font-weight:600}.footer-sec .form-wrap .form form .hs-form-field input{width:98%}.footer-sec .form-wrap .form form .actions{width:100%!important}.footer-sec .form-wrap .form form .actions input[type=submit]{min-width:98%}.footer-sec .footer-bottom p{font-size:17px}.footer-sec .form-wrap .title h3{font-size:19px;font-weight:600}}@media (max-width:480px){.footer-sec .footer-top .menu-col{width:100%}}

/* lp-hero-banner-section */
.lp-hero-banner-section,.lp-hero-banner-section .hero-inner,.lp-hero-banner-section .hero-inner .hero-title{display:inline-block;width:100%}.lp-hero-banner-section{background-size:cover;background-repeat:no-repeat;background-position:center;padding:62px 0 70px;position:relative}.lp-hero-banner-section.set_min_height{min-height:638px;padding:105px 0px}.lp-hero-banner-section .hero-inner{max-width:630px;position:relative;z-index:1}.lp-hero-banner-section .hero-inner .content-wrap{width:100%;display:inline-block;max-width:416px}.lp-hero-banner-section .hero-inner .content{margin-bottom:20px}.lp-hero-banner-section .hero-inner .hero-title h1{font-size:50px;line-height:110%;font-weight:700}.lp-hero-banner-section .hero-inner .hero-title h1,.lp-hero-banner-section .hero-inner .hero-title h2,.lp-hero-banner-section .hero-inner .hero-title h3{color:#006737}.lp-hero-banner-section .hero-inner .sub-title span{color:#216f2e;display:block;font-size:34.38px;line-height:110%;width:100%;font-weight:600;margin-bottom:35px}.lp-hero-banner-section .hero-inner .content p{color:#216f2e;font-size:18px;line-height:130%;margin-top:16px}.lp-hero-banner-section .hero-inner .logo-wrap{display:flex;align-items:center;gap:11px;width:100%;flex-wrap:wrap}.lp-hero-banner-section .hero-inner .logo-wrap .logo{margin:0}.lp-hero-banner-section .hero-inner .logo-wrap .logo a{height:auto;width:auto;line-height:0;display:block}.lp-hero-banner-section .hero-inner .logo-wrap .logo img{width:124px;height:124px;object-fit:contain;display:block}.lp-hero-banner-section .hero-inner .cta-wrap{display:flex;gap:15px;margin-top:50px}.lp-hero-banner-section .hero-inner .cta{width:fit-content;margin:0;display:block}.lp-hero-banner-section .hero-inner .cta a{display:block;font-family:Open Sans;font-weight:700;font-size:18px;padding:14px 22px;line-height:120%;transition:.3s ease-in-out}.lp-hero-banner-section .hero-inner .cta a.secondary_cta{color:#006737;background:#fff;border:2px solid #006737}.lp-hero-banner-section .hero-inner .cta a.secondary_cta:hover{color:#fff;background:#006737}.lp-hero-banner-section .hero-inner .cta a.primary_cta{background:#216f2e;border:2px solid #216f2e;color:#fff}.lp-hero-banner-section .hero-inner .cta a.primary_cta:hover{background:#fff;border:2px solid #006737;color:#216f2e}.lp-hero-banner-section .mobile-image{display:none}.lp-hero-banner-section .hero-inner .sub-title.small_sub_text span{font-family:Open Sans;font-weight:400;font-size:25.83px;line-height:130%}.lp-hero-banner-section .hero-inner .cta a.primary_light_cta{background:#62a443;border:2px solid #62a443;color:#fff}.lp-hero-banner-section .hero-inner .cta a.primary_light_cta:hover{color:#62a443;background:#fff}.lp-hero-banner-section .hero-inner .sub-title.extra_small_sub_text span{font-family:Open Sans;font-size:18px;font-weight:400;line-height:130%;color:#006737}.lp-hero-banner-section.alignment_center{display:flex;align-items:center;justify-content:flex-start}.lp-hero-banner-section.alignment_center .container{width:100%}.lp-hero-banner-section img.desktop-image{height:100% !important;object-fit:cover;width:100%;position:absolute;top:0;left:0;right:0;bottom:0;display:block}@media(max-width:1260px){.lp-hero-banner-section{padding:60px 0}}@media(max-width:1199px){.lp-hero-banner-section .hero-inner .sub-title span{font-size:30px;line-height:32px;margin-bottom:25px}.lp-hero-banner-section.set_min_height{min-height:500px}}@media(max-width:991px){.lp-hero-banner-section .hero-inner .hero-title h1{font-size:42px}.lp-hero-banner-section .hero-inner{max-width:480px}.lp-hero-banner-section .hero-inner .sub-title span{font-size:23px;line-height:31px}.lp-hero-banner-section .hero-inner .content-wrap{max-width:280px}.lp-hero-banner-section .hero-inner .logo-wrap .logo img{height:90px;width:90px}.lp-hero-banner-section .hero-inner .cta-wrap{margin-top:20px;flex-direction:column}.lp-hero-banner-section .hero-inner .sub-title.small_sub_text span{font-size:21px}.lp-hero-banner-section.set_min_height{min-height:430px;padding:75px 0}}@media(max-width:767px){.lp-hero-banner-section img.desktop-image{display:none}.lp-hero-banner-section{background-image:none!important;padding:0 0 40px}.lp-hero-banner-section .mobile-image{max-height:420px;height:!important;object-fit:cover;display:block;padding:0 0 20px}.lp-hero-banner-section .hero-inner,.lp-hero-banner-section .hero-inner .content-wrap{max-width:100%}.lp-hero-banner-section .hero-inner .logo-wrap .logo img{height:120px;width:120px}.lp-hero-banner-section .hero-inner .cta-wrap{flex-direction:unset;flex-wrap:wrap}.lp-hero-banner-section .hero-inner .cta a{padding:12px 20px;font-size:17PX}.lp-hero-banner-section .hero-inner .sub-title span{font-size:20px;line-height:30px}.lp-hero-banner-section .hero-inner .hero-title h1{font-size:36px}.lp-hero-banner-section .hero-inner .sub-title.small_sub_text span{font-size:18px}.lp-hero-banner-section.set_min_height{padding:0 0 30px}.lp-hero-banner-section.alignment_center{display:inline-block}}@media(max-width:480px){.lp-hero-banner-section{padding:0 0 30px}.lp-hero-banner-section .hero-inner .hero-title h1{font-size:32px}.lp-hero-banner-section .hero-inner .cta a{padding:12px 20px}.lp-hero-banner-section .hero-inner .sub-title span{font-size:19px;margin-top:20px}.lp-hero-banner-section .hero-inner .content p{line-height:120%}}
.lp-hero-banner-section .hero-inner .cta-wrap.cta_small_margin {margin-top: 20px;}.lp-hero-banner-section .hero-inner .hero-title.cta_small_margin h2 { margin: 0; }

/* Content with Number Section */
.content-number-sec{width:100%;display:inline-block;vertical-align:top;padding:72px 0}.content-number-sec .wrap{align-items:center;width:100%;display:flex;gap:57px;max-width:1062px;margin:0 auto}.content-number-sec .wrap .left{width:70%;margin:0;display:inline-block}.content-number-sec .wrap .right{width:30%;margin:0;display:inline-block}.content-number-sec .wrap .right .round{position:relative;width:286px;margin:0 auto;height:286px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px}.content-number-sec .wrap .right .round .progress-ring__background{fill:none;stroke-width:21px;stroke:rgba(217,217,217,0.5)}.content-number-sec .wrap .right .round .progress-ring__circle{fill:none;stroke:rgba(98,164,67,1);stroke-width:21px;stroke-linecap:round;transform:rotate(42deg);transform-origin:50% 50%;stroke-dasharray:471;stroke-dashoffset:471;transition:stroke-dashoffset 1s ease-out}.content-number-sec .wrap .right .round .circle-text{width:100%;text-align:center;display:flex;align-items:center;justify-content:center}.content-number-sec .wrap .left h2{margin-bottom:32px}.content-number-sec .wrap .left .content p{line-height:130%}.content-number-sec .wrap .right .round svg{height:100%;width:100%;position:absolute;inset:0}.content-number-sec .wrap .right .round .circle-text span{font-family:Open Sans;font-weight:800;font-size:87.04px;line-height:130%;color:#62a443;margin:0}.content-number-sec .wrap .right .round p{font-family:Open Sans;font-weight:600;font-size:17.82px;line-height:130%;text-align:center;padding:0 20px;color:#62a443}@media(max-width:991px){.content-number-sec .wrap{gap:30px}.content-number-sec .wrap .left{flex:1;width:auto}.content-number-sec{padding:60px 0}.content-number-sec .wrap .right{width:fit-content}}@media(max-width:767px){.content-number-sec .wrap{flex-direction:column}.content-number-sec{padding:30px 0}.content-number-sec .wrap .left h2{margin-bottom:20px}.content-number-sec .wrap .right .round .circle-text span{font-size:77px}}

/* Services Section */
.services-section{width:100%;display:inline-block;vertical-align:top;padding:0}.services-section .wrap{background:rgba(98,164,67,.08);backdrop-filter:blur(16.299999237060547px);box-shadow:0 4px 4px 0 rgba(0,0,0,.25);border-radius:16px;width:100%;display:inline-block;padding:56px 83px}.services-section .wrap .sec-title{margin-bottom:64px;text-align:center}.services-section .wrap .sec-title h2{margin:0}.services-section .wrap .services-wrap{width:100%;display:flex;flex-wrap:wrap;gap:40px}.services-section .wrap .services-wrap .services-col{margin:0;flex:1}.services-section .wrap .services-wrap .services-col .services{position:relative;width:100%;display:flex;flex-direction:column;gap:29px;text-align:center}.services-section .wrap .services-wrap .services-col .services .icon{margin:0 auto;display:flex;align-items:center;justify-content:center;height:83px}.services-section .wrap .services-wrap .services-col .services .icon img{max-width:85px;height:max-content}.services-section .wrap .services-wrap .services-col .services .text{width:100%;display:inline-block}.services-section .wrap .services-wrap .services-col .services:after{content:'';background-image:url('https://1933828.fs1.hubspotusercontent-na1.net/hubfs/1933828/Green%20Office%20Theme%202025/Images/Arrow%207.svg');background-size:contain;background-position:center;position:absolute;width:58px;height:20px;z-index:1;background-repeat:no-repeat;left:calc(100% - 10px);top:40px}.services-section .wrap .services-wrap.four .services-col:nth-child(4n) .services:after,.services-section .wrap .services-wrap.three .services-col:nth-child(3n) .services:after{display:none}.services-section .wrap .services-wrap.four .services-col{width:calc(100%/4 - 30px);flex:unset}.services-section .wrap .services-wrap.three .services-col{width:calc(100%/3 - 80px);flex:unset}.services-section .wrap .services-wrap.three{gap:40px 120px}.services-section .wrap .services-wrap.three .services-col .services:after{left:calc(100% + 20px)}.services-section .wrap .sec-title .sub_title{margin-top:8px}.services-section .wrap .sec-title .sub_title span{font-family:Open Sans;font-weight:400;font-size:25px;line-height:130%;text-align:center}.services-section .wrap .sec-title .content{margin-top:40px}.services-section .wrap .sec-title .content p{font-size:18px;color:#000}body .services-section .wrap .services-wrap .services-col:last-child .services:after{display:none!important}.services-section.padding_top_bottom{padding:70px 0}.services-section.padding_top{padding:70px 0 0}.services-section.padding_botoom{padding:0 0 70px}@media(max-width:1199px){.services-section .wrap{padding:30px}.services-section .wrap .services-wrap .services-col .services .text p{font-size:18px}.services-section .wrap .services-wrap .services-col .services{gap:25px}.services-section .wrap .services-wrap.three{gap:40px 90px}.services-section .wrap .services-wrap.three .services-col{width:calc(100%/3 - 60px)}.services-section.padding_top_bottom{padding:50px 0}.services-section.padding_top{padding:50px 0 0}.services-section.padding_botoom{padding:0 0 50px}}@media(max-width:991px){.services-section .wrap .services-wrap{gap:20px}.services-section .wrap .services-wrap .services-col .services:after{width:40px}.services-section .wrap .services-wrap .services-col .services .icon{height:70px}.services-section .wrap .services-wrap .services-col .services .icon img{max-width:62px}.services-section .wrap .services-wrap.four .services-col{width:calc(25% - 15px)}.services-section .wrap .sec-title{margin-bottom:40px}.services-section .wrap .services-wrap.three{gap:30px 40px}.services-section .wrap .services-wrap.three .services-col{width:calc(33.33333% - 27px)}.services-section .wrap .services-wrap.three .services-col .services:after{left:100%}}@media(max-width:767px){.services-section .wrap .services-wrap.four .services-col{width:calc(50% - 10px)}.services-section .wrap .services-wrap.three .services-col{width:calc(50% - 20px)}.services-section .wrap .services-wrap{gap:30px 20px}.services-section .wrap .services-wrap .services-col:nth-child(odd) .services:after{display:block!important}.services-section .wrap .services-wrap .services-col:nth-child(2n) .services:after{display:none}.services-section.padding_top_bottom{padding:30px 0}.services-section.padding_top{padding:30px 0 0}.services-section.padding_botoom{padding:0 0 30px}.services-section .wrap .sec-title .sub_title span{font-size:20px}}@media(max-width:500px){.services-section .wrap .services-wrap.four .services-col,.services-section .wrap .services-wrap.three .services-col{width:100%}.services-section .wrap .services-wrap .services-col .services:after,.services-section .wrap .services-wrap.three .services-col .services:after{display:block!important;left:0;right:0;bottom:-50px;top:unset;transform:rotate(90deg);margin:0 auto;width:50px}.services-section .wrap .services-wrap,.services-section .wrap .services-wrap.three{gap:90px}.services-section .wrap{padding:30px 20px}}.services-section .wrap .services-wrap .services-col .services .top-title p{width:100%;display:inline-block;color:#006737;font-weight:700}.services-section .wrap .services-wrap .services-col .icon_content{width:100%;display:flex;flex-direction:column;gap:12px}

/* Icon Content Section */
.icon-content-sec,.icon-content-sec .content-wrap,.icon-content-sec .icon-content-wrap{display:inline-block;width:100%}.icon-content-sec{vertical-align:top;padding:75px 0 61px;position:relative;overflow:hidden}.icon-content-sec .icon-content-wrap .title h2{margin-bottom:32px}.icon-content-sec .icon-content-wrap .lists{width:100%;display:flex;flex-direction:column;gap:32px}.icon-content-sec .icon-content-wrap .content{margin-bottom:40px}.icon-content-sec .icon-content-wrap .lists .list{width:100%;display:flex;gap:23px;align-items:center}.icon-content-sec .icon-content-wrap .lists .list img{width:70px;height:70px;margin:0;object-fit:contain}.icon-content-sec .icon-content-wrap .lists .list .text{margin:0;width:fit-content;display:flex;flex-direction:column;gap:8px;flex:1}.icon-content-sec .icon-content-wrap .lists .list .text p{margin:0}.icon-content-sec .icon-content-wrap .lists .list .text p.list-title{color:#006737;font-weight:600}.icon-content-sec .left{position:absolute;left:0;top:10px;bottom:0;width:70%;height:auto}.icon-content-sec .left img{width:100%;display:block}.icon-content-sec .left img.desktop_image{height:100%;width:100%;object-fit:cover}.icon-content-sec .left img.mobile_image{width:100%;display:none}.icon-content-sec .content-wrap.content_left_image{display:flex;justify-content:flex-end;align-items:center;gap:20px}.icon-content-sec .content-wrap.content_left_image .icon-content-wrap{position:relative;z-index:1;width:50%;margin:0}.icon-content-sec .content-wrap.content_left_image .title h2{margin-bottom:24px}@media(max-width:991px){.icon-content-sec{padding:50px 0}.icon-content-sec .icon-content-wrap .lists .list img{width:60px;height:60px}.icon-content-sec .left{position:unset;width:100%}.icon-content-sec .left img.desktop_image{display:none}.icon-content-sec .left img.mobile_image{display:block}.icon-content-sec .content-wrap.content_left_image{flex-direction:column}.icon-content-sec .content-wrap.content_left_image .icon-content-wrap{width:100%;padding-left:15px;padding-right:15px}.icon-content-sec .container:has(.content_left_image){padding:0}.icon-content-sec .icon-content-wrap .content{margin-bottom:30px}}@media(max-width:767px){.icon-content-sec{padding:30px 0}.icon-content-sec .icon-content-wrap .title h2{margin-bottom:24px}.icon-content-sec .icon-content-wrap .lists{gap:20px}.icon-content-sec .icon-content-wrap .lists .list{gap:10px}.icon-content-sec .icon-content-wrap .lists .list .text{gap:2px}.icon-content-sec .icon-content-wrap .lists .list img{width:40px;height:40px}}.icon-content-sec .content-wrap.image_gallary{display:flex;gap:73px;align-items:flex-start}.icon-content-sec .content-wrap.image_gallary .left-image{width:45%;margin:0;display:flex;flex-wrap:wrap;gap:19px 16px}.icon-content-sec .content-wrap.image_gallary .icon-content-wrap{width:55%}.icon-content-sec .content-wrap.image_gallary .left-image img{width:100%;max-height:198px;object-fit:cover;margin:0;display:block}.icon-content-sec .content-wrap.image_gallary .left-image img:nth-child(2),.icon-content-sec .content-wrap.image_gallary .left-image img:nth-child(3){width:calc(50% - 8px)}@media(max-width:1199px){.icon-content-sec .content-wrap.image_gallary{gap:30px}.icon-content-sec .content-wrap.image_gallary .lists{gap:20px}}@media(max-width:767px){.icon-content-sec .content-wrap.image_gallary{flex-direction:column}.icon-content-sec .content-wrap.image_gallary .left-image{width:100%}.icon-content-sec .content-wrap.image_gallary .icon-content-wrap{width:100%}}.icon-content-sec .icon-content-wrap .lists.small_icon .list img { width: 48px; height: 48px; }.icon-content-sec .icon-content-wrap  .lists.small_icon { gap: 16px; }.icon-content-sec .icon-content-wrap .content p { margin-bottom: 30px; }.icon-content-sec .icon-content-wrap .content p:last-child { margin: 0; }@media(max-width:640px) {.icon-content-sec .icon-content-wrap .lists.small_icon .list img { width: 40px; height: 40px; }}

/* Content Logo Section */
.content-logo-sec{vertical-align: top;width:100%;display:inline-block;background-size:cover;background-repeat:no-repeat;background-position:center;padding:50px 0;position:relative}.content-logo-sec.large_padding{padding:130px 0}.content-logo-sec.extra_large_padding{padding:150px 0}.content-logo-sec .hero-inner{position:relative;z-index:1;display:inline-block}.content-logo-sec .hero-inner .content-wrap,.content-logo-sec .hero-inner .hero-title{width:100%;display:inline-block}.content-logo-sec .hero-inner .hero-title h1,.content-logo-sec .hero-inner .hero-title h2,.content-logo-sec .hero-inner .hero-title h3{font-family:Oswald,sans-serif;color:#fff}.content-logo-sec .hero-inner .sub-title span{width:100%;display:block;font-size:25px;line-height:30px;color:#fff;margin-top:24px;font-weight:700;font-family:Optima}.content-logo-sec .hero-inner .content p{color:#fff;font-size:20px;line-height:130%;margin-top:16px}.content-logo-sec .hero-inner .cta a{width:auto;display:inline-block;background:#fff;border:3px solid #fff;color:#006737;cursor:pointer;padding:16px 24px;font-family:'Open Sans';font-size:18px;line-height:120%;font-weight:700;transition:.3s}.content-logo-sec .hero-inner .cta{margin-top:40px}.content-logo-sec .hero-inner .cta a:hover{background-color:transparent;color:#fff}.content-logo-sec .wrap{width:100%;display:flex;gap:46px;justify-content:space-between;align-items:center}.content-logo-sec .wrap .hero-inner{width:70%}.content-logo-sec .wrap .right_logo{width:30%;display:inline-block}.content-logo-sec .wrap .right_logo img{max-height: 200px;height: 100% !important;max-width:341px;margin:0 0 0 auto;display:block;object-fit:contain}.content-logo-sec .hero-inner .small-logo-wrap{align-items:center;display:flex;flex-wrap:wrap;gap:18px;width:100%;margin-top:40px}.content-logo-sec .hero-inner .small-logo-wrap .logo{margin:0}.content-logo-sec .hero-inner .small-logo-wrap .logo a{display:block;height:auto;line-height:0;width:auto}.content-logo-sec .hero-inner .small-logo-wrap .logo img{height: 100% !important;max-width: 200px !important;display:block;max-height:31px;object-fit:contain}.content-logo-sec img.banner-image{height:100%;width:100%;display:block;object-fit:cover;position:absolute;top:0;left:0;right:0;bottom:0}.content-logo-sec .hero-inner .hero-title h1 .text-white{font-family:inherit;font-size:inherit;line-height:inherit;font-weight:inherit}@media(max-width:1024px){.content-logo-sec .hero-inner .hero-title h1{margin:0}}@media(max-width:991px){.content-logo-sec img.banner-image{display:none}.content-logo-sec{padding:40px 0}}@media(max-width:767px){.content-logo-sec .wrap{flex-direction:column;gap:30px}.content-logo-sec .wrap .hero-inner,.content-logo-sec .wrap .right_logo{width:100%}.content-logo-sec .wrap .right_logo img{margin:0 auto;max-width:320px}.content-logo-sec .hero-inner .content p{margin:0;font-size:18px}.content-logo-sec .hero-inner .small-logo-wrap{margin-top:24px}.content-logo-sec .hero-inner .sub-title span{font-size:20px;line-height:25px}}@media(max-width:575px){.content-logo-sec .hero-title h2{font-size:26px}}@media(max-width:480px){.content-logo-sec{padding:32px 0}.content-logo-sec .hero-inner .small-logo-wrap .logo img{max-height:28px;max-width:70px}.content-logo-sec .hero-inner .small-logo-wrap{gap:10px;margin-top:20px}}

/* box-slider-sec */
.industries-box-sec{vertical-align: top;overflow:hidden;width:100%;display:inline-block;padding:57px 0}.industries-box-sec .section-title{width:100%;display:block;text-align:center}.industries-box-sec .industries-wrap{display:grid;gap:28px;margin-top:34px;width:100%;grid-template-columns:repeat(4,1fr)}.industries-box-sec .industries-wrap .industries-col{justify-content:space-between;height:100%;backdrop-filter:blur(16.299999237060547px);background-color:#fff;border-radius:16px;box-shadow:0 4px 4px 0 #00000040;padding:50px 32px 32px;text-align:center;width:100%;display:flex;flex-direction:column;gap:15px}.industries-box-sec .industries-wrap .industries-col .icon{width:100%;display:inline-block;margin:0;text-align:center;line-height:0;vertical-align:top}.industries-box-sec .industries-wrap .industries-col .icon img{width:60px;height:60px;object-fit:contain}.industries-box-sec .industries-wrap .industries-col .title{width:100%;display:inline-block}.industries-box-sec .industries-wrap .industries-col .title span{width:100%;display:block;color:#216f2e;font-weight:700}.industries-box-sec .industries-wrap .industries-col .content p{font-family:hind;font-size:20px;line-height:120%}.industries-wrap.four-col-box-slider .splide__arrows{position:absolute;bottom:0;left:0;right:0;z-index:1;display:flex;align-items:center;justify-content:center;gap:8px}.industries-wrap.four-col-box-slider .splide__arrows button.splide__arrow{position:unset;transform:unset;background:#29a531;border-radius:50%;border:none;opacity:1}.industries-wrap.four-col-box-slider .splide__arrows button.splide__arrow svg{height:20px;width:20px;fill:#fff}.industries-wrap.four-col-box-slider{padding-bottom:43px;position:relative;display:inline-block;margin:0}.industries-wrap.four-col-box-slider .splide__arrows button.splide__arrow[disabled]{background:rgba(33,111,46,.3);cursor:auto}.industries-box-sec .industries-wrap .industries-col .top{width:100%;display:flex;flex-direction:column;gap:15px}.industries-wrap.four-col-box-slider .splide__list{padding:30px 0!important}.industries-box-sec .industries-wrap .industries-col .cta a{font-family:hind;width:auto;display:inline-block;font-size:18px;color:#62a443;border-bottom:1px solid #62a443}.industries-wrap.four-col-box-slider .industries-column{padding:0 14px;height:100%}@media(max-width:1199px){.industries-box-sec .industries-wrap .industries-col{padding:30px 20px 32px}}@media(min-width:992px){.industries-wrap.four-col-box-slider .splide__arrows button.splide__arrow:hover{background:rgba(33,111,46,.3)}}@media(max-width:991px){.industries-box-sec{padding:40px 0}.industries-box-sec .industries-wrap{grid-template-columns:repeat(2,1fr);margin-top:20px}.industries-box-sec .industries-wrap .industries-col{padding:20px}.industries-wrap.four-col-box-slider .splide__list{padding:20px 0!important}.industries-box-sec .section-title h2{margin:0}}@media(max-width:575px){.industries-box-sec{padding:32px 0}.industries-box-sec .industries-wrap{grid-template-columns:repeat(1,1fr)}.industries-box-sec .industries-wrap .industries-col .icon img{height:50px;width:50px}}.industries-box-sec .content{text-align:center;max-width:1015px;margin:8px auto 0;display:block}.industries-box-sec .content p { font-size: 18px; }
.industries-img-wrap.industries-img-slider .splide__track{overflow:unset}.img-box-sec{vertical-align:top;overflow:hidden;width:100%;display:inline-block;padding:57px 0}.img-box-sec .section-title{width:100%;display:block;text-align:center}.img-box-sec .industries-img-wrap{display:grid;gap:28px;margin-top:34px;width:100%;grid-template-columns:repeat(4,1fr)}.img-box-sec .industries-img-wrap .industries-col{justify-content:space-between;text-align:center;width:100%;display:flex;flex-direction:column;gap:15px}.img-box-sec .industries-img-wrap .industries-col .icon{width:100%;display:inline-block;margin:0;text-align:center;line-height:0;vertical-align:top}.img-box-sec .industries-img-wrap .industries-col .icon img{width:100%;height:100%;object-fit:cover}.img-box-sec .industries-img-wrap .industries-col .title{width:100%;display:inline-block}.img-box-sec .industries-img-wrap .industries-col .title span{width:100%;display:block;color:#000;font-size:16px;line-height:130%;font-weight:400}.industries-img-wrap.industries-img-slider .splide__arrows{position:absolute;bottom:0;left:0;right:0;z-index:1;display:flex;align-items:center;justify-content:center;gap:8px}.industries-img-wrap.industries-img-slider .splide__arrows button.splide__arrow{position:unset;transform:unset;background:#29a531;border-radius:50%;border:none;opacity:1}.industries-img-wrap.industries-img-slider .splide__arrows button.splide__arrow svg{height:20px;width:20px;fill:#fff}.industries-img-wrap.industries-img-slider{padding-bottom:43px;position:relative;display:inline-block;margin:0}.industries-img-wrap.industries-img-slider .splide__arrows button.splide__arrow[disabled]{background:rgba(33,111,46,.3);cursor:auto}.img-box-sec .industries-img-wrap .industries-col .top{width:100%;display:flex;flex-direction:column;gap:8px}.industries-img-wrap.industries-img-slider .splide__list{padding:30px 0!important}.img-box-sec .industries-img-wrap .industries-col .cta a{font-family:hind;width:auto;display:inline-block;font-size:18px;color:#62a443;border-bottom:1px solid #62a443}.industries-img-wrap.industries-img-slider .industries-column{padding:0 14px;height:100%}.img-box-sec .content{text-align:center;max-width:1015px;margin:8px auto 0;display:block}.img-box-sec .content p{font-size:18px}@media(min-width:992px){.industries-img-wrap.industries-img-slider .splide__arrows button.splide__arrow:hover{background:rgba(33,111,46,.3)}}@media(max-width:991px){.img-box-sec{padding:40px 0}.img-box-sec .industries-img-wrap{grid-template-columns:repeat(2,1fr);margin-top:20px}.industries-img-wrap.industries-img-slider .splide__list{padding:20px 0!important}.img-box-sec .section-title h2{margin:0}}@media(max-width:575px){.img-box-sec{padding:32px 0}.img-box-sec .industries-img-wrap{grid-template-columns:repeat(1,1fr)}}

/* Two Column Image Section */
.two-col-content-sec{width:100%;display:inline-block;padding:60px 0;vertical-align:top}.two-col-content-sec .two-col-img{display:flex;gap:20px;flex-wrap:wrap;justify-content:space-between}.two-col-content-sec .two-col-img .image{width:calc(100%/2 - 10px);margin:0;position:relative;display:block}.two-col-content-sec .two-col-img .image img{max-height: 390px;height: 100%;object-position: top;width:100%;display:block;object-fit:cover}.two-col-content-sec .two-col-img .image span{position:absolute;min-width:146px;width:fit-content;top:15px;left:15px;font-family:Oswald;font-weight:400;font-size:18px;line-height:100%;text-align:center;padding:10px;color:#fff;background:rgba(0,103,55,.6);border-radius:8px;backdrop-filter:blur(8.60689640045166px);border:.65px solid rgba(255,255,255,.5);z-index:1}.sec-title{width:100%;max-width:881px;margin:0 0 40px}.sec-title .content p:last-child,.sec-title h2{margin:0}.sec-title .content{margin-top:24px}.sec-title.center{margin-right:auto;margin-left:auto;text-align:center}.sec-title .content p{margin-bottom:16px}@media(max-width:767px){.sec-title{margin:0 auto 20px}.two-col-content-sec{padding:40px 0}.two-col-content-sec .two-col-img .image{width:100%}}

/* five-col-content-sec */
.five-col-content-sec{width:100%;display:inline-block;padding:60px 0 100px;vertical-align:top}.five-col-content-sec .two-col-img{justify-content:center;width:100%;display:flex;gap:55px;flex-wrap:wrap}.five-col-content-sec .two-col-img .image{width:calc(100%/5 - 44px);margin:0;position:relative;display:block}.five-col-content-sec .two-col-img .image img{height:100%;max-height:180px;width:100%;display:block;object-fit:contain}.sec-title{width:100%;max-width:881px;margin:0 auto 40px}.sec-title .content p:last-child,.sec-title h2{margin:0}.sec-title .content{margin-top:24px}.sec-title.center{margin-right:auto;margin-left:auto;text-align:center}.sec-title .content p{margin-bottom:16px}.five-col-content-sec .two-col-img .image .text{width:100%;display:inline-block;margin-top:15px}.five-col-content-sec .two-col-img .image .text span{font-family:Open Sans;font-weight:600;font-size:18px;line-height:110.00000000000001%;text-align:center;color:#000;display:block}@media(max-width:1200px){.five-col-content-sec .two-col-img{gap:20px}.five-col-content-sec .two-col-img .image{width:calc(20% - 16px)}.five-col-content-sec{padding:60px 0 80px}}@media(max-width:991px){.five-col-content-sec{padding:60px 0}.five-col-content-sec .two-col-img .image{width:calc(100%/3 - 16px)}.five-col-content-sec .two-col-img{gap:30px 24px}}@media(max-width:767px){.sec-title{margin:0 0 20px}.two-col-content-sec{padding:40px 0}.five-col-content-sec .two-col-img .image{width:calc(100%/2 - 15px)}.five-col-content-sec .two-col-img .image .text span{font-size:17px}}@media(max-width:640px){.five-col-content-sec .two-col-img .image{width:100%}}

/* Image Gallery Section */
.image-gallery-sec{width:100%;display:inline-block;padding:60px 0;vertical-align:top}.image-gallery-sec .two-col-img{display:flex;gap:0;flex-wrap:wrap;justify-content:center}.image-gallery-sec .two-col-img .image{overflow:hidden;cursor:pointer;border:3px solid #fff;width:calc(100%/3);margin:0;position:relative;display:block}.image-gallery-sec .two-col-img .image img{transition:.3s ease-in-out;height:100%;width:100%;display:block;object-fit:cover}.image-gallery-sec .two-col-img .image:hover img{transform:scale(1.15)}.sec-title{width:100%;max-width:881px;margin:0 auto 40px}.image-gallery-sec .two-col-img .image .text p:last-child,.sec-title .content p:last-child,.sec-title h2{margin:0}.sec-title .content{margin-top:24px}.sec-title.center{margin-right:auto;margin-left:auto;text-align:center}.sec-title .content p{margin-bottom:16px}.image-gallery-sec .two-col-img .image .text{right:0;bottom:0;top:0;left:0;text-align:center;position:absolute;width:auto;height:auto;margin:auto;display:flex;align-items:center;justify-content:center;background:rgb(0 0 0 / 60%);backdrop-filter:blur(8.60689640045166px);z-index:1;transition:.3s ease-in-out;opacity:0}.image-gallery-sec .two-col-img .image .text p{font-weight:400;font-size:18px;line-height:1.3;text-align:center;color:#fff;font-family:Open Sans;margin-bottom:15px}.image-gallery-sec .two-col-img .image .text .inner-text{padding:10px;max-width:340px}.image-gallery-sec .two-col-img .image .text p strong{font-weight:500}.image-gallery-sec .two-col-img .image:hover .text{opacity:1}.image-gallery-sec .two-col-img .image:first-child,.image-gallery-sec .two-col-img .image:nth-child(2),.image-gallery-sec .two-col-img .image:nth-child(5n+1),.image-gallery-sec .two-col-img .image:nth-child(5n+2){width:50%}@media(max-width:991px){.image-gallery-sec .two-col-img .image{border:2px solid #fff}.image-gallery-sec .two-col-img .image .text p{font-size:16px;margin-bottom:12px}}@media(max-width:767px){.sec-title{margin:0 0 20px}.image-gallery-sec{padding:40px 0}.image-gallery-sec .two-col-img .image{width:50%!important}}@media(max-width:640px){.image-gallery-sec .two-col-img .image{width:100%!important}}

/* Three Column Image Section */
.three-col-content-sec{width:100%;display:inline-block;padding:60px 0;vertical-align:top}.three-col-content-sec .two-col-img{display:flex;gap:14px;flex-wrap:wrap;justify-content:space-between}.three-col-content-sec .two-col-img .image{width:calc(100%/3 - 10px);margin:0;position:relative;display:block}.three-col-content-sec .two-col-img .image img{height: 100% !important;max-height: 432px;width:100%;display:block;object-fit:cover}.sec-title{width:100%;max-width:881px;margin:0 auto 40px}.sec-title .content p:last-child,.sec-title h2{margin:0}.sec-title .content{margin-top:24px}.sec-title.center{margin-right:auto;margin-left:auto;text-align:center}.sec-title.left{text-align:left;margin-left:0;}.sec-title .content p{margin-bottom:16px}.three-col-content-sec span.text{width:100%;display:inline-block;margin-top:11px;font-family:Open Sans;font-weight:400;font-size:15px;line-height:100%}@media(max-width:767px){.sec-title{margin:0 0 20px}.three-col-content-sec{padding:40px 0}.three-col-content-sec .two-col-img .image{width:100%}}

/* Zig Zag Section */
.zig-zag-section{padding:74px 0}.zig-zag-section .wrap{width:100%;display:flex;align-items:center;gap:60px}.zig-zag-section .wrap .left{width:48%;margin:0;display:flex;flex-direction:column;gap:8px}.zig-zag-section .wrap .right{width:52%;margin:0}.zig-zag-section .wrap .right img{max-height: 350px;height: 100%;width:100%;display:block;object-fit:cover}.zig-zag-section .wrap .left h2{margin:0}.zig-zag-section .wrap .left .content{margin-top:24px}.zig-zag-section .wrap .left .content p{font-size:18px}.zig-zag-section .wrap .left .logos{flex-wrap:wrap;margin:47px 0 0;display:flex;gap:21px;align-items:center}.zig-zag-section .wrap .left .logos img{max-width:108px!important;margin:0;width:auto}.zig-zag-section img.bottom_image{max-width:1000px!important;margin:60px auto 0 auto;display:block}.zig-zag-section.bg-image{width:100%;display:inline-block;background-size:cover;background-repeat:no-repeat;background-position:center;padding:46px 0 66px 0}.zig-zag-section.bg-image .wrap .left *{color:#fff}.zig-zag-section.bg-image .wrap .right img{max-width:405px}@media(max-width:991px){.zig-zag-section{padding:50px 0}.zig-zag-section .wrap{gap:30px}.zig-zag-section .wrap .left .content{margin-top:12px}.zig-zag-section .wrap .left,.zig-zag-section .wrap .right{width:50%}.zig-zag-section .wrap .left .logos{gap:10px;margin:20px 0 0}.zig-zag-section img.bottom_image{margin:30px auto 0 auto}}@media(max-width:767px){.zig-zag-section{padding:30px 0}.zig-zag-section .wrap{flex-direction:column}.zig-zag-section .wrap .left .subtitle{max-width:100%!important}.zig-zag-section .wrap .left,.zig-zag-section .wrap .right{width:100%}}@media(max-width:480px){.zig-zag-section .wrap .left .logos img{max-width:90px!important}}

/* zig-zag-sec-image-slider */
.zig-zag-sec-image-slider{padding:47px 0}.zig-zag-sec-image-slider .wrap{width:100%;display:flex;align-items:center;gap:73px}.zig-zag-sec-image-slider .wrap .left{width:48%;margin:0;display:flex;flex-direction:column;gap:8px}.zig-zag-sec-image-slider .wrap .right{width:52%;margin:0}.zig-zag-sec-image-slider .wrap .right img{width:100%;display:block;object-fit:cover}.zig-zag-sec-image-slider .wrap .left h2{color:#fff;margin:0}.zig-zag-sec-image-slider .wrap  .subtitle span{color:#fff}.zig-zag-sec-image-slider .wrap .left .content{margin-top:24px}.zig-zag-sec-image-slider .wrap .left .content p{color:#fff;font-size:18px}.zig-zag-sec-image-slider .wrap .left .logos{flex-wrap:wrap;margin-top:40px;width:100%;display:flex;align-items:center;justify-content:flex-start;gap:16px}.zig-zag-sec-image-slider .wrap .left .logos img{margin:0;max-height:95px;height:100%;object-fit:contain}.zig-zag-sec-image-slider .wrap .left .logos a{display:block;margin:0;width:100%}.zig-zag-sec-image-slider .wrap .right .splide img{max-height:350px;height:100%!important}.zig-zag-sec-image-slider .wrap{max-width:1063px;margin:0 auto}.zig-zag-sec-image-slider .wrap .right div#image-gallery-slider{padding-bottom:10px}.zig-zag-sec-image-slider .wrap .right div#image-gallery-slider button.splide__arrow{background:rgba(255,255,255,1)}.zig-zag-sec-image-slider .wrap .right div#image-gallery-slider button.splide__arrow svg{fill:rgba(33,111,46,1)}.zig-zag-sec-image-slider .wrap .right div#image-gallery-slider button.splide__arrow[disabled]{background:rgba(255,255,255,0.3)}.zig-zag-sec-image-slider .wrap .right div#image-gallery-slider button.splide__arrow[disabled] svg{fill:rgba(255,255,255,1)}@media(max-width:991px){.zig-zag-sec-image-slider .wrap{gap:30px}.zig-zag-sec-image-slider .wrap .left .content{margin-top:12px}.zig-zag-sec-image-slider .wrap .left,.zig-zag-sec-image-slider .wrap .right{width:50%}.zig-zag-sec-image-slider .wrap .left .logos img{max-width:150px!important;width:auto;height:80px}.zig-zag-sec-image-slider .wrap .left .logos a{max-width:150px!important;width:fit-content}.zig-zag-sec-image-slider .wrap .left .logos{margin-top:20px}}@media(max-width:767px){.zig-zag-sec-image-slider{padding:30px 0}.zig-zag-sec-image-slider .wrap{flex-direction:column}.zig-zag-sec-image-slider .wrap .left .subtitle{max-width:100%!important}.zig-zag-sec-image-slider .wrap .left,.zig-zag-sec-image-slider .wrap .right{width:100%}}@media(max-width:480px){.zig-zag-sec-image-slider .wrap .left .logos img{height:60px;max-width:130px!important}.zig-zag-sec-image-slider .wrap .left .logos a{max-width:130px!important}.zig-zag-sec-image-slider .wrap .right .splide img{max-height:300px}}

/* equipment-production-print */
.equipment-production-print{width:100%;display:inline-block;padding:50px 0}.equipment-production-print .heading{width:100%;display:inline-block}.equipment-production-print .heading .section-title{width:100%;display:inline-block}.equipment-production-print .heading .caption{width:100%;display:inline-block;max-width:725px}.equipment-production-print .prduction-print-wrap{width:100%;display:inline-block;padding-top:50px}.equipment-production-print .prduction-print-wrap .prduction-print-itmes{align-items:center;display:flex;width:100%;justify-content:space-between;gap:20px;border-bottom:1px solid #68AB41;margin:0 0 20px 0;padding:0 20px 20px}.equipment-production-print .prduction-print-wrap .prduction-print-itmes:last-child{padding-bottom:0}.equipment-production-print .prduction-print-wrap{width:100%;display:inline-block;}.equipment-production-print .prduction-print-wrap .prduction-print-itmes .image{width:25%;display:inline-block;margin:0}.equipment-production-print .prduction-print-wrap .prduction-print-itmes .image img{height:170px;object-fit:contain;object-position:center;width:100%;display:inline-block}.equipment-production-print .prduction-print-wrap .prduction-print-itmes .title{width:25%;display:inline-block;margin:0}.equipment-production-print .prduction-print-wrap .prduction-print-itmes .cta{width:13%;display:inline-block;margin:0}.equipment-production-print .prduction-print-wrap .prduction-print-itmes .title p{color:#006737;font-weight:700}.equipment-production-print .prduction-print-wrap .prduction-print-itmes .product-box{width:auto;display:inline-block;margin:0}.equipment-production-print .product-table{width:25%;display:flex;align-items:center;justify-content:space-between;margin:0}.equipment-production-print .prduction-print-wrap .prduction-print-itmes .product-box span{display:block}.equipment-production-print .prduction-print-wrap .prduction-print-itmes .product-box span.number{font-size:32px;line-height:36px;font-weight:700;margin:9px 0 0 0}.equipment-production-print .prduction-print-wrap .prduction-print-itmes .product-box sup{font-size:14px;top:-1em;font-weight:200}.equipment-production-print .prduction-print-wrap .prduction-print-itmes .cta a{box-sizing:border-box;margin:0;width:auto;max-width:fit-content;float:right;display:block;font-family:Open Sans;font-size:18px;font-weight:700;line-height:120%;padding:14px 24px;transition:.3s ease-in-out;background:#62a443;border:2px solid transparent;color:#fff;text-transform:lowercase}.equipment-production-print .prduction-print-wrap .prduction-print-itmes .cta a:hover{background-color:transparent;border:2px solid #68AB41;color:#68AB41}.equipment-production-print .prduction-print-wrap .prduction-print-itmes:last-child{margin-bottom:0;border-bottom:0}.popup-table-itmes{display:none}.popup-table-itmes.fancybox-content{width:56%!important;padding:0!important}.popup-wrapper{width:100%;display:inline-block;padding:44px}.popup-wrapper .popup-itmes{width:100%;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.popup-wrapper .popup-itmes .left-area{width:40%;display:inline-block}.popup-wrapper .popup-itmes .left-area .image-popup{width:100%;display:inline-block;line-height:0;vertical-align:top}.popup-wrapper .popup-itmes .left-area .image-popup img{width:100%;display:inline-block}.popup-wrapper .popup-itmes .right-area{width:60%;display:inline-block;padding:0 0 0 40px}.popup-wrapper .popup-itmes .right-area .title{width:100%;display:inline-block}.popup-wrapper .popup-itmes .right-area .title h4{width:100%;display:inline-block;font-size:30px;color:#68AB41;margin:0 0 22px 0}.popup-wrapper .popup-itmes .right-area .product-table{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:80px}.popup-wrapper .popup-itmes .right-area .product-table .product-box{width:auto;margin:0;display:inline-block}.popup-wrapper .popup-itmes .right-area .product-table .product-box span{display:block}.popup-wrapper .popup-itmes .right-area .product-table .product-box span.number{font-size:32px;line-height:36px;font-weight:600;margin:9px 0 0 0}.popup-wrapper .popup-itmes .right-area .product-table .product-box sup{font-size:16px;top:-1em;font-weight:400}.popup-wrapper .popup-itmes .right-area .popup-caption{width:100%;display:inline-block;margin:20px 0 0 0}.popup-wrapper .popup-itmes .right-area .popup-caption ul{width:100%;display:inline-block;margin:0;padding:0 0 0 24px;list-style:none}.popup-wrapper .popup-itmes .right-area .popup-caption ul li{position:relative;z-index:1;width:100%;display:inline-block;margin:0 0 15px 0;line-height:22px}.popup-wrapper .popup-itmes .right-area .popup-caption ul li:after{position:absolute;content:'';left:-15px;top:6px;width:6px;height:6px;background-color:#565656;border-radius:50px}.popup-wrapper .popup-itmes .right-area .popup-cta-wrap{width:100%;display:inline-block;margin:30px 0 0 0}.popup-wrapper .popup-itmes .right-area .popup-cta-wrap ul{width:100%;display:flex;margin:0;padding:0;list-style:none;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:10px}.popup-wrapper .popup-itmes .right-area .popup-cta-wrap ul li{width:auto;display:inline-block;margin:0}.popup-wrapper .popup-itmes .right-area .popup-cta-wrap ul li a{transition:.3s;align-items:center;background:#fff;border:2px solid #21a83e;box-sizing:border-box;display:flex;font-size:16px;font-weight:700;height:100%;justify-content:center;line-height:1.4;margin:0;max-width:fit-content;padding:5px 24px;text-align:center;width:auto;color:#21a83e;text-transform:capitalize}.equipment-production-print .lets-connect-sec{width:100%;display:inline-block;background-color:#68AB41;padding:50px 100px}.equipment-production-print .lets-connect-sec .lets-connect-wrap{width:100%;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.equipment-production-print .lets-connect-sec .lets-connect-wrap .left-part{width:70%;display:inline-block}.equipment-production-print .lets-connect-sec .lets-connect-wrap .right-part{width:30%;display:inline-block;text-align:end;padding:0 0 0 30px}.equipment-production-print .lets-connect-sec .lets-connect-wrap .left-part h2{width:100%;display:inline-block;color:#fff}.equipment-production-print .lets-connect-sec .lets-connect-wrap .left-part .lts-sub-title{width:100%;display:inline-block}.equipment-production-print .lets-connect-sec .lets-connect-wrap .left-part .lts-sub-title p{width:100%;display:inline-block;color:#fff}.equipment-production-print .lets-connect-sec .lets-connect-wrap .right-part .cta{width:100%;display:inline-block}.equipment-production-print .lets-connect-sec .lets-connect-wrap .right-part .cta a{transition:.3s;background:#fff;box-sizing:border-box;font-size:16px;font-weight:700;height:100%;justify-content:center;line-height:1.4;margin:0;padding:5px 24px;width:auto;color:#21a83e;text-transform:capitalize;display:inline-block;border:2px solid #fff}.equipment-production-print .lets-connect-sec .lets-connect-wrap .right-part .cta a:hover{background-color:transparent;color:#fff}.popup-wrapper .popup-itmes .right-area .popup-cta-wrap ul li:last-child a{background-color:#21A83E;color:#fff}@media(max-width:1876px){.popup-table-itmes.fancybox-content{width:60%!important}}@media(max-width:1584px){.popup-table-itmes.fancybox-content{width:66%!important}}@media(max-width:1400px){.popup-table-itmes.fancybox-content{width:75%!important}}@media(max-width:1300px){.popup-table-itmes.fancybox-content{width:80%!important}}@media(max-width:1199px){.popup-table-itmes.fancybox-content{width:88%!important}.equipment-production-print .prduction-print-wrap .prduction-print-itmes .cta{width:15%}.equipment-production-print .product-table{width:30%}.equipment-production-print .prduction-print-wrap .prduction-print-itmes .title h4{font-size:25px}}@media(max-width:991px){.equipment-production-print .prduction-print-wrap .prduction-print-itmes{flex-wrap:wrap;gap:0;padding:0 0 30px 0;margin:0 0 30px 0}.equipment-production-print .prduction-print-wrap .prduction-print-itmes .image{width:100%;margin:0 0 20px 0}.equipment-production-print .prduction-print-wrap .prduction-print-itmes .title{width:33%}.equipment-production-print .product-table{width:40%}.equipment-production-print .prduction-print-wrap .prduction-print-itmes .cta{width:20%}.popup-table-itmes.fancybox-content{width:97%!important;padding:0!important}.popup-wrapper .popup-itmes .right-area .popup-cta-wrap{margin:20px 0 0 0}.equipment-production-print .lets-connect-sec{padding:40px 70px}}@media(max-width:767px){.equipment-production-print .prduction-print-wrap .prduction-print-itmes .title{width:100%;padding:0 0 40px 0}.equipment-production-print .prduction-print-wrap .prduction-print-itmes .cta{width:100%;padding:40px 0 0 0}.equipment-production-print .prduction-print-wrap{text-align:center;padding-top:40px}.equipment-production-print .prduction-print-wrap .prduction-print-itmes .cta a{width:100%;display:inline-block}.equipment-production-print{padding:30px 0}.equipment-production-print .heading .section-title h2{font-size:32px}.equipment-production-print .prduction-print-wrap .prduction-print-itmes .title h4{font-size:25px}.popup-wrapper{padding:30px 20px!important}.popup-wrapper .popup-itmes .right-area .popup-cta-wrap{margin:15px 0 0 0}.popup-wrapper .popup-itmes .left-area{width:100%}.popup-wrapper .popup-itmes .right-area{width:100%;padding:0}.popup-wrapper .popup-itmes .right-area .title h4{padding:15px 0 0 0}.popup-wrapper .popup-itmes .right-area .product-table{gap:35px}.equipment-production-print .lets-connect-sec{padding:30px 20px}.equipment-production-print .lets-connect-sec .lets-connect-wrap .left-part{width:100%;display:inline-block}.equipment-production-print .lets-connect-sec .lets-connect-wrap .right-part{width:100%;0%;display:inline-block;text-align:left;padding:20px 0 0 0}.equipment-production-print .product-table{width:auto;gap:30px}.equipment-production-print .prduction-print-wrap .prduction-print-itmes .cta{width:auto;padding:0}}@media(max-width:480px){.popup-wrapper .popup-itmes .right-area .title h4{font-size:22px}.popup-wrapper .popup-itmes .right-area .popup-caption ul{padding:0 0 0 20px}.equipment-production-print .prduction-print-wrap .prduction-print-itmes .cta{width:100%;margin:30px 0 0 0}.equipment-production-print .prduction-print-wrap .prduction-print-itmes .cta a{float:none}.equipment-production-print .product-table{margin:0 auto}}

/* solutions-production-print */
.solutions-production-print{width:100%;display:inline-block;padding:60px 0 73px 0;margin-top:80px}.solutions-production-print .heading{width:100%;display:inline-block;text-align:center}.solutions-production-print .heading .section-content{width:100%;max-width:654px;display:block}.solutions-production-print .heading h2{margin-bottom:24px}.solutions-production-print .gallery-wrap{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:32px}.solutions-production-print .gallery-wrap .col{width:100%;display:inline-block;position:relative;transition:all 0.5s;overflow:hidden}.solutions-production-print .gallery-wrap .col .image{width:100%;display:inline-block;line-height:0;vertical-align:top;transition:all 0.5s;position:relative}.solutions-production-print .gallery-wrap .col .box-info{width:100%;position:absolute;left:50%;top:50%;text-align:center;transform:translate(-50%,-50%);display:block;opacity:0;visibility:hidden;transition:all 0.5s;padding:50px}.solutions-production-print .gallery-wrap .col .box-info .title span{width:100%;display:block;color:#fff;font-weight:600;padding-bottom:20px;text-transform:capitalize}.solutions-production-print .gallery-wrap .col .box-info .content p{font-size:18px;color:#fff}.solutions-production-print .gallery-wrap .col:hover .box-info{opacity:1;visibility:visible}.solutions-production-print .gallery-wrap .col:hover .image{transform:scale(1.5)}.solutions-production-print .gallery-wrap .col .image:after{bottom:0;content:"";display:block;height:100%;left:0;position:absolute;right:0;top:0;visibility:hidden;width:100%;backdrop-filter:blur(2.60689640045166px);background:rgba(0,0,0,.6)}.solutions-production-print .gallery-wrap .col:hover .image:after{visibility:visible;background-color:rgba(0,0,0,0.8)}.solutions-production-print .gallery-wrap .col:nth-child(4){grid-column:4 / 5!important;grid-row:1 / span 2!important;align-self:stretch}@media(max-width:1200px){.solutions-production-print .gallery-wrap{grid-template-columns:repeat(3,1fr);grid-auto-rows:200px}.solutions-production-print .gallery-wrap .col.tall,.solutions-production-print .gallery-wrap .col:nth-child(4){grid-column:auto!important;grid-row:auto!important}}@media(max-width:1080px){.solutions-production-print .gallery-wrap .col .box-info{padding:20px}.solutions-production-print{margin-top:60px;padding:60px 0}}@media(max-width:900px){.solutions-production-print .gallery-wrap .col .box-info{padding:15px}.solutions-production-print .gallery-wrap{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.solutions-production-print{margin-top:50px;padding:40px 0}}@media(max-width:575px){.solutions-production-print .gallery-wrap{grid-auto-rows:220px;grid-template-columns:repeat(1,1fr)}}

/* .why-matters-section */
.why-matters-section{width:100%;display:inline-block;padding:60px 0 80px 0;margin-bottom:80px}.why-matters-section .heading{width:100%;display:inline-block;text-align:center}.why-matters-section .heading h2{margin:0 0 10px 0}.why-matters-section .heading .section-content{width:100%;display:inline-block;margin-top:40px;max-width:1024px}.why-matters-section .wrap{display:grid;gap:19px;grid-template-columns:repeat(3,1fr);margin-top:50px;width:100%;position:relative;z-index:1}.why-matters-section .wrap:after{position:absolute;content:'';left:0;top:69px;width:100%;height:1px;background:#006737;z-index:0;display:block}.why-matters-section .wrap .column{width:100%;display:inline-block;padding:24px 26px 36px 26px;border-radius:16px;background:#FFFFFF40}.why-matters-section .wrap .column .title p{color:#006737;display:inline-block;font-weight:700;text-align:center;width:100%;padding-bottom:24px}.why-matters-section .wrap .column .content{width:100%;display:inline-block}.why-matters-section .wrap .column .content ul{width:100%;display:inline-block;list-style:none;margin:0;padding:0}.why-matters-section .wrap .column .content ul li{border-bottom:.5px solid #00000050;display:inline-block;padding:24px 0;width:100%;font-size:18px;line-height:130%}.why-matters-section .wrap .column.box-bg-color{background:#9EDD8159}.why-matters-section .wrap .column.box-bg-color .content ul li{color:#006737;font-weight:600}.why-matters-section .wrap .column::before{content:"";position:absolute;inset:0;border-radius:16px;padding:1px;background:linear-gradient(180deg,#FFFFFF 32.73%,#006737 96.15%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;z-index:-1}@media(max-width:991px){.why-matters-section .wrap{grid-template-columns:repeat(1,1fr)}.why-matters-section{margin-bottom:60px;padding:60px 0}}@media(max-width:767px){.why-matters-section{margin-bottom:50px;padding:40px 0}}

/* .award-logo-section */
.award-logo-section{width:100%;display:inline-block;vertical-align:top;padding:62px 0}.award-logo-section .award-logo-wrap{width:100%;display:inline-block}.award-logo-section .award-logo-wrap .title{width:100%;display:inline-block;margin-bottom:17px}.award-logo-section .award-logo-wrap .content{width:100%;display:inline-block;margin-bottom:23px}.award-logo-section .award-logo-wrap .title span{color:#fff;display:block;text-align:center;margin:0 auto;font-family:Optima;font-weight:700;font-size:25px;line-height:110.00000000000001%;letter-spacing:0%;text-align:center}.award-logo-section .award-logo-wrap .content p{color:#fff;text-align:center}.award-logo-section .award-logo-wrap .logo_wrap{align-items:center;justify-content:center;width:100%;display:flex;gap:65px;flex-wrap:wrap}.award-logo-section .award-logo-wrap .logo_wrap img{margin:0;width:calc(100% / 5 - 52px);object-fit:contain;height:100%!important}@media(max-width:991px){.award-logo-section{padding:50px 0}.award-logo-section .award-logo-wrap .logo_wrap{gap:40px}.award-logo-section .award-logo-wrap .logo_wrap img{width:calc(20% - 32px)}}@media(max-width:767px){.award-logo-section{padding:32px 0}.award-logo-section .award-logo-wrap .logo_wrap{gap:30px}.award-logo-section .award-logo-wrap .logo_wrap img{width:calc(20% -24px)}}@media(max-width:640px){.award-logo-section .award-logo-wrap .title span{font-size:22px}.award-logo-section .award-logo-wrap .logo_wrap{gap:30px}.award-logo-section .award-logo-wrap .logo_wrap img{width:calc(100%/3 - 20px)}}

.industries-benefit-sec .section-title .sec-content{width:100%;display:inline-block;max-width:919px;margin-top:32px}.industries-benefit-sec.three_col_small .industries-wrap.column_three .industries-col .content{min-height:unset}
.map-section{width:100%;display:inline-block;padding:60px 0}.map-section .title h2{color:#fff;text-align:center}.map-section .map-inner{width:100%;display:inline-block;margin-top:24px}.map-section .map-inner .map-img{width:100%;display:inline-block;line-height:0;vertical-align:top;text-align:center}.map-section .map-inner .map-img img{max-width:900px!important;object-fit:cover}.map-section .map-inner .map-bottom-title{width:100%;display:inline-block}.map-section .map-inner .map-bottom-title span{width:100%;display:block;max-width:700px;text-align:center;color:#fff;line-height:130%}.map-section .map-inner .content{max-width:900px;margin:0 auto;display:block;padding-top:26px}.map-section .map-inner .content ul{width:100%;display:inline-block;margin:0;column-count:4}.map-section .map-inner .content ul li{line-height:130%;color:#fff}.map-section .map-inner .content-wrap{width:100%;display:inline-block;margin-top:40px}@media(max-width:991px){.map-section{padding:40px 0}}@media(max-width:640px){.map-section{padding:30px 0}.map-section .map-inner .content-wrap{margin-top:24px}.map-section .map-inner{margin-top:10px}.map-section .map-inner .map-bottom-title span{font-size:18px}.map-section .map-inner .content ul li{font-size:18px}.map-section .map-inner .content ul{column-count:2}.map-section .map-inner .content{padding-top:20px}}
.faq-section.service-faq-sec{padding:60px 0 100px}.faq-section.service-faq-sec::after{display:none}.faq-section.service-faq-sec .inner-wrapper{width:100%;max-width:100%}.faq-section.service-faq-sec .inner-wrapper .accordion-question{padding:32px 0 0}.faq-section.service-faq-sec .inner-wrapper  .accordion-panel{border-bottom:1px solid rgba(0,103,55,1);padding-bottom:32px;margin:0}.faq-section.service-faq-sec .inner-wrapper .accordion-panel .accordion-answer{padding:24px 20px 0px 0px}.faq-section.service-faq-sec .inner-wrapper .accordion-question .title{margin:0;width:100%}.faq-section.service-faq-sec .inner-wrapper .accordion-panel .faq_answer{display:flex;gap:50px}.faq-section.service-faq-sec .inner-wrapper .accordion-panel .faq_answer .contain{width:55%;margin:0}.faq-section.service-faq-sec .inner-wrapper .accordion-panel .faq_answer .contain.not_right_image{width:100%;max-width:990px}.faq-section.service-faq-sec .inner-wrapper .accordion-panel .faq_answer .right_image{width:45%;margin:0}.faq-section.service-faq-sec .inner-wrapper .accordion-panel .faq_answer .right_image  img{height:100%;margin:0;max-height:unset!important}.faq-section.service-faq-sec .inner-wrapper .accordion-panel .faq_answer .contain  p:has(+ ul){margin-bottom:16px}.faq-section.service-faq-sec .inner-wrapper .accordion-panel .faq_answer .contain p{margin-bottom:30px}.faq-section.service-faq-sec .inner-wrapper .accordion-panel .faq_answer ul{padding-left:24px;display:flex;flex-direction:column;margin:0;list-style-type:disc}.faq-section.service-faq-sec .inner-wrapper .accordion-panel .faq_answer ul li{margin:1px 0;list-style-type:disc;color:#000;display:list-item;font-size:20px;line-height:130%}.faq-section.service-faq-sec .inner-wrapper .accordion-panel .faq_answer ul li::after{display:none}.faq-section.service-faq-sec.border_top  .inner-wrapper{position:relative}.faq-section.service-faq-sec.border_top  .inner-wrapper:before{content:'';position:absolute;top:-60px;left:0;right:0;width:100%;height:1px;border-top:1px solid rgba(98,164,67,1)}.faq-section.service-faq-sec .inner-wrapper .accordion-panel .faq_answer .contain p:last-child{margin:0}@media(max-width:991px){.faq-section.service-faq-sec .inner-wrapper .accordion-panel .faq_answer{gap:30px}.faq-section.service-faq-sec .inner-wrapper .accordion-panel{padding-bottom:24px}.faq-section.service-faq-sec .inner-wrapper .accordion-question{padding:24px 0 0}.faq-section.service-faq-sec .inner-wrapper .accordion-panel .faq_answer .contain p{margin-bottom:16px;font-size:16px}.faq-section.service-faq-sec .inner-wrapper .accordion-panel .faq_answer ul li{font-size:16px}.faq-section.service-faq-sec{padding:60px 0}.faq-section.service-faq-sec .inner-wrapper .accordion-panel .faq_answer ul li br{display:none}}@media(max-width:767px){.faq-section.service-faq-sec{padding:30px 0}.faq-section.service-faq-sec.border_top  .inner-wrapper:before{top:-30px}.faq-section.service-faq-sec .inner-wrapper .accordion-panel .faq_answer{gap:20px;flex-direction:column}.faq-section.service-faq-sec .inner-wrapper .accordion-panel .faq_answer .contain{width:100%}.faq-section.service-faq-sec .inner-wrapper .accordion-panel .faq_answer .right_image{width:100%;max-width:400px}}.lp-hero-banner-section .hero-inner .content-wrap .sub-title.new_font span{margin:0;font-size:25.83px;line-height:130%;font-family:Optima;font-weight:700}.lp-hero-banner-section .hero-inner .hero-logo{width:100%;display:inline-block;line-height:0;vertical-align:top}.lp-hero-banner-section .hero-inner .hero-logo img{max-width:570px!important;margin-bottom:22px}.lp-hero-banner-section .hero-inner .content-wrap .sub-title.sub_text_large span{margin:0}.lp-hero-banner-section .select_border_bottom{bottom:-70px;position:absolute;left:15px;width:auto;right:15px;border-bottom:1px solid rgba(98,164,67,1)}@media(max-width:1260px){.lp-hero-banner-section .select_border_bottom{bottom:-60px}}@media(max-width:767px){.lp-hero-banner-section .select_border_bottom{bottom:-40px}.lp-hero-banner-section .hero-inner .content-wrap .sub-title.new_font span{font-size:20px}.lp-hero-banner-section .hero-inner .hero-logo img{max-width:470px!important}}@media(max-width:480px){.lp-hero-banner-section .select_border_bottom{bottom:-30px}}

.form-with-slider-sec .inner-wrap .right .slider-inner .slider-col .author-image video { width: 100%; max-height: 300px; height: 100%; display: block; }