/* == Block Styles == */
.landingPageHero{
    position: relative;
}
.landingPageHero.includeSiteLogo{
    margin-top: -125px;
}
.landingPageHero__afterHelper {
  background: linear-gradient(95.41deg, #03252a 13.95%, #0f3c43 97.22%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -10;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.landingPageHero__siteLogo{
    max-width: 175px;
    width: 100%;
    height: auto;
    padding-top: 16px;
}

.landingPageHero__row{
    gap: 2rem;
}
.landingPageHero__leftInnerCol{
    padding-right: 64px;
}
.landingPageHero__leftInnerCol * {
    color: #fff;
}


.landingPageHero__rightInnerCol{
    padding: 32px;
    border-radius: 1.5rem;
    background-color: #f2f7f8;
}
.landingPageHero__rightInnerCol .gform-footer input,
.landingPageHero__rightInnerCol .gform-footer br{
    display: none !important;
}
.landingPageHero__rightInnerCol .gfield{
    margin-bottom: 0px !important;
}
.landingPageHero__rightInnerCol .gform-footer{
	text-align: center;
}

.landingPageHero__hideTopRadius{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-top: 25px;
}
@media screen and (max-width: 767px){
    .landingPageHero{
        margin-top: -96px;
    }
    .landingPageHero__leftInnerCol{
        padding-right: 0px;
    }
    .landingPageHero__hideTopRadius{
        border-radius: 1.5rem;
    }
}