@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body, p {
	font-family: 'Work Sans', sans-serif !important;
}

	
	body, p, li {
		font-size: 20px;
		line-height: 1.4;
		letter-spacing: 0px;
		font-style: normal;
		font-weight: 500 !important;
		text-decoration: none;
	}	
	

	.h1, h1 {
		font-size: 2em !important;
		line-height: 1.4em !important;
		letter-spacing: 0px !important;
		font-weight: 500 !important;
		font-style: normal !important;
		text-decoration: none !important;
		text-transform: none !important;
	}	
	
	
	
	.h2, h2 {
		font-size: 1.6em !important;
		line-height: 1.4em !important;
		letter-spacing: 0px !important;
		font-weight: 500 !important;
		font-style: normal !important;
		text-decoration: none !important;
		text-transform: none !important;
	}	
	
	
	
	.h3, h3 {
		font-size: 1.4em !important;
		line-height: 1.4em !important;
		letter-spacing: 0px !important;
		font-weight: 500 !important;
		font-style: normal !important;
		text-decoration: none !important;
		text-transform: none !important;
	}	

	.h4, h4 {
		font-size: 1.2em !important;
		line-height: 1.4em !important;
		letter-spacing: 0px !important;
		font-weight: 500 !important;
		font-style: normal !important;
		text-decoration: none !important;
		text-transform: none !important;	
	}



	@media only screen and (max-width: 991px) {
	  .mobile_only {
		display: inline-block;
	  }
	}
	@media only screen and (min-width: 992px) {
	  .mobile_only {
		display: none;
	  }
	}	


	
	@media (max-width: 991px) {
		.h1, h1 {
			font-size: 2.2em !important;
			line-height: 1.4em !important;
			letter-spacing: 0px !important;
			font-weight: 500 !important;
			font-style: normal !important;
			text-decoration: none !important;
			text-transform: none !important;
		}	
	}
	
	@media (max-width: 991px) {
		.h2, h2 {
			font-size: 1.76em !important;
			line-height: 1.4em !important;
			letter-spacing: 0px !important;
			font-weight: 500 !important;
			font-style: normal !important;
			text-decoration: none !important;
			text-transform: none !important;
		}	
	}
	
	@media (max-width: 991px) {
		.h3, h3 {
			font-size: 1.54em !important;
			line-height: 1.4em !important;
			letter-spacing: 0px !important;
			font-weight: 500 !important;
			font-style: normal !important;
			text-decoration: none !important;
			text-transform: none !important;
		}	

		.h4, h4 {
			font-size: 1.32em !important;
			line-height: 1.4em !important;
			letter-spacing: 0px !important;
			font-weight: 500 !important;
			font-style: normal !important;
			text-decoration: none !important;
			text-transform: none !important;
		}	
		
		
		
	}
	
	@media (max-width: 480px) {
		.h1, h1 {
			font-size: 2.2em !important;
			line-height: 1.4em !important;
			letter-spacing: 0px !important;
			font-weight: 500 !important;
			font-style: normal !important;
			text-decoration: none !important;
			text-transform: none !important;
		}	
	}
	
	@media (max-width: 480px) {
		.h2, h2 {
			font-size: 1.76em !important;
			line-height: 1.4em !important;
			letter-spacing: 0px !important;
			font-weight: 500 !important;
			font-style: normal !important;
			text-decoration: none !important;
			text-transform: none !important;
		}	
	}
	
	@media (max-width: 480px) {
		.h3, h3 {
			font-size: 1.54em !important;
			line-height: 1.4em !important;
			letter-spacing: 0px !important;
			font-weight: 500 !important;
			font-style: normal !important;
			text-decoration: none !important;
			text-transform: none !important;
		}	
		
		.h4, h4 {
			font-size: 1.32em !important;
			line-height: 1.4em !important;
			letter-spacing: 0px !important;
			font-weight: 500 !important;
			font-style: normal !important;
			text-decoration: none !important;
			text-transform: none !important;
		}			
	}
	
	@media (max-width: 991px) {
		body, p {
			font-size: 20px;
			line-height: 1.3em;
			letter-spacing: 0px;
			font-style: normal;
			font-weight: 400 !important;
		}	
	}
	
	@media (max-width: 480px) {
		body, p {
			font-size: 20px;
			line-height: 1.3em;
			letter-spacing: 0px;
			font-style: normal;
			font-weight: 400 !important;
		}	
	}
	
	@media (max-width: 991px) {
		body, p {
			text-decoration: none !important;
		}	
	}
	
	@media (max-width: 480px) {
		body, p {
			text-decoration: none !important;
		}	
	}


.yada {
	font: italic;
}

	