







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */














































/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 40px 30px;
}

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





html {
  font-size: 15px;
}

body {
  font-size: 15px;
  color: #333333;
  font-weight: 400;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

/* Anchors */

a {
  color: #53b750;
}

a:hover,
a:focus,
a:active {
  color: #3d933a;
}

/* Headings */

h1 {
  font-family: Rubik;
  font-size: 42px;
  color: #1c1f4c;
  font-weight: 300;
}
h2 {
  font-family: Rubik;
  font-size: 32px;
  color: #1c1f4c;
  font-weight: 300;
}
h3 {
  font-family: Rubik;
  font-size: 28px;
  color: #1c1f4c;
  font-weight: 300;
}
h4 {
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 25px;
  color: #1c1f4c;
  font-weight: 300;
}
h5 {
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 22px;
  color: #1c1f4c;
  font-weight: 300;
}
h6 {
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #1c1f4c;
  font-weight: 300;
}

/* Blockquote */

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





button,
.button {
  background-color: 

  
  
    
  


  rgba(83, 183, 80, 1.0)

;
  border: 1px solid #53b750;
  border-radius: 4px;
  color: #fff;
  padding: 17px 40px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(43, 143, 40, 1.0);
  border-color: #2b8f28;
  color: #fff;
}

button:active,
.button:active {
  background-color: rgba(123, 223, 120, 1.0);
  border-color: #7bdf78;
  color: #fff;
}





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

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: #333333;
}

/* Form label */

form label {
  color: #333333;
}

/* Form help text */

form legend {
  color: #333333;
}

/* Form 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 {
  border-color: #d2d2d2;
  color: #333333;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: #65bc7b;
}

/* Form placeholder text */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: rgba(83, 183, 80, 1.0);
  border-color: rgba(83, 183, 80, 0.0);
  border-width: 1px;
  border-radius: 4px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 17px;
  padding-bottom: 17px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(28, 137, 227, 0.0);
  color: rgba(83, 183, 80, 1.0);
}

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





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #494A52;
}

th,
td {
  border-color: #494A52;
  color: #494A52;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(73, 74, 82, 1)

;
  border-bottom-color: #494A52;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #494A52;
}





header.header {
  background-color: rgba(54, 56, 57, 0.0);
}

body  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: rgba(246, 248, 254, 1.0);
}

body .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
body .custom-menu-primary .hs-menu-wrapper > ul > li:focus > a {
  color: rgba(83, 183, 80, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

body .custom-menu-primary .hs-menu-wrapper > ul ul {
  background-color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .hs-menu-wrapper > ul ul a {
  color: rgba(28, 35, 43, 1.0);
}

body .custom-menu-primary .hs-menu-wrapper > ul ul li > a:hover {
  background-color: rgba(83, 183, 80, 0.0);
  color: rgba(83, 183, 80, 1.0);
}

body .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a , body .custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
  color: rgba(83, 183, 80, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

body .custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a {
  color: rgba(28, 35, 43, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a>span {
  background-color: rgba(83, 183, 80, 0.0);
  color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:hover>span {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(83, 183, 80, 1.0);  
}







.footer {
  background-color: rgba(54, 56, 57, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
section#contact_info-widget-2 span , section#contact_info-widget-2 h1 p , section#text-7 span , section#text-7 h1 p , section#social_links-widget-6 .widget-title , .footer-stay-informed span {
  color: rgba(255, 255, 255, 1.0);
}

.footer a {
  color: rgba(255, 255, 255, 0.8);
}
section#contact_info-widget-2 h1 p a , section#text-7 h1 p span a {
  color: rgba(255, 255, 255, 0.8);
}

.footer a:hover {
  color: rgba(83, 183, 80, 1.0);
}
section#contact_info-widget-2 h1 p a:hover , section#text-7 h1 p span a:hover {
  color: rgba(83, 183, 80, 1.0);
}
.fusion-social-networks-wrapper a{
  color: rgba(190, 189, 189, 1.0);
}
.fusion-social-networks-wrapper a:hover{
  color: rgba(190, 189, 189, 0.8);
}
.footer-form .hs-submit .actions input {
  background-color: rgba(83, 183, 80, 1.0);
  color: rgba(255, 255, 255, 1.0);   
}
.footer-form .hs-submit .actions:hover input {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(83, 183, 80, 1.0);  
}




.footer__copyright {
  color: rgba(255, 255, 255, 0.4);
}
.footer__copyright p{
  color: rgba(255, 255, 255, 0.4);
}
.bottom-footer {
  background-color: rgba(29, 36, 45, 1.0);  
}







/* Blog Header */

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

/* Blog Listing */

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

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #333333;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #3d933a;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #3d933a;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #494A52;
}

.blog-pagination__link {
  color: #333333;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #494A52;
}

.blog-post__title {
  color: #1c1f4c;
  font-family:Rubik;
  font-size: 42px;
  font-weight: regular;
}

.blog-post__author {
  background-color: #F8FAFC;
}

#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: #3d933a;
}

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

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

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

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

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

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

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

.blog-post__meta a:hover {
  color: #3d933a;
}

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

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

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

.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: Rubik
    font-size: 28px;
  color: #1c1f4c;
  font-weight: regular
}