.radio-option {
  cursor: pointer;
  /* border: 2px solid transparent; */
  padding: 10px;
  transition: border-color 0.3s;
}

.radio-option.selected {
  border: 2px solid #3940cf !important;
}

.radio-button-label-2 {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 15px;
}
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.name-form-fields {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 8px;
}
.button-6 {
  text-align: center;
  background-color: #3940cf;
  border-radius: 20px;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  width: 100px;
  height: 40px;
  font-size: 14px;
  font-weight: 600;
}
.submit-button {
  font-weight: 600;
}

.success-message {
  background-color: transparent !important;
  box-shadow: none !important;
  height: auto !important;
  margin-top: 0 !important;
}

.how-can-we-help-you {
  grid-column-gap: 22px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 0px;
  display: flex;
}

.how-can-we-contribute {
  margin-top: 20px;
  margin-bottom: 40px;
}

.side-girl-img-wrapper {
  z-index: 1;
  object-fit: contain;
  width: auto;
  height: 220px;
  position: absolute;
  top: 570px;
  bottom: auto;
  left: auto;
  right: -104px;
}

.side-boy-img-wrapper {
  z-index: 1;
  width: auto;
  height: 300px;
  position: absolute;
  top: 100px;
  bottom: auto;
  left: -103px;
  right: auto;
}
.div-block-41 {
  background-color: #f4f6fc;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 480px;
  display: flex;
  padding-top: 72px;
}
.hero-image-wrapper .div-block-45 img {
  max-width: 350px;
}
.container-large {
  justify-content: center;
  align-items: center;
  /* width: 100%; */
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.hero-wrapper {
  max-width: 80rem;
  justify-content: space-between;
  margin-top: 0px;
}
.hero-wrapper .heading-35 {
  font-size: 20px;
}
.hero-wrapper .heading-36 {
  font-size: 40px;
}
.pointers-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}
.f1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}
.div-block-53 {
  width: 32px;
  height: 32px;
}
.contact_form {
  width: 100%;
  max-width: 1112px;
  margin-top: 60px;
  position: relative;
  box-shadow: 0 0 25px -17px #3940cf;
}
.nav_logo {
  height: 30px;
  font-size: 1.4px;
  line-height: 100%;
}
.footer_logo {
  width: 100%;
  height: 30px;
  margin-top: 60px;
  font-size: 1rem;
}
@media screen and (min-width: 1440px) {
  .button-6 {
    background-color: #3940cf;
    height: 44px;
    margin-top: auto;
    font-size: 16px;
  }
  .side-girl-img-wrapper {
    height: 220px;
    position: absolute;
    top: 570px;
    right: -104px;
  }

  .side-boy-img-wrapper {
    object-fit: fill;
    width: auto;
    height: 250px;
    left: -86px;
  }
  .div-block-41 {
    height: 480px;
  }
  .nav_logo {
    flex: 0 auto;
    height: auto;
    width: 160px;
  }
  .footer_logo {
    height: 38px;
  }
}

@media screen and (max-width: 479px) {
  .button-6 {
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    height: auto;
    padding: 5px 15px;
  }
  .side-girl-img-wrapper {
    aspect-ratio: auto;
    object-fit: cover;
    width: 100%;
    height: 140px;
    display: none;
    overflow: hidden;
  }

  .side-girl-img-wrapper.hiddden {
    display: none;
  }
  .div-block-41 {
    height: auto;
    padding: 0px 20px 0px 20px;
  }
  .hero-wrapper {
    grid-column-gap: 44px;
    grid-row-gap: 0px;
    flex-flow: column;
  }
  .hero-text-wrapper {
    margin-top: 75px;
  }
  .name-form-fields {
    display: block;
  }
  .nav_logo {
    width: 126px;
    height: auto;
  }
  .footer_logo {
    width: auto;
    height: 30px;
    margin-top: 40px;
  }
}
