.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 {
  padding: 27px;
  background-color: #0d0c43;
  color: #fff;
}

.bold-text {
  color: #13d7e4;
  font-size: 14px;
  font-weight: 900;
}

.body {
  font-family: Lato, sans-serif;
}

.heading {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 50px;
  font-weight: 900;
}

.heading-2 {
  margin-bottom: 0px;
}

.text-field {
  background-color: transparent;
}

.text-field-2 {
  background-color: transparent;
}

.link {
  color: #adaeff;
}

.link-2 {
  color: #adaeff;
}

.submit-button {
  width: 50%;
  margin-top: 15px;
  background-color: #17dee4;
  font-size: 18px;
  font-weight: 900;
}

.div-block {
  width: 954px;
  margin-left: 69px;
}

.paragraph {
  width: 447px;
  font-size: 18px;
  line-height: 28px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  position: absolute;
  left: 0%;
  top: 91px;
  right: -32%;
  bottom: 0%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.form {
  width: 553px;
}

.section-2 {
  padding-top: 82px;
  padding-bottom: 45px;
  font-size: 18px;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 37px;
  padding-bottom: 37px;
  -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-column-gap: 65px;
  grid-row-gap: 65px;
}

.div-block-2 {
  width: 45%;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -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-column-gap: 15px;
  grid-row-gap: 15px;
}

.div-block-4 {
  width: 4px;
  height: 50px;
  background-color: #000;
}

.text-block {
  font-size: 19px;
  line-height: 26px;
}

.italic-text {
  font-size: 17px;
  line-height: 28px;
}

.italic-text-2 {
  font-size: 21px;
}

.paragraph-2 {
  font-size: 17px;
  line-height: 27px;
}

.button {
  margin-top: 14px;
  margin-bottom: 14px;
  padding: 15px 57px;
  border-radius: 8px;
  background-color: #17dee4;
  color: #000;
  font-size: 16px;
}

.heading-3 {
  margin-bottom: 23px;
  font-size: 39px;
  font-weight: 900;
}

.paragraph-3 {
  margin-bottom: 19px;
}

.section-3 {
  background-color: #0d0c43;
  color: #fff;
}

.bold-text-2 {
  color: #29c69e;
  font-weight: 900;
}

.heading-4 {
  font-size: 45px;
  line-height: 52px;
  font-weight: 900;
}

.section-4 {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.heading-6 {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #0d0c43;
  font-size: 52px;
  font-weight: 900;
  text-align: center;
}

.div-block-5 {
  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;
  grid-column-gap: 45px;
  grid-row-gap: 45px;
}

.heading-7 {
  margin-bottom: 0px;
  font-size: 28px;
  font-weight: 900;
}

.div-block-6 {
  width: 436px;
}

.link-3 {
  font-style: italic;
}

.link-4 {
  font-style: italic;
}

.link-5 {
  font-style: italic;
}

.section-5 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f7f8fe;
}

.container-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;
  grid-column-gap: 45px;
  grid-row-gap: 45px;
}

.div-block-7 {
  width: 450px;
}

.heading-8 {
  font-weight: 900;
}

.paragraph-4 {
  font-size: 16px;
  line-height: 28px;
}

.button-2 {
  padding: 16px 32px;
  background-color: #17dee4;
  color: #000;
  font-size: 15px;
}

.section-6 {
  padding-top: 34px;
  padding-bottom: 34px;
  background-color: #0d0c43;
  color: #fff;
}

.div-block-8 {
  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;
}

.div-block-9 {
  width: 650px;
  margin-right: 23px;
  text-align: center;
}

.button-3 {
  margin-top: 15px;
  padding: 16px 32px;
  background-color: #17dee4;
  color: #000;
  font-size: 16px;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 617px;
  height: 420px;
  padding: 21px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #17dee4;
  border-radius: 0px;
  text-align: center;
}

.bold-text-3 {
  font-size: 12px;
}

.paragraph-5 {
  font-size: 11px;
  text-align: left;
}

.text-block-2 {
  margin-bottom: 15px;
}

.heading-9 {
  max-width: 940px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}

.container-4 {
  max-width: 1280px;
}

.section-7 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.heading-10 {
  margin-bottom: 20px;
  font-weight: 900;
  text-align: center;
}

.text-block-3 {
  margin-bottom: 12px;
  font-size: 24px;
  text-align: center;
}

.bold-text-4 {
  font-weight: 400;
}

.div-block-11 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-11 {
  font-weight: 900;
}

.div-block-12 {
  width: 350px;
}

.paragraph-6 {
  font-size: 16px;
  line-height: 23px;
}

.section-8 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f7f8fe;
}

.paragraph-7 {
  margin-top: 19px;
  font-size: 16px;
  line-height: 28px;
}

.container-5 {
  padding: 16px;
}

.div-block-13 {
  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;
  grid-column-gap: 65px;
  grid-row-gap: 65px;
}

.link-6 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.link-7 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.paragraph-8 {
  font-size: 16px;
  line-height: 23px;
}

.paragraph-9 {
  font-size: 16px;
  line-height: 23px;
}

.paragraph-10 {
  font-size: 16px;
  line-height: 23px;
}

@media screen and (max-width: 991px) {
  .paragraph-5 {
    font-size: 12px;
  }
}