.navbar .container {
	background-color: #083636;
	box-shadow: 0px 4px 16px -4px #0000003D;
	padding: 16px 16px;
	border-radius: 33px;
}

.navbar-nav {
	gap: 40px;
	margin-right: 80px;
}

header .navbar-expand-lg .navbar-nav .nav-link {
	color: #EBEBCE;
	font-weight: 500;
	padding: 3px 10px 6px 10px;
	border-radius: 6px;
	font-size: 19px;
	line-height: 140%;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	color: #FBFBF1;
}

.dropdown > .dropdown-menu.depth_0 {
	min-width: 692px;
	margin: 8px 0 0 0;
	padding: 16px;
	border: none !important;
	border-radius: 16px;
	left: 50%;
	transform: translateX(-50%) translateY(-12px);

	background: linear-gradient(90deg, #083636 0%, #083636 50%, #004440 50%, #004440 100%);
	color: #EBEBCE;

	display: block;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;

	transition: opacity 0.25s ease, transform 0.5s ease, visibility 0.5s ease;
}

.dropdown > .dropdown-menu.depth_0.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0);
	box-shadow: 0px 4px 12px 0px #00000040;
}

.dropdown-menu.depth_0 .item-fields {
	padding-left: 16px;
}

.dropdown-menu.depth_0 .dropdown-menu.depth_0 {
	width: 100%;
	display: block;
	position: relative;
	background-color: transparent;
	border: none;
	padding-right: 16px;
	padding-top: 0;
}

header .dropdown-menu.depth_0 .dropdown-menu.depth_0 .nav-link {
	padding: 12px 16px;
}

.dropdown-menu.depth_0 .dropdown-menu.depth_0 .nav-link {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
}

.dropdown-menu.depth_0 .dropdown-menu.depth_0 .nav-link::after {
	content: '';
	width: 24px;
	height: 24px;
	display: inline-block;

	background-color: rgba(235, 235, 206, 0.5);

	-webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M4.72754 11.9209H19.1465' stroke='black' stroke-width='1.8'/><path d='M13.4541 5.09082C13.5806 7.07238 14.9213 11.4149 19.2723 11.4149V12.0473' stroke='black' stroke-width='1.8'/><path d='M13.4541 18.7505C13.5806 16.7689 14.9213 12.4264 19.2723 12.4264V11.9204' stroke='black' stroke-width='1.8'/></svg>") no-repeat center;
	mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M4.72754 11.9209H19.1465' stroke='black' stroke-width='1.8'/><path d='M13.4541 5.09082C13.5806 7.07238 14.9213 11.4149 19.2723 11.4149V12.0473' stroke='black' stroke-width='1.8'/><path d='M13.4541 18.7505C13.5806 16.7689 14.9213 12.4264 19.2723 12.4264V11.9204' stroke='black' stroke-width='1.8'/></svg>") no-repeat center;

	-webkit-mask-size: contain;
	mask-size: contain;

	transition: background-color 0.3s ease;
}

header .nav-link.active, header .navbar-nav > .current-menu-item > .nav-link, header .navbar-nav .current-menu-ancestor > .nav-link {
	/* color: #FBFBF1;
	background-color: #004440;
	border-radius: 6px; */
}

header .dropdown-menu.depth_0 .dropdown-menu.depth_0 .current-menu-item .nav-link {
	/* color: #FBFBF1; */
}

header .dropdown-menu.depth_0 .dropdown-menu.depth_0 .current-menu-item .nav-link::after {
		/* background-color: #BF9135; */
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: unset;
	vertical-align: unset;
	content: "";
	border-top: unset;
	border-right: unset;
	border-bottom: 0;
	border-left: unset;
	content: "";
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8.1275 13.1883L4 9.06083L5.06083 8L8.1275 11.0667L11.1942 8L12.255 9.06083L8.1275 13.1883Z' fill='%23EBEBCE'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
}

.dropdown-toggle {
	display: flex;
	align-items: center;
	gap: 4px;
}

.item-image {
	position: relative;
	padding-bottom: 63.7%;
	margin-bottom: 16px;
}

.item-image img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.item-slogan {
	font-family: 'DM Serif Display';
	font-size: 24px;
	leading-trim: NONE;
	line-height: 110.00000000000001%;
	margin-bottom: 8px;
}

.item-subtitle {
	font-weight: 400;
	font-size: 17px;
	line-height: 140%;
}

.current-menu-item .nav-link {
	/* pointer-events: none; */
}

.navbar-toggler {
	border: none;
}

.navbar-toggler[aria-expanded="true"] .burger-icon, .navbar-toggler[aria-expanded="false"] .close-icon {
	display: none;
}

.dropdown-menu.depth_0 .dropdown-menu.depth_0 .active-state .nav-link::after {
	background-color: #BF9135;
}

header .dropdown-menu.depth_0 .active-state .nav-link {
	color: #BF9135 !important;
	background-color: #004440;
}

@media (hover: hover) and (pointer: fine) {
	header .nav-link:hover {
		color: #BF9135 !important;
		background-color: #004440;
	}
	
	.dropdown-menu.depth_0 .dropdown-menu.depth_0 .nav-link:hover::after {
		background-color: #BF9135;
	}
	
	.dropdown-toggle:hover::after {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8.1275 13.1883L4 9.06083L5.06083 8L8.1275 11.0667L11.1942 8L12.255 9.06083L8.1275 13.1883Z' fill='%23BF9135'/%3E%3C/svg%3E");
	}
}

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

@media (max-width: 991px) {
	
	.collapse {
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		visibility: hidden;
		transition:
			max-height 0.35s ease,
			opacity 0.25s ease,
			visibility 0.35s ease;
	}
	
	.collapse.show {
		max-height: 1000px;
		opacity: 1;
		visibility: visible;
	}
	
	.collapse:not(.show) {
		display: inherit;
	}
	
	.menu-area > ul {
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.navbar-nav {
		gap: 20px;
		margin-right: unset;
	}
	.dropdown > .dropdown-menu.depth_0 {
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		visibility: hidden;
		transition:
			max-height 0.35s ease,
			opacity 0.25s ease,
			visibility 0.35s ease;
		background: #083636;
		border-radius: 0;
		margin: 0;
		padding: 0;
	}
	.dropdown > .dropdown-menu.depth_0.show {
		max-height: 1000px;
		opacity: 1;
		visibility: visible;
	}
	.dropdown > .dropdown-menu.depth_0, .dropdown > .dropdown-menu.depth_0.show {
		transform: unset;
		min-width: unset;
		box-shadow: none;
	}
	.dropdown-menu.depth_0 .dropdown-menu.depth_0 {
		padding-right: 0;
		padding-top: 10px;
	}
	header .navbar-expand-lg .navbar-nav .nav-link {
		padding: 0;
	}
	header .dropdown-menu.depth_0 .dropdown-menu.depth_0 .nav-link {
		transition: all 0.2s;
	}
	header .dropdown-menu.depth_0 .dropdown-menu.depth_0 .nav-link.tap-active {
		/* padding: 12px; */
	}
	header .navbar-expand-lg .navbar-nav .nav-link.tap-active {
		color: #BF9135;
	}
	.dropdown-menu.depth_0 .dropdown-menu.depth_0 .nav-link.tap-active::after {
		background-color: #BF9135;
	}
	.menu-info-col {
		display: none;
	}
	
	.admin-bar .fixed-top, .fixed-top {
		top: 10px;
	}
}

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