#vertical-multilevel-menu {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	margin-left: 40px;
	flex-grow: 1;
}

#vertical-multilevel-menu>li {
	position: relative;
	display: inline-block;
	list-style: none;
	float: left;
}

.li_1 a {
	color: #fff;
	display: flex;
	align-items: center;
	font-weight: 200;
	padding: 10px 15px 8px;
	background: transparent;
	transition: all .3s;
	text-decoration: none;
}

.li_1.li_parent>a .li_1_text {
	white-space: nowrap;
}

.li_1.li_parent>a::after {
		content: '';
		position: relative;
		display: block;
		border: 7px solid transparent;
		border-top: 7px solid white;
		cursor: pointer;
		transition: all .3s;
		top: 4px;
		transition: .3s;
}

.li_1.li_parent>a:hover::after {
	transform: rotate(180deg);
	top: -4px;
}

.li_1_text {
	color: #fff;
	display: inline-block;
	font-weight: 200;
	padding: 10px 15px 8px;
	background: transparent;
	transition: all .3s;
	text-decoration: none;
}

/* #vertical-multilevel-menu li a:hover {
	color: #00ffcf;
} */

.ul_1 {
	position: absolute;
	display: none;
	top: 100%;
	min-width: 200px;
	z-index: 20;
	opacity: 1;
	height: fit-content;
	min-width: 100%;
	backdrop-filter: blur(5px);
	border: 1px solid white;
	padding: 0;
}

#vertical-multilevel-menu li:hover .ul_1 {
	display: block;
}

.li_2 {
	position: relative;
	display: block;
	width: 100%;
}

.li_2 a {
	display: flex;
	font-weight: 200;
	padding: 10px 15px 8px;
	background: white;
	color: black;
	font-size: 0.9em;
	transition: all .3s;
	text-decoration: none;
	gap: 5px;
	justify-content: space-between;
}

.li_2>a {
	white-space: nowrap;
}

.li_2 a:hover {
	color: #fff;
	background-color: #537fe7;
}

.li_2>a.parent::after {
		content: '';
		position: relative;
		display: block;
		border: 7px solid transparent;
		border-top: 7px solid black;
		cursor: pointer;
		transition: all .3s;
		top: 4px;
		transition: .3s;
}

.li_2>a.parent:hover::after {
		border-top: 7px solid white;
		transform: rotate(180deg);
		top: -4px;
}

.li_2 a.parent i {
	position: relative;
	display: inline-block;
	margin-left: 15px;
}

.li_2 a.parent i svg {
	width: 7px;
}

.ul_2 {
	position: absolute;
	display: none;
	z-index: 20;
	opacity: 1;
	height: fit-content;
	min-width: 100%;
	backdrop-filter: blur(5px);
	border: 1px solid white;
	top: 100%;
	min-width: 200px;
	padding: 0;
	left: 100%;
	top: -1px;
}

.ul_2::before {
	content: " ";
	position: absolute;
	display: block;
	width: 10px;
	height: 100%;
	background-color: transparent;
	top: 0px;
	left: -10px;
}

.li_2:hover .ul_2 {
	display: block;
}

.li_3 {
	position: relative;
	display: block;
	width: 100%;
}

.li_3 a {
	position: relative;
	display: flex;
	align-items: center;
	background-color: #fff;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	padding: 8px 15px;
	box-sizing: border-box;
	width: 100%;
	max-width: 200px;
	/* min-height: 56px; */
	justify-content: space-between;
}

.li_3 a:hover {

}

.li_3>a.parent::after {
		content: '';
		position: relative;
		display: block;
		border: 7px solid transparent;
		border-top: 7px solid black;
		cursor: pointer;
		transition: all .3s;
		top: 4px;
		transition: .3s;
}

.li_3>a.parent:hover::after {
		border-top: 7px solid white;
		transform: rotate(180deg);
		top: -4px;
}

.li_3 a.parent i {
	position: relative;
	display: inline-block;
	margin-left: 15px;
}

.li_3 a.parent i svg {
	width: 7px;
}

.ul_3 {
	position: absolute;
	display: none;
	z-index: 20;
	opacity: 1;
	height: fit-content;
	min-width: 100%;
	backdrop-filter: blur(5px);
	border: 1px solid white;
	top: 100%;
	min-width: 200px;
	padding: 0;
	left: 100%;
	top: -1px;
}

.ul_3::before {
	content: " ";
	position: absolute;
	display: block;
	width: 10px;
	height: 100%;
	background-color: transparent;
	top: 0px;
	left: -10px;
}

.li_3:hover .ul_3 {
	display: block;
}

.li_4 {
	position: relative;
	display: block;
	width: 100%;
}

.li_4 a {
	position: relative;
	display: flex;
	align-items: center;
	background-color: #fff;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	padding: 8px 15px;
	box-sizing: border-box;
	width: 100%;
	max-width: 200px;
	/* min-height: 56px; */
}

.li_4 a:hover {

}



#Layer_1 {
	width: 30px;
}

#Layer_2 {
	width: 38px;
}

#Layer_3 {
	width: 43px;
}

#Layer_4 {
	width: 26px;
}

@media (max-width: 1199.92px) {
	.ul_1 {
		width: 300px;
	}
	.ul_2 {
		width: 300px;
		left: 310px;
	}

}

