.kd-hero {
	display: flex;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #eee;
	min-height: 841px;
}
.kd-hero__content {
	max-width: 800px;
}
.kd-hero__content > h1 {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.25;
	color: #fff;
	letter-spacing: -0.03em;
	margin: 0 0 16px;
}
.kd-hero__content > h2 {
	color: #fff;
	font-weight: 600;
	font-size: 80px;
	line-height: 1.25;
	letter-spacing: -0.05em;
	margin: 0 0 32px;
}
.kd-hero__content > p {
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.795;
	letter-spacing: -0.03em;
	margin: 0 0 53px;
}
.kd-hero__partners {
    display: flex;
    align-items: center;
    padding-top: 72px;
}
.kd-hero__partners-title h2 {
    font-weight: 600;
    font-size: 25px;
    line-height: 31px;
    display: flex;
    align-items: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin: 0;
}
.kd-hero__partners-title {
    padding-right: 60px;
}
.kd-hero__partners-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}
.kd-hero__partners-item {
    padding-left: 60px;
}
.kd-hero__partners-item {
	transition: opacity .3s ease;
}
.kd-hero__partners-item a:hover {
	opacity: 0.8;
}
.kd-hero__arrow {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 46px;
	margin: auto;
	width: 12px;
	height: 24px;
	background: url(/wp-content/uploads/2022/06/icon-arrow-down.svg) no-repeat center;
	background: url(/wp-content/uploads/2022/07/icon-arrow-down.svg) no-repeat center;
	transition: opacity .3s ease;
}
.kd-hero__arrow:hover {
	opacity: 0.8;
}
.kd-admin .kd-container {
	max-width: 1330px;
	margin: auto;
	width: 100%;
}
.kd-admin .kd-button.wp-block-button__link {
    border-radius: 3px;
    padding: 32px 28px 29px;
}

@media (max-width: 1024px) {
	.kd-hero__content > h1 {
	    font-size: 18px;
	}
	.kd-hero__content > h2 {
		font-size: 50px;
	}
	.kd-hero__partners {
	    align-items: flex-start;
	    padding-top: 50px;
	    flex-direction: column;
	}
	.kd-hero__partners-title {
	    padding-right: 0;
	    margin-bottom: 20px;
	}
	.kd-hero__partners-title h2 {
	    font-size: 20px;
	}
	.kd-hero__partners-logo {
		width: 100%;
	}
	.kd-hero__partners-item {
	    padding: 0 15px;
	}
	.kd-hero__partners-item:first-child {
		padding-left: 0;
	}
	.kd-hero__partners-item:last-child {
		padding-right: 0;
	}
}
@media (max-width: 767px) {
	.kd-hero {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.kd-hero__partners-logo {
	    flex-flow: row wrap;
	}
	.kd-hero__partners-item {
	    padding: 10px !important;
	    flex: 0 1 50%;
	    width: 50%;
	}
}