

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap');






/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */








/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 50px 1rem;
}

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





html {
  font-size: 18px;
}

body {
  font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #323433;
  font-size: 18px;
  font-family: 'minerva-modern', 'Trebuchet MS';
}

/* Paragraphs */

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

/* Anchors */
.sam{
  opacity: 1;
}
a {
  font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #323433;
}

a:hover,
a:focus {
  font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #0a0c0b;
  text-decoration: underline;
}

a:active {
  font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #5a5c5b;
}

/* Headings */

h1,.h1 {
  font-family: minerva-modern; font-style: normal; font-weight: 400; text-decoration: none;
  color: #323433;
  font-size: 44px;
  text-transform: uppercase;
  line-height: 53px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: 'minerva-modern', 'Trebuchet MS';
}


h2,.h2 {
  font-family: minerva-modern; font-style: normal; font-weight: 400; text-decoration: none;
  color: #323433;
  font-size: 38px;
  text-transform: none;
  line-height: 46px;
  text-transform: uppercase;
  font-family: 'minerva-modern', 'Trebuchet MS';
}

h3,.h3 {
  font-family: minerva-modern; font-style: normal; font-weight: 400; text-decoration: none;
  color: #323433;
  font-size: 28px;
  text-transform: none;
  text-transform: uppercase;
  font-family: 'minerva-modern', 'Trebuchet MS';
}

h4,.h4 {
  font-family: minerva-modern; font-style: normal; font-weight: 400; text-decoration: none;
  color: #323433;
  font-size: 24px;
  text-transform: none;
  text-transform: uppercase;
  font-family: 'minerva-modern', 'Trebuchet MS';
}

h5,.h5 {
  font-family: minerva-modern; font-style: normal; font-weight: 400; text-decoration: none;
  color: #323433;
  font-size: 18px;
  text-transform: none;
  font-family: 'minerva-modern', 'Trebuchet MS';
}

h6,.h6 {
  font-family: minerva-modern; font-style: normal; font-weight: 400; text-decoration: none;
  color: #323433;
  font-size: 16px;
  text-transform: none;
}

@media (max-width:767px){
  h1,.h1 {
    font-size: 34px;
    line-height: 41px;
  }
 
  h2,.h2 {
    font-size: 28px;
    line-height: 33px;
  }
  h2,.h2 {
    font-size: 23px;
    line-height: 28px;
  }
  p{
    font-size: 16px;
    line-height: 22px;
  }
}

/* Blockquote */

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





button,
.button {
  border: 1px solid #E8E2DF;

  padding-top: 30px;
padding-right: 72px;
padding-bottom: 30px;
padding-left: 72px;

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

  
  
    
  


  rgba(232, 226, 223, 1.0)

;
  border-radius: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  lett-spacing:1px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(192, 186, 183, 1.0);
  border-color: #c0bab7;
}

button:active,
.button:active {
  font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(255, 255, 255, 1.0);
  border-color: ;
}





form,
.submitted-message {
  font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  color: #323433;
}

/* Labels */

form label {
  color: #323433;
}

/* Help text */

form legend {
  color: #323433;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

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

/* Form placeholder text */

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

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

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

::placeholder {
  color: #323433;
}

/* Inputs - date picker */

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

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

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

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

/* Submit button */

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

  padding-top: 30px;
padding-right: 72px;
padding-bottom: 30px;
padding-left: 72px;

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

  
  
    
  


  rgba(232, 226, 223, 1.0)

;
  border-radius: 0px;
  color: #FFFFFF;
  font-size: 12px;
  text-transform: uppercase;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(192, 186, 183, 1.0);
  border-color: #c0bab7;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: ;
}





/* Table */

table {
  border: 1px solid #323433;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

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

  padding: 18px;

  border-color: ;
  color: #323433;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(50, 52, 51, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #323433;
}





 

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #323433;
  font-family: Raleway;
}

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

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

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

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

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

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

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    #323433
    background-color: 

  
  
    
  


  rgba(224, 207, 174, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    #323433
    background-color: 

  
  
    
  


  rgba(224, 207, 174, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #323433;
  background-color: 

  
  
    
  


  rgba(224, 207, 174, 1.0)

;
}

.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: 

  
  
    
  


  rgba(232, 226, 223, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(232, 226, 223, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Raleway;
}

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

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

  
  
    
  


  rgba(232, 226, 223, 1.0)

;
  }

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





.footer {
  background-color: 

  
  
    
  


  rgba(50, 52, 51, 1.0)

;
  padding: 45px 0;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  color: #E8E2DF
}
.footer a{
  color: #E8E2DF;
 
}
.footer a:hover{
  text-decoration: none;
}
.footer .footer_social_links circle{
  fill: #E8E2DF;
}
.footer .footer_social_links path,
.footer .footer_social_links rect{
  fill: #323433;
}
.footer_social_links{
  margin-bottom: 30px;
      margin-top: 70px;
}
.footer_social_links svg{
  width: 40px;
  height: 40px;
  margin:0 0 0 15px;
  opacity: 0.8;
  transition: all 0.3s;
}
.footer_social_links svg:hover{
  opacity: 1
}
@media (max-width:767px){
 
   
}

.footer_button{
  color: #ffffff;
  font-size:12px;
  text-transform: uppercase;
  padding: 25px 50px;
  display: inline-block;
  margin-bottom: 30px;
  border: 1px solid #fff;
  transition: all 0.3s;
}
.footer_button:hover{
  background:#fff;
  color:#000;
}


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





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

/* Blog post */

.blog-post__meta a {
  color: #323433;
}

.blog-post__tag-link {
  color: #323433;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #0a0c0b;
}

.blog-post__tag-link:active {
  color: #5a5c5b;
}

/* 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: minerva-modern; font-style: normal; font-weight: 400; text-decoration: none;
  text-transform: none;
}

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

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

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

/* Blog comments */

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

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

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

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





.hs-search-results__title {
  font-family: minerva-modern; font-style: normal; font-weight: 400; text-decoration: none;
  color: #323433;
}





/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  font-family: minerva-modern; font-style: normal; font-weight: 400; text-decoration: none;
  text-transform: none;
}

.blog-index__post-title-link {
  color: #323433;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #0a0c0b;
}

.blog-index__post-title-link:active {
  color: #5a5c5b;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #323433;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #323433;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #0a0c0b;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #5a5c5b;
}

.pagination__link-icon svg {
  fill: #323433;
}

/* Pricing card */

.card__price {
  font-family: minerva-modern; font-style: normal; font-weight: 400; text-decoration: none;
  color: #323433;
  font-size: 28px;
}

.card__body svg {
  fill: #323433;
}

/* Social follow */

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

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

.social-links__icon:active {
  background-color: #5a5c5b;
  font-family: minerva-modern; font-style: normal; font-weight: 400; text-decoration: none;
  color: #323433;
  font-size: 28px;
}
@media(max-width:767px){
  .cta_button{
    display: block;
    width: 100%;
  }
}
.hs_cos_wrapper_type_linked_image img{
  width: 100% !important;
}
.widget-type-linked_image{
  width: 100%;
}.featured_blog{
  padding-bottom: 50px;
}
.featured_blog:before {
    content: '';
    position: absolute;
    height: calc(100% + 200px);
    width: 44vw;
    background: #e8e2df;
    left: 0;
    bottom: 66%;
    z-index: -9;
}
.hs_cos_wrapper_type_post_filter h3,
.hs_cos_wrapper_type_post_filter .widget-module{
  display: inline-block;
   font-size: 14px;
   text-transform: none;
       vertical-align: text-top;
           max-width: 90%;
}
.hs_cos_wrapper_type_post_filter h3{
  margin-right: 20px;
}
.hs_cos_wrapper_type_post_filter .widget-module ul{
  list-style: none;
  padding: 0;
  display: inline-block;
}
.hs_cos_wrapper_type_post_filter .widget-module ul li{
  display: inline-block !important;
      text-transform: uppercase;
    margin-right: 15px;
}
.hs_cos_wrapper_type_post_filter .widget-module ul li a{
 font-size: 14px;
 color: #E0CFAE;
}
.hs_cos_wrapper_type_post_filter .widget-module ul li a.active_filter{
  font-weight: bold;
  color: #000;
}
.hs_cos_wrapper_type_post_filter .filter-link-count{
  display:none;
}
@media(min-width:768px){
.hs_cos_wrapper_type_post_filter .block{
  text-align:center;
}
}
.footer-signup h5{
  text-transform: uppercase;
}
.footer-signup p{
  color: #ffffff;
      display: inline-block !important;
    font-size: 12px;
  max-width: 500px;
}
.page-contact-us .hs-form-booleancheckbox p{
  font-size:12px;
 
}
.footer-signup form{
  position: relative;
}
.footer-signup .hs-submit{
   position: absolute;
    top: 0;
    right: 0;
}
.footer-signup  form .hs-button{
    padding-top: 13px;
    padding-bottom: 14px;
    color: #000;
    margin-top: 8px;
}
.footer-signup .hs-form-field{
  margin-bottom:0;
}
@media(min-width:767px){
.footer-signup form input[type=email]{
      max-width: calc(100% - 200px);
}
}
.blog-index__post-tags{
  font-size:12px;
}
.legal-consent-container .hs-error-msgs label,
.footer label.hs-error-msg,
.footer label.hs-main-font-element {
     color: #ef6b51;
    font-size: 12px;
    text-transform: none;
}
.hero_image{
  max-width: 100%;
  width: 100%;
  height: auto;
}