:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

.heading {
  text-align: center;
  margin-bottom: 20px;
}

.container {
  text-align: center;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.section {
  opacity: 1;
  background-image: url('../images/collage-finance-banner-concept.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.section-footer {
  background-color: #15241d;
}

.container-footer {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 45px;
}

.text-block {
  color: #fff;
  margin-top: 0;
}

.section-3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-2 {
  color: #fff;
  text-align: left;
  font-size: 24px;
  line-height: 32px;
}

.profile-block {
  text-align: left;
  background-color: rgba(101, 121, 110, .42);
  border-radius: 16px;
  padding: 10px;
  display: block;
}

.paragraph {
  color: #fff;
  text-align: left;
  margin-top: 25px;
  font-size: 20px;
  line-height: 26px;
}

.container-3 {
  max-width: 1350px;
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.form-block {
  width: 475px;
  text-align: center;
  background-color: #1e2c1c;
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  position: static;
  left: 0;
}

.text-field {
  border-radius: 4px;
}

.checkbox-field {
  color: #fff;
}

.form {
  text-align: left;
}

.submit-button {
  width: 100%;
  background-color: #2eac1d;
  border-radius: 4px;
  margin-top: 11px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.image {
  border-radius: 5px;
}

.div-block-3 {
  width: 80%;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  text-align: left;
  background-color: rgba(101, 121, 110, .42);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  display: flex;
}

.image-2 {
  border-radius: 13px;
}

.paragraph-copy {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  line-height: 24px;
}

.link {
  color: #f0efd7;
}

.text-span {
  color: #2eac1d;
}

@media screen and (max-width: 991px) {
  .container-3 {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .container {
    justify-content: center;
  }

  .container-3 {
    flex-wrap: wrap;
  }

  .form-block {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 27px;
    padding-right: 27px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: auto;
    background-repeat: repeat;
    padding: 14px;
  }

  .profile-block {
    width: auto;
    max-width: none;
  }

  .container-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .form-block {
    width: auto;
    margin-top: 25px;
  }
}


