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

.logo {
  height: 40px;
  margin-top: 3px;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 92px;
  padding-top: 40px;
  padding-bottom: 45px;
  border-bottom: 1px none transparent;
  background-color: transparent;
  background-image: none;
  line-height: 20px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.dropdown-icon {
  margin-right: 10px;
  opacity: 0.4;
}

.logo-block {
  z-index: 10;
  margin-right: 30px;
}

.nav-menu {
  z-index: 1;
  margin-top: 5px;
  border-radius: 4px;
}

.dropdown-list.w--open {
  overflow: hidden;
  margin-top: 10px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.nav-link {
  margin-right: 3px;
  padding: 11px 15px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, border 200ms ease;
  font-size: 13px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  border-color: rgba(0, 0, 0, 0.2);
  background-color: transparent;
}

.nav-link.dropdown-toggle {
  padding-right: 30px;
}

.nav-link.dropdown-toggle.w--open {
  background-color: rgba(0, 0, 0, 0.1);
}

.nav-link.dropdown-toggle.light {
  display: none;
  padding-right: 30px;
  border-style: none;
}

.nav-link.light {
  margin-right: 2px;
  padding-top: 12px;
  padding-right: 12px;
  padding-left: 12px;
  border-style: none;
  color: #fff;
}

.nav-link.light:hover {
  border-color: hsla(0, 0%, 100%, 0.2);
}

.nav-link.light.w--current {
  border-color: hsla(0, 0%, 100%, 0.2);
}

.nav-link.light.clicked {
  border-style: none;
  color: #64a830;
}

.dropdown-link {
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-size: 13px;
}

.dropdown-link:hover {
  background-color: #1f6fff;
  color: #fff;
}

.dropdown-link.w--current {
  color: #1f6fff;
}

.dropdown-link.w--current:hover {
  color: #fff;
}

.subpage-header {
  padding-top: 190px;
  padding-bottom: 90px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 111, 255, 0.9)), to(rgba(31, 111, 255, 0.9))), url('../images/Photo-5.jpg');
  background-image: linear-gradient(180deg, rgba(31, 111, 255, 0.9), rgba(31, 111, 255, 0.9)), url('../images/Photo-5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-align: center;
}

.subpage-header.about-5 {
  display: block;
  padding-top: 250px;
  padding-bottom: 170px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.36)), to(rgba(0, 0, 0, 0.36))), url('../images/background_imp.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36)), url('../images/background_imp.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.subpage-header.about-5.uber {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.31)), to(rgba(0, 0, 0, 0.31))), url('../images/background_about.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31)), url('../images/background_about.png');
  background-position: 0px 0px, 50% 50%;
}

.subpage-header.about-5.home {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.29)), to(rgba(0, 0, 0, 0.29))), url('../images/background_dummy.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.29), rgba(0, 0, 0, 0.29)), url('../images/background_dummy.png');
  background-position: 0px 0px, 50% 50%;
}

.container {
  position: relative;
}

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

.subpage-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #64a830;
  font-size: 50px;
  line-height: 40px;
  font-weight: 400;
}

.page-subtitle {
  display: block;
  width: 65%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
}

.button {
  margin-top: 20px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 3px;
  background-color: #1f6fff;
  -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.button.cta-button {
  width: 20%;
  margin-top: 19px;
  float: right;
  background-color: #64a830;
  line-height: 31px;
  text-align: center;
}

.button.cta-button:hover {
  background-color: #73d65a;
}

.button.icon-button {
  padding-top: 10px;
  padding-left: 51px;
  background-image: url('../images/Icon-download.png');
  background-position: 21px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.button.icon-button.download {
  background-image: url('../images/Icon-download.png');
}

.button.icon-button.download.green {
  margin-top: 30px;
}

.button._2 {
  margin-left: 10px;
  background-color: rgba(0, 0, 0, 0.6);
}

.button._2:hover {
  background-color: #fff;
  color: #1f6fff;
}

.feature-title {
  margin-bottom: 23px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #1e2022;
  font-size: 19px;
  font-weight: 600;
}

.section-title-wrapper {
  display: inline-block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  text-align: center;
}

.section-title-wrapper.full {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
}

.section-title-wrapper.full.info {
  margin-bottom: 30px;
}

.section-title-wrapper.home {
  display: inline-block;
  width: 59%;
}

.section {
  position: relative;
  margin-bottom: 0px;
  padding-top: 43px;
  padding-bottom: 127px;
  background-color: #fff;
  text-align: left;
}

.section.cta-section {
  position: relative;
  top: auto;
  overflow: visible;
  margin-bottom: -48px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #153972;
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.section.app-info-section {
  margin-bottom: 0px;
  padding-top: 70px;
  padding-bottom: 30px;
  background-color: rgba(100, 168, 48, 0.13);
}

.section.app-info-section.home {
  top: 0px;
  padding-top: 24px;
  padding-bottom: 10px;
}

.section.app-info-section.home.tinte {
  top: 67px;
}

.section.home-under {
  padding-bottom: 0px;
}

.section.imp {
  padding-bottom: 0px;
}

.section.info {
  padding-bottom: 10px;
}

.section-title {
  margin-top: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 39px;
  font-weight: 300;
  text-align: left;
}

.section-title.large {
  line-height: 47px;
}

.section-title.head {
  display: inline-block;
  margin-bottom: auto;
}

.feature-block {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.feature-block.wide {
  width: 90%;
  font-family: Ubuntu, Helvetica, sans-serif;
  text-align: justify;
}

.section-description {
  display: block;
  margin-top: 30px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 19px;
  font-weight: 300;
  letter-spacing: normal;
  text-indent: 0px;
  -webkit-column-count: auto;
  column-count: auto;
}

.features-row {
  margin-top: auto;
}

.feature-icon {
  width: 40px;
  padding: 0px;
}

.feature-icon.overall {
  margin-bottom: 20px;
}

.dark-cta-title {
  display: block;
  width: 100%;
  margin: 0px auto;
  float: left;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.info-block-right {
  width: 50%;
  float: right;
}

.info-block-right.download-info {
  margin-top: 0px;
  margin-bottom: 40px;
  float: left;
}

.info-block-right.app-info {
  margin-top: 30px;
  margin-bottom: 30px;
}

.section-description-2 {
  margin-top: 30px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 19px;
  font-weight: 300;
}

.section-description-2.faded {
  margin-top: -10px;
  opacity: 0.6;
  font-weight: 400;
}

.section-description-2.home {
  margin-top: auto;
  font-size: 21px;
  line-height: 24px;
  font-weight: 400;
}

.small-section-title {
  margin-bottom: 8px;
  opacity: 0.6;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.download-image-left {
  position: absolute;
  left: auto;
  top: 0px;
  right: -158px;
  display: inline-block;
  width: 600px;
}

.simple-bottom-footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 32px;
  background-color: #424549;
  color: #979da5;
}

.simple-footer {
  padding-top: 0px;
  background-color: #2a2d30;
}

.bottom-footer-paragraph {
  margin-bottom: 0px;
  float: left;
  font-size: 12px;
}

.bottom-footer-paragraph.right {
  float: right;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.footer-social-col-right {
  text-align: right;
}

.footer-logo {
  color: #fff;
  font-size: 19px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-logo.subtitle {
  opacity: 0.5;
  font-size: 11px;
  font-weight: 400;
  text-transform: none;
}

.footer-small-social-icon {
  height: 15px;
}

.bottom-footer-link {
  color: #91959c;
}

.bottom-footer-link:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.footer-social-icon {
  width: 35px;
  height: 35px;
  margin-top: -2px;
  margin-right: 5px;
  padding-top: 5px;
  border-radius: 100%;
  background-color: #4a4f53;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.footer-social-icon:hover {
  background-color: #1f6fff;
}

.footer-inline-link {
  display: inline-block;
  margin-top: 5px;
  margin-right: 15px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-inline-link:hover {
  color: hsla(0, 0%, 100%, 0.4);
}

.device-mockup-left {
  position: absolute;
  left: -32px;
  top: -102px;
  height: 470px;
}

.device-mockup-left.tinte {
  top: -95px;
  height: 440px;
}

.newsletter-form {
  position: relative;
  height: 175px;
  margin-top: -235px;
  margin-bottom: 110px;
  padding: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #1f6fff;
  color: #fff;
}

.error-bg {
  padding-top: 12px;
  padding-bottom: 1px;
  border-radius: 3px;
  color: #e42121;
  font-size: 12px;
  text-align: center;
}

.newsletter-column-left {
  padding-right: 20px;
}

.image-section-overlay-block {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.success-message {
  padding-top: 30px;
  border-radius: 5px;
  background-color: #5ec045;
  color: #fff;
}

.success-message.transparant {
  padding-top: 42px;
  background-color: transparent;
}

.newsletter-column-right {
  padding-top: 20px;
}

.newsletter-submit {
  width: 20%;
  height: 60px;
  padding-right: 9px;
  padding-left: 9px;
  float: right;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #5ec045;
  text-transform: uppercase;
}

.newsletter-submit:hover {
  background-color: #11b954;
}

.image-section-overlay {
  position: relative;
  top: 48px;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 145px;
  padding-bottom: 105px;
  background-color: rgba(100, 168, 48, 0.13);
  color: #fff;
}

.image-section-overlay.homeffot {
  top: auto;
  padding-top: 43px;
  padding-bottom: 43px;
  background-color: #fff;
  color: transparent;
}

.image-section {
  background-image: url('../images/Photo-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-section.mobile {
  margin-top: 63px;
  padding-top: 0px;
  background-image: none;
}

.image-section-overlay-title {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #333;
  font-size: 36px;
  line-height: 41px;
  font-weight: 400;
}

.image-section-overlay-title.subtitle {
  display: block;
  width: 70%;
  margin: 30px auto 10px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

.newsletter-field {
  width: 80%;
  height: 60px;
  padding-left: 34px;
  float: left;
  border: 0px solid #000;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.link {
  display: block;
  margin-top: 29px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #64a830;
  font-size: 23px;
  text-align: center;
  text-decoration: none;
}

.image {
  position: relative;
  right: auto;
  float: none;
  clear: none;
  text-align: center;
}

.paragraph {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-align: left;
}

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

.paragraph-3 {
  text-align: left;
}

.paragraph-4 {
  text-align: left;
}

.paragraph-5 {
  text-align: left;
}

.paragraph-6 {
  font-family: Ubuntu, Helvetica, sans-serif;
  text-align: left;
}

.section-2 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.section-2.feature-section {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-2.feature-section.odd {
  padding-top: 0px;
  border: 1px none #000;
  background-color: transparent;
}

.section-title-2 {
  margin-top: 0px;
  font-size: 46px;
  line-height: 39px;
  font-weight: 300;
}

._2-column-pricing.tint {
  padding-top: 40px;
  padding-bottom: 0px;
}

.empty-state {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.08);
  text-align: center;
}

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

.main-content {
  padding-top: 0px;
  padding-bottom: 100px;
}

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

.feature-intro-title {
  margin-bottom: 5px;
  color: #bebebe;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.container-2 {
  position: relative;
  top: 38px;
}

.main-feature-title {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 37px;
}

.browser-mockup-left {
  position: absolute;
  left: -370px;
  top: -25px;
  width: 790px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  box-shadow: 4px 4px 33px 0 rgba(0, 0, 0, 0.1);
}

.browser-mockup-left.small {
  left: -150px;
  top: -15px;
  width: 560px;
  border-style: none;
  box-shadow: none;
}

.browser-mockup-left.small.second {
  left: auto;
  right: -117px;
}

.feature-text-block {
  width: 440px;
  float: left;
}

.feature-text-block.right {
  float: right;
}

.feature-text-block.right.second {
  float: left;
}

.text-block {
  font-family: Ubuntu, Helvetica, sans-serif;
  text-align: left;
}

.heading {
  font-size: 31px;
  text-align: left;
}

.bold-text {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.bold-text-2 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.bold-text-3 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.bold-text-4 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
}

.paragraph-7 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.paragraph-8 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.bold-text-5 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
}

.bold-text-6 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .transparant-menu-button {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    padding-top: 14px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 4px;
    background-color: #64a830;
    color: #fff;
    text-align: center;
  }

  .transparant-menu-button:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .transparant-menu-button.w--open {
    background-color: #64a830;
  }

  .navbar {
    height: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .dropdown-icon {
    margin-right: 30px;
  }

  .dropdown {
    width: 100%;
    max-width: 1500px;
  }

  .nav-menu {
    margin-top: 0px;
    border-radius: 0px;
    background-color: #292c31;
  }

  .nav-menu.w--open {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: auto;
  }

  .dropdown-list.w--open {
    margin-top: 0px;
    border-radius: 0px;
    box-shadow: 0 0 0 0 transparent;
  }

  .nav-link {
    width: 100%;
    max-width: 1200px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 35px;
    border-radius: 0px;
    color: #fff;
  }

  .nav-link:hover {
    background-color: #000;
    color: #fff;
  }

  .nav-link.dropdown-toggle {
    color: #fff;
  }

  .nav-link.light {
    width: 100%;
    max-width: 1500px;
    margin-right: 0px;
    padding-right: 35px;
    padding-left: 35px;
    border-color: transparent;
    border-radius: 0px;
  }

  .nav-link.light:hover {
    background-color: #000;
  }

  .nav-link.light.w--current {
    border-color: transparent;
  }

  .dropdown-link {
    padding-left: 35px;
  }

  .subpage-header {
    padding: 140px 45px 60px;
  }

  .subpage-header.about-5 {
    padding-top: 180px;
    padding-bottom: 80px;
  }

  .container {
    display: block;
  }

  .page-subtitle {
    width: 80%;
  }

  .button.cta-button {
    width: 30%;
    margin-top: 15px;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 0px;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 40px;
  }

  .section-title-wrapper.full.info {
    margin-bottom: 20px;
  }

  .section-title-wrapper.home {
    margin-bottom: auto;
  }

  .section {
    margin-bottom: -6px;
    padding: 45px 45px 30px;
  }

  .section.app-info-section.home {
    top: 0px;
  }

  .section.app-info-section.home.tinte {
    top: 29px;
  }

  .section.home-under {
    top: 0px;
    margin-bottom: auto;
    padding-bottom: 0px;
  }

  .section-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .section-title.large {
    line-height: 37px;
  }

  .section-title.home {
    display: block;
    margin-bottom: auto;
    font-size: 21px;
  }

  .feature-block {
    width: 90%;
  }

  .feature-block.wide {
    text-align: left;
  }

  .section-description {
    margin-top: 20px;
    font-size: 19px;
  }

  .features-row {
    margin-top: 30px;
  }

  .dark-cta-title {
    display: inline-block;
    width: 100%;
  }

  .info-block-right.app-info {
    margin-top: auto;
  }

  .section-description-2 {
    margin-top: 20px;
    font-size: 19px;
  }

  .section-description-2.faded {
    margin-top: 7px;
  }

  .section-description-2.home {
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 20px;
    text-align: left;
  }

  .download-image-left {
    top: 54px;
    right: -38px;
    width: 360px;
  }

  .download-image-left.toner {
    top: 137px;
    width: 377px;
  }

  .footer-inline-link {
    margin-right: 9px;
    font-size: 12px;
  }

  .device-mockup-left {
    left: -32px;
    top: 6px;
    width: 368px;
    height: auto;
  }

  .device-mockup-left.tinte {
    top: auto;
    width: auto;
    height: 400px;
  }

  .newsletter-form {
    height: 145px;
    margin-top: -205px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image-section-overlay-block {
    width: 90%;
  }

  .newsletter-column-right {
    padding-top: 10px;
  }

  .newsletter-submit {
    width: 25%;
  }

  .image-section-overlay {
    top: auto;
    padding: 90px 45px;
  }

  .image-section-overlay.homeffot {
    top: 20px;
    bottom: 0px;
  }

  .image-section.mobile {
    position: relative;
    top: auto;
    margin-top: 29px;
    padding-top: 0px;
  }

  .newsletter-field {
    width: 75%;
  }

  .section-2 {
    padding: 45px;
  }

  .section-2.feature-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-2.feature-section.odd {
    padding-bottom: 20px;
  }

  .section-title-2 {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .container-2 {
    top: auto;
  }

  .browser-mockup-left {
    left: -360px;
    top: 4px;
    width: 580px;
  }

  .browser-mockup-left.small {
    left: -48px;
    top: 35px;
    width: 316px;
  }

  .browser-mockup-left.small.second {
    top: 102px;
    right: -38px;
  }

  .feature-text-block {
    width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    height: 30px;
    margin-top: 10px;
  }

  .transparant-menu-button {
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }

  .navbar {
    height: 74px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .nav-menu.w--open {
    top: 73px;
  }

  .nav-link {
    padding-left: 25px;
  }

  .nav-link.light {
    padding-right: 25px;
    padding-left: 25px;
  }

  .dropdown-link {
    padding-left: 25px;
  }

  .subpage-header {
    padding: 110px 25px 40px;
  }

  .subpage-header.about-5 {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .subpage-title {
    font-size: 30px;
  }

  .page-subtitle {
    width: 100%;
    margin-top: 10px;
  }

  .button.cta-button {
    width: 50%;
    float: none;
  }

  .button.icon-button.download.green {
    margin-top: 20px;
  }

  .feature-title {
    margin-bottom: 10px;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 0px;
  }

  .section-title-wrapper.full {
    margin-bottom: 30px;
  }

  .section-title-wrapper.full.info {
    margin-bottom: 10px;
    padding-top: 17px;
    text-align: center;
  }

  .section-title-wrapper.home {
    width: 100%;
  }

  .section {
    margin-bottom: -35px;
    padding: 25px;
  }

  .section.cta-section {
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
  }

  .section.app-info-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section.app-info-section.home {
    top: 35px;
  }

  .section.info {
    margin-bottom: auto;
    padding-bottom: 0px;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .section-title.large {
    line-height: 37px;
    text-align: center;
  }

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

  .feature-block {
    width: 100%;
  }

  .feature-block.wide {
    width: 100%;
  }

  .features-row {
    margin-top: 0px;
  }

  .feature-icon.overall {
    margin-bottom: 10px;
  }

  .dark-cta-title {
    width: 100%;
    float: none;
  }

  .info-block-right {
    width: 100%;
  }

  .info-block-right.download-info {
    width: 100%;
    margin-top: 54px;
    margin-bottom: 0px;
  }

  .info-block-right.app-info {
    text-align: center;
  }

  .download-image-left {
    position: relative;
    left: 0px;
    right: 0px;
    width: 100%;
    margin-top: -80px;
  }

  .download-image-left.toner {
    left: 57px;
    top: 70px;
    right: auto;
  }

  .simple-bottom-footer {
    margin-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    text-align: left;
  }

  .simple-footer {
    padding-top: 0px;
  }

  .footer-menu-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .bottom-footer-paragraph {
    margin-bottom: 7px;
    float: none;
  }

  .bottom-footer-paragraph.right {
    float: none;
  }

  .footer-social-col-right {
    padding-top: 10px;
    padding-left: 0px;
    text-align: left;
  }

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

  .footer-row {
    padding-right: 25px;
    padding-left: 25px;
  }

  .device-mockup-left {
    position: static;
    left: -170px;
    display: block;
    width: auto;
    height: 350px;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .newsletter-form {
    height: auto;
    margin-top: -145px;
    margin-bottom: 60px;
    padding: 30px 20px 20px;
    text-align: center;
  }

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

  .image-section-overlay-block {
    width: 90%;
  }

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

  .image-section-overlay {
    padding: 60px 25px;
  }

  .image-section-overlay.homeffot {
    top: 0px;
    bottom: 0px;
  }

  .image-section-overlay-title {
    font-size: 30px;
    line-height: 36px;
  }

  .image-section-overlay-title.subtitle {
    width: 100%;
    margin-top: 20px;
  }

  .newsletter-field {
    margin-bottom: 0px;
  }

  .section-2 {
    padding: 25px;
  }

  .section-2.feature-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section-2.feature-section.odd {
    padding-bottom: 0px;
  }

  .section-title-2 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .team-member-item {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  ._2-column-pricing.tint {
    padding-top: 20px;
  }

  .main-content {
    padding: 40px 20px;
  }

  .container-2 {
    top: auto;
  }

  .browser-mockup-left {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    margin-bottom: 30px;
  }

  .browser-mockup-left.small {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .feature-text-block {
    width: 100%;
  }

  .bold-text {
    font-size: 29px;
  }

  .bold-text-2 {
    font-size: 29px;
  }

  .bold-text-3 {
    font-size: 29px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    margin-top: 5px;
  }

  .transparant-menu-button {
    margin-right: 0px;
  }

  .navbar {
    height: 60px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .nav-menu.w--open {
    top: 60px;
  }

  .subpage-header {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .subpage-header.about-5 {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .container {
    margin-bottom: 0px;
  }

  .subpage-title {
    font-size: 20px;
    line-height: 20px;
  }

  .page-subtitle {
    margin-top: 10px;
    font-size: 15px;
    line-height: 23px;
  }

  .button {
    margin-top: 10px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .button.cta-button {
    width: 80%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .button.icon-button.download.green {
    margin-top: 15px;
  }

  .button._2 {
    margin-left: 4px;
  }

  .feature-title {
    margin-bottom: 13px;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: auto;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .section-title-wrapper.full.info {
    margin-bottom: 10px;
    padding-right: 0px;
    text-align: center;
  }

  .section-title-wrapper.home {
    display: inline-block;
    width: 100%;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 11px;
  }

  .section {
    margin-bottom: 10px;
    padding: 25px 25px 0px;
  }

  .section.cta-section {
    top: auto;
    bottom: -26px;
  }

  .section.app-info-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.app-info-section.home {
    top: 0px;
  }

  .section.home-under {
    margin-bottom: 0px;
    padding-bottom: 60px;
  }

  .section-title {
    font-size: 25px;
    line-height: 26px;
  }

  .section-title.large {
    line-height: 30px;
  }

  .section-title.head {
    font-size: 14px;
  }

  .section-title.home {
    font-size: 14px;
  }

  .feature-block.wide {
    font-size: 13px;
  }

  .section-description {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }

  .feature-icon {
    width: 30px;
  }

  .dark-cta-title {
    font-size: 21px;
    line-height: 25px;
    text-align: left;
  }

  .info-block-right.download-info {
    margin-top: 48px;
    margin-bottom: -57px;
    padding-bottom: 0px;
  }

  .info-block-right.app-info {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
  }

  .section-description-2 {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }

  .section-description-2.faded {
    font-size: 15px;
  }

  .small-section-title {
    font-size: 11px;
    line-height: 21px;
  }

  .download-image-left {
    top: 22px;
    margin-top: -40px;
    margin-bottom: -20px;
  }

  .download-image-left.toner {
    left: -3px;
    top: 44px;
  }

  .simple-bottom-footer {
    margin-top: 63px;
    padding: 20px 20px 13px;
  }

  .simple-footer {
    padding-top: 0px;
  }

  .footer-logo-column-left {
    padding-bottom: 10px;
  }

  .footer-row {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-inline-link {
    margin-top: -1px;
    margin-right: 7px;
  }

  .device-mockup-left {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    width: 90%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .device-mockup-left.tinte {
    position: static;
    top: 0px;
    display: block;
    max-width: 100%;
  }

  .newsletter-form {
    margin-bottom: 40px;
  }

  .image-section-overlay-block {
    width: 100%;
  }

  .newsletter-submit {
    width: 100%;
    height: 40px;
    margin-top: 5px;
    border-radius: 5px;
    font-size: 13px;
  }

  .image-section-overlay {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .image-section-overlay.homeffot {
    top: 0px;
    bottom: 0px;
    padding-bottom: 43px;
  }

  .image-section.mobile {
    top: 0px;
    bottom: 0px;
    padding-top: 0px;
  }

  .image-section-overlay-title {
    font-size: 24px;
    line-height: 29px;
    font-weight: 300;
  }

  .image-section-overlay-title.subtitle {
    width: 100%;
    margin-top: 16px;
    font-size: 14px;
    line-height: 23px;
  }

  .newsletter-field {
    width: 100%;
    height: 50px;
    padding-left: 0px;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
  }

  .section-2 {
    padding: 25px;
  }

  .section-title-2 {
    font-size: 25px;
    line-height: 26px;
  }

  ._2-column-pricing.tint {
    padding-top: 0px;
  }

  .main-feature-title {
    margin-bottom: 20px;
    font-size: 29px;
    line-height: 32px;
  }

  .heading {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
  }

  .bold-text {
    font-size: 27px;
  }

  .bold-text-2 {
    font-size: 27px;
  }

  .bold-text-3 {
    display: block;
    font-size: 27px;
    line-height: 32px;
  }
}

