@charset "UTF-8";

.input-field {
	width: 100%;
}

.w-100 {
	width: 100% !important;
}

.w-50 {
	width: 50% !important;
}

.w-30 {
	width: 30% !important;
}

.w-40 {
	width: 40% !important;
}

.w-60 {
	width: 60% !important;
}

.w-70 {
	width: 70% !important;
}




.form-wrapper-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1em;
	width: 100%;
}

.form-wrapper-row div {
	flex-grow: 1;
}

@media only screen and (max-width: 40.062em) {
	.form-wrapper-row {
		display: block;
	}
	.form-wrapper-row div {
		width: 100% !important;
	}
}


.page_intro,
.page_success {
	
}

.page_success {
	display: none;
}



[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
	display: none !important;
}

ng\:form {
	display: block;
}

.ng-animate-shim {
	visibility: hidden;
}

.ng-anchor {
	position: absolute;
}

@media screen and (max-width: 640px) {
	.itsme-section[_ngcontent-mhk-c94] {
		flex-direction: column-reverse
	}
}

.visible[_ngcontent-mhk-c35] {
	visibility: visible !important
}

.mod-bg[_ngcontent-mhk-c35] {
	z-index: 9999;
	-webkit-backdrop-filter: saturate(180%) blur(10px);
	backdrop-filter: saturate(180%) blur(10px);
	background-color: #000000b8;
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0, 0, 0, .45);
	display: block;
	top: 0;
	left: 0
}

.mod-bg-neg[_ngcontent-mhk-c35] {
	z-index: 9999;
	-webkit-backdrop-filter: saturate(180%) blur(10px);
	backdrop-filter: saturate(180%) blur(10px);
	background-color: #ffffff4d
}

.input-field-error[_ngcontent-mhk-c51] {
	display: block !important
}

input[_ngcontent-mhk-c51]:-webkit-autofill {
	animation-name: onAutoFillStart;
	-webkit-transition: background-color 50000s ease-in-out 0s;
	transition: background-color 50000s ease-in-out 0s
}

input[_ngcontent-mhk-c51]:not(:-webkit-autofill) {
	animation-name: onAutoFillCancel
}