







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */








/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








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

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

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





html {
  font-size: 24px;
}

body {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #2b282c;
  font-size: 24px;
  background: #000!important;
}

/* Paragraphs */

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

/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  color: #5cb8b2;
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  color: #34908a;
}

a:active {
  font-weight: normal; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  color: #84e0da;
}

/* Headings */

h1,
.h1 {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #2b282c;
  font-size: 50px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #2b282c;
  font-size: 38px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #2b282c;
  font-size: 30px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: normal; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #2b282c;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #000000;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #2b282c;
  font-size: 14px;
  text-transform: none;
}

/* Blockquote */

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





button,
.button,
.hs-blog-post-listing__post-button {
  border: 1px none #5cb8b2;

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

  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(92, 184, 178, 1.0)

;
  border-radius: 50px;
  color: #FFFFFF;
  font-size: 22px;
  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 {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(52, 144, 138, 1.0);
  border-color: #34908a;
}

button:active,
.button:active,
.hs-blog-post-listing__post-button:active {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(132, 224, 218, 1.0);
  border-color: #84e0da;
}





form,
.submitted-message {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  color: #ffffff;
}

/* Labels */

form label {
  color: #2b282c;
}

/* Help text */

form legend {
  color: #2b282c;
}

/* 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: 1px solid #2b282c;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: #2b282c;
  border-radius: 0px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #2b282c;
}

::-moz-placeholder {
  color: #2b282c;
}

:-ms-input-placeholder {
  color: #2b282c;
}

::placeholder {
  color: #2b282c;
}

/* Inputs - date picker */

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

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #5cb8b2;

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

  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(92, 184, 178, 1.0)

;
  border-radius: 50px;
  color: #FFFFFF;
  font-size: 22px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(52, 144, 138, 1.0);
  border-color: #34908a;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(132, 224, 218, 1.0);
  border-color: #84e0da;
}





/* Table */

table {
  border: 1px solid #2b282c;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #2b282c;

  padding: 18px;

  color: #2b282c;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(92, 184, 178, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #2b282c;
}





.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #2b282c;
  font-family: Lato;
}

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

.menu .menu__link:hover,
.menu .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: #030004;
}

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

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

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

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

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

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

.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(255, 255, 255, 1.0)

;
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

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

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #2b282c;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* 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: #2b282c;
}





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

/* Blog post */

.blog-post__meta a {
  color: #2b282c;
}

.blog-post__tag-link {
  color: #2b282c;
}

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

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

/* 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: Merriweather, serif; font-style: normal;
  text-transform: none;
}

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

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

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

/* Blog comments */

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

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

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

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





.hs-search-results__title {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #2b282c;
}





/* 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: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  text-transform: none;
}

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

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

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


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

/* Blog pagination */

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

.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: #030004;
}

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

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

/* Pricing card */

.card__price {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #2b282c;
  font-size: 30px;
}

.card__body svg {
  fill: #5cb8b2;
}

/* Social follow */

.social-links__icon {
  background-color: #5cb8b2;
}

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

.social-links__icon:active {
  background-color: #84e0da;
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #2b282c;
  font-size: 30px;
}

/* ----- HAKE ADDED ---------------------- */
/*---- fix wull width video header --- */
video {
    object-fit: cover;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: -100;
    background-position: center;
    background-size: cover;
}
/* ----- fixed top menu --- */
.header{
    position: fixed;
    width: 100%;
    background-color: rgb(35 35 35 / 38%);
    z-index: 999;
}
/* ----- HAKE ADDED ---------------------- */
/* ------------ MICRO CLEARFIX -------- */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    z-index: -1; /* For IE 6/7 (trigger hasLayout) */
}
/* ------------ MICRO CLEARFIX --------- */
/* ---------------- FONTS --- */
body, p, h1, h2, h3, h4, h5, h6 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: .6px;

}
a, a:active, a:focus, a:hover {
  font-family: brandon-grotesque, sans-serif;
  /*font-weight: 700;*/
  font-style: normal;
  color: #fff;
    letter-spacing: .6px;
}
/* ---------------- FONTS --- */
/* ---------- WRAP -------- */
.wrap {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 1350px;
    position: relative;
}

/* ---------------------------------------------------------- 1550px-------------------- */
@media screen and (max-width:1550px) and (min-width:0) {
    .wrap {width:98%; margin: 0 auto; }

}
/* ---------------------------------------------------------- 1550px-------------------- */

/* ---------- WRAP -------- */


/* ------------ RESOLVEING NEED TO FULL WIDTH MODULES ON DRAG AND DROP AREAS ------ */
.dnd-section .dnd-column {
  padding: 0;
}
/* remove the max width setting (revisit)*/
.dnd-section>.row-fluid {
    max-width: unset;
}
/* ------------ RESOLVEING NEED TO FULL WIDTH MODULES ON DRAG AND DROP AREAS ------ */

/* - HEADER / NAVIGATION ---------------- */
.header {
    padding: 10px 10px 0 10px;
}

/* - REMOVE DEFAULT PADDING ON FULL WITH / BOXED SECTION PADDING ---------------- */
.content-wrapper--vertical-spacing, .dnd-section {
    padding: 0;
}

/* -------- RESOLVE BOILERPLATE BREAKING WORDS IF THEY CANNOT FIT IN CONTAINERS ------- */
body {
    overflow-wrap: normal;
}

/* -------- RESOLVE reCAPTCHA CENTERING ------- */
.grecaptcha-badge {
    margin: 0!important;
}
.legal-consent-container a {
     color:#5cb8b2!important;
  display: inline-block;
}
/* -------- LEGAL CONSENT PRIVACY LINK ------- */
.legal-consent-container a:hover {
     color:#5cb8b2!important;
  display: inline-block;
}
/* ------------- BLOG INDEX ------------------ */
.container-fluid.body-container.body-container--blog-index {
    background: #fff;
}
.hs-blog-post-listing__post-title-link, .hs-blog-post-listing__post-title-link:active, .hs-blog-post-listing__post-title-link:focus, .hs-blog-post-listing__post-title-link:hover {
    font-family: unset;
    font-weight: 400;
    color: #2b282c;
    line-height: 1.1;
}
.hs-blog-post-listing__post-content {
    background: #282828;
    padding: 30px;
}
.hs-blog-post-listing__post-title {
  color: #fff;
  line-height: 1.1;
    font-size: 38px;
}
#hs_cos_wrapper_widget_1675778081532 .hs-blog-post-listing__post-title, #hs_cos_wrapper_widget_1675778081532 .hs-blog-post-listing__post-title-link {
    margin-bottom: 30px;
}
#hs_cos_wrapper_widget_1675778081532 .hs-blog-post-listing__post-title-link:hover, #hs_cos_wrapper_widget_1675778081532 .hs-blog-post-listing__post-title-link:focus {
  color: #5cb8b2;

}
#hs_cos_wrapper_widget_1675778081532 .hs-blog-post-listing__post-tag {
    color: #fff;
    font-weight: 400;
}
.hs-blog-post-listing__post-title-link {
  color: #fff;
}
.hs-blog-post-listing__post-author {
  color: #fff;
}
.hs-blog-post-listing__post-author-name {
  color: #fff;
}
.hs-blog-post-listing__post-tags {
  color: #fff;
}
.hs-blog-post-listing__post-timestamp {
  color: #fff;
}
.hs-blog-post-listing__post-description {
  color: #fff;
}
.hs-blog-post-listing__post-description {
  color: #fff;
}


/* ------------- BLOG POST ------------------ */
.body-container.body-container--blog-post {
    background: #fff;
}
.blog-related-posts__title-link, .blog-related-posts__title-link:active, .blog-related-posts__title-link:focus, .blog-related-posts__title-link:hover {
    font-family: unset;
    font-weight: 400;
    color: #2b282c;
    line-height: 1.1;
}
.blog-header__inner, .blog-post, .blog-related-posts {
    padding: 150px 0;
}
.blog-post-feature-image {
  width: 100%; !important;
}

.hs-blog-post .header {
    background-color: #282828!important;
}

.hs-blog-post a {
    color: #5cb8b2;
}
.hs-blog-post a:hover {
    text-decoration:underline;
}

.hs-blog-post .cta_button a {
    color: #fff!important;
}
.hs-blog-post .cta_button a:hover {
    text-decoration:none!important;
}
.hs-blog-post .hs-embed-wrapper {
      max-width: 100%!important;
      min-width: 256px;
}

/* ------------------- 768px ----- */
 @media screen and (max-width:768px) and (min-width:0) {
   .blog-post h1 {
      font-size: 43px;
   }
}
/* ------------------- 768px ----- */
   
/* ------------ BLOG BIO AUTHOR SECTION --------------------- */
.blog-author-bio-container {
    background-color: #42b8b2;
    padding: 50px;
    width: 100%;
    /* box-shadow: 3px 13px 10px 3px rgb(0 0 0 / 16%); */
    color: #fff;
  margin-bottom: 80px;
}
.blog-author-bio-image {
  width: 30%;
  float: left;
  border-radius: 50%;
}
.blog-author-bio-right {
  width: 70%;
  float: left;
  padding: 0px 0 0 30px;
}
.blog-author-bio-title {
    font-size: 40px;
    font-weight: 400;
    margin: 0;
    color: #fff;
}
.blog-author-bio-name {
    font-size: 35px;
    margin-bottom: 0;
    font-weight: 400;
    color: #fff;
}
.blog-author-bio-text {
}

/* ------------------- 768px ----- */
 @media screen and (max-width:768px) and (min-width:0) {
   .blog-author-bio-image {
      float: left;
      width: 100%;
      padding: 0 30% 30px 30%;
  }
   .blog-author-bio-right {
      float: left;
      padding: 0;
      width: 100%;
      text-align: center;
  }
}
/* ------------------- 768px ----- */
/* ------------------- 600px ----- */
 @media screen and (max-width:600px) and (min-width:0) {
  .blog-author-bio-container {
      padding: 20px 30px;
      box-shadow: 5px 10px 10px rgb(0 0 0 / 33%);
  }
   .blog-author-bio-title {
      font-size: 28px;
  }
   .blog-author-bio-name {
      font-size: 26px;
  }
}
/* ------------------- 600px ----- */
/* ------------ BLOG BIO AUTHOR SECTION --------------------- */

/* -- RELATED POSTS ------------ */
.blog-related-posts {
    padding: 50px 0 100px 0;
}
.blog-related-posts__post {
    flex: 0 0 31.33333%;
    margin: 1%;
    border: none;
    padding: 0 0 100px 0;
    background: #282828;
  position: relative;
}
.blog-related-posts__image {
    width: 100%;
}
.blog-related-posts__title {
    padding: 0 30px;
}
a.blog-related-posts__title-link {
    color: #fff;
}
a.blog-related-posts__title-link:hover {
    color: #fff;
}
.blog-related-read-more-button {
    background: #5cb8b2;
    color: #fff!important;
        font-weight: 400;
    padding: 12px 20px;
    margin-left: 30px;
    font-family: brandon-grotesque, sans-serif;
    font-size: 24px;
    transition: all .4s ease;
    display: inline-block;
    border-radius: 50px;
}
.blog-related-read-more-button:hover {
      background: #369893;
      font-weight: 400;
      text-decoration: none!important;
}
.blog-related-read-more-button-container {
  width: 100%;
  position: absolute;
  bottom: 30px;
}
.blog-post-social-icon {
  width: 50px;
  float: left;
  margin-left: 10px;
}

/* ------------------- 860px ----- */
 @media screen and (max-width:860px) and (min-width:0) {
  .blog-related-posts__post {
      flex: 0 0 48%;
  }
}
/* ------------------- 860px ----- */


/* ------------------- 600px ----- */
 @media screen and (max-width:600px) and (min-width:0) {
  .blog-related-posts__post {
      flex: 0 0 98%;
  }
}
/* ------------------- 600px ----- */