







/* 1a. Containers */






/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */







  









/* 1h. Website footer */









.header-wrapper {
  max-width: 2500px;
}
.footer .footer-wrapper, .footer__container {
  max-width: 2500px;
}

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

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

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





html {
  font-size: 17px;
}

body {
  font-family: Grift;
  color: #142444;
  font-size: 17px;
}

/* Paragraphs */

p {
  font-family: Grift;
}

/* Anchors */

a {
  text-decoration: none; font-family: Grift;
  color: #c0d6ef;
}

a:hover,
a:focus {
  text-decoration: none; font-family: Grift;
  color: #98aec7;
}

a:active {
  text-decoration: none; font-family: Grift;
  color: #e8feff;
}

/* Headings */

h1,
.h1 {
  font-weight: 700; font-family: Grift; text-decoration: none;
  color: #142444;
  font-size: 55px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 600; font-family: Grift; text-decoration: none;
  color: #142444;
  font-size: 46px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 500; font-family: Grift; text-decoration: none;
  color: #142444;
  font-size: 40px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: 600; font-family: Grift; text-decoration: none;
  color: #142444;
  font-size: 20px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: 700; font-family: Grift; text-decoration: none;
  color: #000000;
  font-size: 18px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: 700; font-family: Grift; text-decoration: none;
  color: #142444;
  font-size: 14px;
  text-transform: none;
}

@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: calc(55px - 3.25vw);
    
  }

  h2,
  .h2 {
    font-size: calc(46px - 2vw);
    
  }

  h3,
  .h3 {
    font-size: calc(40px - 1.75vw);
    
  }

  h4,
  .h4 {
    font-size: calc(20px - 0.55vw);
    
  }

  h5,
  .h5 {
    font-size: calc(18px - 0.25vw);
    
  }

  h6,
  .h6 {
    font-size: calc(14px - 0.15vw);
  }

}

/* Blockquote */

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





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

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

  font-family: Grift;
  background-color: 

  
  
    
  


  rgba(20, 36, 68, 1.0)

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

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  border-radius: 6px;
}

button:active,
.button:active,
.hs-blog-post-listing__post-button:active {
  font-family: Grift;
  background-color: rgba(60, 76, 108, 1.0);
  border-color: #3c4c6c;
}





form,
.submitted-message {
  font-family: Grift;
  border: 1px none #c0d6ef;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(192, 214, 239, 1.0)

;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #c0d6ef;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-weight: 500; font-family: Grift;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 40px;
  color: #142444;
  background-color: 

  
  
    
  


  rgba(192, 214, 239, 1.0)

;
}


/* Labels */

form label {
  color: #142444;
}

/* Help text */

form legend {
  color: #142444;
}

/* Inputs */

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

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

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

/* Form placeholder text */

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

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

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

::placeholder {
  color: #142444;
}

/* Inputs - date picker */

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

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #142444;
;
  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;
;
  font-family: Grift;
  color: #f7f7f7;
  font-size: 16px;
  background-color: 

  
  
    
  


  rgba(20, 36, 68, 1.0)

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

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

  
  
    
  


  rgba(26, 51, 78, 1.0)

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

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(60, 76, 108, 1.0);
  border-color: #3c4c6c;
}





/* Table */

table {
  border: 1px solid #142444;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

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

  padding: 18px;

  color: #142444;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(20, 36, 68, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #142444;
}





.header {
  background-color: 

  
  
    
  


  rgba(247, 247, 247, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #142444;
  

  font-weight: 800; font-family: Grift; text-decoration: none;  
  font-size: 16px;
  text-transform: uppercase;
}

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

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

  font-weight: 800; font-family: Grift; text-decoration: none;  
  font-size: 16px;
  text-transform: uppercase;
}

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

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

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

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

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

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

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

  
  
    
  


  rgba(247, 247, 247, 1.0)

;
}

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

  
  
    
  


  rgba(247, 247, 247, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: {font=Grift, font_set=BRANDING, styles={font-family=Grift}, size=17, size_unit=px, color=#142444, variant=null, fallback=sans-serif, style=font-family: Grift, css=color: #142444;font-size: 17px; font-family: Grift, sans-serif;};
}

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

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

  
  
    
  


  rgba(247, 247, 247, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #142444;
  }
}
.banner-content__text > *, 
.banner-content__text h1, 
.banner-content__text h2, 
.banner-content__text h3 {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;  
}

.header--text h1,  
.header--text h2,  
.header--text h3 {
  color: 

  
  
    
  


  rgba(20, 36, 68, 1.0)

;
}
  
.header--text h4,  
.header--text h5,  
.header--text h6 {
  color: 

  
  
    
  


  rgba(58, 58, 58, 1)

;
}






.footer {
  background-color: 

  
  
    
  


  rgba(247, 247, 247, 1.0)

;  
}

/* Footer content */

.footer p,
.footer-copyright p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #142444;
}
/*footer about text*/

.footer-copyright p {
  text-align: center; 
  font-size: calc(1rem + 0.1vw);  
}

/* navigation footer */
.footer--navigation .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
  font-weight: 800; font-family: Grift; text-decoration: none;
  color:#555555;  
  font-size: 14px;
  text-transform: uppercase;
}
.footer--navigation .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:hover,
.footer--navigation .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:focus,
.footer--navigation .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:active {
  color: #2d2d2d;
}






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

/* Blog post */

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

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

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

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

/* 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: 600; font-family: Grift; text-decoration: none;
  text-transform: none;
}

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

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

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

/* Blog comments */

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

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

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

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





.hs-search-results__title {
  font-weight: 700; font-family: Grift; text-decoration: none;
  color: #142444;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-weight: 600; font-family: Grift; text-decoration: none;
  text-transform: none;
}

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

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

.hs-blog-post-listing__post-title-link:active {
  color: #3c4c6c;
}


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

/* Blog pagination */

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

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

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

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

/* Pricing card */

.card__price {
  font-weight: 500; font-family: Grift; text-decoration: none;
  color: #142444;
  font-size: 40px;
}

.card__body svg {
  fill: #142444;
}

/* Social follow */

/* .social-links__icon {
  background-color: #142444;
}

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

.social-links__icon:active {
  background-color: #3c4c6c;
  font-weight: 500; font-family: Grift; text-decoration: none;
  color: #142444;
  font-size: 40px;
} */