body {
  color: #333;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

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

.submit-button-2 {
  background-color: #ff5515;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.section-2 {
  margin: 40px 30px 0;
  font-family: Lato, sans-serif;
}

.field-label-16 {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.success-message-3 {
  background-color: #ddd0;
}

.text-block-12 {
  font-family: Inter, sans-serif;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .checkbox-label-23 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .wvnz-footer {
    grid-template-columns: 1fr;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .paragraph-8 {
    display: none;
  }

  .code-embed-7 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .footer-logo {
    height: 4rem;
  }

  .social-icons {
    justify-content: space-between;
    width: 100%;
    max-width: 300px;
  }

  .right-social-legal {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .wvnz-footer {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .form {
    margin-left: 20px;
    margin-right: 20px;
  }

  .body-3 {
    min-width: 28%;
    margin-left: auto;
    margin-right: auto;
  }

  .code-embed-7 {
    margin-left: 10px;
    margin-right: 10px;
  }
}
