







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */





:root {
  --primary-font: font-family: AvenirNext Regular, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  --secondary-font: font-family: AvenirNext Bold, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  --tertiary-font: font-weight: 600; font-family: 'AvenirNext Demi';
}
























/* 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: 1em;
  overflow: visible;
}

body {
  font-weight: 400; font-family: 'AvenirNext Regular'; text-decoration: none;
  color: #353535;
  font-size: 1em;
  font-weight: 300;
  overflow: visible;
}

/* Paragraphs */

p {


  
}

/* Bold text */
strong, b, .bold {
  font-family: AvenirNext Bold, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; /* Makes all <strong> tags use the Bold font (secondary) */
}

/* Demi text */
.demi {
  font-weight: 600; font-family: 'AvenirNext Demi'; 
}

/* Anchors */

a {
  font-weight: 300; text-decoration: none; font-family: AvenirNext Regular, sans-serif; font-style: normal;
  color: #00adff;
}

/*a:hover {
  font-weight: 300; text-decoration: none; font-family: AvenirNext Regular, sans-serif; font-style: normal;
  color: #FF9D00;
}*/
a:focus {
  font-weight: 300; text-decoration: none; font-family: AvenirNext Regular, sans-serif; font-style: normal;
  color: #1890FF;
}

a:active {
  font-weight: 300; text-decoration: none; font-family: AvenirNext Regular, sans-serif; font-style: normal;
  color: #686868;
}

/*a:visited {
  font-weight: 300; text-decoration: none; font-family: AvenirNext Regular, sans-serif; font-style: normal;
  color: #686868;
}*/

/* Headings */

h1,
.h1 {
  font-weight: 700; text-decoration: none; font-family: AvenirNext Bold, sans-serif; font-style: normal;
  color: #353535;
  font-size: 48px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 700; text-decoration: none; font-family: AvenirNext Bold, sans-serif; font-style: normal;
  color: #353535;
  font-size: 38px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 700; text-decoration: none; font-family: AvenirNext Bold, sans-serif; font-style: normal;
  color: #353535;
  font-size: 30px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: normal; text-decoration: none; font-family: AvenirNext Regular, sans-serif; font-style: normal;
  color: #353535;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: AvenirNext Regular, sans-serif; font-style: normal;
  color: #353535;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: AvenirNext Regular, sans-serif; font-style: normal;
  color: #353535;
  font-size: 14px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #303ab2;
}





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

  padding-top: 10px;
padding-right: 14px;
padding-bottom: 10px;
padding-left: 14px;

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

  
  
    
  


  rgba(48, 42, 178, 1.0)

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

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  border: 1px solid #1a334e;
;
   padding-top: 10px;
padding-right: 14px;
padding-bottom: 10px;
padding-left: 14px;

  font-family: AvenirNext Regular, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  background-color: 

  
  
    
  


  rgba(48, 42, 178, 1.0)

;
  border-radius: px;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  ;
   padding-top: 10px;
padding-right: 14px;
padding-bottom: 10px;
padding-left: 14px;

  font-family: AvenirNext Regular, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  border-color: ;
  border-radius: px;
}

.button:visited,
.hs-button:visited,
.hs-blog-post-listing__post-button:visited {
  ;
   padding-top: 10px;
padding-right: 14px;
padding-bottom: 10px;
padding-left: 14px;

  font-family: AvenirNext Regular, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
}




form,
.submitted-message {
  font-weight: 400; font-family: 'AvenirNext Regular'; text-decoration: none;
  border: 1px none #303ab2;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: none;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #495375;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  ;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: px;
  color: ;
  background-color: 

  
  
    
  


  rgba(73, 83, 117, 1.0)

;
}


/* Labels */

form label {
  color: ;
}

/* Help text */

form legend {
  color: #00adff;
}

/* 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: #353535;
  border-radius: 3px;
}

/* Form placeholder text */

form input::placeholder,
form textarea::placeholder {
  color: #353535 !important;
  font-weight: 400 !important;
}

form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: #353535 !important;
  font-weight: 400 !important;
}

form input::-moz-placeholder,
form textarea::-moz-placeholder {
  color: #353535 !important;
  font-weight: 400 !important;
}

form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  color: #353535 !important;
  font-weight: 400 !important;
}


/* Inputs - date picker */

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

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #302ab2;
;
  padding-top: 10px;
padding-right: 14px;
padding-bottom: 10px;
padding-left: 14px;
;
  font-family: AvenirNext Regular, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  background-color: 

  
  
    
  


  rgba(48, 42, 178, 1.0)

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

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

  
  
    
  


  rgba(34, 41, 125, 1.0)

;
  color: #FFFFFF;
  border-top: 1px none #302ab2;
border-right: 1px none #1a334e;
border-bottom: 1px none #1a334e;
border-left: 1px none #1a334e;
;
}
form input[type=submit]:active,
form .hs-button:active {
  background-color: 

  
  
    
  


  rgba(24, 29, 89, 1.0)

;
  border: border: 1px none #1a1f6d;
;
  color: ;
  font-weight: 600;
}





/* Table */

table {
  border: 1px solid #353535;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

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

  padding: 18px;

  color: #353535;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(48, 42, 178, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #353535;
}






.header, header {
  background-color: #FFFFFF;
  position: sticky;
  top: 0;
  z-index: 1000;
}

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

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

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

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

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

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

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

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

    background-color: 

  
  
    
  


  rgba(73, 83, 117, 1.0)

;
  }

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

    background-color: 

  
  
    
  


  rgba(73, 83, 117, 1.0)

;
  }
}

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

  
  
    
  


  rgba(73, 83, 117, 1.0)

;
}

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

.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: {color=#FFFFFF, opacity=100, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#FFFFFF, css=#FFFFFF};
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: {color=#FFFFFF, opacity=100, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#FFFFFF, css=#FFFFFF};
}

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

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

@media(max-width: 767px) {
  .header__navigation {
    background-color: {color=#FFFFFF, opacity=100, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#FFFFFF, css=#FFFFFF};
  }

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





.footer {
  background-color: 

  
  
    
  


  rgba(73, 83, 117, 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: #303ab2;
}





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

/* Blog post */

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

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

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

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

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

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

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

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

/* Blog comments */

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

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

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

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





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





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

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

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

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


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

/* Blog pagination */

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

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

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

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

/* Pricing card */

.card__price {
  font-weight: 700; text-decoration: none; font-family: AvenirNext Bold, sans-serif; font-style: normal;
  color: #353535;
  font-size: 30px;
}

.card__body svg {
  fill: #302ab2;
}

/* Social follow */

.social-links__icon {
  background-color: #302ab2;
}

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

.social-links__icon:active {
  background-color: #5852da;
  font-weight: 700; text-decoration: none; font-family: AvenirNext Bold, sans-serif; font-style: normal;
  color: #353535;
  font-size: 30px;
}