nav.main-navigation {
	width: fit-content;
	margin: 0 0 0 auto;
	z-index: 3;
}
.site-branding {
	position: relative;
}
.site-title {
	margin: 0;
	padding: 0;
}
.header-breadcrumb {
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 40px;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.08em;
	color: white;
	white-space: nowrap;
	font-family: "articulat-cf", 'Inter', 'Helvetica Neue', Arial, sans-serif;
}
.header-breadcrumb a {
	color: white;
	text-decoration: none;
	transition: opacity 0.3s;
	text-transform: uppercase;
}
.header-breadcrumb a:hover {
	opacity: 0.7;
}
#page {
	position: relative;
}
nav.main-navigation  li {
	padding: 0 15px;
}
header#masthead .site-branding a, header#masthead .site-title {
	color: #fff;
}
nav.main-navigation a {
	color: #fff;
	font-family: "articulat-cf", 'Inter', 'Helvetica Neue', Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
}
nav.main-navigation ul#primary-menu > li:not(:last-child) > a {
	border-bottom: 1px solid transparent;
	padding-bottom: 4px;
}
nav.main-navigation ul#primary-menu > li:not(:last-child) > a:hover {
	border-bottom-color: #fff;
}
nav.main-navigation ul#primary-menu > li:last-child > a {
	background-color: #C5BA9B;
	border: 1px solid #C5BA9B;
	padding: 10px 22px;
	border-radius: 0;
	font-weight: 700;
	transition: all 0.3s ease;
}
nav.main-navigation ul#primary-menu > li:last-child > a::after {
	content: '';
	display: inline-block;
	width: 0.6em;
	height: 0.68em;
	margin-left: 0.45em;
	vertical-align: middle;
	background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='22'%20viewBox='0%200%2020%2022'%20fill='none'%3E%3Cpath%20d='M9.83589%200.599609L9.83589%2020.5996M0.599521%2011.1552L9.83589%2020.5996L19.0723%2011.1552'%20stroke='%23ffffff'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
	transform: rotate(-90deg);
	width: 11px;
	height: 11px;
}
nav.main-navigation ul#primary-menu > li:last-child > a:hover {
	background-color: #b0a688;
	border-color: #b0a688;
	font-weight: 700;
}
img.logo-header {
	height: 40px;
	width: auto;
	display: block;
}
body.has-white-logo img.logo-header, body.has-white-logo .menu-toggle img {
	filter: brightness(0) invert(1);
}
header#masthead {
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 30px 60px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background: transparent;
	max-width: 1300px;
}

@media screen and (max-width: 1140px) {
	nav.main-navigation ul#primary-menu > li {
		padding: 0 6px;
	}
}

@media screen and (max-width: 1079px) {
	nav.main-navigation > div {
		display: none;
	}
	header#masthead nav.main-navigation li {
		margin: 5px auto;
		padding: 5px 0;
	}
	header#masthead nav.main-navigation a {
		font-size: 1.1rem;
	}
	.header-lang {
		display: none;
	}
	header#masthead {
		padding: 30px;
	}
	.header-breadcrumb {
		display: none;
	}
}
.menu-toggle, .main-navigation.toggled ul {
	display: block;
}
button.menu-toggle {
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
}
.menu-toggle img {
	width: 35px;
	height: auto;
}

@media screen and (min-width: 1080px) {
	.menu-toggle {
		display: none;
	}
	nav.main-navigation ul#primary-menu {
		display: flex;
		align-items: center;
	}
	nav.main-navigation {
		display: flex;
		align-items: center;
	}
}
.header-lang {
	color: #fff;
	font-family: "articulat-cf", 'Inter', 'Helvetica Neue', Arial, sans-serif;
	font-size: 0.82rem;
	font-weight: 400;
	margin-left: 20px;
	white-space: nowrap;
}
div#mobile-navigation {
	display: flex;
	flex-direction: column;
	position: fixed;
	width: 100%;
	height: fit-content;
	max-height: 100vh;
	z-index: 20;
	top: 0;
	left: 0;
	color: #fff;
	padding: 30px;
	overflow-y: auto;
	background: #414042;
	font-family: "articulat-cf", 'Inter', 'Helvetica Neue', Arial, sans-serif;
}
div#mobile-navigation.hidden {
	display: none;
}
a.mobile-home-link {
	display: inline-block;
	line-height: 0;
}
img.mobile-nav-logo {
	width: auto;
	height: 40px;
	max-width: 80%;
	display: block;
}
img#close-nav {
	cursor: pointer;
	top: 30px;
	right: 30px;
	width: 30px;
	height: auto;
	position: absolute;
	display: block;
	transition: opacity 0.3s ease;
}
img#close-nav:hover {
	opacity: 0.7;
}
ul#mobile-primary-menu {
	list-style-type: none;
	padding: 0;
	margin: 60px 0 0;
	display: flex;
	flex-direction: column;
	flex: 1;
}
ul#mobile-primary-menu > li {
	margin: 0;
	padding: 18px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
ul#mobile-primary-menu > li:last-child {
	border-bottom: none;
	margin-top: 30px;
	padding: 0;
	width: fit-content;
}
ul#mobile-primary-menu li a {
	color: #fff;
	font-family: var(--estim-font-sans, "articulat-cf", 'Inter', 'Helvetica Neue', Arial, sans-serif);
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	transition: color 0.3s ease, opacity 0.3s ease;
	width: fit-content;
}
ul#mobile-primary-menu li a:hover {
	color: #C5BA9B;
}
ul#mobile-primary-menu > li:last-child a {
	background-color: #C5BA9B;
	border: 1px solid #C5BA9B;
	color: #fff;
	padding: 14px 26px;
	text-align: center;
	letter-spacing: 0.08em;
	font-weight: 700;
	transition: background-color 0.3s ease, border-color 0.3s ease;
}
ul#mobile-primary-menu > li:last-child a:hover {
	background-color: #b0a688;
	border-color: #b0a688;
	color: #fff;
}
ul#mobile-primary-menu > li:last-child a::after {
	content: '';
	display: inline-block;
	width: 0.6em;
	height: 0.68em;
	margin-left: 0.45em;
	vertical-align: middle;
	background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='22'%20viewBox='0%200%2020%2022'%20fill='none'%3E%3Cpath%20d='M9.83589%200.599609L9.83589%2020.5996M0.599521%2011.1552L9.83589%2020.5996L19.0723%2011.1552'%20stroke='%23ffffff'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
	transform: rotate(-90deg);
}

@media screen and (max-width: 480px) {
	div#mobile-navigation {
		padding: 30px 24px;
	}
	img#close-nav {
		right: 24px;
	}
}
