*{
	margin:0 auto; padding:0;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
  }

body{
	font-size:14px; color:#333333; background:#f3f3f3;
	/*font-family:poppins, helvetica, arial, lucida;*/
	font-family:Outfit, system-ui, sans-serif;
	}

b{font-weight:normal;}
i{font-style:normal;}
a, a:hover, a:active{text-decoration:none; color:#222222;}
input, textarea, select{outline:none;}
img{border:none; vertical-align:top;}
li{list-style:none;}

.fl{float:left;}
.fr{float:right;}
.cl{clear:both;}
.clearfix::after{
	content:"";
	display:table;
	clear:both;
	}
.m-title{
	 width:100%; height:80px; line-height:80px; text-align:center; font-size:30px; font-weight:400;
	}

.flexAlign{
	display:-webkit-flex; display:flex;
	justify-content:space-between;
	align-items: center;
	}
