:root {
  --white: white;
  --black: black;
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.dropdown-link {
  font-size: 13px;
  transition: background-color .2s, color .2s;
}

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

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

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

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

.logo.responsive-menu {
  margin-top: 0;
}

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

.navbar {
  background-color: #bbbbbb80;
  border: 1px #000;
  border-bottom-width: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.white {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 33px #0003;
}

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

.logo-block.no-menu {
  z-index: 0;
}

.nav-link {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 5px;
  margin-right: 3px;
  padding: 11px 15px;
  font-size: 13px;
  line-height: 12px;
  transition: background-color .2s, border .2s;
}

.nav-link:hover {
  background-color: #0000;
  border-color: #0003;
}

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

.nav-link.dropdown-toggle.w--open {
  background-color: #0000001a;
}

.nav-link.color {
  background-color: #cfcfcf1a;
  margin-bottom: 15px;
  margin-right: 0;
  display: block;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 3px;
  margin-top: 10px;
  overflow: hidden;
  box-shadow: 0 0 30px #0000001a;
}

.small-dropdown-icon {
  opacity: .5;
  margin-right: 11px;
  font-size: 12px;
}

.container {
  flex-direction: row;
  align-items: center;
  display: flex;
}

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

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

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

.footer-social-icon:hover {
  background-color: #0072b1;
}

.footer-social-icon.facebook:hover {
  background-color: #3b5998;
}

.footer-social-icon.twitter:hover {
  background-color: #00acee;
}

.footer-social-icon.instagram:hover {
  background-color: #3f729b;
}

.simple-bottom-footer {
  color: #979da5;
  background-color: #424549;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

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

.bottom-footer-link:hover {
  color: #ffffffb3;
}

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

.container-2 {
  position: relative;
}

.container-2.hero-container, .container-2.centered {
  text-align: center;
}

.footer-inline-link {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 5px;
  margin-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.footer-inline-link:hover {
  color: #fff6;
}

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

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

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

.button:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px #0000004d;
}

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

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

.button.icon-button.download.green {
  background-color: #0053a0;
  background-image: url('../images/home-icon.png');
  margin-top: 30px;
}

.button.icon-button.download.green.red {
  background-color: #ed1c24;
}

.hero-mockup-image {
  height: 600px;
  position: absolute;
  top: -81px;
  right: 30px;
}

.hero-mockup-description-block {
  text-align: left;
  width: 430px;
}

.white-hero-title {
  color: #ed1c24;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 46px;
}

.hero-description {
  color: #505050;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.iphone-hero {
  background-color: #353942;
  background-image: linear-gradient(135deg, #fffc, #fffc 0%, #82868d), url('../images/header-bg.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding-top: 200px;
  padding-bottom: 130px;
  overflow: hidden;
}

.nav-menu-content-block {
  text-align: center;
  border: 2px solid #ebeef3;
  border-radius: 4px;
  margin-top: 40px;
  padding: 20px;
}

.nav-title {
  color: #0053a0;
  text-align: left;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.nav-paragraph {
  text-align: left;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 18px;
}

.menu-button {
  color: #fff;
  border: 1px solid #a7a7a7;
  border-radius: 4px;
  transition: background-color .2s;
  position: sticky;
}

.menu-button:hover {
  background-color: #ffffff24;
  border-color: #969393;
}

.menu-button.w--open {
  background-color: #1fdb6a;
  border-color: #1fdb6a;
}

.right-nav-menu {
  z-index: 5;
  text-align: left;
  background-color: #fff;
  width: 300px;
  margin-left: 60px;
  padding: 45px 31px;
  position: fixed;
  box-shadow: 0 0 60px #0000004d;
}

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

.section.tint {
  background-color: #f5f5f5;
}

.section.tint.no-top-padding {
  padding-top: 0;
}

.section.tint.no-top-padding.overlap-margin {
  z-index: 999;
}

.section.tint.no-top-padding.overlap-margin.hide {
  display: none;
}

.section.app-info-section {
  background-color: #ebebeb;
  padding-top: 70px;
  padding-bottom: 60px;
}

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

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

.section-title-wrapper.full {
  text-align: left;
  flex-direction: row;
  width: 100%;
}

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

.section-title-wrapper.left {
  margin-left: 0;
  margin-right: 0;
  padding-right: 108px;
}

.section-title {
  color: #0053a0;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.section-title.left {
  text-align: left;
}

.section-description {
  color: #333;
  letter-spacing: .5px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}

.section-description.text-center.white {
  color: #fff;
}

.section-description.left {
  text-align: left;
  line-height: 24px;
}

.section-description.left.bold {
  color: #666565;
  padding-top: 20px;
  font-weight: 800;
}

.section-description.left.bold.nav {
  font-size: 12px;
  line-height: 18px;
}

.section-description.left.small {
  margin-top: 15px;
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
}

.section-description.img-title {
  letter-spacing: 0;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}

.info-row {
  margin-top: 20px;
}

.info-block-left {
  flex-direction: row;
  align-items: center;
  padding-right: 20px;
}

.info-title {
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: 700;
}

.info-block {
  float: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 5px;
  display: flex;
}

.info-icon {
  float: left;
  height: 17px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 8px;
}

.device-mockup-left {
  z-index: 5;
  height: 480px;
  position: absolute;
  top: -66px;
  left: 0;
}

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

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

.video-lightbox-block {
  background-image: url('../images/Photo-8.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  height: 400px;
  overflow: hidden;
}

.video-lightbox-block.large {
  background-image: url('../images/video-img.jpg');
  border-radius: 10px;
  height: 300px;
}

.text-column {
  padding-right: 20px;
}

.small-paragraph {
  color: #838383;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.small-paragraph.white-text {
  color: #fff;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.video-lightbox-button {
  text-align: center;
  background-color: #0053a0;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-left: 2px;
  transition: transform .2s;
  display: block;
  position: absolute;
  top: 53%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.video-lightbox-button:hover {
  transform: translate(0, -50%)scale(1.2);
  box-shadow: 0 0 13px #00000080;
}

.text-column-title {
  text-transform: uppercase;
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  display: inline-block;
}

.text-column-title.number {
  color: #1f6fff;
  margin-right: 10px;
}

.text-row {
  background-color: #1809098f;
  border-radius: 10px;
  margin-bottom: 70px;
  padding: 21px;
  display: flex;
}

.video-lightbox {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 0 23px #0000004d;
}

.video-lightbox.large {
  border-radius: 10px;
  margin-top: 0;
  position: relative;
}

.top-line-block {
  border-top: 3px solid #0000001a;
  margin-top: 35px;
  padding-top: 40px;
}

.video-lightbox-overlay {
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: relative;
}

.video-lightbox-icon {
  height: 25px;
}

.image-section-overlay {
  z-index: 999;
  color: #fff;
  background-color: #2c2e31b3;
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/parallax-bg.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  height: 100%;
  padding-top: 85px;
  padding-bottom: 30px;
  position: relative;
}

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

.process-tab-button {
  color: #c7c7c7;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #f5f5f5;
  border: 0 solid #0000;
  border-radius: 5%;
  width: 170px;
  margin-left: 0;
  margin-right: 10px;
  padding: 25px 0;
  font-size: 13px;
  font-weight: 700;
  transition: box-shadow .2s;
  box-shadow: 0 0 30px #0000;
}

.process-tab-button:hover {
  color: #1f6fff;
  box-shadow: 0 0 30px #0000001a;
}

.process-tab-button.w--current {
  color: #8b8b8b;
  text-align: center;
  background-color: #fff;
  border-color: #0000001a;
  padding-top: 25px;
  padding-bottom: 25px;
  box-shadow: 0 0 30px #0000001a;
}

.process-tab-menu {
  text-align: center;
  margin-top: -133px;
}

.process-tabs-line {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
  margin-top: 80px;
}

.process-tab-pane {
  padding-top: 60px;
}

.process-tab-col-left {
  padding-right: 40px;
}

.process-tabs {
  border: 1px #000;
}

.block-quote {
  border-left-color: #f00000;
}

.block-quote-2, .block-quote-3 {
  border-left-color: red;
}

.column {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.columns {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  width: 100%;
}

.slider-thumb-wrap {
  background-color: #bfbfffe6;
  width: 70px;
  height: 70px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: inline-block;
  position: relative;
}

.slider {
  height: 300px;
}

.slider.no-perspective {
  background-color: #ddd0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 475px;
  margin-bottom: 140px;
  display: flex;
  transform: none;
}

.slider-navigation {
  z-index: 4;
  background-color: #ffffff45;
  border: 1px dashed #32ff47;
  height: 100px;
  margin: 0;
  padding-top: 0;
  position: absolute;
  inset: auto 0% -25%;
}

.slider-navigation.default-no-perspective {
  z-index: 5;
  opacity: .07;
  background-color: #fff0;
  border: 1px #000;
  height: 70px;
  margin-bottom: 0;
  font-size: 100px;
}

.slider-navigation.no-perspective {
  background-color: #fff0;
  border-style: none;
  height: 70px;
}

.slider-thumb-image {
  position: absolute;
  inset: 0%;
}

.slider-arrow {
  color: #777;
}

.slider-arrow.right {
  display: block;
  right: -77px;
}

.slider-arrow.left {
  z-index: 999999;
  display: none;
  left: -76px;
}

.tabs-content {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.hide {
  display: none;
}

.gallery-column-right {
  flex-flow: wrap;
  place-content: flex-start;
  align-items: center;
  padding-left: 30px;
  display: flex;
}

.text-column-left {
  padding-right: 40px;
}

.section-title-2 {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 52px;
}

.heading {
  color: #585858;
  font-size: 28px;
  line-height: 32px;
}

.lightbox-thumb {
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  background-color: #e2e2e2ba;
  border-radius: 7px;
  width: 150px;
  height: 110px;
  margin: 15px 15px 0;
  box-shadow: 0 0 8px #0000004a;
}

.columns-2 {
  align-items: center;
  display: flex;
}

.icon {
  color: #0053a0;
}

.column-2 {
  align-items: center;
  display: flex;
}

.questionblock {
  margin-bottom: 20px;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
}

.contact-section {
  width: 100%;
  position: relative;
}

.contact-section-overlay {
  color: #fff;
  background-image: url('../images/contact-bg.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 100%;
  padding-top: 60px;
}

.text-span {
  color: #ed1c24;
  letter-spacing: 0;
  text-decoration: none;
}

.text-span.sms {
  text-decoration: none;
}

.tab-heading {
  color: #0053a0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 36px;
}

.tab-heading:active {
  color: #0053a0;
}

.text-block {
  color: #5a5a5a;
  letter-spacing: 0;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.link {
  color: #0053a0;
  text-decoration: none;
  transition: all .3s;
}

.link:hover {
  color: #ed1c24;
}

.features-row {
  background-color: #00000073;
  border-radius: 10px;
  margin-top: 50px;
  margin-bottom: 40px;
  padding: 20px;
}

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

.feature-block.wide {
  text-align: justify;
  width: 90%;
}

.image-section-overlay-2 {
  color: #fff;
  background-color: #2c2e31b3;
  width: 100%;
  height: 100%;
  padding-top: 145px;
  padding-bottom: 105px;
}

.image-section-overlay-2.pricing {
  background-color: #ffffff21;
}

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

.image-section.newsletter {
  background-image: url('../images/contact-bg.jpg');
}

.button-block {
  justify-content: center;
  display: flex;
}

.feature-col {
  background-color: #00000073;
}

.feature-coloum-block {
  background-color: #00000073;
  border-radius: 5px;
  margin: 10px;
  padding: 20px;
}

.tab-house-plan {
  color: #0053a0;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
}

.tab-house-plan:active {
  color: #0053a0;
}

.sep {
  border-bottom: 1px solid #d6d6d6;
  width: 100%;
  height: 5px;
}

.img-title {
  margin-top: 5px;
}

@media screen and (max-width: 991px) {
  .dropdown-link {
    padding-left: 35px;
  }

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

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

  .fixed-nav-menu-button {
    color: #fff;
    text-align: center;
    background-color: #1f6fff;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .fixed-nav-menu-button:hover {
    background-color: #1859cf;
  }

  .fixed-nav-menu-button.w--open {
    background-color: #000;
  }

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

  .navbar.white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

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

  .nav-link.color {
    color: #000;
    border-radius: 60px;
    padding-left: 25px;
  }

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

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

  .small-dropdown-icon {
    margin-right: 21px;
  }

  .simple-footer {
    margin-top: 0;
    position: relative;
  }

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

  .hero-mockup-image {
    width: 385px;
    top: -30px;
  }

  .hero-mockup-description-block {
    width: 350px;
  }

  .white-hero-title {
    font-size: 33px;
    line-height: 41px;
  }

  .iphone-hero {
    padding-top: 160px;
    padding-bottom: 80px;
    padding-left: 45px;
  }

  .menu-button {
    margin-right: 20px;
  }

  .right-nav-menu {
    z-index: 2000;
  }

  .section {
    padding: 45px;
  }

  .section.tint.overflow-none {
    padding-top: 45px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }

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

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

  .section-title-wrapper.left {
    margin-left: 0;
    padding-right: 252px;
  }

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

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

  .section-description.left.bold.dark {
    color: #414141;
  }

  .info-icon {
    height: 14px;
    margin-right: 4px;
  }

  .device-mockup-left {
    height: 350px;
    margin-top: 113px;
    display: block;
    top: -55px;
    left: -6px;
  }

  .video-lightbox-block.large {
    height: 270px;
  }

  .text-column {
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .text-column-title {
    font-size: 13px;
  }

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

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

  .process-tab-button {
    border-width: 1px;
    border-color: #cfcfcf;
    width: 180px;
    margin-bottom: 20px;
  }

  .process-tabs-line {
    height: 0;
  }

  .process-tab-col-left {
    padding-right: 30px;
  }

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

  .heading {
    font-size: 28px;
  }

  .image-2 {
    width: 100px;
    height: 73px;
    margin: 12px;
  }

  .contact-section {
    position: static;
  }

  .contact-section-overlay {
    padding-top: 50px;
  }

  .tab-heading {
    font-size: 24px;
  }

  .text-block {
    font-size: 11px;
  }

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

  .feature-block {
    width: 90%;
  }

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

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

  .image-section-overlay-2.pricing {
    background-color: #ffffff80;
  }

  .tab-house-plan {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .dropdown-link {
    padding-left: 25px;
  }

  .logo {
    height: 30px;
    margin-top: 10px;
  }

  .logo.responsive-menu {
    height: 50px;
  }

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

  .navbar.white {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .simple-footer {
    margin-top: 0;
  }

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

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

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

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

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

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

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

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

  .hero-mockup-image {
    width: 70%;
    margin: 30px auto -40px;
    display: block;
    position: relative;
    right: 0;
  }

  .hero-mockup-description-block {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .iphone-hero {
    text-align: center;
    padding: 130px 25px 50px;
  }

  .menu-button {
    text-align: center;
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-left: 0;
    padding-right: 0;
  }

  .right-nav-menu {
    width: 80%;
    padding: 20px;
  }

  .section {
    padding: 25px;
  }

  .section.tint.overflow-none {
    padding-top: 25px;
  }

  .section.tint.no-top-padding.overlap-margin {
    margin-top: 0;
  }

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

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

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

  .section-title-wrapper.full.info {
    text-align: center;
  }

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

  .section-description {
    text-align: left;
    font-size: 12px;
    line-height: 18px;
  }

  .section-description.left {
    font-weight: 400;
    line-height: 18px;
  }

  .section-description.left.bold {
    line-height: 18px;
  }

  .section-description.left.small {
    font-weight: 400;
  }

  .info-row {
    margin-top: 0;
  }

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

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

  .info-block {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .video-lightbox-block {
    height: 260px;
  }

  .video-lightbox-block.large {
    height: 250px;
  }

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

  .top-line-block {
    margin-top: 25px;
    padding-top: 30px;
  }

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

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

  .process-tab-button {
    width: 120px;
    margin-left: 9px;
    margin-right: 9px;
    font-size: 10px;
    line-height: 12px;
  }

  .process-tab-menu {
    margin-top: -124px;
  }

  .process-tab-pane {
    padding-top: 40px;
  }

  .process-tab-col-left {
    padding-left: 0;
    padding-right: 0;
  }

  .process-tab-col-right {
    padding-left: 0;
  }

  .gallery-column-right {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .heading {
    text-align: left;
    font-size: 24px;
    line-height: 32px;
  }

  .columns-2 {
    flex-direction: column;
  }

  .tab-heading {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
  }

  .text-block {
    text-align: left;
    font-size: 10px;
  }

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

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

  .feature-block {
    width: 100%;
  }

  .feature-block.wide {
    width: 100%;
    margin-top: 30px;
  }

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

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

  .tab-house-plan {
    text-align: left;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
  }
}

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

  .logo.fixed {
    margin-top: 6px;
  }

  .fixed-nav-menu-button {
    width: 40px;
    height: 40px;
    margin-right: 0;
    padding-top: 9px;
  }

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

  .navbar.white {
    padding-bottom: 10px;
  }

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

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

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

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

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

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

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

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

  .hero-mockup-image {
    width: 100%;
    margin-top: 20px;
    position: static;
  }

  .hero-mockup-description-block {
    width: 100%;
  }

  .white-hero-title {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 31px;
  }

  .hero-description {
    font-size: 13px;
    line-height: 19px;
  }

  .iphone-hero {
    padding: 80px 25px 35px;
  }

  .nav-menu-content-block {
    margin-top: 20px;
    padding: 10px;
  }

  .menu-button {
    text-align: center;
    width: 40px;
    height: 40px;
    margin-top: 2px;
    padding-top: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    padding: 25px;
  }

  .section.tint.overflow-none {
    padding: 20px;
  }

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

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

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

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

  .section-title-wrapper.full.info.mobile-padding {
    padding-top: 10px;
  }

  .section-title-wrapper.left {
    padding-right: 40px;
  }

  .section-title {
    font-size: 18px;
    line-height: 22px;
  }

  .section-description {
    text-align: left;
    margin-top: 14px;
    font-size: 12px;
    line-height: 18px;
  }

  .section-description.text-center {
    text-align: center;
  }

  .section-description.left.bold {
    max-width: 200px;
  }

  .info-row {
    margin-top: 0;
  }

  .info-column {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .info-block {
    float: none;
    width: 90%;
    font-size: 14px;
  }

  .info-icon {
    float: left;
    height: 20px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 11px;
  }

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

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

  .video-lightbox-block {
    height: 170px;
  }

  .video-lightbox-block.large {
    height: 180px;
  }

  .video-lightbox-button {
    width: 50px;
    height: 50px;
    padding-top: 13px;
  }

  .text-row {
    width: 100%;
  }

  .top-line-block {
    margin-top: 20px;
    padding-top: 20px;
  }

  .video-lightbox-icon {
    height: 20px;
  }

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

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

  .process-tab-button {
    border-width: 1px;
    border-color: #0000001a;
    width: 85px;
    margin-top: 19px;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .process-tab-button.w--current {
    padding: 10px 2px;
  }

  .process-tab-menu {
    margin-top: -71px;
  }

  .process-tab-pane {
    padding-top: 20px;
  }

  .gallery-column-right {
    justify-content: flex-end;
  }

  .text-column-left {
    text-align: center;
  }

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

  .heading {
    font-size: 18px;
    line-height: 24px;
  }

  .columns-2 {
    flex-direction: column;
  }

  .tab-heading {
    font-size: 14px;
  }

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

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

  .image-section-overlay-2.pricing {
    background-color: #ffffffbf;
  }

  .image-section.newsletter {
    background-image: url('../images/contact-bg.jpg');
    background-position: 70%;
  }
}

#w-node-_743e0217-120b-8f23-afe6-b0a82d00a2a5-9ff729dd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


