.irm-7ee8b2ae-wrapper {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
}

.irm-7ee8b2ae-bg-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.irm-7ee8b2ae-bg-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 0.6s ease;
	will-change: opacity;
}

.irm-7ee8b2ae-bg-layer.is-active {
	opacity: 1;
}

.irm-7ee8b2ae-menu {
	position: relative;
	z-index: 2;
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.45);
	padding: 60px 40px;
	box-sizing: border-box;
}

.irm-7ee8b2ae-nav {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 100%;
}

.irm-7ee8b2ae-item {
	position: relative;
	display: inline-flex;
	align-items: center;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 20px;
	transition: color 0.3s ease;
	line-height: 1.2;
}

.irm-7ee8b2ae-item:last-child {
	margin-bottom: 0;
}

.irm-7ee8b2ae-num {
	position: absolute;
	top: -0.5em;
	left: -2em;
	font-size: 0.4em;
	font-weight: 400;
	opacity: 0.7;
}

.irm-7ee8b2ae-text {
	position: relative;
	font-size: 3rem;
	font-weight: 700;
	display: inline-block;
	padding-bottom: 6px;
}

.irm-7ee8b2ae-text.has-underline::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #ffffff;
	transition: width 0.4s ease;
}

.irm-7ee8b2ae-item:hover .irm-7ee8b2ae-text.has-underline::after,
.irm-7ee8b2ae-item.is-active .irm-7ee8b2ae-text.has-underline::after {
	width: 100%;
}

@media (max-width: 767px) {
	.irm-7ee8b2ae-menu {
		width: 100% !important;
		background-color: rgba(0, 0, 0, 0.6);
	}

	.irm-7ee8b2ae-text {
		font-size: 2rem;
	}

	.irm-7ee8b2ae-num {
		left: -1.5em;
	}

	.irm-7ee8b2ae-wrapper {
		height: 80vh;
	}
}
