.bodyWrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  position:relative;
	z-index:9;

}

.LPbodyContent {
    max-width: 580px;
}

.LPformContainer {
	box-shadow: 0px 0px 40px 0px rgba(19, 6, 68, 0.10);
    display: flex;
    max-width: 510px;
    border-radius: 15px;
    background: linear-gradient(180deg, rgba(255, 110, 77, 0.30) 7%, rgba(114, 82, 251, 0.30) 94.43%), #FFF;
    padding: 50px;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    align-self: stretch;
	flex-basis:40%;
	 
    z-index: 2;
	height:100%;
}
.hs-form-required {
	color: #FF6E4D;
}

.LPFormTitle {
    text-align: left;
    margin: 0px;
    font-size: 28px;
    line-height: 120%;
   font-weight:450;
	padding-bottom:48px;
}



.LPFormTitle p {
   margin: 5px;

}

.bodyContent h1 {
     font-size: 56px;
	line-height:110%;
}





.formContentArea h3 {
    margin: 0px;
}

.LPformContainer 	.hs-fieldtype-select.field.hs-form-field .input select {
width:100%!important;
	border: 1px solid #DDDDDD;
	 -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
	background-image:url('https://21197654.fs1.hubspotusercontent-na1.net/hubfs/21197654/Form-select-arrow.svg');
	background-repeat:no-repeat;
	background-position:97%;
	}
	
.LPformContainer fieldset.form-columns-1 input[type=checkbox] {
width:auto!important;
}
.LPformContainer fieldset.form-columns-2 div .input input {
    width: 88% !important;
  margin-right: 0px !important;
}
fieldset.form-columns-1 .input {
     width: 100% !important;
  margin-right: 0px !important;
}

.LPformContainer .form-columns-1 .hs-input {
width:92%!important;
}

.LPformContainer input, .LPformContainer select {
	font-family: "neue-haas-grotesk-display", sans-serif;
	border: 1px solid #DDDDDD;
	    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.03em;
    text-align: left;
}
}

.legal-consent-container {
  width:95%;
	padding-bottom:24px;
}


@media (max-width:1250px) {
	.bodyWrapper {
gap:50px;
	}
}
@media screen and (max-width:991px) {
   .bodyWrapper{
        flex-wrap: wrap;
		 justify-content:center;
		 gap:0px;
  }
  
  
  .LPformContainer,
    .LPbodyContent {
        max-width: 100%;
     
    }

    .LPformContainer {
        margin-top: 50px!Important;
			flex-basis:57%;

    }
	
    
}


@media (max-width:1230px) {
	.LPformContainer {
	   margin-top: -622px;
		}
}

@media (max-width:767px) {
	.LPformContainer {
max-height:100%;
		flex-basis:75%;
	}
	
	
	.lp-with-form-wrapper {
		padding-bottom:40px!Important;
	}
	
		.LPformContainer .form-columns-1 .hs-input {
		width:91%!important;
	}
	
	.LPformContainer fieldset.form-columns-2 div .input input {
		width:84%!important;
	}
	
	.LPbodyContent .content-wrapper {
		padding-bottom:30px;
	}
	
	.content-wrapper p {
		font-size:16px;
	}
}

@media (max-width:600px) {

	.LPformContainer .form-columns-1 .hs-input {
		width:93%!important;
	}
	.LPformContainer fieldset.form-columns-2 div .input input {
		width:88%!important;
	}
}


@media screen and (max-width:500px) {
 
	
	.LPformContainer .form-columns-1 .hs-input {
		width:90%!important;
	}
	
	.LPformContainer fieldset.form-columns-2 div .input input {
width:82%!important;
	}
	

	.LPformContainer .hs-form-checkbox input {
width:auto!important;
	}
	
	
  }

@media (max-width:400px) {
	.LPformContainer .form-columns-1 .hs-input {
		width:88%!important;
	}
}