







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */




/* 1h. Site footer */








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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 120px 20px;
}

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





html {
  font-size: 16px;
}

body {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #212121;
}

/* Paragraphs */

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

/* Anchors */

a {
  color: #000000;
}

a:hover,
a:focus {
  color: #000000;
}

a:active {
  color: #282828;
}

/* Headings */
h1, .h1 {
  font-weight: 700; text-decoration: none; font-family: Jost, sans-serif; font-style: normal;
  color: #212121;
  font-size: 68px;
}

h2, .h2 {
  font-weight: 700; text-decoration: none; font-family: Jost, sans-serif; font-style: normal;
  color: #212121;
  font-size: 50px;
}

h3, .h3 {
  font-weight: 700; text-decoration: none; font-family: Jost, sans-serif; font-style: normal;
  color: #212121;
  font-size: 38px;
}

h4, .h4 {
  font-weight: normal; text-decoration: none; font-family: Jost, sans-serif; font-style: normal;
  color: #212121;
  font-size: 28px;
}

h5, .h5 {
  font-weight: normal; text-decoration: none; font-family: Jost, sans-serif; font-style: normal;
  color: ;
  font-size: 21px;
}

h6, .h6 {
  font-weight: normal; text-decoration: none; font-family: Jost, sans-serif; font-style: normal;
  color: #212121;
  font-size: 16px;
}


.overline {
  color: #0aa98e;
  margin-bottom: 18px;
  font-family: Playfair Display;
}

.banner_title {
  font-weight: normal; text-decoration: none; font-family: Jost, sans-serif; font-style: normal
  color: #212121;
  font-size: 30px;
}


/* Blockquote */

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





button,
.button.normal-button {
  background-color: 

  
  
    
  


  rgba(10, 169, 142, 1.0)

;
  border: 1px solid #0aa98e;
  border-radius: 0px;
  color: #FFFFFF;
  padding: 18px 55px;
  box-shadow: 0px 10px 57px 0px rgba(10, 169, 142, 0.3);
}

button:hover,
button:focus,
.button.normal-button:hover,
.button.normal-button:focus {
  background-color: rgba(0, 129, 102, 1.0);
  border-color: #008166;
  color: #FFFFFF;
}

button:active,
.button.normal-button:active {
  background-color: rgba(50, 209, 182, 1.0);
  border-color: #32d1b6;
  color: #FFFFFF;
}

.button.white-button {
  background-color: #ffffff;
  border: #ffffff;
  border-radius: 0px;
  color: 

  
  
    
  


  rgba(10, 169, 142, 1.0)

;
  padding: 18px 55px;
}
.button.white-button:hover {
  background-color: rgba(0, 129, 102, 1.0);
  border-color: #008166;
  color: #FFFFFF;
}
.button.white-button:active {
  background-color: rgba(50, 209, 182, 1.0);
  border-color: #32d1b6;
  color: #FFFFFF;
}





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

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(10, 169, 142, 1.0)

;
  color: #212121;
}

/* Form label */

form label {
  color: #212121;
}

/* Form help text */

form legend {
  color: #212121;
}

/* 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: #D1D6DC;
  color: #212121;
}

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

/* Form placeholder text */

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

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

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(10, 169, 142, 1.0)

;
  border: 1px solid #0aa98e;
  border-radius: 0px;
  color: #FFFFFF;
  padding: 18px 55px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(0, 129, 102, 1.0);
  border-color: #008166;
  color: #FFFFFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(50, 209, 182, 1.0);
  border-color: #32d1b6;
  color: #FFFFFF;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #212121;
}

th,
td {
  border-color: #212121;
  color: #212121;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(10, 169, 142, 1.0)

;
  border-bottom-color: #212121;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #212121;
}





.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

body .navigation-primary a:hover,
body .navigation-primary a: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: #000000;
}

body .navigation-primary a:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #494949;
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #000000;
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

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

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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





.footer {
  background-color: 

  
  
    
  


  rgba(245, 245, 245, 1.0)

;
}

/* Footer Content */

.footer p,
.footer label,
.footer span,
.footer li,
.footer img {
  color: rgba(81, 81, 81, 1);
}
.footer {
  color: #515151;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  color: #ffffff;
}

.footer form input[type=text], 
.footer form input[type=email], 
.footer form input[type=password], 
.footer form input[type=tel], 
.footer form input[type=number], 
.footer form input[type=file], 
.footer form select, 
.footer form textarea {
  border-color: #292929;
  color: #ffffff;
  background-color: #0e0e0e;
}






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

/* Blog listing */

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

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

/* Blog pagination */

.blog-pagination__link {
  color: #212121;
}

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

.blog-pagination__next-link svg,
.blog-pagination__prev-link svg {
  fill: #212121;
}

/* Blog post */

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

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

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

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

/* Blog related posts */

.blog-related-posts__title a {
  color: #212121;
}

/* Blog comments */

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

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

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

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











.card__price {
  font-weight: 700; text-decoration: none; font-family: Jost, sans-serif; font-style: normal;
  color: #212121;
  font-size: 50px;
}

.footer-copyright {
  text-align: center;
}
.footer form input[type=submit], .footer form .hs-button {
  background: #ffffff;
  color: #000;
  font-weight: bold;
  padding: 18px 55px !important;
  line-height: 1.5;
  font-size: 16px;
}