:root{
	--wd-top-bar-h: 0.001px;
	--wd-top-bar-sm-h: 0.001px;
	--wd-top-bar-sticky-h: 0.001px;

	--wd-header-general-h: 150px;
	--wd-header-general-sm-h: 100px;
	--wd-header-general-sticky-h: 0.001px;

	--wd-header-bottom-h: 0.001px;
	--wd-header-bottom-sm-h: 0.001px;
	--wd-header-bottom-sticky-h: 30px;

	--wd-header-clone-h: 0.001px;
}





@media (min-width: 1025px) {
	
		.whb-general-header-inner {
		height: 150px;
		max-height: 150px;
	}

		.whb-sticked .whb-general-header-inner {
		height: 80px;
		max-height: 80px;
	}
		
	
	
	}

@media (max-width: 1024px) {
	
		.whb-general-header-inner {
		height: 100px;
		max-height: 100px;
	}
	
	
	
	}
		
.whb-top-bar {
	background-color: rgba(71, 94, 76, 1);border-color: rgba(255, 255, 255, 0.1);border-bottom-width: 1px;border-bottom-style: solid;
}

.whb-general-header {
	background-color: rgba(255, 255, 255, 0);border-bottom-width: 0px;border-bottom-style: solid;
}

.whb-header-bottom {
	background-color: rgba(84, 162, 40, 1);border-color: rgba(232, 232, 232, 1);border-bottom-width: 0px;border-bottom-style: solid;
}
