.body {
  background-color: #000;
  background-image: url('../images/Frame-1-11.png');
  background-position: 0 0;
  background-size: auto;
}

.text-block {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.navbar {
  color: #000;
  background-color: #4000b7;
  background-image: linear-gradient(91deg, #7800ab, #5723f4);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.bodycontent {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.right-content {
  justify-content: center;
  max-width: 100%;
  display: flex;
}

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

.signup-button {
  background-color: #fff;
  background-image: linear-gradient(80deg, #0092db, #6a0067);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: auto;
  margin-bottom: 10px;
  padding: 26px 23px;
  text-decoration: none;
  display: flex;
}

.text-block-2 {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 60px;
  box-shadow: 1px 1px 3px #000;
}

.div-block {
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.image {
  max-width: 1100px;
  margin-top: 0;
  display: none;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.text-block-4 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.text-block-5 {
  color: #ececec;
  max-width: 1100px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 50px;
}

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

.div-block-3 {
  background-color: #4000b7;
  justify-content: center;
  align-items: center;
  height: 20px;
  margin-top: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.image-2 {
  display: none;
}

.logo-image {
  max-width: 30px;
  max-height: 30px;
  margin-left: 10px;
}

.link {
  color: #fff;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-style: italic;
  font-weight: 400;
  text-decoration: underline;
}

.image-3 {
  max-width: 800px;
  margin-bottom: 40px;
}

.image-4 {
  display: none;
}

.form-block {
  color: #fff;
  min-width: 400px;
}

.submit-button {
  background-color: #7404b4;
  border-radius: 9px;
  width: 100%;
  height: 55px;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
}

.body-2 {
  background-color: #000;
}

.field-label {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.field-label-2 {
  font-size: 17px;
  line-height: 24px;
}

.text-field, .text-field-2 {
  border-radius: 5px;
  height: 40px;
}

.quote-section {
  width: 900px;
}

.text-block-6 {
  color: #fff;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
}

.image-5 {
  display: none;
}

.viideo-header {
  margin-top: 20px;
}

.video {
  width: auto;
  height: auto;
}

.div-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-7 {
  color: #fff;
  margin-bottom: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.image-7 {
  border-radius: 20px;
  max-width: 900px;
  margin-bottom: 30px;
}

.text-block-8 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .right-content {
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
  }

  .text-block-2 {
    text-align: center;
    margin-bottom: 20px;
    display: block;
  }

  .div-block {
    width: 700px;
  }

  .image {
    display: none;
  }

  .div-block-3 {
    margin-top: 50px;
  }

  .image-3 {
    max-width: 700px;
    display: block;
  }

  .image-4 {
    display: none;
  }

  .quote-section {
    width: 700px;
    max-width: 700px;
  }

  .image-6 {
    margin-top: 30px;
    display: block;
  }

  .image-7 {
    max-width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .bodycontent {
    padding-top: 50px;
  }

  .right-content {
    flex-direction: column;
  }

  .div-block {
    width: auto;
  }

  .image {
    display: none;
  }

  .div-block-3 {
    margin-top: 30px;
  }

  .image-2, .image-3 {
    display: none;
  }

  .image-4 {
    display: block;
  }

  .quote-section {
    width: 500px;
  }

  .image-5 {
    display: block;
  }

  .div-block-4 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .image-6 {
    display: none;
  }

  .image-7 {
    max-width: 500px;
  }
}

@media screen and (max-width: 479px) {
  .right-content {
    padding-left: 20px;
    padding-right: 30px;
  }

  .signup-button {
    width: 300px;
  }

  .text-block-2 {
    margin-top: 10px;
    font-size: 42px;
    line-height: 53px;
  }

  .div-block {
    width: auto;
    max-width: 500px;
    padding-bottom: 30px;
  }

  .text-block-3 {
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-3 {
    margin-top: 30px;
  }

  .form-block {
    min-width: 270px;
  }

  .submit-button {
    background-color: #7404b4;
  }

  .quote-section {
    width: auto;
    max-width: 400px;
  }

  .image-7 {
    max-width: 300px;
  }
}

#w-node-af927861-e667-c5c3-a49c-8803a5946d9c-c15e75ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


