







/* 1a. Containers */


/* 1b. Colors */


/* 1c. Typography */





































/* 1d. Buttons */










/* 1e. Forms */





























/* 1f. Tables */




/* 1g. Website header */








.content-wrapper {
  max-width: calc(var(--container_width) * 1px); /* This calc add the "px" */
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: var(--dnd_section_padding);
}

.dnd-section > .row-fluid {
  max-width: calc(var(--container_width) * 1px); /* This calc add the "px" */
}





html {
  font-size: clamp(16px, calc(16px + (18 - 16) * ((100vw - 520px) / (1280 - 520))), 18px);
}

body {
  font-family: Lato, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: var(--body_color);
  font-size: clamp(16px, calc(16px + (18 - 16) * ((100vw - 520px) / (1280 - 520))), 18px);
}

/* Paragraphs */

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

/* Anchors */

a {
  font-weight: normal; text-decoration: underline; font-family: Lato, serif; font-style: normal;
  color: var(--link-color);
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: underline; font-family: Lato, serif; font-style: normal;
  color: var(--link-color);
}

a:active {
  font-weight: normal; text-decoration: underline; font-family: Lato, serif; font-style: normal;
  color: var(--link-color);
}

/* Headings */

h1,
.h1 {
  font-weight: normal; text-decoration: none; font-family: Oswald, serif; font-style: normal;
  color: #000000;
  font-size: clamp(36px, calc(36px + (50 - 36) * ((100vw - 520px) / (var(--container_width) - 520))), 50px);
  text-transform: none;
}

h2,
.h2 {
  font-weight: normal; text-decoration: none; font-family: Oswald, serif; font-style: normal;
  color: #000000;
  font-size: clamp(32px, calc(32px + (44 - 32) * ((100vw - 520px) / (1280 - 520))), 44px);
  text-transform: none;
}

h3,
.h3 {
  font-weight: normal; text-decoration: none; font-family: Oswald, serif; font-style: normal;
  color: #000000;
  font-size: clamp(28px, calc(28px + (36 - 28) * ((100vw - 520px) / (1280 - 520))), 36px);
  text-transform: none;
}

h4,
.h4 {
  font-weight: normal; text-decoration: none; font-family: Oswald, serif; font-style: normal;
  color: #000000;
  font-size: clamp(22px, calc(22px + (30 - 22) * ((100vw - 520px) / (1280 - 520))), 30px);
  text-transform: none;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: Oswald, serif; font-style: normal;
  color: #000000;
  font-size: clamp(20px, calc(20px + (26 - 20) * ((100vw - 520px) / (1280 - 520))), 26px);
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: Oswald, serif; font-style: normal;
  color: #000000;
  font-size: clamp(18px, calc(18px + (22 - 18) * ((100vw - 520px) / (1280 - 520))), 22px);
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: var(--secondary-color);
}





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

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

  font-family: Lato, serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: var(--button_bg_color);
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 22px;
  text-transform: 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 #000000;
;
  color: var(--button_color_hover);
  background-color: var(--button_background_hover);
  border-radius: 6px;
  text-decoration: none;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: Lato, serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: var(--button_bg_color);
  border-color: var(--button_border_color);};
}





form,
.submitted-message {
  font-family: Lato, 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: var(--form_bg_color);
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #ffffff;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: Oswald; font-style: normal; font-weight: normal; 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: 36px;
  color: #000000;
  background-color: var(--form_title_bg_color);
}


/* Labels */

form label {
  color: var(--form_label_font_color);
}

/* Help text */

form legend {
  color: var(--form_help_text_font_color);
}

/* 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: var(--form_field_bg_color);
  color: var(--form_field_font_color);
  border-radius: 3px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: var(--form_field_placeholder_color);
}

::-moz-placeholder {
  color: var(--form_field_placeholder_color);
}

:-ms-input-placeholder {
  color: var(--form_field_placeholder_color);
}

::placeholder {
  color: var(--form_field_placeholder_color);
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: var(--form_field_placeholder_color);
}

.fn-date-picker td.is-selected .pika-button {
  background: var(--primary-color);
}

.fn-date-picker td .pika-button:hover {
  background-color: var(--primary-color) !important;
}

.fn-date-picker td.is-today .pika-button {
  color: var(--primary-color);
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #000000;
;
  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;
;
  font-family: Lato, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 22px;
  background-color: var(--form_submit_button_bg_color);
  border-radius: 6px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: var(--form_submit_button_bg_color_hover);
  color: #ffffff;
  border: 1px none #1a334e;
;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: var(--button_bg_color);
  border-color: var(--button_border_color);
}





/* Table */

table {
  border: 1px solid #000000;

  background-color: var(--table_bg_color);
}

/* Table cells */

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

  padding: 18px;

  color: var(--table_font_color);
}

/* Table header */

thead th {
  background-color: var(--table_head_bg_color);
  color: var(--table_head_font_color);
}

/* Table footer */

tfoot td {
  background-color: var(--table_footer_bg_color);
  color: var(--table_footer_font_color);
}





.header {
  background-color: var(--header_bg_color);
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: var(--nav_font_color);
  font-family: var(--primary-font);
}

.menu__child-toggle-icon {
  border-top-color: var(--nav_font_color);
}

.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: var(--nav_font_color);
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: var(--nav_font_color);
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: var(--nav_font_color);
}

.menu__child-toggle-icon:active {
  border-top-color: var(--nav_font_color);
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: var(--nav_font_color);
}

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

    background-color: var(--nav_drop_down_bg_color);
  }

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

    background-color: var(--nav_drop_down_bg_color);
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: var(--nav_drop_down_font_color);
  background-color: var(--nav_drop_down_bg_color);
}

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

.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: var(--header_bg_color);
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: var(--header_bg_color);
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: var(--primary-font);
}

.header__language-switcher-label-current:after {
  border-top-color: var(--nav_font_color);
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: var(--header_bg_color);
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: var(--nav_font_color);
  }
}





.footer {
  background-color: var(--footer_bg_color);
}

/* 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: var(--footer_font_color);
}





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

/* Blog post */

.blog-post__meta a {
  color: var(--body_color);
}

.blog-post__tag-link {
  color: var(--body_color);
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: var(--body_color);
}

.blog-post__tag-link:active {
  color: var(--body_color);
}

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

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

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

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

/* Blog comments */

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

#comments-listing .comment-reply-to {
  color: var(--link-color);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: var(--link-color);
}

#comments-listing .comment-reply-to:active {
  color: var(--link-color);
}





.hs-search-results__title {
  font-weight: normal; text-decoration: none; font-family: Oswald, serif; font-style: normal;
  color: #000000;
}





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

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

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

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


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: var(--body_color);
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: var(--body_color);
}

.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: var(--body_color);
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: var(--body_color);
}

.hs-pagination__link-icon svg {
  fill: var(--body_color);
}

/* Pricing card */

.card__price {
  font-weight: normal; text-decoration: none; font-family: Oswald, serif; font-style: normal;
  color: #000000;
  font-size: 36px;
}

.card__body svg {
  fill: var(--primary-color);
}

/* Social follow */

.social-links__icon {
  background-color: var(--primary-color);
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: var(--primary-color);
}

.social-links__icon:active {
  background-color: var(--link-color);
  font-weight: normal; text-decoration: none; font-family: Oswald, serif; font-style: normal;
  color: #000000;
  font-size: 36px;
}