







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */








/* 1e. Forms */





















/* 1f. Tables */













/* 1g. Website header */











/* 1h. Website footer */




/* 1i. Overlay */







/* Hide content on mobile menu open */
main#main-content.hide-on-open-mobile {
  display: none;
}

.content-wrapper {
  min-width: 375px;
  max-width: 1440px;
  width: 100%;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 32px 1rem;
}

@media screen and (max-width: 767px) {
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: 1rem 0;
  }

  .dnd-section > .row-fluid {
    max-width: 100%;
    padding: 0;
  }
}

.dnd-section:first-child,
.content-wrapper--vertical-spacing:first-child {
  padding-top: 0;
}

@media screen and (width >= 768px) {
  .dnd-section > .row-fluid {
    max-width: 1440px;
  }
}





html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #0F1E2D;
  font-size: 16px;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

/* Paragraphs */

p {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  line-height: 26px;
}

/* Anchors */

a {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #00b9bc;
  font-size: 16px;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

@media screen and (max-width: 767px) {
  a {
    font-size: 14px;
  }
}

a:hover,
a:focus {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #00a5a8;
}

a:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #14cdd0;
}

.widget-type-rich_text a:not(.cta_button),
.hs_cos_wrapper_type_rich_text a:not(.cta_button),
span[data-hs-cos-type="rich_text"] a:not(.cta_button) {
  border-bottom: 2px solid transparent;
  font-size: inherit;
}

.widget-type-rich_text a:not(.cta_button):hover,
.hs_cos_wrapper_type_rich_text a:not(.cta_button):hover,
span[data-hs-cost-type="rich_text"] a:not(.cta_button):hover {
  border-color: #00B9BC;
}

a[data-hs-anchor="true"] {
  position: absolute;
  transform: translateY(-20vh);
}

/* Headings */

h1,
.h1 {
  font-weight: 700; text-decoration: none; font-family: 'Josefin Sans', sans-serif; font-style: normal;
  color: #0F1E2D;
  font-size: 46px;
  line-height: 56px;
  text-transform: uppercase;
}

h2,
.h2 {
  font-weight: 700; text-decoration: none; font-family: 'Josefin Sans', sans-serif; font-style: normal;
  color: #0F1E2D;
  font-size: 36px;
  line-height: 50px;

}

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

h4,
.h4 {
  font-weight: 600; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #0F1E2D;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #0F1E2D;
  font-size: 18px;
  text-transform: none;
}

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

.teal {
  color: #00B9BC;
}

@media screen and (max-width: 767px) {
  h1,
  .h1 {
    display: flex;
    flex-wrap: wrap;
    font-size: 32px;
    line-height: 38px;
  }

  h2,
  .h2 {
    font-size: 28px;
    line-height: 36px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }

  h1,
  h2,
  h3,
  h4 {
    hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    word-break: break-word;
  }

  h1,
  h2,
  h3,
  h4,
  h5 {
    margin: 1rem 0 0.5rem;
  }

  .front-hero-header,
  .front-header-large {
    padding: 0 1rem;
  }
}

/* Blockquote */

blockquote {
  border-left-color: #00B9BC;
}





button,
.button {
  /* border: 1px solid #00B9BC;
 */
  padding-top: 11px;
padding-right: 32px;
padding-bottom: 11px;
padding-left: 32px;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: #00B9BC;
  border-radius: 24px;
  color: #0F1E2D;
  font-size: 16px;
  text-transform: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  /* border-color: #009194; */
}

button:active,
.button:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  
  /* border-color: #28e1e4; */
}





form,
.submitted-message {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  padding: 24px;
;
  background-color: transparent;
}

/* Form title */

.form-title {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
}

/* Labels */

form label {
  font-weight: 600; font-style: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
}

/* Help text */

form legend {
  color: #0F1E2D;
}

/* Inputs */

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

  background-color: {color=#FFFFFF, opacity=100, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#FFFFFF, css=#FFFFFF};
  color: #0F1E2D;
  border-radius: 4px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

::-moz-placeholder {
  color: rgba(15, 30, 45, 0.5);
}

:-ms-input-placeholder {
  color: rgba(15, 30, 45, 0.5);
}

::placeholder {
  color: rgba(15, 30, 45, 0.5);
}

/* Inputs - date picker */

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

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px solid #00B9BC;

  padding-top: 11px;
padding-right: 32px;
padding-bottom: 11px;
padding-left: 32px;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: #00B9BC;
  border-radius: 24px;
  color: #0F1E2D;
  font-size: 16px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  
  border-color: #009194;
}

form input[type=submit]:active,
form .hs-button:active {
  
  border-color: #28e1e4;
}

/* Remove focus outlines unless user is navigating with keyboard */

body:not(.is-tabbing) button:focus,
body:not(.is-tabbing) input:focus,
body:not(.is-tabbing) input:focus-within,
body:not(.is-tabbing) select:focus,
body:not(.is-tabbing) textarea:focus,
body:not(.is-tabbing) textarea:focus-within {
  outline: none;
}





/* Table */

table {
  border: 1px solid rgba(15, 30, 45, 15%);

  background-color: {color=#FFFFFF, opacity=100, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#FFFFFF, css=#FFFFFF};
}

/* Table cells */

td,
th {
  border: 1px solid rgba(15, 30, 45, 15%);

  padding: 18px;

  color: #0F1E2D;
}

/* Table header */

thead th {
  background-color: {color=#0F1E2D, opacity=100, rgba=rgba(15, 30, 45, 1), rgb=rgb(15, 30, 45), hex=#0F1E2D, css=#0F1E2D};
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: {color=#141D2C, opacity=100, rgba=rgba(20, 29, 44, 1), rgb=rgb(20, 29, 44), hex=#141D2C, css=#141D2C};
  color: #0F1E2D;
}





.header {
  background-color: #FFFFFF;
}

.menu__link,
.menu__link li a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
}

.menu__link, 
.menu__link li a,
.header__logo .logo-company-name {
  color: #0F1E2D;
}

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

.menu .menu__link:hover,
.menu .menu__link:focus {
  color: #000005;
}

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

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

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

@media (min-width: 767px) {
  .menu .menu__submenu {
    /* border: 2px solid #0F1E2D;
 */
    background-color: {color=#FFFFFF, opacity=100, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#FFFFFF, css=#FFFFFF};
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    /* border: 2px solid #0F1E2D;
 */
    background-color: {color=#FFFFFF, opacity=100, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#FFFFFF, css=#FFFFFF};
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: ;
  background-color: {color=#FFFFFF, opacity=100, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#FFFFFF, css=#FFFFFF};
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: #FFFFFF;
}


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

@media(max-width: 767px) {
  .header__navigation {
    background-color: #FFFFFF;
  }

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





/* Hide footer on mobile menu open */
footer.hide-on-open-mobile {
  display: none;
}

.footer {
  background-color: {color=#0F1E2D, opacity=100, rgba=rgba(15, 30, 45, 1), rgb=rgb(15, 30, 45), hex=#0F1E2D, css=#0F1E2D};
}

/* Footer content */

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





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

/* Blog post */

.blog-post__meta a {
  color: #0F1E2D;
}

.blog-post__tag-link {
  color: #0F1E2D;
}

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

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

/* Blog related posts */

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

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

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

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

/* Blog comments */

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

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

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

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





.hs-search-results__title {
  color: #0F1E2D;
  font-family: Josefin Sans;
  font-weight: 600;
}

.hs-search-results__title:hover {
  font-family: Josefin Sans;
}

.error-page:before {
  font-family: Josefin Sans;
}





/* Blog listing */

.blog-index__post-title-link {
  color: #0F1E2D;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #000005;
}

.blog-index__post-title-link:active {
  color: #374655;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #0F1E2D;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #0F1E2D;
}

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

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

.pagination__link-icon svg {
  fill: #0F1E2D;
}

/* Pricing card */

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

.card__body svg {
  fill: #0F1E2D;
}

/* Social follow */

.social-links__icon {
  background-color: #0F1E2D;
}

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

.social-links__icon:active {
  background-color: #374655;
  font-weight: 700; text-decoration: none; font-family: 'Josefin Sans', sans-serif; font-style: normal;
  color: #0F1E2D;
  font-size: 30px;
}

.overlay {
  display: none;
  opacity: 0;
  min-height: 100vh;
  position: fixed;
  width: 100vw;
  z-index: 0;
}

.overlay.show-overlay {
  background-color: 

  
  
    
  


  rgba(15, 30, 45, 0.7)

;
  display: block;
  opacity: 1;
  z-index: 10;  
}

@media screen and (max-width: 767px) {
  .overlay, 
  .show-overlay {
    display: none;
    height: 0;
    width: 0;
  }
}






.front-header-large {
    display: block;
    font-size: 65px;
    margin-top: 10px;
}

.front-hero-header {
    text-transform: none;
    font-size: 50px;
}



@media screen and (max-width: 767px) {
.front-header-large {
    display: block;
    font-size: inherit;
    margin-top: 0;
}

.front-hero-header {
    text-transform: inherit;
    font-size: inherit;
}

  }





ul.front-large-checklist {
  padding:0;
  margin:0;
}

ul.front-large-checklist li {
    list-style: none;
    background: url(https://maintmaster.com/hubfs/images/website/checkmark-1.webp) no-repeat left center;
    padding-left: 90px;
    min-height: 75px;
    margin-bottom: 20px;
}

.front-stats-banner__feature--value {
    color: #6734FF;
    font-family: 'Josefin Sans';
    font-weight: 700;
    font-size: 80px;
    letter-spacing: .6px;
    line-height: 79px;
    padding: 0 4% 0 6%;
    text-align: center;
}