/* 2023-05-24 14:55:43 */
:root {
	--main-color-10:rgba(240, 98, 12, 1);
	--main-color-8:rgba(240, 98, 12, 0.8);
	--main-color-6:rgba(240, 98, 12, 0.6);
	--main-color-4:rgba(240, 98, 12, 0.4);
	--main-color-2:rgba(240, 98, 12, 0.2);
	--main-width-1:1500px;
	--main-width-2:1500px !important;
}

.container_font {
	font-size:14px;
	letter-spacing:0;
	line-height:1.5;
	color:rgba(0, 0, 0, 1);
}

.container {
	background-color:transparent;
	
	
	
}

.brand_color {
	color:rgba(240, 98, 12, 1) !important;
}

.brand_bg {
	background-color:rgba(240, 98, 12, 1) !important;
}

.main_color {
	color:rgba(240, 98, 12, 1) !important;
	font-weight:500 !important;
}

.main_thin_color {
	color:rgba(240, 98, 12, 1) !important;
}

