.irm-wrapper-a97d955d {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	padding: 50px 10%;
	overflow: hidden;
}

.irm-bg-layer-a97d955d {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	z-index: 0;
	transition: background-image 0.6s ease-in-out;
}

.irm-overlay-a97d955d {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

.irm-menu-a97d955d {
	position: relative;
	z-index: 2;
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.irm-menu-item-a97d955d {
	cursor: pointer;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	position: relative;
	display: inline-block;
	width: fit-content;
	margin: 0;
	transition: opacity 0.3s ease;
	opacity: 0.6;
}

.irm-menu-item-a97d955d.active,
.irm-menu-item-a97d955d:hover {
	opacity: 1;
}

.irm-menu-item-a97d955d::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 0;
	height: 4px;
	background: #fff;
	transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.irm-menu-item-a97d955d:hover::after,
.irm-menu-item-a97d955d.active::after {
	width: 100%;
}
