/* == Ends */

/*  Starts */
.eb-typed-wrapper.undefined {
	text-align: left;
	transition: background .5s, border .5s, border-radius .5s, box-shadow .5s;
}

.eb-typed-wrapper.undefined:before {
	z-index: -11;
}

.undefined .eb-typed-prefix {
	font-size: 22px;
	font-weight: 600;
	color: var(--eb-global-primary-color);
}

.undefined .eb-typed-suffix {
	font-size: 22px;
	font-weight: 600;
	color: var(--eb-global-primary-color);
}

.undefined .eb-typed-text, .undefined .eb-typed-view, .undefined .typed-cursor {
	font-size: 22px;
	font-weight: 600;
	color: var(--eb-global-primary-color);
}

.eb-parent-undefined {
	display: block;
}

.root-undefined {
	position: relative;
}

.root-undefined.eb_liquid_glass-effect1 {
	background-color: rgba(255, 255, 255, .12);
	backdrop-filter: blur(24px);
}

.root-undefined.eb_liquid_glass-effect2 {
	background-color: rgba(255, 255, 255, .12);
	backdrop-filter: blur(24px) brightness(1);
}

.root-undefined.eb_liquid_glass_shadow-effect1 {
	border-width: 1px;
	border-color: rgba(255, 255, 255, .12);
	border-style: solid;
	border-radius: 24px;
}

.root-undefined.eb_liquid_glass-effect1 > .eb-parent-wrapper > div {
	background: transparent;
}

@media (max-width: 1024px) {
	.eb-parent-undefined {
		display: block;
	}
}

@media (max-width: 767px) {
	.eb-parent-undefined {
		display: block;
	}
}
