@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap" rel="stylesheet">
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');
:root{
  --primary: #33475B;
  --primary-background-color: rgba(51, 71, 91,0.1);
}







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */








/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */

.Cl-navigation li a {
  color: rgba(37, 51, 66, 1.0);
  font-size: 16px;
  padding: 20px 0px;
}
.Cl-navigation li a:hover {
  color: rgba(0, 169, 250, 1.0);
}


div#myHeader{
  background-color:rgba(255, 255, 255, 1.0);
  z-index: 20;
}


.Cl-navigation .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper li:hover {
  background-color:rgba(255, 255, 255, 1.0);
  border-radius: 3px;
}


.Cl-navigation .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-3:hover {
  color: #FFFFFF;

}


.Cl-navigation .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper ul.hs-menu-children-wrapper a{
  color: #253342 ; 
} 



.Cl-navigation .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper li:hover > a{
  color:rgba(0, 169, 250, 1.0);
}

.Cl-navigation .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper ul.hs-menu-children-wrapper li:hover a{
  color: #00A9FA; 
}


.Cl-navigation .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper ul.hs-menu-children-wrapper li a:hover{
  color: #00A9FA;
}
.Cl-navigation .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper li:hover li.hs-menu-item.hs-menu-depth-3.hs-item-has-children {
  color: #253342
}

@media (max-width: 991px){
  .Cl-navigation .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper li:hover {
    background-color:rgba(255, 255, 255, 1.0);
    border-radius: 3px;
  }

  .Cl-navigation .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper ul.hs-menu-children-wrapper a{
    color: #00A9FA;
  }
  .mobile-trigger{ 
/*     background-color:rgba(51, 71, 91, 1.0);
   */
  background:#ffffff;
  }

  .Cl-navigation .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper{
    background: #FFFFFF;
  }

  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
/*     background-color:rgba(250, 250, 250, 1.0); 
  */
    background-color:#000;
  }
  .child-trigger i, .child-trigger i:after{
    background-color:rgba(250, 250, 250, 1.0);
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:rgba(51, 71, 91, 1.0); 
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a {
    color: rgba(0, 169, 250, 1.0);
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: rgba(255, 255, 255, 1.0);
  }

}

.Cl-web-button a {
  font-size: 16px;
  background-color:rgba(0, 169, 250, 1.0);
  padding:8px 18px;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border:2px solid #00A9FA;
  color: rgba(255, 255, 255, 1.0);
  text-transform:none;
  display: inline-flex;
  min-width: max-content;
}
@media(max-width:992px){
  .Cl-web-button a {
    margin-right: 20px;
  }
}



/* 1h. Website footer */



.l-main {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff; 
}





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





html {
  font-size: 18px;
}

body {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #33475B;
  font-size: 18px;
}

/* Paragraphs */

p {
  color:#33475B;
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 18px;
}

/* Anchors */

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

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

a:active {
  font-weight: normal; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #00A9FA;
}

/* Headings */

h1 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #253342;
  font-size: 54px;
  text-transform: none;
}

h2 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #253342;
  font-size: 40px;
  text-transform: none;
}

h3 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #253342;
  font-size: 30px;
  text-transform: none;
}

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

h5 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #00A9FA;
  font-size: 18px;
  text-transform: none;
}

h6 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #253342;
  font-size: 14px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #33475B;
}

/************ Responsive Style *******************/

@media (max-width:767px){
.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 40px 10px!important;
}
  .row-fluid [class*="span"].wrapper{
    padding-left:20px;
    padding-right:20px;
  }

  h1 {
    font-size:35px;
  }

  h2 {
    font-size:28px;

  }

  h3 {
    font-size:20px;
  }

  h4 {
    font-size:18px;
  }

  h5 {
    font-size:14px;
    line-height: 1.64;
  }

  h6 {
    font-size:12px;
  }

  p {
    font-size:16px;
  }

  .align-right {
    text-align: center!important;
  }

  .align-left {
    text-align: center!important;    
  }
}





.container {
  
  max-width: 1290px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
	
  margin: 0px auto;
}

@media(max-width:767px){
  .container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
}

form,
.submitted-message {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}
form{
  background-color:rgba(255, 255, 255, 0.0);
/*   box-shadow: 0px 0px 15px 0px #FFFFFF; */
  border:1px solid rgba(255, 255, 255, 0.01);
  border-radius: 20px;
  padding: 0px 0px;
  position: relative;

}

form input[type=submit]:hover, form .hs-button:hover{
  background-color:rgba(255, 255, 255, 1.0);
  color: #00a9fa;
}

/* Form title */

.form-title {
  color: #33475B;
}

/* Labels */

form label {
  color: #33475B;
}

/* Help text */

form legend {
  color: #33475B;
}

/* 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 {
  
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #33475B;
  border-radius: 6px;
  border:1px solid #949494;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #33475B;
}
.hs_error_rollup {
  display: none;
}

::-moz-placeholder {
  color: #33475B;
}

:-ms-input-placeholder {
  color: #33475B;
}

::placeholder {
  color: #33475B;
}

/* Inputs - date picker */

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

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color:rgba(0, 169, 250, 1.0);
  border:2px solid #00a9fa;
  color:rgba(255, 255, 255, 1.0);
  text-transform:none;
  padding:10px 18px;
  border-radius:10px;
  display: block;
  width: 100%;
}






/* Table */

table {
  border: 1px solid #33475B;

/*   background-color: 

  
  
    
  


  rgba(51, 71, 91, 1.0)

; */
}
tr td>img {
    max-width: 25px!important;
}
/* Table cells */

td,
th {
  border: 1px solid #33475B;

  padding: 18px;

  border-color: ;
  color: #33475B;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(0, 169, 250, 1.0)

;
  color: #33475b;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(51, 71, 91, 1.0)

;
  color: #33475B;
}





/* .header {
background-color: ;
} */

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

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

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

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

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

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

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

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    
    background-color: ;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    
    background-color: ;
  }
}

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

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

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

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

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

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

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

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





.footer {
  background-color: ;
}








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

/* Blog post */

.blog-post__meta a {
  color: #33475B;
}

.blog-post__tag-link {
  color: #33475B;
}

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

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

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

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


/* Blog comments */

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

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

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

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





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





/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  text-transform: none;
}

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


.blog-index__post-tag,
.blog-index__post-author-name {
  color: #33475B;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #33475B;
}

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

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

.pagination__link-icon svg {
  fill: #33475B;
}



/* Social follow */

.social-links__icon {
  background-color:#00A9FA; 
}

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

.social-links__icon:active {
  background-color: #28d1ff;
  font-family: Inter, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #253342;
  font-size: 30px;
}