/* 1B.7D top nav hover / arrow / mega+classic alignment. Header/nav only. */

:root {
	--yepx-nav-pill-min-h: 42px;
	--yepx-nav-pill-pad-x: 12px;
	--yepx-nav-pill-gap: 6px;
	--yepx-nav-pill-radius: 13px;
	--yepx-nav-arrow: 13px;
	--yepx-nav-item-gap: 2px;
	--yepx-nav-logo-gap: 16px;
	--yepx-nav-hover-bg: #f4f6f7;
	--yepx-nav-open-bg: #eef1f3;
	--yepx-nav-current-bg: #f4f6f7;
	--yepx-nav-hover-ink: var(--yepx-ink, #102c3b);
}

.yepx-nav--primary > ul > li > a.yepx-nav-link::before,
.yepx-nav--primary > ul > li > a.yepx-nav-link::after,
.yepx-site-header .yepx-nav--primary > ul > li > a::before,
.yepx-site-header .yepx-nav--primary > ul > li > a::after,
.yepx-site-header .yepx-nav--primary > ul > li.current-menu-item > a::before,
.yepx-site-header .yepx-nav--primary > ul > li.current-menu-item > a::after,
.yepx-site-header .yepx-nav--primary > ul > li.current-menu-ancestor > a::before,
.yepx-site-header .yepx-nav--primary > ul > li.current-menu-ancestor > a::after,
.yepx-nav--primary > ul > li.is-mega-open > a::before,
.yepx-nav--primary > ul > li.is-mega-open > a::after,
.yepx-nav--primary > ul > li > a.yepx-nav-link:hover::before,
.yepx-nav--primary > ul > li > a.yepx-nav-link:hover::after,
.yepx-nav--primary > ul > li > a.yepx-nav-link:focus::before,
.yepx-nav--primary > ul > li > a.yepx-nav-link:focus::after,
.yepx-nav--primary > ul > li > a.yepx-nav-link:focus-visible::before,
.yepx-nav--primary > ul > li > a.yepx-nav-link:focus-visible::after,
.yepx-nav--primary > ul > li > a.yepx-nav-link:active::before,
.yepx-nav--primary > ul > li > a.yepx-nav-link:active::after {
	content: none !important;
	display: none !important;
	background: none !important;
	border: 0 !important;
	box-shadow: none !important;
	height: 0 !important;
	width: 0 !important;
	transform: none !important;
	opacity: 0 !important;
}

@media (hover: hover), (any-pointer: fine), (min-width: 1025px) {
	.yepx-site-header,
	.yepx-site-header.yepx-header,
	.yepx-site-header .yepx-drawer,
	.yepx-nav--primary,
	.yepx-nav--primary > ul,
	.yepx-nav--primary > ul > li {
		overflow: visible;
	}

	.yepx-site-header .yepx-drawer {
		align-items: stretch;
		height: 100%;
		align-self: stretch;
	}

	.yepx-site-header .yepx-branding,
	.yepx-site-header .yepx-site-branding {
		flex: 0 0 auto;
		min-width: max-content;
		max-width: 12.5rem;
		position: relative;
		z-index: 2;
	}

	.yepx-site-header .yepx-header__cta {
		flex: 0 0 auto;
		z-index: 2;
	}

	.yepx-site-header .yepx-nav--primary,
	.yepx-site-header .yepx-drawer .yepx-nav--primary {
		height: 100%;
		align-self: stretch;
		min-width: 0;
		padding-inline-start: var(--yepx-nav-logo-gap);
	}

	.yepx-site-header .yepx-nav--primary > ul,
	.yepx-nav--primary > ul {
		display: flex;
		flex-wrap: nowrap;
		align-items: stretch;
		justify-content: flex-end;
		height: 100%;
		gap: var(--yepx-nav-item-gap);
	}

	.yepx-site-header .yepx-nav--primary > ul > li,
	.yepx-nav--primary > ul > li {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		margin: 0;
	}

	.yepx-nav--primary > ul > li.yepx-mega-parent {
		position: static;
	}

	.yepx-nav--primary > ul > li > a.yepx-nav-link {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		align-self: center;
		min-height: var(--yepx-nav-pill-min-h);
		height: var(--yepx-nav-pill-min-h);
		max-height: var(--yepx-nav-pill-min-h);
		padding-block: 0;
		padding-inline: var(--yepx-nav-pill-pad-x);
		gap: var(--yepx-nav-pill-gap);
		border-radius: var(--yepx-nav-pill-radius);
		white-space: nowrap;
		background: transparent;
		color: var(--yepx-ink, var(--yepx-color-ink));
		font-weight: 650;
		text-decoration: none;
		box-shadow: none;
		border: 0;
		line-height: 1.2;
		transition:
			background-color 140ms cubic-bezier(0.4, 0, 0.2, 1),
			color 140ms cubic-bezier(0.4, 0, 0.2, 1);
	}

	.yepx-nav--primary > ul > li > a.yepx-nav-link .yepx-icon-well {
		display: none !important;
	}

	.yepx-nav--primary > ul > li > a.yepx-nav-link .yepx-nav__label {
		white-space: nowrap;
	}

	.yepx-nav--primary > ul > li > a.yepx-nav-link .yepx-nav-chevron,
	.yepx-nav--primary > ul > li > a.yepx-nav-link svg.yepx-nav-chevron {
		display: block;
		width: var(--yepx-nav-arrow);
		height: var(--yepx-nav-arrow);
		min-width: var(--yepx-nav-arrow);
		flex: 0 0 var(--yepx-nav-arrow);
		color: currentColor;
		transform: rotate(0deg);
		transform-origin: 50% 50%;
		transition:
			transform 180ms cubic-bezier(0.4, 0, 0.2, 1),
			color 140ms cubic-bezier(0.4, 0, 0.2, 1);
	}

	.yepx-nav--primary > ul > li > a.yepx-nav-link:hover,
	.yepx-nav--primary > ul > li > a.yepx-nav-link:focus {
		background: var(--yepx-nav-hover-bg);
		color: var(--yepx-nav-hover-ink);
		padding-inline: var(--yepx-nav-pill-pad-x);
		padding-block: 0;
		font-weight: 650;
	}

	.yepx-nav--primary > ul > li.is-mega-open > a.yepx-nav-link,
	.yepx-nav--primary > ul > li > a.yepx-nav-link[aria-expanded="true"] {
		background: var(--yepx-nav-open-bg);
		color: var(--yepx-nav-hover-ink);
		padding-inline: var(--yepx-nav-pill-pad-x);
		padding-block: 0;
	}

	.yepx-nav--primary > ul > li.current-menu-item > a.yepx-nav-link,
	.yepx-nav--primary > ul > li.current-menu-ancestor > a.yepx-nav-link {
		background: var(--yepx-nav-current-bg);
		color: var(--yepx-ink, var(--yepx-color-ink));
	}

	.yepx-nav--primary > ul > li.current-menu-item.is-mega-open > a.yepx-nav-link,
	.yepx-nav--primary > ul > li.current-menu-ancestor.is-mega-open > a.yepx-nav-link,
	.yepx-nav--primary > ul > li.current-menu-item > a.yepx-nav-link[aria-expanded="true"],
	.yepx-nav--primary > ul > li.current-menu-ancestor > a.yepx-nav-link[aria-expanded="true"] {
		background: var(--yepx-nav-open-bg);
		color: var(--yepx-nav-hover-ink);
	}

	.yepx-nav--primary > ul > li > a.yepx-nav-link:focus {
		outline: none;
	}

	.yepx-nav--primary > ul > li > a.yepx-nav-link:focus-visible {
		outline: 2px solid var(--yepx-color-focus, #0a7ca8);
		outline-offset: 2px;
	}

	.yepx-nav--primary > ul > li > a.yepx-nav-link[aria-expanded="true"] .yepx-nav-chevron,
	.yepx-nav--primary > ul > li.is-mega-open > a.yepx-nav-link .yepx-nav-chevron {
		transform: rotate(180deg);
	}

	.yepx-nav--primary > ul > li > .yepx-submenu-toggle {
		display: none !important;
	}

	.yepx-nav--primary .yepx-mega,
	.yepx-site-header .yepx-nav--primary .yepx-mega {
		top: 100%;
		margin-top: 0;
		inset-inline-start: 50%;
		left: 50%;
		right: auto;
		box-shadow:
			0 14px 32px rgba(16, 44, 59, 0.12),
			0 4px 12px rgba(16, 44, 59, 0.06);
	}

	.yepx-site-header .yepx-mega[hidden],
	.yepx-nav--primary .yepx-mega[hidden] {
		opacity: 0;
		transform: translateX(-50%) translateY(-4px);
	}

	.yepx-site-header .yepx-mega:not([hidden]),
	.yepx-nav--primary .yepx-mega:not([hidden]),
	.yepx-nav--primary .menu-item-has-children.is-mega-open > .yepx-mega {
		opacity: 1;
		transform: translateX(-50%) translateY(0);
	}

	/* Desktop mega cards stay 3-col on hover/open. Classic submenu display:block must not hit .yepx-mega__links. */
	html.yepx-nav-mode-priority .yepx-nav--primary > ul > li.yepx-mega-parent .yepx-mega .yepx-mega__group.is-cat-active > .yepx-mega__links,
	html.yepx-nav-mode-priority .yepx-nav--primary > ul > li.yepx-mega-parent .yepx-mega .yepx-mega__group:first-child > .yepx-mega__links,
	html.yepx-nav-mode-priority .yepx-nav--primary > ul > li.yepx-mega-parent .yepx-mega .yepx-mega__group:hover > .yepx-mega__links,
	html.yepx-nav-mode-priority .yepx-nav--primary > ul > li.yepx-mega-parent .yepx-mega .yepx-mega__group:focus-within > .yepx-mega__links,
	html.yepx-nav-mode-priority .yepx-nav--primary > ul > li.yepx-mega-parent .yepx-mega .yepx-mega__group.is-mega-open > .yepx-mega__links {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		flex-direction: unset;
		width: auto;
	}

	html.yepx-nav-mode-priority .yepx-nav--primary > ul > li.yepx-mega-parent .yepx-mega:has(.yepx-mega__group.is-cat-active) .yepx-mega__group:not(.is-cat-active) > .yepx-mega__links {
		display: none;
	}

	html.yepx-nav-mode-priority .yepx-nav--primary > ul > li.yepx-mega-parent .yepx-mega .yepx-mega__links > li,
	html.yepx-nav-mode-priority .yepx-nav--primary > ul > li.yepx-mega-parent .yepx-mega .yepx-mega__links > li > a {
		width: auto;
		max-width: none;
	}

	.yepx-nav--primary > ul > li.menu-item-has-children > .yepx-sub-menu::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 100%;
		height: 2px;
		background: transparent;
		pointer-events: auto;
	}

	.yepx-nav--primary > ul > li:not(.yepx-mega-parent) > .yepx-sub-menu {
		position: absolute;
		top: 100%;
		inset-inline-start: 0;
		inset-inline-end: auto;
		left: auto;
		right: auto;
		margin: 0;
		min-width: 220px;
		width: max-content;
		max-width: min(20rem, calc(100vw - 24px));
		padding: 8px;
		border-radius: 14px;
		background: #fff;
		opacity: 1;
		transform: none;
		box-shadow:
			0 12px 28px rgba(16, 44, 59, 0.12),
			0 2px 8px rgba(16, 44, 59, 0.06);
		z-index: 60;
	}

	.yepx-nav--primary > ul > li:not(.yepx-mega-parent) > .yepx-sub-menu a {
		display: flex;
		align-items: center;
		min-height: 40px;
		padding: 0.45rem 0.7rem;
		border-radius: 10px;
		white-space: normal;
		font-size: 0.875rem;
		font-weight: 550;
		color: var(--yepx-ink, var(--yepx-color-ink));
	}

	.yepx-nav--primary > ul > li:not(.yepx-mega-parent) > .yepx-sub-menu a:hover,
	.yepx-nav--primary > ul > li:not(.yepx-mega-parent) > .yepx-sub-menu a:focus-visible {
		background: var(--yepx-nav-hover-bg);
		color: var(--yepx-nav-hover-ink);
	}

	.yepx-nav--primary > ul > li:not(.yepx-mega-parent) .yepx-sub-menu .yepx-sub-menu {
		top: 0;
		inset-inline-start: 100%;
		margin: 0;
	}

	.yepx-nav--primary > ul > li:not(.yepx-mega-parent).is-drop-flip > .yepx-sub-menu {
		inset-inline-start: auto;
		inset-inline-end: 0;
	}

	.yepx-nav--primary > ul > li.yepx-nav__item--happy > a.yepx-nav-link {
		color: var(--yepx-success, #198754);
		gap: 6px;
	}

	.yepx-nav--primary > ul > li.yepx-nav__item--happy > a.yepx-nav-link .yepx-nav__happy-icon,
	.yepx-nav--primary > ul > li.yepx-nav__item--happy > a.yepx-nav-link svg.yepx-nav__happy-icon {
		display: block;
		width: 18px;
		height: 18px;
		min-width: 18px;
		flex: 0 0 18px;
		color: inherit;
	}

	.yepx-nav--primary > ul > li.yepx-nav__item--happy > a.yepx-nav-link .yepx-icon-well,
	.yepx-nav--primary > ul > li.yepx-nav__item--happy > a.yepx-nav-link .yepx-nav-chevron {
		display: none !important;
	}

	.yepx-nav--primary > ul > li.yepx-nav__item--happy > a.yepx-nav-link:hover,
	.yepx-nav--primary > ul > li.yepx-nav__item--happy > a.yepx-nav-link:focus {
		color: var(--yepx-success-dark, #146c43);
		background: var(--yepx-success-soft, #eaf7ef);
		box-shadow: none;
	}

	.yepx-nav--primary > ul > li.yepx-nav__item--happy > a.yepx-nav-link:focus-visible {
		outline: 2px solid var(--yepx-success, #198754);
		outline-offset: 2px;
		color: var(--yepx-success-dark, #146c43);
		background: var(--yepx-success-soft, #eaf7ef);
	}

	.yepx-nav--primary > ul > li.yepx-nav__item--happy.current-menu-item > a.yepx-nav-link,
	.yepx-nav--primary > ul > li.yepx-nav__item--happy.current-menu-ancestor > a.yepx-nav-link {
		color: var(--yepx-success, #198754);
		background: var(--yepx-success-soft, #eaf7ef);
	}

	.yepx-nav--primary > ul > li.yepx-nav__item--happy.current-menu-item > a.yepx-nav-link:hover,
	.yepx-nav--primary > ul > li.yepx-nav__item--happy.current-menu-ancestor > a.yepx-nav-link:hover,
	.yepx-nav--primary > ul > li.yepx-nav__item--happy.current-menu-item > a.yepx-nav-link:focus-visible,
	.yepx-nav--primary > ul > li.yepx-nav__item--happy.current-menu-ancestor > a.yepx-nav-link:focus-visible {
		color: var(--yepx-success-dark, #146c43);
		background: var(--yepx-success-soft, #eaf7ef);
	}
}

@media (min-width: 1440px) {
	.yepx-site-header .yepx-nav--primary > ul,
	.yepx-nav--primary > ul {
		justify-content: flex-end;
		gap: var(--yepx-nav-item-gap);
	}
}

@media (max-width: 1024px) and (hover: none) and (pointer: coarse) {
	@media not (any-pointer: fine) {
	.yepx-nav--primary > ul > li > a.yepx-nav-link .yepx-nav-chevron,
	.yepx-nav--primary > ul > li > a.yepx-nav-link svg.yepx-nav-chevron {
		display: none !important;
		transform: none !important;
	}

	.yepx-drawer .yepx-drawer__chevron,
	.yepx-nav--primary .yepx-submenu-toggle .yepx-drawer__chevron {
		display: block !important;
		transform: none;
	}

	.yepx-drawer .yepx-submenu-toggle[aria-expanded="true"] .yepx-drawer__chevron {
		transform: rotate(180deg);
	}

	.yepx-drawer .yepx-nav--primary > ul > li.yepx-nav__item--happy > a.yepx-nav-link,
	.yepx-nav--primary > ul > li.yepx-nav__item--happy > a.yepx-nav-link {
		color: var(--yepx-success, #198754);
		gap: 6px;
	}

	.yepx-drawer .yepx-nav--primary > ul > li.yepx-nav__item--happy > a.yepx-nav-link .yepx-nav__happy-icon,
	.yepx-drawer .yepx-nav--primary > ul > li.yepx-nav__item--happy > a.yepx-nav-link svg.yepx-nav__happy-icon,
	.yepx-nav--primary > ul > li.yepx-nav__item--happy > a.yepx-nav-link .yepx-nav__happy-icon,
	.yepx-nav--primary > ul > li.yepx-nav__item--happy > a.yepx-nav-link svg.yepx-nav__happy-icon {
		display: block;
		width: 18px;
		height: 18px;
		min-width: 18px;
		flex: 0 0 18px;
		color: inherit;
	}

	.yepx-drawer .yepx-nav--primary > ul > li.yepx-nav__item--happy > a.yepx-nav-link .yepx-icon-well,
	.yepx-nav--primary > ul > li.yepx-nav__item--happy > a.yepx-nav-link .yepx-icon-well {
		display: none !important;
	}

	.yepx-drawer .yepx-nav--primary > ul > li.yepx-nav__item--happy > a.yepx-nav-link:hover,
	.yepx-drawer .yepx-nav--primary > ul > li.yepx-nav__item--happy > a.yepx-nav-link:focus-visible,
	.yepx-nav--primary > ul > li.yepx-nav__item--happy > a.yepx-nav-link:hover,
	.yepx-nav--primary > ul > li.yepx-nav__item--happy > a.yepx-nav-link:focus-visible {
		color: var(--yepx-success-dark, #146c43);
		background: var(--yepx-success-soft, #eaf7ef);
		box-shadow: none;
	}

	.yepx-drawer .yepx-nav--primary > ul > li.yepx-nav__item--happy.current-menu-item > a.yepx-nav-link,
	.yepx-nav--primary > ul > li.yepx-nav__item--happy.current-menu-item > a.yepx-nav-link {
		color: var(--yepx-success, #198754);
		background: var(--yepx-success-soft, #eaf7ef);
	}

	.yepx-drawer .yepx-nav--primary > ul > li.yepx-nav__item--happy > a.yepx-nav-link:focus-visible,
	.yepx-nav--primary > ul > li.yepx-nav__item--happy > a.yepx-nav-link:focus-visible {
		outline: 2px solid var(--yepx-success, #198754);
		outline-offset: 2px;
	}
	}
}

@media (prefers-reduced-motion: reduce) {
	.yepx-nav--primary > ul > li > a.yepx-nav-link .yepx-nav-chevron,
	.yepx-nav--primary > ul > li > a.yepx-nav-link svg.yepx-nav-chevron {
		transition: none !important;
	}

	.yepx-site-header .yepx-nav--primary .yepx-mega[hidden] {
		transition: none !important;
		transform: translateX(-50%) translateY(-4px) !important;
	}

	.yepx-site-header .yepx-nav--primary .yepx-mega:not([hidden]) {
		transition: none !important;
		transform: translateX(-50%) translateY(0) !important;
	}

	.yepx-nav--primary > ul > li > a.yepx-nav-link[aria-expanded="true"] .yepx-nav-chevron,
	.yepx-nav--primary > ul > li.is-mega-open > a.yepx-nav-link .yepx-nav-chevron {
		transform: rotate(180deg) !important;
	}
}

.no-js .yepx-nav--primary > ul > li.menu-item-has-children:hover > .yepx-sub-menu[hidden],
.no-js .yepx-nav--primary > ul > li.menu-item-has-children:focus-within > .yepx-sub-menu[hidden] {
	display: block;
}

.no-js .yepx-nav--primary > ul > li.yepx-mega-parent:hover > .yepx-mega[hidden],
.no-js .yepx-nav--primary > ul > li.yepx-mega-parent:focus-within > .yepx-mega[hidden] {
	display: grid;
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

.no-js .yepx-nav--primary > ul > li.menu-item-has-children:hover > a.yepx-nav-link .yepx-nav-chevron,
.no-js .yepx-nav--primary > ul > li.menu-item-has-children:focus-within > a.yepx-nav-link .yepx-nav-chevron {
	transform: rotate(180deg);
}

/* Extra mega-footer CTA removed; Entegrasyonlar stays under Çözümler. */
.yepx-mega__all,
.yepx-nav--primary .yepx-mega__all,
.yepx-nav--mobile .yepx-mega__all {
	display: none !important;
}

/* Priority+ more host. Hidden until JS moves overflow items. */
.yepx-nav__more[hidden],
.yepx-nav__overflow[hidden] {
	display: none !important;
}

.yepx-nav__more-btn {
	width: 42px;
	height: 42px;
	min-width: 42px;
	min-height: 42px;
	padding: 0;
	border: 0;
	border-radius: var(--yepx-nav-pill-radius, 13px);
	background: transparent;
	color: var(--yepx-ink, var(--yepx-color-ink));
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.yepx-nav__more-btn:hover,
.yepx-nav__more-btn:focus,
.yepx-nav__more.is-more-open > .yepx-nav__more-btn {
	background: var(--yepx-nav-hover-bg, #f4f6f7);
}

.yepx-nav__more-btn:focus-visible {
	outline: 2px solid var(--yepx-color-focus, #0a7ca8);
	outline-offset: 2px;
}

.yepx-nav__more-icon,
.yepx-nav__more-btn svg.yepx-nav__more-icon {
	width: 20px;
	height: 20px;
	display: block;
}

.yepx-nav__overflow {
	position: absolute;
	top: 100%;
	inset-inline-end: 0;
	inset-inline-start: auto;
	margin: 0;
	min-width: 240px;
	max-width: 320px;
	width: max-content;
	padding: 8px;
	border-radius: 18px;
	background: #fff;
	box-shadow:
		0 14px 32px rgba(16, 44, 59, 0.12),
		0 4px 12px rgba(16, 44, 59, 0.06);
	z-index: 61;
	list-style: none;
	opacity: 0;
	transform: translateY(-4px);
	transition:
		opacity 180ms cubic-bezier(0.4, 0, 0.2, 1),
		transform 180ms cubic-bezier(0.4, 0, 0.2, 1);
}

.yepx-nav__overflow:not([hidden]) {
	opacity: 1;
	transform: translateY(0);
}

.yepx-nav__overflow > li {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin: 0;
}

.yepx-nav__overflow > li > a.yepx-nav-link {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	min-height: 40px;
	padding: 0.45rem 0.7rem;
	border-radius: 10px;
	gap: 6px;
	white-space: normal;
	font-size: 0.875rem;
	font-weight: 550;
	color: var(--yepx-ink, var(--yepx-color-ink));
	text-decoration: none;
}

.yepx-nav__overflow > li > a.yepx-nav-link:hover,
.yepx-nav__overflow > li > a.yepx-nav-link:focus-visible {
	background: var(--yepx-nav-hover-bg, #f4f6f7);
}

.yepx-nav__overflow > li > a.yepx-nav-link .yepx-icon-well {
	display: none !important;
}

.yepx-nav__overflow > li > a.yepx-nav-link .yepx-nav-chevron {
	display: none !important;
}

.yepx-nav__overflow > li > .yepx-submenu-toggle {
	display: inline-flex !important;
	min-width: 40px;
	min-height: 40px;
	margin-inline-start: auto;
}

.yepx-nav__overflow > li.yepx-nav__item--happy > a.yepx-nav-link {
	color: var(--yepx-success, #198754);
}

.yepx-nav__overflow > li.yepx-nav__item--happy > a.yepx-nav-link .yepx-nav__happy-icon,
.yepx-nav__overflow > li.yepx-nav__item--happy > a.yepx-nav-link svg.yepx-nav__happy-icon {
	display: block;
	width: 18px;
	height: 18px;
	min-width: 18px;
	flex: 0 0 18px;
	color: inherit;
}

.yepx-nav__overflow > li.yepx-nav__item--happy > a.yepx-nav-link:hover,
.yepx-nav__overflow > li.yepx-nav__item--happy > a.yepx-nav-link:focus-visible {
	color: var(--yepx-success-dark, #146c43);
	background: var(--yepx-success-soft, #eaf7ef);
}

.yepx-nav__overflow > li > .yepx-sub-menu {
	position: static !important;
	inset: auto !important;
	transform: none !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	left: auto !important;
	right: auto !important;
	margin: 0 !important;
	box-shadow: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	padding: 0.15rem 0 0.15rem 0.6rem !important;
	background: transparent !important;
}

.yepx-nav__overflow > li > .yepx-mega,
.yepx-nav__overflow .yepx-mega {
	position: static !important;
	display: flex !important;
	flex-direction: column !important;
	grid-template-columns: none !important;
	width: 100% !important;
	max-width: none !important;
	max-height: none !important;
	left: auto !important;
	right: auto !important;
	inset: auto !important;
	transform: none !important;
	overflow: visible !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 0.25rem 0 0 !important;
	background: transparent !important;
}

.yepx-nav__overflow .yepx-mega__group {
	display: block !important;
}

.yepx-nav__overflow .yepx-mega__rail {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: none;
}

.yepx-nav__overflow .yepx-mega[hidden] {
	display: none !important;
}

@media (hover: hover), (any-pointer: fine), (min-width: 1025px) {
	.yepx-site-header .yepx-nav-toggle,
	.yepx-site-header .yepx-nav-overlay,
	html.yepx-nav-mode-priority .yepx-site-header .yepx-nav-toggle,
	html.yepx-nav-mode-priority .yepx-site-header .yepx-nav-overlay {
		display: none !important;
	}

	.yepx-site-header,
	.yepx-site-header.yepx-header,
	.yepx-site-header .yepx-header__inner,
	.yepx-site-header__inner {
		height: 74px;
		min-height: 74px;
		max-height: 74px;
		flex-wrap: nowrap;
		overflow: visible;
	}

	.yepx-site-header .yepx-header__cta {
		display: block !important;
		flex: 0 0 auto;
		order: 3;
	}

	.yepx-site-header .yepx-drawer__head,
	.yepx-site-header .yepx-drawer__brand,
	.yepx-site-header .yepx-drawer__topbar,
	.yepx-site-header .yepx-drawer__cta,
	.yepx-site-header .yepx-drawer-close {
		display: none !important;
	}

	.yepx-site-header .yepx-drawer,
	.yepx-site-header .yepx-drawer:not(.is-open),
	.yepx-site-header .yepx-drawer.is-open {
		display: flex !important;
		flex-direction: row;
		align-items: stretch;
		position: static !important;
		inset: auto !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important;
		width: auto !important;
		max-width: none !important;
		height: 100% !important;
		max-height: none !important;
		min-height: 0 !important;
		transform: none !important;
		visibility: visible !important;
		pointer-events: auto !important;
		overflow: visible !important;
		background: transparent !important;
		box-shadow: none !important;
		padding: 0 !important;
		border-radius: 0 !important;
		flex: 1 1 auto;
		order: 2;
		contain: none;
	}

	.yepx-site-header .yepx-nav--primary {
		height: 100%;
		min-width: 0;
		flex: 1 1 auto;
		overflow: hidden;
	}

	html.js .yepx-site-header .yepx-nav--primary {
		overflow: visible;
	}

	.yepx-site-header .yepx-nav--primary > ul {
		flex-wrap: nowrap;
		overflow: hidden;
		flex-direction: row;
		width: auto;
	}

	html.js .yepx-site-header .yepx-nav--primary > ul {
		overflow: visible;
	}

	.yepx-site-header .yepx-nav--primary > ul > li,
	.yepx-nav--primary > ul > li:not(.yepx-nav__more) {
		width: auto !important;
		max-width: none !important;
		flex: 0 0 auto !important;
		flex-wrap: nowrap;
	}

	.yepx-site-header .yepx-nav--primary > ul > li > a.yepx-nav-link,
	.yepx-nav--primary > ul > li > a.yepx-nav-link {
		width: auto !important;
		max-width: none !important;
		flex: 0 0 auto;
	}

	.yepx-nav__more:not([hidden]) {
		position: relative;
		display: flex;
		align-items: center;
		flex: 0 0 auto;
		height: 100%;
		margin: 0;
	}
}

@media (max-width: 1024px) and (hover: none) and (pointer: coarse) {
	@media not (any-pointer: fine) {
		.yepx-site-header .yepx-nav-toggle,
		html.yepx-nav-mode-drawer .yepx-site-header .yepx-nav-toggle {
			display: inline-flex !important;
		}

		.yepx-nav__more,
		.yepx-nav__overflow {
			display: none !important;
		}

		.yepx-site-header .yepx-nav--primary > ul {
			flex-direction: column;
			flex-wrap: nowrap;
			overflow: visible;
		}
	}
}

html.yepx-nav-mode-priority .yepx-site-header .yepx-nav-toggle,
html.yepx-nav-mode-priority .yepx-site-header .yepx-nav-overlay {
	display: none !important;
}

html.yepx-nav-mode-drawer .yepx-site-header .yepx-nav-toggle {
	display: grid !important;
	place-items: center;
}

html.yepx-nav-mode-drawer .yepx-nav__more,
html.yepx-nav-mode-drawer .yepx-nav__overflow {
	display: none !important;
}

.no-js .yepx-nav__more {
	display: none !important;
}

.no-js .yepx-site-header .yepx-nav--primary > ul {
	flex-wrap: nowrap;
}

@media (prefers-reduced-motion: reduce) {
	.yepx-nav__overflow,
	.yepx-nav__overflow:not([hidden]) {
		transition: none !important;
		transform: none !important;
	}
}
