@font-face {
	font-family: my;
	src: url("icomoon.woff") format("woff"), url("icomoon.ttf") format("truetype");
}
.my-arrow:before {
	content: "\e903";
	font-family: my;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.my-calendar:before {
	content: "\e900";
	color: #4d61f4;
	font-family: my;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.my-time:before {
	content: "\e901";
	color: #4d61f4;
	font-family: my;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.my-location:before {
	content: "\e902";
	color: #4d61f4;
	font-family: my;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}