.sn-83afde97-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.sn-83afde97-container {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sn-83afde97-logo {
	display: flex;
	align-items: center;
}

.sn-83afde97-logo img {
	max-height: 60px;
	width: auto;
}

.sn-83afde97-nav {
	flex-grow: 1;
	display: flex;
	justify-content: center;
}

.sn-83afde97-list {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	align-items: center;
}

.sn-83afde97-item {
	margin: 0;
	padding: 0;
}

.sn-83afde97-link {
	display: flex;
	align-items: center;
	padding: 16px 20px;
	text-decoration: none;
	height: 80px;
	box-sizing: border-box;
	transition: all 0.3s ease;
}

.sn-83afde97-ext {
	margin-left: 6px;
	font-size: 1.1em;
}

.sn-83afde97-social {
	display: flex;
	align-items: center;
	gap: 16px;
}

.sn-83afde97-social a {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.sn-83afde97-social svg {
	width: 20px;
	height: 20px;
	transition: all 0.3s ease;
}

.sn-83afde97-hamburger {
	display: none;
	background: none;
	border: none;
	cursor: pointer;
	padding: 10px;
	width: 40px;
	height: 40px;
	flex-direction: column;
	justify-content: space-around;
	margin-left: 16px;
}

.sn-83afde97-hamburger span {
	display: block;
	width: 100%;
	height: 3px;
	transition: all 0.3s ease;
}

@media (max-width: 767px) {
	.sn-83afde97-container {
		justify-content: space-between;
	}

	.sn-83afde97-social {
		display: none;
	}

	.sn-83afde97-hamburger {
		display: flex;
	}

	.sn-83afde97-nav {
		position: absolute;
		top: 80px;
		left: 0;
		width: 100%;
		display: none;
		box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	}

	.sn-83afde97-nav.active {
		display: block;
	}

	.sn-83afde97-list {
		flex-direction: column;
	}

	.sn-83afde97-link {
		width: 100%;
		justify-content: center;
		height: 48px;
		padding: 10px;
	}
}