







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */









/* 1e. Forms */











/* 1f. Tables */











/* 1g. Site header */




















/* 1h. Site footer */

















.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 64px 0px;
}

.banner-section .dnd-section {
  padding: 0;
}

.header__container,
.dnd-section > .row-fluid,
.footer__container,
.content-wrapper,
.page-center{
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px){
  .header__container,
  .dnd-section > .row-fluid,
  .footer__container,
  .content-wrapper,
  .page-center{
    max-width: 1140px;
  }
}

@media (max-width:1199px) and (min-width: 992px){
  .header__container,
  .dnd-section > .row-fluid,
  .footer__container,
  .content-wrapper,
  .page-center{
    max-width: 960px;
  }
}

@media (max-width:991px) and (min-width: 768px){
  .header__container,
  .dnd-section > .row-fluid,
  .footer__container,
  .content-wrapper,
  .page-center{
    max-width: 720px;
  }
}


@media (max-width:767px) and (min-width: 576px){
  .header__container,
  .dnd-section > .row-fluid,
  .footer__container,
  .content-wrapper,
  .page-center{
    max-width: 540px;
  }
}

@media (max-width:767px){
  
.header__container,
.dnd-section > .row-fluid,
.footer__container,
.content-wrapper,
.page-center{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  }
  
}








body {
  font-size: 16px;
  color: #212529;
  font-weight: 400;
  font-family: Lato,sans-serif;
}

/* Paragraphs */

p {
  font-size: 16px;
  color: #212529;
  font-weight: 400;
}

/* Anchors */

a {
  color: #54b775;
}

a:hover,
a:focus,
a:active {
  color: #54b775;
}

/* Headings */

h1 {
  font-family: Lato,sans-serif;
  font-size: 45px;
  color: #212529;
  font-weight: 500;
}

h2 {
  font-family: Lato,sans-serif;
  font-size: 40px;
  color: #212529;
  font-weight: 500;
}

h3 {
  font-family: Lato,sans-serif;
  font-size: 29px;
  color: #212529;
  font-weight: 500;
}

h4 {
  font-family: Lato,sans-serif;
  font-size: 24px;
  color: #212529;
  font-weight: 500;
}

h5 {
  font-family: Lato,sans-serif;
  font-size: 20px;
  color: #212529;
  font-weight: 500;
}

h6 {
  font-family: Lato,sans-serif;
  font-size: 16px;
  color: #212529;
  font-weight: 500;
}

/* Blockquote */

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





.hs-button,
.hs-button.large.primary,
button,
.button {
  background-color: 

  
  
    
  


  rgba(84, 183, 117, 1.0)

;
  border: 0px solid 

  
  
    
  


  rgba(84, 183, 117, 1.0)

;
  border-radius: 23.5px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 18px 20.5px;
}

.button, .hs-button, .hs-button.large.primary, button{
    font-weight: 700;
}

.hs-button:hover,
.hs-button:focus,
.hs-button.large.primary:hover,
.hs-button.large.primary:focus,
button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: 

  
  
    
  


  rgba(84, 183, 117, 1.0)

;
  border: 0px solid 

  
  
    
  


  rgba(84, 183, 117, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.hs-button:active,
.hs-button.large.primary:active,
button:active,
.button:active {
  background-color: ;
  border: 0px solid 

  
  
    
  


  rgba(84, 183, 117, 1.0)

;
  color: ;
}





form,
.submitted-message {
  font-size: 16px;
  color: #212529;
  font-weight: 400
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: 

  
  
    
  


  rgba(51, 71, 91, 1.0)

;
}

/* Form label */

form label {
  color: 

  
  
    
  


  rgba(51, 71, 91, 1.0)

;
}

/* Form help text */

form legend {
  color: 

  
  
    
  


  rgba(51, 71, 91, 1.0)

;
}

/* Form inputs */

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select  {
  border-color: 

  
  
    
  


  rgba(204, 204, 204, 0.0)

;
  color: #212529;
  border-radius: 6px
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: 

  
  
    
  


  rgba(102, 175, 233, 0.0)

;
}

/* Form placeholder text */

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

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #212529;
}

/* Date picker */

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

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

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





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(204, 204, 204, 1.0)

;
}

th,
td {
  border-color: 

  
  
    
  


  rgba(204, 204, 204, 1.0)

;
  color: 

  
  
    
  


  rgba(95, 95, 95, 1.0)

;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(15, 95, 164, 1.0)

;
  border-bottom-color: 

  
  
    
  


  rgba(204, 204, 204, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(15, 95, 164, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}





.header-bg {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.8)

;
}
.custom-menu-primary .hs-menu-wrapper>ul>li
{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a
{
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:hover>a
{
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.active>a
{
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
  background-color: 

  
  
    
  


  rgba(231, 231, 231, 0.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul>li .list-item-menu
{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul>li .list-item-menu>ul>li>ul>li>a, 
.custom-menu-primary .hs-menu-wrapper>ul>li .list-item-menu>ul>li>ul>li>ul>li>ul>li>a
{
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul>li .list-item-menu>ul>li>ul>li:hover>a, 
.custom-menu-primary .hs-menu-wrapper>ul>li .list-item-menu>ul>li>ul>li>ul>li>ul>li:hover>a
{
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul>li .list-item-menu>ul>li>ul>li.active>a, 
.custom-menu-primary .hs-menu-wrapper>ul>li .list-item-menu>ul>li>ul>li>ul>li>ul>li.active>a
{
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}


.custom-menu-primary .hs-menu-wrapper>ul>li .list-item-menu>ul>li>a, 
.custom-menu-primary .hs-menu-wrapper>ul>li .list-item-menu>ul>li>ul>li>ul>li>a
{
  color: 

  
  
    
  


  rgba(83, 182, 117, 1.0)

;
}


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

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

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.8)

;
  }

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





.footer-bg {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.footer-links .logo-caption
{
  color: 

  
  
    
  


  rgba(33, 37, 41, 1.0)

;
}
.footer-menu .hs-menu-wrapper ul li a
{
  color: 

  
  
    
  


  rgba(146, 146, 146, 1.0)

;
}
.footer-menu .hs-menu-wrapper ul li a:hover{
  color: 

  
  
    
  


  rgba(146, 146, 146, 1.0)

;
}
.footer-contact a{
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}
.footer-contact a:hover {
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}
.footer-copyright,
.footer-privacy-link a{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.footer-copyright {
  background-color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}

.footer-bottom {
  background-color: 

  
  
    
  


  rgba(251, 251, 251, 1.0)

;
}





/* Blog Header */

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}

/*             Blog Grid Listing and Post styles            */

.hs-blog-listing,
.hs-blog-post {
  background-color: ;
}

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: #54b775;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: #54b775;
}

.blog-index__post-content--small h2 {
  font-size: 29px;
}

.blog-index__post-content a {
  color: #212529;
}

.blog-post__read-more svg {
  fill: #212529;
}

.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-sidebar a {
  color: #212529;
}

.blog__subscription-block, .blog-related-posts {
  background-color: rgb(#null);
}

.post-featured-image {
  max-height: px;
}

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

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

.blog-post__meta a:hover {
  color: #54b775;
}

.blog-post__links-container {
  border-top:  2px solid rgb(#null);
}

.blog-post__back-to-blog {
  color: #212529;
}

.blog-post__back-to-blog svg {
  fill: #212529;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(#null) !important;
}

.comment.depth-1 {
  border-left: 2px solid rgb(#null);
}

.section.post-footer .hs-input {
  border-color: rgb(#null);
}

.blog-recent-posts {
  background-color: rgb(#null);
}











.card__price {
  font-family: Lato,sans-serif
    font-size: 29px;
  color: #212529;
  font-weight: 500
}



html {
    font-size: 24px;
}

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

@media (max-width: 480px){
html {
    font-size: 20px;
}
}