.wp-block-acf-tech-days-header,
.kftheme-tech-days-header {
  position: relative;
  display: block;
  overflow: hidden;
  color: inherit;
  background-color: var(--kftheme-tech-days-header-background-color, transparent);
  color: #fff;

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

    padding-top: 228px;
	padding-bottom: 90px;
}

.kftheme-tech-days-header.kftheme-tech-days-header.kftheme-tech-days-header.kftheme-tech-days-header.kftheme-tech-days-header.kftheme-tech-days-header.kftheme-tech-days-header {
    max-width: 100%;
	padding-right: var(--wp--style--root--padding-right);
    padding-left: var(--wp--style--root--padding-left);
}

@media (max-width: 1050px) {
    .kftheme-tech-days-header.kftheme-tech-days-header.kftheme-tech-days-header.kftheme-tech-days-header.kftheme-tech-days-header.kftheme-tech-days-header.kftheme-tech-days-header.kftheme-tech-days-header {
        width: calc(100% + var(--wp--style--root--padding-left, 40px) + var(--wp--style--root--padding-right, 40px));
        max-width: none;
        margin-left: calc(-1 * var(--wp--style--root--padding-left, 40px));
        margin-right: calc(-1 * var(--wp--style--root--padding-right, 40px));
        box-sizing: border-box;
    }

	.wp-block-group.has-background .kftheme-tech-days-header.kftheme-tech-days-header.kftheme-tech-days-header.kftheme-tech-days-header.kftheme-tech-days-header.kftheme-tech-days-header.kftheme-tech-days-header.kftheme-tech-days-header {
        width: calc(100% + var(--wp--style--root--padding-left, 40px) + var(--wp--style--root--padding-right, 40px));
        max-width: none;
        margin-left: calc(-1 * var(--wp--style--root--padding-left, 40px)) !important;
        margin-right: calc(-1 * var(--wp--style--root--padding-right, 40px)) !important;
        box-sizing: border-box;
    }
}

.kftheme-tech-days-header__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.kftheme-tech-days-header__background.kftheme-tech-days-header__background {
	margin: 0;
	max-width: none;
}

.kftheme-tech-days-header__background-image {
  position: absolute;
  inset: 0;
}

.kftheme-tech-days-header__background-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kftheme-tech-days-header__background-image--mobile {
  display: none;
}

.kftheme-tech-days-header__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 24px;
  margin: 0 auto;
  box-sizing: border-box;
}

.kftheme-tech-days-header__logo {
  width: var(--kftheme-tech-days-header-logo-width, 180px);
  max-width: 100%;
}

.kftheme-tech-days-header__logo-image {
  display: block;
  width: 100%;
  height: auto;
}

.kftheme-tech-days-header__title {
  margin: 0;

    font-weight: 300;
    font-size: clamp(clamp(clamp(44px, 0.64vw + 41.58px, 45.95px), 4.3vw + 16.84px, 58.89px), 11.63vw + -54.82px, 94px);
    line-height: 100%;

}

.kftheme-tech-days-header__content {
  display: block;
  max-width: 100%;


    margin-top: 90px;
    padding: 32px;
    border-radius: 21px;

	--saturation: 110%;

	background-color: #ffffff08;
  background: linear-gradient(180deg, rgba(81, 82, 163, 0.3) 0%, rgba(133, 135, 255, 0.06) 100%);
	backdrop-filter: blur(4px) saturate(var(--saturation));
	-webkit-backdrop-filter: blur(4px) saturate(var(--saturation));


}

.kftheme-tech-days-header__content::before {
    content: '';
    position: absolute;
    z-index: 1;
    inset: 0px;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(315.45deg, rgb(255 255 255 / 69%) 4.43%, rgb(255 255 255 / 30%) 24.53%, rgba(255, 255, 255, 0.35) 44.22%, rgb(255 255 255 / 41%) 64.72%, rgb(255 255 255 / 64%) 84.82%);
    -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;
}

.kftheme-tech-days-header__content > * {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .kftheme-tech-days-header__background-image--desktop {
    display: none;
  }

  .kftheme-tech-days-header__background-image--mobile {
    display: block;
  }

  .kftheme-tech-days-header__inner {
    gap: 20px;
  }
}







.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__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;
	}
}


@media (max-width: 767px) {
	

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

	.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;
	}

}