.page-demo .ph-carousel {
    padding: 50px 0px;
}
.pd-formdiv {
    background: linear-gradient(190deg, rgba(31,22,116,1) 0%, rgba(67,34,121,1) 50%, rgba(81,39,122,1) 100%);
    border-radius: 16px;
    margin-bottom: 100px;
    padding: 15px;
}
.pd-form {
    position: relative;
}
.page-demo .mastheadimg {
    position: absolute;
    top: -205px;
    right: -35px;
    width: 700px;
}
.pd-form .pd-forminner {
    background: #fff;
    border-radius: 16px;
    /* margin: 20px; */
    width: 100%;
    position: inherit;
    z-index: 1;
}
.pd-form .pd-forminner > p {
    font-size: 13px;
    color: #73709A;
}
.checklist li {
    padding: 5px 0;
}
form label {
    margin-top: 20px;
    font-size: 13px;
}
form .form-control, form .hs-input {
    background: #EBF1FB;
    border: unset;
    display: block;
    width: 100%!important;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    border-radius: 8px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
form input[type="submit"] {
    font-family: 'Apfel Grotezk'!important;
    font-size: 18px;
    background-color: var(--color-pink);
    color: #fff;
    border-radius: 50px;
	padding: 8px 15px;
	min-width: 120px;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	border: 1px solid transparent;
    margin-top: 30px;
    margin-left: auto;
    margin-right: 0;
    display: block;
    width: 100%;
    cursor: pointer;
    -webkit-transition: .25s;
     -moz-transition: .25s;
     -ms-transition: .25s;
     -o-transition: .25s;
     transition: .25s;
}
form input[type="submit"]:focus {
    color: #fff;
	-webkit-box-shadow: 0px 0px 15px var(--color-pink);
	-moz-box-shadow: 0px 0px 15px var(--color-pink);
	box-shadow: 0px 0px 15px var(--color-pink);
    background: var(--color-pink);
    border: unset;
}
form input[type="submit"]:hover{
	color: #fff;
	-webkit-box-shadow: 0px 0px 15px var(--color-pink);
	-moz-box-shadow: 0px 0px 15px var(--color-pink);
	box-shadow: 0px 0px 15px var(--color-pink);
}
form .form-control:focus, form input:focus, form .hs-input:focus {
    color: #495057;
    outline: 0;
    border-color: var(--color-darkblue);
    box-shadow: 0 0 0 0.2rem rgb(128 189 255 / 25%);
    background: #EBF1FB;
}
form button:focus {
    outline: unset;
}
form fieldset {
    max-width: 100%!important;
}
.conf {
    position: absolute;
}
.conf:nth-of-type(2) {
    bottom: -65px;
}
.conf:nth-of-type(3) {
    right: 100px;
    bottom: -85px;
}
.conf:nth-of-type(4) {
    right: -40px;
    bottom: 25px;
    z-index: 2;
}
.form-submit-done img {
    width: 80px;
}
.form-submit-done .btn-pink-light {
    padding: 5px 20px;
}
ul.hs-error-msgs {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.hs-error-msgs span {
    margin: 0px;
    color: #e25d5d;
}