.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

label {
  color: #1a1a1a;
  margin-bottom: 9px;
  padding-left: 5px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: block;
}

.body {
  color: #000;
  background-color: #5f91fd;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.container.landing {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 59px;
  padding-right: 59px;
}

.container.main {
  max-width: 100%;
  margin-right: 0;
}

.container-2 {
  background-color: #0000;
}

.navbar {
  background-color: #ddd0;
}

.button {
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 22px;
  width: 167px;
  min-width: 0;
  max-width: none;
  padding: 13px 25px;
  font-size: 20px;
}

.button.nav-link-2 {
  color: #1f1f1f;
  width: auto;
  margin-top: 7px;
  margin-left: 30px;
  padding-top: 12px;
  padding-left: 27px;
  padding-right: 27px;
  transition: all .2s;
}

.button.nav-link-2:hover {
  color: #000;
  background-color: #f4f4f4e6;
  border: 1px #000;
  box-shadow: -5px 3px 5px #00000030;
}

.button.nav-link-2.w--current {
  color: #000;
}

.button.nav-link-2.submit {
  margin-left: 113px;
}

.nav-link {
  font-size: 20px;
}

.nav-link-2 {
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 300;
  display: inline-block;
}

.nav-link-2.w--current {
  color: #fff;
  display: inline-block;
}

.nav-link-2.work-hidden {
  display: none;
}

.section {
  padding-top: 31px;
}

.nav-menu {
  margin-top: 12px;
}

.landing-section {
  overflow: hidden;
}

.landing-flexbox {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.text-div {
  min-width: 60%;
  max-width: 100%;
  margin-left: 0;
  padding-left: 0;
  position: relative;
  top: 0;
  left: 0;
}

.image-div {
  z-index: 2;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: 70%;
  max-width: 100%;
  display: block;
  position: static;
  left: -54px;
}

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

.heading {
  font-size: 94px;
}

.heading-2 {
  color: #e8e8e8;
  text-shadow: -9px 4px 4px #39393940;
  max-width: 630px;
  margin-left: 0;
  margin-right: 0;
  font-size: 94px;
  line-height: 112%;
  position: relative;
  left: 0;
}

.image {
  vertical-align: baseline;
}

.quick-stack {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
}

.cell {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  place-items: center stretch;
}

.div-block {
  position: absolute;
  inset: auto 0% 0%;
}

.flexbox-landing {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 60px;
  display: flex;
  overflow: visible;
}

.button-2 {
  max-width: none;
}

.heading-3 {
  color: #fff;
  text-shadow: -9px 4px 4px #39393940;
  min-width: 0;
  max-width: 520px;
  margin-top: 0;
  margin-bottom: 69px;
  font-family: Funnel Display, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 112%;
}

.div-block-2 {
  min-width: 29%;
  max-width: 660px;
  margin-left: -120px;
  overflow: visible;
}

.div-block-3 {
  min-width: 70%;
  margin-top: 0;
  margin-bottom: 28px;
  padding-left: 0;
}

.image-2 {
  min-width: 120%;
  max-width: 200%;
  margin-left: 0;
  margin-right: 0;
}

.main-button {
  color: #141414;
  letter-spacing: .9px;
  background-color: #f4f4f4;
  border-radius: 33px;
  padding: 13px 24px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 20px;
  transition: all .2s;
}

.main-button:hover {
  background-color: #f7e4f8;
  font-weight: 300;
  box-shadow: -3px 4px 9px #0000004d;
}

.main-button._2nd {
  color: #fff;
  background-color: #f4f4f400;
  border: 1px solid #fff;
  margin-left: 20px;
  padding-left: 24px;
  padding-right: 24px;
}

.main-button._2nd.cta {
  padding: 13px 38px;
}

.why-us-section {
  height: auto;
  padding-top: 172px;
}

.div-block-4 {
  max-width: 371px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.heading-4 {
  font-family: Funnel Display, sans-serif;
  font-size: 70px;
}

.heading-5 {
  color: #fff;
  text-shadow: -9px 4px 4px #39393940;
  margin-top: 0;
  margin-bottom: 47px;
  font-family: Funnel Display, sans-serif;
  font-size: 49px;
  line-height: 130%;
}

.flexbox {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 20px;
  display: flex;
}

.flexbox._2nd {
  flex-flow: row;
  margin-bottom: 66px;
}

.div-block-5 {
  max-width: 433px;
  padding-top: 0;
}

.div-block-6 {
  color: #fff;
  max-width: 100%;
}

.paragraph {
  color: #fff;
  letter-spacing: .5px;
  max-width: 530px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 150%;
}

.paragraph-2 {
  max-width: 500px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.paragraph-3 {
  max-width: 500px;
}

.heading-6 {
  max-width: 498px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Funnel Display, sans-serif;
}

.why-us-heading {
  max-width: 409px;
  margin-top: 117px;
  margin-bottom: 16px;
  font-family: Funnel Display, sans-serif;
}

.why-us-heading.domain {
  margin-top: 78px;
  margin-bottom: 25px;
}

.heading-8 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Funnel Display, sans-serif;
}

.div-block-7 {
  max-width: 619px;
  margin-right: -60px;
  padding-top: 38px;
}

.div-block-8 {
  max-width: 598px;
  margin-left: -60px;
}

.top-padding {
  height: 1px;
  margin-top: 56px;
}

.image-3 {
  max-width: 100%;
  margin-right: 0;
}

.div-block-9 {
  max-width: 490px;
  margin-left: 0;
  margin-right: -8px;
  padding-top: 11px;
}

.div-block-10 {
  height: 0;
}

.stacking-card-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-9 {
  color: #fcfdff;
  text-shadow: -9px 4px 4px #39393940;
  max-width: none;
  font-family: Funnel Display, sans-serif;
  font-size: 70px;
  line-height: 112%;
}

.div-block-11 {
  max-width: 420px;
  margin-bottom: 78px;
  margin-left: auto;
  margin-right: auto;
}

.stack-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  padding-top: 34px;
  padding-bottom: 34px;
  display: flex;
}

.stack-card {
  color: #40f;
  background-color: #5e76ff;
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  height: 380px;
  margin-bottom: 150px;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
  position: sticky;
  top: 50px;
  overflow: hidden;
}

.stack-card._2 {
  background-color: #1898b6;
  margin-bottom: 100px;
  top: 100px;
}

.stack-card._3 {
  background-color: #6bb38f;
  margin-bottom: 50px;
  top: 150px;
}

.stack-card._4 {
  background-color: #b89adb;
  margin-bottom: 0;
  top: 200px;
}

.cta-section {
  height: auto;
  padding-top: 226px;
  padding-bottom: 317px;
}

.heading-10 {
  color: #f0f0f0;
  font-size: 380px;
  line-height: 112%;
}

.heading-11 {
  color: #eae9ec;
}

.heading-11.launch {
  text-shadow: -2px 4px 3px #0000003b;
  font-family: Funnel Display, sans-serif;
  font-size: 83px;
  font-weight: 700;
  line-height: 76px;
}

.paragraph-4 {
  color: #dbd8e0;
  max-width: 395px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 170%;
}

.heading-17 {
  color: #5f91fd;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 34px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.text-block-9 {
  color: #00000075;
}

.link-2 {
  color: #292929d1;
  text-align: left;
  max-width: 224px;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.link-2.previous-work {
  text-align: left;
  max-width: 100px;
  margin-bottom: 30px;
  text-decoration: none;
}

.link-2.lawn-care {
  max-width: 90px;
}

.link-2.pools-filtering {
  max-width: 120px;
}

.link-2.cutting-edge {
  max-width: 100px;
}

.footer {
  background-color: #7ba796;
  height: 570px;
  padding-top: 135px;
  padding-bottom: 50px;
}

.footer.landscaping {
  background-color: #fff;
}

.contain {
  max-width: 1160px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 23px;
  padding-right: 23px;
  overflow: visible;
}

.flexbox-2 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  max-width: 1120px;
  height: 620px;
  display: flex;
  overflow: hidden;
}

.flexbox-2.footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  max-width: none;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.flexbox-2.footer.tablet {
  background-color: #fff;
}

.div-block-32 {
  align-self: flex-start;
  margin-bottom: 30px;
  padding-left: 0;
  display: block;
}

.div-block-32.first {
  flex-flow: column;
  order: -1;
  justify-content: space-between;
  align-items: stretch;
  height: 340px;
  display: flex;
}

.link-3 {
  color: #292929d1;
  max-width: 67px;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.div-block-33 {
  max-width: 100px;
  height: auto;
}

.body-2 {
  background-color: #5f91fd;
}

.get-started-landing {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 93px;
  padding-bottom: 290px;
  display: flex;
}

.flexboxi {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-5 {
  color: #fff;
  max-width: 394px;
}

.heading-18 {
  color: #fff;
}

.div-block-36 {
  flex-flow: column;
  flex: 1;
  max-width: 620px;
  height: 390px;
  display: flex;
}

.form {
  margin-right: 137px;
}

.field {
  border-radius: 8px;
  width: 250px;
  height: 50px;
  margin-bottom: 25px;
}

.field-label {
  color: #fff;
  margin-bottom: 11px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.field-label-2 {
  color: #fff;
  background-color: #fff0;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.field-label-3, .field-label-4 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.form-block {
  margin-top: 53px;
}

.submit-button {
  border-radius: 20px;
}

.div-block-37 {
  color: #fff;
  background-color: #f4f4f4;
}

.section-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 123px;
  display: flex;
}

.div-block-38 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  max-width: 570px;
  margin-top: 0;
  margin-bottom: 80px;
  margin-left: -120px;
  padding-left: 12px;
  display: flex;
}

.div-block-39 {
  background-color: #fff;
  border-radius: 120px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  height: 770px;
  margin-left: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
}

.text-field {
  background-color: #5f91fd;
  border-radius: 20px;
  height: 60px;
  margin-bottom: 31px;
  line-height: 50px;
}

.text-field-2 {
  background-color: #5f91fd;
}

.field-label-5 {
  margin-bottom: 11px;
  padding-left: 12px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.field-label-6 {
  color: #565454;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  font-weight: 300;
}

.form-2 {
  max-width: 410px;
  margin-top: 110px;
  margin-left: 0;
}

.submit-button-2 {
  color: #5f91fd;
  background-color: #3898ec00;
  border: 1px solid #5f91fd;
  border-radius: 20px;
  margin-top: 38px;
  margin-left: 150px;
  margin-right: auto;
  padding: 13px 43px;
}

.section-3 {
  background-color: #5f91fd;
  height: auto;
  padding-top: 90px;
  padding-bottom: 87px;
}

.get-started-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.div-block-40 {
  min-width: 0;
  max-width: 520px;
  min-height: 339px;
  margin-bottom: 110px;
}

.field-1 {
  color: #000;
  background-color: #bdd2ff00;
  border: 1px solid #fff;
  border-radius: 0;
  width: 270px;
  height: 60px;
  margin-bottom: 32px;
}

.field-1:focus-visible, .field-1[data-wf-focus-visible] {
  background-color: #bdd2ff00;
}

.field-1::placeholder {
  color: #7c7a7a;
  background-color: #bdd2ff00;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.div-block-41 {
  background-color: #fff0;
  border-radius: 50px;
  min-width: 470px;
  max-width: 550px;
  padding: 25px 0 65px 121px;
}

.text-field-3 {
  background-color: #5f91fd99;
  border-radius: 8px;
}

.text-field-4 {
  background-color: #5f91fd;
}

.submit-button-3 {
  color: #5f91fd;
  background-color: #3898ec00;
  border: 1px solid #5f91fd;
  border-radius: 9px;
  margin-top: 3px;
  margin-left: 95px;
  margin-right: auto;
  padding: 8px 33px;
}

.form-3 {
  color: #000;
  min-width: 150px;
  padding-left: 0;
  padding-right: 9px;
}

.field-label-7 {
  color: #1a1a1a;
  margin-bottom: 20px;
}

.div-block-42 {
  height: 23px;
}

.form-block-2 {
  width: 314.028px;
  height: 522.153px;
}

.success-message {
  background-color: #fff;
  padding-top: 232px;
}

.error-message {
  background-color: #ffdedea6;
  border-radius: 10px;
  margin-top: 13px;
}

.text-field-5 {
  height: 50px;
}

.form-field {
  color: #fff;
  text-align: center;
  background-color: #fff0;
  border-radius: 9px;
  height: 69px;
  margin-bottom: 21px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  box-shadow: -1px 2px 4px #00000012;
}

.form-field::placeholder {
  color: #ffffff78;
}

.submit-button-4 {
  color: #1f1f1f;
  background-color: #f4f4f4;
  border-radius: 22px;
  margin-top: 21px;
  margin-left: 86px;
  margin-right: auto;
  padding: 13px 34px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-block-10, .text-block-11 {
  color: #292929d1;
  margin-bottom: 30px;
  display: none;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container.landing, .container.cta {
    padding-left: 59px;
    padding-right: 59px;
  }

  .button.nav-link-2.submit {
    margin-left: 107px;
  }

  .flexbox-landing {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3 {
    font-size: 60px;
  }

  .main-button {
    padding: 11px 17px;
    font-size: 17px;
  }

  .main-button._2nd {
    padding-left: 32px;
    padding-right: 32px;
  }

  .why-us-section {
    padding-top: 89px;
  }

  .div-block-4 {
    text-align: center;
  }

  .heading-5 {
    text-align: center;
    min-width: 530px;
    font-size: 60px;
  }

  .div-block-5 {
    margin-top: -71px;
  }

  .paragraph {
    font-size: 15px;
  }

  .why-us-heading, .why-us-heading.domain {
    font-size: 32px;
  }

  .div-block-7 {
    max-width: 390px;
  }

  .div-block-8 {
    max-width: 380px;
    margin-left: -44px;
    padding-top: 94px;
  }

  .top-padding {
    margin-top: 33px;
  }

  .div-block-9 {
    max-width: 340px;
    padding-top: 85px;
  }

  .stack-card {
    padding-left: 58px;
    padding-right: 58px;
  }

  .cta-section {
    padding-top: 81px;
    padding-bottom: 157px;
  }

  .heading-10 {
    font-size: 377px;
  }

  .heading-11.launch {
    font-size: 60px;
  }

  .flexbox-2 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    max-width: 1040px;
  }

  .flexbox-2.footer.tablet {
    padding-left: 22px;
    padding-right: 22px;
  }

  .div-block-32.first {
    padding-top: 7px;
  }

  .section-3 {
    padding-top: 60px;
    padding-bottom: 54px;
  }

  .get-started-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-40 {
    margin-bottom: 45px;
  }

  .div-block-41 {
    padding-left: 66px;
    padding-right: 66px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button.nav-link-2.submit {
    margin-left: 0;
    margin-right: 0;
  }

  .flexbox-landing {
    grid-column-gap: 71px;
    grid-row-gap: 71px;
    flex-flow: column;
  }

  .heading-3 {
    margin-bottom: 53px;
    font-size: 60px;
  }

  .div-block-2 {
    max-width: 370px;
    margin-left: -310px;
  }

  .div-block-3 {
    text-align: center;
  }

  .image-2 {
    min-width: 120%;
    max-width: 160%;
    margin-left: 47px;
  }

  .main-button {
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
  }

  .main-button._2nd {
    padding: 10px 28px;
  }

  .why-us-section {
    height: auto;
    overflow: hidden;
  }

  .heading-5 {
    min-width: 350px;
    margin-bottom: 21px;
    font-size: 49px;
  }

  .flexbox {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .flexbox._2nd {
    justify-content: center;
    align-items: center;
  }

  .flexbox._2nd.mobilew {
    flex-flow: column;
  }

  .paragraph {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }

  .why-us-heading {
    text-align: left;
    min-width: 250px;
  }

  .why-us-heading.domain {
    text-align: left;
  }

  .div-block-8 {
    max-width: 340px;
    padding-top: 0;
  }

  .stacking-card-section {
    overflow: hidden;
  }

  .stack-card {
    padding: 22px 24px;
  }

  .cta-section {
    overflow: hidden;
  }

  .heading-10 {
    font-size: 240px;
  }

  .heading-11 {
    font-size: 30px;
  }

  .heading-11.launch {
    font-size: 50px;
  }

  .paragraph-4 {
    max-width: 270px;
    font-size: 15px;
  }

  .footer.landscaping {
    height: auto;
    padding-top: 98px;
    padding-bottom: 98px;
  }

  .contain {
    padding-left: 30px;
    padding-right: 30px;
  }

  .flexbox-2 {
    flex-flow: column;
    height: auto;
  }

  .flexbox-2.footer.tablet {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 39px;
    padding-right: 39px;
  }

  .div-block-32 {
    margin-bottom: 29px;
    margin-right: 33px;
  }

  .div-block-32.first {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex: 0 auto;
    order: 1;
    justify-content: flex-start;
    align-items: flex-start;
    height: 247px;
    margin-top: 0;
    margin-bottom: 25px;
  }

  .div-block-34 {
    order: -1;
  }

  .icon {
    color: #fff;
  }

  .div-block-35 {
    max-width: 70px;
  }

  .section-3 {
    padding-top: 42px;
    padding-bottom: 14px;
  }

  .div-block-40 {
    margin-bottom: 0;
  }

  .form-field {
    width: 266px;
    height: 64px;
    margin-bottom: 27px;
  }

  .submit-button-4 {
    margin-top: 12px;
  }

  .form-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .smooth {
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 29px;
    padding-right: 29px;
  }

  .container.landing {
    padding-top: 63px;
  }

  .button.nav-link-2 {
    vertical-align: baseline;
    max-width: 150px;
    margin-bottom: 18px;
    margin-left: 40px;
    margin-right: 17px;
    padding: 7px 13px;
    display: block;
  }

  .button.nav-link-2.submit {
    padding-left: 27px;
    padding-right: 27px;
    font-size: 14px;
  }

  .nav-link-2 {
    text-align: center;
    margin-top: 9px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
  }

  .nav-link-2.work-hidden {
    display: none;
  }

  .nav-menu {
    background-color: #bda7bd;
    border-radius: 10px 0 10px 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    height: 130px;
    margin-top: 0;
    padding-left: 97px;
    padding-right: 0;
    display: block;
  }

  .flexbox-landing {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-3 {
    min-width: 260px;
    max-width: 620px;
    margin-bottom: 38px;
    font-size: 42px;
  }

  .div-block-2 {
    min-width: 150%;
    max-width: none;
    margin-left: 41px;
    overflow: hidden;
  }

  .div-block-3 {
    display: block;
  }

  .image-2 {
    width: 100%;
    min-width: 0%;
    max-width: 160%;
    margin-left: 0;
    overflow: hidden;
  }

  .main-button {
    margin-left: -26px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 15px;
  }

  .main-button._2nd {
    margin-left: 20px;
    margin-right: -37px;
    padding-left: 26px;
    padding-right: 26px;
  }

  .why-us-section {
    padding-top: 15px;
    overflow: hidden;
  }

  .heading-5 {
    min-width: 290px;
    margin-bottom: 0;
    font-size: 31px;
  }

  .flexbox {
    margin-top: -10px;
  }

  .div-block-5 {
    font-size: 20px;
  }

  .paragraph {
    text-align: center;
    max-width: none;
    margin-top: 20px;
    font-size: 12px;
  }

  .why-us-heading {
    text-align: center;
    margin-top: 60px;
    font-size: 25px;
  }

  .why-us-heading.domain {
    text-align: center;
    margin-top: -21px;
    font-size: 23px;
  }

  .div-block-7 {
    margin-left: -50px;
    margin-right: -40px;
  }

  .div-block-8 {
    max-width: 360px;
    margin-left: -60px;
  }

  .top-padding {
    margin-top: -34px;
  }

  .div-block-9 {
    padding-top: 28px;
  }

  .stacking-card-section {
    padding-top: 31px;
    padding-bottom: 31px;
    overflow: hidden;
  }

  .heading-9 {
    text-align: center;
    margin-bottom: 0;
    font-size: 35px;
  }

  .div-block-11 {
    margin-bottom: 11px;
  }

  .stack-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .stack-card {
    flex-flow: column;
    justify-content: center;
    height: 310px;
    margin-bottom: 56px;
  }

  .cta-section {
    padding-top: 15px;
    padding-bottom: 65px;
    overflow: hidden;
  }

  .heading-10 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 100px;
  }

  .heading-11 {
    text-align: center;
    font-size: 21px;
  }

  .heading-11.launch {
    font-size: 40px;
  }

  .paragraph-4 {
    margin-bottom: 0;
    font-size: 13px;
  }

  .footer.landscaping {
    overflow: hidden;
  }

  .contain {
    padding-left: 0;
    padding-right: 0;
  }

  .image-4 {
    margin-left: 32px;
  }

  .div-block-35 {
    max-width: 60px;
  }

  .section-3 {
    padding-top: 30px;
    overflow: hidden;
  }

  .div-block-40 {
    min-width: 240px;
    max-width: 310px;
    min-height: 260px;
    margin-bottom: 0;
  }

  .div-block-41 {
    padding-top: 10px;
  }

  .form-field {
    width: 230px;
    height: 50px;
    font-size: 17px;
  }

  .form-field::placeholder {
    font-size: 15px;
    line-height: 14px;
  }

  .submit-button-4 {
    margin-left: 110px;
    padding: 9px 26px;
    font-size: 15px;
  }

  .menu-button {
    border-radius: 0;
    display: block;
  }

  .menu-button.w--open {
    background-color: #bda7bd;
    border-radius: 11px 11px 0 0;
    flex-flow: row;
    display: block;
  }

  .image-5 {
    overflow: hidden;
  }
}


