<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.footer {
  border-top: 4px solid #f47b20;
}

.footer__container--static,
.footer__container--dnd .dnd-section {
  max-width: 1440px;
}
.footer__container--static {
  margin: 0 auto;
  padding: 2.8rem 2.8rem 0;
}
.footer__bottom-section {
  border-top: 1px solid #d0d0d0;
  border-top-color: #FFFFFF;
  padding: 1.4rem 0;
}
.footer__top-section {
  margin-bottom: 4.9rem;
}
/* Footer Content */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a:not(.button),
.footer span,
.footer div,
.footer li,
.footer blockquote {
  color: #FFFFFF;
}



.footer h4 {
  font-family: 'Roboto Condensed', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #20948b;
  font-size: 15px;
  letter-spacing: 0.8px;
  text-transform: none;
}



/* Footer Menu */
.footer .hs-menu-wrapper li {
  margin: 0.7rem 0;
}
.footer .hs-menu-wrapper a {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  text-transform: capitalize;
}

.footer .hs-menu-wrapper a:hover,
.footer .hs-menu-wrapper a:focus {
  font-family: Roboto, sans-serif; font-style: normal; text-decoration: none;
  color: #f47b20;
}

.footer .hs-menu-wrapper a:active {
  font-family: Roboto, sans-serif; font-style: normal; text-decoration: none;
  color: #FFFFFF;
}

/* Footer modules */

.footer .social-links__icon svg,
.footer .social-links__icon:hover svg {
  fill: #FFFFFF;
}

.footer .icon svg {
  fill: #FFFFFF;
}

.footer .pricing-table label {
  color: #444444;
}

.footer .price-block__description-block,
.footer .price-block__description-block div,
.footer .price-block__description-block p,
.footer .price-block__description-block span,
.footer .price-block__description-block li,
.footer .testimonial__content,
.footer .testimonial__content div,
.footer .testimonial__content span,
.footer .testimonial__content p,
.footer .blog-card__content p,
.footer a.blog-card__author-name {
  color: #444444;
}

.footer .price-block__description-block a,
.footer .testimonial__content a,
.footer .blog-card__content a {
  color: #20948B;
}

.footer .price-block__description-block a:hover,
.footer .price-block__description-block a:focus,
.footer .testimonial__content a:hover,
.footer .testimonial__content a:focus,
.footer .blog-card__content a:hover,
.footer .blog-card__content a:focus {
  color: font-weight: normal; text-decoration: underline; font-family: Roboto, sans-serif; font-style: normal;
}

.footer .price-block__description-block h1,
.footer .testimonial__content h1 {
  color: #20948b;
}

.footer .price-block__description-block h2,
.footer .testimonial__content h2,
.footer h2.blog-card__title a {
  color: #f47b20;
}

.footer .price-block__description-block h3,
.footer .testimonial__content h3 {
  color: #20948b;
}

.footer .price-block__description-block h4,
.footer .testimonial__content h4 {
  color: #20948b;
}

.footer .price-block__description-block h5,
.footer .testimonial__content h5 {
  color: #f47b20;
}

.footer .price-block__description-block h6,
.footer .testimonial__content h6 {
  color: #20948b;
}


.social-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap
}

@media (max-width: 767px) {
  .social-links {
    justify-content:center
  }
}

.social-links__icon {
  background-color: transparent;
  border-radius: 4px;
  display: inline-flex!important;
  margin: 0 .7rem .35rem 0;
  padding: .7rem
}

.social-links__link:last-child .social-links__icon {
  margin-right: 0
}

.social-links__icon svg {
  fill: #34b5e6;
  height: 15px;
  width: 15px
}

.social-links__icon:active,.social-links__icon:focus,.social-links__icon:hover {
  background-color: transparent
}

.social-links__icon:active svg,.social-links__icon:focus svg,.social-links__icon:hover svg {
  fill: #34b5e5
}




@media only screen and (max-width: 1024px) {
 .footer__logo,.footer__navigation,.footer__bottom-section{
    text-align: center;
  }
  .social-links{
    justify-content: center;
  }
  .footer__navigation h3{
    font-size:24px;
  }
}
</pre></body></html>