<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">







/* 1a. Containers */

/* Horitzontal Spacing */

  


/* Vertical Spacing */

  



  


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

/* Padding on blog post sections */

.blog-post__column-wrapper  {
  padding: 80px 0;
}

/* Mobile padding for dnd layout and blog post section */
@media (max-width: 768px) {

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

  .blog-post__column-wrapper  {
    padding: 48px 0;
  }

}

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

.dnd-section &gt; .row-fluid,
.content-wrapper,
.header__wrapper {
  max-width: 1200px;
}





html {
  font-size: 18px;
}

body {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #fafafa;
  color: #191a1a;
  font-size: 18px;
  line-height: 1.56;
}

@media (max-width: 767px) {
  html, body {    
    font-size: 16px;    
  }
}


/* Paragraphs */

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

/* Anchors */

a {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #d99379;
}

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

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

/* Headings */

h1 {
  font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #191a1a;
  font-size: 64px;
  text-transform: none;
  line-height: 1.2;
}
@media (max-width: 767px) {
  h1 {    
    font-size: 42px;    
  }
}

h2 {
  font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #191a1a;
  font-size: 45px;
  text-transform: none;
  line-height: 1;
}
@media (max-width: 767px) {
  h2 {    
    font-size: 38px;    
  }
}

h3 {
  font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #191a1a;
  font-size: 28px;
  text-transform: none;
  line-height: 1;
}
@media (max-width: 767px) {
  h3 {    
    font-size: 24px;    
  }
}

h4 {
  font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #191a1a;
  font-size: 22px;
  text-transform: none;
  line-height: 1;
}
@media (max-width: 767px) {
  h4 {    
    font-size: 22px;    
  }
}

h5 {
  font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #191a1a;
  font-size: 18px;
  text-transform: none;
  line-height: 1;
}
@media (max-width: 767px) {
  h5 {    
    font-size: 18px;    
  }
}

h6 {
  font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #191a1a;
  font-size: 16px;
  text-transform: none;
  line-height: 1;
}
@media (max-width: 767px) {
  h6 {    
    font-size: 16px;    
  }
}

/* Blockquotes */

blockquote {
  font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none;
  border-left-color: #fafafa;
  color: #191a1a;
  font-size: 24px;
}

blockquote &gt; footer {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 18px;
}

/* Horizontal rules */

hr {
  border-bottom-color: #8d6708;
}





button,
.button,
.hs-button {
  border: 0px solid #D99379;

  padding-top: 16px;
padding-right: 40px;
padding-bottom: 16px;
padding-left: 40px;

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

  
  
    
  


  rgba(217, 147, 121, 1.0)

;
  border-radius: 10px;
  color: #fbfbfa;
  fill: #fbfbfa;
  font-size: 18px;
  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: 0px solid #D99379;

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

  
  
    
  


  rgba(211, 130, 100, 1.0)

;
  color: #fafafa;
  fill: #fafafa;
}

button:active,
.button:active,
.hs-button:active {
  border: 0px solid #D99379;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: rgba(255, 210, 180, 100);
  border-color: #ffe3c9;
  color: #fafafa;
  fill: #fafafa;
}

/* Primary button */
.button.button--primary {
  box-shadow: 0px 0px 0px 0px rgba(26, 26, 25, 1.0);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(26, 26, 25, 1.0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(26, 26, 25, 1.0);
}

/* Secondary button */

.button.button--secondary {
  border: 3px solid #D99379;

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

  
  
    
  


  rgba(250, 250, 250, 0.0)

;
  border-radius: 50px;
  color: #9d730a;
  fill: #9d730a;
  text-transform: none;
  box-shadow: 0px 0px 0px 0px rgba(26, 26, 25, 1.0);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(26, 26, 25, 1.0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(26, 26, 25, 1.0);

}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  border: 3px solid #D99379;

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

  
  
    
  


  rgba(157, 115, 10, 1.0)

;
  color: #fafafb;
  fill: #fafafb;
}

.button.button--secondary:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: rgba(237, 195, 90, 100);
  border: 3px solid #D99379;

  border-color: #ffe3c9;
  color: #fafafb;
  fill: #fafafb;
}

/* Brutalist button */

.button.button--brutalist {   
  border: 3px solid #1a1a19;

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 50px;
  color: #1a1a19;
  fill: #1a1a19;
  text-transform: none;
  box-shadow: 6px 6px 0px 

  
  
    
  


  rgba(26, 26, 25, 1.0)

;
}

.button.button--brutalist:hover,
.button.button--brutalist:focus,
.button.button--brutalist:active {        
  border: 3px solid #1a1a19;

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

  
  
    
  


  rgba(250, 250, 251, 1.0)

;
  color: #1a1a19;
  fill: #1a1a19;
  top: -4px;
  left: -4px;
  box-shadow: 10px 10px 0px 

  
  
    
  


  rgba(26, 26, 25, 1.0)

;
}

/* Highlight button */

.button.button--highlight {
  border: 3px solid #9d730a;

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

  
  
    
  


  rgba(157, 115, 10, 1.0)

;
  border-radius: 50px;
  color: #fafafb;
  fill: #fafafb;
  text-transform: none;
  box-shadow: 0px 0px 0px 0px rgba(26, 26, 25, 1.0);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(26, 26, 25, 1.0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(26, 26, 25, 1.0);

}

.button.button--highlight:hover,
.button.button--highlight:focus,
.button.button--highlight:active {
  border: 3px solid #9d730a;

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

  
  
    
  


  rgba(195, 52, 227, 0.0)

;
  color: #9d730a;
  fill: #9d730a;
}

.button.button--highlight:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: rgba(255, 132, 255, 0);
  border: 3px solid #9d730a;

  border-color: #edc35a;
  color: #9d730a;
  fill: #9d730a;
}

/* Simple button */

.button.button--simple {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #d99379;
  fill: #d99379;
}

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

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

/* 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: 20px;
padding-right: 48px;
padding-bottom: 20px;
padding-left: 48px;

  font-size: 20px;
}





/* Form */

.widget-type-form {
  border: 0px none #fafafa;

  padding: 45px;

  background-color: 

  
  
    
  


  rgba(250, 250, 250, 1.0)

;
  border-radius: 0px;  
  
}

form {

}


/* Form title */

.form-title {
  border: 0px none #9d730a;

  padding: 25px;

  font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #191a1a !important;
  font-size: 28px;
  text-transform: ;
}

/* Labels */

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

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #191a1a;
  font-size: 18px;
}

/* Help text */

form legend {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #191a1a;
  font-size: 14px;
}

/* 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-top: 0px none #8b8c8f;
border-right: 0px none #8b8c8f;
border-bottom: 1px solid #8b8c8f;
border-left: 0px none #8b8c8f;

  padding: 10px;

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
  color: #191a1a;
  font-size: 18px;
}

/* Form fields - placeholders */

::-webkit-input-placeholder {
  color: #8d6708;
}

::-moz-placeholder {
  color: #8d6708;
}

:-ms-input-placeholder {
  color: #8d6708;
}

:-moz-placeholder {
  color: #8d6708;
}

::placeholder {
  color: #8d6708;
}

/* Form fields - date picker */

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

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

  
  
    
  


  rgba(250, 250, 251, 1.0)

;
  color: #191a1a;
}

form td.is-today .pika-button {
  color: #191a1a;
}

form .is-selected .pika-button {
  background-color: #fafafa;
  color: #191a1a;
}

form .pika-button:hover {
  background-color: #9d730a !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: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #191a1a;
}

/* GDPR */

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

/* Submit button */



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

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

  
  
    
  


  rgba(217, 147, 121, 1.0)

;
    border-radius: 10px;
    color: #fbfbfa;
    text-transform: none;
  }

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

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

  
  
    
  


  rgba(211, 130, 100, 1.0)

;
    color: #fafafa;
  }

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

    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    background-color: rgba(255, 210, 180, 100);
    border-color: #ffe3c9;
    color: #fafafa;
}





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

    font-size: 18px;
  }



/* Inline thank you message */

.submitted-message {
  border: 0px none #fafafa;

  padding: 45px;

  background-color: 

  
  
    
  


  rgba(250, 250, 250, 1.0)

;
  border-radius: 0px;
}





/* Default icon (regular/dark) */

.icon {
  padding: 12px;

  background-color: 

  
  
    
  


  rgba(157, 115, 10, 1.0)

;
}

.icon svg {
  fill: #fafafb;
  height: 22px;
  width: 22px;
}

/* Light icon */

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.icon--light svg {
  fill: #9d730a;
}

/* Size */

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

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

}

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

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

}





/* Table */

table {
  border: 0px solid #8d6708;

  background-color: 

  
  
    
  


  rgba(250, 250, 251, 1.0)

;
}

/* Table cells */

th,
td {
  border: 0px solid #8d6708;

  padding: 10px;

  color: #191a1a;
}

/* Table header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(250, 250, 251, 1.0)

;
  color: #191a1a;
}

/* Table footer */

tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(250, 250, 250, 1.0)

;
  color: #191a1a;
}





/* Header container */

.header {
  background-color: 

  
  
    
  


  rgba(250, 250, 250, 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: #191a1a;
}

/* Header top bar */

.header__top {
  background-color: 

  
  
    
  


  rgba(244, 246, 250, 1.0)

;
}

/* Language switcher */

.header__language-switcher-current-label &gt; span {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #191a1a;
  font-size: 18px;
  text-transform: none;
}

.header__language-switcher:hover .header__language-switcher-current-label &gt; span,
.header__language-switcher:focus .header__language-switcher-current-label &gt; span {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1a1a19;
}

.header__language-switcher-child-toggle svg {
  fill: #191a1a;
}

/* Language switcher - submenu */

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

  
  
    
  


  rgba(250, 250, 250, 1.0)

;
}

.header__language-switcher .lang_list_class a:not(.button) {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #191a1a;
  font-size: 18px;
  text-transform: none;
}

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

  
  
    
  


  rgba(244, 246, 250, 1.0)

;
  color: #1a1a19;
}

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

  
  
    
  


  rgba(250, 250, 250, 1.0)

;
}


  @media screen and (min-width: 768px) {
    .header__language-switcher .lang_list_class {
      box-shadow: 0px 8px 19px 2px rgba(0,0,0,0.08);
      -webkit-box-shadow: 0px 8px 19px 2px rgba(0,0,0,0.08);
      -moz-box-shadow: 0px 8px 19px 2px rgba(0,0,0,0.08);
    }    
  }


/* Header bottom */

.header__bottom {
  background-color: 

  
  
    
  


  rgba(250, 250, 250, 1.0)

;
  padding: 20px;
;
}

/* Logo */

.header__logo-company-name {
  font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #191a1a;
  font-size: 28px;
  text-transform: none;
}

/* Menu */

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

  
  
    
  


  rgba(244, 246, 250, 1.0)

;
  }
}

/* Menu items */

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

/* Menu items - top level */

.header__menu-item--depth-1 &gt; .header__menu-link:not(.button) {
  color: #191a1a;
}

.header__menu-item--depth-1 &gt; .header__menu-link:hover,
.header__menu-item--depth-1 &gt; .header__menu-link:focus {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1a1a19;
}

.header__menu-item--depth-1 &gt; .header__menu-link:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #6a6a69;
}

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

.header__menu-item--depth-1 .header__menu-child-toggle svg {
  fill: #191a1a;
}

/* Menu items - submenus */

.header__menu-submenu {
  background-color: 

  
  
    
  


  rgba(244, 246, 250, 1.0)

;
  z-index:2000 !important;
}

.header__menu-submenu .header__menu-link:not(.button) {
  color: #191a1a;
}

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

  
  
    
  


  rgba(244, 246, 250, 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: normal; text-decoration: none;
  color: #1a1a19;
}

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

  
  
    
  


  rgba(244, 246, 250, 1.0)

;
}

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

  
  
    
  


  rgba(244, 246, 250, 1.0)

;
}


  @media screen and (min-width: 768px) {
    .header__menu-submenu {
      box-shadow: 0px 8px 19px 2px rgba(0,0,0,0.08);
      -webkit-box-shadow: 0px 8px 19px 2px rgba(0,0,0,0.08);
      -moz-box-shadow: 0px 8px 19px 2px rgba(0,0,0,0.08);
    }    
  }


/* Menu icons */

.header__menu-toggle svg {
  fill: #191a1a;
}





.gen-header {      
  background-color: rgba(255, 255, 255, 1.0);
}

.gen-header__wrapper {
  padding-top: 20px;
padding-right: 0px;
padding-bottom: 20px;
padding-left: 0px;
;
  max-width: 1200px; 
}

.gen-header__nav-item &gt; a,
.gen-header__nav-item &gt; span {
  color: #191a1a;font-size: 16px;;;
} 

.gen-header__nav-item &gt; a:hover,
.gen-header__nav-item &gt; span:hover {
  color: #9d730a;font-size: 16px;;;
} 

.gen-header__nav-submenu-header {
  color: #191a1a;font-size: 20px;;;
  padding-bottom: 24px;
}

.gen-header__nav-submenu-item &gt; a {
  color: #191a1a;font-size: 16px;;;
  padding-top: 12px;
padding-right: 0px;
padding-bottom: 12px;
padding-left: 0px;
;
} 

.gen-header__nav-submenu-item &gt; a:hover {
  color: #9d730a;font-size: 16px;;;
} 

/* Language Switcher */

.gen-header .globe_class {
  width: 22px;
  height: 23px;
}

.gen-header .globe_class .mask-class {
  width: 22px;
  height: 23px;
  background-color: #191a1a;
}

.gen-header .lang_list_class {
  padding: 30px;
;
  border-radius: 6px;
  box-shadow:     ;
  -webkit-box-shadow:     ;
  -moz-box-shadow:     ;
  background-color: rgba(255, 255, 255, 1.0);
}

.gen-header .lang_switcher_link {
  color: #191a1a;font-size: 16px;;;
  padding-top: 12px;
padding-right: 0px;
padding-bottom: 12px;
padding-left: 0px;
;
}

.gen-header .lang_switcher_link:hover {
  color: #9d730a;font-size: 16px;;;
}

.gen-header__nav-submenu-column {
  padding-top: 0px;
padding-right: 20px;
padding-bottom: 0px;
padding-left: 20px;
;
}

/* CTA Button */

.gen-header__button .button {
  
    background-color: rgba(#null, 0.0);
  
  
  
  
  
  
  
  
}



.gen-header__button .button:hover,
.gen-header__button .button:focus {    
  
  
    background-color: rgba(#null, 0.0);
  

  
    
  

  

  

  
}


      

.gen-header__button .button:active {
  
  
  
  
  
  
}  

.gen-header__menu-toggle div,
.gen-header__search-close-btn div,
.gen-header__menu-close .cross div {
  background-color: #191a1a;
}

/* Media Queries */
@media (min-width: 768px) { 

  
  
  
  
  
  

  .gen-header__nav-item &gt; a,
  .gen-header__nav-item &gt; span {
    padding-top: 10px;
padding-right: 30px;
padding-bottom: 10px;
padding-left: 30px;
;
  } 
  
  .gen-header__nav-submenu-inner {
    padding: 30px;
;
    background-color: rgba(255, 255, 255, 1.0);
    border-radius: 6px;
    box-shadow: 6px 6px 0px 0px 

  
  
    
  


  rgba(26, 26, 25, 1.0)

;
    -webkit-box-shadow: 6px 6px 0px 0px 

  
  
    
  


  rgba(26, 26, 25, 1.0)

;
    -moz-box-shadow: 6px 6px 0px 0px 

  
  
    
  


  rgba(26, 26, 25, 1.0)

;
  }

  .gen-header__nav-submenu-inner::before {
    border-bottom: 8px solid rgba(255, 255, 255, 1.0);
  }

  .gen-header__nav-submenu-column {
    padding-top: 0px;
padding-right: 20px;
padding-bottom: 0px;
padding-left: 20px;
;
  }

  .gen-header__button {
    padding-left: 30px;
  }

  .gen-header .globe_class:hover .mask-class {  
    background-color: #9d730a;
  }

}  

@media (max-width: 767px) { 

  .gen-header__nav-container {
    background-color: rgba(255, 255, 255, 1.0);
  }
  
  .gen-header__nav-item &gt; a,
  .gen-header__nav-item &gt; a:hover,
  .gen-header__nav-item &gt; a:active,
  .gen-header__nav-item &gt; span,
  .gen-header__nav-item &gt; span:hover,
  .gen-header__nav-item &gt; span:active {
    color: #191a1a;font-size: 26px;;;
    padding-top: 16px;
padding-right: 20px;
padding-bottom: 16px;
padding-left: 20px;
;
  }

  .gen-header__nav-item:first-child &gt; a,
  .gen-header__nav-item:first-child &gt; span {
    padding-top: 0;
  }

  .gen-header__nav-submenu {
    padding-left: 20px;
  }

  .gen-header__nav-submenu-column {
    padding-bottom: 24px;
  }

  .gen-header__button--mobile {
    padding-top: 16px;
padding-right: 20px;
padding-bottom: 16px;
padding-left: 20px;
;
  }

  .gen-header__menu-toggle {
    margin-left: 30px;
  }

} 





/* Footer container */

.footer {
  background-color: 

  
  
    
  


  rgba(250, 250, 250, 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: #191a1a;
}

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

/* Footer menu */

.footer .hs-menu-wrapper a {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #191a1a;
  font-size: 18px;
  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: #1a1a19;
}

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

.footer .hs-menu-wrapper .active &gt; a {
  font-weight: bold; text-decoration: underline; font-family: Montserrat, sans-serif; font-style: normal;
  color: #1a1a19;
}






.card-shadow {  
  box-shadow: 6px 6px 0px 0px 

  
  
    
  


  rgba(26, 26, 25, 1.0)

;
  -webkit-box-shadow: 6px 6px 0px 0px 

  
  
    
  


  rgba(26, 26, 25, 1.0)

;
  -moz-box-shadow: 6px 6px 0px 0px 

  
  
    
  


  rgba(26, 26, 25, 1.0)

;
}






/* Error templates */

.error-page:before {
  font-family: Montserrat, 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: #191a1a;
}

/* Backup unsubscribe template */

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





/* Accordion */

.accordion__summary,
.accordion__summary:before {
  font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 22px;
}

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

.blog-post__left-sidebar .btn__back-to-posts {
  color: #191a1a;
}

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

.blog-listing__post-title-link {
  color: #191a1a;
}

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

.blog-listing__post-title-link:active {
  color: #696a6a;
}

.blog-listing__post-tag {
  color: #191a1a;
  position: relative;
  display: inline-block;
}

.blog-listing__post-tag::before {
  content: "";
  position: absolute;
  top: -15px;
  bottom: -15px;
  left: -15px;
  right: -15px;
}


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

.blog-listing__post-tag:active {
  color: #696a6a;
}

.blog-listing__post-author-name,
.blog-post__author-name {
  color: #191a1a;
}

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

/* Image gallery */

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

.image-gallery__close-button-icon:active {
  background-color: rgba(237, 195, 90, 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: #d99379;
  height: 18px;
  width: 18px;
}

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

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

.pagination__link--active {
  border-color: #8d6708
}

/* Pricing card */

.pricing-card__heading {
  background-color: #9d730a;
}

/* Social follow and social sharing */

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

.social-follow__icon:active,
.social-sharing__icon:active {
  background-color: rgba(237, 195, 90, 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: #191a1a;
  color: #191a1a;
}



/*Estilos TH*/



/*Menu do site*/
	.header__bottom {background-color:#ffffff;}
	.button.button--brutalist{box-shadow:none;}
	.button.button--brutalist:hover{box-shadow:none; background-color:none; transition:none;}
	a.header__button.button.button--simple{padding-top:12px;}
	
	/* Estilos para TOC */
	.row-fluid-wrapper.row-depth-1.row-number-11.dnd-section.dnd_area-row-5-background-layers.dnd_area-row-5-padding.dnd_area-row-5-background-color.dnd_area-row-5-force-full-width-section {
	  position: sticky;
	  top: 0; /* Define o ponto em que ele gruda no topo */
	  z-index: 10; /* MantÃ©m o elemento acima de outros */
	  background: white; /* Ajuste para evitar sobreposiÃ§Ã£o visual */
	}
	
	#menu-button {
	  display: none;
	  cursor: pointer;
	  font-size: 24px;
	  background: none;
	  border: none;
	  color: #000;
    margin:auto;}

   li.hs-menu-item.hs-menu-depth-1 {padding: 10px;}
	
	/*Margin para ancoras do TOC*/
	.anchor-target {
	scroll-margin-top: 100px; /* Adiciona 100px de margem no scroll */}
	
	/*esconde categoria das pedras no portfolio*/
	#hs_cos_wrapper_widget_1737728513339 .aw-portfolio-gallery-with-filter-card__title{color: rgba(196, 150, 45, 0);}
	
	/*estilizando itens do portfolio, quadrados*/
	.aw-portfolio-gallery-with-filter-cards article {
	aspect-ratio: 1 / 1; /* Define uma proporÃ§Ã£o de 1:1 (quadrado) */
	width: 100%; /* Garante que o tamanho do item respeite o layout do grid */
	object-fit: cover; /* Opcional: ajusta o conteÃºdo dentro do quadrado */}
	
	#hs_cos_wrapper_widget_1737728513339 .aw-portfolio-gallery-with-filter-card__img--hover{height:auto;}
	#hs_cos_wrapper_widget_1737728513339 .aw-portfolio-gallery-with-filter-card:hover .aw-portfolio-gallery-with-filter-card__img--hover{height:auto;}
	#hs_cos_wrapper_widget_1737728513339 .aw-portfolio-gallery-with-filter-card{border-radius:0;}
	#hs_cos_wrapper_widget_1737728513339 .aw-portfolio-gallery-with-filter-cards{gap:12px;}
	#hs_cos_wrapper_widget_1737728513339 #myBtnContainer{padding-bottom:30px;}
	#hs_cos_wrapper_widget_1737728513339 .aw-portfolio-gallery-with-filter-cards{grid-template-columns:repeat(4, 1fr);}
	 	#hs_cos_wrapper_widget_1737728513339 #myBtnContainer ul{gap:20px;}

  /*Adicionando bordas para Guias/Tabs*/
  #hs_cos_wrapper_widget_1737734869509 .tabs__content{border: 2px solid #f8f5f0;}

  /*Alinha o conteÃºdo do cartÃ£o de oferta no topo*/
.dnd_area-row-23-vertical-alignment &gt; .row-fluid{align-items:flex-start;}

/*Background Color para Related Posts do Blog*/
#hs_cos_wrapper_related_posts .blog-listing__post-content{background-color:#fff !important;}

/*h2 do blog*/
a.blog-listing__post-title-link{line-height:1.2em;}

/*estilo sublinhado ondulado*/
.ondulado {
    display: inline-block; 
    background-image: url("https://44263309.fs1.hubspotusercontent-na1.net/hubfs/44263309/Site/Home/sublinhado.svg");
    background-repeat: no-repeat;
    background-size: 140% 12px; /* Ajusta a largura para cobrir 100% do texto */
    background-position: bottom;
    padding-bottom: 12px;
    /* Ajuste fino para alinhar o SVG corretamente */
}
	
	/* Estilos para telas menores */
	@media (max-width: 768px) {
	  #menu-button {
	      display: block; /* Exibe o botÃ£o hambÃºrguer */}
	
	  #hs_menu_wrapper_widget_1737663760242_ {
	      display: none;
	      flex-direction: column;
	      background: #fff;
	      padding: 10px;
	      position: absolute;
	      top: 50px; /* Ajuste conforme necessÃ¡rio */
	      right: 10px;
	      box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	  }
	
	  #hs_menu_wrapper_widget_1737663760242_.open {
	      display: flex; /* Mostra o menu TOC ao clicar */
	  }
	
		#hs_menu_wrapper_widget_1737663760242_{position:initial; background:none;}
	
	/*Margin para ancoras do TOC Mobile*/
	.anchor-target {
	scroll-margin-top: 300px; /* Adiciona 300px de margem no scroll */
	}
	      
	    /*estilizando imagens portfolio para mobile*/
	      #hs_cos_wrapper_widget_1737728513339 .aw-portfolio-gallery-with-filter-cards{grid-template-columns:repeat(2, 1fr);}
	      #hs_cos_wrapper_widget_1737728513339 #myBtnContainer ul{justify-content:center;}
	      #myBtnContainer ul li {margin:0;}
    
  
	}

    /*estilo notes*/
.notes{background-color:#fafafa; padding:40px; border-radius:12px; }

    /*submenu do site acima dos itens dos custom modules*/
.header__menu--mobile{z-index:3000 !important;}

   /* Padronizando altura e exibiÃ§Ã£o das imagens do mÃ³dulo card group */
  .card-group__image {
    display: flex; /* Mantido, pode ajudar na centralizaÃ§Ã£o se a imagem for menor e usar 'contain' */
    align-items: center; /* Mantido */
    justify-content: center; /* Mantido */
    height: 255px; /* Altura fixa para o contÃªiner da imagem */
    overflow: hidden; /* Essencial para cortar o excesso da imagem com object-fit: cover */
    /* Considere definir uma largura aqui tambÃ©m se todos os cards devem ter a mesma largura,
       ou deixe que a largura seja determinada pelo sistema de grid do seu card. */
    /* Exemplo: width: 300px; */
  }

  .card-group__image img {
    width: 100%;  /* Faz a imagem tentar preencher toda a largura do contÃªiner */
    height: 100%; /* Faz a imagem tentar preencher toda a altura do contÃªiner (255px) */
    object-fit: cover; /* CRUCIAL: Redimensiona a imagem para manter sua proporÃ§Ã£o
                          enquanto preenche as dimensÃµes do contÃªiner.
                          Partes da imagem podem ser cortadas para evitar distorÃ§Ã£o. */
    /* Se preferir que a imagem inteira apareÃ§a, mesmo com espaÃ§os vazios, use: */
    /* object-fit: contain; */
  }

    /*imagens cantos arredondados*/
    img.hs-image-widget{border-radius:12px;}

    /*Menu superior fixo no topo*/
    .header {
        position: fixed;
        top: 0;
        z-index: 3000;
        width: 100%;
      }

    /* margem no conteÃºdo para compensar o header fixo */
      #main-content {
        padding-top: 95px; /* Ajuste conforme a altura do seu header */
        
      }
      
      /*Margem topo de links Ã‚ncora*/
      html{scroll-padding-top: 125px;}

      /*Cor do icone telefone menu*/
      .header__button-icon svg path {
          fill: #ffffff !important;
        }

      /*retira sublinhado do link do telefone*/
      .button.button--simple:hover {
          text-decoration:none;
        }

      /*alinhando texto do botÃ£o de telefone*/
        a.header__button.button.button--simple{align-items:end;}
        
      /*Ajustes listagem do Blog*/
      #hs_cos_wrapper_dnd_area-module-2 .blog-listing__post-image {
          width: 100% !important;
          aspect-ratio: 4 / 3 !important;
          object-fit: cover !important;
          display: block !important;
        }

        #hs_cos_wrapper_dnd_area-module-2 .button {
          margin-bottom: 40px !important;
        }</pre></body></html>