
body{
  --font: true;
}


/* ************************************************************************* */
/* ****************************  1. Variables   **************************** */
/* ************************************************************************* */

/* 1a. Containers */





/* 1b. Breakpoints */







/* 1c. Colors */










/* 1d. Typography */











/* 1e. Border */



/* 1f. Corner Radius */



/* 1g. Lists */






/* 1h. Horizontal Rule */



/* 1i. Blockquote */




/* 1j. Buttons */



































    














/* 1k. Forms */















































/* 1l. Tables */











/* 1m. Site Header */










/* 1n. Site Footer */











/* 1o. Blog */








/* ************************************************************************* */
/* *****************   2. Containers / Grid / DnD Areas   ****************** */
/* ************************************************************************* */

.content-wrapper,
.dnd-section > .row-fluid {
  max-width: 1336px;
  padding: 0 1.25rem;
}

div[class*="full-width-section"] .row-fluid { 
  padding: 0;
}

}

@media screen and (min-width: 1336px) {
  .content-wrapper {
    padding: 0;
  }
}

.content-wrapper--narrow {
  max-width: 760px;
}

@media screen and (min-width: 800px) {
  .content-wrapper--narrow {
    padding: 0;
  }
}

.dnd-section,
.content-wrapper--blog-index,
.content-wrapper--blog-post {
  padding: 80px 20px;
}

/* ************************************************************************* */
/* **************************   3. Typography   **************************** */
/* ************************************************************************* */

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #FFFFFF;
  color: #3A3E3E;
  font-size: 16px;
}



  body {
    font-family:"halyard-display", sans-serif;
  }



/* Paragraphs */

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




  p {
    font-family:"halyard-display", sans-serif;
  }



p.lead,
p.intro {
  font-size: 1.25rem;
}

/* Anchors */

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



  a {
    font-family:"halyard-display", sans-serif;
  }



a:hover, a:focus {
  font-weight: normal; text-decoration: underline; font-family: 'Work Sans', sans-serif; font-style: normal;
  color: #116952;
}



  a:hover, a:focus {
    font-family:"halyard-display", sans-serif;
  }



a:active {
  font-weight: normal; text-decoration: underline; font-family: 'Work Sans', sans-serif; font-style: normal;
  color: #61b9a2;
}




  a:active {
    font-family:"halyard-display", sans-serif;
  }



a.button:disabled {
  background-color: #f1f1f1;
}

/* Headings */


  .header-title-font,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    font-family: 'degular', sans-serif;
    color: #222525;
    text-transform: none;
    letter-spacing: -0.02em;
  }

  .section-title {
    font-weight: 500;
  }

  .section-title h1,
  .section-title h2,
  .section-title h3,
  .section-title h4,
  .section-title h5,
  .section-title h6 {
      font-weight: 500;
  }




/* Lists */

ul,
ol {
  margin: 1.4rem 0;
  padding-left: 1.4rem;
}

ul li,
ol li {
  margin: 0.7rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 1.4rem;
}

/* Blockquote */

blockquote {
  border-left: 16px solid #3D8168;
  padding-left: 1.4rem;
}

/* Horizontal Rules */

hr {
  border-bottom-color: #868787;
}

/* ************************************************************************* */
/* ***************************   4. Buttons   ****************************** */
/* ************************************************************************* */

/* Primary Button */


button,
.button {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(61, 129, 104, 1.0)

;
  border: 1px solid #3D8168;
  border-radius: 6px;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 14px;
  padding: 16px 30px;
  text-transform: none
}



  button,
  .button {
    font-family:"halyard-display", sans-serif;
  }



button:disabled,
.button:disabled {
  background-color: #868787;
  color: #f1f1f1;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
button:active,
.button:active {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(17, 105, 82, 1.0)

;
  border: 1px solid #116952;
  color: #FFFFFF;
}




  button:hover,
  button:focus,
  .button:hover,
  .button:focus,
  button:active,
  .button:active {
    font-family:"halyard-display", sans-serif;
  }



button:active,
.button:active {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: rgba(97, 185, 162, 100);
  border: 1px solid #116952;
  border-color: #61b9a2;
}




  button:active,
  .button:active{
    font-family:"halyard-display", sans-serif;
  }



/* Secondary Button */

.button.button--secondary {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px solid #E1E3F0;
  border-radius: 4px;
  color: #3D8168;
  fill: #3D8168;
  padding: 16px 30px;
  text-transform: none;
}



  .button.button--secondary {
    font-family:"halyard-display", sans-serif;
  }



.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px solid #116952;
  color: #116952;
  fill: #116952;
}



  .button.button--secondary:hover,
  .button.button--secondary:focus,
  .button.button--secondary:active {
    font-family:"halyard-display", sans-serif;
  }



.button.button--secondary:active {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #116952;
  border-color: #61b9a2;
  color: #61b9a2;
  fill: #61b9a2;
}



  .button.button--secondary:active {
    font-family:"halyard-display", sans-serif;
  }



/* Dark Button */

.button.button--dark {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(30, 38, 109, 1.0)

;
  border: 1px solid #1E266D;
  border-radius: 6px;
  color: #FFFFFF;
  fill: #FFFFFF;
  padding: 16px 30px;
  text-transform: none;
}




  .button.button--dark {
    font-family:"halyard-display", sans-serif;
  }



.button.button--dark:hover,
.button.button--dark:focus,
.button.button--dark:active {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border: 1px solid #1E266D;
  color: #FFFFFF;
  fill: #FFFFFF;
}




  .button.button--dark:hover,
  .button.button--dark:focus,
  .button.button--dark:active {
    font-family:"halyard-display", sans-serif;
  }



.button.button--dark:active {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: rgba(80, 80, 80, 100);
  border: 1px solid #1E266D;
  border-color: #6e76bd;
  color: #ffffff;
  fill: #ffffff;
}




  .button.button--dark:active {
    font-family:"halyard-display", sans-serif;
  }



/* Simple Button */

.button.button--simple {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #3D8168;
  fill: #3D8168;
  text-transform: none;
  font-size: 16px;
}

.button.button--simple span:after {
  background-color: #3D8168;
}




  .button.button--simple {
    font-family:"halyard-display", sans-serif;
  }





  .button.button--simple:after {
    content: none;
  }



.button.button--simple:hover,
.button.button--simple:focus {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #116952;
  fill: #116952;
}




  .button.button--simple:hover,
  .button.button--simple:focus {
    font-family:"halyard-display", sans-serif;
  }





  .button.button--simple:hover:after,
  .button.button--simple:focus:after,
  .button.button--simple:active:after {
    content: none;
  }



.button.button--simple:active {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  border: none;
  color: #61b9a2;
  fill: #61b9a2;
}




 .button.button--simple:active {
    font-family:"halyard-display", sans-serif;
  }




/* Button Sizing */

.button.button--small {
  font-size: 14px;
  padding: 14px 14px;
}

.button.button--large {
  font-size: 18px;
  padding: 13px 13px;
}

/* ************************************************************************* */
/* *****************************   5. Forms   ****************************** */
/* ************************************************************************* */

form {
  background-color: 

  
  
    
  


  rgba(241, 241, 241, 1.0)

;
  border: 1px solid #D0D0D0;
  border-radius: 4px;
  padding: 45px 45px;
}

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Form Title */

.form-title {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(17, 105, 82, 1.0)

;
  border: 1px none #D0D0D0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #FFFFFF;
  font-size: 24px;
  padding: 45px 45px;
  text-transform: uppercase;
}




  .form-title {
     font-family:"halyard-display", sans-serif;
   }
 
 

/* Labels */

.hs-form-field > label,
.hs-form-field > label span {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3A3E3E;
  font-size: 16px;
  padding: 6px 0px;
}




  .hs-form-field > label,
  .hs-form-field > label span {
     font-family:"halyard-display", sans-serif;
   }
 


/* Help Text - Legends */

.hs-form-field legend {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3A3E3E;
  font-size: 14px;
}




  .hs-form-field legend {
     font-family:"halyard-display", sans-serif;
   }
 


/* Inputs */

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
select,
textarea {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #D0D0D0;
  border-radius: 4px;
  color: #3A3E3E;
  font-size: 16px;
  padding: 12px 12px;
}




  input[type='text'],
  input[type='email'],
  input[type='password'],
  input[type='tel'],
  input[type='number'],
  select,
  textarea {
     font-family:"halyard-display", sans-serif;
   }
 


input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='number']:focus,
select:focus,
textarea:focus {
  outline-color: #116952;
}

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

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

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

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

::placeholder {
  color: #D0D0D0;
}

/* Inputs - Checkbox/Radio */

form .inputs-list:not(.no-list) label,
form .inputs-list:not(.no-list) label > span,
form .inputs-list:not(.no-list) label > span p {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3A3E3E;
  font-size: 16px;
}




  form .inputs-list:not(.no-list) label,
  form .inputs-list:not(.no-list) label > span,
  form .inputs-list:not(.no-list) label > span p {
     font-family:"halyard-display", sans-serif;
   }
 


/* Inputs - Datepicker */

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

.hs-datepicker .is-selected button.pika-button {
  background-color: #116952;
}

.hs-datepicker button.pika-button:hover {
  background-color: #3D8168 !important;
}

/* Inputs - File Picker */

input[type='file'] {
  color: #3A3E3E;
  font-size: 16px;
}

/* Headings and Text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3A3E3E;
}




  form .hs-richtext,
  form .hs-richtext *,
  form .hs-richtext p,
  form .hs-richtext h1,
  form .hs-richtext h2,
  form .hs-richtext h3,
  form .hs-richtext h4,
  form .hs-richtext h5,
  form .hs-richtext h6 {
     font-family:"halyard-display", sans-serif;
   }
 


/* GDPR Text */

.legal-consent-container,
.legal-consent-container .hs-richtext,
.legal-consent-container .hs-richtext p {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3A3E3E;
  font-size: 14px;
}




  .legal-consent-container,
  .legal-consent-container .hs-richtext,
  .legal-consent-container .hs-richtext p {
     font-family:"halyard-display", sans-serif;
   }
 


/* Validation */

.hs-input.invalid.error {
  border-color: #ef6b51;
}

.hs-form-required,
.header span.hs-form-required,
.footer span.hs-form-required,
.hs-error-msg {
  color: #ef6b51;
}

/* Submit */



  form input[type='submit'],
  form .hs-button {
    font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(61, 129, 104, 1.0)

;
    border: 1px solid #3D8168;
    border-radius: 6px;
    color: #FFFFFF;
    fill: #FFFFFF;
    padding: 16px 30px;
    text-transform: none;
  }


  

    form input[type='submit'],
    form .hs-button {
      font-family:"halyard-display", sans-serif;
    }

  

  form input[type='submit']:hover,
  form input[type='submit']:focus,
  form .hs-button:hover,
  form .hs-button:focus {
    font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(17, 105, 82, 1.0)

;
    border: 1px solid #116952;
    color: #FFFFFF;
  }

  

    form input[type='submit']:hover,
    form input[type='submit']:focus,
    form .hs-button:hover,
    form .hs-button:focus {
      font-family:"halyard-display", sans-serif;
    }

  

  form input[type='submit']:active,
  form .hs-button:active {
    font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    background-color: rgba(97, 185, 162, 100);
    border: 1px solid #116952;
    border-color: #61b9a2;

}



  form input[type='submit']:active,
  form .hs-button:active {
    font-family:"halyard-display", sans-serif;
  }








  form input[type='submit'],
  form .hs-button {
    font-size: 14px;
    padding: 16px 30px;
  }



/* Inline Thank You Message */

.submitted-message {
  background-color: 

  
  
    
  


  rgba(241, 241, 241, 1.0)

;
  border: 1px solid #D0D0D0;
  border-radius: 4px;
  padding: 45px 45px;
}

/* ************************************************************************* */
/* ****************************   6. Tables   ****************************** */
/* ************************************************************************* */

table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #D0D0D0;
}

th,
td {
  border: 1px solid #D0D0D0;
  color: #3A3E3E;
  padding: 10px 10px;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(17, 105, 82, 1.0)

;
  border-bottom: 2px solid #D0D0D0;
  color: #FFFFFF;
}

tbody + tbody {
  border-top: 2px solid #D0D0D0;
}


/* ************************************************************************* */
/* **************************   7. Site Header   *************************** */
/* ************************************************************************* */

.header {
  height: 100px;
  background-color: 

  
  
    
  


  rgba(248, 246, 244, 1.0)

;
  border-bottom: 1px solid #DEDAD7;
}

.header p,
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header a:not(.button),
.header span,
.header div,
.header li,
.header blockquote {
  color: #FFFFFF;
}

/* Header modules */

.header .social-links__icon svg,
.header .social-links__icon:hover svg {
  fill: #FFFFFF;
}

.header .icon svg {
  fill: #FFFFFF;
}

.header .pricing-table label {
  color: #3A3E3E;
}

.header .price-block__description-block,
.header .price-block__description-block div,
.header .price-block__description-block p,
.header .price-block__description-block li,
.header .price-block__description-block span,
.header .testimonial__content,
.header .testimonial__content div,
.header .testimonial__content span,
.header .testimonial__content p,
.header .blog-card__content p,
.header a.blog-card__author-name {
  color: #3A3E3E;
}

.header .price-block__description-block a,
.header .testimonial__content a,
.header .blog-card__content a {
  color: #3D8168;
}

.header .price-block__description-block a:hover,
.header .price-block__description-block a:focus,
.header .testimonial__content a:hover,
.header .testimonial__content a:focus,
.header .blog-card__content a:hover,
.header .blog-card__content a:focus {
  color: font-weight: normal; text-decoration: underline; font-family: 'Work Sans', sans-serif; font-style: normal;
}

.header .price-block__description-block h1,
.header .testimonial__content h1 {
  color: #222525;
}

.header .price-block__description-block h2,
.header .testimonial__content h2,
.header h2.blog-card__title a {
  color: #222525;
}

.header .price-block__description-block h3,
.header .testimonial__content h3 {
  color: #222525;
}

.header .price-block__description-block h4,
.header .testimonial__content h4 {
  color: #222525;
}

.header .price-block__description-block h5,
.header .testimonial__content h5 {
  color: #222525;
}

.header .price-block__description-block h6,
.header .testimonial__content h6 {
  color: #222525;
}

/* Header container */

.header__container {
  max-width: 1336px;
}

/* Logo */

.header__logo .logo-company-name {
  color: #3A3E3E;
  margin-bottom: 0;
}

/* Navigation Menu & Language Switcher */

.navigation-primary .menu-item a,
.navigation-primary .menu-item a span,
div.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a  {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #455880;
  font-size: 16px;
  text-transform: none;
}



  .navigation-primary .menu-item a,
  .navigation-primary .menu-item a span,
  div.header__language-switcher-label-current,
  .header__language-switcher .lang_list_class li a  {
    font-family:"halyard-display", sans-serif;
  }



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

.navigation-primary .menu-item .menu-link:hover,
.navigation-primary .menu-item .menu-link:hover span,
.header__language-switcher .lang_list_class li:hover a,
div.header__language-switcher-label-current:hover,
.navigation-primary .menu-item .menu-link:focus,
.header__language-switcher .lang_list_class li:focus a,
div.header__language-switcher-label-current:focus {
  color: #158366;
}

.header__language-switcher-label-current:hover:after,
.header__language-switcher-label-current:focus:after {
  border-top-color: #158366;
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after,
body .navigation-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: #455880;
}

.navigation-primary .submenu.level-1 .submenu {
  background-color: 

  
  
    
  


  rgba(248, 246, 244, 1.0)

;
  border: 1px solid #E1E3F0;

}

.header__language-switcher .lang_list_class li {
  border-bottom: 1px solid #E1E3F0;
}

.navigation-primary .submenu.level-2 .menu-item .menu-link:hover,
.navigation-primary .submenu.level-2 .menu-item .menu-link:focus {
  color: #158366;
}
.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(248, 246, 244, 1.0)

;
  border: 1px solid #E1E3F0;
}

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

  
  
    
  


  rgba(248, 246, 244, 1.0)

;
  }

  .header__menu .header__mobile-menu-icon,
  .header__menu .header__mobile-menu-icon:after,
  .header__menu .header__mobile-menu-icon:before,
  .header__menu .menu-arrow-icon,
  .header__menu .menu-arrow-icon:after {
      background-color: #455880;
  }

  .navigation-primary .submenu.level-1 > li,
  .navigation-primary .submenu.level-2 .menu-item {
    border-top-color: #d0d0d0;
  }

  .header__language-switcher .lang_list_class {
    border-left: 0;
    border-right: 0;
  }
}

/* ************************************************************************* */
/* **************************   8. Site Footer   *************************** */
/* ************************************************************************* */

.footer {
  background-color: 

  
  
    
  


  rgba(248, 246, 244, 1)

;
}

.footer__bottom-section {
  border-top: 1px solid #DEDAD7;
}

.footer__container,
.footer__container--dnd .dnd-section {
  max-width: 1336px;
}

/* Footer Content */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a:not(.button),
.footer span,
.footer div,
.footer li,
.footer blockquote {
  color: #3A3E3E;
}

.footer__info a:not(.button) {
    color: #3D8168;
}

.footer .footer__copyright * {
    color: #868787;
}



/* Footer Menu */

.footer .hs-menu-wrapper a {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: ##3A3E3E;
  font-size: 16px;
  text-transform: none;
  transition: 0.25s;
}




  .footer .hs-menu-wrapper a {
    font-family:"halyard-display", sans-serif;
  }



.footer .footer__navigation h4 {
 font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
 color: #222525;
 font-size: 16px;
 text-transform: none;
}



  .footer .footer__navigation h4 {
    font-family:"halyard-display", sans-serif;
  }



.footer .hs-menu-wrapper a:hover,
.footer .hs-menu-wrapper a:focus {
  color: #000000;
}

.footer .hs-menu-wrapper a:active {
  color: #000000;
}

/* Footer modules */

.footer .social-links__icon svg,
.footer .social-links__icon:hover svg {
  fill: #ffffff;
}

.footer .icon svg {
  fill: #ffffff;
}

.footer .pricing-table label {
  color: #3A3E3E;
}

.footer .price-block__description-block,
.footer .price-block__description-block div,
.footer .price-block__description-block p,
.footer .price-block__description-block span,
.footer .price-block__description-block li,
.footer .testimonial__content,
.footer .testimonial__content div,
.footer .testimonial__content span,
.footer .testimonial__content p,
.footer .blog-card__content p,
.footer a.blog-card__author-name {
  color: #3A3E3E;
}

.footer .price-block__description-block a,
.footer .testimonial__content a,
.footer .blog-card__content a {
  color: #3D8168;
}

.footer .price-block__description-block a:hover,
.footer .price-block__description-block a:focus,
.footer .testimonial__content a:hover,
.footer .testimonial__content a:focus,
.footer .blog-card__content a:hover,
.footer .blog-card__content a:focus {
  color: font-weight: normal; text-decoration: underline; font-family: 'Work Sans', sans-serif; font-style: normal;
}

.footer .price-block__description-block h1,
.footer .testimonial__content h1 {
  color: #222525;
}

.footer .price-block__description-block h2,
.footer .testimonial__content h2,
.footer h2.blog-card__title a {
  color: #222525;
}

.footer .price-block__description-block h3,
.footer .testimonial__content h3 {
  color: #222525;
}

.footer .price-block__description-block h4,
.footer .testimonial__content h4 {
  color: #222525;
}

.footer .price-block__description-block h5,
.footer .testimonial__content h5 {
  color: #222525;
}

.footer .price-block__description-block h6,
.footer .testimonial__content h6 {
  color: #222525;
}

/* ************************************************************************* */
/* *****************************   9. Blog   ******************************* */
/* ************************************************************************* */

/* Blog Meta - Author */

.blog-card__author-name,
.blog-post__author-name {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3A3E3E;
}




  .blog-card__author-name,
  .blog-post__author-name {
    font-family:"halyard-display", sans-serif;
  }



.blog-post__author-name:hover,
.blog-card__author-name:hover,
.blog-post__author-name:focus,
.blog-card__author-name:focus,
.blog-card__author-name:active,
.blog-post__author-name:active {
  color: #3A3E3E;
}

/* Tags */

body .blog-card__tag-link,
.blog-post__tag-link,
body .blog-card__tag-link:hover,
.blog-post__tag-link:hover,
body .blog-card__tag-link:focus,
.blog-post__tag-link:focus,
body .blog-card__tag-link:active,
.blog-post__tag-link:active {
  background-color: 

  
  
    
  


  rgba(17, 105, 82, 1.0)

;
  color: #FFFFFF;
}

body .blog-card__tags svg,
.blog-post__tags svg {
  fill: #116952;
}

/* Blog Listing */

.blog-index-header {
  background-image: url('https://cdn2.hubspot.net/hubfs/7303166/Staaack/blog-listing-banner.png');
}

.blog-card__title a {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #222525;
  letter-spacing: px;
  text-transform: none;
}




  .blog-card__title a {
    font-family:"degular", sans-serif;
  }



.blog-card__title a:hover,
.blog-card__title a:focus,
.blog-card__title a:active {
  color: #222525;
}

/* Blog Filter Banner */

.blog-navigation {
  background-color: 

  
  
    
  


  rgba(17, 105, 82, 1.0)

;
}

.blog-tag-filter__title {
  color: #FFFFFF !important;
}



/* Blog Pagination */

.blog-pagination__link {
  color: #3D8168;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #3D8168;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  color: #116952;
}

.blog-pagination__prev-link:hover svg,
.blog-pagination__next-link:hover svg,
.blog-pagination__prev-link:focus svg,
.blog-pagination__next-link:focus svg {
  fill: #116952;
}

.blog-pagination__link:active {
  color: #61b9a2;
}

.blog-pagination__prev-link:active svg,
.blog-pagination__next-link:active svg {
  fill: #61b9a2;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #868787;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg,
.blog-pagination__prev-link--disabled:hover svg,
.blog-pagination__next-link--disabled:hover svg,
.blog-pagination__prev-link--disabled:focus svg,
.blog-pagination__next-link--disabled:focus svg,
.blog-pagination__prev-link--disabled:active svg,
.blog-pagination__next-link--disabled:active svg {
  fill: #868787;
}

.blog-pagination__link--active {
  position: relative;
}
.blog-pagination__link--active:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #E1E3F0;
  content: "";
  display: block;
}

/* Blog Post */

.blog-post-header {
  background-image: url('https://cdn2.hubspot.net/hubfs/7303166/Staaack/blog-post-banner.png');
}

/* Blog Comments */

.blog-post__comments-listing .comment-from a,
.blog-post__comments-listing .comment-from h4,
.blog-post__comments-listing .comment-date {
  color: #3A3E3E;
}

.blog-post__comments-listing .comment-reply-to {
  color: #3D8168;
}

.blog-post__comments-listing .comment-reply-to:hover,
.blog-post__comments-listing .comment-reply-to:focus {
  color: #116952;
  border: none;
}

.blog-post__comments-listing .comment-reply-to:active {
  color: #61b9a2;
}

/* ************************************************************************* */
/* *************************   10. System Pages   ************************** */
/* ************************************************************************* */

/* Error Pages - Global */

.error-page:before {
  ;
  color: #868787;
}



  .error-page:before {
    font-family:"halyard-display", sans-serif;
  }



/* System Pages - Global */

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




  .hs-search-results__title {
    font-family:"halyard-display", sans-serif;
  }



.hs-search-results__title:hover {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
}




  .hs-search-results__title:hover {
    font-family:"halyard-display", sans-serif;
  }



/* Forms in System Pages */

#email-prefs-form h3 {
  font-size: 20px;
}

/* Password Prompt */

.password-prompt input[type='password'] {
  margin-bottom: 1.4rem;
}

/* Backup Unsubscribe */

.backup-unsubscribe input[type='email'] {
  margin-bottom: 1.4rem;
  padding: 12px 12px !important;
}

/* ************************************************************************* */
/* ***************************   11. Modules  ****************************** */
/* ************************************************************************* */

/* Accordion */

body .accordion button {
  color: #3D8168;
}

body .accordion button:hover,
body .accordion button:focus {
  color: #116952;
}

body .accordion button:active,
body .accordion[aria-expanded='true'] button {
  color: #61b9a2;
}

body button .accordion__icon {
  background-color: #3D8168;
}

body button:hover .accordion__icon,
body button:focus .accordion__icon {
  background-color: #116952;
}

body button:active .accordion__icon,
body .accordion[aria-expanded=true] button .accordion__icon {
  background-color: #61b9a2;
}

/* Blog Related Posts */

body .blog-card__title a {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #222525;
  text-transform: none;
}




  body .blog-card__title a {
    font-family:"degular", sans-serif;
  }







body .blog-card__title a,
body .blog-card__author-name,
body .blog-card__date,
body .blog-card__comment-count {
  color: #3A3E3E;
}

/* Icon */

body .icon svg {
  fill: #116952;
}

/* Pricing Table */

body .price-block__header {
  background-color: #116952;
}

body .billing-selectors__pricing-option input[type="radio"]:checked + label:before {
  border-color: #116952;
}

/* Image Module */

img {
  max-width: 100%;
}

/* Social Follow */

body .social-links__icon svg {
  fill: #3A3E3E;
}

body .social-links__icon:hover svg {
  fill: #3A3E3E;
}

body .social-links__icon:hover {
  background-color: transparent;
}

/* Statististic */

body .statistic__circle {
  background-color: #868787;
}

body .statistic__info,
body .statistic__info span {
  color: #3A3E3E;
}

body .statistic__bar,
body .statistic__fill {
  border-color: #116952;
}

body .statistic__circle:after {
  background-color: #FFFFFF
}

/* Testimonial Slider */

body .tns-nav button {
  background-color: #868787;
}

body .tns-nav .tns-nav-active {
  background-color: #116952;
}

/* Portfolio section */
.protfolio__wrapper {
  max-width: 1336px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
        margin-top: 1rem;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before,
    .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 50%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before,
    .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
    margin: 0 auto;
    padding: 0 80px;
  
}

@media screen and (min-width: 1380px) {
    .content-wrapper {
        padding: 0;
    }
}

.content-wrapper--narrow {
    padding: 0 20px;
}

.dnd-section > .row-fluid {
    margin: 0 auto;
}

.dnd-section .dnd-column {
    padding: 0 20px;
}

@media (max-width: 767px) {
    .dnd-section .dnd-column {
        padding: 0;
    }

  }
body {
    line-height: 1.65;
    word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
    line-break: strict;
    word-break: break-all;
}

/* Paragraphs */

p {
    margin: 0 0 1.4rem;
}

strong {
    font-weight: 600;
}

/* Anchors */

a {
    cursor: pointer;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

a.button:disabled {
    pointer-events: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin: 0 0 1.5rem;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 60px;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 15px;
}

/* Lists */

ul.no-list {
    list-style: none;
}

/* Code Blocks */

code {
    vertical-align: bottom;
}

/* Blockquotes */

blockquote {
    font-size: 1.4rem;
    margin: 0 0 1.4rem;
}

/* Horizontal Rules */

hr {
    border: 0 none;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

/* Subscripts and Superscripts */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}
/* Primary Button */

button,
.button {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    text-align: center;
    transition: all 0.15s linear;
    line-height: 1.15;
}

.button span {
    line-height: 1.15;
}

button:disabled,
.button:disabled {
    pointer-events: none;
}

/* Secondary Buttons */

.button.button--secondary:disabled {
    background-color: transparent;
    pointer-events: none;
}

/* Simple Button */

.button.button--simple {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0 !important;
    position: relative;
}

.button.button--simple:after {
    content: none;
    left: 0;
    position: absolute;
    width: 100%;
}

.button.button--simple:hover,
.button.button--simple:focus {
    background-color: transparent;
    border: none;
}

.button.button--simple:active {
    background-color: transparent;
    border: none;
}

.button.button--simple:disabled {
    background-color: transparent;
    pointer-events: none;
}

.button.button--simple span {
    display: flex;
    align-items: center;
}

.button.button--simple span:after {
    content: "";
    display: block;
    margin-left: 0.75rem;
    width: 20px;
    height: 11px;
    -webkit-mask-image: url("//fs.hubspotusercontent00.net/hubfs/19954000/raw_assets/public/staaack/images/arrow-svg.svg");
    mask-image: url("//fs.hubspotusercontent00.net/hubfs/19954000/raw_assets/public/staaack/images/arrow-svg.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    transform: translate(0, 0.1rem);
    transition: 0.25s;
}

.button.button--simple:hover span:after {
    transform: translate(5px, 0.2rem);
}

/* Button Icons */

.button .button__icon svg {
    display: block;
    fill: inherit;
    height: 1.25rem;
    margin-right: 1rem;
}

.button.button--icon-right .button__icon {
    order: 1;
}

.button.button--icon-right .button__icon svg {
    margin-left: 1rem;
    margin-right: 0;
}

.cs-rich-text__buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

.cs-rich-text__buttons .button:not(:last-child) {
    margin-right: 1rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .button .button__icon svg {
        width: 1.25rem;
    }
}
/* Base */

.hs-form-field {
    position: relative;
}

/* Form Title */

.form-title {
    margin: 0;
}

.form-title ~ div > form {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* Labels */

.hs-form-field > label {
    display: block;
    margin-bottom: 0.35rem;
    text-align: left;
    width: auto;
}

/* Inputs */

.input {
    position: relative;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="file"],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 100% !important;
}

select::-ms-expand {
    display: none;
}

fieldset {
    max-width: 100% !important;
}

/* Inputs - Checkbox/Radio */

form .inputs-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.inputs-list > li {
    display: block;
    margin: 0.7rem 0 0.7rem 0.7rem;
    padding: 0;
    width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
    border: none;
    cursor: pointer;
    height: auto;
    line-height: normal;
    margin-right: 0.35rem;
    padding: 40;
    width: auto;
}

/* Inputs - Select */

.hs-fieldtype-select .input:after {
    content: "\25BE";
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

/* Inputs - Datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
    content: "\01F4C5";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
    color: #fff;
}

.fn-date-picker td.is-selected .pika-button {
    border-radius: 0;
    box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
    border-radius: 0 !important;
}

/* Inputs - File Picker */

input[type="file"] {
    background-color: transparent;
    border: initial;
    box-shadow: none;
    line-height: initial;
    padding: initial;
}

/* Headings and Text */

form .hs-richtext img {
    max-width: 100% !important;
}

form .header {
    background-color: transparent;
    border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
    margin-left: 1rem !important;
}

/* Validation */

.hs-error-msg {
    margin-top: 0.35rem;
}

/* Submit */

form input[type="submit"],
form .hs-button {
    cursor: pointer;
    display: block;
    margin: 0;
    text-align: center;
    transition: all 0.15s linear;
    white-space: normal;
    width: 100%;
}

/* Captcha */

.grecaptcha-badge {
    margin: 0 auto;
}
/* Table */

table {
    border-collapse: collapse;
    margin-bottom: 1.4rem;
}

/* Table Cells */

th,
td {
    vertical-align: top;
}

/* Table Header */

thead th,
thead td {
    vertical-align: bottom;
}
/* Header Container */

.header {
    width: 100%;
    z-index: 3;
}

.header .dnd-section {
    padding: 0;
}

.header__container {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 1.25rem;
}

/* Logo */

.header__logo {
    height: 100%;
    display: flex;
    align-items: center;
}

.header__logo img {
    display: block;
    height: auto;
    max-width: 250px;
}

.header__logo .logo-company-name {
    font-size: 28px;
}

/* Navigation Menu */
.header__menu {
    order: 3;
}

.header__menu:not(:first-child) {
    margin-left: auto;
}

.header__menu,
.header__navigation,
.navigation-primary,
.submenu.level-1,
.submenu.level-1 > li,
.submenu.level-1 > li a {
    display: flex;
    align-items: center;
    height: auto;
}

.navigation-primary {
    width: 100%;
}

.header__navigation .hs_cos_wrapper {
    display: flex;
    align-items: center;
    height: auto;
    width: 100%;
}

@media screen and (min-width: 1080px) {
    .header__menu {
        order: 0;
        padding-right: 1rem;
    }

    .header__menu,
    .header__navigation,
    .navigation-primary,
    .submenu.level-1,
    .submenu.level-1 > li,
    .submenu.level-1 > li a {
        height: 100%;
    }

    .header__navigation .hs_cos_wrapper {
        height: 100%;
    }
}

/* Header column */
.header__col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 1rem;
}

/* Social Links */
.header__social-links {
    display: none;
    align-items: center;
}

@media screen and (min-width: 980px) {
    .header__social-links {
        display: flex;
    }
}

/* Cta */
.header__button {
    display: none;
    align-items: center;
}

.header__button:not(:first-child) {
    margin-left: 1.5rem;
}

@media screen and (min-width: 768px) {
    .header__button {
        display: flex;
    }
}

/* Language Switcher */

.header__language-switcher {
    cursor: pointer;
    margin-left: 2.1rem;
}

.header__language-switcher .lang_switcher_class {
    position: static;
}

.header__language-switcher .lang_switcher_class .globe_class {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-top: 5px;
}

.header__language-switcher .lang_list_class {
    border-radius: 0 0 4px 4px;
    display: block;
    left: auto;
    min-width: 100%;
    opacity: 0;
    padding-top: 0;
    right: 0;
    text-align: left;
    top: 100%;
    transform: none;
    visibility: hidden;
}

.header__language-switcher:hover .lang_list_class {
    opacity: 1;
    visibility: visible;
}

.header__language-switcher .lang_list_class:after,
.header__language-switcher .lang_list_class:before {
    content: none;
}

.header__language-switcher .lang_list_class li {
    background-color: transparent;
    border: none;
    line-height: 2;
    margin: 0;
    padding: 10px;
}

.header__language-switcher .lang_list_class li:first-child {
    border-top: none;
    padding-top: 0.7rem;
}

.header__language-switcher .lang_list_class li:last-child {
    border-bottom: none;
    padding-bottom: 0.7rem;
}

.header__language-switcher .lang_list_class li:hover {
    transition: background-color 0.3s;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
    letter-spacing: 0.1em;
}

.header__language-switcher-label {
    display: flex;
    position: relative;
}

.header__language-switcher-label-current {
    align-items: center;
    display: flex;
    line-height: 2;
    margin-left: 0.7rem;
}

.header__language-switcher-label-current:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid;
    content: "";
    display: block;
    height: 0;
    margin: 3px 0 0 10px;
    width: 0;
}

@media (max-width: 767px) {
    .header__language-switcher {
        margin-left: auto;
        margin-right: 20px;
        order: 2;
    }

    .header__language-switcher .lang_switcher_class .globe_class {
        height: 24px;
        margin-top: 0;
        width: 24px;
    }

    .header__language-switcher .lang_list_class {
        border: 0;
        border-radius: 0;
    }

    .header__language-switcher:hover .lang_list_class {
        opacity: 0;
        visibility: hidden;
    }

    .header__language-switcher .lang_list_class li:last-child {
        border-bottom: 0;
    }

    .header__language-switcher .lang_list_class li:hover {
        background-color: transparent;
    }

    .header__language-switcher .lang_list_class li:hover a {
        color: #fff;
    }

    .header__language-switcher-label {
        position: static;
    }

    .header__language-switcher-label-current {
        display: none;
    }

    .header__language-switcher.open .lang_list_class {
        opacity: 1;
        visibility: visible;
    }
}
/* Footer Container */
.footer__container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 1.25rem;
    text-align: center;
}

/* Footer Sections */
.footer__top-section {
    padding: 2rem 0;
}

.footer__top-section .hs-menu-wrapper li {
    margin: 0.15rem 0;
}

.footer__bottom-section {
    padding: 1.5rem 0;
}

.footer__bottom-section .footer__container {
    align-items: center;
}

/* Footer Navigation */
.footer__navigation-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 1 auto;
}

.footer__navigation:not(:first-child) {
    margin-left: 0;
    margin-top: 1rem;
}

.footer .hs-menu-wrapper ul {
    list-style: none;
    padding-left: 0;
}

.footer__navigation h4 {
    margin: 0 0 0.75rem;
}

/* Footer Description */
.footer__description {
    display: flex;
    align-items: center;
    flex: 1;
}

/* Footer Logo */
.footer__logo:not(:last-child) {
    margin-right: 1rem;
}

.footer__logo img {
    display: block;
}

/* Footer Info */
.footer__info {
    width: 100%;
    max-width: 100%;
    margin-top: 2rem;
}

/* Footer Social Links */
.footer__social-links {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin-top: 2rem;
}

.footer__logo .logo-company-name {
    font-size: 28px;
}

@media (min-width: 768px) {
    /* Footer Container */
    .footer__container {
        text-align: left;
    }

    /* Footer Navigation */
    .footer__navigation-wrapper {
        flex-direction: row;
        justify-content: flex-start;
    }

    .footer__navigation:not(:first-child) {
        margin-left: 4rem;
        margin-top: 0;
    }
}

@media screen and (min-width: 1024px) {
    /* Footer Container */
    .footer__container {
        flex-direction: row;
    }

    /* Footer Sections */
    .footer__top-section {
        padding: 4rem 0;
    }

    .footer__bottom-section {
        padding: 4rem 0;
    }

    /* Footer Info */
    .footer__info {
        width: 300px;
        margin-left: 2rem;
        margin-top: 0;
    }

    /* Footer Social Links */
    .footer__social-links {
        width: 300px;
        justify-content: flex-start;
        margin-left: 2rem;
        margin-top: 0;
    }
}

@media screen and (min-width: 1200px) {
    .footer__navigation:not(:first-child) {
        margin-left: 6.5rem;
    }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
    flex-direction: column;
}

@media (max-width: 767px) {
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        flex-direction: column;
    }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
    display: inline-flex;
}

@media (max-width: 767px) {
    .hs-menu-wrapper.hs-menu-flow-vertical ul {
        display: flex;
    }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    left: -9999px;
    opacity: 0;
    position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
    display: block;
    white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
    .hs-item-has-children:hover
    > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts
    .hs-item-has-children:hover
    > .hs-menu-children-wrapper {
    left: 100%;
    opacity: 1;
    top: 0;
}

@media (max-width: 767px) {
    .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
    .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
        .hs-item-has-children:hover
        > .hs-menu-children-wrapper,
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts
        .hs-item-has-children:hover
        > .hs-menu-children-wrapper {
        left: 0;
        opacity: 1;
        position: relative;
        top: auto;
    }
}


.hero {
    background-color: #F8F6F4;
}

.hero__title span {
    color: #3D8168
}

.hero__wpapper {
    max-width: 1336px
}

.hero__image:before  {
    background-color: #FFFFFF;
}
.features__title span {
    color: #3D8168
}

.features__container {
    background: #F8F6F4;
}

.features__wpapper {
    max-width: 1336px;
    margin: 0 auto;
    padding: 0 .25rem;
  
}

.features__step {
    background-color: #FFFFFF;

}

.features__step:last-child {
    background-image: url('//27172746.fs1.hubspotusercontent-eu1.net/hubfs/27172746/raw_assets/public/revamp%20child/images/features-step-wave-bg.svg');
    background-repeat: no-repeat;
    background-position: right bottom;
}

.features__step-wrapper:before {
    content: '';
    position: absolute;
    top: -40px;
    left: -170px;
    width: 338px;
    height: 90px;
    background-image: url('//27172746.fs1.hubspotusercontent-eu1.net/hubfs/27172746/raw_assets/public/revamp%20child/images/features-step-wave-img.svg');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}
.partner__title span {
    color: #3D8168
}

.partner__wpapper {
    max-width: 1336px;
    margin: 0 auto;
    padding: 0 1.25rem;
}

.partner__message {
    color: #3D8168
}
.protfolio__header .section-title h1 span,
.protfolio__header .section-title h2 span,
.protfolio__header .section-title h3 span,
.protfolio__header .section-title h4 span,
.protfolio__header .section-title h5 span,
.protfolio__header .section-title h6 span {
    color: #3D8168;
}


.protfolio__item-title h1,
.protfolio__item-title h2,
.protfolio__item-title h3,
.protfolio__item-title h4,
.protfolio__item-title h5,
.protfolio__item-title h6 {
	color: #3D8168;
}
.solutions__wpapper{
    background-color: #F8F6F4;
}
.team__wpapper {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1.25rem;
}

.team__title span {
    color: #3D8168
}
.body-container--blog-index{
    background-color: #F8F6F4;
}

.blog-section{
	background: #F8F6F4;
}

.blog-section__wrapper {
    max-width: 1336px;
    margin: 0 auto;
    padding: 0 1.25rem;
}

.blog-section__title span {
    color: #3D8168
}
.launch__wpapper {
    max-width: 1336px;
    margin: 0 auto;
    padding: 0 1.25rem;
}

.launch__title span {
    color: #3D8168
}
.achieve__title span {
    color: #3D8168
}

.achieve__wpapper {
    max-width: 1336px;
    margin: 0 auto;
    padding: 0 1.25rem;
}

.achieve__author-photo {
    border: 10px solid #F8F6F4;
}

.achieve__step {
    background-color: #F8F6F4;
}

.achieve__step-title-inner:before {
    background-color: #3D8168;
}
.testimonials__title span {
    color: #3D8168
}

button[data-controls="prev"]:before,
button[data-controls="next"]:before {
    background-color: #3D8168;
}

.testimonial__author-image  {
    border: 10px solid #F8F6F4;
}