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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

.section {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  min-height: 95vh;
  display: flex;
}

.section-2 {
  aspect-ratio: auto;
  background-color: #7acde1;
  background-image: url('../images/wave-bg.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  min-height: 130vh;
  display: flex;
}

.container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: relative;
}

.form {
  background-color: #fff;
  border: 1px #d1d1d1;
  border-radius: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.form-block {
  width: 100%;
}

.submit-button {
  background-color: #7acde1;
  border-radius: 5px;
}

.navbar {
  background-color: #fff;
  height: 60px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.brand {
  opacity: 1;
  align-items: center;
  display: flex;
}

.image {
  opacity: .9;
  cursor: pointer;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.image.header-logo:hover, .image.header-logo:focus {
  opacity: 1;
}

.slider {
  background-color: rgba(221, 221, 221, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: block;
}

.grid {
  grid-column-gap: 17px;
  border: 1px #000;
  grid-template-rows: auto;
}

.section-3 {
  background-color: #fff;
  min-height: 30vh;
  padding-top: 20px;
}

.paragraph {
  color: #000;
  text-align: center;
  border-top: 1px #fff;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  font-weight: 400;
  display: block;
}

.div-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video {
  aspect-ratio: auto;
  mix-blend-mode: normal;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
}

.heading {
  margin-left: 0;
  padding-left: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 150px;
  font-weight: 400;
  line-height: 100px;
}

.column {
  justify-content: center;
  align-items: center;
  display: block;
}

.columns {
  display: flex;
}

.image-2 {
  text-align: left;
  margin-right: 20px;
}

.div-block-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.container-2 {
  max-width: 1200px;
}

.section-4 {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.heading-2 {
  font-size: 50px;
  line-height: 50px;
}

.right-arrow, .slide-nav {
  display: none;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
}

.container-3 {
  justify-content: center;
  align-items: center;
  min-width: 1200px;
  max-width: 1200px;
  display: flex;
}

.columns-3 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.section-5 {
  background-color: #fff;
  background-image: url('../images/bigcan-bg.png');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.paragraph-2 {
  font-weight: 400;
}

.heading-3 {
  color: #878787;
  font-weight: 700;
}

.link {
  color: #7acde1;
}

.section-6 {
  background-color: #7acde1;
}

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

.container-5 {
  padding-top: 0;
  padding-bottom: 0;
}

.bold-text {
  color: #7acde1;
  text-decoration: underline;
}

.section-7 {
  background-color: #fff;
  background-image: url('../images/family-clean.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.container-7 {
  justify-content: center;
  align-items: center;
}

.container-8 {
  z-index: 50;
  text-align: center;
  position: absolute;
  top: 25%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-4 {
  color: #fff;
  text-align: left;
  font-size: 50px;
  line-height: 50px;
}

.paragraph-3 {
  color: #fff;
  margin-bottom: 40px;
}

.div-block-3 {
  background-color: #7acde1;
}

.column-4 {
  justify-content: center;
  align-items: center;
}

.heading-5 {
  font-size: 80px;
  line-height: 80px;
}

.heading-6 {
  font-size: 50px;
  line-height: 50px;
}

.grid-5 {
  display: grid;
}

.heading-7 {
  font-size: 80px;
  line-height: 80px;
}

.link-2, .link-3, .bold-text-2 {
  color: #7acde1;
}

.heading-8, .heading-9, .heading-10 {
  color: #878787;
}

.text-field, .text-field-2, .select-field, .select-field-2, .select-field-3, .select-field-4, .select-field-5 {
  border-radius: 5px;
}

.field-label, .field-label-2, .field-label-3, .field-label-4, .field-label-5, .field-label-6, .field-label-7, .field-label-8, .field-label-9, .field-label-10 {
  font-weight: 400;
}

.success-message {
  background-color: #fff;
  border-radius: 15px;
}

.text-block {
  color: #878787;
  font-weight: 700;
}

.error-message {
  border-radius: 15px;
}

.textarea {
  border-radius: 5px;
}

.field-label-11 {
  font-weight: 400;
}

.section-8 {
  display: none;
}

.div-block-4 {
  z-index: 1;
  opacity: .7;
  background-color: #5eb6e8;
  min-height: 100%;
  position: relative;
}

.nav-link.nav-item.login-item:hover {
  background-color: #e8f7fa;
}

.nav-link.nav-item.login-item:active {
  background-color: #d3f8ff;
}

.section-10 {
  height: 80px;
}

.select-field-6 {
  border-radius: 5px;
}

.image-5 {
  z-index: 50;
  text-align: left;
  width: 30%;
  margin-top: 20px;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 5%;
  right: 0%;
}

.section-11 {
  background-color: #f7f7f7;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

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

.heading-13 {
  font-size: 50px;
  line-height: 50px;
}

.paragraph-6, .paragraph-7 {
  font-size: 14px;
}

.nav.nav-item:hover {
  color: #22b3cf;
  font-weight: 700;
}

.nav-item:hover {
  color: #22adc9;
  font-weight: 400;
}

.image-6 {
  max-width: 70%;
  margin-top: 40px;
}

.section-12 {
  background-color: #f7f7f7;
}

@media screen and (max-width: 479px) {
  .section-2 {
    min-height: 120vh;
  }

  .container {
    width: 90%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .form {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-3 {
    min-height: 60vh;
    padding-top: 0;
    padding-bottom: 100px;
    position: relative;
  }

  .background-video {
    height: 40vh;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .image-2 {
    max-width: 100%;
  }

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

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 30px;
  }

  .columns-2 {
    margin-left: 0;
  }

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

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

  .section-5 {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
  }

  .grid-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .section-7 {
    background-color: #f1f1f1;
    background-image: url('../images/family-clean-mobile.png');
    background-position: 80% 100%;
    background-size: contain;
    background-attachment: fixed;
    align-items: flex-start;
  }

  .container-7 {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-8 {
    text-align: left;
    margin-left: 40px;
    margin-right: 40px;
    top: 5%;
  }

  .heading-4 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .paragraph-3 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading-10 {
    text-align: center;
  }

  .section-8 {
    background-color: #f1f1f1;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    display: flex;
  }

  .nav__link-is--first, .nav__link-is--second, .nav__link-is--third, .nav__link-is--fourth {
    color: #fff;
    font-weight: 700;
  }

  .section-9 {
    display: block;
  }

  .grid-6 {
    grid-template-columns: 1fr;
  }

  .column-5, .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .nav-menu {
    background-color: #7acde1;
  }

  .menu-button {
    background-color: #fff;
  }

  .menu-button.w--open {
    background-color: #7acde1;
  }

  .nav-link {
    color: #fff;
    font-weight: 700;
  }

  .grid-7 {
    grid-template-columns: 1fr;
  }

  .div-block-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-4 {
    width: 150%;
    max-width: 200%;
    position: relative;
  }

  .heading-11 {
    text-align: left;
  }

  .heading-12 {
    text-align: right;
  }

  .section-10 {
    height: 250px;
  }

  .image-5 {
    z-index: 50;
    margin-top: 0;
    position: absolute;
    top: auto;
    bottom: 10%;
    left: 20px;
    right: auto;
  }

  .container-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-8 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-13 {
    font-size: 30px;
    line-height: 30px;
  }
}

#w-node-fce4fbb8-7632-9dc9-4009-806be1a6a615-7b19ba6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_723c7dee-2dba-d559-dec9-b25947909670-7b19ba6e, #w-node-dea46d8f-6c7b-bd1e-23ab-c1b56db845e6-7b19ba6e, #w-node-_945fa3f8-53e1-9beb-9b2c-78cae8ff0f58-7b19ba6e, #w-node-_4fa0b466-e0ca-bddf-40f2-729eab303708-7b19ba6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-fce4fbb8-7632-9dc9-4009-806be1a6a615-7b19ba6e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-b4527eb8-e6ad-5d4b-08c1-a40b82745a96-7b19ba6e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


