







/* 1a. Containers */









/* 1b. Colors */







/* 1c. Typography */





























/* 1d. Buttons */




































/* 1e. Forms */










































/* 1f. Icons */
















/* 1g. Cards */











/* 1h. Tables */













/* 1i. Website header */



























/* 1j. Website footer */













/* Drag and drop layout styles */

.dnd-section {
  padding: 60px 20px;
}

/* Padding on blog post sections */

.blog-post-section {
  padding: 60px 0;
}

/* .content-wrapper is used for blog post and system templates and .header-wrapper is used for the website header module */

.dnd-section > .row-fluid,
.content-wrapper,
.header__wrapper {
  max-width: 1000px;
}





html {
  font-size: 16px;
}

body {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #FFFFFF;
  color: #231f20;
  font-size: 16px;
}

/* Paragraphs */

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

/* Anchors */

a {
  font-weight: normal; text-decoration: underline; font-family: Roboto, sans-serif; font-style: normal;
  color: #e4002b;
}

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

a:active {
  font-weight: normal; text-decoration: underline; font-family: Roboto, sans-serif; font-style: normal;
  color: #91a289;
}

/* Headings */
h1 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 40px;
  text-transform: none;
}

h2 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 32px;
  text-transform: none;
}

h3 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 28px;
  text-transform: none;
}

h4 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 24px;
  text-transform: none;
}

h5 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 20px;
  text-transform: none;
}

h6 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 16px;
  text-transform: none;
}

/* Blockquotes */

blockquote {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  border-left-color: #EEEEEE;
  color: #231f20;
  font-size: 24px;
}

blockquote > footer {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 16px;
}

/* Horizontal rules */

hr {
  border-bottom-color: #FFFFFF;
}





/* Primary button */

button,
.button,
.hs-button {
  border: 1px solid #e4022b;

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

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

  
  
    
  


  rgba(228, 0, 43, 1.0)

;
  border-radius: 5px;
  color: #ffffff;
  fill: #ffffff;
  font-size: 16px;
  text-transform: none;
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
.hs-button:hover,
.hs-button:focus,
.hs-button:active {
  border: 1px solid #CC0201;

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

  
  
    
  


  rgba(204, 2, 1, 1.0)

;
  color: #ffffff;
  fill: #ffffff;
}

button:active,
.button:active,
.hs-button:active {
  border: 1px solid #CC0201;

  font-family: Roboto, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(255, 82, 81, 100);
  border-color: #ff527b;
  color: #ffffff;
  fill: #ffffff;
}

/* Secondary button */

.button.button--secondary,
.hs-delete-data__button,
.hs-download-data__button {
  border: 1px solid #e4002b;

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

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border-radius: 5px;
  color: #e4002b;
  fill: #e4002b;
  text-transform: none;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active,
.hs-delete-data__button:hover,
.hs-delete-data__button:focus,
.hs-delete-data__button:active,
.hs-download-data__button:hover,
.hs-download-data__button:focus,
.hs-download-data__button:active {
  border: 1px solid #CC0201;

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

  
  
    
  


  rgba(204, 2, 1, 1.0)

;
  color: #ffffff;
  fill: #ffffff;
}

.button.button--secondary:active,
.hs-delete-data__button:active,
.hs-download-data__button:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(255, 82, 81, 100);
  border: 1px solid #CC0201;

  border-color: #ff507b;
  color: #ffffff;
  fill: #ffffff;
}

/* Simple button */

.button.button--simple {
  font-weight: normal; text-decoration: underline; font-family: Roboto, sans-serif; font-style: normal;
  color: #e4002b;
  fill: #e4002b;
}

.button.button--simple:hover,
.button.button--simple:focus {
  font-weight: normal; text-decoration: underline; font-family: Roboto, sans-serif; font-style: normal;
  color: #415239;
  fill: #415239;
}

.button.button--simple:active {
  font-weight: normal; text-decoration: underline; font-family: Roboto, sans-serif; font-style: normal;
  color: #91a289;
  fill: #91a289;
}

/* Button sizing */

.button.button--small {
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  font-size: 14px;
}

.button.button--large {
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  font-size: 18px;
}





/* Form */

.hsfc-Form,
.hsfc-FormWrapper {
  --hsf-global__font-family: Roboto;
  --hsf-global__font-size: 1rem;
  --hsf-global__color: #231f20;
}

form {
  border: 1px none #EEEEEE;

  padding: 45px;

  border-radius: 0px;
}

.hsfc-Form,
.hsfc-FormWrapper {
  --hsf-background__background-color: 

  
  
    
  


  rgba(238, 238, 238, 1.0)

;
  --hsf-background__padding: 45px;
  --hsf-background__border-style: solid;
  --hsf-background__border-color: #EEEEEE;
  --hsf-background__border-radius: 0px;
  --hsf-background__border-width: 1px;
}

/* Form title */

.form-title {
  border: 1px none #e4002b;

  padding: 25px;

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

  
  
    
  


  rgba(228, 0, 43, 1.0)

;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #ffffff;
  font-size: 28px;
  text-transform: ;
}

/* Labels */

form label {
  padding-top: 6px;
padding-right: 0px;
padding-bottom: 6px;
padding-left: 0px;

  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 16px;
}

.hsfc-Form,
.hsfc-FormWrapper {
  --hsf-field-label__font-family: Roboto;
  --hsf-field-label__font-size: 16px;
  --hsf-field-label__color: #231f20;
  --hsf-erroralert__font-family: var(--hsf-field-label__font-family);
}

/* Help text */

form legend {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 14px;
}

.hsfc-Form,
.hsfc-FormWrapper {
  --hsf-field-description__font-family: Roboto;
  --hsf-field-description__color: #231f20;
  --hsf-field-footer__font-family: var(--hsf-field-description__font-family);
  --hsf-field-footer__color: var(--hsf-field-description__color);
}

/* Form fields */

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='search'],
form select,
form textarea {
  border: 1px none #FFFFFF;

  padding: 10px;

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
  color: #231f20;
  font-size: 16px;
}

.hsfc-Form,
.hsfc-FormWrapper {
  --hsf-field-input__font-family: Roboto;
  --hsf-field-input__color: #231f20;
  --hsf-field-input__background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  --hsf-field-input__border-color: #FFFFFF;
  --hsf-field-input__border-width: 1px;
  --hsf-field-input__border-style: none;
  --hsf-field-input__border-radius: 0px;
  --hsf-field-input__padding: 10px;

  /* Textarea */
  --hsf-field-textarea__font-family: var(--hsf-field-input__font-family);
  --hsf-field-textarea__color: var(--hsf-field-input__color);
  --hsf-field-textarea__background-color: var(--hsf-field-input__background-color);
  --hsf-field-textarea__border-color: var(--hsf-field-input__border-color);
  --hsf-field-textarea__border-style: var(--hsf-field-input__border-style);
  --hsf-field-textarea__border-radius: var(--hsf-field-input__border-radius);
  --hsf-field-textarea__padding: var(--hsf-field-input__padding);

  /* Checkbox */
  --hsf-field-checkbox__padding: 8px;

  /* Radio */
  --hsf-field-radio__padding: 8px;
}

/* Form fields - placeholders */

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

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

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

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

::placeholder {
  color: #FFFFFF;
}

.hsfc-Form,
.hsfc-FormWrapper {
  --hsf-field-input__placeholder-color: #FFFFFF;
}

/* Form fields - date picker */

form .hs-dateinput:before {
  right: 10px;
}

form .pika-table thead th {
  background-color: 

  
  
    
  


  rgba(228, 0, 43, 1.0)

;
  color: #ffffff;
}

form td.is-today .pika-button {
  color: #231f20;
}

form .is-selected .pika-button {
  background-color: #EEEEEE;
  color: #231f20;
}

form .pika-button:hover {
  background-color: #e4002b !important;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
}

form .hs-richtext a {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
}

.hsfc-Form,
.hsfc-FormWrapper {
  --hsf-heading__font-family: Roboto;
  --hsf-heading__color: #231f20;
  --hsf-heading__text-shadow: none;
  --hsf-richtext__font-family: Roboto;
  --hsf-richtext__font-size: 1rem;
  --hsf-richtext__color: #231f20;
  --hsf-field-footer__font-family: var(--hsf-field-description__font-family);
  --hsf-field-footer__color: var(--hsf-field-description__color);
}

/* GDPR */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 14px;
}

/* Submit button */



form input[type='submit'],
form .hs-button {
  border: 1px solid #e4022b;

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

  
  
    
  


  rgba(228, 0, 43, 1.0)

;
  border-radius: 5px;
  color: #ffffff;
  text-transform: none;
}

form input[type='submit']:hover,
form input[type='submit']:focus,
form .hs-button:hover,
form .hs-button:focus {
  border: 1px solid #CC0201;

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

  
  
    
  


  rgba(204, 2, 1, 1.0)

;
  color: #ffffff;
}

form input[type='submit']:active,
form .hs-button:active {
  border: 1px solid #CC0201;

  font-family: Roboto, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(255, 82, 81, 100);
  border-color: #ff527b;
  color: #ffffff;
}

.hsfc-Form,
.hsfc-FormWrapper {
  --hsf-button__font-family: Roboto;
  --hsf-button__color: #ffffff;
  --hsf-button__background-color: 

  
  
    
  


  rgba(228, 0, 43, 1.0)

;
  --hsf-button__background-image: none;
  --hsf-button__border-radius: 5px;
  --hsf-button__box-shadow: none;
}





form input[type='submit'],
form .hs-button {
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  font-size: 16px;
}

.hsfc-Form,
.hsfc-FormWrapper {
  --hsf-button__font-size: 16px;
  --hsf-button__padding: 10px;
}



/* Inline thank you message */

.submitted-message {
  border: 1px none #EEEEEE;

  padding: 45px;

  border-radius: 0px;
}





/* Default icon (regular/dark) */

.icon {
  padding: 15px;

  background-color: 

  
  
    
  


  rgba(204, 2, 1, 1.0)

;
}

.icon svg {
  fill: #ffffff;
  height: 16px;
  width: 16px;
}

/* Light icon */

.icon--light .icon {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.icon--light svg {
  fill: #CC0201;
}

/* Size */

.icon--small svg {
  height: 12px;
  width: 12px;
}

.icon--small .icon {
  padding: 10px;

}

.icon--large svg {
  height: 24px;
  width: 24px;
}

.icon--large .icon {
  padding: 25px;

}





/* Table */

table {
  border: 1px solid #FFFFFF;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

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

  padding: 10px;

  color: #231f20;
}

/* Table header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(228, 0, 43, 1.0)

;
  color: #ffffff;
}

/* Table footer */

tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(238, 238, 238, 1.0)

;
  color: #231f20;
}





/* Header container */

.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Header content color */

.header p,
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header a:not(.button),
.header span,
.header div,
.header li,
.header blockquote,
.header .tabs__tab,
.header .tabs__tab:hover,
.header .tabs__tab:focus,
.header .tabs__tab:active {
  color: #231f20;
}

.hs-menu-item.hs-menu-depth-1 a {
  color: white;
  text-decoration: none;
  font-size: 1.1em;
}

.hs-menu-item.hs-menu-depth-2 a {
  color: #231f20;
  text-decoration: none;
  margin-left: 10px;
  padding: 5px;
  font-size: 0.9em;
}

.hs-menu-item.hs-menu-depth-2 a:hover {
  font-weight: bold;
}


@media (max-width: 767px) {
  .hs-menu-item.hs-menu-depth-1 a{
    color: white;
  }
  .hs-menu-item.hs-menu-depth-1 {
    text-align: start;
  }
  .hs-menu-item .hs-menu-depth-2{
    text-align: start;
  }
  /* Quando o menu hamburguer é clicado, mostra os itens do menu */
  .header__menu-col.open .hs-menu-item.hs-menu-depth-1 {
    display: block;
  }
}

/* Esconde o submenu por padrão */
.header__menu-submenu {
  display: none;
  position: absolute; 
  top: 100%; 
  left: 0; 
  background-color: #fff; /
  padding: 0; /* Remove qualquer espaçamento extra */
  min-width: 200px; 
  border-radius: 0 0 4px 4px;
  opacity: 0.95;
}

/* Exibe o submenu quando o item de menu é "hovered" */
.header__menu-item:hover .header__menu-submenu {
  display: block;
}

/* Estilo para os itens do submenu, alinhados verticalmente */
.header__menu-submenu li {
  list-style: none;
  padding: 10px 15px; 
}

.header__menu-submenu li:hover {
  background-color: #f0f0f0;
}

/* Certifique-se que o submenu não aparece em dispositivos móveis */
@media (max-width: 767px) {
  .header__menu-submenu {
    display: none !important;
  }
}

/* Header top bar */

.header__top {
  background-color: 

  
  
    
  


  rgba(228, 0, 43, 1.0)

;
}

/* Language switcher */

.header__language-switcher-current-label > span {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 16px;
  text-transform: none;
}

.header__language-switcher:hover .header__language-switcher-current-label > span,
.header__language-switcher:focus .header__language-switcher-current-label > span {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.header__language-switcher-child-toggle svg {
  fill: #231f20;
}

/* Language switcher - submenu */

.header__language-switcher .lang_list_class {
  border-color: #FFFFFF;
}

.header__language-switcher .lang_list_class li {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class a:not(.button) {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 16px;
  text-transform: none;
}

.header__language-switcher .lang_list_class a:hover,
.header__language-switcher .lang_list_class a:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
}

.header__language-switcher .lang_list_class a:active {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Header bottom */

.header__bottom {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Logo */

.header__logo-company-name {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 40px;
  text-transform: none;
}

/* Menu */



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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

/* Menu items */

.header__menu-link {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 16px;
  text-transform: none;
}

@media (max-width: 767px) {
  .header__menu-item--depth-1 {
    border-top: 1px solid #FFFFFF;
  }
}


/* Menu items - top level */

.header__menu-item--depth-1 > .header__menu-link:not(.button) {
  color: #231f20;
}

.header__menu-item--depth-1 > .header__menu-link:hover,
.header__menu-item--depth-1 > .header__menu-link:focus {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.header__menu-item--depth-1 > .header__menu-link:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #505050;
}

.header__menu-item--depth-1 > .header__menu-link--active-link:not(.button) {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.header__menu-item--depth-1 .header__menu-child-toggle svg {
  fill: #231f20;
}

/* Menu items - submenus */

.hs-menu-children-wrapper {
  background-color: white;
  border-radius: 0 0 8px 8px;
  border-top: 2px solid rgb(241 243 248);
  padding: 12px;
  z-index: 9;
}

@media (max-width: 767px) {
  ul.hs-menu-children-wrapper {
    display: none;
    background-color: transparent;
    border-top: none;
  }
}

.header__menu-submenu {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #FFFFFF;
}

.header__menu-submenu .header__menu-link:not(.button) {
  color: #231f20;
}

.header__menu-submenu .header__menu-item:hover,
.header__menu-submenu .header__menu-item:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__menu-submenu .header__menu-link:hover,
.header__menu-submenu .header__menu-link:focus {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.header__menu-submenu .header__menu-link:active {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__menu-submenu .header__menu-link--active-link:not(.button) {
  color: ;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


/* Menu icons */

.header__menu-toggle svg {
  fill: #231f20;
}






/* Footer content color */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a:not(.button),
.footer span,
.footer div,
.footer li,
.footer blockquote,
.footer .tabs__tab,
.footer .tabs__tab:hover,
.footer .tabs__tab:focus,
.footer .tabs__tab:active {
  color: #FFFFFF;
}

.footer hr {
  border-bottom-color: #FFFFFF !important;
}

/* Footer menu */

.footer .hs-menu-wrapper a {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 12px;
  text-transform: none;
}

.footer .hs-menu-wrapper a:hover,
.footer .hs-menu-wrapper a:focus {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.footer .hs-menu-wrapper a:active {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #505050;
}

.footer .hs-menu-wrapper .active > a {
  font-weight: bold; text-decoration: underline; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #000000;
}

.widget-type-logo:not(.hs-lp-header-logo) img {
  max-width: 200px;
}

.footer-row-1-max-width-section-centering > .row-fluid {
  text-align: center;
}

.hs-menu-wrapper > ul { display: flex; flex-wrap: nowrap; }






/* Dark card */

.card--dark {
  border: 1px solid #231f20;

  background-color: 

  
  
    
  


  rgba(35, 31, 32, 1.0)

;
  border-radius: 0px;
  color: #ffffff;
}

.card--dark summary,
.card--dark p,
.card--dark h1,
.card--dark h2,
.card--dark h3,
.card--dark h4,
.card--dark h5,
.card--dark h6,
.card--dark a:not(.button),
.card--dark span,
.card--dark div,
.card--dark li,
.card--dark blockquote {
  color: #ffffff;
}

/* Light card */

.card--light {
  border: 1px solid #FFFFFF;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
  color: #231f20;
}

.card--light summary,
.card--light p,
.card--light h1,
.card--light h2,
.card--light h3,
.card--light h4,
.card--light h5,
.card--light h6,
.card--light a:not(.button),
.card--light span,
.card--light div,
.card--light li,
.card--light blockquote {
  color: #231f20;
}





/* Error templates */

.error-page:before {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* System templates */

#email-prefs-form,
#email-prefs-form h1,
#email-prefs-form h2 {
  color: #231f20;
}

/* Search template */

.hs-search-results__title {
  font-size: 32px;
}

/* Backup unsubscribe template */

.backup-unsubscribe input[type='email'] {
  font-size: 16px !important;
  padding: 10px!important;
;
}





/* Accordion */

.accordion__summary,
.accordion__summary:before {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 24px;
}

.card--dark .accordion__summary:before {
  color: #ffffff;
}

.card--light .accordion__summary:before {
  color: #231f20;
}

/* Blog listing, recent posts, related posts, and blog post */

.blog-listing__post-title {
  text-transform: none;
}

.blog-listing__post-title-link {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
}

.blog-listing__post-title-link:hover,
.blog-listing__post-title-link:focus {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.blog-listing__post-title-link:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #736f70;
}

.blog-listing__post-tag {
  color: #231f20;
}

.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus {
  color: #000000;
}

.blog-listing__post-tag:active {
  color: #736f70;
}

.blog-listing__post-author-name,
.blog-post__author-name {
  color: #231f20;
}

.blog-listing__post-author-name :hover,
.blog-listing__post-author-name :focus,
.blog-post__author-name:hover,
.blog-post__author-name:focus {
  color: #000000;
}

.blog-listing__post-author-name :active,
.blog-post__author-name:active {
  color: #736f70;
}

/* Image gallery */

.image-gallery__close-button-icon:hover,
.image-gallery__close-button-icon:focus {
  background-color: rgba(124, 0, 0, 1.0);
}

.image-gallery__close-button-icon:active {
  background-color: rgba(255, 82, 81, 1.0);
}

.icon--light .image-gallery__close-button-icon:hover,
.icon--light .image-gallery__close-button-icon:focus {
  background-color: rgba(175, 175, 175, 1.0);
}

.icon--light .image-gallery__close-button-icon:active {
  background-color: rgba(255, 255, 255, 1.0);
}

/* Pagination */

.pagination__link-icon svg {
  fill: #e4002b;
  height: 16px;
  width: 16px;
}

.pagination__link:hover .pagination__link-icon svg,
.pagination__link:focus .pagination__link-icon svg {
  fill: #415239;
}

.pagination__link:active .pagination__link-icon svg {
  fill: #ff507b;
}

.pagination__link--active {
  border-color: #FFFFFF
}

/* Pricing card */

.pricing-card__heading {
  background-color: #e4002b;
}

/* Social follow and social sharing */

.social-follow__icon:hover,
.social-follow__icon:focus,
.social-sharing__icon:hover,
.social-sharing__icon:focus {
  background-color: rgba(124, 0, 0, 1.0);
}

.social-follow__icon:active,
.social-sharing__icon:active {
  background-color: rgba(255, 82, 81, 1.0);
}

.icon--light .social-follow__icon:hover,
.icon--light .social-follow__icon:focus,
.icon--light .social-sharing__icon:hover,
.icon--light .social-sharing__icon:focus {
  background-color: rgba(175, 175, 175, 1.0);
}

.icon--light .social-follow__icon:active,
.icon--light .social-sharing__icon:active {
  background-color: rgba(255, 255, 255, 1.0);
}

/* Tabs */

.tabs__tab,
.tabs__tab:hover,
.tabs__tab:focus,
.tabs__tab:active {
  border-color: #231f20;
  color: #231f20;
}

.row-fluid .timeline-with-scrolling-animation-timeline-main .timeline-with-scrolling-animation-timeline-outer .timeline-section .timeline-text {
  font-size: 16px!important;
  line-height: 24px!important;
}

/* cs_metrics -- default module */
.cs-metric .cs-metric__data {
  font-family: Roboto;
}

.hs-search-field__suggestions{color: #ffffff;}
.footer .hs-menu-wrapper a:hover, .footer .hs-menu-wrapper a:active, .footer .hs-menu-wrapper .active>a{color: #e4002b;}
.hs-search-field__bar button svg {
  height: 20px!important;
}



@media (max-width: 991px) {

  #hs_cos_wrapper_mobile-search .hs-search-field__bar>form>.hs-search-field__input, form.hs-search-field__form{
    width: 90%;
    border: none;
    border-bottom: 1px solid #dadedf;
  }

  #hs_cos_wrapper_mobile-search .hs-search-field__bar>form {
    padding: 0;
  }

}

@media (min-width: 768px) {
  header .row-fluid .span3:first-child {
    width: 20%;
  }
  header .row-fluid .span3:nth-child(2){
    width: 50%;
  }

  header .row-fluid .span3:nth-child(3){
    width: 20%;
  }

  header .row-fluid .span3:last-child {
    width: 10%;
  }
}

::placeholder {
  color: #a4acaf;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #a4acaf;
}

textarea:focus, input:focus{
  outline: none;
}

*:focus {
  outline: none;
}
.hs-search-field__suggestions .results-for{display: none!important;}
.header__search .hs-search-field__button {
  right: -30px;
}

.hs-language-switcher__current-language {
  color: #3b3b3b!important;
  font-size: 15px!important;
  margin-top: 10px;
}

.hs-language-switcher__icon{
  display: none!important;
}

.hs-language-switcher__item a {
  color: #3b3b3b!important;
}

.lang{
  margin-top: 2px;
}

.langmobile{
  padding: 10px 27px;
  background: #e6eaed;
  color: #a4abb0;
  font-size: 1.05em;
  min-height: 40px;
}

.change_idm{
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 10px;
  color: white !important;
}

.change_idm:hover, .change_idm:first-child, .change_idm:active{
  color: #262b2f;
}

@media (max-width: 768px) {
  .change_idm{
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 10px;
    color: #a3aab0 !important;
  }
}

#hs_cos_wrapper_language-switcher .hs-language-switcher__icon--dropdown {
  margin-left: 10px;
  margin-right: 0;
  padding-top: 10px; 
  display: block;
  width: 10px;
  height: auto;
  fill: rgba(81,109,141,1.0);
  transition: transform .2s ease;
}

#hs_cos_wrapper_language-switcher .hs-language-switcher__icon--dropdown.active {
  padding-top: 10px;
}

#closeIconMenu {
  z-index: 15;
  position: absolute;
  top: 10px;
  right: 60px;
}

#mobileMenuBar {
  z-index: 8;
  position: relative;
}


@media (max-width: 991px) {
  .hidden-mobile, #closeIconMenu.hide, #defaultIconMenu.hide, .lang {
    display: none !important;
  }

  #closeIconMenu {
    right: 140px;
  }
}

@media (max-width: 460px) {
  #closeIconMenu {
    display: block !important;     /* Ensure it's visible */
    visibility: visible !important;
    opacity: 1 !important;
    position: fixed;
    right: 55px !important;
    top: 0 !important;
    z-index: 9999;
    pointer-events: auto;
    -webkit-transform: translateZ(0); /* Forces GPU render in Safari */
  }
}

/* Leaflet */
#map { 
  height: 600px;
  background-color: #D4DADC; 
} 

#map-english {
  height: 600px;
  background-color: #D4DADC; 
}

.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
display: none;
}