.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: linear-gradient(286deg, #3f1b63, #2369b5);
}

.heading {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.paragraph {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.button {
  padding: 12px 40px;
  font-size: 16px;
}

.button-2 {
  margin-top: 20px;
  padding: 12px 40px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  background-color: #fff;
  box-shadow: 0 0 3px 0 #000;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 500;
}

.button-2:hover {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}

.button-2:active {
  border-style: solid;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.paragraph-2 {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.heading-2 {
  margin-top: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-align: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.image {
  display: block;
}

.heading-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #322870;
  font-weight: 500;
}

.heading-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #322870;
  font-weight: 500;
}

.heading-5 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #322870;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.heading-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 500;
}

.columns {
  margin-top: 20px;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35vh;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(250deg, #f065a6, #b91f61);
}

.heading-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.button-3 {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 40px;
  border: 2px solid #fff;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
}

.button-3:hover {
  background-color: #fff;
  color: #d74686;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-4 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.heading-8 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

.paragraph-4 {
  padding-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(39, 114, 201, 0.11);
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.text-field {
  width: 100%;
  height: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.submit-button {
  margin-top: 20px;
  padding: 12px 40px;
  background-color: #d74686;
  font-family: Montserrat, sans-serif;
}

.submit-button:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #d74686;
  background-color: #fff;
  color: #d74686;
  font-weight: 500;
}

.container-4 {
  padding: 0px;
  font-family: Montserrat, sans-serif;
}

.checkbox-label {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}

.div-block-5 {
  margin-top: 40px;
  padding: 40px 220px;
  border-style: none;
  border-width: 1px;
  border-color: #322870;
  background-color: #e8f0f9;
}

.heading-9 {
  margin-top: auto;
  color: #000;
  font-weight: 400;
}

.paragraph-5 {
  margin-top: auto;
  padding-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 60px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  background-color: transparent;
}

.section-6 {
  margin-top: 100px;
  margin-bottom: 100px;
  background-color: transparent;
}

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

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5vh;
  margin-top: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #322870;
}

.link {
  padding-right: 40px;
  padding-left: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
}

.navbar {
  background-color: transparent;
}

.text-field-2 {
  width: 500px;
  height: 50px;
  font-family: 'Open Sans', sans-serif;
}

.text-field-3 {
  width: 500px;
  height: 50px;
}

.text-field-4 {
  width: 500px;
  height: 200px;
  font-family: 'Open Sans', sans-serif;
}

.field-label-2 {
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.field-label-3 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.field-label-4 {
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.field-label-5 {
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.submit-button-2 {
  margin-top: 20px;
  padding: 12px 40px;
  background-color: #d74686;
  font-family: Montserrat, sans-serif;
}

.submit-button-2:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #d74686;
  background-color: transparent;
  color: #d74686;
}

.heading-10 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.paragraph-6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.form-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(39, 114, 201, 0.11);
}

.text-field-5 {
  width: 500px;
  height: 50px;
  font-family: 'Open Sans', sans-serif;
}

.nav-link {
  font-family: Montserrat, sans-serif;
}

.nav-link:hover {
  color: #3f1b63;
  font-weight: 500;
}

.nav-link.w--current {
  color: #3f1b63;
}

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

.nav-link-2:hover {
  color: #3f1b63;
  font-weight: 500;
}

.nav-link-2.w--current {
  color: #3f1b63;
  font-weight: 500;
}

.brand {
  margin-top: 20px;
  margin-bottom: 20px;
}

.bold-text {
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.bold-text-2 {
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.bold-text-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.bold-text-4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.bold-text-5 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 400;
}

.heading-11 {
  font-family: Montserrat, sans-serif;
}

.heading-12 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

.paragraph-7 {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-decoration: none;
}

.link-2 {
  color: #000;
}

.heading-13 {
  font-family: Montserrat, sans-serif;
}

.paragraph-8 {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.heading-14 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

.paragraph-9 {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 30px;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .section {
    height: 60vh;
    background-image: linear-gradient(146deg, #2369b5, #3f1b63);
  }
  .container {
    height: 60vh;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-4 {
    margin-bottom: 100px;
  }
  .columns-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .text-field {
    width: 100%;
  }
  .container-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .checkbox-label {
    padding-right: 0px;
  }
  .div-block-5 {
    padding-right: 100px;
    padding-left: 100px;
  }
  .form-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .form {
    width: auto;
  }
  .image-2 {
    display: block;
  }
  .column-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .columns-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .section {
    background-image: linear-gradient(149deg, #2369b5, #3f1b63);
  }
  .paragraph {
    width: auto;
    font-size: 14px;
  }
  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
  }
  .container-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-4 {
    margin-top: 60px;
  }
  .columns-2 {
    display: block;
  }
  .field-label {
    font-size: 14px;
  }
  .text-field {
    width: 100%;
  }
  .form {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .form-block-2 {
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .container-8 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: auto;
  }
  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column {
    margin-top: 20px;
  }
  .column-2 {
    margin-top: 20px;
  }
  .column-3 {
    margin-top: 20px;
    padding-right: 20px;
  }
  .column-4 {
    padding-right: 20px;
  }
  .paragraph-3 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .heading-3 {
    height: auto;
  }
  .heading-4 {
    height: auto;
  }
  .heading-5 {
    height: auto;
  }
  .heading-6 {
    height: auto;
  }
  .section-3 {
    height: 30vh;
  }
  .heading-7 {
    margin-top: 0px;
  }
  .columns-2 {
    display: block;
  }
  .columns-3 {
    display: block;
  }
  .text-field {
    width: 100%;
  }
  .container-4 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .checkbox-label {
    text-align: left;
  }
  .div-block-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .form {
    width: auto;
  }
  .text-field-2 {
    width: auto;
  }
  .text-field-3 {
    width: auto;
  }
  .text-field-4 {
    width: auto;
  }
  .field-label-4 {
    margin-top: 10px;
  }
  .field-label-5 {
    margin-top: 10px;
  }
  .form-block-2 {
    display: block;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .text-field-5 {
    width: auto;
  }
  .column-6 {
    text-align: center;
  }
  .column-7 {
    text-align: center;
  }
  .image-2 {
    max-width: 100%;
    margin: auto;
  }
  .column-8 {
    padding-left: 76px;
  }
  .columns-4 {
    display: block;
    height: auto;
  }
  .column-9 {
    display: block;
    height: auto;
    margin-top: auto;
    padding-top: 0px;
    padding-bottom: 33px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .form-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container-5 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .bold-text-3 {
    height: auto;
  }
  .container-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-3 {
    margin-top: 20px;
  }
}