







/* 1a. Containers */




/* 1b. Colors */



/* 1c. Typography */


























/* 1d. Buttons */









      





/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */







html{
  scroll-behavior: smooth;

}
.content-wrapper {
  max-width: 1240px;
/* 	var(--container-width); */
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 60px 20px;
}

.dnd-section > .row-fluid {
  max-width:  var(--container-width);
  margin: 0 auto;
}





html {
  font-size: 16px;
}

body {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #273653;
  font-size: 16px;
}

/* Paragraphs */

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

/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #1192e5; 
}

a:not(.button):hover,
a:not(.button):focus {
  font-weight: normal; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #006abd;
}

a:not(.button):active {
  font-weight: normal; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #39baff;
}

/* Headings */

h1 {
  font-weight: 600; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal; 
  color: #273653;
  font-size: 40px;
  text-transform: none;
}

h2 {
  font-weight: 600; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #273653;
  font-size: 33px;
  text-transform: none;
}

h3 {
  font-weight: 600; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #273753;
  font-size: 26px;
  text-transform: none;
}

h4 {
  font-weight: 500; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #273753;
  font-size: 22px;
  text-transform: none;
}

h5 {
  font-weight: normal; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #273753;
  font-size: 18px;
  text-transform: none;
}

h6 {
  font-weight: 600; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #1192E5;
  font-size: 18px;
  text-transform: capitalize;
}

/* Blockquote */

blockquote {
  border-left-color: #46b6ff;
}





.navigation-primary.with-button > ul > li:last-child > a,
button,
.button {
  border: 1px none #46b6ff;

  padding-top: 12px;
padding-right: 25px;
padding-bottom: 12px;
padding-left: 25px;

  color: #FFFFFF;font-size: 16px;font-family: 'Open Sans', sans-serif; font-weight: 600;;
  background-color: 

  
  
    
  


  rgba(70, 182, 255, 1.0)

;
  border-radius: 6px;
  color: #FFFFFF;
  text-transform: none;
}
.navigation-primary.with-button > ul > li:last-child > a:hover,
.navigation-primary.with-button > ul > li:last-child > a:focus,
button:hover,
button:focus,
.button:hover,
.button:focus {
color: #ffffff;
  background-color:  

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
   border: 1px none #346df1;



}
.navigation-primary.with-button > ul > li:last-child > a:active,
button:active,
.button:active {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(110, 222, 255, 1.0);
  border-color: ;
}





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

/* Form title */

.form-title {
  color: #46b6ff;
}

/* Labels */

body .hs-form-field>label {
  color: #273753;
}

/* Help text */

form legend {
  color: #273753;
}

/* Inputs */
body input.hs-input,
body textarea, 
body select, 
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 #D1D6DC;
 
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #273753;
  border-radius: 12px;
}

/* Form placeholder text */

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

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

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

::placeholder {
  color: #a8a9ab;
}

/* Inputs - date picker */

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

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

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

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

/* Submit button */

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

  padding-top: 12px;
padding-right: 25px;
padding-bottom: 12px;
padding-left: 25px;

  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(70, 182, 255, 1.0)

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

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(30, 142, 215, 1.0);
  border-color: #1e8ed7;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(110, 222, 255, 1.0);
  border-color: ;
}





/* Table */

table {
  border: 0px solid #6e6d7a;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 0px solid #6e6d7a;

  padding: 0px;

  border-color: ;
  color: #273653;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #273753;
}





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


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

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


.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #4f5f7b;
}


@media (min-width: 767px) {

  .header__language-switcher .lang_list_class {
    
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }


}



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


.header__language-switcher .lang_list_class li:hover
{
  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: font-family: Open Sans;
/* 	Open Sans; */
}

.header__language-switcher-label-current:after {
  border-top-color: #273753;
/* 	#273753; */
}





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

/* Blog post */

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

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

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

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

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

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

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

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

/* Blog comments */

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

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

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

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





.hs-search-results__title {
  font-weight: 600; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #273653;
}





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

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

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

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

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

/* Blog pagination */

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

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

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

.pagination__link-icon svg {
  fill: #273653;
}

/* Pricing card */

.card__price {
  font-weight: 600; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #273753;
  font-size: 26px;
}

.card__body svg {
  fill: #46b6ff;
}

/* Social follow */

.social-links__icon {
  background-color: #46b6ff;
}

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

.social-links__icon:active {
  background-color: #6edeff;
  font-weight: 600; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #273753;
  font-size: 26px;
}




/* ------------------------------------- */
/* -------------- GLOBALS -------------- */
/* ------------------------------------- */

body .body-container-wrapper {
  padding-top: var(--header-height);
  }
@media (max-width: 1024px) {
 body .body-container-wrapper {
    padding-top: var(--header-mobile-height);
  }
}

body .container {
  max-width: var(--container-width);
  padding: 0px var(--container-padding);
  width: 100%;
}


body .body-footer-wrapper p, body .body-footer-wrapper h1, body .body-footer-wrapper h2, body .body-footer-wrapper h3, body .body-footer-wrapper h4, body .body-footer-wrapper h5, body .body-footer-wrapper h6, body .body-footer-wrapper label, body .body-footer-wrapper span, body .body-footer-wrapper ul, body .body-footer-wrapper img {
	 margin-bottom: var(--typograpphy-margin-bottom);
}
 body .body-footer-wrapper li {
	 margin-bottom: calc(var(--typograpphy-margin-bottom) / 2);
}
body .dnd-section .dnd-column {
  padding: 0;
}