







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

/* 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: helvetica; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #ffffff;
  color: #231f20;
  font-size: 16px;
}

/* Paragraphs */

p {
  font-family: helvetica; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Headings */

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

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

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

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

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

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

/* Blockquotes */

blockquote {
  font-family: helvetica; font-style: normal; font-weight: normal; text-decoration: none;
  border-left-color: #00a5db;
  color: #231f20;
  font-size: 24px;
}

blockquote > footer {
  font-family: helvetica; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 16px;
}

/* Horizontal rules */

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







/* Primary button */

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

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

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

  
  
    
  


  rgba(20, 71, 52, 1.0)

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

button[id^="slick-slide-control"]{
  padding:0;
}

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

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

  
  
    
  


  rgba(65, 82, 57, 1.0)

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

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

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(145, 162, 137, 100);
  border-color: #649784;
  color: #ffffff;
  fill: #ffffff;
}

/* Secondary button */

.button.button--secondary {
  border: 1px solid #144734;

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

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border-radius: 0px;
  color: #144734;
  fill: #144734;
  text-transform: none;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  border: 1px solid #144734;

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

  
  
    
  


  rgba(20, 71, 52, 1.0)

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

.button.button--secondary:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(100, 151, 132, 100);
  border: 1px solid #144734;

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

/* White Focus Fix (Ixtensa 05.04.2023) */

.white-btn:focus {
  color: #144734;
  font-family: Panton-SemiBold;
  background-color: #fff;
  border: 1px solid #fff;
  font-weight: 600;
}

/* Simple button */

.button.button--simple {
  font-weight: normal; text-decoration: none; font-family: helvetica; font-style: normal;
  color: #144734;
  fill: #144734;
}

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

.button.button--simple:active {
  font-weight: normal; text-decoration: underline; font-family: helvetica; 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 .hs-form-field  {position: relative;}
form .hs-form-required {position: absolute;right: 20px;color: #8D98A3;font-size: 20px;top: 5px;}
form .hs-error-msgs , form .hs-error-msgs li{margin:0}
/* 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 {background-color: #fff;
  border-radius: 16px;
  padding: 14px 20px;
  border: 1px solid #144734;
  width: 100%;
  color: #191919;
  font-size: 18px;
  line-height: 0px;
  transition: 200ms ease all;
}
/* form input:focus {padding: 22px 20px 10px;} */
form input:not(:placeholder-shown) ~ .floating-label {top: 2px;font-size: 10px;line-height: 26px;text-transform: uppercase;font-weight: bold; font-family: 'Panton-Bold';letter-spacing: 0.5px;}
form label.floating-label-active span { top: 2px!important; font-size: 10px!important; line-height: 26px; text-transform: uppercase; font-weight: bold; letter-spacing: 0.5px; }
form .hs-error-msg {position: absolute;right: 20px;top: 0px;color: #C90F0F;font-size: 10px;line-height: 16px;font-weight: bold; font-family: 'Panton-Bold';text-transform: uppercase;letter-spacing: 0.2px;}
form .hs-fieldtype-booleancheckbox .hs-error-msg, .hs-fieldtype-checkbox .hs-error-msg{top: -17px; right: -8px;}
.hs-fieldtype-checkbox .hs-error-msg{top: -20px; right: 0;}
form .input textarea {width: 100%;resize: none;border-radius: 16px;height: 157px;padding: 16px 30px 16px 16px;font-size: 18px;line-height: 30px; margin-bottom: 20px;}

form .input textarea::-webkit-input-placeholder {color: #8D98A3;}
form .input textarea::-moz-placeholder {color: #8D98A3;}
form .input textarea:-ms-input-placeholder {color: #8D98A3;}
form .input textarea:-moz-placeholder {color: #8D98A3;}
form fieldset {margin-bottom: 20px;}
form ul.inputs-list{display: flex;flex-flow: row wrap;}
form .input ul.inputs-list li {margin-bottom: 30px;position: relative;min-width: 225px;margin-right: 20px;}
.checkbox-group .checkbox input[type="checkbox"] {position: absolute;left: 0;opacity: 0;visibility: hidden;width: 0;height: 0;margin: 0;}
/* Submit button */
form input[type='submit'],
form .hs-button {
  padding: 12px 50px;
  background-color: #144734;
  border: 1px solid #144734;
  border-radius: 16px;
  color: #ffffff;
  letter-spacing: 0.32px;
  font-size: 18px;
  line-height: 25px;
  display: inline-block;
  font-weight: 600;
  vertical-align: top;
  transition: 400ms ease all;
  width:unset;
}
form input[type='submit']:hover,
form input[type='submit']:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #295F4B;
  border-color: #295F4B;
  color: #ffffff;
}
form input[type='submit']:active,
form .hs-button:active {
  background-color: #295F4B;
  border-color: #295F4B;
  color: #ffffff;
}






/* Default icon (regular/dark) */

.icon {
  padding: 15px;

  background-color: 

  
  
    
  


  rgba(124, 186, 66, 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: #7cba42;
}

/* 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 #ffd21a;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

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

  padding: 10px;

  color: #231f20;
}

/* Table header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(20, 71, 52, 1.0)

;
  color: #ffffff;
}

/* Table footer */

tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(0, 165, 219, 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;
}

/* Header top bar */

.header__top {
  background-color: 

  
  
    
  


  rgba(0, 165, 219, 1.0)

;
}

/* Language switcher */

.header__language-switcher-current-label > span {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; 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: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #000000;
}

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

/* Language switcher - submenu */

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

.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: Montserrat, sans-serif; font-style: normal; font-weight: 400; 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-weight: normal; text-decoration: none; font-family: arial, helvetica, sans-serif; font-style: normal;
  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: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  font-size: 16px;
  text-transform: none;
}

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

/* 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: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #000000;
}

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

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

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

/* Menu items - submenus */

.header__menu-submenu {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #ffd21a;
}

.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: Montserrat, sans-serif; font-style: normal; font-weight: 400; 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 container */

.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* 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: #231f20;
}

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

/* Footer menu */

.footer .hs-menu-wrapper a {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 16px;
  text-transform: none;
}

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

.footer .hs-menu-wrapper a:active {
  font-family: Montserrat, 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: Montserrat, sans-serif; font-style: normal;
  color: #000000;
}






/* 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 #ffd21a;

  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: Montserrat, sans-serif; font-style: normal; font-weight: 400; 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: padding: 0px;
 !important;
}





/* Accordion */

.accordion__summary,
.accordion__summary:before {
  font-family: helvetica; 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: arial, helvetica, 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: helvetica; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.blog-listing__post-title-link:active {
  font-family: helvetica; 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(44, 106, 0, 1.0);
}

.image-gallery__close-button-icon:active {
  background-color: rgba(204, 255, 146, 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: #144734;
  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: #649784;
}

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

/* Pricing card */

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

/* Social follow and social sharing */

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

.social-follow__icon:active,
.social-sharing__icon:active {
  background-color: rgba(204, 255, 146, 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;
}

/* Checkbox */

.legal-consent-container { display: flex; flex-flow: row wrap; }
/* label.hs-form-booleancheckbox-display .hs-input { position: absolute; left: 0; top: 1px; border: 1px solid #B5C7D0; width: 26px; height: 26px; border-radius: 9px; background-color: #FFFFFF; } */
label.hs-form-booleancheckbox-display { color: #191919; font-size: 18px; line-height: 30px; padding: 0; display: inline-block; cursor: pointer; }
.row-fluid .hs-form .field .input input[type="checkbox"]{ padding: 0; border-radius: 9px; background: #fff; margin-left: 0; position: relative; overflow: hidden; cursor: pointer; color: #cfd3d7; -webkit-appearance: none; border: 1px solid #B5C7D0; margin-right: 8px; width: 26px; height: 26px; position:relative !important; overflow: hidden; cursor: pointer; }
.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after { content: ''; position: absolute; left: -1px; top: -1px; width: 26px; height: 26px; border-radius: 9px; background: url('https://25218285.fs1.hubspotusercontent-eu1.net/hubfs/25218285/Rommelag%20Corporate/checkbox-icon.svg') no-repeat center; transition: 400ms ease all; }
form .hs-form-field { position: relative; } 
form select { padding: 17px 30px 12px 16px; }
/* 
form .hs-form-booleancheckbox-display input[type="checkbox"]:checked:after{ content: ''; position: absolute; left: 0; top: 1px; width: 26px; height: 26px; border-radius: 9px; background: url(../images/checkbox-icon.svg) no-repeat center; transition: 400ms ease all; opacity: 1; visibility: visible;  } */
/* form .hs-form-booleancheckbox-display .hs-input,form .input input[type="checkbox"] { position: absolute; left: 0; top: 1px; border: 1px solid #B5C7D0; width: 26px !important; height: 26px; border-radius: 9px; background-color: #FFFFFF; } */


@media (max-width: 680px){
.form-columns-2 .hs-form-field{width:100% !important;}
}






.bg-green, .bg-primary {
  background-color: #144734;
}

/* Application Slider. 
 * https://app-eu1.hubspot.com/design-manager/25218285/modules/52894460111?tfid=51476363742 
 * One-Page Navbar Layer Fix 
 */
.bg-tabs-block {
  z-index: 0;
}