.logo-wrapper {
	margin-right: 40px;
}
.nav-link {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #016776;
	padding: 20px 10px !important;
}
.navbar {
	padding: 8px 0;
	background-color: #fff;
	border-bottom: 1px solid #F5F5F5;
}

.dropdown-toggle::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: .5rem;
	vertical-align: middle;

	border: 0;

	background: no-repeat center / contain
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23016776' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
		transition: all 0.5s;
}
.active .dropdown-toggle::after {
	transform: rotate(180deg);
}
.menu-item.dropdown:has(.fullwidth-menu) {
	position: unset;
}
.megamenu-wrapper {
	display: block;
	width: max-content;
	max-width: calc(100vw - 40px);
	left: 50%;
	transform: translateX(-50%);
	
}
.mega-menu__column {
	min-width: 259px;
}
.mega-menu__columns {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: space-between;
}
.mega-menu__column-title {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: #43A977;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.thumb-wrapper {
	aspect-ratio: 1;
	width: 45px;
}
.thumb-wrapper img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.mega-menu__item--image-text .mega-menu__link {
	display: flex;
	gap: 16px;
}
.mega-menu__item--image-text .mega-menu__link > * {
	flex: 0 0 auto;
}
.mega-menu__item--image-text .mega-menu__item-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 4px;
}
.mega-menu__item--image-text .mega-menu__item-subtitle {
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #525252;
}
.mega-menu__item--image-text {
	padding: 6px 0;
	margin-bottom: 8px;
}
.mega-menu__inline-items .mega-menu__inline-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
	margin: 0 0 8px 0;
	padding: 6px 0;
	list-style: none;
}



.mega-menu__inline-items .mega-menu__inline-item {
	display: flex;
	align-items: center;
}

.mega-menu__inline-items .mega-menu__inline-item:not(:last-child)::after {
	content: " • ";
	margin: 0 5px;
}

.mega-menu__inline-items .mega-menu__link {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: #171717;
}
.mega-menu__items--arrow .mega-menu__link-text {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: #008294;
	display: flex;
	align-items: center;
	gap: 8px;
}
.mega-menu__items--simple .mega-menu__link {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: #525252;
	margin-bottom: 18px;
	display: block;
}
.mega-menu__items--simple:first-of-type {
	margin-top: 24px;
}
.mega-menu__bottom-items {
	background-color: #EFFAF3;
	padding: 18px 32px;
	flex-wrap: wrap;
}
.mega-menu__columns {
	padding: 32px;
}
.megamenu-wrapper.dropdown-menu {
	padding: 0;
	border: 1px solid #E5E5E5;
	box-shadow: 0px 12px 16px -4px #00000014;
	border-radius: 12px;
	overflow: hidden;
}
.mega-menu__bottom-item {
	display: flex;
	align-items: center;
	gap: 8px;
}
.mega-menu__bottom-items {
	display: flex;
	gap: 24px;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
}
.mega-menu__bottom-item--green {
	color: #307D57 !important;
}
.mega-menu__bottom-item--green path {
	stroke: #307D57;
}
.megamenu-wrapper {
	transform: translateX(-50%) translateY(10px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .5s ease, transform .5s ease, visibility 0s linear .5s;
}

.megamenu-wrapper.is-active {
	transform: translateX(-50%) translateY(0);
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition: opacity .5s ease, transform .5s ease;
}
.dropdown-menu {
	display: block;
}
body .header-search {
	display: none;
}
body .header-search.active {
	display: block;
}
.controls-wrapper {
	display: flex;
	gap: 20px;
	align-items: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
}
body .aws-container .aws-search-field {
	border: 1px solid #D4D4D4;
	border-radius: 8px !important;
}
.user-avatar {
	aspect-ratio: 1;
	border-radius: 50%;
	overflow: hidden;
	display: block;
	width: 32px;
}
.user-avatar:has(svg){
	width: 24px;
	border-radius: none;
}
.user-avatar img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.lang-wrapper {
	display: flex;
	gap: 8px;
	align-items: center;
}
.navbar-toggler[aria-expanded="false"] .close-icon, .navbar-toggler[aria-expanded="true"] .burger-icon {
	display: none;
}
.navbar-expand-xl .navbar-collapse {
	width: 100%;
}
.navbar-toggler {
	border: none;
	padding: 0;
}
.collapsing {
	transition: none !important;
}
@media (hover: hover) and (pointer: fine) {
	.nav-link:hover {
		color: #016776;
	}
}

@media (min-width: 1201px) {
	.search-wrapper {
		position: relative;
	}
	body .header-search.active {
		position: absolute;
		right: 20px;
		top: -20px;
		width: 350px;
	}
}

@media (min-width: 1201px) and (max-width: 1500px) {
	.fullwidth-menu {
		width: 100%;
	}
	.fullwidth-menu .mega-menu__column {
		min-width: unset;
	}
}

@media (max-width: 1200px) {
	.navbar {
		padding: 16px 0;
	}
	.menu-area {
		height: 100vh;
		overflow-y: auto;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		align-content: flex-start;
		justify-content: flex-start;
		padding-top: 24px; 
		padding-bottom: 100px
	}
	.megamenu-wrapper.dropdown-menu {
		display: none;
	}
	.nav-link {
		color: #171717;
		padding: 12px 0 !important;
	}
	.nav-link.dropdown-toggle {
		display: flex;
		justify-content: space-between;
	}
	.dropdown-toggle::after {
		background: no-repeat center / contain
			url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23737373' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
		transition: all 0.5s;
	}
	.megamenu-wrapper.dropdown-menu.is-active {
		display: block;
		position: relative;
		width: 100%;
		left: 0;
		transform: none;
		max-width: 100%;
		padding: 16px 0 16px 16px;
	}
	.megamenu-wrapper.dropdown-menu {
		padding: 0;
		box-shadow: none;
		border: none;
	}
	
	.mega-menu__columns {
		padding: 0;
		transform: none;
	}
	.controls-wrapper {
		order: 1;
		margin-left: 0;
		flex: 0 0 100%;
		height: fit-content;
		padding: 12px 0;
	}
	.navbar-nav {
		order: 2;
		flex: 0 0 100%;
	}
	
	.controls-wrapper path {
		stroke: #171717;
	}
	.search-wrapper {
		order: 1;
	}
	.bookmark-url {
		order: 2;
	}
	.lang-wrapper {
		order: 3;
		color: #171717;
	}
	.login-url {
		order: 4;
		margin-left: auto;
		display: block;
		font-weight: 600;
		font-size: 16px;
		line-height: 22px;
		letter-spacing: 0%;
		color: #404040;
		padding: 10px 30px;
		min-width: 147px;
		text-align: center;
		border: 1px solid #D4D4D4;
		border-radius: 50px;
	}
	.user-avatar {
		order: 4;
		margin-left: auto;
	}
	.mega-menu__bottom-items > * {
		flex: 0 0 100%;
	}
	.mega-menu__bottom-items {
		margin-left: -16px;
		margin-top: 20px;
	}
	.header-search-button-new {
		padding-left: 0;
	}
}

@media (max-width: 991px) {
	
}

@media (max-width: 767px) {
	
}