







/* Fonts */
@font-face {
  font-family: museo;
  src: url(//475125.fs1.hubspotusercontent-na1.net/hubfs/475125/raw_assets/public/2023%20Qlarity%20Theme/fonts/Museo700-Regular-webfont.woff);
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: museo;
  src: url(//475125.fs1.hubspotusercontent-na1.net/hubfs/475125/raw_assets/public/2023%20Qlarity%20Theme/fonts/Museo700-Italic-webfont.woff);
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: museo-sans;
  src: url(//475125.fs1.hubspotusercontent-na1.net/hubfs/475125/raw_assets/public/2023%20Qlarity%20Theme/fonts/MuseoSans-300-webfont.woff);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: museo-sans;
  src: url(//475125.fs1.hubspotusercontent-na1.net/hubfs/475125/raw_assets/public/2023%20Qlarity%20Theme/fonts/MuseoSans-700-webfont.woff);
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: museo-sans;
  src: url(//475125.fs1.hubspotusercontent-na1.net/hubfs/475125/raw_assets/public/2023%20Qlarity%20Theme/fonts/MuseoSans-300-Italic-webfont.woff);
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: museo-sans;
  src: url(//475125.fs1.hubspotusercontent-na1.net/hubfs/475125/raw_assets/public/2023%20Qlarity%20Theme/fonts/MuseoSans-700-Italic-webfont.woff);
  font-weight: 700;
  font-style: italic;
}

body h1, body h2 {
  font-family: museo;
  font-weight: 700;
}

body, body p, body h3, body h4, body h5, body h6 {
  font-family: museo-sans; 
  font-weight: 700;
}

body li {
    font-family: museo-sans; 
}

body, body p, body li {
  font-weight: 300;
}
body p {
  line-height: 1.7em;
}
/* 1a. Containers */




/* 1b. Colors */









/* 1c. Typography */


























.body-wrapper strong, .body-wrapper b { font-weight: 700; }

/* 1d. Buttons */

.button, .hs-blog-post-listing__post-button, .hs-button, button {
  font-family: 'Museo-Sans';
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .button, .hs-blog-post-listing__post-button, .hs-button, button {
    padding: 15px 15px;
  }
}











/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








ul.menu__wrapper .menu__item a.menu__link:hover {
    color: #0E266E;
}

ul.menu__wrapper .menu__item a.menu__link, ul.men__wrapper li.menu__item {
    font-weight: 700;
    font-family: 'museo-sans';
}
.menu__item--depth-1>.menu__link--active-link:after {
    display: none;
}

/* 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: 20px;
}

body {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #454545;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: calc(20px * 0.8);
  }
}

/* Paragraphs */

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

@media only screen and (max-width: 767px) {
  p {
    font-size: calc(20px * 0.8);
  }
}

/* Anchors */

a {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3D619f;
}

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

a:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #6589c7;
}

/* Headings */

h1,
.h1 {
  font-family: 'Roboto Slab', serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #ffffff;
  font-size: 70px;
  text-transform: none;
}

@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: calc(70px * 0.5);
  }
}

h2,
.h2 {
  font-family: 'Roboto Slab', serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #0e266e;
  font-size: 50px;
  text-transform: none;
}

@media only screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: calc(50px * 0.7);
  }
}

h3,
.h3 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #5c74b8;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 0.85px;
}

@media only screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: calc(26px * 0.8);
  }
}

h4,
.h4 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #5c74b8;
  font-size: 32px;
  text-transform: none;
}

@media only screen and (max-width: 767px) {
  h4,
  .h4 {
    font-size: calc(32px * 0.8);
  }
}

h5,
.h5 {
  font-family: 'Roboto Slab', serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #5c74b8;
  font-size: 16px;
  text-transform: none;
}

@media only screen and (max-width: 767px) {
  h5,
  .h5 {
    font-size: calc(16px * 0.8);
  }
}

h6,
.h6 {
  font-family: 'Roboto Slab', serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #5c74b8;
  font-size: 14px;
  text-transform: none;
}

@media only screen and (max-width: 767px) {
  h6,
  .h6 {
    font-size: calc(14px * 0.8);
  }
}

/* Blockquote */

blockquote {
  border-left-color: #0076a8;
}





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

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

  ;
  background-color: 

  
  
    
  


  rgba(16, 41, 108, 1.0)

;
  border-radius: 6px;
  color: ;
  font-size: ;
  text-transform: uppercase;
}

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 none #1a334e;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(21, 110, 77, 1.0)

;
  border-radius: 6px;
  font-family: 'museo-sans', 'roboto';
  font-weight: 700;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  ;
  background-color: rgba(56, 81, 148, 1.0);
  border-color: #a5de77;
}





form,
.submitted-message {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px none #FFFFFF;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  padding: 10px;
;
}

/* Form title */

.form-title {
  border: 1px none #0076a8;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: Merriweather; font-style: normal; font-weight: 700; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 26px;
  color: #10296C;
  background-color: 

  
  
    
  


  rgba(0, 118, 168, 1.0)

;
}

/* Labels */

form label {
  color: #5C74B8;
}
label#label-email-ef682599-c32a-4e1e-963e-a18b24cf9cbc {
    display: none!important;
}

/* Help text */

form legend {
  color: #454545;
 
}

/* form label span {
   display: none !important;
} */

/* 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 none rgba(255, 255, 255, 0%);

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #454545;
  border-radius: 6px;
}
.hs-submit .actions {
    text-align: center;
}

/* Form placeholder text */

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

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

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

::placeholder {
  color: #BABABA;
}

/* Inputs - date picker */

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

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #10296C;
;
  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;
;
  background-color: 

  
  
    
  


  rgba(125, 182, 79, 1.0)

;
  border-radius: 6px;
  text-transform: uppercase;
  color: #fff;
  font-family: Museo-Sans;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

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

  
  
    
  


  rgba(103, 151, 64, 1.0)

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

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(56, 81, 148, 1.0);
  border-color: #a5de77;
}

/* Custom Styling for Forms */
form.hsForm_e9767a2b-d5fa-40fa-9fc8-103592569d2a, 
form.hsForm_f101582d-07ee-4f1d-a243-67eab625a92a {
  background-color: unset;
}

form.hsForm_e9767a2b-d5fa-40fa-9fc8-103592569d2a label, 
form.hsForm_f101582d-07ee-4f1d-a243-67eab625a92a label, 
form.hsForm_ef682599-c32a-4e1e-963e-a18b24cf9cbc label, .hsForm_2d5d1351-fd62-48b0-bb3c-4f67f473052a label, .hsForm_79c59ef9-0e2c-4d9a-9ed8-445b63369a00 label {
  display: none;
}
form#hsForm_ef682599-c32a-4e1e-963e-a18b24cf9cbc label {
    display: none;
}

form.hsForm_e9767a2b-d5fa-40fa-9fc8-103592569d2a .input input, 
form.hsForm_e9767a2b-d5fa-40fa-9fc8-103592569d2a .input textarea {
  background-color: #F3F5FB;
}

form.hsForm_79c59ef9-0e2c-4d9a-9ed8-445b63369a00 .hs-fieldtype-checkbox label {
  display: block;
}
form.hsForm_f101582d-07ee-4f1d-a243-67eab625a92a .hs-fieldtype-checkbox ul label {
  text-transform: uppercase;
}
form.hsForm_79c59ef9-0e2c-4d9a-9ed8-445b63369a00 .hs-fieldtype-checkbox {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
}
form.hsForm_f101582d-07ee-4f1d-a243-67eab625a92a .hs-fieldtype-checkbox ul li label input[type=checkbox] {
  display: none;
}
form.hsForm_f101582d-07ee-4f1d-a243-67eab625a92a .hs-fieldtype-checkbox ul li label input[type="checkbox"] + *::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 10px;
  border-style: solid;
  border-width: 3px;
  border-color: #5C74B8;
  flex-shrink: 0;
}

form.hsForm_f101582d-07ee-4f1d-a243-67eab625a92a .hs-fieldtype-checkbox ul li label > input[type="checkbox"]:checked + * {
  color: #5C74B8;
}
form.hsForm_f101582d-07ee-4f1d-a243-67eab625a92a .hs-fieldtype-checkbox ul li label > input[type="checkbox"]:checked + *::before {
  color: #ffffff;
  text-align: center;
  background: #5C74B8;
  border-color: #5C74B8;
}

form#hsForm_ef682599-c32a-4e1e-963e-a18b24cf9cbc_5253, form#hsForm_ef682599-c32a-4e1e-963e-a18b24cf9cbc_5360 {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

form#hsForm_ef682599-c32a-4e1e-963e-a18b24cf9cbc_5253 .hs_email, form#hsForm_ef682599-c32a-4e1e-963e-a18b24cf9cbc_5360 .hs_email {
    margin-bottom: 0;
    flex: 1;
    min-width: 250px;
}

form#hsForm_ef682599-c32a-4e1e-963e-a18b24cf9cbc_5253 .hs_email input, form#hsForm_ef682599-c32a-4e1e-963e-a18b24cf9cbc_5360 .hs_email input {
    border-radius: 6px;
}






/* Table */

table {
  border: 1px solid #454545;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

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

  padding: 18px;

  color: #454545;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(16, 41, 108, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #454545;
}





.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

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

.menu__child-toggle-icon {
  border-top-color: #5c74b8;
}
.body-wrapper .menu__submenu--level-2>.menu__item:first-child:hover:before {
  background-color: #ffffff;
}


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

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

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

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

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

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:focus {
  color: #5c74b8;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

.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, 0.0)

;
}

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

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

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

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

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

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #5c74b8;
  }
}ƒ




.footer .content-wrapper {
    max-width: 100%!important;
}
.footer {
  background-color: 

  
  
    
  


  rgba(14, 38, 110, 1.0)

;
}
.container-fluid.footer__container.content-wrapper {
    max-width: 100%;
    width: 100%;
    padding: 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: #ffffff;
}

.footer #hs_cos_wrapper_footer-module-2 .social-links__icon:hover, .footer #hs_cos_wrapper_footer-module-2 .social-links__icon:focus {
  background-color: #ffffff;
}





.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}
h2.hs-blog-post-listing__post-title {
    line-height: 1.3em;
    font-size: 25px;
}
a.hs-blog-post-listing__post-title-link {
    font-family: 'museo-sans', 'roboto';
}
.hs-blog-post-listing__post-content {
    font-family: 'museo-sans', 'roboto';
}
/* Blog post */

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

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

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

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

/* 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 {
  line-height: 1.3em;
  font-size: 25px;
}

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

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

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

/* Blog comments */

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

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

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

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





.hs-search-results__title {
  font-family: 'Roboto Slab', serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #ffffff;
}





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

.hs-blog-post-listing__post-title-link {
  color: #0e266e;
  font-weight: bold;
}
.hs-blog-post-listing__post-title-link:hover {
  opacity: .8;
  font-weight: bold;
}

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

/* .hs-blog-post-listing__post-title-link:active {
  color: #364e96;
} */


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

/* Blog pagination */

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

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

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

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

/* Pricing card */

.card__price {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #5c74b8;
  font-size: 26px;
}

.card__body svg {
  fill: #10296C;
}

/* Social follow */

.social-links__icon {
  background-color: #10296C;
}

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

.social-links__icon:active {
  background-color: #385194;
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #5c74b8;
  font-size: 26px;
}

.text-pink,
p.text-pink,
h1.text-pink,
h2.text-pink,
h3.text-pink,
h4.text-pink,
h5.text-pink,
h6.text-pink,
label.text-pink,
span.text-pink,
ul.text-pink li,
li.text-pink {
  color: #D69DE4;
}

hr.pink-line {
  border: 1px solid #5cb8b2;
  width: 50px;
  margin-left: 0;
  margin-top: 0;
}

.text-purple-dark,
p.text-purple-dark,
h1.text-purple-dark,
h2.text-purple-dark,
h3.text-purple-dark,
h4.text-purple-dark,
h5.text-purple-dark,
h6.text-purple-dark,
label.text-purple-dark,
span.text-purple-dark,
ul.text-purple-dark li,
li.text-purple-dark {
  color: #0E266E;
}

.text-purple-light,
p.text-purple-light,
h1.text-purple-light,
h2.text-purple-light,
h3.text-purple-light,
h4.text-purple-light,
h5.text-purple-light,
h6.text-purple-light,
label.text-purple-light,
span.text-purple-light,
li.text-purple-light {
  color: #5C74B8;
}

.text-green-dark,
p.text-green-dark,
h1.text-green-dark,
h2.text-green-dark,
h3.text-green-dark,
h4.text-green-dark,
h5.text-green-dark,
h6.text-green-dark,
label.text-green-dark,
span.text-green-dark,
ul.text-green-dark li,
li.text-green-dark {
  color: #1D5B3B;
}

.text-green-light,
p.text-green-light,
h1.text-green-light,
h2.text-green-light,
h3.text-green-light,
h4.text-green-light,
h5.text-green-light,
h6.text-green-light,
label.text-green-light,
span.text-green-light,
li.text-green-light {
  color: #7DB64F;
}

p.margin-bottom-none,
h1.margin-bottom-none,
h2.margin-bottom-none,
h3.margin-bottom-none,
h4.margin-bottom-none,
h5.margin-bottom-none,
h6.margin-bottom-none,
label.margin-bottom-none,
span.margin-bottom-none,
li.margin-bottom-none {
  margin-bottom: 0px;
}

p.margin-bottom-sm,
h1.margin-bottom-sm,
h2.margin-bottom-sm,
h3.margin-bottom-sm,
h4.margin-bottom-sm,
h5.margin-bottom-sm,
h6.margin-bottom-sm,
label.margin-bottom-sm,
span.margin-bottom-sm,
li.margin-bottom-sm {
  margin-bottom: 10px;
}

/* Contact Page */
.hs_cos_wrapper_type_rich_text .contact-cards>*:not(:last-child) {
    margin-bottom: 20px;
}
.hs_cos_wrapper_type_rich_text .contact-cards .contact-card {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 20px;
}
.hs_cos_wrapper_type_rich_text .contact-cards .contact-card h4 {
  text-transform: uppercase;
  color: #D69DE4;
  margin-bottom: 10px;
  font-size: 26px;
}
.hs_cos_wrapper_type_rich_text .contact-cards .contact-card p {
  margin-bottom: 0;
}

@media screen and (max-width: 800px) {
  .contact-cards {
    display: flex; 
    flex-wrap: wrap;
    gap: 20px;
  }
  .hs_cos_wrapper_type_rich_text .contact-cards>*:not(:last-child) {
    margin-bottom: 0;
  }
  .contact-card.contact-card-2, .contact-card.contact-card-1 {
    flex: 1;
  }
  .contact-card.contact-card-3 {
    flex: 2;
  }
}

.border-left-pink {
    border-left: 4px solid #D69DE4;
    padding-left: 40px;
    margin-left: 30px;
}
@media screen and (max-width: 800px) {
  .border-left-pink {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    border-top: 4px solid #D69DE4;
    padding-top: 30px;
    margin-top: 30px;
    text-align: center;
  }
}

/* Round borders */
.cell_169402223453311-vertical-alignment, .cell_16940222630603-padding, .cell_16940261010753-background-image, .cell_16940311421163-vertical-alignment, .cell_16940311421164-vertical-alignment, .cell_16940332299284-background-image, .cell_16940349716306-background-image, .cell_16935786259593-background-image, .cell_16935807758732-background-image, .cell_16953128059965-padding {
  border-radius: 20px;
}
.cell_16940311421163-vertical-alignment img, .cell_16940311421164-vertical-alignment img {
  border-radius: 20px 20px 0 0;
}

/* Number Counter */
.custom-counter-number {
  text-align: center;
  color: #ffffff;
  font-family: 'museo-sans', 'Roboto';
  font-size: 2.5rem;
  font-weight: 600;
}
@media screen and (max-width: 1073px) {
  .custom-counter-number {
    font-size: 2rem;
  }
}

/* Header */
.header__column.header-column-flex {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.header__row-1.header-row-search {
  width: 10%;
  padding-top: 0;
}

.header__row-2.header-row-menu {
  width: 100%;
  padding-right: 20px;
}
.header__row-1.header-row-search .header__search .hs-search-field__input {
    background-image: url(https://www.cfrinc.net/hubfs/search-icon.svg);
    z-index: 99;
    width: 70px;
    overflow: hidden;
    transition: all .5s ease-out;
}
.header__row-1.header-row-search .header__search .expand-search-bar .hs-search-field__input {
    width: 300px;
    border: 2px solid #5c74b8;
    background-color: #fff;
    border-radius: 6px;
    color: #454545;
}
/* .header-row-search #hs_cos_wrapper_site_search {
  width: 30px;
} */


.dots-list-wrapper {
  position: relative;
}
.dots-list-item-wrapper {
  margin-bottom: 10px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.dots-list-wrapper .list-bullet {
  float: left;
  margin-right: 30px;
  background: #5cb8b2;
  height: 19px;
  width: 19px;
  border-radius: 100px;
}
.dots-list-wrapper .list-item {
  display: table-row;
  vertical-align: middle;
}
.dots-list-wrapper .pink-line {
  background: #5cb8b2;
  height: 86%;
  left: 9px;
  position: absolute;
  width: 2px;
  z-index: 1;
  top: 15px;
}

/*** Animation ***/
@keyframes fadeInSlideUp {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.container-fluid:not(.footer__container) .row-fluid-wrapper.row-depth-1:not(.dnd-row) > .row-fluid {
  opacity: 0;
}

.fade-in {
  opacity: 0;
  transform: translateY(5rem);
  animation: fadeInSlideUp 2s forwards;
  animation-delay: 0s;
}

.footer .menu__submenu .menu__link {
 color: #454545 !important; 
}

#hs_cos_wrapper_module_16933339259737 .button:hover {
 background-color: rgba(21, 110, 77, 1.0); !important; 
}

#hs_cos_wrapper_module_16933373534116 .button:hover {
  background-color: rgba(21, 110, 77, 1.0); !important;
}

.error-page h1 {
 color: #454545 !important; 
}

/** Absolute removal ***/
/* body .hs_email label {
    display: none!important;
    opacity: 0!important;
    z-index: -999999!important;
    position: absolute!important;
    left: -999999999%!important;
} */