







/* 1a. Containers */







/* 1b. Colors */







/* 1c. Typography */




/* h1 */



/* h2 */



/* h3 */



/* h4 */



/* h5 */



/* h6 */



/* body font */







/* links */







/* 1d. Buttons */

/* ---------Primary-------- */





/* Style */




/* Background, Border and Shadow */







/* Hover */






/* ---------Secondary-------- */





/* Style */




/* Background, Border and Shadow */






/* Hover */






/* ---------Tertiary-------- */





/* Style */




/* Background, Border and Shadow */







/* Hover */







/* 1e. Forms */






























/* 1f. Tables */













/* 1g. Website header */





/* 1h. Website footer */








.content-wrapper {
  max-width: 1240px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 32px 24px;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}





html {
  background-color: #F7F1E7;
}

body {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #514E47;font-size: 16px;;
 
}

/* Paragraphs */

p {
  line-height:1.85em;
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #514E47;font-size: 16px;;
}
b {
  
}

/* Anchors */

a {
  font-family: Poppins, sans-serif;
  color: #D5A529;
}

a:hover,
a:focus {
  color: #514E47;
}

a:active {
  color: #79766f;
}

/* Headings */

h1,
.h1 {
  color: #344162;font-size: 50px;;
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
}

h2,
.h2 {
  color: #344162;font-size: 36px;font-weight: bold;
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 500; text-decoration: none
}

h3,
.h3 {
   color: #344162;font-size: 30px;;
   font-family: Poppins, sans-serif; font-style: normal; font-weight: 300; text-decoration: none
}

h4,
.h4 {
  color: #344162;font-size: 24px;;
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none
}

h5,
.h5 {
  color: #344162;font-size: 16px;;
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 500; text-decoration: none
}

h6,
.h6 {
  
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none
}

/* Blockquote */

blockquote {
  border-left-color: #D5A529;
}






/* Primary */
button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  border: 3px none #344162;

  
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 
  
  
    
  
  rgba(247, 241, 231, 1.0)
;
  border-radius: 8px;
  color: #344162;
  font-size: 16px;
  text-transform: ;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  box-shadow: 0px  5px 0px 0px 
  
  
  
    
  
  rgba(213, 165, 41, 1.0)
;
  justify-content: center;
}
button svg g,
.button svg g,
.hs-button svg g,
.hs-blog-post-listing__post-button svg g {
  fill: #344162;
}

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: 3px none #F7F1E7;
;
  color: 
  
  
    
  
  rgba(247, 241, 231, 1.0)
;
  background-color: 
  
  
    
  
  rgba(213, 165, 41, 1.0)
;
  border-radius: 8px;
  box-shadow: 0px  5px 0px 0px 
  
  
  
    
  
  rgba(247, 241, 231, 1.0)
;
  
}
button:hover svg g,
button:focus svg g,
.button:hover svg g,
.button:focus svg g,
.hs-button:hover svg g,
.hs-button:focus svg g,
.hs-blog-post-listing__post-button:hover svg g,
.hs-blog-post-listing__post-button:focus svg g {
  fill: 
  
  
    
  
  rgba(247, 241, 231, 1.0)
;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(253, 205, 81);
}


/* Secondary */
button.secondary,
.secondary button,
.secondary .button,
.secondary .hs-button,
.secondary .hs-blog-post-listing__post-button,
button.hs-search-field__button,
form input[type=submit],
form .hs-button{
  border: 3px none #344162;

  
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 
  
  
    
  
  rgba(52, 65, 98, 1.0)
;
  border-radius: 8px;
  color: #F7F1E7;
  font-size: 16px;
  text-transform: ;
  box-shadow: 0px  5px 0px 0px 
  
  
  
    
  
  rgba(67, 99, 181, 1.0)
;
}
button.secondary svg g,
.secondary button svg g,
.secondary .button svg g,
.secondary .hs-button svg g,
.secondary .hs-blog-post-listing__post-button svg g,
button.hs-search-field__button svg g,
form input[type=submit] svg g,
form .hs-button svg g {
  fill: #F7F1E7;
}

button.secondary:hover,
.secondary button:focus,
.secondary .button:hover,
.secondary .button:focus,
.secondary .hs-button:hover,
.secondary .hs-button:focus,
.secondary .hs-blog-post-listing__post-button:hover,
.secondary .hs-blog-post-listing__post-button:focus,
button.hs-search-field__button:hover,
button.hs-search-field__button:focus,
form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  border: 3px none #F7F1E7;
;
  color: 
  
  
    
  
  rgba(52, 65, 98, 1)
;
  background-color: 
  
  
    
  
  rgba(213, 165, 41, 1.0)
;
  border-radius: 8px;
  box-shadow: 0px  5px 0px 0px 
  
  
  
    
  
  rgba(127, 96, 1, 1.0)
;
}
button.secondary:hover svg g,
.secondary button:focus svg g,
.secondary .button:hover svg g,
.secondary .button:focus svg g,
.secondary .hs-button:hover svg g,
.secondary .hs-button:focus svg g,
.secondary .hs-blog-post-listing__post-button:hover svg g,
.secondary .hs-blog-post-listing__post-button:focus svg g,
button.hs-search-field__button:hover svg g,
button.hs-search-field__button:focus svg g,
form input[type=submit]:hover svg g,
form input[type=submit]:focus svg g,
form .hs-button:hover svg g,
form .hs-button:focus svg g {
  fill: 
  
  
    
  
  rgba(52, 65, 98, 1)
;
}

button.secondary:active,
.secondary button:active,
.secondary .button:active,
.secondary .hs-button:active,
.secondary .hs-blog-post-listing__post-button:active,
button.hs-search-field__button:active,
form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(253, 205, 81);
}

/* Tertiary */
button.tertiary,
.tertiary button,
.tertiary .button.tertiary,
.tertiary .hs-button,
.tertiary .hs-blog-post-listing__post-button {
  border: 3px none #344162;

  
  ;
  background-color: 
  
  
    
  
  rgba(247, 241, 231, 1.0)
;
  border-radius: 8px;
  color: #344162;
  font-size: 16px;
  text-transform: ;
  box-shadow: 0px  5px 0px 0px 
  
  
  
    
  
  rgba(198, 192, 185, 1.0)
;
}
button.tertiary svg g,
.tertiary button  svg g,
.tertiary .button.tertiary  svg g,
.tertiary .hs-button  svg g,
.tertiary .hs-blog-post-listing__post-button  svg g {
  fill: #344162;
}
button.tertiary:hover,
.tertiary button
.tertiary button:focus,
.tertiary .button:hover,
.tertiary .button:focus,
.tertiary .hs-button:hover,
.tertiary .hs-button:focus,
.tertiary .hs-blog-post-listing__post-button:hover,
.tertiary .hs-blog-post-listing__post-button:focus {
  border: 3px none #F7F1E7;
;
  color: 
  
  
    
  
  rgba(52, 65, 98, 1.0)
;
  background-color: 
  
  
    
  
  rgba(147, 140, 127, 1.0)
;
  border-radius: 8px;
   box-shadow: 0px  5px 0px 0px 
  
  
  
    
  
  rgba(81, 78, 71, 1)
;
}
button.tertiary:hover svg g,
.tertiary button:focus svg g,
.tertiary .button:hover svg g,
.tertiary .button:focus svg g,
.tertiary .hs-button:hover svg g,
.tertiary .hs-button:focus svg g,
.tertiary .hs-blog-post-listing__post-button:hover svg g,
.tertiary .hs-blog-post-listing__post-button:focus svg g {
  fill: 
  
  
    
  
  rgba(52, 65, 98, 1.0)
;
}
button.tertiary:active,
button:active,
.tertiary .button:active,
.tertiary .hs-button:active,
.tertiary .hs-blog-post-listing__post-button:active{
  ;
    background-color: rgba(187, 180, 167);
}






.submitted-message {
  color: #514E47;font-size: 16px;
  ;
  border-top-left-radius: px;
  border-top-right-radius: px;
  border-bottom-left-radius: px;
  border-bottom-right-radius: px;
  background-color: 
  
  
    
  
  rgba(247, 241, 231, 1.0)
;
  ;
}

/* Form title */

.form-title {
  ;
  ;
  ;
  border-top-left-radius: px;
  border-top-right-radius: px;
  border-bottom-left-radius: px;
  border-bottom-right-radius: px;
  font-size: ;
  color: ;
  background-color: 
  
  
    
  
  rgba(#null, 1)
;
}


/* Labels */

form label {
  color: ;
}

/* Help text */

form legend {
  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: 0px solid #D1D6DC;

  background-color: 
  
  
    
  
  rgba(255, 255, 255, 1.0)
;
  color: #344162;
  border-radius: 8px;
}

/* Form placeholder text */

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

::-moz-placeholder {
  color: ;
}

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

::placeholder {
  color: ;
}

/* Inputs - date picker */

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

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

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

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






/* Table */

table {
  
  background-color: 
  
  
    
  
  rgba(213, 165, 41, 1.0)
;
}

/* Table cells */

td,
th {
  
  
  color: 
  
  
    
  
  rgba(213, 165, 41, 1.0)
;
}

/* Table header */

thead th {
  background-color: 
  
  
    
  
  rgba(52, 65, 98, 1.0)
;
  color: 
  
  
    
  
  rgba(213, 165, 41, 1.0)
;
}

/* Table footer */

tfoot td {
  background-color: 
  
  
    
  
  rgba(213, 165, 41, 1.0)
;
  color: #D5A529;
}





.header,
.sticky_bar {
  background-color: 
  
  
    
  
  rgba(247, 241, 231, 1.0)
;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #D5A529;
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

.menu__child-toggle-icon {
  border-top-color: #D5A529;
}
 
}
.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: #29261f;
}

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

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

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

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

@media (min-width: 867px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    
    background-color: #F7F1E7;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    
    background-color: #F7F1E7;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #D5A529;
  background-color: #F7F1E7;
}

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

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

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: #F7F1E7;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

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

@media(max-width: 867px) {
  .header__navigation,
  .header__navigation.open {
    background-color: #F7F1E7;
  }

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





.footer {
  background-color: 
  
  
    
  
  rgba(81, 78, 71, 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: 
  
  
    
  
  rgba(247, 241, 231, 1.0)
;
}





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

/* Blog post */

.body-container--blog-index article h2 a {
  color: #344162;
}

.blog-post__meta a {
  color: #514E47;
}

.blog-post__tag-link {
  color: #514E47;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #29261f;
}

.blog-post__tag-link:active {
  color: #79766f;
}

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

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

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

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

/* Blog comments */

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

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

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

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





.hs-search-results__title {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #344162;
}





/* 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: Poppins, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  text-transform: ;
}

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

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

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


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

/* Blog pagination */

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

.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: #29261f;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #79766f;
}

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

/* Pricing card */

.card__price {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #344162;
  font-size: 30px;
}

.card__body svg {
  fill: #344162;
}

/* Social follow */

.social-links__icon {
  background-color: #344162;
}

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

.social-links__icon:active {
  background-color: #5c698a;
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #344162;
  font-size: 30px;
}