.kd-hero-form {
	position: relative;
	background: url('/wp-content/uploads/2024/04/hero-private-cloud-msp-ppc.jpg') no-repeat center;
	background-size: cover;
}
.kd-hero-form > .kd-container {
	position: relative;
}
.kd-hero-form__top {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    padding-top: 46px;
}
.kd-hero-form__top-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.kd-hero-form__top-phone a {
	color: #FFF;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.66px;
    padding: 2px 0 2px 51px;
	background: url('/wp-content/uploads/2024/04/icon-phone.svg') no-repeat left center;
	transition: opacity .3s ease;
}
.kd-hero-form__top-phone a:hover {
	opacity: .8;
}
.kd-hero-form__wrapper {
	padding: 228px 0 168px;
	display: flex;
	align-items: center;
	gap: 60px;
}
.kd-hero-form__content {
	flex: 1;
}
.kd-hero-form__content h1 {
	color: #FFF;
	font-size: 55px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -2.75px;
	margin-bottom: 40px;
}
.kd-hero-form__content ul {
	list-style: none;
	padding: 0;
}
.kd-hero-form__content p,
.kd-hero-form__content ul li {
    color: #FFF;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.795;
	letter-spacing: -0.54px;
}
.kd-hero-form__content ul li {
    list-style: none;
    padding-left: 40px;
    position: relative;
}
.kd-hero-form__content ul li:before {
	content: '';
	width: 26px;
	height: 26px;
	background: url('/wp-content/uploads/2024/04/icon-list.svg') no-repeat center;
	position: absolute;
	left: 0;
	top: 3px;
}
.kd-hero-form .wp-block-button {
	padding-top: 20px;
}
.kd-hero-form .kd-button {
    border-radius: 3px;
    border: 1px solid #3E749B;
    background-color: transparent;
    margin-top: 30px;
}
.kd-hero-form__form {
	flex: 0 1 50%;
	border-top: 8px solid #3E749B;
	background-color: #fff;
	padding: 55px 62px;
}
.kd-hero-form__form h2 {
	color: #252829;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -1.5px;
}
.kd-hero-form__form .wpcf7-form-control:not(.wpcf7-submit) {
	padding: 5px 0;
	width: 100%;
	border: none;
	border-bottom: 1px solid rgb(37 40 41 / 30%);
}
.kd-hero-form__form .kd-form-submit {
	position: relative;
	margin-bottom: 0;
}
.kd-form-submit .wpcf7-submit {
    width: 100%;
    border-radius: 3px;
    background: #3E749B;
    justify-content: center;
    height: 56px;
}
.kd-hero-form__form .kd-form-submit:after {
    content: "\f3d1";
    font: normal 1em / 1 "ionicons";
    -webkit-font-smoothing: antialiased;
    transition: transform 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
    transform: translateX(var(--decorator-transform));
    position: absolute;
    top: -29px;
    color: #fff;
    font-weight: bold;
    transition: left .3s ease;
    pointer-events: none;
    bottom: 0;
    margin: auto;
    left: calc(50% + 50px);
    height: 17px;
}
@media (max-width: 1024px) {
	.kd-hero-form__wrapper {
	    flex-direction: column;
        padding: 228px 0 100px;
	}
}
@media (max-width: 767px) {
	.kd-hero-form__top-wrap {
	    flex-direction: column;
	    gap: 20px;
	}
	.kd-hero-form__content h1 {
	    font-size: 36px;
	    text-align: center;
	}
	.kd-hero-form__content ul {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	}
	.kd-hero-form__content ul li {
	    text-align: center;
	    font-size: 16px;
	}
	.kd-hero-form__content ul li:before {
		top: 2px;
	}
	.kd-hero-form .wp-block-button {
	    text-align: center;
	}
	.kd-hero-form__form h2 {
	    font-size: 26px;
	}
	.kd-hero-form__form {
	    padding: 30px 40px;
	}
}
@media (max-width: 430px) {
	.kd-hero-form__content ul li {
	    max-width: 275px;
	}
}