.kf-td-main-header {
	position: relative;
	overflow: hidden;
	background: var(--kf-td-main-header-background-color, #0a0b2e);
	color: var(--kf-td-main-header-text-color, #ffffff);

	min-height: 722px;
	display: grid;
	padding-top: 128px;
	padding-bottom: 90px;

	border-radius: 50px;
	margin-top: 20px;
}

.kf-td-main-header.kf-td-main-header.kf-td-main-header.kf-td-main-header.kf-td-main-header.kf-td-main-header.kf-td-main-header {
	max-width: 100%;
}

.kf-td-main-header__background {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

.kf-td-main-header__background.kf-td-main-header__background {
	margin: 0;
	max-width: none;
}

.kf-td-main-header__background-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kf-td-main-header__inner {
	position: relative;
	z-index: 1;
	width: 100%;
}

.kf-td-main-header__grid {
	display: grid;
	grid-template-columns: minmax(0, 8fr) minmax(0, 9fr);
	align-items: end;
	min-height: 100%;

	gap: 40px;
	width: 100%;
}

.kf-td-main-header__content,
.kf-td-main-header__inner-blocks {
	min-width: 0;
}

.kf-td-main-header__content {
	grid-column: 1;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 24px;

	height: 100%;
}

.kf-td-main-header__inner-blocks {
	grid-column: 2;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.kf-td-main-header__logo {
	line-height: 0;
}

.kf-td-main-header__logo-image {
	display: block;
	width: var(--kf-td-main-header-logo-width, 450px);
	max-width: 100%;
	height: auto;
}

.kf-td-main-header__title {
	margin: 0;

	font-weight: 300;
	font-size: clamp(clamp(clamp(24px, 0.28vw + 22.94px, 24.86px), 1.89vw + 12.05px, 30.55px), 5.12vw + -19.48px, 46px);
	line-height: 100%;
	vertical-align: bottom;

	flex-grow: 1;
}

.kf-td-main-header__title.kf-td-main-header__title {
	margin-bottom: 0;
	margin-top: .4em;
}

.kf-td-main-header__description {
	padding-bottom: 25px;
}

.kf-td-main-header__description,
.kf-td-main-header__description p {
	font-size: 24px;
	line-height: 1.35;

	font-weight: 400;
	font-size: var(--wp--preset--font-size--x-24);
	line-height: 100%;
	letter-spacing: 2%;
	vertical-align: bottom;

	margin: 0;
}

.kf-td-main-header__date {

	font-weight: 300;
	font-size: var(--wp--preset--font-size--x-32);
	line-height: 100%;
	letter-spacing: -3%;

	margin-top: 8px;
}






.kf-td-main-header__inner-blocks a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: .1rem;
}

.kf-td-main-header__inner-blocks a:hover {
}

.kf-td-main-header__inner-blocks > *:first-child {
	margin-top: 0;
}

.kf-td-main-header__inner-blocks > *:last-child {
	margin-bottom: 0;
}

.kf-td-main-header__inner-blocks form {
	width: 100%;
}

.kf-td-main-header__inner-blocks input,
.kf-td-main-header__inner-blocks select,
.kf-td-main-header__inner-blocks textarea,
.kf-td-main-header__inner-blocks button {
	box-sizing: border-box;
	max-width: 100%;
	font: inherit;
}

.kf-td-main-header__inner-blocks.kf-td-main-header__inner-blocks.kf-td-main-header__inner-blocks.kf-td-main-header__inner-blocks.kf-td-main-header__inner-blocks.kf-td-main-header__inner-blocks input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]),
.kf-td-main-header__inner-blocks.kf-td-main-header__inner-blocks.kf-td-main-header__inner-blocks.kf-td-main-header__inner-blocks.kf-td-main-header__inner-blocks.kf-td-main-header__inner-blocks select,
.kf-td-main-header__inner-blocks.kf-td-main-header__inner-blocks.kf-td-main-header__inner-blocks.kf-td-main-header__inner-blocks.kf-td-main-header__inner-blocks.kf-td-main-header__inner-blocks textarea {
	width: 100%;
}
.kf-td-main-header__inner-blocks .submitted-message,
.kf-td-main-header__inner-blocks input[type=text],
.kf-td-main-header__inner-blocks input[type=email],
.kf-td-main-header__inner-blocks input[type=tel],
.kf-td-main-header__inner-blocks input[type=url],
.kf-td-main-header__inner-blocks select,
.kf-td-main-header__inner-blocks textarea {
	background-color: #FFFFFF33;
	color: #fff;
	border-radius: 10px;
	border: none;
	padding: 14px 20px;

	position: relative;
}

.kf-td-main-header__inner-blocks input[type=text]::placeholder,
.kf-td-main-header__inner-blocks input[type=email]::placeholder,
.kf-td-main-header__inner-blocks input[type=tel]::placeholder,
.kf-td-main-header__inner-blocks input[type=url]::placeholder{
  color: #FFFFFF;
  opacity: 1;
}

.kf-td-main-header__inner-blocks input[type=submit] {
	font-size: 16px;
	line-height: 100%;
	padding-top: 18px;
	padding-right: 24px;
	padding-bottom: 18px;
	padding-left: 24px;
	border-radius: 50vw;

	--c-light: #ffffff8c;
	--c-dark: #ffffff24;

	--glass-reflex-dark: 1;
	--glass-reflex-light: 1;
	
	--saturation: 150%;

	background-color: #ffffff18;
	backdrop-filter: blur(8px) saturate(var(--saturation));
	-webkit-backdrop-filter: blur(8px) saturate(var(--saturation));
	box-shadow: inset 0 0 0 1px 
			color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 10%), transparent), inset 1.8px 3px 0px -2px 
			color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 90%), transparent), inset -2px -2px 0px -2px 
			color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 80%), transparent), inset -3px -8px 1px -6px 
			color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 60%), transparent), inset -0.3px -1px 4px 0px 
			color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 12%), transparent), inset -1.5px 2.5px 0px -2px 
			color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent), inset 0px 3px 4px -2px 
			color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent), inset 2px -6.5px 1px -4px 
			color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent), 0px 1px 5px 0px 
			color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent), 0px 6px 16px 0px 
			color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 8%), transparent);
	transition: background-color 400ms cubic-bezier(1, 0.0, 0.4, 1), box-shadow 400ms cubic-bezier(1, 0.0, 0.4, 1);

	color: #fff;
	cursor: pointer;

	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;

	margin: 0 auto;
    display: block;

	margin-top: 8px;
}

.kf-td-main-header__inner-blocks input[type=submit]:hover,
.kf-td-main-header__inner-blocks input[type=submit]:active {
	--c-light: #ffffffa5;
	--c-dark: #ffffff3d;
	background-color: #ffffff35;
}

.kf-td-main-header__inner-blocks .hbspt-form label {
	display: block;
	margin-bottom: 0;
}


.kf-td-main-header__inner-blocks .hbspt-form fieldset {
	max-width: 100%;
}


.kf-td-main-header__inner-blocks .hbspt-form fieldset.form-columns-1 .hs-form-field,
.kf-td-main-header__inner-blocks .hbspt-form fieldset.form-columns-2 .hs-form-field {
	width: auto;
    float: none;

	margin-top: 0;
	margin-bottom: 0px;
}

.kf-td-main-header__inner-blocks .hbspt-form fieldset.form-columns-1 .hs-input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]) {
	width: 100%;
}


.kf-td-main-header__inner-blocks .hbspt-form fieldset.form-columns-2 {
	display: flex;
	gap: 10px;
	max-width: none;
	flex-direction: row;
}

.kf-td-main-header__inner-blocks .hbspt-form fieldset.form-columns-2 > * {
	flex: 1;
}

.kf-td-main-header__inner-blocks .hbspt-form fieldset.form-columns-1 .input,
.kf-td-main-header__inner-blocks .hbspt-form fieldset.form-columns-2 .input {
	margin: 0;
}

.kf-td-main-header__inner-blocks .hbspt-form .input {
	position: relative;
	border-radius: 10px;
}


.kf-td-main-header__inner-blocks .hbspt-form .hs-fieldtype-select .input {
	position: relative;
}

.kf-td-main-header__inner-blocks .hbspt-form .hs-fieldtype-select .input select {
  -webkit-appearance: none;  /* Chrome, Safari, newer Edge */
  -moz-appearance: none;     /* Firefox */
  appearance: none;          /* Standard property */
}
.kf-td-main-header__inner-blocks .hbspt-form .hs-fieldtype-select .input::after {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    right: 20px;
    top: 23px;
    transition: 150ms ease-in-out;
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 2.3px;
    position: absolute;
}

.kf-td-main-header__inner-blocks .hbspt-form .input :is(input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=url]:focus, select:focus, textarea:focus) {
	outline: none;
}

.kf-td-main-header__inner-blocks .hbspt-form .input:has(input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=url]:focus, select:focus, textarea:focus)::before {
	background: linear-gradient(180deg, #95FFEC 0%, rgba(40, 185, 5, 0) 100%);
}

.kf-td-main-header__inner-blocks .hbspt-form ul.inputs-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.kf-td-main-header__inner-blocks .hbspt-form ul.hs-error-msgs {
	list-style: none;
	margin: 0;
	padding: 0;
}

.kf-td-main-header__inner-blocks .hbspt-form .hs-error-msg {
	color: #d50000;
	font-size: 12px;
	/* letter-spacing: .05em; */
    text-transform: uppercase;
}

.kf-td-main-header__inner-blocks .hbspt-form [type="radio"]:checked,
.kf-td-main-header__inner-blocks .hbspt-form [type="radio"]:not(:checked),
.kf-td-main-header__inner-blocks .hbspt-form [type="checkbox"]:checked,
.kf-td-main-header__inner-blocks .hbspt-form [type="checkbox"]:not(:checked) {
                  position: absolute;
                  left: -9999px;
            }
.kf-td-main-header__inner-blocks .hbspt-form [type="radio"]:checked + span,
.kf-td-main-header__inner-blocks .hbspt-form [type="radio"]:not(:checked) + span
            {
                  position: relative;
                  padding-left: 30px;
                  cursor: pointer;
                  line-height: 60px;
                  display: inline-block;
            }

.kf-td-main-header__inner-blocks .hbspt-form [type="checkbox"]:checked + span,
.kf-td-main-header__inner-blocks .hbspt-form [type="checkbox"]:not(:checked) + span{
                  position: relative;
                  padding-left: 40px !important;
                  cursor: pointer;
                  display: inline-block;
                  margin: 7px 0px;
                  text-transform: inherit !important;
            }
.kf-td-main-header__inner-blocks .hbspt-form [type="radio"]:checked + span:before,
.kf-td-main-header__inner-blocks .hbspt-form [type="radio"]:not(:checked) + span:before,
.kf-td-main-header__inner-blocks .hbspt-form [type="checkbox"]:checked + span:before,
.kf-td-main-header__inner-blocks .hbspt-form [type="checkbox"]:not(:checked) + span:before{
                  content: '';
                  position: absolute;
                  left: 7px;
                  top: 10px;
                  width: 20px;
                  height: 20px;
                  /* background: #fff; */
                  border: 1px solid #ccc;
                  border-radius: 4px;
            }
.kf-td-main-header__inner-blocks .hbspt-form [type="radio"]:not(:checked) + span:after {
                  content: '';
                  width: 32px;
                  height: 32px;
                  background: #fff !important;
                  position: absolute;
                  top: 14px;
                  left: 14px;
                  border-radius: 100%;	
            }
.kf-td-main-header__inner-blocks .hbspt-form [type="checkbox"]:not(:checked) + span:after {
                  content: '';
                  position: absolute;
            }
.kf-td-main-header__inner-blocks .hbspt-form [type="radio"]:checked + span:after {
                  content: '';
                  width: 8px;
                  height: 8px;
                  position: absolute;
                  border-radius: 100%;
            }
.kf-td-main-header__inner-blocks .hbspt-form [type="checkbox"]:checked + span:after {
                  content: '';
                  width: 20px;
                  height: 20px;
                  position: absolute;
                  top: 10px;
                  left: 7px;
				  border-radius: 4px;
                  background: #fff url(/wp-content/themes/keyfactor/library/images/i-check.png) no-repeat center center;
                  background-size: 90%;
                  text-align: center;
            }

.kf-td-main-header__inner-blocks .hbspt-form [type="radio"]:not(:checked) + span:after, 
.kf-td-main-header__inner-blocks .hbspt-form [type="radio"]:checked + span:after,
.kf-td-main-header__inner-blocks .hbspt-form [type="checkbox"]:not(:checked) + span:after, 
.kf-td-main-header__inner-blocks .hbspt-form [type="checkbox"]:checked + span:after {
                  opacity: 1;
                  -webkit-transform: scale(1);
                  transform: scale(1);
            }

.kf-td-main-header__inner-blocks .submitted-message {
	position: relative;
	display: inline-block;
	margin-bottom: 70px;
}

.kf-td-main-header__inner-blocks .submitted-message::before,
.kf-td-main-header__inner-blocks .hbspt-form .input:has(input[type=text], input[type=email], input[type=tel], input[type=url], select, textarea)::before {
	content: '';
	position: absolute;
	inset: 0px;
   
	border-radius: inherit;

	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
  
	pointer-events: none;

	padding: 1px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 6%, rgba(255, 255, 255, 0) 100%);
}

.kf-td-main-header__inner-blocks input[type=submit] {
	width: 100%;
	background-color: #5E61FF;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	box-shadow: none;
	color: #fff;

	padding: 18px 24px;
	margin-top: 0px;
}

.kf-td-main-header__inner-blocks input[type=submit]:hover,
.kf-td-main-header__inner-blocks input[type=submit]:active {
	background-color: #0A0B2E;
}



.kf-td-main-header__inner-blocks form {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	gap: 0 10px;
}

.kf-td-main-header__inner-blocks form fieldset {
	grid-column: span 3;
}

.kf-td-main-header__inner-blocks form fieldset:nth-child(1) {
	grid-column: 1;
	grid-row: 1;
}

.kf-td-main-header__inner-blocks form fieldset:nth-child(2) {
	grid-column: 2;
	grid-row: 1;
}

.kf-td-main-header__inner-blocks form .hs-submit {
	grid-column: 3;
	grid-row: 1;
}

.kf-td-main-header__inner-blocks form p {
	margin: 0;
	font-size: 14px;
}

.footer-group .kf-td-main-header__inner-blocks {
	max-width: 656px;
}

@media (max-width: 1024px) {
	.kf-td-main-header__description {
		padding-bottom: 0;
	}
	.kf-td-main-header__inner-blocks form {
		grid-template-columns: 1fr 1fr;
	}

	.kf-td-main-header__inner-blocks form fieldset {
		grid-column: span 2;
	}

	.kf-td-main-header__inner-blocks form fieldset:nth-child(1) {
		grid-column: 1 / span 2;
		grid-row: 1;

		margin-bottom: 10px;
	}

	.kf-td-main-header__inner-blocks form fieldset:nth-child(2) {
		grid-column: 1;
		grid-row: 2;
	}

	.kf-td-main-header__inner-blocks form .hs-submit {
		grid-column: 2;
		grid-row: 2;
	}
}


.kf-td-main-header__background-image--mobile {
	display: none;
}

@media (max-width: 767px) {
	.kf-td-main-header {
		padding-top: 100px;
		padding-bottom: 50px;
	}

	.kf-td-main-header__grid {
		grid-template-columns: 1fr;

		/* text-align: center; */
	}

	.kf-td-main-header__description, .kf-td-main-header__description p {
		font-size: 16px;
		line-height: 22px;
	}

	.kf-td-main-header__content,
	.kf-td-main-header__inner-blocks {
		grid-column: auto;
	}

	.kf-td-main-header__content {
		gap: 20px;
	}

	.kf-td-main-header__inner-blocks {
		gap: 20px;
	}


	.kf-td-main-header__inner-blocks form {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.kf-td-main-header__inner-blocks form fieldset:nth-child(1) {
		grid-column: 1;
		grid-row: 1;

		margin-bottom: 10px;
        flex-direction: column;

		margin-bottom: 10px;
	}

	.kf-td-main-header__inner-blocks form fieldset:nth-child(2) {
		grid-column: 1;
		grid-row: 2;
		margin-bottom: 10px;
	}

	.kf-td-main-header__inner-blocks form .hs-submit {
		grid-column: 1;
		grid-row: 3;
	}

	
	.kf-td-main-header--has-mobile-background-image .kf-td-main-header__background-image--desktop {
		display: none;
	}

	.kf-td-main-header--has-mobile-background-image .kf-td-main-header__background-image--mobile {
		display: block;
	}
}