body {
  overflow: visible;
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  width: 50%;
  margin: 0px auto 10px;
  padding-top: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
}

p {
  position: relative;
  display: block;
  width: 582px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  float: none;
  clear: none;
  color: #17233a;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

a {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  color: #000;
  text-align: center;
  text-decoration: underline;
}

.form {
  width: 50%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.form.section1-p {
  width: 74%;
  margin-top: 100px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 20px;
  color: #a2e7da;
  font-size: 18px;
  line-height: 30px;
}

.form.form-success {
  width: 100%;
  background-color: transparent;
}

.section1 {
  width: 720px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 20px;
  background-color: transparent;
}

.top-half {
  position: relative;
  z-index: 2;
  display: block;
  overflow: visible;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 100px;
  background-color: #17213b;
}

.section1-h1 {
  width: 85%;
  margin-bottom: 40px;
  color: #a2e7da;
  font-size: 54px;
  line-height: 56px;
  font-weight: 300;
}

.section1-h1.section2-h1 {
  width: 100%;
  margin-bottom: 20px;
  color: #17213b;
  font-size: 34px;
  font-weight: 300;
  text-align: center;
}

.dropdown {
  display: block;
  border: 1px solid #e1e4e6;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  font-family: Inconsolata, monospace;
  color: #17213b;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.second-half {
  position: relative;
  z-index: 1;
  display: block;
  overflow: visible;
  width: 100%;
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 100px;
  float: none;
  background-color: #f9e890;
}

.section2 {
  width: 720px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.section1-tc {
  width: 72%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-size: 10px;
  line-height: 17px;
}

.section1-button {
  display: block;
  width: 300px;
  margin: 20px auto 30px;
  border-radius: 100px;
  background-color: #a2e7da;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 2px;
}

.section1-button:hover {
  background-color: #faea84;
  color: #000;
}

.top-container {
  background-color: #7483fd;
}

.em-link {
  border-style: none;
  opacity: 1;
}

.p-link {
  color: #000;
}

.text-link {
  text-decoration: none;
}

.link-block {
  display: block;
  width: 300px;
  height: 60px;
  margin-top: 30px;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #17233a;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
}

.link-block:hover {
  background-color: #000;
  color: #fff;
}

.panel2-emphasis {
  font-size: 18px;
  font-weight: 700;
}

.form-success-bg {
  padding-left: 0px;
  background-color: transparent;
}

.paragraph-form-success {
  width: 400px;
  margin-left: auto;
  float: none;
  clear: none;
  color: #fff;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.form-error-background {
  background-color: #f88484;
}

.form-error-text {
  text-align: left;
}

.text {
  width: 53%;
  margin-top: 12px;
  font-size: 15px;
  line-height: 26px;
}

.image-circle {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="new-interaction-2"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .text {
    width: 63%;
  }
}

@media (max-width: 767px) {
  .form {
    width: 100%;
  }
  .form.section1-p {
    width: 100%;
  }
  .section1 {
    width: auto;
  }
  .section1-h1 {
    width: auto;
  }
  .dropdown {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .text {
    width: 80%;
  }
  .section2-col2 {
    margin-top: 50px;
  }
}

@media (max-width: 479px) {
  h1 {
    width: 100%;
    font-size: 28px;
  }
  p {
    width: 105%;
    font-size: 15px;
  }
  .form {
    width: 74%;
  }
  .section1 {
    width: 100%;
    padding-top: 50px;
  }
  .top-half {
    z-index: 2;
    padding-bottom: 20px;
  }
  .section1-h1 {
    width: 95%;
    padding-top: 10px;
    font-size: 33px;
    line-height: 36px;
  }
  .section1-h1.section2-h1 {
    font-size: 32px;
    line-height: 45px;
  }
  .dropdown {
    width: 100%;
  }
  .second-half {
    padding-top: 30px;
  }
  .section2 {
    width: 75%;
  }
  .section1-button {
    width: 240px;
  }
  .link-block {
    width: 240px;
  }
  .text {
    width: 80%;
    font-size: 13px;
    line-height: 23px;
  }
  .section2-col2 {
    margin-top: 50px;
  }
}