li.emm-has-mega-menu {
	position: relative;
}

li.emm-has-mega-menu > a:first-child,
li.emm-has-mega-menu > a.emm-mega-menu-trigger {
	white-space: nowrap;
}

li.emm-has-mega-menu > a:first-child::after,
li.emm-has-mega-menu > a.emm-mega-menu-trigger::after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-left: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translateY(-3px);
	transform-origin: center;
	opacity: 0.72;
	transition: transform 0.2s ease, opacity 0.2s ease;
	vertical-align: middle;
}

li.emm-has-mega-menu:hover > a:first-child::after,
li.emm-has-mega-menu:hover > a.emm-mega-menu-trigger::after,
li.emm-has-mega-menu:focus-within > a:first-child::after,
li.emm-has-mega-menu:focus-within > a.emm-mega-menu-trigger::after,
li.emm-has-mega-menu.emm-open > a:first-child::after,
li.emm-has-mega-menu.emm-open > a.emm-mega-menu-trigger::after {
	opacity: 1;
	transform: rotate(-135deg) translateY(-1px);
}

.emm-mega-menu-backdrop {
	position: fixed;
	top: var(--emm-backdrop-top, 0);
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2147483000;
	background: rgba(17, 17, 17, 0.48);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.22s ease;
}

.emm-mega-menu-backdrop.is-active {
	opacity: 1;
	pointer-events: auto;
}

li.emm-has-mega-menu > .emm-mega-menu,
.emm-mega-menu.emm-is-portal {
	--emm-panel-bg: #ffffff;
	--emm-panel-border: #eef1f4;
	--emm-divider-color: #e3e7eb;
	--emm-heading-color: #777c82;
	--emm-text-color: #111318;
	--emm-tab-active-bg: #eef8ff;
	--emm-tab-hover-bg: #f6fbff;
	--emm-featured-link-bg: #fff4ee;
	--emm-menu-width: 1432px;
	--emm-panel-radius: 12px;
	--emm-tab-radius: 12px;
	--emm-heading-font-size: 16px;
	--emm-item-font-size: 16px;
	--emm-font-family: Poppins, "Segoe UI", sans-serif;
	position: fixed;
	top: var(--emm-panel-top, 96px);
	left: var(--emm-panel-left, 16px);
	width: max-content;
	max-width: min(1040px, calc(100vw - 32px));
	height: auto;
	min-height: 0;
	max-height: calc(100vh - var(--emm-panel-top, 96px) - 18px);
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	background: var(--emm-panel-bg);
	border: 1px solid var(--emm-panel-border);
	border-top: 0;
	border-radius: 0 0 var(--emm-panel-radius) var(--emm-panel-radius);
	box-shadow: none;
	color: var(--emm-text-color);
	padding: 18px 18px 18px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translate3d(0, 12px, 0) scale(0.985);
	transform-origin: top center;
	transition: opacity 0.2s ease, transform 0.24s cubic-bezier(0.2, 0.8, 0.2, 1), visibility 0s linear 0.24s;
	z-index: 2147483200;
	margin: 0 auto;
}

li.emm-has-mega-menu > .emm-mega-menu,
.emm-mega-menu.emm-is-portal,
li.emm-has-mega-menu > .emm-mega-menu *,
.emm-mega-menu.emm-is-portal * {
	box-sizing: border-box;
	font-family: var(--emm-font-family) !important;
	font-style: normal !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}

li.emm-has-mega-menu:hover > .emm-mega-menu,
li.emm-has-mega-menu:focus-within > .emm-mega-menu,
li.emm-has-mega-menu.emm-open > .emm-mega-menu,
.emm-mega-menu.emm-is-portal.emm-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translate3d(0, 0, 0) scale(1);
	transition-delay: 0s;
}

.emm-mega-menu__inner {
	display: grid;
	grid-template-columns: minmax(210px, 250px) auto;
	gap: 14px;
	min-height: 0;
	align-items: start;
	justify-content: start;
}

.emm-mega-menu__left {
	border-right: 1px solid var(--emm-divider-color);
	padding-right: 14px;
	text-align: left !important;
}

.emm-mega-menu__right {
	min-width: 0;
	max-width: none;
	text-align: left !important;
}

.emm-mega-menu__heading {
	margin: 0 0 12px;
	color: var(--emm-heading-color);
	font-size: var(--emm-heading-font-size) !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
}

.emm-mega-tabs,
.emm-mega-links {
	position: static !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
	float: none !important;
	clear: none !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
}

.emm-mega-tabs {
	display: grid !important;
	gap: 6px;
}

.emm-mega-tabs__item,
.emm-mega-links__item {
	position: static !important;
	float: none !important;
	clear: none !important;
	display: block !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
}

.emm-mega-tab {
	position: static !important;
	width: 100%;
	min-height: 42px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	padding: 8px 12px !important;
	border: 0 !important;
	border-radius: var(--emm-tab-radius) !important;
	background: transparent !important;
	color: var(--emm-text-color) !important;
	appearance: none;
	-webkit-appearance: none;
	box-shadow: none !important;
	font-size: var(--emm-item-font-size) !important;
	font-weight: 500 !important;
	line-height: 1.35 !important;
	cursor: pointer;
	text-align: left;
	transition: background-color 0.18s ease, transform 0.18s ease;
	opacity: 1 !important;
	visibility: visible !important;
}

.emm-mega-tab:hover,
.emm-mega-tab:focus {
	background: var(--emm-tab-hover-bg) !important;
	color: var(--emm-text-color) !important;
	outline: none;
	transform: translateX(3px);
}

.emm-mega-tab.is-active {
	background: var(--emm-tab-active-bg) !important;
	color: var(--emm-text-color) !important;
	font-weight: 700 !important;
	outline: none;
}

.emm-mega-tab__text {
	min-width: 0;
	color: inherit !important;
}

.emm-mega-tab__arrow {
	flex-shrink: 0;
	margin-left: 4px;
	color: inherit !important;
	font-size: calc(var(--emm-item-font-size) + 8px);
	font-weight: 400;
	line-height: 1;
	transition: transform 0.18s ease;
}

.emm-mega-tab:hover .emm-mega-tab__arrow,
.emm-mega-tab:focus .emm-mega-tab__arrow,
.emm-mega-tab.is-active .emm-mega-tab__arrow {
	transform: translateX(4px);
}

.emm-mega-links {
	display: none !important;
}

.emm-mega-links.is-active {
	display: grid !important;
	gap: 6px;
	animation: emmPanelLinksIn 0.2s ease both;
}

.emm-mega-links.emm-mega-links--mobile,
.emm-mega-links.emm-mega-links--mobile.is-active {
	display: none !important;
}

.emm-mega-links__item a {
	position: static !important;
	float: none !important;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 38px;
	max-width: 100%;
	padding: 7px 12px;
	border-radius: calc(var(--emm-tab-radius) - 2px);
	background: transparent !important;
	color: var(--emm-text-color) !important;
	font-size: var(--emm-item-font-size) !important;
	font-weight: 600 !important;
	line-height: 1.45 !important;
	text-decoration: none !important;
	word-break: break-word;
	transition: background-color 0.18s ease, transform 0.18s ease, color 0.18s ease;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none;
}

.emm-mega-links__item:first-child a {
	min-height: 40px;
	padding: 7px 12px;
	background: var(--emm-featured-link-bg) !important;
	font-weight: 700 !important;
}

.emm-mega-links__item a:hover,
.emm-mega-links__item a:focus {
	background: var(--emm-featured-link-bg) !important;
	color: var(--emm-text-color) !important;
	text-decoration: none !important;
	transform: translateX(4px);
	outline: none;
}

.emm-mega-links__item--empty {
	color: var(--emm-heading-color);
	font-size: calc(var(--emm-item-font-size) - 1px);
}

@supports selector(:has(*)) {
	.emm-mega-menu__inner:has(.emm-mega-tab:is(:hover, :focus)) .emm-mega-links--desktop.is-active {
		display: none !important;
	}

	.emm-mega-menu__inner:has(.emm-mega-tabs__item:nth-child(1) .emm-mega-tab:is(:hover, :focus)) .emm-mega-menu__right .emm-mega-links--desktop:nth-of-type(1),
	.emm-mega-menu__inner:has(.emm-mega-tabs__item:nth-child(2) .emm-mega-tab:is(:hover, :focus)) .emm-mega-menu__right .emm-mega-links--desktop:nth-of-type(2),
	.emm-mega-menu__inner:has(.emm-mega-tabs__item:nth-child(3) .emm-mega-tab:is(:hover, :focus)) .emm-mega-menu__right .emm-mega-links--desktop:nth-of-type(3),
	.emm-mega-menu__inner:has(.emm-mega-tabs__item:nth-child(4) .emm-mega-tab:is(:hover, :focus)) .emm-mega-menu__right .emm-mega-links--desktop:nth-of-type(4),
	.emm-mega-menu__inner:has(.emm-mega-tabs__item:nth-child(5) .emm-mega-tab:is(:hover, :focus)) .emm-mega-menu__right .emm-mega-links--desktop:nth-of-type(5),
	.emm-mega-menu__inner:has(.emm-mega-tabs__item:nth-child(6) .emm-mega-tab:is(:hover, :focus)) .emm-mega-menu__right .emm-mega-links--desktop:nth-of-type(6),
	.emm-mega-menu__inner:has(.emm-mega-tabs__item:nth-child(7) .emm-mega-tab:is(:hover, :focus)) .emm-mega-menu__right .emm-mega-links--desktop:nth-of-type(7),
	.emm-mega-menu__inner:has(.emm-mega-tabs__item:nth-child(8) .emm-mega-tab:is(:hover, :focus)) .emm-mega-menu__right .emm-mega-links--desktop:nth-of-type(8),
	.emm-mega-menu__inner:has(.emm-mega-tabs__item:nth-child(9) .emm-mega-tab:is(:hover, :focus)) .emm-mega-menu__right .emm-mega-links--desktop:nth-of-type(9),
	.emm-mega-menu__inner:has(.emm-mega-tabs__item:nth-child(10) .emm-mega-tab:is(:hover, :focus)) .emm-mega-menu__right .emm-mega-links--desktop:nth-of-type(10),
	.emm-mega-menu__inner:has(.emm-mega-tabs__item:nth-child(11) .emm-mega-tab:is(:hover, :focus)) .emm-mega-menu__right .emm-mega-links--desktop:nth-of-type(11),
	.emm-mega-menu__inner:has(.emm-mega-tabs__item:nth-child(12) .emm-mega-tab:is(:hover, :focus)) .emm-mega-menu__right .emm-mega-links--desktop:nth-of-type(12) {
		display: grid !important;
	}
}

@keyframes emmPanelLinksIn {
	from {
		opacity: 0;
		transform: translateX(8px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	li.emm-has-mega-menu > a.emm-mega-menu-trigger::after,
	.emm-mega-menu-backdrop,
	li.emm-has-mega-menu > .emm-mega-menu,
	.emm-mega-tab,
	.emm-mega-tab__arrow,
	.emm-mega-links.is-active,
	.emm-mega-links__item a {
		animation: none !important;
		transition: none !important;
	}
}

@media (max-width: 1280px) {
	li.emm-has-mega-menu > .emm-mega-menu {
		padding: 16px 16px 16px;
	}

	.emm-mega-menu__inner {
		grid-template-columns: minmax(200px, 230px) auto;
		gap: 12px;
	}

	.emm-mega-menu__left {
		padding-right: 12px;
	}

	.emm-mega-links.is-active {
		gap: 6px;
	}
}

@media (max-width: 1024px) {
	.emm-mega-menu-backdrop {
		display: none;
	}

	li.emm-has-mega-menu {
		position: static;
	}

	li.emm-has-mega-menu > a:first-child,
	li.emm-has-mega-menu > a.emm-mega-menu-trigger {
		min-height: 60px;
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		gap: 0;
		padding: 0 0 0 20px !important;
		border-top: 1px solid #ededed;
		border-bottom: 1px solid #ededed;
		background: #ffffff !important;
		color: #303236 !important;
		font-size: 16px !important;
		font-weight: 700 !important;
		line-height: 1.2 !important;
		white-space: normal;
		text-decoration: none !important;
	}

	li.emm-has-mega-menu > a:first-child::after,
	li.emm-has-mega-menu > a.emm-mega-menu-trigger::after {
		width: 60px;
		height: 60px;
		margin: 0 0 0 auto;
		border: 0;
		background-color: #df2639;
		background-image:
			linear-gradient(45deg, transparent calc(50% - 1px), #ffffff calc(50% - 1px), #ffffff calc(50% + 1px), transparent calc(50% + 1px)),
			linear-gradient(-45deg, transparent calc(50% - 1px), #ffffff calc(50% - 1px), #ffffff calc(50% + 1px), transparent calc(50% + 1px));
		background-position: calc(50% - 5px) 50%, calc(50% + 5px) 50%;
		background-repeat: no-repeat;
		background-size: 10px 10px;
		opacity: 1;
		transform: none;
	}

	li.emm-has-mega-menu:hover > a:first-child::after,
	li.emm-has-mega-menu:hover > a.emm-mega-menu-trigger::after,
	li.emm-has-mega-menu:focus-within > a:first-child::after,
	li.emm-has-mega-menu:focus-within > a.emm-mega-menu-trigger::after,
	li.emm-has-mega-menu.emm-open > a:first-child::after,
	li.emm-has-mega-menu.emm-open > a.emm-mega-menu-trigger::after {
		transform: none;
	}

	li.emm-has-mega-menu > .emm-mega-menu {
		position: static;
		width: 100%;
		min-height: 0;
		max-height: none;
		display: none;
		margin: 0;
		padding: 0;
		overflow: visible;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: none;
	}

	li.emm-has-mega-menu:hover > .emm-mega-menu,
	li.emm-has-mega-menu:focus-within > .emm-mega-menu {
		display: none;
	}

	li.emm-has-mega-menu.emm-open > .emm-mega-menu {
		display: block;
	}

	.emm-mega-menu__inner {
		display: block;
		grid-template-columns: 1fr;
		gap: 0;
	}

	.emm-mega-menu__left {
		border-right: 0;
		border-bottom: 0;
		padding-right: 0;
		padding-bottom: 0;
	}

	.emm-mega-menu__right,
	.emm-mega-menu__heading {
		display: none !important;
	}

	.emm-mega-tabs {
		display: block !important;
		gap: 0;
	}

	.emm-mega-tabs__item {
		border-bottom: 1px solid #ededed !important;
	}

	.emm-mega-tab {
		min-height: 58px;
		display: flex !important;
		padding: 0 0 0 20px !important;
		border-radius: 0 !important;
		background: #ffffff !important;
		color: #7b7d80 !important;
		font-size: 16px !important;
		font-weight: 500 !important;
		line-height: 1.2 !important;
		transform: none !important;
	}

	.emm-mega-tab:hover,
	.emm-mega-tab:focus {
		background: #ffffff !important;
		transform: none !important;
	}

	.emm-mega-tab.is-active {
		background: #ffffff !important;
		color: #7b7d80 !important;
		font-weight: 500 !important;
	}

	.emm-mega-tab__arrow {
		width: 60px;
		height: 60px;
		margin-left: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		border-left: 1px solid #e6e6e6;
		color: #111111 !important;
		font-size: 22px;
		line-height: 1;
		transform: none !important;
	}

	.emm-mega-tab.is-active .emm-mega-tab__arrow {
		background: #df2639;
		border-left-color: #df2639;
		color: transparent !important;
		font-size: 0;
	}

	.emm-mega-tab.is-active .emm-mega-tab__arrow::before {
		content: "";
		width: 12px;
		height: 12px;
		background-image:
			linear-gradient(45deg, transparent calc(50% - 1px), #ffffff calc(50% - 1px), #ffffff calc(50% + 1px), transparent calc(50% + 1px)),
			linear-gradient(-45deg, transparent calc(50% - 1px), #ffffff calc(50% - 1px), #ffffff calc(50% + 1px), transparent calc(50% + 1px));
		background-position: calc(50% - 5px) 50%, calc(50% + 5px) 50%;
		background-repeat: no-repeat;
		background-size: 10px 10px;
	}

	.emm-mega-links--desktop {
		display: none !important;
	}

	.emm-mega-links.emm-mega-links--mobile {
		display: none !important;
		padding: 0 !important;
		background: #ffffff;
	}

	.emm-mega-links.emm-mega-links--mobile.is-active {
		display: block !important;
		animation: none;
	}

	.emm-mega-links__item a {
		min-height: 54px;
		padding: 0 20px !important;
		border-radius: 0;
		border-top: 1px solid #ededed;
		background: #ffffff !important;
		color: #7b7d80 !important;
		font-size: 15px !important;
		font-weight: 500 !important;
		transform: none !important;
	}

	.emm-mega-links__item:first-child a {
		min-height: 54px;
		padding: 0 20px !important;
		background: #ffffff !important;
		font-weight: 500 !important;
	}

	.emm-mega-links__item a:hover,
	.emm-mega-links__item a:focus {
		background: #f7f7f7 !important;
		color: #303236 !important;
		transform: none !important;
	}
}
