/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 16 2025 | 06:31:19 */
.l-header {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.c-gnav__li>.c-gnav__a {
	flex-direction: initial;
	align-items: center;
}

@media (min-width: 1000px) {
	.l-header {
		padding: 20px 30px;
	}
	
	.l-header__left {
		display: none !important;
	}
	
	.l-header__center {
		text-align: left !important;
		grid-area: left !important;
		padding: 0 !important;
		display: flex;
		align-items: center;
	}
}

@media (max-width: 999px) {
	.l-header a[target="_blank"]::after {
		background-color: #fff;
	}
}