







/* 1a. Containers */




/* 1b. Colors */






/* 1c. Typography */



































































/* a. Buttons */













/* b. Buttons */













/* c. Buttons */













/* 1e. Forms */












/* 1f. Tables */











/* 1g. Site header */






.page-center,
.content-wrapper {
  max-width: 1100px;
}

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

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





:root {
  --tertiary-color : 

  
  
    
  


  rgba(155, 195, 26, 1.0)

;
  --active_primary_color: 

  
  
    
  


  rgba(155, 195, 26, 1.0)


}

body {
  font-size: 18px;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  
  font-weight: 350;
  font-family: Avenir,sans-serif;
  
}

.tertiary_color {
  color: 

  
  
    
  


  rgba(155, 195, 26, 1.0)


}

/* Paragraphs */

p {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

/* Anchors */

a {
  color: 

  
  
    
  


  rgba(155, 195, 26, 1.0)

;
}

a:hover,
a:focus,
a:active {
  color: 

  
  
    
  


  rgba(0, 177, 227, 1.0)

;
}

/* Headings */

h1 {
  font-size: 50px;
  color: 

  
  
    
  


  rgba(56, 56, 56, 1.0)

;
  
  font-family: ,sans-serif;
  font-weight: 800;
  
}

h2 {
  font-size: 40px;
  color: 

  
  
    
  


  rgba(56, 56, 56, 1.0)

;
  
  font-family: ,sans-serif;
  font-weight: 800;
  
}

h3 {
  font-size: 35px;
  color: 

  
  
    
  


  rgba(56, 56, 56, 1.0)

;
  
  font-family: ,sans-serif;
  font-weight: 800;
  
}

h4 {

  font-size: 29px;
  color: 

  
  
    
  


  rgba(56, 56, 56, 1.0)

;
  
  font-family: ,sans-serif;
  font-weight: 800;
  
}

h5 {
  font-size: 26px;
  color: 

  
  
    
  


  rgba(56, 56, 56, 1.0)

;
  
  font-family: ,sans-serif;
  font-weight: 800;
  
}

h6 {
  font-size: 20px;
  color: 

  
  
    
  


  rgba(56, 56, 56, 1)

;
  
  font-family: ,sans-serif;
  font-weight: 800;
  
}

@media (max-width: 767px) {
  h1 {
    font-size: 35.0px;
  }

  h2 {
    font-size: 28.0px;
  }

  h3 {
    font-size: 25.9px;
  }

  h4 {

    font-size: 21.999997399999998px;
  }

  h5 {
    font-size: 20.8px;
  }

  h6 {
    font-size: 18.0px;
  }
}

/* Blockquote */

blockquote {
  border-left-color: 

  
  
    
  


  rgba(56, 56, 56, 1.0)

;
}





button,
.button,
.hs-button,
.btn__primary {
  border: 0px solid #9bc31a;
;
  padding-top: 15px;
padding-right: 50px;
padding-bottom: 15px;
padding-left: 50px;
;
  ;
  background-color: 

  
  
    
  


  rgba(155, 195, 26, 1.0)

;
  border-radius: 0px;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.btn__primary:hover,
.btn__primary:focus {
  border: 0px solid #9bc31a;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(155, 195, 26, 1.0)

;
  border-radius: 0px;
}

button:active,
.button:active,
.btn__primary:active {
  border: 0px solid #9bc31a;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(155, 195, 26, 1.0)

;
}


.btn__secondary {
  border: 0px solid #9BC31A;

  padding-top: 10px;
padding-right: 50px;
padding-bottom: 10px;
padding-left: 50px;

  ;
  background-color: 

  
  
    
  


  rgba(155, 195, 26, 1.0)

;
  border-radius: 0px;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: none;
}

.btn__secondary:hover,
.btn__secondary:focus,
.btn__secondary:active {
  border: 0px solid #9bc31a;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(155, 195, 26, 1.0)

;
  border-radius: 0px;
}


.btn__tertiary {
  border: 0px solid #e20613;

  padding-top: 10px;
padding-right: 50px;
padding-bottom: 10px;
padding-left: 50px;

  ;
  background-color: 

  
  
    
  


  rgba(226, 6, 19, 1.0)

;
  border-radius: 0px;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: none;
}

.btn__tertiary:hover,
.btn__tertiary:focus,
.btn__tertiary:active {
  border: 0px solid #9bc31a;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(155, 195, 26, 1.0)

;
  border-radius: 0px;
}





form,
.submitted-message {
  font-size: 18px;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-weight: 350
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(56, 56, 56, 1.0)

;
}

/* Form label */

form label {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

/* Form help text */

form legend {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

/* 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 {
  background-color: 

  
  
    
  


  rgba(209, 214, 220, 0.0)

;
  border-color: 

  
  
    
  


  rgba(112, 112, 112, 1.0)

;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-radius: 0px;
}

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: 

  
  
    
  


  rgba(112, 112, 112, 1.0)

;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.fn-date-picker td .pika-button:hover {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 0px solid #9bc31a;
;
  padding-top: 15px;
padding-right: 50px;
padding-bottom: 15px;
padding-left: 50px;
;
  ;
  background-color: 

  
  
    
  


  rgba(155, 195, 26, 1.0)

;
  border-radius: 0px;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  border: 0px solid #9bc31a;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(155, 195, 26, 1.0)

;
  border-radius: 0px;
}

form input[type=submit]:active,
form .hs-button:active {
  border: 0px solid #9bc31a;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(155, 195, 26, 1.0)

;
}





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

th,
td {
  border-color: 

  
  
    
  


  rgba(0, 0, 0, 1)

;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1)

;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-bottom-color: 

  
  
    
  


  rgba(0, 0, 0, 1)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1)

;
}





header,
.header-wrap.mobile .mobile-navigation{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

header .header-top,
header .header-wrap.mobile .primary-menu{
  background-color: 

  
  
    
  


  rgba(56, 56, 56, 1.0)

;
}

header .primary-menu .hs-menu-wrapper>ul>li>a,
header .primary-menu .hs-menu-wrapper>ul>li>a~span.child-trigger {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

header .primary-menu .hs-menu-wrapper>ul>li:hover>a,
header .primary-menu .hs-menu-wrapper>ul>li:hover>a~span.child-trigger {
  color: 

  
  
    
  


  rgba(155, 195, 26, 1.0)

;
}

header .primary-menu .hs-menu-wrapper>ul>li.active>a,
header .primary-menu .hs-menu-wrapper>ul>li.active>a~span.child-trigger,
header .primary-menu .hs-menu-wrapper>ul>li.active-branch>a,
header .primary-menu .hs-menu-wrapper>ul>li.active-branch>a~span.childtrigger {
  color: 

  
  
    
  


  rgba(155, 195, 26, 1.0)

;
}

header .primary-menu .hs-menu-wrapper>ul ul {
  background-color: 

  
  
    
  


  rgba(56, 56, 56, 1.0)

;
}

header .primary-menu .hs-menu-wrapper>ul ul li>a {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

header .primary-menu .hs-menu-wrapper>ul ul li:hover>a {
  color: 

  
  
    
  


  rgba(155, 195, 26, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

header .primary-menu .hs-menu-wrapper>ul ul li.active>a,
header .primary-menu .hs-menu-wrapper>ul ul li.active-branch>a{
  color: 

  
  
    
  


  rgba(155, 195, 26, 1.0)

;
}

header .secondary-menu .hs-menu-wrapper>ul>li>a {
  color: 

  
  
    
  


  rgba(56, 56, 56, 1.0)

;
}

header .secondary-menu .hs-menu-wrapper>ul>li:hover>a {
  color: 

  
  
    
  


  rgba(155, 195, 26, 1.0)

;
}

header .secondary-menu .hs-menu-wrapper>ul>li.active>a,
header .secondary-menu .hs-menu-wrapper>ul>li.active-branch>a{
  color: 

  
  
    
  


  rgba(155, 195, 26, 1.0)

;
}

header .secondary-menu .hs-menu-wrapper>ul ul {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

header .secondary-menu .hs-menu-wrapper>ul ul li>a {
  color: 

  
  
    
  


  rgba(56, 56, 56, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

header .secondary-menu .hs-menu-wrapper>ul ul li:hover>a {
  color: 

  
  
    
  


  rgba(155, 195, 26, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

header .secondary-menu .hs-menu-wrapper>ul ul li.active>a,
header .secondary-menu .hs-menu-wrapper>ul ul li.active-branch>a{
  color: 

  
  
    
  


  rgba(155, 195, 26, 1.0)

;
}





.header {
  background-color: ;
}

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: ;
  font-family: Avenir,sans-serif;
}



body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

body .submenu.level-2,
.header__language-switcher .lang_list_class {
  background-color: ;
  border-color: ;
}

body .submenu.level-2 > li:first-child:before {
  border-color: ;
}

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

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
.header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  background-color: ;
}

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

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

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

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

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





.footer .footer-top {
  background-color: 

  
  
    
  


  rgba(60, 60, 59, 1.0)

;
}

.footer .footer-top * {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.footer .footer-top a {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.footer .footer-top a:hover {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.footer .post-item .post-title {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.footer .post-item .post-date {
  color: 

  
  
    
  


  rgba(94, 203, 93, 1.0)

;
}

.footer .footer-bottom {
  background: 

  
  
    
  


  rgba(60, 60, 59, 1.0)

;
  border-color: 

  
  
    
  


  rgba(232, 231, 234, 1.0)

;
}

.footer .footer-bottom .copyright-text {
  color: 

  
  
    
  


  rgba(247, 247, 247, 1.0)

;
}





.footer * {
  color: ;
}





/* Blog Header */

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.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: 

  
  
    
  


  rgba(0, 177, 227, 1.0)

;
}

.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: 

  
  
    
  


  rgba(0, 177, 227, 1.0)

;
}

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

.blog-pagination__link {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

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

.blog-post__title {
  color: 

  
  
    
  


  rgba(56, 56, 56, 1.0)

;
  font-family:,sans-serif;
  font-size: 50px;
  font-weight: 800;
}

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

/*             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: 

  
  
    
  


  rgba(0, 177, 227, 1.0)

;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: 

  
  
    
  


  rgba(0, 177, 227, 1.0)

;
}

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

.blog-index__post-content a {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.blog-post__read-more svg {
  fill: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}


.blog-sidebar a {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

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



.blog-post__meta a {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.blog-post__meta a:hover {
  color: 

  
  
    
  


  rgba(0, 177, 227, 1.0)

;
}



.blog-post__back-to-blog {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.blog-post__back-to-blog svg {
  fill: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}













.card__price {
  font-family: ,sans-serif
    font-size: 35px;
  color: 

  
  
    
  


  rgba(56, 56, 56, 1.0)

;
  font-weight: 800
}