







/* 1a. Containers */




/* 1b. Colors */






:root {
  --primary: 

  
  
    
  


  rgba(35, 35, 35, 1.0)

;
  --secondary: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  --tertiary: 

  
  
    
  


  rgba(0, 152, 100, 1.0)

;
  --quaternary: 

  
  
    
  


  rgba(0, 140, 88, 1.0)

;
  --white: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}







/* 1c. Typography */






























































/* 1d. Buttons */










/* 1e. Forms */










  






/* 1f. Tables */











/* 1g. Site header */









/* 1h. Site footer */









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

.page-center{
  margin:0 auto;
  padding-left:20px;
  padding-right:20px;
}

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

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




body {
  font-size: 18px;
  color: #232323;
  font-weight: 400;
  font-family: Work Sans;
}

/* Anchors */

a {
  color: 

  
  
    
  


  rgba(0, 152, 100, 1.0)

;
}

a:hover,
a:focus,
a:active {
  color: 

  
  
    
  


  rgba(0, 152, 100, 1.0)

;
}

/* Headings */

h1, .h1 {
   
  font-weight: 900; text-decoration: none; font-family: 'Work Sans', Work Sans; font-style: normal;
  color: #000000;
  font-size: 96px;
  
}

h2, .h2 {
   
  font-weight: 600; text-decoration: none; font-family: 'Work Sans', Work Sans; font-style: normal;
  color: #000000;
  font-size: 54px;
  
}

h3, .h3 {
   
  font-weight: 600; text-decoration: none; font-family: 'Work Sans', Work Sans; font-style: normal;
  color: #000000;
  font-size: 52px;
  
}

h4, .h4 {
   
  font-weight: 600; text-decoration: none; font-family: 'Work Sans', Work Sans; font-style: normal;
  color: #000000;
  font-size: 40px;
  
}

h5, .h5 {
   
  font-weight: 500; text-decoration: none; font-family: 'Work Sans', Work Sans; font-style: normal;
  color: #000000;
  font-size: 28px;
  
}

h6, .h6 {
   
  font-weight: 400; text-decoration: none; font-family: 'Work Sans', Work Sans; font-style: normal;
  color: #008C58;
  font-size: 24px;
  
}


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

  h2,
  .h2 {
    font-size: 47.99999999952px;
  }

  h3,
  .h3 {
    font-size: 47.999999999639996px;
  }

  h4,
  .h4 {
    font-size: 36.0px;
  }

  h5,
  .h5 {
    font-size: 28px;
  }

  h6,
  .h6 {
    font-size: 24px;
  }
}

@media(max-width: 420px) {
  h1,
  .h1 {
    font-size: 36.0px; 
  }

  h2,
  .h2 {
    font-size: 31.999999999859998px; 
  }

  h3,
  .h3 {
    font-size: 27.99999999992px; 
  }

  h4,
  .h4 {
    font-size: 24.0px; 
  }

  h5,
  .h5 {
    font-size: 21.99999999988px; 
  }

  h6,
  .h6 {
    font-size: 19.99999999992px; 
  }
}


.pre-title:before {
  background-color: #000000;
}

/* Blockquote */

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




.button,
.hs-button,
form input[type=submit] {
  background-color: 

  
  
    
  


  rgba(0, 152, 100, 1.0)

;   
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #009864;
  display: inline-block;
} 
.button,
.hs-button {
  border-radius: 9px;
  padding: 19px 24px;
  border: 1px solid #009864;
  display: inline-block;
}

.hs-button:hover,
.hs-button:focus,
form input[type=submit]:hover,
form input[type=submit]:focus,
.button:hover,
.button:focus{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(0, 152, 100, 1.0)

;
  border: 1px solid #009864;
}
.hs-button.secondary {
  background-color: #ffffff;
  color: 

  
  
    
  


  rgba(0, 152, 100, 1.0)

;
  border-color: #ffffff;
}
.hs-button.secondary:hover{
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.hs-button svg , 
.hs-button.secondary svg path {
  fill: #ffffff;
}
.hs-button:hover svg ,
.hs-button:hover svg path {
  fill: 

  
  
    
  


  rgba(0, 152, 100, 1.0)

;
}
.hs-button.secondary svg , 
.hs-button.secondary svg path {
  fill: 

  
  
    
  


  rgba(0, 152, 100, 1.0)

;  
}





form,
.submitted-message {
  font-size: 18px;
  color: var(--secondary);
  font-weight: 400
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: 

  
  
    
  


  rgba(0, 0, 0, 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.hs-form {
  background-color: 

  
  
    
  


  rgba(238, 238, 238, 0.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 {
  border-color: 

  
  
    
  


  rgba(255, 255, 255, 0.5)

;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.1)

;
  border-width: 1px;
  border-radius: 6px;
  border-style: solid;
}

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(255, 255, 255, 0.5)

;
}

form.hs-form {
  background-color: 

  
  
    
  


  rgba(238, 238, 238, 0.0)

;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: var(--secondary);
}

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

/* Date picker */

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

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

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

/* Submit button */









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

th,
td {
  border-color: 

  
  
    
  


  rgba(35, 35, 35, 1.0)

;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;

}

thead th,
thead td,
.comparison-table .sep,
.comparison-table ul li button {
  background-color: 

  
  
    
  


  rgba(0, 152, 100, 1.0)

;
  border-color: 

  
  
    
  


  rgba(35, 35, 35, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.comparison-table ul li.active button {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(0, 152, 100, 1.0)

;
}
tfoot td {
  background-color: 

  
  
    
  


  rgba(0, 152, 100, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}






@media (min-width: 1367px) {
  header.header,
  .header.header-main{
    background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
  }
}
body.active header.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

; 
}






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

.footer__copyright {
  color:

  
  
    
  


  rgba(7, 24, 30, 0.7)

;
}

.footer_right .hs-menu-wrapper>ul>li>a {
  color:

  
  
    
  


  rgba(7, 24, 30, 0.75)

;
}

.footer_right .hs-menu-wrapper>ul>li>a:hover {
  color:

  
  
    
  


  rgba(0, 152, 100, 1.0)

;
}

/* 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: 

  
  
    
  


  rgba(7, 24, 30, 0.7)

;
}

















.card__price {
  font-family: {font=Work Sans, font_set=GOOGLE, styles={font-weight=600, text-decoration=none, font-family='Work Sans', Work Sans, font-style=normal}, size=52, size_unit=px, color=#000000, variant=600, fallback=Work Sans, style=font-weight: 600; text-decoration: none; font-family: 'Work Sans', Work Sans; font-style: normal, css=color: #000000;font-size: 52px;font-weight: 600; font-family: 'Work Sans', Work Sans;};
  font-size: px;
  color: ;
  font-weight: 
}