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;
}

a {
  text-decoration: underline;
}

.button {
  position: relative;
  display: block;
  max-width: 200px;
  padding: 10px 23px;
  float: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px none #000;
  border-radius: 0px;
  background-color: #0ac6f5;
  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;
  background-clip: border-box;
  -o-object-fit: fill;
  object-fit: fill;
}

.button:hover {
  background-color: #03faa3;
}

.button.hollow {
  display: inline-block;
  -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;
  border-style: solid;
  border-width: 0px;
  border-color: #000;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), inset 0 0 0 2px #fff;
  color: #fff;
  text-shadow: none;
  -o-object-fit: contain;
  object-fit: contain;
}

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

.button.hollow.w--current {
  display: inline-block;
}

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

.logo-text {
  position: static;
  overflow: visible;
  margin-top: 24px;
  font-family: 'Droid Sans', sans-serif;
  color: #1c1c1c;
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  text-align: left;
}

.logo-text.footer {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #e6eaed;
  font-size: 36px;
  line-height: 36px;
}

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

.nav-link {
  padding: 48px 17px 60px;
  box-shadow: inset 0 3px 0 0 transparent;
  -webkit-transition: background-color 300ms ease, box-shadow 500ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 500ms ease, color 300ms ease;
}

.nav-link:hover {
  background-color: rgba(10, 198, 245, 0.28);
  box-shadow: inset 0 3px 0 0 hsla(0, 0%, 71%, 0.5);
}

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

.section {
  display: block;
  margin-top: 20px;
  margin-bottom: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #dde7ed;
}

.section.main {
  position: static;
  margin-top: 130px;
  padding-bottom: 120px;
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: scroll;
  color: #000;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.section.footer {
  min-height: 300px;
  margin-top: 20px;
  margin-bottom: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #2b2c2e;
  color: #e4e8eb;
  white-space: normal;
}

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

.section.purple {
  display: block;
  margin-top: auto;
  background-color: #dde7ed;
}

.section.clients {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0px;
  display: none;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  clear: none;
  background-color: #5f6166;
  opacity: 1;
}

.section.press {
  padding-top: 29px;
  padding-bottom: 38px;
  background-color: #3e5c50;
}

.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: #fff;
  font-size: 22px;
  line-height: 22px;
  font-weight: 300;
}

.nav-menu {
  display: block;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.social-icon {
  margin-right: 11px;
  opacity: 0.41;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-size: 16px;
  line-height: 16px;
}

.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: underline;
}

.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;
}

.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 {
  overflow: visible;
  width: 40%;
  height: 40px;
  margin-right: 0px;
  padding: 9px 0px;
  float: left;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #0ac6f5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  line-height: 16px;
  -o-object-fit: fill;
  object-fit: fill;
}

.newsletter-button:hover {
  background-color: #03faa3;
  color: #fff;
}

.newsletter-button:active {
  background-color: #039ffa;
}

.newsletter-form {
  display: block;
  width: 70%;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.brand-link {
  margin-top: -10px;
  margin-bottom: 0px;
  padding-top: 0px;
  text-decoration: none;
}

.success-message {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #5f6166;
}

.main-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  font-family: 'Droid Sans', sans-serif;
  font-weight: 400;
  text-align: left;
}

.plan-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 0px;
  background-color: #fff;
  color: #2b2b2b;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

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

.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: 20px;
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #dbdbdb;
}

.additional-contact {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.feature {
  text-align: left;
}

.feature-row {
  overflow: visible;
  margin-bottom: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 0px;
  text-align: left;
}

.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: 'Roboto Slab', sans-serif;
  font-size: 25px;
  line-height: 31px;
  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;
}

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

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

.client-logo {
  width: 16.6%;
}

.small-text {
  color: hsla(0, 0%, 100%, 0.31);
  font-size: 16px;
  font-weight: 300;
  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: 14%;
  margin-right: 2%;
  margin-left: 2%;
}

.form {
  display: none;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

.column {
  display: block;
  padding-top: 10px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  opacity: 1;
}

.image {
  position: static;
  display: inline-block;
}

.column-2 {
  top: 60px;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.columns {
  position: static;
  display: none;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  text-align: center;
}

.text-block {
  overflow: visible;
  padding-bottom: 20px;
  font-size: 14px;
  text-align: left;
}

.heading {
  padding-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

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

.heading-3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.heading-4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.column-3 {
  padding-right: 10px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.button-columns {
  position: static;
  bottom: 10px;
  display: block;
  margin-top: auto;
  margin-right: 0px;
  padding: 10px 23px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px;
  background-color: #0ac6f5;
  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;
  background-clip: border-box;
}

.button-columns:hover {
  background-color: #03faa3;
}

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

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

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

.container {
  display: block;
}

.columns-2 {
  display: none;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 20px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.heading-5 {
  margin-top: 100px;
}

.body {
  background-image: none;
  background-clip: border-box;
}

.image-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0px;
}

.column-6 {
  padding-right: 10px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 250px;
  margin-left: 110px;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-3 {
  display: block;
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.heading-6 {
  display: block;
  margin-top: -20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.homescreen-column {
  display: block;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-8 {
  padding-left: 0px;
}

.column-9 {
  padding-right: 0px;
}

.column-10 {
  display: block;
}

.heading-7 {
  display: block;
  margin-top: -20px;
  padding-top: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columns-3 {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form-sticky {
  display: block;
  margin-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

.column-11 {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -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;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 16px;
  text-align: left;
}

.column-12 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.section-2 {
  padding-top: 20px;
}

.image-4 {
  padding: 10px;
}

.paragraph {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.column-13 {
  padding-top: 10px;
  padding-bottom: 10px;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-3 {
  margin-top: 73px;
}

.bold-text-2 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.container-4 {
  display: block;
}

.image-5 {
  border-style: none;
  border-color: #000;
  background-clip: border-box;
}

.paragraph-2 {
  color: #e4e8eb;
}

.paragraph-3 {
  margin-bottom: 0px;
}

.paragraph-4 {
  margin-bottom: 0px;
  color: #000;
}

.error-message {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-6 {
  padding-top: 10px;
}

.image-7 {
  padding-top: 10px;
}

.slider-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: block;
  overflow: visible;
  height: 450px;
  margin-top: 125px;
  border-radius: 0px;
}

.slide-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 56, 70, 0.54)), color-stop(67%, rgba(50, 214, 255, 0.77)), to(rgba(10, 198, 245, 0.77))), url('../images/Fermentacion_cover.jpg');
  background-image: linear-gradient(180deg, rgba(0, 56, 70, 0.54), rgba(50, 214, 255, 0.77) 67%, rgba(10, 198, 245, 0.77)), url('../images/Fermentacion_cover.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 56, 70, 0.54)), color-stop(67%, rgba(50, 214, 255, 0.77)), to(rgba(10, 198, 245, 0.77))), url('../images/6-Autoclave-proceso-esterilizacion.jpg');
  background-image: linear-gradient(180deg, rgba(0, 56, 70, 0.54), rgba(50, 214, 255, 0.77) 67%, rgba(10, 198, 245, 0.77)), url('../images/6-Autoclave-proceso-esterilizacion.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 56, 70, 0.54)), color-stop(67%, rgba(50, 214, 255, 0.77)), to(rgba(10, 198, 245, 0.77))), url('../images/img-depositos.jpg');
  background-image: linear-gradient(180deg, rgba(0, 56, 70, 0.54), rgba(50, 214, 255, 0.77) 67%, rgba(10, 198, 245, 0.77)), url('../images/img-depositos.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.mask {
  padding-bottom: 0px;
}

.container-5 {
  display: block;
  padding-right: 40px;
  padding-left: 40px;
}

.body-2 {
  line-height: 16px;
}

.div-block-3 {
  background-color: #5f6166;
}

.background-video {
  width: 500px;
  height: 500px;
}

.background-video-2 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  overflow: visible;
  margin-top: -10px;
  background-color: hsla(0, 0%, 48%, 0.67);
  opacity: 1;
  -webkit-filter: saturate(120%);
  filter: saturate(120%);
  -o-object-fit: fill;
  object-fit: fill;
}

.video-section {
  position: absolute;
  left: 0%;
  top: 15%;
  right: 0%;
  bottom: auto;
}

.column-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.columns-gallery {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 40px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.column-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container-principal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.column-20 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.column-21 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-2 {
  text-align: left;
}

.list {
  list-style-type: square;
}

.listitem {
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-8 {
  display: block;
}

.text-span {
  display: block;
  color: #818283;
}

.link {
  color: #818283;
}

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

.paragraph-title {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.image-9 {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 16px;
}

.italic-text {
  display: block;
}

.heading-9 {
  display: block;
  text-align: center;
}

.section-gallery {
  display: block;
  margin-top: 130px;
  margin-bottom: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #dde7ed;
}

.section-gallery.main {
  position: static;
  margin-top: 130px;
  padding-bottom: 120px;
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: scroll;
  color: #000;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.section-gallery.footer {
  min-height: 300px;
  margin-top: 20px;
  margin-bottom: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #2b2c2e;
  color: #e4e8eb;
  white-space: normal;
}

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

.section-gallery.purple {
  display: block;
  margin-top: auto;
  background-color: #dde7ed;
}

.section-gallery.clients {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0px;
  display: none;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  clear: none;
  background-color: #5f6166;
  opacity: 1;
}

.section-gallery.press {
  padding-top: 29px;
  padding-bottom: 38px;
  background-color: #3e5c50;
}

.paragraph-5 {
  padding-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.container-gallery {
  display: inline;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

@media screen and (max-width: 991px) {
  .button.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }

  .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: #0ac6f5;
    color: #fff;
  }

  .main-subtitle {
    font-size: 14px;
  }

  .nav-menu {
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #0ac6f5;
  }

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

  .main-image {
    margin-top: 49px;
  }

  .column {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .button-columns.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }

  .heading-6 {
    padding-top: 5px;
  }

  .heading-7 {
    padding-top: 5px;
  }

  .column-14 {
    padding-right: 50px;
  }

  .column-15 {
    padding-left: 60px;
  }

  .body-2 {
    line-height: 16px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
  }

  .logo-text {
    margin-top: 15px;
  }

  .nav-link.menu {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .nav-link.menu.w--open {
    background-color: #0ac6f5;
  }

  .section {
    margin-top: 95px;
    padding-top: 90px;
    padding-bottom: 40px;
    text-align: center;
  }

  .section.main {
    margin-top: 51px;
  }

  .main-subtitle {
    padding-right: 58px;
    padding-left: 60px;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }

  .nav-menu {
    padding-right: 12px;
    padding-left: 12px;
    background-color: #0ac6f5;
  }

  .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-row {
    border-style: none;
    border-width: 0px;
  }

  .feature-icon {
    margin-bottom: 4px;
  }

  .main-feature-group {
    margin-top: 0px;
    margin-bottom: 34px;
  }

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-2 {
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .homescreen-column {
    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-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .column-14 {
    display: none;
  }

  .container-5 {
    margin-top: 30px;
  }

  .column-15 {
    padding-top: 40px;
    padding-left: 10px;
  }

  .body-2 {
    line-height: 16px;
  }

  .video-section {
    margin-top: -7px;
  }

  .columns-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-gallery {
    margin-top: 95px;
    padding-top: 90px;
    padding-bottom: 40px;
    text-align: center;
  }

  .section-gallery.main {
    margin-top: 51px;
  }
}

@media screen and (max-width: 479px) {
  .logo-text.footer {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
  }

  .nav-link.menu.w--open {
    background-color: #0ac6f5;
  }

  .section {
    margin-top: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section.main {
    margin-top: 120px;
    padding-bottom: 20px;
  }

  .section.footer {
    margin-top: 20px;
  }

  .section.purple {
    margin-top: 0px;
    margin-bottom: auto;
  }

  .main-subtitle {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
  }

  .nav-menu {
    background-color: #0ac6f5;
  }

  .newsletter-field {
    width: 60%;
    padding-left: 8px;
    font-size: 12px;
    line-height: 12px;
  }

  .newsletter-button {
    width: 40%;
    font-size: 12px;
    line-height: 12px;
  }

  .newsletter-form {
    display: block;
    width: 80%;
    margin-right: 10px;
  }

  .feature-row {
    border-style: none;
    border-width: 0px;
  }

  .client-logo {
    width: 33.33%;
  }

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

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading {
    margin-top: 20px;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    color: #333;
    font-size: 30px;
    text-shadow: none;
  }

  .div-block-2 {
    margin-left: 0px;
    padding-left: 0px;
  }

  .heading-6 {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }

  .column-8 {
    padding-right: 0px;
  }

  .column-9 {
    padding-left: 0px;
  }

  .heading-7 {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }

  .columns-3 {
    padding-left: 20px;
  }

  .column-11 {
    margin-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 12px;
  }

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

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

  .bold-text-2 {
    padding-right: 0px;
    padding-left: 10px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    line-height: 12px;
  }

  .image-5 {
    display: inline-block;
    overflow: visible;
  }

  .column-14 {
    position: relative;
    display: none;
    overflow: hidden;
    clear: none;
  }

  .column-15 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .icon {
    font-size: 12px;
    line-height: 12px;
  }

  .icon-2 {
    font-size: 12px;
    line-height: 12px;
  }

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

  .right-arrow {
    margin-right: -20px;
  }

  .heading-8 {
    margin-top: 10px;
  }

  .columns-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .listitem {
    text-align: left;
  }

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

  .section-gallery {
    margin-top: 120px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-gallery.main {
    margin-top: 160px;
    padding-bottom: 20px;
  }

  .section-gallery.footer {
    margin-top: 20px;
  }

  .section-gallery.purple {
    margin-top: 0px;
    margin-bottom: auto;
  }

  .paragraph-5 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

