.dspmenu-component-include {
	display: flex;
	position: relative;
	top: 16px;
	width: 100%;
	justify-content: center;
}

body.has-hero .dspmenu-component-include {
	position: absolute;
	top: 780px;
}

body.has-header-image .dspmenu-component-include {
	position: absolute;
	top: 346px;
}

body:has(.top-menu.opened) .dspmenu-component-include {
	display: none;
}

@media (min-width: 1024px) {
	body.has-hero .dspmenu-component-include {
		position: absolute;
		top: 528px;
	}

	body.has-header-image .dspmenu-component-include {
		position: absolute;
		top: 346px;
	}
}