







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








.content-wrapper {
  max-width: 1320px;
}

@media screen and (min-width: 1380px) {
  .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;
}

.dnd-section > .row-fluid {
  max-width: 1320px;
}





html {
  font-size: 16px;
}

body {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #FFFFFF;
  color: #595959;
  font-size: 16px;
}

/* Paragraphs */

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

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

/* Anchors */

a {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #101925;
}

a:hover, a:focus {
  font-weight: normal; text-decoration: underline; font-family: Manrope, sans-serif; font-style: normal;
  color: #101925;
}

a:active {
  font-weight: normal; text-decoration: underline; font-family: Manrope, sans-serif; font-style: normal;
  color: #606975;
}

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #1f2a39;
  text-transform: none;
}



  h1 {
    font-family: Manrope, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    color: #1f2a39;
    font-size: 58px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h2 {
    font-family: Manrope, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    color: #1f2a39;
    font-size: 42px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h3 {
    font-family: Manrope, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    color: #1f2a39;
    font-size: 32px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h4 {
    font-family: Manrope, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    color: #1f2a39;
    font-size: 24px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h5 {
    font-family: Manrope, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    color: #1f2a39;
    font-size: 20px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h6 {
    font-family: Manrope, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    color: #1f2a39;
    font-size: 18px;
    letter-spacing: 0px;
    text-transform: none;
  }



/* Lists */

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

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

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

/* Blockquote */

blockquote {
  border-left: 10px solid #1f2a39;
  padding-left: 1.5rem;
}

/* Horizontal Rules */

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





/* Primary Button */

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

  
  
    
  


  rgba(44, 218, 172, 1.0)

;
  border: 1px solid #2cdaac;
  border-radius: 5px;
  color: #101925;
  fill: #101925;
  font-size: 16px;
  padding: 13px 23px;
  text-transform: none;
}

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

  
  
    
  


  rgba(0, 158, 131, 1.0)

;
  border: 1px solid #009E83;
  color: #101925;
}

button:active,
.button:active {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(80, 238, 211, 100);
  border: 1px solid #009E83;
  border-color: #50eed3;
  color: #101925;
}

/* Disabled Button */

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  color: #f1f1f1;
}

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

/* Secondary Button */

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

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  color: #101925;
  fill: #101925;
  padding: 13px 23px;
  text-transform: none;
}

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

  
  
    
  


  rgba(238, 238, 238, 0.0)

;
  border: 1px solid #d6d6d6;
  color: #101925;
  fill: #101925;
}

.button.button--secondary:active {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #d6d6d6;
  border-color: #ffffff;
  color: #606975;
  fill: #606975;
}

/* Simple Button */

.button.button--simple {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #2cdaac;
  fill: #2cdaac;
  text-transform: uppercase;
}



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



.button.button--simple:hover,
.button.button--simple:focus {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #009E83;
  fill: #009E83;
}



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



.button.button--simple:active {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #50eed3;
  fill: #50eed3;
}

/* Button Sizing */

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

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





form {
  background-color: 

  
  
    
  


  rgba(0, 50, 109, 0.0)

;
  border: 1px none #D0D0D0;
  border-radius: 0px;
  padding: 0px 0px;
}

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

/* Form Title */

.form-title {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 50, 109, 1.0)

;
  border: 1px none #D0D0D0;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  color: #FFFFFF;
  font-size: 32px;
  padding: 25px 25px;
  text-transform: none;
}

/* Labels */

.hs-form-field > label,
.hs-form-field > label span {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #1f2a39;
  font-size: 16px;
  padding: 6px 0px;
}

/* Help Text - Legends */

.hs-form-field legend {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1f2a39;
  font-size: 14px;
}

/* Inputs */

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  color: #595959;
  font-size: 16px;
  padding: 12px 12px;
}

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

::-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: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1f2a39;
  font-size: 16px;
}

/* Inputs - Datepicker */

.fn-date-picker .pika-table thead th {
  background-color: 

  
  
    
  


  rgba(0, 50, 109, 1.0)

;
  color: #FFFFFF;
}

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

.hs-datepicker .is-selected button.pika-button {
  background-color: #1f2a39;
  color: #595959;
}

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

/* 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-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1f2a39;
}

/* GDPR Text */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1f2a39;
  font-size: 14px;
}

/* Validation */

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

.hs-error-msg,
.hs-error-msgs {
  color: #ef6b51;
}

/* Submit */



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

  
  
    
  


  rgba(44, 218, 172, 1.0)

;
    border: 1px solid #2cdaac;
    border-radius: 5px;
    color: #101925;
    fill: #101925;
    padding: 13px 23px;
    text-transform: none;
  }

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

  
  
    
  


  rgba(0, 158, 131, 1.0)

;
    border: 1px solid #009E83;
    color: #101925;
  }

  form input[type='submit']:active,
  form .hs-button:active {
    font-family: Manrope, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: rgba(80, 238, 211, 100);
    border: 1px solid #009E83;
    border-color: #50eed3;
}





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



/* Inline Thank You Message */

.submitted-message {
  background-color: 

  
  
    
  


  rgba(0, 50, 109, 0.0)

;
  border: 1px none #D0D0D0;
  border-radius: 0px;
  padding: 0px 0px;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #D2E9FC;
}

th,
td {
  border: 1px solid #D2E9FC;
  color: #595959;
  padding: 15px 15px;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 50, 109, 1.0)

;
  border-bottom: 2px none #D2E9FC;
  color: #FFFFFF;
}

tbody + tbody {
  border-top: 2px none #D2E9FC;
}






.header {
  background-color: 

  
  
    
  


  rgba(31, 42, 57, 1.0)

;
  border-bottom: 1px none #FFFFFF;
}

.header__container {
  max-width: 1320px;
}

/* Header Content */

.header p,
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header span,
.header div,
.header li,
.header blockquote,
.header .related-post__title a {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Logo */

.header__logo .logo-company-name {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Navigation Menu */

.navigation-primary .menu-item a {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: none;
}

.navigation-primary .menu-item a:hover,
.navigation-primary .menu-item a:focus {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #2cdaac;
}

.navigation-primary .menu-item a:active {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #2cdaac;
}

.navigation-primary .submenu:not(.level-1) {
  background-color: 

  
  
    
  


  rgba(31, 42, 57, 1.0)

;
}

.navigation-primary .submenu:not(.level-1) .menu-item .menu-link:hover,
.navigation-primary .submenu:not(.level-1) .menu-item .menu-link:focus {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(239, 247, 255, 0.0)

;
  color: #2cdaac;
}

.navigation-primary .submenu:not(.level-1) .menu-item .menu-link:active {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(44, 218, 172, 0.0)

;
  color: #2cdaac;
}


@media (min-width: 768px) {
  .navigation-primary .submenu:not(.level-1) {
    border: 2px solid #EFF7FE;
  }
}

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

  
  
    
  


  rgba(31, 42, 57, 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: #FFFFFF;
  }

  .navigation-primary .submenu.level-1 .menu-item .menu-link:hover,
  .navigation-primary .submenu.level-1 .menu-item .menu-link:focus {
    font-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(239, 247, 255, 0.0)

;
    color: #2cdaac;
  }

  .navigation-primary .submenu.level-1 .menu-item .menu-link:active {
    font-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(44, 218, 172, 0.0)

;
    color: #2cdaac;
  }
}

/* Menu Toggle */

@media screen and (max-width: 767px) {
  body .header__navigation-toggle svg,
  body .menu-arrow svg {
    fill: #FFFFFF;
  }
}

/* Language Switcher */

.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(31, 42, 57, 1.0)

;
  border: 2px solid #EFF7FE;
}

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

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: none;
}

.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li:focus a,
.header__language-switcher .lang_list_class li a:active {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #2cdaac;
}

.header__language-switcher .lang_list_class li:hover,
.header__language-switcher .lang_list_class li:focus {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(239, 247, 255, 0.0)

;
  color: #2cdaac;
}

/* Blog Post Listing Module */

.header .blog-post-listing h1,
.header .blog-post-listing h2,
.header .blog-post-listing h3,
.header .blog-post-listing h4,
.header .blog-post-listing h5,
.header .blog-post-listing h6,
.header .blog-post-listing p,
.header .blog-post-listing div,
.header .blog-post-listing span {
  color: #595959;
}

/* Related Posts Module */

.header .related-post__title a:hover,
.header .related-post__title a:focus {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header .related-post__title a:active {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Social Follow Module */

.header .social-links__icon svg {
  fill: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header .social-links__icon:hover svg {
  fill: 

  
  
    
  


  rgba(31, 42, 57, 1.0)

;
}

.header .social-links__icon:hover {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}





.footer--site-page {
  background-color: 

  
  
    
  


  rgba(31, 42, 57, 1.0)

;
  border-top: 1px none #00C6AB;
}

.footer--landing-page {
  background-color: #FFFFFF;
}

.footer__container {
  max-width: 1320px;
}

.footer__bottom-section {
  border-color: #FFFFFF;
  border-top: 2px solid #EFF7FE;
}

/* Footer Content */

.footer--site-page h1,
.footer--site-page h2,
.footer--site-page h3,
.footer--site-page h4,
.footer--site-page h5,
.footer--site-page h6,
.footer--site-page p,
.footer--site-page a:not(.button),
.footer--site-page div,
.footer--site-page span,
.footer--site-page blockquote,
.footer--site-page .related-post__title a {
  color: #FFFFFF;
}



  .footer--site-page h4 {
      font-family: Manrope, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
      font-size: 18px;
      letter-spacing: 0px;
      text-transform: none;
  }



/* Footer Menu */

.footer .hs-menu-item a {
  font-weight: normal; text-decoration: underline; font-family: Manrope, sans-serif; font-style: normal;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: none;
}

.footer .hs-menu-item a:hover,
.footer .hs-menu-item a:focus {
  font-weight: normal; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
  color: #2cdaac;
}

.footer .hs-menu-item a:active {
  font-weight: normal; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
  color: #2cdaac;
}

/* Form Module */

.footer--site-page .form-title,
.footer--site-page form .hs-richtext,
.footer--site-page form .hs-richtext *,
.footer--site-page form .hs-richtext p,
.footer--site-page form .hs-richtext h1,
.footer--site-page form .hs-richtext h2,
.footer--site-page form .hs-richtext h3,
.footer--site-page form .hs-richtext h4,
.footer--site-page form .hs-richtext h5,
.footer--site-page form .hs-richtext h6,
.footer--site-page .hs-form-field > label,
.footer--site-page .hs-form-field > label span,
.footer--site-page .hs-form-field legend,
.footer--site-page form .inputs-list:not(.no-list) label,
.footer--site-page form .inputs-list:not(.no-list) label > span,
.footer--site-page form .inputs-list:not(.no-list) label > span p {
  color: #FFFFFF;
}

/* Blog Post Listing Module */

.footer .blog-post-listing h1,
.footer .blog-post-listing h2,
.footer .blog-post-listing h3,
.footer .blog-post-listing h4,
.footer .blog-post-listing h5,
.footer .blog-post-listing h6,
.footer .blog-post-listing p,
.footer .blog-post-listing div,
.footer .blog-post-listing span {
  color: #595959;
}

/* Related Posts Module */

.footer--site-page .related-post__title a:hover,
.footer--site-page .related-post__title a:focus {
  color: #afafaf;
}

.footer--site-page .related-post__title a:active {
  color: #ffffff;
}

/* Social Follow Module */

.footer--site-page .social-links__icon svg {
  fill: #FFFFFF;
}

.footer--site-page .social-links__icon:hover svg {
  fill: 

  
  
    
  


  rgba(31, 42, 57, 1.0)

;
}

.footer--site-page .social-links__icon:hover {
  background-color: #FFFFFF;
}





/* Blog Title */

.blog-index__post-title a,
.blog-index__post-author-name {
  color: #595959;
}

.blog-index__post-title a:hover,
.blog-index__post-title a:focus {
  color: #090909;
}

.blog-index__post-title a:active {
  color: #a9a9a9;
}

/* Blog Meta - Author */

.blog-index__post-author-name,
.blog-post__author-name {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #595959;
}

.blog-post__author-links svg {
  fill: #595959;
}

.blog-post__author-links a:hover svg {
  fill: #101925;
}

/* Tags */

.blog-index__post-tag-link,
.blog-post__tag-link {
  background-color: 

  
  
    
  


  rgba(31, 42, 57, 0.0)

;
  color: #00C6AB;
}

.blog-index__post-tags svg,
.blog-post__tags svg {
  fill: #1f2a39;
}

/* Blog Listing */

.blog-subheader__author-links a {
  background-color: #101925;
}

.blog-subheader__author-links a:hover {
  background-color: #101925;
}

/* Blog Pagination */

.blog-pagination__link {
  color: #101925;
}

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

.blog-pagination__link:hover svg,
.blog-pagination__link:focus svg {
  fill: #101925;
}

.blog-pagination__link:active {
  color: #606975;
}

.blog-pagination__link:active svg {
  fill: #606975;
}

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

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #d0d0d0;
}

.blog-pagination__link--active {
  background-color: #2cdaac;
  color: #fff;
}

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

/* Blog Post */

.blog-post__image {
  border-radius: 18px;
}

/* Blog Search */

.blog-search form button {
  border-radius: 5px;
}





/* Error Pages - Global */

.error-page:before {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* System Pages - Global */

.hs-search-results__title {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #1f2a39;
}

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

/* Forms in System Pages */

#email-prefs-form h3 {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #1f2a39;
  font-size: 16px;
  padding: 6px 0px;
}

#email-prefs-form,
#email-prefs-form h1,
#email-prefs-form h2 {
  color: #1f2a39;
}

/* Password Prompt */

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

/* Backup Unsubscribe */

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





/* Icon */

body .icon svg {
  fill: #1f2a39;
}

/* Pricing Table */

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

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

/* Image Module */

img {
  max-width: 100%;
}

/* Social Follow */

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

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

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

/* Statististic */

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

body .statistic__info {
  color: #595959;
}

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

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

/* Testimonial Slider */

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

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


html {
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}

.header-top-menu {
  background-color: #101925;
  padding: 7px 20px;
}

.header-top-menu .header__container {
   padding: 0 0
}

.header_top__navigation-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}



.header-top-menu .header__container ul li {
  margin: 0;
  padding: 0 1.2rem;
  line-height: 20px;
}


.header-top-menu .header__container ul > li+li {
    border-left: 1px solid #D6D6D6;
}

.header-cta {
  margin: 0;
  background: #fff !important;
  border: none !important;
  border-radius: 5px;
  padding: 13px 25.5px;
}

.header-cta:hover {
    filter: brightness(90%);
 }

.Toggle {
    display: block;
    height: 1rem;
    width: 24px;
    position: relative;
    cursor: pointer;
    transform: rotate(0);
}

.Toggle-item {
    height: 0.2rem;
    width: 100%;
    position: absolute;
    transition-property: top,transform,opacity;
    transition-duration: .25s;
    transition-timing-function: ease-in-out;
    background-color: currentColor;
    border-radius: 0;
    display: block;
    transform: rotate(0);
}

.Toggle-item:nth-child(2) {
    top: 10px;
}

#nav-toggle:checked+.header__navigation-toggle .Toggle-item:nth-child(1) {
  top: 0.4rem;
  transform: rotate(135deg);
}

#nav-toggle:checked+.header__navigation-toggle .Toggle-item:nth-child(2){
    top: 0.4rem;
    transform: rotate(-135deg);
}

.header-top-menu .header__container ul li:last-child a {
    display: flex;
    align-items: center;
}

.header--landing-page .header__container {
    justify-content: flex-start;
}

@media(min-width: 1025px) {
  
  .header__navigation {
      display: flex;
    align-items: center;
  }
  
  .header-middle-navigation .navigation-primary {
    margin-right: 40px;
    border-right: 1px solid #D6D6D6;
    padding-right: 40px;
  }

  .header-middle-navigation .submenu.level-1 {
     display: flex;
    gap: 0 10px;
  }
  
  .header-middle-navigation .submenu.level-1 > li {
    margin: 0;
  }
  
  .header-top-menu .header__container .submenu.level-1 {
    display: flex;
    align-items: center;
  }
}

@media(min-width: 1281px) { 
  .header-middle-navigation .submenu.level-1 {
    gap: 0 40px;
  }

}

@media(max-width: 1024px) {
  .header-top-menu {
      display: none;
  }
  
  .header__navigation {
    background: background-color: #101925;
    background-color: #1f2a3a;
    margin: 0 !important;
    width: 100%;
    height: 100vh;
    padding: 0 20px;
  }
  
  .submenu.level-1 > li > a {
    padding: 5px 0 !important;
  }
  
  .header-cta svg {
      display: none;
  }
  
  #nav-toggle:checked+.header__navigation-toggle .header__mobile-menu-open-icon {
    display: block !important;
  }
  

} 

.systems-page .success {
    min-width: auto;
}

/* footer */
/* Top Footer */
.top-footer .footer_dnd-row-0-padding > div > div > div > div > div:first-child ul {
  margin-top: 0;
}

.top-footer .footer_dnd-row-0-padding > div > div > div > div > div:first-child ul li {
  margin: 0;
  padding: 0 0 10px;
  line-height: normal;
}

.top-footer .footer_dnd-row-0-padding > div > div > div > div > div:first-child ul li a {
  display: flex;
  text-decoration: none;
}

.top-footer .footer_dnd-row-0-padding > div > div > div > div > div:first-child ul li a svg {
  margin-right: 10px;
}

.top-footer .footer_dnd-row-0-padding > div > div > div > div > div:first-child ul li a svg path {
    fill: #fff;
}



.top-footer .footer_dnd-row-0-padding > div > div > div > div > div:last-child  .hs-menu-wrapper.flyouts > ul > li > a {
    display: block;
    font-weight: 800;
    padding: 0 1rem 1rem;
    border-bottom: 1px solid     currentColor;
    white-space: nowrap;
   text-decoration: none;
   font-weight:800;
  color:#fff !important;
  pointer-events: none;
}

.top-footer .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    display: block;
      margin: 0;
    left: 0 !important;
     padding: 10px 15px !important;
}

.top-footer .hs-menu-wrapper li {
    margin: 0; 
    padding: 8px 0;
}

.top-footer .footer_dnd-row-0-padding > div > div > div > div > div:last-child  .hs-menu-wrapper.flyouts > ul > li:first-child .hs-menu-children-wrapper {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 0 10px;
  }  

.footer .social-links__icon {
  margin: 0;
}

/* Bottom footer */
.bottom-footer .hs-menu-wrapper ul {
  justify-content: flex-end;
  gap: 1.5rem;
  margin: 0
}

.bottom-footer .hs-menu-wrapper ul li a {
  font-weight: 700;
}

.bottom-footer .hs-menu-wrapper ul li:last-child a {
  font-weight: normal;
  text-decoration: none
}

form .hs-button, form input[type=submit] {
    width: auto;
}

.footer .button {
  background: #fff !important;
  border: none !important;
}

.footer form .hs_email > label {
  display: none !important
}

.footer--landing-page {
    border-top: none !important;
    background-color: #101925 !important;
    color: #fff;
}

.footer--landing-page .footer__container {
    padding: 24px 0 1px;
}


.systems-page {
    max-width: 900px;
    padding: 3rem 0;
}

.systems-page .success {
    background-color: #1f2a3a2e;
    border: 1.5px solid #1f2a3a;
    color: #1f2a3a;
}

@media(min-width: 768px) {
  
  .top-footer .footer_dnd-row-0-padding > div > div > div > div >  div:last-child  .hs-menu-wrapper.flyouts > ul {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 0;
  }
  
  .footer form .hs_submit {
    float: right;
  }
  
  .footer .dnd-section > .row-fluid {
    max-width: 1280px;
  }
  
  .footer .dnd-section .dnd-column {
    padding: 0;
}

}

@media(max-width: 1240px) {
  .top-footer .footer_dnd-row-0-padding > div > div > div > div > div {
    width: 100% !important;
    margin: 0;
  }
}


@media(max-width:767px) {
  .footer .social-links, .footer .widget-type-header, .footer .widget-type-simple_menu, .footer__follow-me, .footer__form, .footer__navigation {
     text-align: left;
  }
  
  .footer--site-page .top-footer {
    padding: 0 20px;
  }
  
  .footer p {
    text-align: left !important;
  }
  
  .footer--site-page .widget-type-form {
    width: auto;
  }
  
  .footer .hs-menu-wrapper ul {
     width: 100%;
  }
}

body .social-links__link {
    margin-right: 10px;
}

body .social-links__link:hover, 
body .social-links__link:focus {
    color: #2cdaac;
}