.header-container-1094 {
	font-family: inherit;
}

.top-bar-1094 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
	font-size: 14px;
}

.top-bar-left-1094 .tb-item {
	margin-right: 15px;
}

.top-bar-left-1094 i,
.top-bar-right-1094 i {
	margin-right: 5px;
}

.top-bar-right-1094 a {
	margin-left: 10px;
	text-decoration: none;
}

.main-header-1094 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.header-right-1094 {
	display: flex;
	align-items: center;
}

.nav-menu-1094 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}

.nav-menu-1094 li {
	margin-right: 20px;
}

.nav-menu-1094 a {
	text-decoration: none;
	color: #333;
	font-weight: 500;
}

.header-cta-1094 {
	background-color: #0073aa;
	color: #fff;
	padding: 10px 20px;
	border-radius: 4px;
	text-decoration: none;
	font-weight: bold;
	margin-left: 20px;
}

@media (max-width: 768px) {
	.top-bar-1094, .main-header-1094 {
		flex-direction: column;
		text-align: center;
	}
	
	.top-bar-center-1094 {
		margin: 10px 0;
	}

	.header-right-1094 {
		flex-direction: column;
		margin-top: 15px;
	}

	.nav-menu-1094 ul {
		flex-direction: column;
	}
	
	.nav-menu-1094 li {
		margin: 10px 0;
	}
	
	.header-cta-1094 {
		margin-left: 0;
		margin-top: 15px;
	}
}