







/* 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 */



















.content-wrapper,
.dnd-section > .row-fluid {
  max-width: 1200px;
}

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

.dnd-section {
  padding: 80px 20px;
}





html {
  font-size: 16px;
}

body {
  font-weight: 900; font-family: 'BEBAS NEUE';
  background-color: #211e29;
  color: #252425;
  font-size: 16px;
}

/* Paragraphs */

p {
  font-weight: 900; font-family: 'BEBAS NEUE';
  color: #252425;
  font-size: 16px;
}

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

/* Anchors */

a {
  font-weight: 900; font-family: 'BEBAS NEUE';
  color: #211e29;
}

a:hover, a:focus {
  font-weight: 900; font-family: 'BEBAS NEUE';
  color: #DC3F45;
}

a:active {
  font-weight: 900; font-family: 'BEBAS NEUE';
  color: #ff8f95;
}

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #6445FF;
  text-transform: none;
}



/* Lists */

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

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

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

/* Blockquote */

blockquote {
  border-left: 7px solid #211e29;
  padding-left: 0.9375rem;
}

/* Horizontal Rules */

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





/* Primary Button */

button,
.button {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(33, 30, 41, 1.0)

;
  border: 1px solid #211e29;
  border-radius: 4px;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 16px;
  padding: 12px 36px;
  text-transform: none;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
  color: #e6e6e6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(220, 63, 69, 1.0)

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

button:active,
.button:active {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(255, 143, 149, 100);
  border: 1px solid #DC3F45;
  border-color: #ff8f95;
}

/* Secondary Buttons */

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

  
  
    
  


  rgba(33, 30, 41, 0.0)

;
  border: 1px solid #211e29;
  border-radius: 4px;
  color: #211e29;
  fill: #211e29;
  padding: 12px 36px;
}

.button.button--secondary:hover,
.button.button--secondary:focus {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(33, 30, 41, 0.0)

;
  border: 1px solid #DC3F45;
  color: #DC3F45;
  fill: #DC3F45;
  font-size: px;
}

.button.button--secondary:active {
  background-color: rgba(113, 110, 121, 0);
  border: 1px solid #DC3F45;
  border-color: #ff8f95;
  color: #ff8f95;
  fill: #ff8f95;
}

/* Simple Button */

.button.button--simple {
  font-family: 'BEBAS NEUE';
  color: #211e29;
  fill: #211e29;
  text-transform: none;
}



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



.button.button--simple:hover,
.button.button--simple:focus {
  font-family: 'BEBAS NEUE';
  color: #DC3F45;
  fill: #DC3F45;
}



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



.button.button--simple:active {
  font-family: 'BEBAS NEUE';
  color: #ff8f95;
  fill: #ff8f95;
}

/* Button Sizing */

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

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





form {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

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

.hs-form-field {
  margin-bottom: 20px;
}

.submitted-message {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

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

/* Form Title */

.form-title {
  font-weight: 900; font-family: 'BEBAS NEUE';
  background-color: 

  
  
    
  


  rgba(33, 30, 41, 1.0)

;
  border: 1px none #D0D0D0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #FFFFFFF;
  font-size: 18px;
  padding: 20px 20px;
  text-transform: none;
}

/* Labels */

.hs-form-field > label {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #252425;
  font-size: 16px;
  padding: 4px 6.5px;
}

/* Help Text - Legends */

.hs-form-field legend {
  font-weight: 900; font-family: 'BEBAS NEUE';
  color: #252425;
  font-size: 14px;
}

/* Inputs */

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='file'],
select,
textarea {
  font-weight: 900; font-family: 'BEBAS NEUE';
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px solid #D0D0D0;
  border-radius: 4px;
  color: #252425;
  font-size: 16px;
  padding: 15px 15px;
}

select {
  color: transparent;
}

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

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

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

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

::placeholder {
  color: #D0D0D0;
}

form select {
  color: #252425;
}

/* 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-weight: 900; font-family: 'BEBAS NEUE';
  color: #252425;
  font-size: 14px;
}

form ul.inputs-list li input + span:before {
  border: 1px solid #d0d0d0;
  border-radius: 4px;
}

form .input ul.invalid.error > li input + span:before {
  border-color: #211e29;
}

/* Inputs - Select */

.hs-fieldtype-select .input:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #211e29;
}

/* Inputs - Datepicker */

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

.hs-datepicker .is-selected button.pika-button {
  background-color: #03000b !important;
}

.hs-datepicker .is-today button.pika-button {
  color: #03000b;
}

/* Form Rich 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-weight: 900; font-family: 'BEBAS NEUE';
  color: #252425;
}

/* GDPR Text */

.legal-consent-container,
.legal-consent-container .hs-richtext,
.legal-consent-container .hs-richtext p {
  font-weight: 900; font-family: 'BEBAS NEUE';
  color: #252425;
  font-size: 16px;
}

/* Validation */

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

.hs-error-msgs li,
.hs-error-msgs li label {
  color: #cc0201 !important;
}

.hs-error-msgs li a {
  font-weight: 900; font-family: 'BEBAS NEUE';
}

/* Submit */



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

  
  
    
  


  rgba(33, 30, 41, 1.0)

;
    border: 1px solid #211e29;
    border-radius: 4px;
    color: #FFFFFF;
    fill: #FFFFFF;
    padding: 12px 36px;
    text-transform: none;
  }

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

  
  
    
  


  rgba(220, 63, 69, 1.0)

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

  form input[type='submit']:active,
  form .hs-button:active {
    font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: rgba(255, 143, 149, 100);
    border: 1px solid #DC3F45;
    border-color: #ff8f95;
  }





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







table {
  background-color: 

  
  
    
  


  rgba(33, 30, 41, 1.0)

;
  border: 1px solid #D0D0D0;
}

th,
td {
  border: 1px solid #D0D0D0;
  color: 

  
  
    
  


  rgba(37, 36, 37, 1)

;
  padding: 10px 10px;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(33, 30, 41, 1.0)

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

  
  
    
  


  rgba(37, 36, 37, 1)

;
}

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





.header {
  background-color: 

  
  
    
  


  rgba(100, 69, 255, 1.0)

;
  border-bottom: 4px solid #211e29;
}

.header__container {
  max-width: 1200px;
}

/* Site Navigation */

.header__navigation:before {
  background-color: rgba(33, 30, 41, 0.95);
}

.header__language-switcher .lang_list_class {
  font-weight: 900; font-family: 'BEBAS NEUE';
  color: #252425;
}

.header__language-switcher .lang_list_class li a {
  font-weight: 900; font-family: 'BEBAS NEUE';
  color: #252425;
  text-transform: none;
}

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

/* Search Bar */

.header__search.open,
.header__language-switcher.open {
  background-color: #6445FF;
}

.header .navigation-primary a:not(.hs-button) {
  color: #FFFFFF;
  font-weight: 900; font-family: 'BEBAS NEUE';
  font-size: 24px;
  text-transform: none;
}

.header .navigation-primary a:not(.hs-button):hover,
.header .navigation-primary a:not(.hs-button):focus {
  background-color: rgba(33, 30, 41, 0.0);
  color: #FFFFFF;
  font-weight: 900; font-family: 'BEBAS NEUE';
  font-size: 24px;
  opacity: 1;
}

.header .navigation-primary a:not(.hs-button).active-item {
  background-color: rgba(33, 30, 41, 0.0);
  color: #FFFFFF;
  ;
  font-size: 24px;
}

/* Menu Icons */

.header__navigation--toggle,
.header__close--toggle {
  fill: #FFFFFF;
}

/* Forms */


  .header form .hs-button {
    color: #FFFFFF;
  }


/* Content font color styles */

.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header p:not(.logo-banner_text),
.header a,
.header div:not(.logo-banner_image),
.header span {
  color: #FFFFFF;
}

/* Module styles specific to header */

.header .statistic div.statistic__info,
.header .statistic span {
  color: #252425;
}

.header a.featured-post_link {
  color: #ffffff;
}

.header .tech-banner h4 {
  color: #6445FF;
}

.header .testimonial h1,
.header .testimonial h2,
.header .testimonial h3,
.header .testimonial h4,
.header .testimonial h5,
.header .testimonial h6,
.header .testimonial p,
.header .testimonial div,
.header .testimonial span,
.header .testimonial div.testimonial__author {
  color: #252425;
}

.header .hs-form-field > label span {
  color: #252425;
}

.header form .hs-richtext * {
  color: #252425;
}





.footer {
  background-color: 

  
  
    
  


  rgba(33, 30, 41, 1.0)

;
  border-top: 10px solid #211e29;
}

.footer__container {
  max-width: 1200px;
}

.footer__main-bar__logo {
  background-color: #211e29;
}

.footer__main-bar__menu ul {
  margin: 1.5rem 0;
}

.footer .footer__main-bar__menu a {
  ;
  color: #252425;
  text-transform: none;
}

.footer .footer__main-bar__menu a:hover,
.footer .footer__main-bar__menu a:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: #211e29;
  ;
}

.footer .footer__main-bar__menu a:active {
  background-color: 

  
  
    
  


  rgba(33, 30, 41, 0.0)

;
  color: #252425;
  ;
}

.footer__right {
  background-color: 

  
  
    
  


  rgba(241, 241, 241, 1.0)

;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
}

.footer form div.in-focus > label,
.footer form div.in-focus > label span {
  background-color: 

  
  
    
  


  rgba(241, 241, 241, 1.0)

;
  color: 

  
  
    
  


  rgba(37, 36, 37, 1.0)

;
}

.footer form .hs-form-field > label,
.footer form .hs-form-field > label span {
  color: 

  
  
    
  


  rgba(37, 36, 37, 1.0)

;
}

.footer form .hs-richtext *,
.footer form .hs-richtext p,
.footer form .legal-consent-container .inputs-list:not(.no-list) label,
.footer form .legal-consent-container .inputs-list:not(.no-list) label > span,
.footer form .legal-consent-container .inputs-list:not(.no-list) label > span p {
  color: #252425;
}


  .footer form .hs-button {
    color: #FFFFFF;
  }


/* Form background color for DnD version only */
.footer .dnd-section form {
  background-color: 

  
  
    
  


  rgba(241, 241, 241, 1.0)

;
}

.footer__copyright-bar {
  font-weight: 900; font-family: 'BEBAS NEUE';
  border-top: 1px solid #d0d0d0;
  color: #8a8a8a;
}

@media screen and (min-width: 768px) {

  .footer__main-bar__menu a {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .footer__main-bar__menu ul {
    flex-direction: row;
  }
}

@media screen and (min-width: 1200px) {
  .footer__left {
    flex: 1 1 auto;
    padding: 0;
  }

  .footer__main-bar__menu li:not(:last-of-type) a {
    margin-right: 25px;
  }

  .footer__main-bar__menu {
    padding-right: 25px;
  }

  .footer__copyright-bar {
    padding: 20px 0;
  }
}

/* Content font color styles */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p:not(.logo-banner_text),
.footer a,
.footer div:not(.logo-banner_image),
.footer span,
.footer .form-title {
  color: #252425;
}

/* Module styles specific to footer */

.footer .statistic div.statistic__info,
.footer .statistic span {
  color: #252425;
}

.footer a.featured-post_link {
  color: #ffffff;
}

.footer .tech-banner h4 {
  color: #6445FF;
}

.footer .testimonial h1,
.footer .testimonial h2,
.footer .testimonial h3,
.footer .testimonial h4,
.footer .testimonial h5,
.footer .testimonial h6,
.footer .testimonial p,
.footer .testimonial div,
.footer .testimonial span,
.footer .testimonial div.testimonial__author {
  color: #252425;
}





/* Blog Meta - Author/Avatar/Timestamp */

.blog-meta__author {
  font-weight: 900; font-family: 'BEBAS NEUE';
}

.blog-meta__timestamp {
  font-weight: 900; font-family: 'BEBAS NEUE';
}

/* Tags/Topics */

.blog-tag {
  font-weight: 900; font-family: 'BEBAS NEUE';
  font-weight: 700;
}

/* Blog Listing */

.blog-navigation .blog-navigation__text {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #6445FF;
}

/* Blog Postcard */

.blog-index__post__post-details h2 {
  color: #252425;
  font-family: BEBAS NEUE;
  font-weight: 700;
}

/* Blog Pagination */

.blog-pagination__link {
  font-weight: 900; font-family: 'BEBAS NEUE';
  color: #252425;
}

/* Blog Post */

.blog-post__title {
  font-weight: 900; font-family: 'BEBAS NEUE';
  color: #252425;
  font-weight: 700;
}

.blog-post__body h1,
.blog-post__body h2,
.blog-post__body h3,
.blog-post__body h4,
.blog-post__body h5,
.blog-post__body h6 {
  color: #6445FF;
  font-family: BEBAS NEUE, ;
  font-weight: 700;
}

/* Recent Posts */

.blog-related-posts .blog-related-posts__title {
  font-weight: 900; font-family: 'BEBAS NEUE';
  font-weight: 700;
}





/* Error Pages - Global */

.error-page:before {
  font-weight: 900; font-family: 'BEBAS NEUE';
}

/* System Pages - Global */

.hs-search-results__title {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #6445FF;
}

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

/* Forms in System Pages */

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

/* Password Prompt */

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

/* Backup Unsubscribe */

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





/* Icon */

body .icon svg {
  fill: #211e29;
  width: 16px;
}

/* Social Follow */

body .social-links__icon {
  background-color: #d0d0d0;;
}

body .social-links__icon:hover,
body .social-links__icon:focus,
body .social-links__icon:active {
  background-color: #211e29;;
}

/* Statistic */

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

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

body .statistic__info {
  color: #211e29;
}

/* Testimonial Slider */

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

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


/* KAIZEN */
.hs-content-id-47636579508 #hs_cos_wrapper_widget_1621698985637_ {
  display: block;
  width: 75px;
  margin-bottom: 48px;
}

h1,
h2,
h3,
h4,
h5,
p,
span,
div,
button,
a,
input,
select {
  font-family: 'Work sans' !important;
}

.header,
.footer {
  display: none !important;
}

.hs-content-id-47636579508 #hs_cos_wrapper_widget_1621614727767_ h2 {
  color: #211E29;
  text-transform: uppercase;
  font-size: 64px;
  line-height: 74px;
  margin-bottom: 18px;
  font-style: normal;
  font-weight: 500;
}

@media(min-width: 768px) {
  .hs-content-id-47636579508 #hs_cos_wrapper_widget_1621614727767_ h2 {
    font-size: 82px;
    line-height: 96px;
  }
}

.hs-content-id-47636579508 #hs_cos_wrapper_widget_1621614727767_ h3 {
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 0px;
  color: #211E29;
  margin-bottom: 48px;
  font-style: normal;
}

@media(min-width: 768px) {
  .hs-content-id-47636579508 #hs_cos_wrapper_widget_1621614727767_ h3 {
    font-size: 32px;
    line-height: 45px;
  }
}

.hs-content-id-47636579508 #hs_cos_wrapper_widget_1621697887606_ p {
  font-size: 34px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #211E29;
  text-align: center;
}

@media(min-width: 768px) {
  .hs-content-id-47636579508 #hs_cos_wrapper_widget_1621697887606_ p {
    font-size: 46px;
    line-height: 55px;
  }
}

.hs-content-id-47636579508 #hs_cos_wrapper_module_1621697837728 .feature__image,
.hs-content-id-47636579508 #hs_cos_wrapper_module_1621697782660 .feature__image,
.hs-content-id-47636579508 #hs_cos_wrapper_module_16216978429363 .feature__image,
.hs-content-id-47636579508 #hs_cos_wrapper_module_1621697809127 .feature__image {
  margin-bottom: 18px;
  margin-top: 24px;
}

/* ICON SIZE */
.hs-content-id-47636579508 #hs_cos_wrapper_module_1621697837728 .feature__image img,
.hs-content-id-47636579508 #hs_cos_wrapper_module_1621697782660 .feature__image img,
.hs-content-id-47636579508 #hs_cos_wrapper_module_16216978429363 .feature__image img,
.hs-content-id-47636579508 #hs_cos_wrapper_module_1621697809127 .feature__image img {
    width: 90px;
}

.cell_1621614728055-row-3-vertical-alignment > .row-fluid {
  align-items: flex-start;
}

.hs-content-id-47636579508 #hs_cos_wrapper_module_1621697837728 h5,
.hs-content-id-47636579508 #hs_cos_wrapper_module_1621697782660 h5,
.hs-content-id-47636579508 #hs_cos_wrapper_module_16216978429363 h5,
.hs-content-id-47636579508 #hs_cos_wrapper_module_1621697809127 h5 {
  font-size: 26px;
  line-height: 34px;
  color: #211E29;
  text-transform: uppercase;
}

@media(min-width: 768px) {
  .hs-content-id-47636579508 #hs_cos_wrapper_module_1621697837728 h5,
  .hs-content-id-47636579508 #hs_cos_wrapper_module_1621697782660 h5,
  .hs-content-id-47636579508 #hs_cos_wrapper_module_16216978429363 h5,
  .hs-content-id-47636579508 #hs_cos_wrapper_module_1621697809127 h5 {
    font-size: 20px;
    line-height: 30px;
  }
}

.hs-content-id-47636579508 #hs_cos_wrapper_widget_1621697557742_ h2 {
  font-size: 44px;
  line-height: 60px;
  color: #211E29;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 18px;
}

@media(min-width: 768px) {
  .hs-content-id-47636579508 #hs_cos_wrapper_widget_1621697557742_ h2 {
    font-size: 66px;
    line-height: 76px;
  }
}

.hs-content-id-47636579508 #hs_cos_wrapper_widget_1621697557742_ p {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0px;
  color: #211E29;
  margin-bottom: 48px;
}

@media(min-width: 768px) {
  .hs-content-id-47636579508 #hs_cos_wrapper_widget_1621697557742_ p {
    font-size: 36px;
    line-height: 50px;
  }
}

.hs-content-id-47636579508 #hs_cos_wrapper_widget_1621697557742_ p:nth-child(3) {
  position: relative;
  padding-top: 60px;
}

.hs-content-id-47636579508 #hs_cos_wrapper_widget_1621697557742_ p:nth-child(3):before {
  content: '';
  position:absolute;
  left: 0;
  right: 0;
  top: 0px;
  height: 60px;
  width: 60px;
  background: url(https://www.pinclipart.com/picdir/big/107-1073436_testimonial-comma-clipart.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media(min-width: 767px) {
  .hs-content-id-47636579508 #hs_cos_wrapper_widget_1621697557742_ p:nth-child(3) {
    position: relative;
    padding-left: 200px;
    padding-top: 0;
  }

  .hs-content-id-47636579508 #hs_cos_wrapper_widget_1621697557742_ p:nth-child(3):before {
    content: '';
    position:absolute;
    left: 0;
    right: initial;
    top: 12px;
    height: 160px;
    width: 160px;
    background: url(https://www.pinclipart.com/picdir/big/107-1073436_testimonial-comma-clipart.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}


.hs-content-id-47636579508 .row-fluid-wrapper.dnd_area-row-1-padding {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.hs-content-id-47636579508 #hs_cos_wrapper_widget_1621698112118_ h2 {
  font-size: 48px;
  line-height: 62px;
  letter-spacing: 0px;
  color: #42F49E;
}

@media(min-width: 768px) {
  .hs-content-id-47636579508 #hs_cos_wrapper_widget_1621698112118_ h2 {
    font-size: 78px;
    line-height: 92px;
  }
}

.hs-content-id-47636579508 #hs_form_target_widget_1621615535964 form {
  background: transparent;
  border: none;
  padding: 45px 0;
}

@media(min-width: 768px) {
  margin-left: auto;
  max-width: 380px;
}

.hs-content-id-47636579508 #hs_form_target_widget_1621615535964 label {
  display: none;
}

.hs-content-id-47636579508 #hs_form_target_widget_1621615535964 input:not([type="submit"]) {
  background: #fff;
  border-radius: 0;
  max-width: 100%;
}

.hs-content-id-47636579508 #hs_form_target_widget_1621615535964 input[type="submit"] {
  background: #fed132;
  color: #211E29;
  border: 1px solid #fed132;
  border-radius: 0;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  padding-left: 16px;
}

.hs-content-id-47636579508 #hs_form_target_widget_1621615535964 input[type="submit"]:hover {
  background-color: rgba(254, 209, 50, .92);
  color: #ffffff;
  border: 1px solid rgba(254, 209, 50, .92);
}

.hs-content-id-47636579508 #hs_form_target_widget_1621615535964 form .hs_submit.hs-submit {
  position: relative;
}

.hs-content-id-47636579508 #hs_form_target_widget_1621615535964 form .hs_submit.hs-submit:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 20px;
  height: 20px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAABWklEQVR4Xu3aQQ4BURAE0JqFI1k5hJUb4FC4gQ2HsHIkG/nJSCaTERK6q+iyH3/q/e4RPb9D8U9XPD8M4AooLuAWKF4Afgi6BdwCxQXcAsULIPRXYA5g2wPvAFwVsaNaoIW/AJj1oW8AVgDOaghRAHsA61FYSYRMgOYhhxAFMG6BYTFIIUQBtMBLAMfBc0ASIRLgJxCiAeQRMgCkEbIAZBEyASQRsgHkEBgAUggsABkEJoAEAhuAjqAAQEVQAXgHYRExVFECeCCcngxNDgA23x6oGODboh9836u/z3/dAq/Ch80TFVqAFr5VKxuAGp4NQA/PBJAIzwKQCc8AkAqfDSAXPhNAMnwWgGz4DADp8NEA8uEjAcq/HJ06H1Dq9Xj5AxLlj8i0ci99SOqDwVDupex5QG7aidUMQN8C8g24AsgbQF/eFUDfAvINuALIG0Bf3hVA3wLyDZSvgDsgwm5BJwy5WQAAAABJRU5ErkJggg==');
  background-size: contain;
  background-repeat: no-repeat;
}

.hs-content-id-47636579508 #hs_form_target_widget_1621615535964 ::placeholder,
.hs-content-id-47636579508 #hs_cos_wrapper_widget_1621773635115_ ::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #211E29;
  opacity: 1; /* Firefox */
}

.hs-content-id-47636579508 #hs_form_target_widget_1621615535964 :-ms-input-placeholder,
.hs-content-id-47636579508 #hs_cos_wrapper_widget_1621773635115_ :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #211E29;
}

.hs-content-id-47636579508 #hs_form_target_widget_1621615535964 ::-ms-input-placeholder,
.hs-content-id-47636579508 #hs_cos_wrapper_widget_1621773635115_ ::-ms-input-placeholder { /* Microsoft Edge */
  color: #211E29;
}

.hs-content-id-47636579508 #hs_cos_wrapper_widget_1621698442552_ h2 {
  margin-top: 48px;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #211E29;
  font-style: normal;
}

@media(min-width: 768px) {
  .hs-content-id-47636579508 #hs_cos_wrapper_widget_1621698442552_ h2 {
    font-size: 20px;
    line-height: 35px;
  }
}

.hs-content-id-47636579508 .row-fluid-wrapper.dnd_area-row-3-padding {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* kaizen--1 kaizen--1 kaizen--1 kaizen--1 kaizen--1 kaizen--1 kaizen--1 kaizen--1 kaizen--1 kaizen--1 kaizen--1 kaizen--1 */
.hs-content-id-47757053055 .cell_1621774781159-vertical-alignment {
  align-items: flex-start !important;
}

.hs-content-id-47757053055 #hs_cos_wrapper_widget_1621774780984_ {
  display: block;
  width: 75px;
}

.hs-content-id-47757053055 #hs_cos_wrapper_widget_1621773327459_ {
  display: block;
  width: 150px;
}

.hs-content-id-47757053055 .row-number-1 {
  padding: 40px 20px 40px 20px;
}

@media(min-width: 768px) {
  padding: 80px 20px 60px 20px;
}

.hs-content-id-47757053055 .cell_1621773341508-vertical-alignment {
  align-items: flex-end !important;
}

.hs-content-id-47757053055 #button_widget_1621773341367 {
  background: #211E29;
  border: #211E29;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  border-radius: 0;
  padding: 15px 22px;
}

@media(max-width: 768px) {
  .hs-content-id-47757053055 #hs_cos_wrapper_widget_1621773341367 {
    text-align: center;
    margin-top: 40px;
  }
}

.hs-content-id-47757053055 #hs_cos_wrapper_widget_1621775295298_ h2 {
  color: #211E29;
  text-transform: uppercase;
  font-size: 64px;
  line-height: 74px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 40px;
  text-align: center;
}

@media(min-width: 768px) {
  .hs-content-id-47757053055 #hs_cos_wrapper_widget_1621775295298_ h2 {
    font-size: 80px;
    line-height: 94px;
    margin-bottom: 60px;
    text-align: left;
  }
}

.hs-content-id-47757053055 #hs_cos_wrapper_widget_1621775295298_ h3 {
  letter-spacing: 0px;
  color: #211E29;
  text-align: center;
  font-size: 32px;
  line-height: 42px;
  font-style: normal;
}

@media(min-width: 768px) {
  .hs-content-id-47757053055 #hs_cos_wrapper_widget_1621775295298_ h3 {
    font-size: 45px;
    line-height: 60px;
  }
}

.hs-content-id-47757053055 #hs_cos_wrapper_widget_1621773453945_ h2 {
  font-size: 45px;
  line-height: 54px;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-style: normal;
  margin-top: 80px;
  z-index: 1;
  position: relative;
}

.hs-content-id-47757053055 #hs_cos_wrapper_widget_1621773635115_ form {
  background: transparent;
  border: none;
  display: flex;
  padding: 24px 0;  
  z-index: 1;
  position: relative;
  flex-wrap: wrap;
}

@media(min-width: 767px) { 
  .hs-content-id-47757053055 #hs_cos_wrapper_widget_1621773635115_ form {
    display: flex;
    flex-wrap: nowrap;
  }
}

.hs-content-id-47757053055 #hs_cos_wrapper_widget_1621773635115_ form .hs_firstname.hs-firstname,
.hs-content-id-47757053055 #hs_cos_wrapper_widget_1621773635115_ form .hs_email.hs-email,
.hs-content-id-47757053055 #hs_cos_wrapper_widget_1621773635115_ form .hs_submit.hs-submit {
  width: 100%;
}

@media(min-width: 767px) { 
  .hs-content-id-47757053055 #hs_cos_wrapper_widget_1621773635115_ form .hs_firstname.hs-firstname,
  .hs-content-id-47757053055 #hs_cos_wrapper_widget_1621773635115_ form .hs_email.hs-email,
  .hs-content-id-47757053055 #hs_cos_wrapper_widget_1621773635115_ form .hs_submit.hs-submit {
    width: calc(33% - 16px);
  }
}
  .hs-content-id-47757053055 .hs-form-field {
    margin-bottom: 40px;
  }

@media(min-width: 768px) {
  .hs-content-id-47757053055 #hs_cos_wrapper_widget_1621773635115_ form .hs_firstname.hs-firstname,
  .hs-content-id-47757053055 #hs_cos_wrapper_widget_1621773635115_ form .hs_email.hs-email {
    margin-right: 24px;
  }
  .hs-content-id-47757053055 .hs-form-field {
    margin-bottom: 20px;
  }
}

.hs-content-id-47757053055 #hs_cos_wrapper_widget_1621773635115_ form input {
  border-radius: 0;
  background: #fff;
}

.hs-content-id-47757053055 #hs_cos_wrapper_widget_1621773635115_ form .hs-form-field>label {
  top: -16px;
  background: transparent;
  left: 0;
  font-style: normal;
}

.hs-content-id-47757053055 #hs_cos_wrapper_widget_1621773635115_ form input[type='submit'], 
.hs-content-id-47757053055 #hs_cos_wrapper_widget_1621773635115_ form .hs-button {
  margin: 0;
  border: 1px solid #333;
  background-color: #FED132;
  border-radius: 0;
  color: #211E29;
  font-size: 19px;
  line-height: 23px;
  font-style: normal;
  max-width: 100%;
}

.hs-content-id-47757053055 #hs_cos_wrapper_widget_1621773635115_ form input[type='submit':hover], 
.hs-content-id-47757053055 #hs_cos_wrapper_widget_1621773635115_ form .hs-button:hover {
  border: 1px solid #FED132;
  background-color: rgba(254, 209, 50, .9);
}

.hs-content-id-47757053055 .row-number-5 {
  padding: 20px 20px 40px 20px;
  overflow: hidden;
}

.hs-content-id-47757053055 #hs_cos_wrapper_widget_1621773635115 {
  position: relative;
}

.hs-content-id-47757053055 #hs_cos_wrapper_widget_1621773635115:before {
  content: '';
  position: absolute;
  top: -100px;
  width: 100vw;
  left: -50vw;
  right: -50vw;
  background: rgba(0,0,0,.18);
  height: 560px;
  margin: auto;
  pointer-events: none;
}

.hs-content-id-47757053055 #hs_cos_wrapper_module_16217736956375_ h2 {
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #42F49E;
  text-align: center;
  margin-bottom: 28px;
}

@media(min-width: 768px) { 
  .hs-content-id-47757053055 #hs_cos_wrapper_module_16217736956375_ h2 {
    font-size: 63px;
    line-height: 74px;
    margin-bottom: 48px;
  }
}

.hs-content-id-47757053055 #hs_cos_wrapper_widget_1621773743710_ h2 {
  font: normal normal normal 25px/36px Work Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-bottom: 18px;
}

@media(min-width: 768px) { 
  .hs-content-id-47757053055 #hs_cos_wrapper_widget_1621773743710_ h2 {
     margin-bottom: 0;
  }
}

.hs-content-id-47757053055 #hs_cos_wrapper_module_16217738772313_ h2 {
  margin-top: 60px;
  margin-bottom: 30px;
  text-align: center;
  font: normal normal normal 36px/48px Work Sans;
  letter-spacing: 0px;
  color: #42F49E;
  text-transform: uppercase;
}

@media(min-width: 768px) { 
  .hs-content-id-47757053055 #hs_cos_wrapper_module_16217738772313_ h2 {
    margin-top: 80px;
    margin-bottom: 40px;
    text-align: center;
    font: normal normal normal 63px/74px Work Sans;
  }
}

/* OVERRIDE FEATURE with page ID hs-content-id-47757053055 */ 

.hs-content-id-47757053055 #hs_cos_wrapper_module_1621697837728 .feature__title, 
.hs-content-id-47757053055 #hs_cos_wrapper_module_1621697782660 .feature__title,
.hs-content-id-47757053055 #hs_cos_wrapper_module_16216978429363 .feature__title,
.hs-content-id-47757053055 #hs_cos_wrapper_module_1621697809127 .feature__title {
  text-align: left;
  font: normal normal normal 30px/38px Work Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
}

@media(min-width: 767px) and (max-width: 1080px) {
  .hs-content-id-47757053055 #hs_cos_wrapper_module_1621697837728 .feature__title, 
  .hs-content-id-47757053055 #hs_cos_wrapper_module_1621697782660 .feature__title,
  .hs-content-id-47757053055 #hs_cos_wrapper_module_16216978429363 .feature__title,
  .hs-content-id-47757053055 #hs_cos_wrapper_module_1621697809127 .feature__title {
    font-size: 20px;
    line-height: 26px;
  }
}

.hs-content-id-47757053055 #hs_cos_wrapper_module_1621697837728, 
.hs-content-id-47757053055 #hs_cos_wrapper_module_1621697782660,
.hs-content-id-47757053055 #hs_cos_wrapper_module_16216978429363,
.hs-content-id-47757053055 #hs_cos_wrapper_module_1621697809127 {
  margin-top: 24px;
}

@media(min-width: 768px) {
  .hs-content-id-47757053055 #hs_cos_wrapper_module_1621697837728, 
  .hs-content-id-47757053055 #hs_cos_wrapper_module_1621697782660,
  .hs-content-id-47757053055 #hs_cos_wrapper_module_16216978429363,
  .hs-content-id-47757053055 #hs_cos_wrapper_module_1621697809127 {
    margin-top: 0;
  }
}

.hs-content-id-47757053055 #hs_cos_wrapper_module_16216978429363 .feature__title {
  text-transform: capitalize;
}

.hs-content-id-47757053055 #hs_cos_wrapper_module_1621697837728 .feature__title + div > p, 
.hs-content-id-47757053055 #hs_cos_wrapper_module_1621697782660 .feature__title + div > p,
.hs-content-id-47757053055 #hs_cos_wrapper_module_16216978429363 .feature__title + div > p,
.hs-content-id-47757053055 #hs_cos_wrapper_module_1621697809127 .feature__title + div > p {
  text-align: left;
  font: normal normal normal 18px/21px Work Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-top: 18px;
}

@media(min-width: 767px) and (max-width: 1080px) {
  .hs-content-id-47757053055 #hs_cos_wrapper_module_1621697837728 .feature__title + div > p, 
  .hs-content-id-47757053055 #hs_cos_wrapper_module_1621697782660 .feature__title + div > p,
  .hs-content-id-47757053055 #hs_cos_wrapper_module_16216978429363 .feature__title + div > p,
  .hs-content-id-47757053055 #hs_cos_wrapper_module_1621697809127 .feature__title + div > p {
    font-size: 16px;
    line-height: 22px;
  }
}

.hs-content-id-47757053055 #hs_cos_wrapper_module_1621697837728 .feature__image, 
.hs-content-id-47757053055 #hs_cos_wrapper_module_1621697782660 .feature__image,
.hs-content-id-47757053055 #hs_cos_wrapper_module_16216978429363 .feature__image, 
.hs-content-id-47757053055 #hs_cos_wrapper_module_1621697809127 .feature__image {
  display: flex;
  width: 80px;
  height: 80px;
  margin-left: 0;
}

.hs-content-id-47757053055 #hs_cos_wrapper_module_1621697837728 .feature__image img, 
.hs-content-id-47757053055 #hs_cos_wrapper_module_1621697782660 .feature__image img,
.hs-content-id-47757053055 #hs_cos_wrapper_module_16216978429363 .feature__image img, 
.hs-content-id-47757053055 #hs_cos_wrapper_module_1621697809127 .feature__image img {
  object-fit: contain;
}


.hs-content-id-47757053055 .span3.widget-span.widget-type-cell.cell_1621773909741-vertical-alignment.dnd-column {
  justify-content: flex-start !important;
}

.hs-content-id-47757053055 #hs_cos_wrapper_widget_1621774006643_ h2{
  text-align: center;
  font: normal normal 300 49px/58px Work Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-top: 36px;
}

.hs-content-id-47757053055 .row-number-9 {
  padding: 80px 20px 50px 20px;
  position: relative;
}

.hs-content-id-47757053055 #hs_cos_wrapper_widget_1621697557742_ p {
  position: relative;
  padding-top: 60px;
  text-align: left;
  font: normal normal normal 28px/40px Work Sans;
  letter-spacing: 0px;
  color: #211E29;
}

.hs-content-id-47757053055 #hs_cos_wrapper_widget_1621697557742_ p:before {
  content: '';
  position:absolute;
  left: 0;
  right: 0;
  top: 0px;
  height: 60px;
  width: 60px;
  background: url(https://www.pinclipart.com/picdir/big/107-1073436_testimonial-comma-clipart.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media(min-width: 767px) {
  .hs-content-id-47757053055 #hs_cos_wrapper_widget_1621697557742_ p {
    position: relative;
    padding-left: 200px;
    padding-top: 0;
    font: normal normal normal 38px/50px Work Sans;
    margin-top: 80px;
  }

  .hs-content-id-47757053055 #hs_cos_wrapper_widget_1621697557742_ p:before {
    content: '';
    position:absolute;
    left: 0;
    right: initial;
    top: 12px;
    height: 160px;
    width: 160px;
    background: url(https://www.pinclipart.com/picdir/big/107-1073436_testimonial-comma-clipart.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.hs-content-id-47757053055 #hs_cos_wrapper_widget_1621774087967_ h2 {
  text-align: left;
  font: normal normal 300 48px/58px Work Sans;
  letter-spacing: 0px;
  color: #211E29;
  margin-top: 40px;
}

@media(min-width: 768px) {
  .hs-content-id-47757053055 #hs_cos_wrapper_widget_1621774087967_ h2 {
    font: normal normal 300 78px/92px Work Sans;
    margin-top: 180px;
  }
}

.hs-content-id-47757053055 #hs_cos_wrapper_widget_1621774103529 .button {
  margin: 0;
  border: 1px solid #333;
  background-color: #FED132;
  border-radius: 0;
  color: #211E29;
  font-size: 19px;
  line-height: 23px;
  font-style: normal;
  font-weight: 500;
  padding: 16px 40px;
  margin-top: 32px;
  margin-bottom: 60px;
}

.hs-content-id-47757053055 #hs_cos_wrapper_widget_1621774103529 .button:hover {
  border: 1px solid #FED132;
  background-color: rgba(254, 209, 50, .9);
}

.hs-content-id-47757053055 #hs_cos_wrapper_widget_1621774165284_ h2 {
  font: normal normal normal 20px/35px Work Sans;
  letter-spacing: 0px;
  color: #211E29;
}

.hs-content-id-47757053055 #hs_cos_wrapper_widget_1621698693006_ {
  display: block;
  width: 44px;
}

.hs-content-id-47757053055 #hs_cos_wrapper_widget_1621774139073_ {
  display: block;
  width: 88px;
}

@media(max-width:768px) {
  .hs-content-id-47757053055 .row-number-30 .row-fluid {
    display: flex;
    align-items: center;
  }
}

.hs-content-id-47757053055 .row-number-30 .row-fluid > div {
  width: auto;
}

.hs-content-id-47757053055 .dnd_area-row-4-padding {
  padding: 40px 20px 40px 20px !important;
}

.hs-content-id-47757053055 .dnd_area-column-13-row-0-padding,
.hs-content-id-47757053055 .cell_1621698401383-row-0-padding{
  padding-top: 0 !important;
}

.hs-content-id-47757053055 .row-number-28 .row-fluid-wrapper.row-depth-1.row-number-1.dnd-row {
  display: none;
}

.hs-content-id-47757053055 .row-number-28 .row-number-1 {
  padding: 0 20px 0 0 !important;
}

.hs-content-id-47636579508 #hs_cos_wrapper_widget_1621698869300_,
.hs-content-id-47636579508 #hs_cos_wrapper_widget_1621698869300 {
  position: relative;
}

.hs-content-id-47636579508 #hs_cos_wrapper_widget_1621698869300_ {
    padding-left: 25px;
    padding-bottom: 25px;
    display: block;
}

.hs-content-id-47636579508 #hs_cos_wrapper_widget_1621698869300:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  height: 100%;
  background-image: url(https://19889892.fs1.hubspotusercontent-na1.net/hubfs/19889892/Kazien_Shapes_Build.png) !important;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}

/*IMPORTANT*/
.hs-content-id-47636579508 {
  overflow-x: hidden !important
}

.hs-content-id-47636579508 #hs_cos_wrapper_widget_1621698548632_,
.hs-content-id-47636579508 #hs_cos_wrapper_widget_1621698693006_ {
  display: block;
  width: 240px;
}

.hs-content-id-47636579508 #hs_cos_wrapper_widget_1621698548632_ img,
.hs-content-id-47636579508 #hs_cos_wrapper_widget_1621698693006_ img {
  width: 100% !important;
  height: auto !important;
}

.hs-content-id-47636579508 #hs_cos_wrapper_widget_1621698693006_ {
  display: block;
  width: 240px;
}

@media(max-width:768px) {
  .hs-content-id-47636579508 .row-fluid-wrapper.dnd_area-row-0-padding .span5 {
    display: none !important;
  }
}

/* LINES */
@media(min-width: 768px) {
  .hs-content-id-47636579508 .dnd-section > .row-fluid > .span12,
  .hs-content-id-47636579508 .row-number-8 > .row-fluid > .span7 {
    position: relative;
  }

  .hs-content-id-47636579508 .dnd-section > .row-fluid > .span12:before {
    content: '';
    position: absolute;
    top: 0;
    height: calc(100% + 69px);
    left: -30px;
    width: 1px;
    background-color: #211E29;
    z-index: 1;
    pointer-events: none;
  }

  .hs-content-id-47636579508 .row-number-1.dnd-section > .row-fluid > .span12:before {
    content: '';
    position: absolute;
    top: -34px;
    height: calc(100% + 102px);
    left: -30px;
    width: 1px;
    background-color: #211E29;
    z-index: 1;
    pointer-events: none;
  }

  .hs-content-id-47636579508 .row-number-8 > .row-fluid > .span7:before {
    content: '';
    position: absolute;
    top: -39px;
    height: calc(100% + 71px);
    left: -30px;
    width: 1px;
    background-color: #211E29;
    z-index: 1;
    pointer-events: none;
  }

  .hs-content-id-47636579508 .row-number-1.dnd-section {
    position: relative;
  }

  .hs-content-id-47636579508 .row-number-1.dnd-section:before {
    content: '';
    position: absolute;
    bottom: 33px;
    left: 0;
    width: 100%;
    height: 1px; 
    background-color: #211E29;
    z-index: 1;
    pointer-events: none;
  }
}
/* END OF LINES */

.hs-content-id-47636579508 .row-number-2 {
  position: relative;
}

.hs-content-id-47636579508 .row-number-2.dnd-section:before {
  content: '';
  position: absolute;
  top: -33px;
  left: 0;
  height: calc(100% + 33px);
  width: 100%;
  background-image: url(https://19889892.fs1.hubspotusercontent-na1.net/hubfs/19889892/Kazien_Shapes_Creativity_50.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  pointer-events: none;
}


/* kaizen */
.hs-content-id-47757053055 .row-number-22.dnd-section .span5 {
  position: relative;
}

.hs-content-id-47757053055 .row-number-22.dnd-section {
  overflow-x: hidden;
}

.hs-content-id-47757053055 .row-number-22.dnd-section .span5:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  height: 100%;
  background-image: url(https://19889892.fs1.hubspotusercontent-na1.net/hubfs/19889892/Kazien_Shapes_Build.png) !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  pointer-events: none;
}

/* LINES */
@media(min-width:768px){
  .hs-content-id-47757053055 .row-number-22.dnd-section .span5:after {
    content: '';
    position: absolute;
    top: -39px;
    height: calc(100% + 39px);
    left: 0px;
    width: 1px;
    background-color: #211E29;
    z-index: 1;
    pointer-events: none;
  }

  .hs-content-id-47757053055 .row-number-22.dnd-section > .row-fluid > .span12  {
    position: relative;
  }

  .hs-content-id-47757053055 .row-number-22.dnd-section > .row-fluid > .span12:before  {
    content: '';
    position: absolute;
    bottom: -2px;
    left: -50vw;
    right: -50vw;
    width: 100vw;
    margin: auto;
    height: 1px;
    background-color: #211e29;
  }

  .hs-content-id-47757053055 .row-number-22.dnd-section > .row-fluid > .span12 .span7 .row-number-24 .span12 {
    position: relative;
  }

  .hs-content-id-47757053055 .row-number-22.dnd-section > .row-fluid > .span12 .span7 .row-number-24 .span12:before {
    content: '';
    position: absolute;
    bottom: -90px;
    left: -50vw;
    width: 200vw;
    height: 1px;
    background-color: #211e29;
  }

  .hs-content-id-47757053055 .row-number-9 > .row-fluid > .span12 {
    position: relative;
  }

  .hs-content-id-47757053055 .row-number-9 > .row-fluid > .span12:before {
    content: '';
    position: absolute;
    top: -80px;
    height: calc(100% + 130px);
    left: -30px;
    width: 1px;
    background-color: #42F49E;
    z-index: 1;
    pointer-events: none;
  }

  .hs-content-id-47757053055 .row-number-9 > .row-fluid > .span12 > .row-fluid-wrapper.row-number-12.dnd-row {
    position: relative;
  }

  .hs-content-id-47757053055 .row-number-9 > .row-fluid > .span12 > .row-fluid-wrapper.row-number-12.dnd-row:before {
    content: '';
    position: absolute;
    top: 0px;
    left: -50vw;
    right: -50vw;
    width: 100vw;
    margin: auto;
    height: 1px;
    background-color: #42F49E;
  }

  .hs-content-id-47757053055 .row-number-9 > .row-fluid > .span12 > .row-fluid-wrapper.row-number-12.dnd-row:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: -50vw;
    right: -50vw;
    width: 100vw;
    margin: auto;
    height: 1px;
    background-color: #42F49E;
  }
  
  .hs-content-id-47757053055 .body-container > .row-fluid-wrapper > .row-fluid > .span12.widget-span.widget-type-cell {
    overflow-x: hidden;
  }

  .hs-content-id-47757053055 .body-container > .row-fluid-wrapper > .row-fluid .span12 > .row-number-2.dnd-row {
    padding-top: 0;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 80px;
  }

  .hs-content-id-47757053055 .body-container > .row-fluid-wrapper > .row-fluid .span12 > .row-number-2.dnd-row:before {
    content: '';
    position: absolute;
    left: -50vw;
    right: -50vw;
    width: 100vw;
    margin: 0 auto;
    height: 1px;
    background-color: #211e29;
    bottom: 0;
  }
}
/*END OF LINES*/

.hs-content-id-47757053055 .row-number-28.dnd-section {
padding: 40px 20px !important;
}

.hs-content-id-47757053055 #hs_cos_wrapper_widget_1621774165284_ a {
  color: #211e29
}

/*Kaizen--3*/
.hs-content-id-47903563279 #hs_cos_wrapper_widget_1621698985637_,
.hs-content-id-51158783296 #hs_cos_wrapper_widget_1621698985637_{
  display: block;
  width: 80px;
}

.hs-content-id-47903563279 #hs_cos_wrapper_widget_1621981349500_,
.hs-content-id-51158783296 #hs_cos_wrapper_widget_1621981349500{
  display: block;
  width: 280px;
}

.hs-content-id-47903563279 .row-number-1.dnd-section,
.hs-content-id-51158783296 .row-number-1.dnd-section {
  padding: 40px 20px;
  border-bottom: 1px solid #211e29;
}

.hs-content-id-47903563279 .row-number-4.dnd-section,
.hs-content-id-51158783296 .row-number-4.dnd-section {
  padding: 40px 20px;
  border-bottom: 1px solid #211e29;
}

.hs-content-id-47903563279 .row-number-7.dnd-section,
.hs-content-id-51158783296 .row-number-7.dnd-section {
  padding: 40px 20px !important;
  border-bottom: 1px solid #211e29;
}

.hs-content-id-47903563279 .dnd-section > .row-fluid,
.hs-content-id-51158783296 .dnd-section > .row-fluid {
  position: relative;
}

.hs-content-id-47903563279 .dnd-section > .row-fluid:before,
.hs-content-id-51158783296 .dnd-section > .row-fluid:before {
  content: '';
  position: absolute;
  top: -41px;
  left: -60px;
  width: 1px; 
  height: calc(100% + 82px);
  background: #211e29;
}

@media(min-width: 767px) {
  .hs-content-id-47903563279 #hs_cos_wrapper_widget_1621614727767,
  .hs-content-id-51158783296 #hs_cos_wrapper_widget_1621614727767{
    padding-right: 24px;
  }
}

.hs-content-id-47903563279 #hs_cos_wrapper_widget_1621614727767_ h2,
.hs-content-id-51158783296 #hs_cos_wrapper_widget_1621614727767_ h2 {
  font: normal normal 500 60px/70px Work Sans;
  letter-spacing: 0px;
  color: #211E29;
  margin-bottom: 32px;
}

.hs-content-id-47903563279 #hs_cos_wrapper_widget_1621614727767_ p,
.hs-content-id-51158783296 #hs_cos_wrapper_widget_1621614727767_ p {
  font: normal normal normal 25px/35px Work Sans;
  letter-spacing: 0px;
  color: #211E29;
}

.hs-content-id-47903563279 #hs_cos_wrapper_widget_1621981429518_ form,
.hs-content-id-51158783296 #hs_cos_wrapper_widget_1621981429518_ form {
  background: transparent;
  border: none;
  padding: 24px 0;  
}

.hs-content-id-47903563279 #hs_cos_wrapper_widget_1621981429518_ input:not([type="submit"]),
.hs-content-id-51158783296 #hs_cos_wrapper_widget_1621981429518_ input:not([type="submit"]) {
  background: #fff;
  border-radius: 0;
  max-width: 100%;
}

.hs-content-id-47903563279 #hs_cos_wrapper_widget_1621981429518_ input[type="submit"],
.hs-content-id-51158783296 #hs_cos_wrapper_widget_1621981429518_ input[type="submit"] {
  background: #211E29;
  color: #ffffff;
  border: 1px solid #211E29;
  border-radius: 0;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  padding-left: 16px;
}

.hs-content-id-47903563279 #hs_cos_wrapper_widget_1621981429518_ input[type="submit"]:hover,
.hs-content-id-51158783296 #hs_cos_wrapper_widget_1621981429518_ input[type="submit"]:hover{
  background-color: rgba(0, 0, 0, .92);
  color: #ffffff;
  border: 1px solid rgba(0, 0, 0, .92);
}

.hs-content-id-47903563279 #hs_cos_wrapper_widget_1621981429518_ form .hs_submit.hs-submit,
.hs-content-id-51158783296 #hs_cos_wrapper_widget_1621981429518_ form .hs_submit.hs-submit {
  position: relative;
}

.hs-content-id-47903563279 #hs_cos_wrapper_widget_1621981429518_ form .hs_submit.hs-submit:after,
.hs-content-id-51158783296 #hs_cos_wrapper_widget_1621981429518_ form .hs_submit.hs-submit:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 20px;
  height: 20px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAABWklEQVR4Xu3aQQ4BURAE0JqFI1k5hJUb4FC4gQ2HsHIkG/nJSCaTERK6q+iyH3/q/e4RPb9D8U9XPD8M4AooLuAWKF4Afgi6BdwCxQXcAsULIPRXYA5g2wPvAFwVsaNaoIW/AJj1oW8AVgDOaghRAHsA61FYSYRMgOYhhxAFMG6BYTFIIUQBtMBLAMfBc0ASIRLgJxCiAeQRMgCkEbIAZBEyASQRsgHkEBgAUggsABkEJoAEAhuAjqAAQEVQAXgHYRExVFECeCCcngxNDgA23x6oGODboh9836u/z3/dAq/Ch80TFVqAFr5VKxuAGp4NQA/PBJAIzwKQCc8AkAqfDSAXPhNAMnwWgGz4DADp8NEA8uEjAcq/HJ06H1Dq9Xj5AxLlj8i0ci99SOqDwVDupex5QG7aidUMQN8C8g24AsgbQF/eFUDfAvINuALIG0Bf3hVA3wLyDZSvgDsgwm5BJwy5WQAAAABJRU5ErkJggg==');
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(100%);
  pointer-events: none;
}

.hs-content-id-47903563279 #hs_cos_wrapper_widget_1621981429518_ ::placeholder,
.hs-content-id-51158783296 #hs_cos_wrapper_widget_1621981429518_ ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #211E29;
  opacity: 1; /* Firefox */
}

.hs-content-id-47903563279 #hs_cos_wrapper_widget_1621981429518_ :-ms-input-placeholder,
.hs-content-id-51158783296 #hs_cos_wrapper_widget_1621981429518_ :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #211E29;
}

.hs-content-id-47903563279 #hs_cos_wrapper_widget_1621981429518_ ::-ms-input-placeholder,
.hs-content-id-51158783296 #hs_cos_wrapper_widget_1621981429518_ ::-ms-input-placeholder { /* Microsoft Edge */
  color: #211E29;
}

.hs-content-id-47903563279 #hs_cos_wrapper_widget_1621981531283_ h2,
.hs-content-id-51158783296 #hs_cos_wrapper_widget_1621981531283_ h2 {
  font: normal normal 500 41px/35px Work Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.hs-content-id-47903563279 #hs_cos_wrapper_widget_1621981531283_ p,
.hs-content-id-51158783296 #hs_cos_wrapper_widget_1621981531283_ p {
  font: normal normal normal 25px/35px Work Sans;
  letter-spacing: 0px;
  color: #211E29
}

.hs-content-id-47903563279 #hs_cos_wrapper_widget_1621697557742_ h2,
.hs-content-id-51158783296 #hs_cos_wrapper_widget_1621697557742_ h2 {
  text-align: center;
  font: normal normal 500 60px/50px Work Sans;
  letter-spacing: 0px;
  color: #211E29;
  margin-bottom: 24px;
}

.hs-content-id-47903563279 #hs_cos_wrapper_widget_1621697557742_ p,
.hs-content-id-51158783296 #hs_cos_wrapper_widget_1621697557742_ p {
  text-align: center;
  font: normal normal 300 41px/60px Work Sans;
  letter-spacing: 0px;
  color: #211E29;
  margin-bottom: 90px;
}

.hs-content-id-47903563279 #hs_cos_wrapper_widget_1621981649218_ h4,
.hs-content-id-51158783296 #hs_cos_wrapper_widget_1621981649218_ h4 {
  text-align: center;
  font: normal normal 300 52px/60px Work Sans;
  letter-spacing: 0px;
  color: #211E29;
  text-transform: uppercase;
  margin-top: 60px;
}

.hs-content-id-47903563279 #hs_cos_wrapper_widget_1621698693006_,
.hs-content-id-51158783296 #hs_cos_wrapper_widget_1621698693006_ {
  display: block;
  width: 40px;
}

.hs-content-id-47903563279 #hs_cos_wrapper_widget_1621981683145_,
.hs-content-id-51158783296 #hs_cos_wrapper_widget_1621981683145_ {
  display: block;
  width: 60px;
}

.hs-content-id-47903563279 .row-number-8.dnd-section .row-number-12.dnd-row .span6,
.hs-content-id-51158783296 .row-number-8.dnd-section .row-number-12.dnd-row .span6 {
  width: auto;
}

.hs-content-id-47903563279 .row-number-8.dnd-section .row-number-12.dnd-row .span6:last-child,
.hs-content-id-51158783296 .row-number-8.dnd-section .row-number-12.dnd-row .span6:last-child {
  margin-left: 10px;
}

.hs-content-id-47903563279 .dnd_area-row-3-padding,
.hs-content-id-51158783296 .dnd_area-row-3-padding {
  padding: 40px 20px !important;
}

.hs-content-id-47903563279 .row-number-8.dnd-section,
.hs-content-id-51158783296 .row-number-8.dnd-section {
  overflow: hidden;
  position: relative;
}

.hs-content-id-47903563279 .row-number-8.dnd-section:before,
.hs-content-id-51158783296 .row-number-8.dnd-section:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(https://19889892.fs1.hubspotusercontent-na1.net/hubfs/19889892/Kazien_Shapes_Connect_50.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  
  /* FLIP BACKGROUND */
  -moz-transform: scaleX(-1)
    -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}


.hs-content-id-47903563279 .row-number-8.dnd-section .row-number-12.dnd-row,
.hs-content-id-51158783296 .row-number-8.dnd-section .row-number-12.dnd-row{
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
  margin-bottom: -10px;
}

.hs-content-id-47903563279 .row-number-8.dnd-section .row-number-12.dnd-row:before,
.hs-content-id-51158783296 .row-number-8.dnd-section .row-number-12.dnd-row:before {
  content: '';
  position: absolute;
  left: -50vw;
  right: -50vw;
  width: 100vw;
  margin: 0 auto;
  height: 1px;
  background-color: #211E29;
  top: 0;
}

@media(max-width: 767px ) {
  .hs-content-id-47903563279 .row-number-12.dnd-row > .row-fluid,
  .hs-content-id-47903563279 .row-number-1.dnd-section > .row-fluid,
  .hs-content-id-51158783296 .row-number-12.dnd-row > .row-fluid,
  .hs-content-id-51158783296 .row-number-1.dnd-section > .row-fluid {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
}

/*kaizen--3*/

.hs-content-id-47903561795 .row-number-1.dnd-section {
  border-bottom: 1px solid #211E29;
  padding: 20px !important;
}

.hs-content-id-47903561795 .row-number-1.dnd-section.dnd_area-row-1-background-color {
  padding: 50px 20px !important;
}

.hs-content-id-47903561795 .row-number-1.dnd-section .span4 {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media(min-width: 767px) {
  .hs-content-id-47903561795 .row-number-1.dnd-section .span4:not(:last-child) {
    width: auto;
  }

  .hs-content-id-47903561795 .row-number-1.dnd-section .span4:last-child {
    margin-left: auto;
    align-items: flex-end;
  }
}

.hs-content-id-47903561795 #hs_cos_wrapper_widget_1621698985637_ {
  display: block;
  width: 66px;
}

.hs-content-id-47903561795 #hs_cos_wrapper_widget_1621979335097_ {
  display: block;
  width: 132px;
}


.hs-content-id-47903561795 #hs_cos_wrapper_widget_1621979365117 .button {
  margin: 0;
  border: 1px solid #211E29;
  background-color: #211E29;
  border-radius: 0;
  font: normal normal bold 18px/21px Work Sans;
  padding: 16px 40px;
  margin: 15px 0;
}

.hs-content-id-47903561795 #hs_cos_wrapper_widget_1621979365117 .button:hover {
  background-color: rgba(33, 30, 41, .82);
}

.hs-content-id-47903561795 #hs_cos_wrapper_widget_1621614727767_ h2 {
  text-align: left;
  font: normal normal 500 60px/72px Work Sans;
  letter-spacing: 0px;
  color: #211E29;
}

@media(min-width: 767px) {
  .hs-content-id-47903561795 #hs_cos_wrapper_widget_1621614727767_ h2 {
    font: normal normal 500 78px/92px Work Sans;
  }
}

.hs-content-id-47903561795 #hs_cos_wrapper_widget_1621614727767_ p {
  text-align: left;
  font: normal normal normal 25px/36px Work Sans;
  letter-spacing: 0px;
  color: #211E29;
  margin-top: 50px;
}

/* FORM KAIZEN--2 */
.hs-content-id-47903561795 .row-number-1.dnd-section .span5{
  padding: 40px; 
  background: rgba(33, 30, 41,.13);
}

.hs-content-id-47903561795 #hs_cos_wrapper_widget_1622157817333_ h2 {
  text-align: left;
  font: normal normal bold 30px/35px Work Sans;
  letter-spacing: 0px;
  color: #211E29;
}

.hs-content-id-47903561795 #hs_cos_wrapper_widget_1622157817333_ p {
  text-align: left;
  font: normal normal normal 20px/24px Work Sans;
  letter-spacing: 0px;
  color: #211E29;
}

.hs-content-id-47903561795 #hs_cos_wrapper_widget_1621979750824_ form {
  background: transparent;
  border: none;
  padding: 0;  
  border-radius: 0;
}

/*
.hs-content-id-47903561795 #hs_cos_wrapper_widget_1621979750824_ label {
  display: none;
}*/

.hs-content-id-47903561795 #hs_cos_wrapper_widget_1621979750824_ input:not([type="submit"]) {
  background: #fff;
  border-radius: 0;
  max-width: 100%;
}

.hs-content-id-47903561795 #hs_cos_wrapper_widget_1621979750824_ input[type="submit"] {
  background: #211E29;
  color: #ffffff;
  border: 1px solid #211E29;
  border-radius: 0;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  padding-left: 16px;
  max-width: 100%;
  margin-bottom: 0;
}

.hs-content-id-47903561795 #hs_cos_wrapper_widget_1621979750824_ input[type="submit"]:hover {
  background-color: rgba(0, 0, 0, .92);
  color: #ffffff;
  border: 1px solid rgba(0, 0, 0, .92);
}

.hs-content-id-47903561795 #hs_cos_wrapper_widget_1621979750824_ form .hs_submit.hs-submit {
  position: relative;
}

.hs-content-id-47903561795 #hs_cos_wrapper_widget_1621979750824_ form .hs_submit.hs-submit:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 20px;
  height: 20px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAABWklEQVR4Xu3aQQ4BURAE0JqFI1k5hJUb4FC4gQ2HsHIkG/nJSCaTERK6q+iyH3/q/e4RPb9D8U9XPD8M4AooLuAWKF4Afgi6BdwCxQXcAsULIPRXYA5g2wPvAFwVsaNaoIW/AJj1oW8AVgDOaghRAHsA61FYSYRMgOYhhxAFMG6BYTFIIUQBtMBLAMfBc0ASIRLgJxCiAeQRMgCkEbIAZBEyASQRsgHkEBgAUggsABkEJoAEAhuAjqAAQEVQAXgHYRExVFECeCCcngxNDgA23x6oGODboh9836u/z3/dAq/Ch80TFVqAFr5VKxuAGp4NQA/PBJAIzwKQCc8AkAqfDSAXPhNAMnwWgGz4DADp8NEA8uEjAcq/HJ06H1Dq9Xj5AxLlj8i0ci99SOqDwVDupex5QG7aidUMQN8C8g24AsgbQF/eFUDfAvINuALIG0Bf3hVA3wLyDZSvgDsgwm5BJwy5WQAAAABJRU5ErkJggg==');
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(100%);
  pointer-events: none;
}

.hs-content-id-47903561795 #hs_cos_wrapper_widget_1621979750824_ ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #211E29;
  opacity: 1; /* Firefox */
}

.hs-content-id-47903561795 #hs_cos_wrapper_widget_1621979750824_ :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #211E29;
}

.hs-content-id-47903561795 #hs_cos_wrapper_widget_1621979750824_ ::-ms-input-placeholder { /* Microsoft Edge */
  color: #211E29;
}

.hs-content-id-47903561795 #hs_cos_wrapper_widget_1621979882275_ h2 {
  text-align: left;
  font: normal normal normal 40px/36px Work Sans;
  letter-spacing: 0px;
  color: #211E29;
}

.hs-content-id-47903561795 #hs_cos_wrapper_widget_1621979882275_ p {
  text-align: left;
  font: normal normal normal 25px/36px Work Sans;
  letter-spacing: 0px;
  color: #211E29;
  margin-top: 30px;
  max-width: 420px;
}

.hs-content-id-47903561795 #hs_cos_wrapper_widget_1621697887606_ h2 {
  text-align: center;
  font: normal normal 500 50px/62px Work Sans;

  letter-spacing: 0px;
  color: #42F49E;
  margin-bottom: 60px;
}

@media(min-width: 767px) {
  .hs-content-id-47903561795 #hs_cos_wrapper_widget_1621697887606_ h2 {
    font: normal normal 500 73px/86px Work Sans;
  }
}

.hs-content-id-47903561795 #hs_cos_wrapper_module_1621697837728 .feature__title, 
.hs-content-id-47903561795 #hs_cos_wrapper_module_1621697782660 .feature__title,
.hs-content-id-47903561795 #hs_cos_wrapper_module_16216978429363 .feature__title,
.hs-content-id-47903561795 #hs_cos_wrapper_module_1621697809127 .feature__title {
  text-align: left;
  font: normal normal normal 30px/38px Work Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
}

@media(min-width: 767px) and (max-width:1080px) {
  .hs-content-id-47903561795 #hs_cos_wrapper_module_1621697837728 .feature__title, 
  .hs-content-id-47903561795 #hs_cos_wrapper_module_1621697782660 .feature__title,
  .hs-content-id-47903561795 #hs_cos_wrapper_module_16216978429363 .feature__title,
  .hs-content-id-47903561795 #hs_cos_wrapper_module_1621697809127 .feature__title {
    font-size: 20px;
    line-height: 26px;
  }
}

.hs-content-id-47903561795 #hs_cos_wrapper_module_16216978429363 .feature__title {
  text-transform: capitalize;
}

.hs-content-id-47903561795 #hs_cos_wrapper_module_1621697837728 .feature__title + div > p, 
.hs-content-id-47903561795 #hs_cos_wrapper_module_1621697782660 .feature__title + div > p,
.hs-content-id-47903561795 #hs_cos_wrapper_module_16216978429363 .feature__title + div > p,
.hs-content-id-47903561795 #hs_cos_wrapper_module_1621697809127 .feature__title + div > p {
  text-align: left;
  font: normal normal normal 18px/21px Work Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-top: 18px;
}

@media(min-width: 767px) and (max-width:1080px) { 
  .hs-content-id-47903561795 #hs_cos_wrapper_module_1621697837728 .feature__title + div > p, 
  .hs-content-id-47903561795 #hs_cos_wrapper_module_1621697782660 .feature__title + div > p,
  .hs-content-id-47903561795 #hs_cos_wrapper_module_16216978429363 .feature__title + div > p,
  .hs-content-id-47903561795 #hs_cos_wrapper_module_1621697809127 .feature__title + div > p {
    font-size: 16px;
    line-height: 22px;
  }
}

.hs-content-id-47903561795 #hs_cos_wrapper_module_1621697837728 .feature__image, 
.hs-content-id-47903561795 #hs_cos_wrapper_module_1621697782660 .feature__image,
.hs-content-id-47903561795 #hs_cos_wrapper_module_16216978429363 .feature__image, 
.hs-content-id-47903561795 #hs_cos_wrapper_module_1621697809127 .feature__image {
  display: flex;
  width: 80px;
  height: 80px;
  margin-left: 0;
}

.hs-content-id-47903561795 #hs_cos_wrapper_module_1621697837728 .feature__image img, 
.hs-content-id-47903561795 #hs_cos_wrapper_module_1621697782660 .feature__image img,
.hs-content-id-47903561795 #hs_cos_wrapper_module_16216978429363 .feature__image img, 
.hs-content-id-47903561795 #hs_cos_wrapper_module_1621697809127 .feature__image img {
  object-fit: contain;
}

.hs-content-id-47903561795 #hs_cos_wrapper_widget_1621980321689_ h2{
  text-align: center;
  font: normal normal 300 51px/59px Work Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-top: 40px;
}

.hs-content-id-47903561795 .row-number-8.dnd-section {
  padding: 60px 20px !important;
}


/* FAQ */
.hs-content-id-47903561795 #hs_cos_wrapper_widget_1621980623181_ p {
  text-align: left;
  font: normal normal bold 38px/44px Work Sans;
  letter-spacing: 0px;
  color: #211E29;
}

.faq-wrapper {
  margin-top: 60px;
}

.faq-wrapper .faq-head {
  position: relative;
  text-align: left;
  font: normal normal bold 25px/29px Work Sans;
  letter-spacing: 0px;
  color: #211E29;
  padding-right: 40px;
  cursor: pointer;
}

.faq-wrapper .faq-head:after {
  content: '';
  position: absolute;
  right: 0;
  top: 7px;
  width: 20px;
  height: 20px;
  background: url('https://19889892.fs1.hubspotusercontent-na1.net/hubfs/19889892/question-mark.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.faq-wrapper .faq-body {
  text-align: left;
  font: normal normal normal 18px/28px Work Sans;
  letter-spacing: 0px;
  color: #211E29;
  padding-top: 20px;
}

.faq-wrapper .faq-item {
  margin-bottom: 30px;
}

/* QUOTE */

.hs-content-id-47903561795 #hs_cos_wrapper_widget_1621981014479_ p {
  position: relative;
  padding-top: 60px;
}

.hs-content-id-47903561795 #hs_cos_wrapper_widget_1621981014479_ p:before {
  content: '';
  position:absolute;
  left: 0;
  right: 0;
  top: 0px;
  height: 60px;
  width: 60px;
  background: url(https://19889892.fs1.hubspotusercontent-na1.net/hubfs/19889892/kaizen-quotes-green.png);
  background-size: contain;
  background-repeat: no-repeat;
}


@media(min-width: 767px) {
  .hs-content-id-47903561795 #hs_cos_wrapper_widget_1621981014479_ p {
    position: relative;
    padding-left: 200px;
    padding-top: 0;
    font: normal normal normal 38px/50px Work Sans;
    margin-top: 80px;
  }

  .hs-content-id-47903561795 #hs_cos_wrapper_widget_1621981014479_ p:before {
    content: '';
    position: absolute;
    left: 0;
    right: initial;
    top: 12px;
    height: 160px;
    width: 160px;
    background: url(https://19889892.fs1.hubspotusercontent-na1.net/hubfs/19889892/kaizen-quotes-green.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
/* QUOTE */

.hs-content-id-47903561795 #hs_cos_wrapper_module_16219812078583 .button {
  margin: 0;
  border: 1px solid #FFD132;
  background-color: #FFD132;
  border-radius: 0;
  font: normal normal bold 18px/21px Work Sans;
  padding: 16px 40px;
  margin: 15px 0;
  color: #211E29;
}

.hs-content-id-47903561795 #hs_cos_wrapper_widget_1621981049895_ h3 {
  text-align: left;
  font: normal normal 300 58px/68px Work Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.hs-content-id-47903561795 #hs_cos_wrapper_module_16219812078583 .button:hover {
  background-color: rgba(255, 209, 50, .82);
}

.hs-content-id-47903561795 #hs_cos_wrapper_widget_1621698442552_ h2 {
  text-align: left;
  font: normal normal normal 20px/35px Work Sans;
  letter-spacing: 0px;
  color: #211E29;
  margin-top: 40px;
}

.hs-content-id-47903561795 .row-number-24.dnd-section,
.hs-content-id-47903561795 .row-number-19.dnd-section {
  padding: 20px !important;
}

.hs-content-id-47903561795 .row-number-16.dnd-section {
  padding: 60px 20px 20px 20px !important;
}

@media(min-width: 767px) {
  .hs-content-id-47903561795 .row-number-24.dnd-section,
  .hs-content-id-47903561795 .row-number-19.dnd-section,
  .hs-content-id-47903561795 .row-number-16.dnd-section {
    padding: 60px 20px !important;
  }
}

.hs-content-id-47903561795 #hs_cos_wrapper_widget_1622227602849_ {
  margin-bottom: 40px;
  display: block;
  max-width: 220px;
}

@media(min-width: 767px) { 
  .hs-content-id-47903561795 #hs_cos_wrapper_widget_1622227602849_ {
    margin-bottom: 0;
  }
}


/*bugfix black section feature with icons alignment and text breaking */
.hs-content-id-47903561795 .row-number-8.dnd-section .row-number-10.dnd-row .row-fluid [class*='span'],
.hs-content-id-47757053055 .row-number-9.dnd-section .row-number-16.dnd-row .row-fluid [class*='span'] {
  height: 100%;
}