.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 19px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
}

.button {
  display: inline-block;
  margin-right: 14px;
  padding: 13px 23px;
  border-radius: 3px;
  background-color: #000;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #489fd9;
}

.button.hollow {
  background-color: transparent;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), inset 0 0 0 2px #000;
  color: #000;
  text-shadow: none;
}

.button.hollow:hover {
  background-color: #489fd9;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), inset 0 0 0 2px #489fd9;
  color: #fff;
  text-shadow: none;
}

.button.in-pricing {
  display: block;
  margin-top: 19px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo-text {
  margin-top: 24px;
  margin-left: 13px;
  background-color: #fff;
  font-family: 'Droid Sans', sans-serif;
  color: #369e09;
  font-size: 27px;
  font-weight: 700;
}

.logo-text.footer {
  margin-top: 0px;
  margin-bottom: 19px;
  margin-left: 0px;
  padding-right: 0px;
  background-color: transparent;
  color: #e6eaed;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 0px;
  background-color: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.13);
}

.nav-link {
  padding: 26px 17px;
  box-shadow: inset 0 3px 0 0 transparent;
  -webkit-transition: box-shadow 500ms ease, color 300ms ease;
  transition: box-shadow 500ms ease, color 300ms ease;
  color: #2faccd;
}

.nav-link:hover {
  box-shadow: inset 0 3px 0 0 hsla(0, 0%, 71%, 0.5);
}

.nav-link.w--current {
  box-shadow: inset 0 3px 0 0 #4dbd90;
  color: #4dbd90;
}

.section {
  margin-top: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.section.blue {
  background-color: #e3f3fc;
}

.section.main {
  position: relative;
  margin-top: 0px;
  padding-right: 50px;
  padding-left: 58px;
  background-color: #e5e5e5;
  background-image: url('../images/1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  color: #000;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.section.grey {
  background-color: #f0f0f0;
}

.section.image {
  background-image: url('../images/town.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.section.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #2b2c2e;
  color: #e4e8eb;
}

.section.footer.copyright {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #1c1d1f;
  color: #939596;
  font-size: 14px;
}

.section.purple {
  background-color: #dde7ed;
}

.section.clients {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a1bfd4;
}

.section.press {
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: transparent;
}

.section.paper {
  margin-top: 71px;
  margin-bottom: -75px;
  padding-right: 50px;
  padding-left: 50px;
  background-image: url('../images/1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.section.about {
  margin-top: 68px;
  background-image: url('../images/1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider {
  display: none;
  height: 360px;
  background-color: #303030;
}

.slide {
  padding-top: 64px;
  padding-bottom: 64px;
}

.slide._1 {
  background-color: #00ad6e;
}

.slide._2 {
  background-color: #00bdd6;
}

.slide._3 {
  background-color: #ccbe00;
}

.main-subtitle {
  margin-bottom: 26px;
  color: #000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.nav-menu {
  margin-top: 0px;
  padding: auto;
}

.footer-slogan {
  margin-bottom: 11px;
  color: #939596;
}

.social-icon {
  margin-right: 11px;
  opacity: 0.41;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.footer-title {
  margin-top: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.page-link {
  border-bottom: 1px solid transparent;
  -webkit-transition: color 300ms ease, border 300ms ease;
  transition: color 300ms ease, border 300ms ease;
  color: #489fd9;
  text-decoration: none;
}

.page-link:hover {
  border-bottom-color: #489fd9;
}

.page-link.in-footer {
  display: block;
  color: #939596;
}

.page-link.in-footer:hover {
  border-bottom-color: transparent;
  color: #d2d7d9;
}

.page-link.white {
  border-bottom-color: hsla(0, 0%, 100%, 0.49);
  color: #fff;
}

.page-link.white:hover {
  border-bottom-color: #fff;
}

.newsletter-field {
  width: 60%;
  height: 40px;
  float: left;
  border: 1px solid transparent;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #e8e8e8;
}

.newsletter-field:focus {
  border-width: 1px;
  border-color: #09f;
  box-shadow: 0 0 6px 0 #489fd9;
}

.newsletter-button {
  width: 40%;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  float: left;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #5f6166;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #d5d8db;
}

.newsletter-button:hover {
  background-color: #489fd9;
  color: #fff;
}

.newsletter-form {
  width: 70%;
}

.brand-link {
  margin-left: 0px;
  text-decoration: none;
}

.success-message {
  background-color: #5f6166;
}

.main-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 38px;
  line-height: 44px;
}

.section-subtitle {
  margin-bottom: 68px;
  font-size: 19px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.bold-text {
  font-weight: 400;
}

.plan-wrapper {
  min-height: 300px;
  padding: 17px;
  border-radius: 3px;
  background-color: #fff;
  color: #2b2b2b;
}

.price-point {
  margin-bottom: 8px;
  font-size: 14px;
}

.price-accent {
  color: #489fd9;
  font-size: 20px;
  letter-spacing: 0px;
}

.addl-feature {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 18px;
}

.addl-feature.inactive {
  color: #c7c5c5;
  text-decoration: line-through;
}

.divider {
  width: 50%;
  height: 1px;
  margin-top: 13px;
  margin-bottom: 12px;
  background-color: #dbdbdb;
}

.additional-contact {
  margin-top: 21px;
  text-align: center;
}

.feature {
  text-align: left;
}

.feature.centered {
  text-align: center;
}

.feature-row {
  margin-bottom: 14px;
}

.testimonial-slider {
  height: auto;
  margin-top: 45px;
  background-color: transparent;
}

.testimony-slide {
  padding-top: 0px;
  padding-right: 10%;
  padding-left: 10%;
  text-align: center;
}

.testimony-text {
  margin-bottom: 21px;
  font-family: Merriweather, serif;
  font-size: 15px;
  line-height: 31px;
  font-style: italic;
  font-weight: 300;
}

.slide-nav {
  display: none;
  font-size: 10px;
}

.person {
  width: 70px;
  margin-bottom: 13px;
  border-radius: 100%;
}

.name {
  font-weight: 500;
}

.slider-arrow {
  width: 50px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #bdbdbd;
  font-size: 32px;
}

.slider-arrow:hover {
  color: #000;
}

.feature-icon {
  margin-bottom: 12px;
  padding-left: 93px;
  text-align: center;
}

.main-feature-group {
  margin-top: 30px;
}

.center-contents {
  text-align: center;
}

.small-features-row {
  margin-top: 71px;
  margin-bottom: 10px;
}

.main-image {
  margin-left: -350px;
  padding-top: 51px;
  padding-right: 0px;
}

.client-logo {
  width: 16.6%;
}

.press-logo {
  width: 16%;
  margin-right: 2%;
  margin-left: 2%;
  opacity: 0.94;
}

.small-text {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logo {
  width: 30%;
  height: 75px;
  margin-right: 0%;
  margin-left: 3%;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 18px;
}

.logo.tfs {
  height: 90px;
  padding-top: 0px;
  padding-bottom: 8px;
}

.logo.wami {
  margin-top: 4px;
  margin-left: 72%;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.logo.enviro {
  margin-top: 5px;
  padding-bottom: 0px;
}

.heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-align: center;
}

.image-3 {
  font-size: 17px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column {
  padding-right: 19px;
  padding-left: 12px;
}

.column-2 {
  padding-right: 17px;
}

.heading-2 {
  margin-top: -35px;
  margin-bottom: 6px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.paragraph {
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

.slide1 {
  background-image: url('../images/1-min.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide2 {
  background-image: url('../images/3-min.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/4-min.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-4 {
  background-image: url('../images/6-min.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/7-min.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.heading-3 {
  margin-top: 110px;
  padding-right: 750px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 600;
  text-align: center;
}

.paragraph-2 {
  padding-right: 750px;
  padding-left: 32px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  text-align: center;
}

.heading-4 {
  padding-top: 25px;
  padding-left: 750px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 600;
  text-align: center;
}

.paragraph-3 {
  padding-right: 32px;
  padding-left: 750px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  text-align: center;
}

.heading-5 {
  padding-top: 25px;
  padding-right: 750px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 600;
  text-align: center;
}

.paragraph-4 {
  padding-right: 750px;
  padding-left: 32px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 400;
  text-align: center;
}

.heading-6 {
  padding-top: 25px;
  padding-left: 750px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 600;
}

.paragraph-5 {
  padding-right: 32px;
  padding-left: 750px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

.heading-7 {
  padding-top: 25px;
  padding-right: 750px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 600;
  text-align: center;
}

.paragraph-6 {
  padding-right: 750px;
  padding-left: 32px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

.heading-8 {
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.heading-9 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-align: center;
}

.heading-10 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-align: center;
}

.heading-11 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-align: center;
}

.paragraph-7 {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.paragraph-8 {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.paragraph-9 {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.paragraph-10 {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.paragraph-11 {
  font-family: 'Open Sans', sans-serif;
}

.heading-12 {
  margin-right: auto;
  margin-left: auto;
  clear: none;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.heading-13 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.grid {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  font-family: 'Open Sans', sans-serif;
}

.paragraph-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 29px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: 'Open Sans', sans-serif;
}

.paragraph-13 {
  font-family: 'Open Sans', sans-serif;
}

.heading-14 {
  padding-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.heading-15 {
  font-family: Montserrat, sans-serif;
}

.paragraph-14 {
  padding-right: 150px;
  padding-left: 150px;
}

.dropdown {
  padding-top: 5px;
}

.text-block {
  color: #2faccd;
}

.icon {
  color: #2faccd;
}

.container {
  background-color: #fff;
  text-align: center;
}

.html-embed {
  margin-top: 82px;
  margin-right: -178px;
  margin-left: -290px;
  padding-right: 0px;
  padding-left: 0px;
}

.column-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.text-block-2 {
  padding-top: 6px;
  padding-bottom: 0px;
}

.icon-2 {
  margin-top: 26.8px;
  padding-top: 3px;
  color: #2faccd;
}

.text-block-3 {
  padding-top: 6px;
  color: #2faccd;
}

.heading-16 {
  margin-right: 35px;
  margin-bottom: 100px;
  margin-left: 0px;
  padding-top: 100px;
  padding-left: 0px;
  text-align: center;
}

.paragraph-15 {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.paragraph-16 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.paragraph-17 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: right;
}

.columns {
  background-color: #e5e5e5;
}

.text-block-4 {
  padding-top: 5px;
}

.text-block-5 {
  margin-top: 6px;
  color: #42abcd;
}

.icon-3 {
  margin-top: 30px;
  color: #45c7ee;
}

.dropdown-link {
  color: #39aad5;
}

.dropdown-link-2 {
  color: #39aad5;
}

.dropdown-link-2.w--current {
  color: #57b4d2;
}

.dropdown-link-3 {
  color: #39aaca;
}

.paragraph-18 {
  font-family: 'Open Sans', sans-serif;
  text-align: right;
}

.paragraph-19 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.image-4 {
  text-decoration: underline;
}

.image-5 {
  opacity: 0.49;
}

.image-6 {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.image-7 {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: underline;
}

.link-block {
  background-image: url('../images/facebook-icon.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.link-block.social-icon {
  width: 25px;
  height: 25px;
}

.link-block-2 {
  background-image: url('../images/twitter-icon.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.link-block-2.social-icon {
  width: 25px;
  height: 25px;
}

.link-block-3 {
  width: 30px;
  height: 30px;
  background-image: url('../images/linkdin-icon-white.svg'), url('../images/linkdin-icon-white.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, 8px 18px;
}

.link-block-4 {
  width: 30px;
  height: 30px;
  background-image: url('../images/linkdin-icon-white.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.link-block-4.social-icon {
  width: 25px;
  height: 25px;
}

.link-block-5 {
  width: 30px;
  height: 30px;
  background-image: url('../images/email-icon-white.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.link-block-5.social-icon {
  width: 25px;
  height: 25px;
}

.link-block-6 {
  width: 30px;
}

.link-block-7 {
  width: 30px;
}

.link-block-8 {
  height: 30px;
}

.link-block-9 {
  height: 30px;
}

.link-block-10 {
  height: 30px;
}

.link-block-11 {
  height: 30px;
  background-image: url('../images/White-Instagram-Logo.png');
  background-position: 0px 0px;
  background-size: cover;
}

.link-block-11.social-icon {
  width: 25px;
  height: 25px;
  margin-top: 0px;
}

.container-2 {
  height: 10000px;
  background-image: url('../images/plastic2.jpg');
  background-position: 0px 0px;
  background-size: 2020px 30px;
}

.form-block {
  margin-right: 0px;
  padding-right: 140px;
  padding-left: 140px;
}

.image-8 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.image-9 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slider-2 {
  color: #e5e5e5;
}

.image-10 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-11 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-12 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-13 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-14 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-15 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-16 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-17 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-18 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.italic-text {
  font-style: normal;
}

.text-block-6 {
  width: 30px;
  height: 30px;
}

.section-2 {
  display: block;
  margin-top: 11px;
  margin-right: auto;
  margin-left: auto;
}

.image-19 {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
}

.section-3 {
  margin-top: 0px;
  margin-bottom: -61px;
}

.phone {
  margin-left: 10px;
  padding-left: 0px;
}

.text-block-7 {
  width: 120px;
  height: 20px;
  margin-right: -103px;
  padding-right: 0px;
  padding-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 10px;
}

.phone-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-top: 0px;
  margin-right: 150px;
  padding: 7px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 20px;
  margin-right: 0px;
  padding-right: 0px;
  font-size: 10px;
}

.mailblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 20px;
  margin-right: auto;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-20 {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
}

.text-block-9 {
  font-family: 'Droid Sans', sans-serif;
  color: #369e09;
  font-weight: 700;
}

.text-block-9.email {
  padding-left: 20px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-10 {
  padding-left: 20px;
  font-family: 'Droid Sans', sans-serif;
  color: #369e09;
  font-weight: 700;
}

.phonebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-3 {
  position: static;
  display: block;
  overflow: visible;
  width: 600px;
  margin-right: auto;
  margin-left: 350px;
  float: left;
  clear: none;
}

.contactbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  float: right;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-4 {
  position: fixed;
}

.header {
  position: fixed;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.topbox {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  background-color: #fff;
  background-image: url('../images/F0949.jpg');
  background-position: 0px 0px;
  background-size: 1181px;
}

.unordered-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
}

.text-block-11 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.phonenum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  height: 25px;
  margin-top: 4px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.image-21 {
  margin-top: 4px;
  float: right;
}

.columns-2 {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5));
}

.column-4 {
  background-color: #fff;
}

.column-5 {
  background-color: #fff;
}

.text-block-12 {
  width: 200px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-13 {
  margin-left: 30px;
}

.text-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-22 {
  margin-left: 0px;
}

.columns-3 {
  margin-top: 75px;
  background-color: #ededed;
}

.italic-text-2 {
  font-style: normal;
}

.paragraph-20 {
  margin: 102px 200px 25px;
  text-align: center;
}

.paragraph-21 {
  display: block;
  margin: 104px 200px 25px;
  text-align: center;
}

.image-23 {
  margin-right: 0px;
  margin-left: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-24 {
  position: relative;
  left: -275px;
  top: 6px;
  width: 250px;
  height: 70px;
  margin-right: 250px;
  padding-left: 0px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-25 {
  width: 70px;
  margin-right: 10px;
  margin-left: 1px;
  padding-left: 5px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-26 {
  width: 100px;
  height: 100px;
  margin-top: 67px;
}

.image-27 {
  height: 70px;
  margin-top: 83px;
  margin-left: 55px;
}

.section-5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: -49px;
  float: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.image-28 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-29 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-30 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-31 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-32 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-33 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-34 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

@media (max-width: 991px) {
  .button.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }
  .logo-text.footer {
    display: inline;
    margin-bottom: 20px;
    padding-top: 0px;
  }
  .nav-link {
    padding: 18px 0px;
    color: #fff;
  }
  .nav-link:hover {
    box-shadow: inset 0 3px 0 0 transparent;
  }
  .nav-link.w--current {
    box-shadow: inset 0 1px 0 0 transparent;
  }
  .nav-link.menu {
    padding: 22px 17px;
    color: #000;
    font-size: 30px;
  }
  .nav-link.menu.w--open {
    background-color: #000;
    color: #fff;
  }
  .nav-menu {
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #000;
  }
  .feature-icon {
    padding-left: 65px;
  }
  .main-feature-group {
    margin-top: 0px;
  }
  .main-image {
    margin-top: -47px;
    margin-left: 208px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .nav-link-2 {
    color: #fff;
  }
  .html-embed {
    margin-top: 278px;
    margin-right: 0px;
    margin-left: -344px;
  }
  .paragraph-16 {
    text-align: center;
  }
  .paragraph-17 {
    text-align: center;
  }
  .paragraph-18 {
    margin-top: -8px;
    text-align: center;
  }
  .paragraph-19 {
    margin-top: -96px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
  }
  .logo-text {
    margin-top: 15px;
  }
  .navigation {
    margin-top: -3px;
  }
  .nav-link.menu {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .section {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }
  .section.main {
    margin-top: 51px;
  }
  .nav-menu {
    padding-right: 12px;
    padding-left: 12px;
  }
  .footer-title {
    margin-top: 35px;
  }
  .newsletter-form {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .section-subtitle {
    margin-bottom: 44px;
  }
  .plan-wrapper {
    margin-right: 5%;
    margin-bottom: 34px;
    margin-left: 5%;
  }
  .divider {
    width: 100%;
  }
  .feature {
    margin-bottom: 32px;
    text-align: center;
  }
  .feature-icon {
    margin-bottom: 4px;
    padding-left: 0px;
  }
  .main-feature-group {
    margin-top: 0px;
    margin-bottom: 34px;
  }
  .main-image {
    margin-left: 0px;
  }
  .html-embed {
    margin-top: 90px;
    margin-right: -32px;
    margin-left: -32px;
  }
  .paragraph-17 {
    text-align: center;
  }
  .paragraph-18 {
    text-align: center;
  }
}

@media (max-width: 479px) {
  .navigation {
    margin-left: -17px;
  }
  .feature-icon {
    padding-left: 0px;
  }
  .main-image {
    margin-top: 51px;
    margin-left: -4px;
    padding-left: 0px;
  }
  .client-logo {
    width: 33.33%;
  }
  .press-logo {
    width: 28%;
  }
  .html-embed {
    margin-top: 74px;
    margin-left: -31px;
    padding-right: 75px;
    padding-bottom: 0px;
  }
}

#w-node-e5f90791fd99-40b736fd {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-0fb3ddd5c766-40b736fd {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f791df3ab710-40b736fd {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-81a2d565df3b-40b736fd {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-6fddc411c623-40b736fd {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-18a1cb8260b0-40b736fd {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-236cb2e6e0b1-40b736fd {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-abde113d12c7-40b736fd {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-fddd694190de-694190d9 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-488f9471abba-f5b73703 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0b56b7390fae-f5b73703 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e069cef4066a-f5b73703 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ae336d4249a1-f5b73703 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-61ed6ab9d73b-f5b73703 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-cbda7e5181e8-f5b73703 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

