@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap');
body:not(.elementor-page) {
	background-color: #F4F6FA;
	font-family: "Golos Text", serif !important;
	color: #1F2C41;
}
body:not(.elementor-page) h1 {
	font-family: "Golos Text", Sans-serif !important;
	color: #1F2C41;
	font-size: 52px !important;
	font-weight: 600;
	letter-spacing: -1px !important;
	line-height: 1.1em;
	margin: 0 0 50px;
}
body:not(.elementor-page) h2 {
	font-family: "Golos Text", Sans-serif !important;
	color: #1F2C41;
	font-size: 43px !important;
	font-weight: 600;
	letter-spacing: -1.3px !important;
	line-height: 43px;
	margin: 0 0 52px;
	text-transform: none !important;
}

.white-bg {
	background-color: #fff;
}
.flex {
	display: flex;
}
.jcsb {
	justify-content: space-between;
}
.fww {
	flex-wrap: wrap;
}
.p35 {
	padding: 35px;
}
.pb100 {
	padding-bottom: 100px;
}
.p100 {
	padding: 100px 0 63px;
}
.g35 {
	gap: 35px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb35 {
	margin-bottom: 35px;
}
.br12 {
	border-radius: 12px;
}
.br24 {
	border-radius: 24px;
}




@media(max-width:767px) {
	body:not(.elementor-page) h1 {
		font-size: 25px !important;
		line-height: 30px;
		margin-bottom: 30px;
	}
	.p35 {
		padding: 15px;
	}
	.g35 {
		gap: 15px;
	}
	.mb35 {
		margin-bottom: 15px;
	}
	
	
	
}