.flowing-menu-widget {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
	background-color: #120f17;
}

.flowing-menu-widget .menu {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.flowing-menu-widget .menu__item {
	flex: 1;
	position: relative;
	overflow: hidden;
	text-align: center;
	border-top: 1px solid #ffffff;
}

.flowing-menu-widget .menu__item:first-child {
	border-top: none;
}

.flowing-menu-widget .menu__item-link {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	position: relative;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	font-weight: 600;
	font-size: 4vh;
	color: #ffffff;
}

.flowing-menu-widget .menu__item-link:hover,
.flowing-menu-widget .menu__item-link:focus:not(:focus-visible) {
	color: inherit;
}

.flowing-menu-widget .marquee {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	pointer-events: none;
	transform: translate3d( 0, 101%, 0 );
	background-color: #ffffff;
}

.flowing-menu-widget .marquee__inner-wrap {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.flowing-menu-widget .marquee__inner {
	display: flex;
	align-items: center;
	position: relative;
	height: 100%;
	width: -moz-fit-content;
	width: fit-content;
	will-change: transform;
}

.flowing-menu-widget .marquee__part {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	color: #120f17;
}

.flowing-menu-widget .marquee__part span {
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 4vh;
	line-height: 1;
	padding: 0 1vw;
}

.flowing-menu-widget .marquee__img,
.flowing-menu-widget .marquee__video {
	width: 200px;
	height: 7vh;
	margin: 2em 2vw;
	padding: 1em 0;
	border-radius: 50px;
	background-size: cover;
	background-position: 50% 50%;
	object-fit: cover;
}
