/* font-icons */
@font-face {
	font-family: "font-icons";
	src: url("/_content/AppCore.Shares/backend/js/contentbuilder/assets/ionicons/fonts/font-icons.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "lined-icons";
	src: url("/_content/AppCore.Shares/backend/js/contentbuilder/assets/ionicons/fonts/lined-icons.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Simple-Line-Icons";
	src: url("/_content/AppCore.Shares/backend/js/contentbuilder/assets/ionicons/fonts/Simple-Line-Icons.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Bootstrap-Icons";
	src: url("/_content/AppCore.Shares/backend/js/contentbuilder/assets/ionicons/fonts/bootstrap-icons.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
[class^="eicon-"],
[class*=" eicon-"],
[class^="eicon-line-"],
[class*=" eicon-line-"],
[class^="eicon-line2-"],
[class*=" eicon-line2-"],
.side-header .primary-menu ul > li.sub-menu > a:after,
.docs-navigation ul ul li.current a:after {
	display: inline-block;
	font-family: "font-icons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="eicon-line-"],
[class*=" eicon-line-"] {
	font-family: "lined-icons";
}

[class^="eicon-line2-"],
[class*=" eicon-line2-"] {
	font-family: "Simple-Line-Icons";
}

.eicon-lg {
	font-size: 1.3333333333333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}
.eicon-2x {
	font-size: 2em;
}
.eicon-3x {
	font-size: 3em;
}
.eicon-4x {
	font-size: 4em;
}
.eicon-5x {
	font-size: 5em;
}
.eicon-fw {
	width: 1.2857142857142858em;
	text-align: center;
}

.iconlist {
	padding-left: 0;
	margin-left: 0;
	list-style-type: none;
}

.iconlist li {
	position: relative;
	display: flex;
	align-items: baseline;
}

.iconlist ul {
	list-style-type: none;
	margin: 0.5rem 0 0.5rem 1.5rem;
}

.iconlist > li [class^="eicon-"]:first-child,
.iconlist > li [class*=" eicon-"]:first-child {
	position: relative;
	text-align: center;
	top: 1px;
	width: 1rem;
    margin-right: 0.75rem;
    flex: 0 0 auto;
}

.rtl .iconlist > li [class^="eicon-"]:first-child,
.rtl .iconlist > li [class*=" eicon-"]:first-child {
	margin-left: 0.75rem;
	margin-right: 0;
}

.iconlist.iconlist-large {
	font-size: 1.5rem;
}

.iconlist.iconlist-large li {
	margin: 4px 0;
}

.iconlist.iconlist-large > li [class^="eicon-"],
.iconlist.iconlist-large > li [class*=" eicon-"] {
	width: 1.5rem;
	margin-right: 5px;
}

.rtl .iconlist.iconlist-large > li [class^="eicon-"],
.rtl .iconlist.iconlist-large > li [class*=" eicon-"] {
	margin-left: 5px;
	margin-right: 0;
}

.iconlist > li [class^="eicon-"]:first-child {
	color: #1ABC9C;
	color: var(--themecolor);
}

.eicon-border {
	padding: 0.2em 0.25em 0.15em;
	border: solid 0.08em #eeeeee;
	border-radius: 0.1em;
}
.icon.pull-left {
	margin-right: 0.3em;
}
.icon.pull-right {
	margin-left: 0.3em;
}
.eicon-spin {
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(359deg);
	}
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
	}
}
@-o-keyframes spin {
	0% {
		-o-transform: rotate(0deg);
	}
	100% {
		-o-transform: rotate(359deg);
	}
}
@-ms-keyframes spin {
	0% {
		-ms-transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(359deg);
	}
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(359deg);
	}
}
.eicon-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.eicon-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.eicon-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}
.eicon-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.eicon-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1);
}
.eicon-stacked {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}
.eicon-stacked-1x,
.eicon-stacked-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}
.rtl .eicon-stacked-1x,
.rtl .eicon-stacked-2x {
	left: auto;
	right: 0;
}
.eicon-stacked-1x {
	line-height: inherit;
}
.eicon-stacked-2x {
	font-size: 2em;
}
.eicon-inverse {
	color: #ffffff;
}

/*.eicon-type:before {
	content: "\e600";
}*/
.eicon-box1:before {
	content: "\e601";
}
.eicon-archive1:before {
	content: "\e602";
}
.eicon-envelope2:before {
	content: "\e603";
}
.eicon-email:before {
	content: "\e604";
}
.eicon-files:before {
	content: "\e605";
}
.eicon-printer2:before {
	content: "\e606";
}
.eicon-folder-add:before {
	content: "\e607";
}
.eicon-folder-settings:before {
	content: "\e608";
}
.eicon-folder-check:before {
	content: "\e609";
}
.eicon-wifi-low:before {
	content: "\e60a";
}
.eicon-wifi-mid:before {
	content: "\e60b";
}
.eicon-wifi-full:before {
	content: "\e60c";
}
.eicon-connection-empty:before {
	content: "\e60d";
}
.eicon-battery-full1:before {
	content: "\e60e";
}
.eicon-settings:before {
	content: "\e60f";
}
.eicon-arrow-left1:before {
	content: "\e610";
}
.eicon-arrow-up1:before {
	content: "\e611";
}
.eicon-arrow-down1:before {
	content: "\e612";
}
.eicon-arrow-right1:before {
	content: "\e613";
}
.eicon-reload:before {
	content: "\e614";
}
.eicon-download1:before {
	content: "\e615";
}
.eicon-tag1:before {
	content: "\e616";
}
.eicon-trashcan:before {
	content: "\e617";
}
.eicon-search1:before {
	content: "\e618";
}
.eicon-zoom-in:before {
	content: "\e619";
}
.eicon-zoom-out:before {
	content: "\e61a";
}
.eicon-chat:before {
	content: "\e61b";
}
.eicon-clock2:before {
	content: "\e61c";
}
.eicon-printer:before {
	content: "\e61d";
}
.eicon-home1:before {
	content: "\e61e";
}
.eicon-flag2:before {
	content: "\e61f";
}
.eicon-meter:before {
	content: "\e620";
}
.eicon-switch:before {
	content: "\e621";
}
.eicon-forbidden:before {
	content: "\e622";
}
.eicon-phone-landscape:before {
	content: "\e623";
}
.eicon-tablet1:before {
	content: "\e624";
}
.eicon-tablet-landscape:before {
	content: "\e625";
}
.eicon-laptop1:before {
	content: "\e626";
}
.eicon-camera1:before {
	content: "\e627";
}
.eicon-microwave-oven:before {
	content: "\e628";
}
.eicon-credit-cards:before {
	content: "\e629";
}
.eicon-map-marker1:before {
	content: "\e62a";
}
.eicon-map2:before {
	content: "\e62b";
}
.eicon-support:before {
	content: "\e62c";
}
.eicon-newspaper2:before {
	content: "\e62d";
}
.eicon-barbell:before {
	content: "\e62e";
}
.eicon-stopwatch1:before {
	content: "\e62f";
}
.eicon-atom1:before {
	content: "\e630";
}
.eicon-image2:before {
	content: "\e631";
}
.eicon-cube1:before {
	content: "\e632";
}
.eicon-bars1:before {
	content: "\e633";
}
.eicon-chart:before {
	content: "\e634";
}
.eicon-pencil:before {
	content: "\e635";
}
.eicon-measure:before {
	content: "\e636";
}
.eicon-eyedropper:before {
	content: "\e637";
}
.eicon-file-settings:before {
	content: "\e638";
}
.eicon-file-add:before {
	content: "\e639";
}
.eicon-file2:before {
	content: "\e63a";
}
.eicon-align-left1:before {
	content: "\e63b";
}
.eicon-align-right1:before {
	content: "\e63c";
}
.eicon-align-center1:before {
	content: "\e63d";
}
.eicon-align-justify1:before {
	content: "\e63e";
}
.eicon-file-broken:before {
	content: "\e63f";
}
.eicon-browser:before {
	content: "\e640";
}
.eicon-windows1:before {
	content: "\e641";
}
.eicon-window:before {
	content: "\e642";
}
.eicon-folder2:before {
	content: "\e643";
}
.eicon-connection-25:before {
	content: "\e644";
}
.eicon-connection-50:before {
	content: "\e645";
}
.eicon-connection-75:before {
	content: "\e646";
}
.eicon-connection-full:before {
	content: "\e647";
}
.eicon-list1:before {
	content: "\e648";
}
.eicon-grid:before {
	content: "\e649";
}
.eicon-stack3:before {
	content: "\e64a";
}
.eicon-battery-charging:before {
	content: "\e64b";
}
.eicon-battery-empty1:before {
	content: "\e64c";
}
.eicon-battery-25:before {
	content: "\e64d";
}
.eicon-battery-50:before {
	content: "\e64e";
}
.eicon-battery-75:before {
	content: "\e64f";
}
.eicon-refresh:before {
	content: "\e650";
}
.eicon-volume:before {
	content: "\e651";
}
.eicon-volume-increase:before {
	content: "\e652";
}
.eicon-volume-decrease:before {
	content: "\e653";
}
.eicon-mute:before {
	content: "\e654";
}
.eicon-microphone1:before {
	content: "\e655";
}
.eicon-microphone-off:before {
	content: "\e656";
}
.eicon-book1:before {
	content: "\e657";
}
.eicon-checkmark:before {
	content: "\e658";
}
.eicon-checkbox-checked:before {
	content: "\e659";
}
.eicon-checkbox:before {
	content: "\e65a";
}
.eicon-paperclip1:before {
	content: "\e65b";
}
.eicon-chat-1:before {
	content: "\e65c";
}
.eicon-chat-2:before {
	content: "\e65d";
}
.eicon-chat-3:before {
	content: "\e65e";
}
.eicon-comment2:before {
	content: "\e65f";
}
.eicon-calendar2:before {
	content: "\e660";
}
.eicon-bookmark2:before {
	content: "\e661";
}
.eicon-email2:before {
	content: "\e662";
}
.eicon-heart2:before {
	content: "\e663";
}
.eicon-enter:before {
	content: "\e664";
}
.eicon-cloud1:before {
	content: "\e665";
}
.eicon-book2:before {
	content: "\e666";
}
.eicon-star2:before {
	content: "\e667";
}
.eicon-lock1:before {
	content: "\e668";
}
.eicon-unlocked:before {
	content: "\e669";
}
.eicon-unlocked2:before {
	content: "\e66a";
}
.eicon-users1:before {
	content: "\e66b";
}
.eicon-user2:before {
	content: "\e66c";
}
.eicon-users2:before {
	content: "\e66d";
}
.eicon-user21:before {
	content: "\e66e";
}
.eicon-bullhorn1:before {
	content: "\e66f";
}
.eicon-share1:before {
	content: "\e670";
}
.eicon-screen:before {
	content: "\e671";
}
.eicon-phone1:before {
	content: "\e672";
}
.eicon-phone-portrait:before {
	content: "\e673";
}
.eicon-calculator1:before {
	content: "\e674";
}
.eicon-bag:before {
	content: "\e675";
}
.eicon-diamond:before {
	content: "\e676";
}
.eicon-drink:before {
	content: "\e677";
}
.eicon-shorts:before {
	content: "\e678";
}
.eicon-vcard:before {
	content: "\e679";
}
.eicon-sun2:before {
	content: "\e67a";
}
.eicon-bill:before {
	content: "\e67b";
}
.eicon-coffee1:before {
	content: "\e67c";
}
.eicon-tv2:before {
	content: "\e67d";
}
.eicon-newspaper3:before {
	content: "\e67e";
}
.eicon-stack:before {
	content: "\e67f";
}
.eicon-syringe1:before {
	content: "\e680";
}
.eicon-health:before {
	content: "\e681";
}
.eicon-bolt1:before {
	content: "\e682";
}
.eicon-pill:before {
	content: "\e683";
}
.eicon-bones:before {
	content: "\e684";
}
.eicon-lab:before {
	content: "\e685";
}
.eicon-clipboard2:before {
	content: "\e686";
}
.eicon-mug:before {
	content: "\e687";
}
.eicon-bucket:before {
	content: "\e688";
}
.eicon-select:before {
	content: "\e689";
}
.eicon-graph:before {
	content: "\e68a";
}
.eicon-crop1:before {
	content: "\e68b";
}
.eicon-heart21:before {
	content: "\e68c";
}
.eicon-cloud2:before {
	content: "\e68d";
}
.eicon-star21:before {
	content: "\e68e";
}
.eicon-pen1:before {
	content: "\e68f";
}
.eicon-diamond2:before {
	content: "\e690";
}
.eicon-display:before {
	content: "\e691";
}
.eicon-paperplane:before {
	content: "\e692";
}
.eicon-params:before {
	content: "\e693";
}
.eicon-banknote:before {
	content: "\e694";
}
.eicon-vynil:before {
	content: "\e695";
}
.eicon-truck1:before {
	content: "\e696";
}
.eicon-world:before {
	content: "\e697";
}
.eicon-tv1:before {
	content: "\e698";
}
.eicon-sound:before {
	content: "\e699";
}
.eicon-video1:before {
	content: "\e69a";
}
.eicon-trash1:before {
	content: "\e69b";
}
.eicon-user3:before {
	content: "\e69c";
}
.eicon-key1:before {
	content: "\e69d";
}
.eicon-search2:before {
	content: "\e69e";
}
.eicon-settings2:before {
	content: "\e69f";
}
.eicon-camera2:before {
	content: "\e6a0";
}
.eicon-tag2:before {
	content: "\e6a1";
}
.eicon-lock2:before {
	content: "\e6a2";
}
.eicon-bulb:before {
	content: "\e6a3";
}
.eicon-location:before {
	content: "\e6a4";
}
.eicon-eye2:before {
	content: "\e6a5";
}
.eicon-bubble:before {
	content: "\e6a6";
}
.eicon-stack2:before {
	content: "\e6a7";
}
.eicon-cup:before {
	content: "\e6a8";
}
.eicon-phone2:before {
	content: "\e6a9";
}
.eicon-news:before {
	content: "\e6aa";
}
.eicon-mail:before {
	content: "\e6ab";
}
.eicon-like:before {
	content: "\e6ac";
}
.eicon-photo:before {
	content: "\e6ad";
}
.eicon-note:before {
	content: "\e6ae";
}
.eicon-clock21:before {
	content: "\e6af";
}
.eicon-data:before {
	content: "\e6b0";
}
.eicon-music1:before {
	content: "\e6b1";
}
.eicon-megaphone:before {
	content: "\e6b2";
}
.eicon-study:before {
	content: "\e6b3";
}
.eicon-lab2:before {
	content: "\e6b4";
}
.eicon-food:before {
	content: "\e6b5";
}
.eicon-t-shirt:before {
	content: "\e6b6";
}
.eicon-fire1:before {
	content: "\e6b7";
}
.eicon-clip:before {
	content: "\e6b8";
}
.eicon-shop:before {
	content: "\e6b9";
}
.eicon-calendar21:before {
	content: "\e6ba";
}
.eicon-wallet1:before {
	content: "\e6bb";
}
.eicon-glass:before {
	content: "\e6bc";
}
.eicon-music2:before {
	content: "\e6bd";
}
.eicon-search3:before {
	content: "\e6be";
}
.eicon-envelope21:before {
	content: "\e6bf";
}
.eicon-heart3:before {
	content: "\e6c0";
}
.eicon-star3:before {
	content: "\e6c1";
}
.eicon-star-empty:before {
	content: "\e6c2";
}
.eicon-user4:before {
	content: "\e6c3";
}
.eicon-film1:before {
	content: "\e6c4";
}
.eicon-th-large1:before {
	content: "\e6c5";
}
.eicon-th1:before {
	content: "\e6c6";
}
.eicon-th-list1:before {
	content: "\e6c7";
}
.eicon-ok:before {
	content: "\e6c8";
}
/*.eicon-remove:before {
	content: "\e6c9";
}*/
.eicon-zoom-in2:before {
	content: "\e6ca";
}
.eicon-zoom-out2:before {
	content: "\e6cb";
}
.eicon-off:before {
	content: "\e6cc";
}
.eicon-signal1:before {
	content: "\e6cd";
}
.eicon-cog1:before {
	content: "\e6ce";
}
.eicon-trash2:before {
	content: "\e6cf";
}
.eicon-home2:before {
	content: "\e6d0";
}
.eicon-file21:before {
	content: "\e6d1";
}
.eicon-time:before {
	content: "\e6d2";
}
.eicon-road1:before {
	content: "\e6d3";
}
.eicon-download-alt:before {
	content: "\e6d4";
}
.eicon-download2:before {
	content: "\e6d5";
}
.eicon-upload1:before {
	content: "\e6d6";
}
.eicon-inbox1:before {
	content: "\e6d7";
}
.eicon-play-circle2:before {
	content: "\e6d8";
}
.eicon-repeat:before {
	content: "\e6d9";
}
.eicon-refresh2:before {
	content: "\e6da";
}
.eicon-list-alt2:before {
	content: "\e6db";
}
.eicon-lock3:before {
	content: "\e6dc";
}
.eicon-flag21:before {
	content: "\e6dd";
}
.eicon-headphones1:before {
	content: "\e6de";
}
.eicon-volume-off1:before {
	content: "\e6df";
}
.eicon-volume-down1:before {
	content: "\e6e0";
}
.eicon-volume-up1:before {
	content: "\e6e1";
}
.eicon-qrcode1:before {
	content: "\e6e2";
}
.eicon-barcode1:before {
	content: "\e6e3";
}
.eicon-tag3:before {
	content: "\e6e4";
}
.eicon-tags1:before {
	content: "\e6e5";
}
.eicon-book3:before {
	content: "\e6e6";
}
.eicon-bookmark21:before {
	content: "\e6e7";
}
.eicon-print2:before {
	content: "\e6e8";
}
.eicon-camera3:before {
	content: "\e6e9";
}
.eicon-font1:before {
	content: "\e6ea";
}
.eicon-bold1:before {
	content: "\e6eb";
}
.eicon-italic1:before {
	content: "\e6ec";
}
.eicon-text-height1:before {
	content: "\e6ed";
}
.eicon-text-width1:before {
	content: "\e6ee";
}
.eicon-align-left2:before {
	content: "\e6ef";
}
.eicon-align-center2:before {
	content: "\e6f0";
}
.eicon-align-right2:before {
	content: "\e6f1";
}
.eicon-align-justify2:before {
	content: "\e6f2";
}
.eicon-list2:before {
	content: "\e6f3";
}
.eicon-indent-left:before {
	content: "\e6f4";
}
.eicon-indent-right:before {
	content: "\e6f5";
}
.eicon-facetime-video:before {
	content: "\e6f6";
}
.eicon-picture:before {
	content: "\e6f7";
}
.eicon-pencil2:before {
	content: "\e6f8";
}
.eicon-map-marker2:before {
	content: "\e6f9";
}
.eicon-adjust1:before {
	content: "\e6fa";
}
.eicon-tint1:before {
	content: "\e6fb";
}
.eicon-edit2:before {
	content: "\e6fc";
}
.eicon-share2:before {
	content: "\e6fd";
}
.eicon-check1:before {
	content: "\e6fe";
}
.eicon-move:before {
	content: "\e6ff";
}
.eicon-step-backward1:before {
	content: "\e700";
}
.eicon-fast-backward1:before {
	content: "\e701";
}
.eicon-backward1:before {
	content: "\e702";
}
.eicon-play1:before {
	content: "\e703";
}
.eicon-pause1:before {
	content: "\e704";
}
.eicon-stop1:before {
	content: "\e705";
}
.eicon-forward1:before {
	content: "\e706";
}
.eicon-fast-forward1:before {
	content: "\e707";
}
.eicon-step-forward1:before {
	content: "\e708";
}
.eicon-eject1:before {
	content: "\e709";
}
.eicon-chevron-left1:before {
	content: "\e70a";
}
.eicon-chevron-right1:before {
	content: "\e70b";
}
.eicon-plus-sign:before {
	content: "\e70c";
}
.eicon-minus-sign:before {
	content: "\e70d";
}
.eicon-remove-sign:before {
	content: "\e70e";
}
.eicon-ok-sign:before {
	content: "\e70f";
}
.eicon-question-sign:before {
	content: "\e710";
}
.eicon-info-sign:before {
	content: "\e711";
}
.eicon-screenshot:before {
	content: "\e712";
}
.eicon-remove-circle:before {
	content: "\e713";
}
.eicon-ok-circle:before {
	content: "\e714";
}
.eicon-ban-circle:before {
	content: "\e715";
}
.eicon-arrow-left2:before {
	content: "\e716";
}
.eicon-arrow-right2:before {
	content: "\e717";
}
.eicon-arrow-up2:before {
	content: "\e718";
}
.eicon-arrow-down2:before {
	content: "\e719";
}
.eicon-share-alt1:before {
	content: "\e71a";
}
.eicon-resize-full:before {
	content: "\e71b";
}
.eicon-resize-small:before {
	content: "\e71c";
}
.eicon-plus1:before {
	content: "\e71d";
}
.eicon-minus1:before {
	content: "\e71e";
}
.eicon-asterisk1:before {
	content: "\e71f";
}
.eicon-exclamation-sign:before {
	content: "\e720";
}
.eicon-gift1:before {
	content: "\e721";
}
.eicon-leaf1:before {
	content: "\e722";
}
.eicon-fire2:before {
	content: "\e723";
}
.eicon-eye-open:before {
	content: "\e724";
}
.eicon-eye-close:before {
	content: "\e725";
}
.eicon-warning-sign:before {
	content: "\e726";
}
.eicon-plane1:before {
	content: "\e727";
}
.eicon-calendar3:before {
	content: "\e728";
}
.eicon-random1:before {
	content: "\e729";
}
.eicon-comment21:before {
	content: "\e72a";
}
.eicon-magnet1:before {
	content: "\e72b";
}
.eicon-chevron-up1:before {
	content: "\e72c";
}
.eicon-chevron-down1:before {
	content: "\e72d";
}
.eicon-retweet1:before {
	content: "\e72e";
}
.eicon-shopping-cart:before {
	content: "\e72f";
}
.eicon-folder-close:before {
	content: "\e730";
}
.eicon-folder-open2:before {
	content: "\e731";
}
.eicon-resize-vertical:before {
	content: "\e732";
}
.eicon-resize-horizontal:before {
	content: "\e733";
}
.eicon-bar-chart:before {
	content: "\e734";
}
.eicon-twitter-sign:before {
	content: "\e735";
}
.eicon-facebook-sign:before {
	content: "\e736";
}
.eicon-camera-retro1:before {
	content: "\e737";
}
.eicon-key2:before {
	content: "\e738";
}
.eicon-cogs1:before {
	content: "\e739";
}
.eicon-comments2:before {
	content: "\e73a";
}
.eicon-thumbs-up2:before {
	content: "\e73b";
}
.eicon-thumbs-down2:before {
	content: "\e73c";
}
.eicon-star-half2:before {
	content: "\e73d";
}
.eicon-heart-empty:before {
	content: "\e73e";
}
.eicon-signout:before {
	content: "\e73f";
}
.eicon-linkedin-sign:before {
	content: "\e740";
}
.eicon-pushpin:before {
	content: "\e741";
}
.eicon-external-link:before {
	content: "\e742";
}
.eicon-signin:before {
	content: "\e743";
}
.eicon-trophy1:before {
	content: "\e744";
}
.eicon-github-sign:before {
	content: "\e745";
}
.eicon-upload-alt:before {
	content: "\e746";
}
.eicon-lemon2:before {
	content: "\e747";
}
.eicon-phone3:before {
	content: "\e748";
}
.eicon-check-empty:before {
	content: "\e749";
}
.eicon-bookmark-empty:before {
	content: "\e74a";
}
.eicon-phone-sign:before {
	content: "\e74b";
}
.eicon-twitter2:before {
	content: "\e74c";
}
.eicon-facebook2:before {
	content: "\e74d";
}
.eicon-github2:before {
	content: "\e74e";
}
.eicon-unlock1:before {
	content: "\e74f";
}
.eicon-credit:before {
	content: "\e750";
}
.eicon-rss2:before {
	content: "\e751";
}
.eicon-hdd2:before {
	content: "\e752";
}
.eicon-bullhorn2:before {
	content: "\e753";
}
.eicon-bell2:before {
	content: "\e754";
}
.eicon-certificate1:before {
	content: "\e755";
}
.eicon-hand-right:before {
	content: "\e756";
}
.eicon-hand-left:before {
	content: "\e757";
}
.eicon-hand-up:before {
	content: "\e758";
}
.eicon-hand-down:before {
	content: "\e759";
}
.eicon-circle-arrow-left:before {
	content: "\e75a";
}
.eicon-circle-arrow-right:before {
	content: "\e75b";
}
.eicon-circle-arrow-up:before {
	content: "\e75c";
}
.eicon-circle-arrow-down:before {
	content: "\e75d";
}
.eicon-globe1:before {
	content: "\e75e";
}
.eicon-wrench1:before {
	content: "\e75f";
}
.eicon-tasks1:before {
	content: "\e760";
}
.eicon-filter1:before {
	content: "\e761";
}
.eicon-briefcase1:before {
	content: "\e762";
}
.eicon-fullscreen:before {
	content: "\e763";
}
.eicon-group:before {
	content: "\e764";
}
.eicon-link1:before {
	content: "\e765";
}
.eicon-cloud3:before {
	content: "\e766";
}
.eicon-beaker:before {
	content: "\e767";
}
.eicon-cut1:before {
	content: "\e768";
}
.eicon-copy2:before {
	content: "\e769";
}
.eicon-paper-clip:before {
	content: "\e76a";
}
.eicon-save2:before {
	content: "\e76b";
}
.eicon-sign-blank:before {
	content: "\e76c";
}
.eicon-reorder:before {
	content: "\e76d";
}
.eicon-list-ul1:before {
	content: "\e76e";
}
.eicon-list-ol1:before {
	content: "\e76f";
}
.eicon-strikethrough1:before {
	content: "\e770";
}
.eicon-underline1:before {
	content: "\e771";
}
.eicon-table1:before {
	content: "\e772";
}
.eicon-magic1:before {
	content: "\e773";
}
.eicon-truck2:before {
	content: "\e774";
}
.eicon-pinterest2:before {
	content: "\e775";
}
.eicon-pinterest-sign:before {
	content: "\e776";
}
.eicon-google-plus-sign:before {
	content: "\e777";
}
.eicon-google-plus1:before {
	content: "\e778";
}
.eicon-money:before {
	content: "\e779";
}
.eicon-caret-down1:before {
	content: "\e77a";
}
.eicon-caret-up1:before {
	content: "\e77b";
}
.eicon-caret-left1:before {
	content: "\e77c";
}
.eicon-caret-right1:before {
	content: "\e77d";
}
.eicon-columns1:before {
	content: "\e77e";
}
.eicon-sort1:before {
	content: "\e77f";
}
.eicon-sort-down1:before {
	content: "\e780";
}
.eicon-sort-up1:before {
	content: "\e781";
}
.eicon-envelope-alt:before {
	content: "\e782";
}
.eicon-linkedin2:before {
	content: "\e783";
}
.eicon-undo1:before {
	content: "\e784";
}
.eicon-legal:before {
	content: "\e785";
}
.eicon-dashboard:before {
	content: "\e786";
}
.eicon-comment-alt2:before {
	content: "\e787";
}
.eicon-comments-alt:before {
	content: "\e788";
}
.eicon-bolt2:before {
	content: "\e789";
}
.eicon-sitemap1:before {
	content: "\e78a";
}
.eicon-umbrella1:before {
	content: "\e78b";
}
.eicon-paste1:before {
	content: "\e78c";
}
.eicon-lightbulb2:before {
	content: "\e78d";
}
.eicon-exchange:before {
	content: "\e78e";
}
.eicon-cloud-download:before {
	content: "\e78f";
}
.eicon-cloud-upload:before {
	content: "\e790";
}
.eicon-user-md1:before {
	content: "\e791";
}
.eicon-stethoscope1:before {
	content: "\e792";
}
.eicon-suitcase1:before {
	content: "\e793";
}
.eicon-bell-alt:before {
	content: "\e794";
}
.eicon-coffee2:before {
	content: "\e795";
}
.eicon-food2:before {
	content: "\e796";
}
.eicon-file-alt2:before {
	content: "\e797";
}
.eicon-building2:before {
	content: "\e798";
}
.eicon-hospital2:before {
	content: "\e799";
}
.eicon-ambulance1:before {
	content: "\e79a";
}
.eicon-medkit1:before {
	content: "\e79b";
}
.eicon-fighter-jet1:before {
	content: "\e79c";
}
.eicon-beer1:before {
	content: "\e79d";
}
.eicon-h-sign:before {
	content: "\e79e";
}
.eicon-plus-sign2:before {
	content: "\e79f";
}
.eicon-double-angle-left:before {
	content: "\e7a0";
}
.eicon-double-angle-right:before {
	content: "\e7a1";
}
.eicon-double-angle-up:before {
	content: "\e7a2";
}
.eicon-double-angle-down:before {
	content: "\e7a3";
}
.eicon-angle-left:before {
	content: "\e7a4";
}
.eicon-angle-right:before {
	content: "\e7a5";
}
.eicon-angle-up:before {
	content: "\e7a6";
}
.eicon-angle-down:before {
	content: "\e7a7";
}
.eicon-desktop1:before {
	content: "\e7a8";
}
.eicon-laptop2:before {
	content: "\e7a9";
}
.eicon-tablet2:before {
	content: "\e7aa";
}
.eicon-mobile1:before {
	content: "\e7ab";
}
.eicon-circle-blank:before {
	content: "\e7ac";
}
.eicon-quote-left1:before {
	content: "\e7ad";
}
.eicon-quote-right1:before {
	content: "\e7ae";
}
.eicon-spinner1:before {
	content: "\e7af";
}
.eicon-circle2:before {
	content: "\e7b0";
}
.eicon-reply1:before {
	content: "\e7b1";
}
.eicon-github-alt1:before {
	content: "\e7b2";
}
.eicon-folder-close-alt:before {
	content: "\e7b3";
}
.eicon-folder-open-alt:before {
	content: "\e7b4";
}
.eicon-expand-alt:before {
	content: "\e7b5";
}
.eicon-collapse-alt:before {
	content: "\e7b6";
}
.eicon-smile2:before {
	content: "\e7b7";
}
.eicon-frown2:before {
	content: "\e7b8";
}
.eicon-meh2:before {
	content: "\e7b9";
}
.eicon-gamepad1:before {
	content: "\e7ba";
}
.eicon-keyboard2:before {
	content: "\e7bb";
}
.eicon-flag-alt:before {
	content: "\e7bc";
}
.eicon-flag-checkered1:before {
	content: "\e7bd";
}
.eicon-terminal1:before {
	content: "\e7be";
}
.eicon-code1:before {
	content: "\e7bf";
}
.eicon-reply-all1:before {
	content: "\e7c0";
}
.eicon-star-half-full:before {
	content: "\e7c1";
}
.eicon-location-arrow1:before {
	content: "\e7c2";
}
.eicon-crop2:before {
	content: "\e7c3";
}
.eicon-code-fork:before {
	content: "\e7c4";
}
.eicon-unlink1:before {
	content: "\e7c5";
}
.eicon-question1:before {
	content: "\e7c6";
}
.eicon-info1:before {
	content: "\e7c7";
}
.eicon-exclamation1:before {
	content: "\e7c8";
}
.eicon-superscript1:before {
	content: "\e7c9";
}
.eicon-subscript1:before {
	content: "\e7ca";
}
.eicon-eraser1:before {
	content: "\e7cb";
}
.eicon-puzzle:before {
	content: "\e7cc";
}
.eicon-microphone2:before {
	content: "\e7cd";
}
.eicon-microphone-off2:before {
	content: "\e7ce";
}
.eicon-shield:before {
	content: "\e7cf";
}
.eicon-calendar-empty:before {
	content: "\e7d0";
}
.eicon-fire-extinguisher1:before {
	content: "\e7d1";
}
.eicon-rocket1:before {
	content: "\e7d2";
}
.eicon-maxcdn1:before {
	content: "\e7d3";
}
.eicon-chevron-sign-left:before {
	content: "\e7d4";
}
.eicon-chevron-sign-right:before {
	content: "\e7d5";
}
.eicon-chevron-sign-up:before {
	content: "\e7d6";
}
.eicon-chevron-sign-down:before {
	content: "\e7d7";
}
.eicon-html52:before {
	content: "\e7d8";
}
.eicon-css31:before {
	content: "\e7d9";
}
.eicon-anchor1:before {
	content: "\e7da";
}
.eicon-unlock-alt1:before {
	content: "\e7db";
}
.eicon-bullseye1:before {
	content: "\e7dc";
}
.eicon-ellipsis-horizontal:before {
	content: "\e7dd";
}
.eicon-ellipsis-vertical:before {
	content: "\e7de";
}
.eicon-rss-sign:before {
	content: "\e7df";
}
.eicon-play-sign:before {
	content: "\e7e0";
}
.eicon-ticket:before {
	content: "\e7e1";
}
.eicon-minus-sign-alt:before {
	content: "\e7e2";
}
.eicon-check-minus:before {
	content: "\e7e3";
}
.eicon-level-up:before {
	content: "\e7e4";
}
.eicon-level-down:before {
	content: "\e7e5";
}
.eicon-check-sign:before {
	content: "\e7e6";
}
.eicon-edit-sign:before {
	content: "\e7e7";
}
.eicon-external-link-sign:before {
	content: "\e7e8";
}
.eicon-share-sign:before {
	content: "\e7e9";
}
.eicon-compass2:before {
	content: "\e7ea";
}
.eicon-collapse:before {
	content: "\e7eb";
}
.eicon-collapse-top:before {
	content: "\e7ec";
}
.eicon-expand1:before {
	content: "\e7ed";
}
.eicon-euro:before {
	content: "\e7ee";
}
.eicon-gbp:before {
	content: "\e7ef";
}
.eicon-dollar:before {
	content: "\e7f0";
}
.eicon-rupee:before {
	content: "\e7f1";
}
.eicon-yen:before {
	content: "\e7f2";
}
.eicon-renminbi:before {
	content: "\e7f3";
}
.eicon-won:before {
	content: "\e7f4";
}
.eicon-bitcoin2:before {
	content: "\e7f5";
}
.eicon-file3:before {
	content: "\e7f6";
}
.eicon-file-text:before {
	content: "\e7f7";
}
.eicon-sort-by-alphabet:before {
	content: "\e7f8";
}
.eicon-sort-by-alphabet-alt:before {
	content: "\e7f9";
}
.eicon-sort-by-attributes:before {
	content: "\e7fa";
}
.eicon-sort-by-attributes-alt:before {
	content: "\e7fb";
}
.eicon-sort-by-order:before {
	content: "\e7fc";
}
.eicon-sort-by-order-alt:before {
	content: "\e7fd";
}
.eicon-thumbs-up21:before {
	content: "\e7fe";
}
.eicon-thumbs-down21:before {
	content: "\e7ff";
}
.eicon-youtube-sign:before {
	content: "\e800";
}
.eicon-youtube2:before {
	content: "\e801";
}
.eicon-xing2:before {
	content: "\e802";
}
.eicon-xing-sign:before {
	content: "\e803";
}
.eicon-youtube-play:before {
	content: "\e804";
}
.eicon-dropbox2:before {
	content: "\e805";
}
.eicon-stackexchange:before {
	content: "\e806";
}
.eicon-instagram2:before {
	content: "\e807";
}
.eicon-flickr2:before {
	content: "\e808";
}
.eicon-adn1:before {
	content: "\e809";
}
.eicon-bitbucket2:before {
	content: "\e80a";
}
.eicon-bitbucket-sign:before {
	content: "\e80b";
}
.eicon-tumblr2:before {
	content: "\e80c";
}
.eicon-tumblr-sign:before {
	content: "\e80d";
}
.eicon-long-arrow-down:before {
	content: "\e80e";
}
.eicon-long-arrow-up:before {
	content: "\e80f";
}
.eicon-long-arrow-left:before {
	content: "\e810";
}
.eicon-long-arrow-right:before {
	content: "\e811";
}
.eicon-apple1:before {
	content: "\e812";
}
.eicon-windows3:before {
	content: "\e813";
}
.eicon-android2:before {
	content: "\e814";
}
.eicon-linux1:before {
	content: "\e815";
}
.eicon-dribbble2:before {
	content: "\e816";
}
.eicon-skype2:before {
	content: "\e817";
}
.eicon-foursquare2:before {
	content: "\e818";
}
.eicon-trello1:before {
	content: "\e819";
}
.eicon-female1:before {
	content: "\e81a";
}
.eicon-male1:before {
	content: "\e81b";
}
.eicon-gittip:before {
	content: "\e81c";
}
.eicon-sun21:before {
	content: "\e81d";
}
.eicon-moon2:before {
	content: "\e81e";
}
.eicon-archive2:before {
	content: "\e81f";
}
.eicon-bug1:before {
	content: "\e820";
}
.eicon-renren1:before {
	content: "\e821";
}
.eicon-weibo2:before {
	content: "\e822";
}
.eicon-vk2:before {
	content: "\e823";
}
.eicon-duckduckgo:before {
	content: "\e830";
}
.eicon-aim:before {
	content: "\e831";
}
.eicon-delicious1:before {
	content: "\e832";
}
.eicon-paypal1:before {
	content: "\e833";
}
.eicon-flattr:before {
	content: "\e834";
}
.eicon-android1:before {
	content: "\e835";
}
.eicon-eventful:before {
	content: "\e836";
}
.eicon-smashmag:before {
	content: "\e837";
}
.eicon-gplus:before {
	content: "\e838";
}
.eicon-wikipedia:before {
	content: "\e839";
}
.eicon-lanyrd:before {
	content: "\e83a";
}
.eicon-calendar-1:before {
	content: "\e83b";
}
.eicon-stumbleupon1:before {
	content: "\e83c";
}
.eicon-fivehundredpx:before {
	content: "\e83d";
}
.eicon-pinterest1:before {
	content: "\e83e";
}
.eicon-bitcoin1:before {
	content: "\e83f";
}
.eicon-w3c:before {
	content: "\e840";
}
.eicon-foursquare1:before {
	content: "\e841";
}
.eicon-html51:before {
	content: "\e842";
}
.eicon-ie:before {
	content: "\e843";
}
.eicon-call:before {
	content: "\e844";
}
.eicon-grooveshark:before {
	content: "\e845";
}
.eicon-ninetyninedesigns:before {
	content: "\e846";
}
.eicon-forrst:before {
	content: "\e847";
}
.eicon-digg1:before {
	content: "\e848";
}
.eicon-spotify1:before {
	content: "\e849";
}
.eicon-reddit1:before {
	content: "\e84a";
}
.eicon-guest:before {
	content: "\e84b";
}
.eicon-gowalla:before {
	content: "\e84c";
}
.eicon-appstore:before {
	content: "\e84d";
}
.eicon-blogger1:before {
	content: "\e84e";
}
.eicon-cc:before {
	content: "\e84f";
}
.eicon-dribbble1:before {
	content: "\e850";
}
.eicon-evernote:before {
	content: "\e851";
}
.eicon-flickr1:before {
	content: "\e852";
}
.eicon-google1:before {
	content: "\e853";
}
.eicon-viadeo1:before {
	content: "\e854";
}
.eicon-instapaper:before {
	content: "\e855";
}
.eicon-weibo1:before {
	content: "\e856";
}
.eicon-klout:before {
	content: "\e857";
}
.eicon-linkedin1:before {
	content: "\e858";
}
.eicon-meetup1:before {
	content: "\e859";
}
.eicon-vk1:before {
	content: "\e85a";
}
.eicon-plancast:before {
	content: "\e85b";
}
.eicon-disqus:before {
	content: "\e85c";
}
.eicon-rss1:before {
	content: "\e85d";
}
.eicon-skype1:before {
	content: "\e85e";
}
.eicon-twitter1:before {
	content: "\e85f";
}
.eicon-youtube1:before {
	content: "\e860";
}
.eicon-vimeo1:before {
	content: "\e861";
}
.eicon-windows2:before {
	content: "\e862";
}
.eicon-xing1:before {
	content: "\e863";
}
.eicon-yahoo1:before {
	content: "\e864";
}
.eicon-chrome1:before {
	content: "\e865";
}
.eicon-email3:before {
	content: "\e866";
}
.eicon-macstore:before {
	content: "\e867";
}
.eicon-myspace:before {
	content: "\e868";
}
.eicon-podcast1:before {
	content: "\e869";
}
.eicon-amazon1:before {
	content: "\e86a";
}
.eicon-steam1:before {
	content: "\e86b";
}
.eicon-cloudapp:before {
	content: "\e86c";
}
.eicon-dropbox1:before {
	content: "\e86d";
}
.eicon-ebay1:before {
	content: "\e86e";
}
.eicon-facebook:before {
	content: "\e86f";
}
.eicon-github1:before {
	content: "\e870";
}
.eicon-github-circled:before {
	content: "\e871";
}
.eicon-googleplay:before {
	content: "\e872";
}
.eicon-itunes1:before {
	content: "\e873";
}
.eicon-plurk:before {
	content: "\e874";
}
.eicon-songkick:before {
	content: "\e875";
}
.eicon-lastfm1:before {
	content: "\e876";
}
.eicon-gmail:before {
	content: "\e877";
}
.eicon-pinboard:before {
	content: "\e878";
}
.eicon-openid1:before {
	content: "\e879";
}
.eicon-quora1:before {
	content: "\e87a";
}
.eicon-soundcloud1:before {
	content: "\e87b";
}
.eicon-tumblr1:before {
	content: "\e87c";
}
.eicon-eventasaurus:before {
	content: "\e87d";
}
.eicon-wordpress1:before {
	content: "\e87e";
}
.eicon-yelp1:before {
	content: "\e87f";
}
.eicon-intensedebate:before {
	content: "\e880";
}
.eicon-eventbrite:before {
	content: "\e881";
}
.eicon-scribd1:before {
	content: "\e882";
}
.eicon-posterous:before {
	content: "\e883";
}
.eicon-stripe1:before {
	content: "\e884";
}
.eicon-opentable:before {
	content: "\e885";
}
.eicon-cart:before {
	content: "\e886";
}
.eicon-print1:before {
	content: "\e887";
}
.eicon-angellist1:before {
	content: "\e888";
}
.eicon-instagram1:before {
	content: "\e889";
}
.eicon-dwolla:before {
	content: "\e88a";
}
.eicon-appnet:before {
	content: "\e88b";
}
.eicon-statusnet:before {
	content: "\e88c";
}
.eicon-acrobat:before {
	content: "\e88d";
}
.eicon-drupal1:before {
	content: "\e88e";
}
.eicon-buffer:before {
	content: "\e88f";
}
.eicon-pocket:before {
	content: "\e890";
}
.eicon-bitbucket1:before {
	content: "\e891";
}
.eicon-lego:before {
	content: "\e892";
}
.eicon-login:before {
	content: "\e893";
}
.eicon-stackoverflow:before {
	content: "\e894";
}
.eicon-hackernews:before {
	content: "\e895";
}
.eicon-lkdto:before {
	content: "\e896";
}
.eicon-ad:before {
	content: "\e900";
}
.eicon-address-book:before {
	content: "\e901";
}
.eicon-address-card:before {
	content: "\e902";
}
.eicon-adjust:before {
	content: "\e903";
}
.eicon-air-freshener:before {
	content: "\e904";
}
.eicon-align-center:before {
	content: "\e905";
}
.eicon-align-justify:before {
	content: "\e906";
}
.eicon-align-left:before {
	content: "\e907";
}
.eicon-align-right:before {
	content: "\e908";
}
.eicon-allergies:before {
	content: "\e909";
}
.eicon-ambulance:before {
	content: "\e90a";
}
.eicon-american-sign-language-interpreting:before {
	content: "\e90b";
}
.eicon-anchor:before {
	content: "\e90c";
}
.eicon-angle-double-down:before {
	content: "\e90d";
}
.eicon-angle-double-left:before {
	content: "\e90e";
}
.eicon-angle-double-right:before {
	content: "\e90f";
}
.eicon-angle-double-up:before {
	content: "\e910";
}
.eicon-angle-down1:before {
	content: "\e911";
}
.eicon-angle-left1:before {
	content: "\e912";
}
.eicon-angle-right1:before {
	content: "\e913";
}
.eicon-angle-up1:before {
	content: "\e914";
}
.eicon-angry:before {
	content: "\e915";
}
.eicon-ankh:before {
	content: "\e916";
}
.eicon-apple-alt:before {
	content: "\e917";
}
.eicon-archive:before {
	content: "\e918";
}
.eicon-archway:before {
	content: "\e919";
}
.eicon-arrow-alt-circle-down:before {
	content: "\e91a";
}
.eicon-arrow-alt-circle-left:before {
	content: "\e91b";
}
.eicon-arrow-alt-circle-right:before {
	content: "\e91c";
}
.eicon-arrow-alt-circle-up:before {
	content: "\e91d";
}
.eicon-arrow-circle-down:before {
	content: "\e91e";
}
.eicon-arrow-circle-left:before {
	content: "\e91f";
}
.eicon-arrow-circle-right:before {
	content: "\e920";
}
.eicon-arrow-circle-up:before {
	content: "\e921";
}
.eicon-arrow-down:before {
	content: "\e922";
}
.eicon-arrow-left:before {
	content: "\e923";
}
.eicon-arrow-right:before {
	content: "\e924";
}
.eicon-arrow-up:before {
	content: "\e925";
}
.eicon-arrows-alt-h:before {
	content: "\e926";
}
.eicon-arrows-alt-v:before {
	content: "\e927";
}
.eicon-arrows-alt:before {
	content: "\e928";
}
.eicon-assistive-listening-systems:before {
	content: "\e929";
}
.eicon-asterisk:before {
	content: "\e92a";
}
.eicon-at:before {
	content: "\e92b";
}
.eicon-atlas:before {
	content: "\e92c";
}
.eicon-atom:before {
	content: "\e92d";
}
.eicon-audio-description:before {
	content: "\e92e";
}
.eicon-award:before {
	content: "\e92f";
}
.eicon-backspace:before {
	content: "\e930";
}
.eicon-backward:before {
	content: "\e931";
}
.eicon-balance-scale:before {
	content: "\e932";
}
.eicon-ban:before {
	content: "\e933";
}
.eicon-band-aid:before {
	content: "\e934";
}
.eicon-barcode:before {
	content: "\e935";
}
.eicon-bars:before {
	content: "\e936";
}
.eicon-baseball-ball:before {
	content: "\e937";
}
.eicon-basketball-ball:before {
	content: "\e938";
}
.eicon-bath:before {
	content: "\e939";
}
.eicon-battery-empty:before {
	content: "\e93a";
}
.eicon-battery-full:before {
	content: "\e93b";
}
.eicon-battery-half:before {
	content: "\e93c";
}
.eicon-battery-quarter:before {
	content: "\e93d";
}
.eicon-battery-three-quarters:before {
	content: "\e93e";
}
.eicon-bed:before {
	content: "\e93f";
}
.eicon-beer:before {
	content: "\e940";
}
.eicon-bell-slash:before {
	content: "\e941";
}
.eicon-bell:before {
	content: "\e942";
}
.eicon-bezier-curve:before {
	content: "\e943";
}
.eicon-bible:before {
	content: "\e944";
}
.eicon-bicycle:before {
	content: "\e945";
}
.eicon-binoculars:before {
	content: "\e946";
}
.eicon-birthday-cake:before {
	content: "\e947";
}
.eicon-blender:before {
	content: "\e948";
}
.eicon-blind:before {
	content: "\e949";
}
.eicon-bold:before {
	content: "\e94a";
}
.eicon-bolt:before {
	content: "\e94b";
}
.eicon-bomb:before {
	content: "\e94c";
}
.eicon-bone:before {
	content: "\e94d";
}
.eicon-bong:before {
	content: "\e94e";
}
.eicon-book-open:before {
	content: "\e94f";
}
.eicon-book-reader:before {
	content: "\e950";
}
.eicon-book:before {
	content: "\e951";
}
.eicon-bookmark:before {
	content: "\e952";
}
.eicon-bowling-ball:before {
	content: "\e953";
}
.eicon-box-open:before {
	content: "\e954";
}
.eicon-box:before {
	content: "\e955";
}
.eicon-boxes:before {
	content: "\e956";
}
.eicon-braille:before {
	content: "\e957";
}
.eicon-brain:before {
	content: "\e958";
}
.eicon-briefcase-medical:before {
	content: "\e959";
}
.eicon-briefcase:before {
	content: "\e95a";
}
.eicon-broadcast-tower:before {
	content: "\e95b";
}
.eicon-broom:before {
	content: "\e95c";
}
.eicon-brush:before {
	content: "\e95d";
}
.eicon-bug:before {
	content: "\e95e";
}
.eicon-building:before {
	content: "\e95f";
}
.eicon-bullhorn:before {
	content: "\e960";
}
.eicon-bullseye:before {
	content: "\e961";
}
.eicon-burn:before {
	content: "\e962";
}
.eicon-bus-alt:before {
	content: "\e963";
}
.eicon-bus:before {
	content: "\e964";
}
.eicon-business-time:before {
	content: "\e965";
}
.eicon-calculator:before {
	content: "\e966";
}
.eicon-calendar-alt:before {
	content: "\e967";
}
.eicon-calendar-check:before {
	content: "\e968";
}
.eicon-calendar-minus:before {
	content: "\e969";
}
.eicon-calendar-plus:before {
	content: "\e96a";
}
.eicon-calendar-times:before {
	content: "\e96b";
}
.eicon-calendar:before {
	content: "\e96c";
}
.eicon-camera-retro:before {
	content: "\e96d";
}
.eicon-camera:before {
	content: "\e96e";
}
.eicon-cannabis:before {
	content: "\e96f";
}
.eicon-capsules:before {
	content: "\e970";
}
.eicon-car-alt:before {
	content: "\e971";
}
.eicon-car-battery:before {
	content: "\e972";
}
.eicon-car-crash:before {
	content: "\e973";
}
.eicon-car-side:before {
	content: "\e974";
}
.eicon-car:before {
	content: "\e975";
}
.eicon-caret-down:before {
	content: "\e976";
}
.eicon-caret-left:before {
	content: "\e977";
}
.eicon-caret-right:before {
	content: "\e978";
}
.eicon-caret-square-down:before {
	content: "\e979";
}
.eicon-caret-square-left:before {
	content: "\e97a";
}
.eicon-caret-square-right:before {
	content: "\e97b";
}
.eicon-caret-square-up:before {
	content: "\e97c";
}
.eicon-caret-up:before {
	content: "\e97d";
}
.eicon-cart-arrow-down:before {
	content: "\e97e";
}
.eicon-cart-plus:before {
	content: "\e97f";
}
.eicon-certificate:before {
	content: "\e980";
}
.eicon-chalkboard-teacher:before {
	content: "\e981";
}
.eicon-chalkboard:before {
	content: "\e982";
}
.eicon-charging-station:before {
	content: "\e983";
}
.eicon-chart-area:before {
	content: "\e984";
}
.eicon-chart-bar:before {
	content: "\e985";
}
.eicon-chart-line:before {
	content: "\e986";
}
.eicon-chart-pie:before {
	content: "\e987";
}
.eicon-check-circle:before {
	content: "\e988";
}
.eicon-check-double:before {
	content: "\e989";
}
.eicon-check-square:before {
	content: "\e98a";
}
.eicon-check:before {
	content: "\e98b";
}
.eicon-chess-bishop:before {
	content: "\e98c";
}
.eicon-chess-board:before {
	content: "\e98d";
}
.eicon-chess-king:before {
	content: "\e98e";
}
.eicon-chess-knight:before {
	content: "\e98f";
}
.eicon-chess-pawn:before {
	content: "\e990";
}
.eicon-chess-queen:before {
	content: "\e991";
}
.eicon-chess-rook:before {
	content: "\e992";
}
.eicon-chess:before {
	content: "\e993";
}
.eicon-chevron-circle-down:before {
	content: "\e994";
}
.eicon-chevron-circle-left:before {
	content: "\e995";
}
.eicon-chevron-circle-right:before {
	content: "\e996";
}
.eicon-chevron-circle-up:before {
	content: "\e997";
}
.eicon-chevron-down:before {
	content: "\e998";
}
.eicon-chevron-left:before {
	content: "\e999";
}
.eicon-chevron-right:before {
	content: "\e99a";
}
.eicon-chevron-up:before {
	content: "\e99b";
}
.eicon-child:before {
	content: "\e99c";
}
.eicon-church:before {
	content: "\e99d";
}
.eicon-circle-notch:before {
	content: "\e99e";
}
.eicon-circle:before {
	content: "\e99f";
}
.eicon-city:before {
	content: "\e9a0";
}
.eicon-clipboard-check:before {
	content: "\e9a1";
}
.eicon-clipboard-list:before {
	content: "\e9a2";
}
.eicon-clipboard:before {
	content: "\e9a3";
}
.eicon-clock:before {
	content: "\e9a4";
}
.eicon-clone:before {
	content: "\e9a5";
}
.eicon-closed-captioning:before {
	content: "\e9a6";
}
.eicon-cloud-download-alt:before {
	content: "\e9a7";
}
.eicon-cloud-upload-alt:before {
	content: "\e9a8";
}
.eicon-cloud:before {
	content: "\e9a9";
}
.eicon-cocktail:before {
	content: "\e9aa";
}
.eicon-code-branch:before {
	content: "\e9ab";
}
.eicon-code:before {
	content: "\e9ac";
}
.eicon-coffee:before {
	content: "\e9ad";
}
.eicon-cog:before {
	content: "\e9ae";
}
.eicon-cogs:before {
	content: "\e9af";
}
.eicon-coins:before {
	content: "\e9b0";
}
.eicon-columns:before {
	content: "\e9b1";
}
.eicon-comment-alt:before {
	content: "\e9b2";
}
.eicon-comment-dollar:before {
	content: "\e9b3";
}
.eicon-comment-dots:before {
	content: "\e9b4";
}
.eicon-comment-slash:before {
	content: "\e9b5";
}
.eicon-comment:before {
	content: "\e9b6";
}
.eicon-comments-dollar:before {
	content: "\e9b7";
}
.eicon-comments:before {
	content: "\e9b8";
}
.eicon-compact-disc:before {
	content: "\e9b9";
}
.eicon-compass:before {
	content: "\e9ba";
}
.eicon-compress:before {
	content: "\e9bb";
}
.eicon-concierge-bell:before {
	content: "\e9bc";
}
.eicon-cookie-bite:before {
	content: "\e9bd";
}
.eicon-cookie:before {
	content: "\e9be";
}
.eicon-copy:before {
	content: "\e9bf";
}
.eicon-copyright:before {
	content: "\e9c0";
}
.eicon-couch:before {
	content: "\e9c1";
}
.eicon-credit-card:before {
	content: "\e9c2";
}
.eicon-crop-alt:before {
	content: "\e9c3";
}
.eicon-crop:before {
	content: "\e9c4";
}
.eicon-cross:before {
	content: "\e9c5";
}
.eicon-crosshairs:before {
	content: "\e9c6";
}
.eicon-crow:before {
	content: "\e9c7";
}
.eicon-crown:before {
	content: "\e9c8";
}
.eicon-cube:before {
	content: "\e9c9";
}
.eicon-cubes:before {
	content: "\e9ca";
}
.eicon-cut:before {
	content: "\e9cb";
}
.eicon-database:before {
	content: "\e9cc";
}
.eicon-deaf:before {
	content: "\e9cd";
}
.eicon-desktop:before {
	content: "\e9ce";
}
.eicon-dharmachakra:before {
	content: "\e9cf";
}
.eicon-diagnoses:before {
	content: "\e9d0";
}
.eicon-dice-five:before {
	content: "\e9d1";
}
.eicon-dice-four:before {
	content: "\e9d2";
}
.eicon-dice-one:before {
	content: "\e9d3";
}
.eicon-dice-six:before {
	content: "\e9d4";
}
.eicon-dice-three:before {
	content: "\e9d5";
}
.eicon-dice-two:before {
	content: "\e9d6";
}
.eicon-dice:before {
	content: "\e9d7";
}
.eicon-digital-tachograph:before {
	content: "\e9d8";
}
.eicon-directions:before {
	content: "\e9d9";
}
.eicon-divide:before {
	content: "\e9da";
}
.eicon-dizzy:before {
	content: "\e9db";
}
.eicon-dna:before {
	content: "\e9dc";
}
.eicon-dollar-sign:before {
	content: "\e9dd";
}
.eicon-dolly-flatbed:before {
	content: "\e9de";
}
.eicon-dolly:before {
	content: "\e9df";
}
.eicon-donate:before {
	content: "\e9e0";
}
.eicon-door-closed:before {
	content: "\e9e1";
}
.eicon-door-open:before {
	content: "\e9e2";
}
.eicon-dot-circle:before {
	content: "\e9e3";
}
.eicon-dove:before {
	content: "\e9e4";
}
.eicon-download:before {
	content: "\e9e5";
}
.eicon-drafting-compass:before {
	content: "\e9e6";
}
.eicon-draw-polygon:before {
	content: "\e9e7";
}
.eicon-drum-steelpan:before {
	content: "\e9e8";
}
.eicon-drum:before {
	content: "\e9e9";
}
.eicon-dumbbell:before {
	content: "\e9ea";
}
.eicon-edit:before {
	content: "\e9eb";
}
.eicon-eject:before {
	content: "\e9ec";
}
.eicon-ellipsis-h:before {
	content: "\e9ed";
}
.eicon-ellipsis-v:before {
	content: "\e9ee";
}
.eicon-envelope-open-text:before {
	content: "\e9ef";
}
.eicon-envelope-open:before {
	content: "\e9f0";
}
.eicon-envelope-square:before {
	content: "\e9f1";
}
.eicon-envelope:before {
	content: "\e9f2";
}
.eicon-equals:before {
	content: "\e9f3";
}
.eicon-eraser:before {
	content: "\e9f4";
}
.eicon-euro-sign:before {
	content: "\e9f5";
}
.eicon-exchange-alt:before {
	content: "\e9f6";
}
.eicon-exclamation-circle:before {
	content: "\e9f7";
}
.eicon-exclamation-triangle:before {
	content: "\e9f8";
}
.eicon-exclamation:before {
	content: "\e9f9";
}
.eicon-expand-arrows-alt:before {
	content: "\e9fa";
}
.eicon-expand:before {
	content: "\e9fb";
}
.eicon-external-link-alt:before {
	content: "\e9fc";
}
.eicon-external-link-square-alt:before {
	content: "\e9fd";
}
.eicon-eye-dropper:before {
	content: "\e9fe";
}
.eicon-eye-slash:before {
	content: "\e9ff";
}
.eicon-eye:before {
	content: "\ea00";
}
.eicon-fast-backward:before {
	content: "\ea01";
}
.eicon-fast-forward:before {
	content: "\ea02";
}
.eicon-fax:before {
	content: "\ea03";
}
.eicon-feather-alt:before {
	content: "\ea04";
}
.eicon-feather:before {
	content: "\ea05";
}
.eicon-female:before {
	content: "\ea06";
}
.eicon-fighter-jet:before {
	content: "\ea07";
}
.eicon-file-alt:before {
	content: "\ea08";
}
.eicon-file-archive:before {
	content: "\ea09";
}
.eicon-file-audio:before {
	content: "\ea0a";
}
.eicon-file-code:before {
	content: "\ea0b";
}
.eicon-file-contract:before {
	content: "\ea0c";
}
.eicon-file-download:before {
	content: "\ea0d";
}
.eicon-file-excel:before {
	content: "\ea0e";
}
.eicon-file-export:before {
	content: "\ea0f";
}
.eicon-file-image:before {
	content: "\ea10";
}
.eicon-file-import:before {
	content: "\ea11";
}
.eicon-file-invoice-dollar:before {
	content: "\ea12";
}
.eicon-file-invoice:before {
	content: "\ea13";
}
.eicon-file-medical-alt:before {
	content: "\ea14";
}
.eicon-file-medical:before {
	content: "\ea15";
}
.eicon-file-pdf:before {
	content: "\ea16";
}
.eicon-file-powerpoint:before {
	content: "\ea17";
}
.eicon-file-prescription:before {
	content: "\ea18";
}
.eicon-file-signature:before {
	content: "\ea19";
}
.eicon-file-upload:before {
	content: "\ea1a";
}
.eicon-file-video:before {
	content: "\ea1b";
}
.eicon-file-word:before {
	content: "\ea1c";
}
.eicon-file:before {
	content: "\ea1d";
}
.eicon-fill-drip:before {
	content: "\ea1e";
}
.eicon-fill:before {
	content: "\ea1f";
}
.eicon-film:before {
	content: "\ea20";
}
.eicon-filter:before {
	content: "\ea21";
}
.eicon-fingerprint:before {
	content: "\ea22";
}
.eicon-fire-extinguisher:before {
	content: "\ea23";
}
.eicon-fire:before {
	content: "\ea24";
}
.eicon-first-aid:before {
	content: "\ea25";
}
.eicon-fish:before {
	content: "\ea26";
}
.eicon-flag-checkered:before {
	content: "\ea27";
}
.eicon-flag:before {
	content: "\ea28";
}
.eicon-flask:before {
	content: "\ea29";
}
.eicon-flushed:before {
	content: "\ea2a";
}
.eicon-folder-minus:before {
	content: "\ea2b";
}
.eicon-folder-open:before {
	content: "\ea2c";
}
.eicon-folder-plus:before {
	content: "\ea2d";
}
.eicon-folder:before {
	content: "\ea2e";
}
.eicon-font-awesome-logo-full:before {
	content: "\ea2f";
}
.eicon-font:before {
	content: "\ea30";
}
.eicon-football-ball:before {
	content: "\ea31";
}
.eicon-forward:before {
	content: "\ea32";
}
.eicon-frog:before {
	content: "\ea33";
}
.eicon-frown-open:before {
	content: "\ea34";
}
.eicon-frown:before {
	content: "\ea35";
}
.eicon-funnel-dollar:before {
	content: "\ea36";
}
.eicon-futbol:before {
	content: "\ea37";
}
.eicon-gamepad:before {
	content: "\ea38";
}
.eicon-gas-pump:before {
	content: "\ea39";
}
.eicon-gavel:before {
	content: "\ea3a";
}
.eicon-gem:before {
	content: "\ea3b";
}
.eicon-genderless:before {
	content: "\ea3c";
}
.eicon-gift:before {
	content: "\ea3d";
}
.eicon-glass-martini-alt:before {
	content: "\ea3e";
}
.eicon-glass-martini:before {
	content: "\ea3f";
}
.eicon-glasses:before {
	content: "\ea40";
}
.eicon-globe-africa:before {
	content: "\ea41";
}
.eicon-globe-americas:before {
	content: "\ea42";
}
.eicon-globe-asia:before {
	content: "\ea43";
}
.eicon-globe:before {
	content: "\ea44";
}
.eicon-golf-ball:before {
	content: "\ea45";
}
.eicon-gopuram:before {
	content: "\ea46";
}
.eicon-graduation-cap:before {
	content: "\ea47";
}
.eicon-greater-than-equal:before {
	content: "\ea48";
}
.eicon-greater-than:before {
	content: "\ea49";
}
.eicon-grimace:before {
	content: "\ea4a";
}
.eicon-grin-alt:before {
	content: "\ea4b";
}
.eicon-grin-beam-sweat:before {
	content: "\ea4c";
}
.eicon-grin-beam:before {
	content: "\ea4d";
}
.eicon-grin-hearts:before {
	content: "\ea4e";
}
.eicon-grin-squint-tears:before {
	content: "\ea4f";
}
.eicon-grin-squint:before {
	content: "\ea50";
}
.eicon-grin-stars:before {
	content: "\ea51";
}
.eicon-grin-tears:before {
	content: "\ea52";
}
.eicon-grin-tongue-squint:before {
	content: "\ea53";
}
.eicon-grin-tongue-wink:before {
	content: "\ea54";
}
.eicon-grin-tongue:before {
	content: "\ea55";
}
.eicon-grin-wink:before {
	content: "\ea56";
}
.eicon-grin:before {
	content: "\ea57";
}
.eicon-grip-horizontal:before {
	content: "\ea58";
}
.eicon-grip-vertical:before {
	content: "\ea59";
}
.eicon-h-square:before {
	content: "\ea5a";
}
.eicon-hamsa:before {
	content: "\ea5b";
}
.eicon-hand-holding-heart:before {
	content: "\ea5c";
}
.eicon-hand-holding-usd:before {
	content: "\ea5d";
}
.eicon-hand-holding:before {
	content: "\ea5e";
}
.eicon-hand-lizard:before {
	content: "\ea5f";
}
.eicon-hand-paper:before {
	content: "\ea60";
}
.eicon-hand-peace:before {
	content: "\ea61";
}
.eicon-hand-point-down:before {
	content: "\ea62";
}
.eicon-hand-point-left:before {
	content: "\ea63";
}
.eicon-hand-point-right:before {
	content: "\ea64";
}
.eicon-hand-point-up:before {
	content: "\ea65";
}
.eicon-hand-pointer:before {
	content: "\ea66";
}
.eicon-hand-rock:before {
	content: "\ea67";
}
.eicon-hand-scissors:before {
	content: "\ea68";
}
.eicon-hand-spock:before {
	content: "\ea69";
}
.eicon-hands-helping:before {
	content: "\ea6a";
}
.eicon-hands:before {
	content: "\ea6b";
}
.eicon-handshake:before {
	content: "\ea6c";
}
.eicon-hashtag:before {
	content: "\ea6d";
}
.eicon-haykal:before {
	content: "\ea6e";
}
.eicon-hdd:before {
	content: "\ea6f";
}
.eicon-heading:before {
	content: "\ea70";
}
.eicon-headphones-alt:before {
	content: "\ea71";
}
.eicon-headphones:before {
	content: "\ea72";
}
.eicon-headset:before {
	content: "\ea73";
}
.eicon-heart:before {
	content: "\ea74";
}
.eicon-heartbeat:before {
	content: "\ea75";
}
.eicon-helicopter:before {
	content: "\ea76";
}
.eicon-highlighter:before {
	content: "\ea77";
}
.eicon-history:before {
	content: "\ea78";
}
.eicon-hockey-puck:before {
	content: "\ea79";
}
.eicon-home:before {
	content: "\ea7a";
}
.eicon-hospital-alt:before {
	content: "\ea7b";
}
.eicon-hospital-symbol:before {
	content: "\ea7c";
}
.eicon-hospital:before {
	content: "\ea7d";
}
.eicon-hot-tub:before {
	content: "\ea7e";
}
.eicon-hotel:before {
	content: "\ea7f";
}
.eicon-hourglass-end:before {
	content: "\ea80";
}
.eicon-hourglass-half:before {
	content: "\ea81";
}
.eicon-hourglass-start:before {
	content: "\ea82";
}
.eicon-hourglass:before {
	content: "\ea83";
}
.eicon-i-cursor:before {
	content: "\ea84";
}
.eicon-id-badge:before {
	content: "\ea85";
}
.eicon-id-card-alt:before {
	content: "\ea86";
}
.eicon-id-card:before {
	content: "\ea87";
}
.eicon-image:before {
	content: "\ea88";
}
.eicon-images:before {
	content: "\ea89";
}
.eicon-inbox:before {
	content: "\ea8a";
}
.eicon-indent:before {
	content: "\ea8b";
}
.eicon-industry:before {
	content: "\ea8c";
}
.eicon-infinity:before {
	content: "\ea8d";
}
.eicon-info-circle:before {
	content: "\ea8e";
}
.eicon-info:before {
	content: "\ea8f";
}
.eicon-italic:before {
	content: "\ea90";
}
.eicon-jedi:before {
	content: "\ea91";
}
.eicon-joint:before {
	content: "\ea92";
}
.eicon-journal-whills:before {
	content: "\ea93";
}
.eicon-kaaba:before {
	content: "\ea94";
}
.eicon-key:before {
	content: "\ea95";
}
.eicon-keyboard:before {
	content: "\ea96";
}
.eicon-khanda:before {
	content: "\ea97";
}
.eicon-kiss-beam:before {
	content: "\ea98";
}
.eicon-kiss-wink-heart:before {
	content: "\ea99";
}
.eicon-kiss:before {
	content: "\ea9a";
}
.eicon-kiwi-bird:before {
	content: "\ea9b";
}
.eicon-landmark:before {
	content: "\ea9c";
}
.eicon-language:before {
	content: "\ea9d";
}
.eicon-laptop-code:before {
	content: "\ea9e";
}
.eicon-laptop:before {
	content: "\ea9f";
}
.eicon-laugh-beam:before {
	content: "\eaa0";
}
.eicon-laugh-squint:before {
	content: "\eaa1";
}
.eicon-laugh-wink:before {
	content: "\eaa2";
}
.eicon-laugh:before {
	content: "\eaa3";
}
.eicon-layer-group:before {
	content: "\eaa4";
}
.eicon-leaf:before {
	content: "\eaa5";
}
.eicon-lemon:before {
	content: "\eaa6";
}
.eicon-less-than-equal:before {
	content: "\eaa7";
}
.eicon-less-than:before {
	content: "\eaa8";
}
.eicon-level-down-alt:before {
	content: "\eaa9";
}
.eicon-level-up-alt:before {
	content: "\eaaa";
}
.eicon-life-ring:before {
	content: "\eaab";
}
.eicon-lightbulb:before {
	content: "\eaac";
}
/*.eicon-link:before {
	content: "\eaad";
}*/
.eicon-lira-sign:before {
	content: "\eaae";
}
.eicon-list-alt:before {
	content: "\eaaf";
}
.eicon-list-ol:before {
	content: "\eab0";
}
.eicon-list-ul:before {
	content: "\eab1";
}
.eicon-list:before {
	content: "\eab2";
}
.eicon-location-arrow:before {
	content: "\eab3";
}
.eicon-lock-open:before {
	content: "\eab4";
}
.eicon-lock:before {
	content: "\eab5";
}
.eicon-long-arrow-alt-down:before {
	content: "\eab6";
}
.eicon-long-arrow-alt-left:before {
	content: "\eab7";
}
.eicon-long-arrow-alt-right:before {
	content: "\eab8";
}
.eicon-long-arrow-alt-up:before {
	content: "\eab9";
}
.eicon-low-vision:before {
	content: "\eaba";
}
.eicon-luggage-cart:before {
	content: "\eabb";
}
.eicon-magic:before {
	content: "\eabc";
}
.eicon-magnet:before {
	content: "\eabd";
}
.eicon-mail-bulk:before {
	content: "\eabe";
}
.eicon-male:before {
	content: "\eabf";
}
.eicon-map-marked-alt:before {
	content: "\eac0";
}
.eicon-map-marked:before {
	content: "\eac1";
}
.eicon-map-marker-alt:before {
	content: "\eac2";
}
.eicon-map-marker:before {
	content: "\eac3";
}
.eicon-map-pin:before {
	content: "\eac4";
}
.eicon-map-signs:before {
	content: "\eac5";
}
.eicon-map:before {
	content: "\eac6";
}
.eicon-marker:before {
	content: "\eac7";
}
.eicon-mars-double:before {
	content: "\eac8";
}
.eicon-mars-stroke-h:before {
	content: "\eac9";
}
.eicon-mars-stroke-v:before {
	content: "\eaca";
}
.eicon-mars-stroke:before {
	content: "\eacb";
}
.eicon-mars:before {
	content: "\eacc";
}
.eicon-medal:before {
	content: "\eacd";
}
.eicon-medkit:before {
	content: "\eace";
}
.eicon-meh-blank:before {
	content: "\eacf";
}
.eicon-meh-rolling-eyes:before {
	content: "\ead0";
}
.eicon-meh:before {
	content: "\ead1";
}
.eicon-memory:before {
	content: "\ead2";
}
.eicon-menorah:before {
	content: "\ead3";
}
.eicon-mercury:before {
	content: "\ead4";
}
.eicon-microchip:before {
	content: "\ead5";
}
.eicon-microphone-alt-slash:before {
	content: "\ead6";
}
.eicon-microphone-alt:before {
	content: "\ead7";
}
.eicon-microphone-slash:before {
	content: "\ead8";
}
.eicon-microphone:before {
	content: "\ead9";
}
.eicon-microscope:before {
	content: "\eada";
}
.eicon-minus-circle:before {
	content: "\eadb";
}
.eicon-minus-square:before {
	content: "\eadc";
}
.eicon-minus:before {
	content: "\eadd";
}
.eicon-mobile-alt:before {
	content: "\eade";
}
.eicon-mobile:before {
	content: "\eadf";
}
.eicon-money-bill-alt:before {
	content: "\eae0";
}
.eicon-money-bill-wave-alt:before {
	content: "\eae1";
}
.eicon-money-bill-wave:before {
	content: "\eae2";
}
.eicon-money-bill:before {
	content: "\eae3";
}
.eicon-money-check-alt:before {
	content: "\eae4";
}
.eicon-money-check:before {
	content: "\eae5";
}
.eicon-monument:before {
	content: "\eae6";
}
.eicon-moon:before {
	content: "\eae7";
}
.eicon-mortar-pestle:before {
	content: "\eae8";
}
.eicon-mosque:before {
	content: "\eae9";
}
.eicon-motorcycle:before {
	content: "\eaea";
}
.eicon-mouse-pointer:before {
	content: "\eaeb";
}
.eicon-music:before {
	content: "\eaec";
}
.eicon-neuter:before {
	content: "\eaed";
}
.eicon-newspaper:before {
	content: "\eaee";
}
.eicon-not-equal:before {
	content: "\eaef";
}
.eicon-notes-medical:before {
	content: "\eaf0";
}
.eicon-object-group:before {
	content: "\eaf1";
}
.eicon-object-ungroup:before {
	content: "\eaf2";
}
.eicon-oil-can:before {
	content: "\eaf3";
}
.eicon-om:before {
	content: "\eaf4";
}
.eicon-outdent:before {
	content: "\eaf5";
}
.eicon-paint-brush:before {
	content: "\eaf6";
}
.eicon-paint-roller:before {
	content: "\eaf7";
}
.eicon-palette:before {
	content: "\eaf8";
}
.eicon-pallet:before {
	content: "\eaf9";
}
.eicon-paper-plane:before {
	content: "\eafa";
}
.eicon-paperclip:before {
	content: "\eafb";
}
.eicon-parachute-box:before {
	content: "\eafc";
}
.eicon-paragraph:before {
	content: "\eafd";
}
.eicon-parking:before {
	content: "\eafe";
}
.eicon-passport:before {
	content: "\eaff";
}
.eicon-pastafarianism:before {
	content: "\eb00";
}
.eicon-paste:before {
	content: "\eb01";
}
.eicon-pause-circle:before {
	content: "\eb02";
}
.eicon-pause:before {
	content: "\eb03";
}
.eicon-paw:before {
	content: "\eb04";
}
.eicon-peace:before {
	content: "\eb05";
}
.eicon-pen-alt:before {
	content: "\eb06";
}
.eicon-pen-fancy:before {
	content: "\eb07";
}
.eicon-pen-nib:before {
	content: "\eb08";
}
.eicon-pen-square:before {
	content: "\eb09";
}
.eicon-pen:before {
	content: "\eb0a";
}
.eicon-pencil-alt:before {
	content: "\eb0b";
}
.eicon-pencil-ruler:before {
	content: "\eb0c";
}
.eicon-people-carry:before {
	content: "\eb0d";
}
.eicon-percent:before {
	content: "\eb0e";
}
.eicon-percentage:before {
	content: "\eb0f";
}
.eicon-phone-slash:before {
	content: "\eb10";
}
.eicon-phone-square:before {
	content: "\eb11";
}
.eicon-phone-volume:before {
	content: "\eb12";
}
.eicon-phone:before {
	content: "\eb13";
}
.eicon-piggy-bank:before {
	content: "\eb14";
}
.eicon-pills:before {
	content: "\eb15";
}
.eicon-place-of-worship:before {
	content: "\eb16";
}
.eicon-plane-arrival:before {
	content: "\eb17";
}
.eicon-plane-departure:before {
	content: "\eb18";
}
.eicon-plane:before {
	content: "\eb19";
}
.eicon-play-circle:before {
	content: "\eb1a";
}
.eicon-play:before {
	content: "\eb1b";
}
.eicon-plug:before {
	content: "\eb1c";
}
.eicon-plus-circle:before {
	content: "\eb1d";
}
.eicon-plus-square:before {
	content: "\eb1e";
}
.eicon-plus:before {
	content: "\eb1f";
}
.eicon-podcast:before {
	content: "\eb20";
}
.eicon-poll-h:before {
	content: "\eb21";
}
.eicon-poll:before {
	content: "\eb22";
}
.eicon-poo:before {
	content: "\eb23";
}
.eicon-poop:before {
	content: "\eb24";
}
.eicon-portrait:before {
	content: "\eb25";
}
.eicon-pound-sign:before {
	content: "\eb26";
}
.eicon-power-off:before {
	content: "\eb27";
}
.eicon-pray:before {
	content: "\eb28";
}
.eicon-praying-hands:before {
	content: "\eb29";
}
.eicon-prescription-bottle-alt:before {
	content: "\eb2a";
}
.eicon-prescription-bottle:before {
	content: "\eb2b";
}
.eicon-prescription:before {
	content: "\eb2c";
}
.eicon-print:before {
	content: "\eb2d";
}
.eicon-procedures:before {
	content: "\eb2e";
}
.eicon-project-diagram:before {
	content: "\eb2f";
}
.eicon-puzzle-piece:before {
	content: "\eb30";
}
.eicon-qrcode:before {
	content: "\eb31";
}
.eicon-question-circle:before {
	content: "\eb32";
}
.eicon-question:before {
	content: "\eb33";
}
.eicon-quidditch:before {
	content: "\eb34";
}
.eicon-quote-left:before {
	content: "\eb35";
}
.eicon-quote-right:before {
	content: "\eb36";
}
.eicon-quran:before {
	content: "\eb37";
}
.eicon-random:before {
	content: "\eb38";
}
.eicon-receipt:before {
	content: "\eb39";
}
.eicon-recycle:before {
	content: "\eb3a";
}
.eicon-redo-alt:before {
	content: "\eb3b";
}
.eicon-redo:before {
	content: "\eb3c";
}
.eicon-registered:before {
	content: "\eb3d";
}
.eicon-reply-all:before {
	content: "\eb3e";
}
.eicon-reply:before {
	content: "\eb3f";
}
.eicon-retweet:before {
	content: "\eb40";
}
.eicon-ribbon:before {
	content: "\eb41";
}
.eicon-road:before {
	content: "\eb42";
}
.eicon-robot:before {
	content: "\eb43";
}
.eicon-rocket:before {
	content: "\eb44";
}
.eicon-route:before {
	content: "\eb45";
}
.eicon-rss-square:before {
	content: "\eb46";
}
.eicon-rss:before {
	content: "\eb47";
}
.eicon-ruble-sign:before {
	content: "\eb48";
}
.eicon-ruler-combined:before {
	content: "\eb49";
}
.eicon-ruler-horizontal:before {
	content: "\eb4a";
}
.eicon-ruler-vertical:before {
	content: "\eb4b";
}
.eicon-ruler:before {
	content: "\eb4c";
}
.eicon-rupee-sign:before {
	content: "\eb4d";
}
.eicon-sad-cry:before {
	content: "\eb4e";
}
.eicon-sad-tear:before {
	content: "\eb4f";
}
.eicon-save:before {
	content: "\eb50";
}
.eicon-school:before {
	content: "\eb51";
}
.eicon-screwdriver:before {
	content: "\eb52";
}
.eicon-search-dollar:before {
	content: "\eb53";
}
.eicon-search-location:before {
	content: "\eb54";
}
.eicon-search-minus:before {
	content: "\eb55";
}
.eicon-search-plus:before {
	content: "\eb56";
}
.eicon-search:before {
	content: "\eb57";
}
.eicon-seedling:before {
	content: "\eb58";
}
.eicon-server:before {
	content: "\eb59";
}
.eicon-shapes:before {
	content: "\eb5a";
}
.eicon-share-alt-square:before {
	content: "\eb5b";
}
.eicon-share-alt:before {
	content: "\eb5c";
}
.eicon-share-square:before {
	content: "\eb5d";
}
.eicon-share:before {
	content: "\eb5e";
}
.eicon-shekel-sign:before {
	content: "\eb5f";
}
.eicon-shield-alt:before {
	content: "\eb60";
}
.eicon-ship:before {
	content: "\eb61";
}
.eicon-shipping-fast:before {
	content: "\eb62";
}
.eicon-shoe-prints:before {
	content: "\eb63";
}
.eicon-shopping-bag:before {
	content: "\eb64";
}
.eicon-shopping-basket:before {
	content: "\eb65";
}
.eicon-shopping-cart1:before {
	content: "\eb66";
}
.eicon-shower:before {
	content: "\eb67";
}
.eicon-shuttle-van:before {
	content: "\eb68";
}
.eicon-sign-in-alt:before {
	content: "\eb69";
}
.eicon-sign-language:before {
	content: "\eb6a";
}
.eicon-sign-out-alt:before {
	content: "\eb6b";
}
.eicon-sign:before {
	content: "\eb6c";
}
.eicon-signal:before {
	content: "\eb6d";
}
.eicon-signature:before {
	content: "\eb6e";
}
.eicon-sitemap:before {
	content: "\eb6f";
}
.eicon-skull:before {
	content: "\eb70";
}
.eicon-sliders-h:before {
	content: "\eb71";
}
.eicon-smile-beam:before {
	content: "\eb72";
}
.eicon-smile-wink:before {
	content: "\eb73";
}
.eicon-smile:before {
	content: "\eb74";
}
.eicon-smoking-ban:before {
	content: "\eb75";
}
.eicon-smoking:before {
	content: "\eb76";
}
.eicon-snowflake:before {
	content: "\eb77";
}
.eicon-socks:before {
	content: "\eb78";
}
.eicon-solar-panel:before {
	content: "\eb79";
}
.eicon-sort-alpha-down:before {
	content: "\eb7a";
}
.eicon-sort-alpha-up:before {
	content: "\eb7b";
}
.eicon-sort-amount-down:before {
	content: "\eb7c";
}
.eicon-sort-amount-up:before {
	content: "\eb7d";
}
.eicon-sort-down:before {
	content: "\eb7e";
}
.eicon-sort-numeric-down:before {
	content: "\eb7f";
}
.eicon-sort-numeric-up:before {
	content: "\eb80";
}
.eicon-sort-up:before {
	content: "\eb81";
}
.eicon-sort:before {
	content: "\eb82";
}
.eicon-spa:before {
	content: "\eb83";
}
.eicon-space-shuttle:before {
	content: "\eb84";
}
.eicon-spinner:before {
	content: "\eb85";
}
.eicon-splotch:before {
	content: "\eb86";
}
.eicon-spray-can:before {
	content: "\eb87";
}
.eicon-square-full:before {
	content: "\eb88";
}
.eicon-square-root-alt:before {
	content: "\eb89";
}
.eicon-square:before {
	content: "\eb8a";
}
.eicon-stamp:before {
	content: "\eb8b";
}
.eicon-star-and-crescent:before {
	content: "\eb8c";
}
.eicon-star-half-alt:before {
	content: "\eb8d";
}
.eicon-star-half:before {
	content: "\eb8e";
}
.eicon-star-of-david:before {
	content: "\eb8f";
}
.eicon-star-of-life:before {
	content: "\eb90";
}
.eicon-star:before {
	content: "\eb91";
}
.eicon-step-backward:before {
	content: "\eb92";
}
.eicon-step-forward:before {
	content: "\eb93";
}
.eicon-stethoscope:before {
	content: "\eb94";
}
.eicon-sticky-note:before {
	content: "\eb95";
}
.eicon-stop-circle:before {
	content: "\eb96";
}
.eicon-stop:before {
	content: "\eb97";
}
.eicon-stopwatch:before {
	content: "\eb98";
}
.eicon-store-alt:before {
	content: "\eb99";
}
.eicon-store:before {
	content: "\eb9a";
}
.eicon-stream:before {
	content: "\eb9b";
}
.eicon-street-view:before {
	content: "\eb9c";
}
.eicon-strikethrough:before {
	content: "\eb9d";
}
.eicon-stroopwafel:before {
	content: "\eb9e";
}
.eicon-subscript:before {
	content: "\eb9f";
}
.eicon-subway:before {
	content: "\eba0";
}
.eicon-suitcase-rolling:before {
	content: "\eba1";
}
.eicon-suitcase:before {
	content: "\eba2";
}
.eicon-sun:before {
	content: "\eba3";
}
.eicon-superscript:before {
	content: "\eba4";
}
.eicon-surprise:before {
	content: "\eba5";
}
.eicon-swatchbook:before {
	content: "\eba6";
}
.eicon-swimmer:before {
	content: "\eba7";
}
.eicon-swimming-pool:before {
	content: "\eba8";
}
.eicon-synagogue:before {
	content: "\eba9";
}
.eicon-sync-alt:before {
	content: "\ebaa";
}
.eicon-sync:before {
	content: "\ebab";
}
.eicon-syringe:before {
	content: "\ebac";
}
.eicon-table-tennis:before {
	content: "\ebad";
}
.eicon-table:before {
	content: "\ebae";
}
.eicon-tablet-alt:before {
	content: "\ebaf";
}
.eicon-tablet:before {
	content: "\ebb0";
}
.eicon-tablets:before {
	content: "\ebb1";
}
.eicon-tachometer-alt:before {
	content: "\ebb2";
}
.eicon-tag:before {
	content: "\ebb3";
}
.eicon-tags:before {
	content: "\ebb4";
}
.eicon-tape:before {
	content: "\ebb5";
}
.eicon-tasks:before {
	content: "\ebb6";
}
.eicon-taxi:before {
	content: "\ebb7";
}
.eicon-teeth-open:before {
	content: "\ebb8";
}
.eicon-teeth:before {
	content: "\ebb9";
}
.eicon-terminal:before {
	content: "\ebba";
}
.eicon-text-height:before {
	content: "\ebbb";
}
.eicon-text-width:before {
	content: "\ebbc";
}
.eicon-th-large:before {
	content: "\ebbd";
}
.eicon-th-list:before {
	content: "\ebbe";
}
.eicon-th:before {
	content: "\ebbf";
}
.eicon-theater-masks:before {
	content: "\ebc0";
}
.eicon-thermometer-empty:before {
	content: "\ebc1";
}
.eicon-thermometer-full:before {
	content: "\ebc2";
}
.eicon-thermometer-half:before {
	content: "\ebc3";
}
.eicon-thermometer-quarter:before {
	content: "\ebc4";
}
.eicon-thermometer-three-quarters:before {
	content: "\ebc5";
}
.eicon-thermometer:before {
	content: "\ebc6";
}
.eicon-thumbs-down:before {
	content: "\ebc7";
}
.eicon-thumbs-up:before {
	content: "\ebc8";
}
.eicon-thumbtack:before {
	content: "\ebc9";
}
.eicon-ticket-alt:before {
	content: "\ebca";
}
.eicon-times-circle:before {
	content: "\ebcb";
}
.eicon-times:before {
	content: "\ebcc";
}
.eicon-tint-slash:before {
	content: "\ebcd";
}
.eicon-tint:before {
	content: "\ebce";
}
.eicon-tired:before {
	content: "\ebcf";
}
.eicon-toggle-off:before {
	content: "\ebd0";
}
.eicon-toggle-on:before {
	content: "\ebd1";
}
.eicon-toolbox:before {
	content: "\ebd2";
}
.eicon-tooth:before {
	content: "\ebd3";
}
.eicon-torah:before {
	content: "\ebd4";
}
.eicon-torii-gate:before {
	content: "\ebd5";
}
.eicon-trademark:before {
	content: "\ebd6";
}
.eicon-traffic-light:before {
	content: "\ebd7";
}
.eicon-train:before {
	content: "\ebd8";
}
.eicon-transgender-alt:before {
	content: "\ebd9";
}
.eicon-transgender:before {
	content: "\ebda";
}
.eicon-trash-alt:before {
	content: "\ebdb";
}
.eicon-trash:before {
	content: "\ebdc";
}
.eicon-tree:before {
	content: "\ebdd";
}
.eicon-trophy:before {
	content: "\ebde";
}
.eicon-truck-loading:before {
	content: "\ebdf";
}
.eicon-truck-monster:before {
	content: "\ebe0";
}
.eicon-truck-moving:before {
	content: "\ebe1";
}
.eicon-truck-pickup:before {
	content: "\ebe2";
}
.eicon-truck:before {
	content: "\ebe3";
}
.eicon-tshirt:before {
	content: "\ebe4";
}
.eicon-tty:before {
	content: "\ebe5";
}
.eicon-tv:before {
	content: "\ebe6";
}
.eicon-umbrella-beach:before {
	content: "\ebe7";
}
.eicon-umbrella:before {
	content: "\ebe8";
}
.eicon-underline:before {
	content: "\ebe9";
}
.eicon-undo-alt:before {
	content: "\ebea";
}
.eicon-undo:before {
	content: "\ebeb";
}
.eicon-universal-access:before {
	content: "\ebec";
}
.eicon-university:before {
	content: "\ebed";
}
.eicon-unlink:before {
	content: "\ebee";
}
.eicon-unlock-alt:before {
	content: "\ebef";
}
.eicon-unlock:before {
	content: "\ebf0";
}
.eicon-upload:before {
	content: "\ebf1";
}
.eicon-user-alt-slash:before {
	content: "\ebf2";
}
.eicon-user-alt:before {
	content: "\ebf3";
}
.eicon-user-astronaut:before {
	content: "\ebf4";
}
.eicon-user-check:before {
	content: "\ebf5";
}
.eicon-user-circle:before {
	content: "\ebf6";
}
.eicon-user-clock:before {
	content: "\ebf7";
}
.eicon-user-cog:before {
	content: "\ebf8";
}
.eicon-user-edit:before {
	content: "\ebf9";
}
.eicon-user-friends:before {
	content: "\ebfa";
}
.eicon-user-graduate:before {
	content: "\ebfb";
}
.eicon-user-lock:before {
	content: "\ebfc";
}
.eicon-user-md:before {
	content: "\ebfd";
}
.eicon-user-minus:before {
	content: "\ebfe";
}
.eicon-user-ninja:before {
	content: "\ebff";
}
.eicon-user-plus:before {
	content: "\ec00";
}
.eicon-user-secret:before {
	content: "\ec01";
}
.eicon-user-shield:before {
	content: "\ec02";
}
.eicon-user-slash:before {
	content: "\ec03";
}
.eicon-user-tag:before {
	content: "\ec04";
}
.eicon-user-tie:before {
	content: "\ec05";
}
.eicon-user-times:before {
	content: "\ec06";
}
.eicon-user:before {
	content: "\ec07";
}
.eicon-users-cog:before {
	content: "\ec08";
}
.eicon-users:before {
	content: "\ec09";
}
.eicon-utensil-spoon:before {
	content: "\ec0a";
}
.eicon-utensils:before {
	content: "\ec0b";
}
.eicon-vector-square:before {
	content: "\ec0c";
}
.eicon-venus-double:before {
	content: "\ec0d";
}
.eicon-venus-mars:before {
	content: "\ec0e";
}
.eicon-venus:before {
	content: "\ec0f";
}
.eicon-vial:before {
	content: "\ec10";
}
.eicon-vials:before {
	content: "\ec11";
}
.eicon-video-slash:before {
	content: "\ec12";
}
.eicon-video:before {
	content: "\ec13";
}
.eicon-vihara:before {
	content: "\ec14";
}
.eicon-volleyball-ball:before {
	content: "\ec15";
}
.eicon-volume-down:before {
	content: "\ec16";
}
.eicon-volume-off:before {
	content: "\ec17";
}
.eicon-volume-up:before {
	content: "\ec18";
}
.eicon-walking:before {
	content: "\ec19";
}
.eicon-wallet:before {
	content: "\ec1a";
}
.eicon-warehouse:before {
	content: "\ec1b";
}
.eicon-weight-hanging:before {
	content: "\ec1c";
}
.eicon-weight:before {
	content: "\ec1d";
}
.eicon-wheelchair:before {
	content: "\ec1e";
}
.eicon-wifi:before {
	content: "\ec1f";
}
.eicon-window-close:before {
	content: "\ec20";
}
.eicon-window-maximize:before {
	content: "\ec21";
}
.eicon-window-minimize:before {
	content: "\ec22";
}
.eicon-window-restore:before {
	content: "\ec23";
}
.eicon-wine-glass-alt:before {
	content: "\ec24";
}
.eicon-wine-glass:before {
	content: "\ec25";
}
.eicon-won-sign:before {
	content: "\ec26";
}
.eicon-wrench:before {
	content: "\ec27";
}
.eicon-x-ray:before {
	content: "\ec28";
}
.eicon-yen-sign:before {
	content: "\ec29";
}
.eicon-yin-yang:before {
	content: "\ec2a";
}
.eicon-address-book1:before {
	content: "\ec2b";
}
.eicon-address-card1:before {
	content: "\ec2c";
}
.eicon-angry1:before {
	content: "\ec2d";
}
.eicon-arrow-alt-circle-down1:before {
	content: "\ec2e";
}
.eicon-arrow-alt-circle-left1:before {
	content: "\ec2f";
}
.eicon-arrow-alt-circle-right1:before {
	content: "\ec30";
}
.eicon-arrow-alt-circle-up1:before {
	content: "\ec31";
}
.eicon-bell-slash1:before {
	content: "\ec32";
}
.eicon-bell1:before {
	content: "\ec33";
}
.eicon-bookmark1:before {
	content: "\ec34";
}
.eicon-building1:before {
	content: "\ec35";
}
.eicon-calendar-alt1:before {
	content: "\ec36";
}
.eicon-calendar-check1:before {
	content: "\ec37";
}
.eicon-calendar-minus1:before {
	content: "\ec38";
}
.eicon-calendar-plus1:before {
	content: "\ec39";
}
.eicon-calendar-times1:before {
	content: "\ec3a";
}
.eicon-calendar1:before {
	content: "\ec3b";
}
.eicon-caret-square-down1:before {
	content: "\ec3c";
}
.eicon-caret-square-left1:before {
	content: "\ec3d";
}
.eicon-caret-square-right1:before {
	content: "\ec3e";
}
.eicon-caret-square-up1:before {
	content: "\ec3f";
}
.eicon-chart-bar1:before {
	content: "\ec40";
}
.eicon-check-circle1:before {
	content: "\ec41";
}
.eicon-check-square1:before {
	content: "\ec42";
}
.eicon-circle1:before {
	content: "\ec43";
}
.eicon-clipboard1:before {
	content: "\ec44";
}
.eicon-clock1:before {
	content: "\ec45";
}
.eicon-clone1:before {
	content: "\ec46";
}
.eicon-closed-captioning1:before {
	content: "\ec47";
}
.eicon-comment-alt1:before {
	content: "\ec48";
}
.eicon-comment-dots1:before {
	content: "\ec49";
}
.eicon-comment1:before {
	content: "\ec4a";
}
.eicon-comments1:before {
	content: "\ec4b";
}
.eicon-compass1:before {
	content: "\ec4c";
}
.eicon-copy1:before {
	content: "\ec4d";
}
.eicon-copyright1:before {
	content: "\ec4e";
}
.eicon-credit-card1:before {
	content: "\ec4f";
}
.eicon-dizzy1:before {
	content: "\ec50";
}
.eicon-dot-circle1:before {
	content: "\ec51";
}
.eicon-edit1:before {
	content: "\ec52";
}
.eicon-envelope-open1:before {
	content: "\ec53";
}
.eicon-envelope1:before {
	content: "\ec54";
}
.eicon-eye-slash1:before {
	content: "\ec55";
}
.eicon-eye1:before {
	content: "\ec56";
}
.eicon-file-alt1:before {
	content: "\ec57";
}
.eicon-file-archive1:before {
	content: "\ec58";
}
.eicon-file-audio1:before {
	content: "\ec59";
}
.eicon-file-code1:before {
	content: "\ec5a";
}
.eicon-file-excel1:before {
	content: "\ec5b";
}
.eicon-file-image1:before {
	content: "\ec5c";
}
.eicon-file-pdf1:before {
	content: "\ec5d";
}
.eicon-file-powerpoint1:before {
	content: "\ec5e";
}
.eicon-file-video1:before {
	content: "\ec5f";
}
.eicon-file-word1:before {
	content: "\ec60";
}
.eicon-file1:before {
	content: "\ec61";
}
.eicon-flag1:before {
	content: "\ec62";
}
.eicon-flushed1:before {
	content: "\ec63";
}
.eicon-folder-open1:before {
	content: "\ec64";
}
.eicon-folder1:before {
	content: "\ec65";
}
.eicon-font-awesome-logo-full1:before {
	content: "\ec66";
}
.eicon-frown-open1:before {
	content: "\ec67";
}
.eicon-frown1:before {
	content: "\ec68";
}
.eicon-futbol1:before {
	content: "\ec69";
}
.eicon-gem1:before {
	content: "\ec6a";
}
.eicon-grimace1:before {
	content: "\ec6b";
}
.eicon-grin-alt1:before {
	content: "\ec6c";
}
.eicon-grin-beam-sweat1:before {
	content: "\ec6d";
}
.eicon-grin-beam1:before {
	content: "\ec6e";
}
.eicon-grin-hearts1:before {
	content: "\ec6f";
}
.eicon-grin-squint-tears1:before {
	content: "\ec70";
}
.eicon-grin-squint1:before {
	content: "\ec71";
}
.eicon-grin-stars1:before {
	content: "\ec72";
}
.eicon-grin-tears1:before {
	content: "\ec73";
}
.eicon-grin-tongue-squint1:before {
	content: "\ec74";
}
.eicon-grin-tongue-wink1:before {
	content: "\ec75";
}
.eicon-grin-tongue1:before {
	content: "\ec76";
}
.eicon-grin-wink1:before {
	content: "\ec77";
}
.eicon-grin1:before {
	content: "\ec78";
}
.eicon-hand-lizard1:before {
	content: "\ec79";
}
.eicon-hand-paper1:before {
	content: "\ec7a";
}
.eicon-hand-peace1:before {
	content: "\ec7b";
}
.eicon-hand-point-down1:before {
	content: "\ec7c";
}
.eicon-hand-point-left1:before {
	content: "\ec7d";
}
.eicon-hand-point-right1:before {
	content: "\ec7e";
}
.eicon-hand-point-up1:before {
	content: "\ec7f";
}
.eicon-hand-pointer1:before {
	content: "\ec80";
}
.eicon-hand-rock1:before {
	content: "\ec81";
}
.eicon-hand-scissors1:before {
	content: "\ec82";
}
.eicon-hand-spock1:before {
	content: "\ec83";
}
.eicon-handshake1:before {
	content: "\ec84";
}
.eicon-hdd1:before {
	content: "\ec85";
}
.eicon-heart1:before {
	content: "\ec86";
}
.eicon-hospital1:before {
	content: "\ec87";
}
.eicon-hourglass1:before {
	content: "\ec88";
}
.eicon-id-badge1:before {
	content: "\ec89";
}
.eicon-id-card1:before {
	content: "\ec8a";
}
.eicon-image1:before {
	content: "\ec8b";
}
.eicon-images1:before {
	content: "\ec8c";
}
.eicon-keyboard1:before {
	content: "\ec8d";
}
.eicon-kiss-beam1:before {
	content: "\ec8e";
}
.eicon-kiss-wink-heart1:before {
	content: "\ec8f";
}
.eicon-kiss1:before {
	content: "\ec90";
}
.eicon-laugh-beam1:before {
	content: "\ec91";
}
.eicon-laugh-squint1:before {
	content: "\ec92";
}
.eicon-laugh-wink1:before {
	content: "\ec93";
}
.eicon-laugh1:before {
	content: "\ec94";
}
.eicon-lemon1:before {
	content: "\ec95";
}
.eicon-life-ring1:before {
	content: "\ec96";
}
.eicon-lightbulb1:before {
	content: "\ec97";
}
.eicon-list-alt1:before {
	content: "\ec98";
}
.eicon-map1:before {
	content: "\ec99";
}
.eicon-meh-blank1:before {
	content: "\ec9a";
}
.eicon-meh-rolling-eyes1:before {
	content: "\ec9b";
}
.eicon-meh1:before {
	content: "\ec9c";
}
.eicon-minus-square1:before {
	content: "\ec9d";
}
.eicon-money-bill-alt1:before {
	content: "\ec9e";
}
.eicon-moon1:before {
	content: "\ec9f";
}
.eicon-newspaper1:before {
	content: "\eca0";
}
.eicon-object-group1:before {
	content: "\eca1";
}
.eicon-object-ungroup1:before {
	content: "\eca2";
}
.eicon-paper-plane1:before {
	content: "\eca3";
}
.eicon-pause-circle1:before {
	content: "\eca4";
}
.eicon-play-circle1:before {
	content: "\eca5";
}
.eicon-plus-square1:before {
	content: "\eca6";
}
.eicon-question-circle1:before {
	content: "\eca7";
}
.eicon-registered1:before {
	content: "\eca8";
}
.eicon-sad-cry1:before {
	content: "\eca9";
}
.eicon-sad-tear1:before {
	content: "\ecaa";
}
.eicon-save1:before {
	content: "\ecab";
}
.eicon-share-square1:before {
	content: "\ecac";
}
.eicon-smile-beam1:before {
	content: "\ecad";
}
.eicon-smile-wink1:before {
	content: "\ecae";
}
.eicon-smile1:before {
	content: "\ecaf";
}
.eicon-snowflake1:before {
	content: "\ecb0";
}
.eicon-square1:before {
	content: "\ecb1";
}
.eicon-star-half1:before {
	content: "\ecb2";
}
.eicon-star1:before {
	content: "\ecb3";
}
.eicon-sticky-note1:before {
	content: "\ecb4";
}
.eicon-stop-circle1:before {
	content: "\ecb5";
}
.eicon-sun1:before {
	content: "\ecb6";
}
.eicon-surprise1:before {
	content: "\ecb7";
}
.eicon-thumbs-down1:before {
	content: "\ecb8";
}
.eicon-thumbs-up1:before {
	content: "\ecb9";
}
.eicon-times-circle1:before {
	content: "\ecba";
}
.eicon-tired1:before {
	content: "\ecbb";
}
.eicon-trash-alt1:before {
	content: "\ecbc";
}
.eicon-user-circle1:before {
	content: "\ecbd";
}
.eicon-user1:before {
	content: "\ecbe";
}
.eicon-window-close1:before {
	content: "\ecbf";
}
.eicon-window-maximize1:before {
	content: "\ecc0";
}
.eicon-window-minimize1:before {
	content: "\ecc1";
}
.eicon-window-restore1:before {
	content: "\ecc2";
}
.eicon-px:before {
	content: "\ecc3";
}
.eicon-accessible-icon:before {
	content: "\ecc4";
}
.eicon-accusoft:before {
	content: "\ecc5";
}
.eicon-adn:before {
	content: "\ecc6";
}
.eicon-adversal:before {
	content: "\ecc7";
}
.eicon-affiliatetheme:before {
	content: "\ecc8";
}
.eicon-algolia:before {
	content: "\ecc9";
}
.eicon-alipay:before {
	content: "\ecca";
}
.eicon-amazon-pay:before {
	content: "\eccb";
}
.eicon-amazon:before {
	content: "\eccc";
}
.eicon-amilia:before {
	content: "\eccd";
}
.eicon-android:before {
	content: "\ecce";
}
.eicon-angellist:before {
	content: "\eccf";
}
.eicon-angrycreative:before {
	content: "\ecd0";
}
.eicon-angular:before {
	content: "\ecd1";
}
.eicon-app-store-ios:before {
	content: "\ecd2";
}
.eicon-app-store:before {
	content: "\ecd3";
}
.eicon-apper:before {
	content: "\ecd4";
}
.eicon-apple-pay:before {
	content: "\ecd5";
}
.eicon-apple:before {
	content: "\ecd6";
}
.eicon-asymmetrik:before {
	content: "\ecd7";
}
.eicon-audible:before {
	content: "\ecd8";
}
.eicon-autoprefixer:before {
	content: "\ecd9";
}
.eicon-avianex:before {
	content: "\ecda";
}
.eicon-aviato:before {
	content: "\ecdb";
}
.eicon-aws:before {
	content: "\ecdc";
}
.eicon-bandcamp:before {
	content: "\ecdd";
}
.eicon-behance-square:before {
	content: "\ecde";
}
.eicon-behance:before {
	content: "\ecdf";
}
.eicon-bimobject:before {
	content: "\ece0";
}
.eicon-bitbucket:before {
	content: "\ece1";
}
.eicon-bitcoin:before {
	content: "\ece2";
}
.eicon-bity:before {
	content: "\ece3";
}
.eicon-black-tie:before {
	content: "\ece4";
}
.eicon-blackberry:before {
	content: "\ece5";
}
.eicon-blogger-b:before {
	content: "\ece6";
}
.eicon-blogger:before {
	content: "\ece7";
}
.eicon-bluetooth-b:before {
	content: "\ece8";
}
.eicon-bluetooth:before {
	content: "\ece9";
}
.eicon-btc:before {
	content: "\ecea";
}
.eicon-buromobelexperte:before {
	content: "\eceb";
}
.eicon-buysellads:before {
	content: "\ecec";
}
.eicon-cc-amazon-pay:before {
	content: "\eced";
}
.eicon-cc-amex:before {
	content: "\ecee";
}
.eicon-cc-apple-pay:before {
	content: "\ecef";
}
.eicon-cc-diners-club:before {
	content: "\ecf0";
}
.eicon-cc-discover:before {
	content: "\ecf1";
}
.eicon-cc-jcb:before {
	content: "\ecf2";
}
.eicon-cc-mastercard:before {
	content: "\ecf3";
}
.eicon-cc-paypal:before {
	content: "\ecf4";
}
.eicon-cc-stripe:before {
	content: "\ecf5";
}
.eicon-cc-visa:before {
	content: "\ecf6";
}
.eicon-centercode:before {
	content: "\ecf7";
}
.eicon-chrome:before {
	content: "\ecf8";
}
.eicon-cloudscale:before {
	content: "\ecf9";
}
.eicon-cloudsmith:before {
	content: "\ecfa";
}
.eicon-cloudversify:before {
	content: "\ecfb";
}
.eicon-codepen:before {
	content: "\ecfc";
}
.eicon-codiepie:before {
	content: "\ecfd";
}
.eicon-connectdevelop:before {
	content: "\ecfe";
}
.eicon-contao:before {
	content: "\ecff";
}
.eicon-cpanel:before {
	content: "\ed00";
}
.eicon-creative-commons-by:before {
	content: "\ed01";
}
.eicon-creative-commons-nc-eu:before {
	content: "\ed02";
}
.eicon-creative-commons-nc-jp:before {
	content: "\ed03";
}
.eicon-creative-commons-nc:before {
	content: "\ed04";
}
.eicon-creative-commons-nd:before {
	content: "\ed05";
}
.eicon-creative-commons-pd-alt:before {
	content: "\ed06";
}
.eicon-creative-commons-pd:before {
	content: "\ed07";
}
.eicon-creative-commons-remix:before {
	content: "\ed08";
}
.eicon-creative-commons-sa:before {
	content: "\ed09";
}
.eicon-creative-commons-sampling-plus:before {
	content: "\ed0a";
}
.eicon-creative-commons-sampling:before {
	content: "\ed0b";
}
.eicon-creative-commons-share:before {
	content: "\ed0c";
}
.eicon-creative-commons:before {
	content: "\ed0d";
}
.eicon-css3-alt:before {
	content: "\ed0e";
}
.eicon-css3:before {
	content: "\ed0f";
}
.eicon-cuttlefish:before {
	content: "\ed10";
}
.eicon-d-and-d:before {
	content: "\ed11";
}
.eicon-dashcube:before {
	content: "\ed12";
}
.eicon-delicious:before {
	content: "\ed13";
}
.eicon-deploydog:before {
	content: "\ed14";
}
.eicon-deskpro:before {
	content: "\ed15";
}
.eicon-deviantart:before {
	content: "\ed16";
}
.eicon-digg:before {
	content: "\ed17";
}
.eicon-digital-ocean:before {
	content: "\ed18";
}
.eicon-discord:before {
	content: "\ed19";
}
.eicon-discourse:before {
	content: "\ed1a";
}
.eicon-dochub:before {
	content: "\ed1b";
}
.eicon-docker:before {
	content: "\ed1c";
}
.eicon-draft2digital:before {
	content: "\ed1d";
}
.eicon-dribbble-square:before {
	content: "\ed1e";
}
.eicon-dribbble:before {
	content: "\ed1f";
}
.eicon-dropbox:before {
	content: "\ed20";
}
.eicon-drupal:before {
	content: "\ed21";
}
.eicon-dyalog:before {
	content: "\ed22";
}
.eicon-earlybirds:before {
	content: "\ed23";
}
.eicon-ebay:before {
	content: "\ed24";
}
.eicon-edge:before {
	content: "\ed25";
}
.eicon-elementor:before {
	content: "\ed26";
}
.eicon-ello:before {
	content: "\ed27";
}
.eicon-ember:before {
	content: "\ed28";
}
.eicon-empire:before {
	content: "\ed29";
}
.eicon-envira:before {
	content: "\ed2a";
}
.eicon-erlang:before {
	content: "\ed2b";
}
.eicon-ethereum:before {
	content: "\ed2c";
}
.eicon-etsy:before {
	content: "\ed2d";
}
.eicon-expeditedssl:before {
	content: "\ed2e";
}
.eicon-facebook-f:before {
	content: "\ed2f";
}
.eicon-facebook-messenger:before {
	content: "\ed30";
}
.eicon-facebook-square:before {
	content: "\ed31";
}
.eicon-facebook1:before {
	content: "\ed32";
}
.eicon-firefox:before {
	content: "\ed33";
}
.eicon-first-order-alt:before {
	content: "\ed34";
}
.eicon-first-order:before {
	content: "\ed35";
}
.eicon-firstdraft:before {
	content: "\ed36";
}
.eicon-flickr:before {
	content: "\ed37";
}
.eicon-flipboard:before {
	content: "\ed38";
}
.eicon-fly:before {
	content: "\ed39";
}
.eicon-font-awesome-alt:before {
	content: "\ed3a";
}
.eicon-font-awesome-flag:before {
	content: "\ed3b";
}
.eicon-font-awesome-logo-full2:before {
	content: "\ed3c";
}
.eicon-font-awesome:before {
	content: "\ed3d";
}
.eicon-fonticons-fi:before {
	content: "\ed3e";
}
.eicon-fonticons:before {
	content: "\ed3f";
}
.eicon-fort-awesome-alt:before {
	content: "\ed40";
}
.eicon-fort-awesome:before {
	content: "\ed41";
}
.eicon-forumbee:before {
	content: "\ed42";
}
.eicon-foursquare:before {
	content: "\ed43";
}
.eicon-free-code-camp:before {
	content: "\ed44";
}
.eicon-freebsd:before {
	content: "\ed45";
}
.eicon-fulcrum:before {
	content: "\ed46";
}
.eicon-galactic-republic:before {
	content: "\ed47";
}
.eicon-galactic-senate:before {
	content: "\ed48";
}
.eicon-get-pocket:before {
	content: "\ed49";
}
.eicon-gg-circle:before {
	content: "\ed4a";
}
.eicon-gg:before {
	content: "\ed4b";
}
.eicon-git-square:before {
	content: "\ed4c";
}
.eicon-git:before {
	content: "\ed4d";
}
.eicon-github-alt:before {
	content: "\ed4e";
}
.eicon-github-square:before {
	content: "\ed4f";
}
.eicon-github:before {
	content: "\ed50";
}
.eicon-gitkraken:before {
	content: "\ed51";
}
.eicon-gitlab:before {
	content: "\ed52";
}
.eicon-gitter:before {
	content: "\ed53";
}
.eicon-glide-g:before {
	content: "\ed54";
}
.eicon-glide:before {
	content: "\ed55";
}
.eicon-gofore:before {
	content: "\ed56";
}
.eicon-goodreads-g:before {
	content: "\ed57";
}
.eicon-goodreads:before {
	content: "\ed58";
}
.eicon-google-drive:before {
	content: "\ed59";
}
.eicon-google-play:before {
	content: "\ed5a";
}
.eicon-google-plus-g:before {
	content: "\ed5b";
}
.eicon-google-plus-square:before {
	content: "\ed5c";
}
.eicon-google-plus:before {
	content: "\ed5d";
}
.eicon-google-wallet:before {
	content: "\ed5e";
}
.eicon-google:before {
	content: "\ed5f";
}
.eicon-gratipay:before {
	content: "\ed60";
}
.eicon-grav:before {
	content: "\ed61";
}
.eicon-gripfire:before {
	content: "\ed62";
}
.eicon-grunt:before {
	content: "\ed63";
}
.eicon-gulp:before {
	content: "\ed64";
}
.eicon-hacker-news-square:before {
	content: "\ed65";
}
.eicon-hacker-news:before {
	content: "\ed66";
}
.eicon-hackerrank:before {
	content: "\ed67";
}
.eicon-hips:before {
	content: "\ed68";
}
.eicon-hire-a-helper:before {
	content: "\ed69";
}
.eicon-hooli:before {
	content: "\ed6a";
}
.eicon-hornbill:before {
	content: "\ed6b";
}
.eicon-hotjar:before {
	content: "\ed6c";
}
.eicon-houzz:before {
	content: "\ed6d";
}
.eicon-html5:before {
	content: "\ed6e";
}
.eicon-hubspot:before {
	content: "\ed6f";
}
.eicon-imdb:before {
	content: "\ed70";
}
.eicon-instagram:before {
	content: "\ed71";
}
.eicon-internet-explorer:before {
	content: "\ed72";
}
.eicon-ioxhost:before {
	content: "\ed73";
}
.eicon-itunes-note:before {
	content: "\ed74";
}
.eicon-itunes:before {
	content: "\ed75";
}
.eicon-java:before {
	content: "\ed76";
}
.eicon-jedi-order:before {
	content: "\ed77";
}
.eicon-jenkins:before {
	content: "\ed78";
}
.eicon-joget:before {
	content: "\ed79";
}
.eicon-joomla:before {
	content: "\ed7a";
}
.eicon-js-square:before {
	content: "\ed7b";
}
.eicon-js:before {
	content: "\ed7c";
}
.eicon-jsfiddle:before {
	content: "\ed7d";
}
.eicon-kaggle:before {
	content: "\ed7e";
}
.eicon-keybase:before {
	content: "\ed7f";
}
.eicon-keycdn:before {
	content: "\ed80";
}
.eicon-kickstarter-k:before {
	content: "\ed81";
}
.eicon-kickstarter:before {
	content: "\ed82";
}
.eicon-korvue:before {
	content: "\ed83";
}
.eicon-laravel:before {
	content: "\ed84";
}
.eicon-lastfm-square:before {
	content: "\ed85";
}
.eicon-lastfm:before {
	content: "\ed86";
}
.eicon-leanpub:before {
	content: "\ed87";
}
.eicon-less:before {
	content: "\ed88";
}
.eicon-line:before {
	content: "\ed89";
}
.eicon-linkedin-in:before {
	content: "\ed8a";
}
.eicon-linkedin:before {
	content: "\ed8b";
}
.eicon-linode:before {
	content: "\ed8c";
}
.eicon-linux:before {
	content: "\ed8d";
}
.eicon-lyft:before {
	content: "\ed8e";
}
.eicon-magento:before {
	content: "\ed8f";
}
.eicon-mailchimp:before {
	content: "\ed90";
}
.eicon-mandalorian:before {
	content: "\ed91";
}
.eicon-markdown:before {
	content: "\ed92";
}
.eicon-mastodon:before {
	content: "\ed93";
}
.eicon-maxcdn:before {
	content: "\ed94";
}
.eicon-medapps:before {
	content: "\ed95";
}
.eicon-medium-m:before {
	content: "\ed96";
}
.eicon-medium:before {
	content: "\ed97";
}
.eicon-medrt:before {
	content: "\ed98";
}
.eicon-meetup:before {
	content: "\ed99";
}
.eicon-megaport:before {
	content: "\ed9a";
}
.eicon-microsoft:before {
	content: "\ed9b";
}
.eicon-mix:before {
	content: "\ed9c";
}
.eicon-mixcloud:before {
	content: "\ed9d";
}
.eicon-mizuni:before {
	content: "\ed9e";
}
.eicon-modx:before {
	content: "\ed9f";
}
.eicon-monero:before {
	content: "\eda0";
}
.eicon-napster:before {
	content: "\eda1";
}
.eicon-neos:before {
	content: "\eda2";
}
.eicon-nimblr:before {
	content: "\eda3";
}
.eicon-nintendo-switch:before {
	content: "\eda4";
}
.eicon-node-js:before {
	content: "\eda5";
}
.eicon-node:before {
	content: "\eda6";
}
.eicon-npm:before {
	content: "\eda7";
}
.eicon-ns8:before {
	content: "\eda8";
}
.eicon-nutritionix:before {
	content: "\eda9";
}
.eicon-odnoklassniki-square:before {
	content: "\edaa";
}
.eicon-odnoklassniki:before {
	content: "\edab";
}
.eicon-old-republic:before {
	content: "\edac";
}
.eicon-opencart:before {
	content: "\edad";
}
.eicon-openid:before {
	content: "\edae";
}
.eicon-opera:before {
	content: "\edaf";
}
.eicon-optin-monster:before {
	content: "\edb0";
}
.eicon-osi:before {
	content: "\edb1";
}
.eicon-page4:before {
	content: "\edb2";
}
.eicon-pagelines:before {
	content: "\edb3";
}
.eicon-palfed:before {
	content: "\edb4";
}
.eicon-patreon:before {
	content: "\edb5";
}
.eicon-paypal:before {
	content: "\edb6";
}
.eicon-periscope:before {
	content: "\edb7";
}
.eicon-phabricator:before {
	content: "\edb8";
}
.eicon-phoenix-framework:before {
	content: "\edb9";
}
.eicon-phoenix-squadron:before {
	content: "\edba";
}
.eicon-php:before {
	content: "\edbb";
}
.eicon-pied-piper-alt:before {
	content: "\edbc";
}
.eicon-pied-piper-hat:before {
	content: "\edbd";
}
.eicon-pied-piper-pp:before {
	content: "\edbe";
}
.eicon-pied-piper:before {
	content: "\edbf";
}
.eicon-pinterest-p:before {
	content: "\edc0";
}
.eicon-pinterest-square:before {
	content: "\edc1";
}
.eicon-pinterest:before {
	content: "\edc2";
}
.eicon-playstation:before {
	content: "\edc3";
}
.eicon-product-hunt:before {
	content: "\edc4";
}
.eicon-pushed:before {
	content: "\edc5";
}
.eicon-python:before {
	content: "\edc6";
}
.eicon-qq:before {
	content: "\edc7";
}
.eicon-quinscape:before {
	content: "\edc8";
}
.eicon-quora:before {
	content: "\edc9";
}
.eicon-r-project:before {
	content: "\edca";
}
.eicon-ravelry:before {
	content: "\edcb";
}
.eicon-react:before {
	content: "\edcc";
}
.eicon-readme:before {
	content: "\edcd";
}
.eicon-rebel:before {
	content: "\edce";
}
.eicon-red-river:before {
	content: "\edcf";
}
.eicon-reddit-alien:before {
	content: "\edd0";
}
.eicon-reddit-square:before {
	content: "\edd1";
}
.eicon-reddit:before {
	content: "\edd2";
}
.eicon-rendact:before {
	content: "\edd3";
}
.eicon-renren:before {
	content: "\edd4";
}
.eicon-replyd:before {
	content: "\edd5";
}
.eicon-researchgate:before {
	content: "\edd6";
}
.eicon-resolving:before {
	content: "\edd7";
}
.eicon-rev:before {
	content: "\edd8";
}
.eicon-rocketchat:before {
	content: "\edd9";
}
.eicon-rockrms:before {
	content: "\edda";
}
.eicon-safari:before {
	content: "\eddb";
}
.eicon-sass:before {
	content: "\eddc";
}
.eicon-schlix:before {
	content: "\eddd";
}
.eicon-scribd:before {
	content: "\edde";
}
.eicon-searchengin:before {
	content: "\eddf";
}
.eicon-sellcast:before {
	content: "\ede0";
}
.eicon-sellsy:before {
	content: "\ede1";
}
.eicon-servicestack:before {
	content: "\ede2";
}
.eicon-shirtsinbulk:before {
	content: "\ede3";
}
.eicon-shopware:before {
	content: "\ede4";
}
.eicon-simplybuilt:before {
	content: "\ede5";
}
.eicon-sistrix:before {
	content: "\ede6";
}
.eicon-sith:before {
	content: "\ede7";
}
.eicon-skyatlas:before {
	content: "\ede8";
}
.eicon-skype:before {
	content: "\ede9";
}
.eicon-slack-hash:before {
	content: "\edea";
}
.eicon-slack:before {
	content: "\edeb";
}
.eicon-slideshare:before {
	content: "\edec";
}
.eicon-snapchat-ghost:before {
	content: "\eded";
}
.eicon-snapchat-square:before {
	content: "\edee";
}
.eicon-snapchat:before {
	content: "\edef";
}
.eicon-soundcloud:before {
	content: "\edf0";
}
.eicon-speakap:before {
	content: "\edf1";
}
.eicon-spotify:before {
	content: "\edf2";
}
.eicon-squarespace:before {
	content: "\edf3";
}
.eicon-stack-exchange:before {
	content: "\edf4";
}
.eicon-stack-overflow:before {
	content: "\edf5";
}
.eicon-staylinked:before {
	content: "\edf6";
}
.eicon-steam-square:before {
	content: "\edf7";
}
.eicon-steam-symbol:before {
	content: "\edf8";
}
.eicon-steam:before {
	content: "\edf9";
}
.eicon-sticker-mule:before {
	content: "\edfa";
}
.eicon-strava:before {
	content: "\edfb";
}
.eicon-stripe-s:before {
	content: "\edfc";
}
.eicon-stripe:before {
	content: "\edfd";
}
.eicon-studiovinari:before {
	content: "\edfe";
}
.eicon-stumbleupon-circle:before {
	content: "\edff";
}
.eicon-stumbleupon:before {
	content: "\ee00";
}
.eicon-superpowers:before {
	content: "\ee01";
}
.eicon-supple:before {
	content: "\ee02";
}
.eicon-teamspeak:before {
	content: "\ee03";
}
.eicon-telegram-plane:before {
	content: "\ee04";
}
.eicon-telegram:before {
	content: "\ee05";
}
.eicon-tencent-weibo:before {
	content: "\ee06";
}
.eicon-the-red-yeti:before {
	content: "\ee07";
}
.eicon-themeco:before {
	content: "\ee08";
}
.eicon-themeisle:before {
	content: "\ee09";
}
.eicon-trade-federation:before {
	content: "\ee0a";
}
.eicon-trello:before {
	content: "\ee0b";
}
.eicon-tripadvisor:before {
	content: "\ee0c";
}
.eicon-tumblr-square:before {
	content: "\ee0d";
}
.eicon-tumblr:before {
	content: "\ee0e";
}
.eicon-twitch:before {
	content: "\ee0f";
}
.eicon-twitter-square:before {
	content: "\ee10";
}
.eicon-twitter:before {
	content: "\ee11";
}
.eicon-typo3:before {
	content: "\ee12";
}
.eicon-uber:before {
	content: "\ee13";
}
.eicon-uikit:before {
	content: "\ee14";
}
.eicon-uniregistry:before {
	content: "\ee15";
}
.eicon-untappd:before {
	content: "\ee16";
}
.eicon-usb:before {
	content: "\ee17";
}
.eicon-ussunnah:before {
	content: "\ee18";
}
.eicon-vaadin:before {
	content: "\ee19";
}
.eicon-viacoin:before {
	content: "\ee1a";
}
.eicon-viadeo-square:before {
	content: "\ee1b";
}
.eicon-viadeo:before {
	content: "\ee1c";
}
.eicon-viber:before {
	content: "\ee1d";
}
.eicon-vimeo-square:before {
	content: "\ee1e";
}
.eicon-vimeo-v:before {
	content: "\ee1f";
}
.eicon-vimeo:before {
	content: "\ee20";
}
.eicon-vine:before {
	content: "\ee21";
}
.eicon-vk:before {
	content: "\ee22";
}
.eicon-vnv:before {
	content: "\ee23";
}
.eicon-vuejs:before {
	content: "\ee24";
}
.eicon-weebly:before {
	content: "\ee25";
}
.eicon-weibo:before {
	content: "\ee26";
}
.eicon-weixin:before {
	content: "\ee27";
}
.eicon-whatsapp-square:before {
	content: "\ee28";
}
.eicon-whatsapp:before {
	content: "\ee29";
}
.eicon-whmcs:before {
	content: "\ee2a";
}
.eicon-wikipedia-w:before {
	content: "\ee2b";
}
.eicon-windows:before {
	content: "\ee2c";
}
.eicon-wix:before {
	content: "\ee2d";
}
.eicon-wolf-pack-battalion:before {
	content: "\ee2e";
}
.eicon-wordpress-simple:before {
	content: "\ee2f";
}
.eicon-wordpress:before {
	content: "\ee30";
}
.eicon-wpbeginner:before {
	content: "\ee31";
}
.eicon-wpexplorer:before {
	content: "\ee32";
}
.eicon-wpforms:before {
	content: "\ee33";
}
.eicon-xbox:before {
	content: "\ee34";
}
.eicon-xing-square:before {
	content: "\ee35";
}
.eicon-xing:before {
	content: "\ee36";
}
.eicon-y-combinator:before {
	content: "\ee37";
}
.eicon-yahoo:before {
	content: "\ee38";
}
.eicon-yandex-international:before {
	content: "\ee39";
}
.eicon-yandex:before {
	content: "\ee3a";
}
.eicon-yelp:before {
	content: "\ee3b";
}
.eicon-yoast:before {
	content: "\ee3c";
}
.eicon-youtube-square:before {
	content: "\ee3d";
}
.eicon-youtube:before {
	content: "\ee3e";
}
.eicon-zhihu:before {
	content: "\ee3f";
}

.eicon-line-open:before {
	content: "\ea21";
}
.eicon-line-bag:before {
	content: "\ea23";
}
.eicon-line-grid-2:before {
	content: "\ea24";
}
.eicon-line-content-left:before {
	content: "\ea25";
}
.eicon-line-content-right:before {
	content: "\ea26";
}
.eicon-line-esc:before {
	content: "\ea27";
}
.eicon-line-alt:before {
	content: "\ea28";
}
.eicon-line-marquee-plus:before {
	content: "\ea29";
}
.eicon-line-marquee-minus:before {
	content: "\ea2a";
}
.eicon-line-marquee:before {
	content: "\ea2b";
}
.eicon-line-square-check:before {
	content: "\ea2d";
}
.eicon-line-paragraph:before {
	content: "\ea2e";
}
.eicon-line-ribbon:before {
	content: "\ea2f";
}
.eicon-line-location-2:before {
	content: "\ea1c";
}
.eicon-line-circle-check:before {
	content: "\ea1d";
}
.eicon-line-circle-cross1:before {
	content: "\ea1e";
}
.eicon-line-reply:before {
	content: "\ea1f";
}
.eicon-line-paper-stack:before {
	content: "\ea20";
}
.eicon-line-stack-2:before {
	content: "\ea1a";
}
.eicon-line-stack:before {
	content: "\ea1b";
}
.eicon-line-activity:before {
	content: "\e900";
}
.eicon-line-air-play:before {
	content: "\e901";
}
.eicon-line-alert-circle:before {
	content: "\e902";
}
.eicon-line-alert-octagon:before {
	content: "\e903";
}
.eicon-line-alert-triangle:before {
	content: "\e904";
}
.eicon-line-align-center:before {
	content: "\e905";
}
.eicon-line-align-justify:before {
	content: "\e906";
}
.eicon-line-align-left:before {
	content: "\e907";
}
.eicon-line-align-right:before {
	content: "\e908";
}
.eicon-line-anchor:before {
	content: "\e909";
}
.eicon-line-aperture:before {
	content: "\e90a";
}
.eicon-line-archive:before {
	content: "\e90b";
}
.eicon-line-arrow-down:before {
	content: "\e90c";
}
.eicon-line-arrow-down-circle:before {
	content: "\e90d";
}
.eicon-line-arrow-down-left:before {
	content: "\e90e";
}
.eicon-line-arrow-down-right:before {
	content: "\e90f";
}
.eicon-line-arrow-left:before {
	content: "\e910";
}
.eicon-line-arrow-left-circle:before {
	content: "\e911";
}
.eicon-line-arrow-right:before {
	content: "\e912";
}
.eicon-line-arrow-right-circle:before {
	content: "\e913";
}
.eicon-line-arrow-up:before {
	content: "\e914";
}
.eicon-line-arrow-up-circle:before {
	content: "\e915";
}
.eicon-line-arrow-up-left:before {
	content: "\e916";
}
.eicon-line-arrow-up-right:before {
	content: "\e917";
}
.eicon-line-at-sign:before {
	content: "\e918";
}
.eicon-line-award:before {
	content: "\e919";
}
.eicon-line-bar-graph:before {
	content: "\e91a";
}
.eicon-line-bar-graph-2:before {
	content: "\e91b";
}
.eicon-line-battery:before {
	content: "\e91c";
}
.eicon-line-battery-charging:before {
	content: "\e91d";
}
.eicon-line-bell:before {
	content: "\e91e";
}
.eicon-line-bell-off:before {
	content: "\e91f";
}
.eicon-line-bluetooth:before {
	content: "\e920";
}
.eicon-line-bold:before {
	content: "\e921";
}
.eicon-line-book:before {
	content: "\e922";
}
.eicon-line-book-open:before {
	content: "\e923";
}
.eicon-line-bookmark:before {
	content: "\e924";
}
.eicon-line-box:before {
	content: "\e925";
}
.eicon-line-briefcase:before {
	content: "\e926";
}
.eicon-line-calendar:before {
	content: "\e927";
}
.eicon-line-camera:before {
	content: "\e928";
}
.eicon-line-camera-off:before {
	content: "\e929";
}
.eicon-line-cast:before {
	content: "\e92a";
}
.eicon-line-check:before {
	content: "\e92b";
}
.eicon-line-check-circle:before {
	content: "\e92c";
}
.eicon-line-check-square:before {
	content: "\e92d";
}
.eicon-line-chevron-down:before {
	content: "\e92e";
}
.eicon-line-chevron-left:before {
	content: "\e92f";
}
.eicon-line-chevron-right:before {
	content: "\e930";
}
.eicon-line-chevron-up:before {
	content: "\e931";
}
.eicon-line-chevrons-down:before {
	content: "\e932";
}
.eicon-line-chevrons-left:before {
	content: "\e933";
}
.eicon-line-chevrons-right:before {
	content: "\e934";
}
.eicon-line-chevrons-up:before {
	content: "\e935";
}
.eicon-line-chrome:before {
	content: "\e936";
}
.eicon-line-record:before,
.eicon-line-stop:before {
	content: "\e937";
}
.eicon-line-clipboard:before {
	content: "\e938";
}
.eicon-line-clock:before {
	content: "\e939";
}
.eicon-line-cloud:before {
	content: "\e93a";
}
.eicon-line-cloud-drizzle:before {
	content: "\e93b";
}
.eicon-line-cloud-lightning:before {
	content: "\e93c";
}
.eicon-line-cloud-off:before {
	content: "\e93d";
}
.eicon-line-cloud-rain:before {
	content: "\e93e";
}
.eicon-line-cloud-snow:before {
	content: "\e93f";
}
.eicon-line-code:before {
	content: "\e940";
}
.eicon-line-codepen:before {
	content: "\e941";
}
.eicon-line-codesandbox:before {
	content: "\e942";
}
.eicon-line-coffee:before {
	content: "\e943";
}
.eicon-line-columns:before {
	content: "\e944";
}
.eicon-line-command:before {
	content: "\e945";
}
.eicon-line-compass:before {
	content: "\e946";
}
.eicon-line-copy:before {
	content: "\e947";
}
.eicon-line-corner-down-left:before {
	content: "\e948";
}
.eicon-line-corner-down-right:before {
	content: "\e949";
}
.eicon-line-corner-left-down:before {
	content: "\e94a";
}
.eicon-line-corner-left-up:before {
	content: "\e94b";
}
.eicon-line-corner-right-down:before {
	content: "\e94c";
}
.eicon-line-corner-right-up:before {
	content: "\e94d";
}
.eicon-line-corner-up-left:before {
	content: "\e94e";
}
.eicon-line-corner-up-right:before {
	content: "\e94f";
}
.eicon-line-cpu:before {
	content: "\e950";
}
.eicon-line-credit-card:before {
	content: "\e951";
}
.eicon-line-crop:before {
	content: "\e952";
}
.eicon-line-crosshair:before {
	content: "\e953";
}
.eicon-line-database:before {
	content: "\e954";
}
.eicon-line-delete:before {
	content: "\e955";
}
.eicon-line-disc:before {
	content: "\e956";
}
.eicon-line-dollar-sign:before {
	content: "\e957";
}
.eicon-line-download:before {
	content: "\e958";
}
.eicon-line-cloud-download:before {
	content: "\e959";
}
.eicon-line-droplet:before {
	content: "\e95a";
}
.eicon-line-edit:before {
	content: "\e95b";
}
.eicon-line-edit-2:before {
	content: "\e95c";
}
.eicon-line-edit-3:before {
	content: "\e95d";
}
.eicon-line-external-link:before {
	content: "\e95e";
}
.eicon-line-eye:before {
	content: "\e95f";
}
.eicon-line-eye-off:before {
	content: "\e960";
}
.eicon-line-facebook:before {
	content: "\e961";
}
.eicon-line-fast-forward:before {
	content: "\e962";
}
.eicon-line-feather:before {
	content: "\e963";
}
.eicon-line-figma:before {
	content: "\e964";
}
.eicon-line-file:before {
	content: "\e965";
}
.eicon-line-file-subtract:before {
	content: "\e966";
}
.eicon-line-file-add:before {
	content: "\e967";
}
.eicon-line-paper:before {
	content: "\e968";
}
.eicon-line-film:before {
	content: "\e969";
}
.eicon-line-filter:before {
	content: "\e96a";
}
.eicon-line-flag:before {
	content: "\e96b";
}
.eicon-line-folder:before {
	content: "\e96c";
}
.eicon-line-folder-minus:before {
	content: "\e96d";
}
.eicon-line-folder-plus:before {
	content: "\e96e";
}
.eicon-line-framer:before {
	content: "\e96f";
}
.eicon-line-frown:before {
	content: "\e970";
}
.eicon-line-gift:before {
	content: "\e971";
}
.eicon-line-git-branch:before {
	content: "\e972";
}
.eicon-line-git-commit:before {
	content: "\e973";
}
.eicon-line-git-merge:before {
	content: "\e974";
}
.eicon-line-git-pull-request:before {
	content: "\e975";
}
.eicon-line-github:before {
	content: "\e976";
}
.eicon-line-gitlab:before {
	content: "\e977";
}
.eicon-line-globe:before {
	content: "\e978";
}
.eicon-line-grid:before {
	content: "\e979";
}
.eicon-line-hard-drive:before {
	content: "\e97a";
}
.eicon-line-hash:before {
	content: "\e97b";
}
.eicon-line-headphones:before {
	content: "\e97c";
}
.eicon-line-heart:before {
	content: "\e97d";
}
.eicon-line-help-circle:before {
	content: "\e97e";
}
.eicon-line-hexagon:before {
	content: "\e97f";
}
.eicon-line-home:before {
	content: "\e980";
}
.eicon-line-image:before {
	content: "\e981";
}
.eicon-line-inbox:before {
	content: "\e982";
}
.eicon-line-info:before {
	content: "\e983";
}
.eicon-line-instagram:before {
	content: "\e984";
}
.eicon-line-italic:before {
	content: "\e985";
}
.eicon-line-key:before {
	content: "\e986";
}
.eicon-line-layers:before {
	content: "\e987";
}
.eicon-line-layout:before {
	content: "\e988";
}
.eicon-line-help:before {
	content: "\e989";
}
.eicon-line-link:before {
	content: "\e98a";
}
.eicon-line-link-2:before {
	content: "\e98b";
}
.eicon-line-linkedin:before {
	content: "\e98c";
}
.eicon-line-list:before {
	content: "\e98d";
}
.eicon-line-loader:before {
	content: "\e98e";
}
.eicon-line-lock:before {
	content: "\e98f";
}
.eicon-line-log-in:before {
	content: "\e990";
}
.eicon-line-log-out:before {
	content: "\e991";
}
.eicon-line-mail:before {
	content: "\e992";
}
.eicon-line-map:before {
	content: "\e993";
}
.eicon-line-map-pin:before {
	content: "\e994";
}
.eicon-line-expand:before {
	content: "\e995";
}
.eicon-line-maximize:before {
	content: "\e996";
}
.eicon-line-meh:before {
	content: "\e997";
}
.eicon-line-menu:before {
	content: "\e998";
}
.eicon-line-message-circle:before {
	content: "\e999";
}
.eicon-line-speech-bubble:before {
	content: "\e99a";
}
.eicon-line-microphone:before {
	content: "\e99b";
}
.eicon-line-microphone-off:before {
	content: "\e99c";
}
.eicon-line-contract:before {
	content: "\e99d";
}
.eicon-line-minimize:before {
	content: "\e99e";
}
.eicon-line-minus:before {
	content: "\e99f";
}
.eicon-line-circle-minus:before {
	content: "\e9a0";
}
.eicon-line-square-minus:before {
	content: "\e9a1";
}
.eicon-line-monitor:before {
	content: "\e9a2";
}
.eicon-line-moon:before {
	content: "\e9a3";
}
.eicon-line-more-horizontal:before,
.eicon-line-ellipsis:before {
	content: "\e9a4";
}
.eicon-line-more-vertical:before {
	content: "\e9a5";
}
.eicon-line-mouse-pointer:before {
	content: "\e9a6";
}
.eicon-line-move:before {
	content: "\e9a7";
}
.eicon-line-music:before {
	content: "\e9a8";
}
.eicon-line-location:before {
	content: "\e9a9";
}
.eicon-line-navigation:before {
	content: "\e9aa";
}
.eicon-line-octagon:before {
	content: "\e9ab";
}
.eicon-line-package:before {
	content: "\e9ac";
}
.eicon-line-paper-clip:before {
	content: "\e9ad";
}
.eicon-line-pause:before {
	content: "\e9ae";
}
.eicon-line-pause-circle:before {
	content: "\e9af";
}
.eicon-line-pen-tool:before {
	content: "\e9b0";
}
.eicon-line-percent:before {
	content: "\e9b1";
}
.eicon-line-phone:before {
	content: "\e9b2";
}
.eicon-line-phone-call:before {
	content: "\e9b3";
}
.eicon-line-phone-forwarded:before {
	content: "\e9b4";
}
.eicon-line-phone-incoming:before {
	content: "\e9b5";
}
.eicon-line-phone-missed:before {
	content: "\e9b6";
}
.eicon-line-phone-off:before {
	content: "\e9b7";
}
.eicon-line-phone-outgoing:before {
	content: "\e9b8";
}
.eicon-line-pie-graph:before {
	content: "\e9b9";
}
.eicon-line-play:before {
	content: "\e9ba";
}
.eicon-line-play-circle:before {
	content: "\e9bb";
}
.eicon-line-plus:before {
	content: "\e9bc";
}
.eicon-line-circle-plus:before {
	content: "\e9bd";
}
.eicon-line-square-plus:before {
	content: "\e9be";
}
.eicon-line-pocket:before {
	content: "\e9bf";
}
.eicon-line-power:before {
	content: "\e9c0";
}
.eicon-line-printer:before {
	content: "\e9c1";
}
.eicon-line-signal:before {
	content: "\e9c2";
}
.eicon-line-refresh-ccw:before {
	content: "\e9c3";
}
.eicon-line-refresh-cw:before {
	content: "\e9c4";
}
.eicon-line-repeat:before {
	content: "\e9c5";
}
.eicon-line-rewind:before {
	content: "\e9c6";
}
.eicon-line-reload:before {
	content: "\e9c7";
}
.eicon-line-rotate-cw:before {
	content: "\e9c8";
}
.eicon-line-rss:before {
	content: "\e9c9";
}
.eicon-line-save:before {
	content: "\e9ca";
}
.eicon-line-scissors:before {
	content: "\e9cb";
}
.eicon-line-search:before {
	content: "\e9cc";
}
.eicon-line-send:before {
	content: "\e9cd";
}
.eicon-line-server:before {
	content: "\e9ce";
}
.eicon-line-cog:before {
	content: "\e9cf";
}
.eicon-line-outbox:before {
	content: "\e9d0";
}
.eicon-line-share:before {
	content: "\e9d1";
}
.eicon-line-shield:before {
	content: "\e9d2";
}
.eicon-line-shield-off:before {
	content: "\e9d3";
}
.eicon-line-shopping-bag:before {
	content: "\e9d4";
}
.eicon-line-shopping-cart:before {
	content: "\e9d5";
}
.eicon-line-shuffle:before {
	content: "\e9d6";
}
.eicon-line-sidebar:before {
	content: "\e9d7";
}
.eicon-line-skip-back:before {
	content: "\e9d8";
}
.eicon-line-skip-forward:before {
	content: "\e9d9";
}
.eicon-line-slack:before {
	content: "\e9da";
}
.eicon-line-ban:before {
	content: "\e9db";
}
.eicon-line-sliders:before {
	content: "\e9dc";
}
.eicon-line-smartphone:before {
	content: "\e9dd";
}
.eicon-line-smile:before {
	content: "\e9de";
}
.eicon-line-speaker:before {
	content: "\e9df";
}
.eicon-line-square:before {
	content: "\e9e0";
}
.eicon-line-star:before {
	content: "\e9e1";
}
.eicon-line-stop-circle:before {
	content: "\e9e2";
}
.eicon-line-sun:before {
	content: "\e9e3";
}
.eicon-line-sunrise:before {
	content: "\e9e4";
}
.eicon-line-sunset:before {
	content: "\e9e5";
}
.eicon-line-tablet:before {
	content: "\e9e6";
}
.eicon-line-tag:before {
	content: "\e9e7";
}
.eicon-line-target:before {
	content: "\e9e8";
}
.eicon-line-terminal:before {
	content: "\e9e9";
}
.eicon-line-thermometer:before {
	content: "\e9ea";
}
.eicon-line-thumbs-down:before {
	content: "\e9eb";
}
.eicon-line-thumbs-up:before {
	content: "\e9ec";
}
.eicon-line-toggle:before {
	content: "\e9ed";
}
.eicon-line-toggle-right:before {
	content: "\e9ee";
}
.eicon-line-tool:before {
	content: "\e9ef";
}
.eicon-line-trash:before {
	content: "\e9f0";
}
.eicon-line-trash-2:before {
	content: "\e9f1";
}
.eicon-line-trello:before {
	content: "\e9f2";
}
.eicon-line-trending-down:before {
	content: "\e9f3";
}
.eicon-line-trending-up:before {
	content: "\e9f4";
}
.eicon-line-triangle:before {
	content: "\e9f5";
}
.eicon-line-truck:before {
	content: "\e9f6";
}
.eicon-line-tv:before {
	content: "\e9f7";
}
.eicon-line-twitch:before {
	content: "\e9f8";
}
.eicon-line-twitter:before {
	content: "\e9f9";
}
.eicon-line-type:before {
	content: "\e9fa";
}
.eicon-line-umbrella:before {
	content: "\e9fb";
}
.eicon-line-underline:before {
	content: "\e9fc";
}
.eicon-line-unlock:before {
	content: "\e9fd";
}
.eicon-line-upload:before {
	content: "\e9fe";
}
.eicon-line-cloud-upload:before {
	content: "\e9ff";
}
.eicon-line-head:before {
	content: "\ea00";
}
.eicon-line-user-check:before {
	content: "\ea01";
}
.eicon-line-user-minus:before {
	content: "\ea02";
}
.eicon-line-user-plus:before {
	content: "\ea03";
}
.eicon-line-user-cross:before {
	content: "\ea04";
}
.eicon-line-users:before {
	content: "\ea05";
}
.eicon-line-video:before {
	content: "\ea06";
}
.eicon-line-video-off:before {
	content: "\ea07";
}
.eicon-line-voicemail:before {
	content: "\ea08";
}
.eicon-line-volume-off:before {
	content: "\ea09";
}
.eicon-line-volume-1:before {
	content: "\ea0a";
}
.eicon-line-volume:before {
	content: "\ea0b";
}
.eicon-line-mute:before {
	content: "\ea0c";
}
.eicon-line-watch:before {
	content: "\ea0d";
}
.eicon-line-wifi:before {
	content: "\ea0e";
}
.eicon-line-wifi-off:before {
	content: "\ea0f";
}
.eicon-line-wind:before {
	content: "\ea10";
}
.eicon-line-cross:before {
	content: "\ea11";
}
.eicon-line-circle-cross:before {
	content: "\ea12";
}
.eicon-line-cross-octagon:before {
	content: "\ea13";
}
.eicon-line-square-cross:before {
	content: "\ea14";
}
.eicon-line-youtube:before {
	content: "\ea15";
}
.eicon-line-zap:before {
	content: "\ea16";
}
.eicon-line-zap-off:before {
	content: "\ea17";
}
.eicon-line-zoom-in:before {
	content: "\ea18";
}
.eicon-line-zoom-out:before {
	content: "\ea19";
}

.eicon-line2-user-female:before {
	content: "\e000";
}
.eicon-line2-user-follow:before {
	content: "\e002";
}
.eicon-line2-user-following:before {
	content: "\e003";
}
.eicon-line2-user-unfollow:before {
	content: "\e004";
}
.eicon-line2-trophy:before {
	content: "\e006";
}
.eicon-line2-screen-smartphone:before {
	content: "\e010";
}
.eicon-line2-screen-desktop:before {
	content: "\e011";
}
.eicon-line2-plane:before {
	content: "\e012";
}
.eicon-line2-notebook:before {
	content: "\e013";
}
.eicon-line2-moustache:before {
	content: "\e014";
}
.eicon-line2-mouse:before {
	content: "\e015";
}
.eicon-line2-magnet:before {
	content: "\e016";
}
.eicon-line2-energy:before {
	content: "\e020";
}
.eicon-line2-emoteicon-smile:before {
	content: "\e021";
}
.eicon-line2-disc:before {
	content: "\e022";
}
.eicon-line2-cursor-move:before {
	content: "\e023";
}
.eicon-line2-crop:before {
	content: "\e024";
}
.eicon-line2-credit-card:before {
	content: "\e025";
}
.eicon-line2-chemistry:before {
	content: "\e026";
}
.eicon-line2-user:before {
	content: "\e005";
}
.eicon-line2-speedometer:before {
	content: "\e007";
}
.eicon-line2-social-youtube:before {
	content: "\e008";
}
.eicon-line2-social-twitter:before {
	content: "\e009";
}
.eicon-line2-social-tumblr:before {
	content: "\e00a";
}
.eicon-line2-social-facebook:before {
	content: "\e00b";
}
.eicon-line2-social-dropbox:before {
	content: "\e00c";
}
.eicon-line2-social-dribbble:before {
	content: "\e00d";
}
.eicon-line2-shield:before {
	content: "\e00e";
}
.eicon-line2-screen-tablet:before {
	content: "\e00f";
}
.eicon-line2-magic-wand:before {
	content: "\e017";
}
.eicon-line2-hourglass:before {
	content: "\e018";
}
.eicon-line2-graduation:before {
	content: "\e019";
}
.eicon-line2-ghost:before {
	content: "\e01a";
}
.eicon-line2-game-controller:before {
	content: "\e01b";
}
.eicon-line2-fire:before {
	content: "\e01c";
}
.eicon-line2-eyeglasses:before {
	content: "\e01d";
}
.eicon-line2-envelope-open:before {
	content: "\e01e";
}
.eicon-line2-envelope-letter:before {
	content: "\e01f";
}
.eicon-line2-bell:before {
	content: "\e027";
}
.eicon-line2-badge:before {
	content: "\e028";
}
.eicon-line2-anchor:before {
	content: "\e029";
}
.eicon-line2-wallet:before {
	content: "\e02a";
}
.eicon-line2-vector:before {
	content: "\e02b";
}
.eicon-line2-speech:before {
	content: "\e02c";
}
.eicon-line2-puzzle:before {
	content: "\e02d";
}
.eicon-line2-printer:before {
	content: "\e02e";
}
.eicon-line2-present:before {
	content: "\e02f";
}
.eicon-line2-playlist:before {
	content: "\e030";
}
.eicon-line2-pin:before {
	content: "\e031";
}
.eicon-line2-picture:before {
	content: "\e032";
}
.eicon-line2-map:before {
	content: "\e033";
}
.eicon-line2-layers:before {
	content: "\e034";
}
.eicon-line2-handbag:before {
	content: "\e035";
}
.eicon-line2-globe-alt:before {
	content: "\e036";
}
.eicon-line2-globe:before {
	content: "\e037";
}
.eicon-line2-frame:before {
	content: "\e038";
}
.eicon-line2-folder-alt:before {
	content: "\e039";
}
.eicon-line2-film:before {
	content: "\e03a";
}
.eicon-line2-feed:before {
	content: "\e03b";
}
.eicon-line2-earphones-alt:before {
	content: "\e03c";
}
.eicon-line2-earphones:before {
	content: "\e03d";
}
.eicon-line2-drop:before {
	content: "\e03e";
}
.eicon-line2-drawer:before {
	content: "\e03f";
}
.eicon-line2-docs:before {
	content: "\e040";
}
.eicon-line2-directions:before {
	content: "\e041";
}
.eicon-line2-direction:before {
	content: "\e042";
}
.eicon-line2-diamond:before {
	content: "\e043";
}
.eicon-line2-cup:before {
	content: "\e044";
}
.eicon-line2-compass:before {
	content: "\e045";
}
.eicon-line2-call-out:before {
	content: "\e046";
}
.eicon-line2-call-in:before {
	content: "\e047";
}
.eicon-line2-call-end:before {
	content: "\e048";
}
.eicon-line2-calculator:before {
	content: "\e049";
}
.eicon-line2-bubbles:before {
	content: "\e04a";
}
.eicon-line2-briefcase:before {
	content: "\e04b";
}
.eicon-line2-book-open:before {
	content: "\e04c";
}
.eicon-line2-basket-loaded:before {
	content: "\e04d";
}
.eicon-line2-basket:before {
	content: "\e04e";
}
.eicon-line2-bag:before {
	content: "\e04f";
}
.eicon-line2-action-undo:before {
	content: "\e050";
}
.eicon-line2-action-redo:before {
	content: "\e051";
}
.eicon-line2-wrench:before {
	content: "\e052";
}
.eicon-line2-umbrella:before {
	content: "\e053";
}
.eicon-line2-trash:before {
	content: "\e054";
}
.eicon-line2-tag:before {
	content: "\e055";
}
.eicon-line2-support:before {
	content: "\e056";
}
.eicon-line2-size-fullscreen:before {
	content: "\e057";
}
.eicon-line2-size-actual:before {
	content: "\e058";
}
.eicon-line2-shuffle:before {
	content: "\e059";
}
.eicon-line2-share-alt:before {
	content: "\e05a";
}
.eicon-line2-share:before {
	content: "\e05b";
}
.eicon-line2-rocket:before {
	content: "\e05c";
}
.eicon-line2-question:before {
	content: "\e05d";
}
.eicon-line2-pie-chart:before {
	content: "\e05e";
}
.eicon-line2-pencil:before {
	content: "\e05f";
}
.eicon-line2-note:before {
	content: "\e060";
}
.eicon-line2-music-tone-alt:before {
	content: "\e061";
}
.eicon-line2-music-tone:before {
	content: "\e062";
}
.eicon-line2-microphone:before {
	content: "\e063";
}
.eicon-line2-loop:before {
	content: "\e064";
}
.eicon-line2-logout:before {
	content: "\e065";
}
.eicon-line2-login:before {
	content: "\e066";
}
.eicon-line2-list:before {
	content: "\e067";
}
.eicon-line2-like:before {
	content: "\e068";
}
.eicon-line2-home:before {
	content: "\e069";
}
.eicon-line2-grid:before {
	content: "\e06a";
}
.eicon-line2-graph:before {
	content: "\e06b";
}
.eicon-line2-equalizer:before {
	content: "\e06c";
}
.eicon-line2-dislike:before {
	content: "\e06d";
}
.eicon-line2-cursor:before {
	content: "\e06e";
}
.eicon-line2-control-start:before {
	content: "\e06f";
}
.eicon-line2-control-rewind:before {
	content: "\e070";
}
.eicon-line2-control-play:before {
	content: "\e071";
}
.eicon-line2-control-pause:before {
	content: "\e072";
}
.eicon-line2-control-forward:before {
	content: "\e073";
}
.eicon-line2-control-end:before {
	content: "\e074";
}
.eicon-line2-calendar:before {
	content: "\e075";
}
.eicon-line2-bulb:before {
	content: "\e076";
}
.eicon-line2-bar-chart:before {
	content: "\e077";
}
.eicon-line2-arrow-up:before {
	content: "\e078";
}
.eicon-line2-arrow-right:before {
	content: "\e079";
}
.eicon-line2-arrow-left:before {
	content: "\e07a";
}
.eicon-line2-arrow-down:before {
	content: "\e07b";
}
.eicon-line2-ban:before {
	content: "\e07c";
}
.eicon-line2-bubble:before {
	content: "\e07d";
}
.eicon-line2-camcorder:before {
	content: "\e07e";
}
.eicon-line2-camera:before {
	content: "\e07f";
}
.eicon-line2-check:before {
	content: "\e080";
}
.eicon-line2-clock:before {
	content: "\e081";
}
.eicon-line2-close:before {
	content: "\e082";
}
.eicon-line2-cloud-download:before {
	content: "\e083";
}
.eicon-line2-cloud-upload:before {
	content: "\e084";
}
.eicon-line2-doc:before {
	content: "\e085";
}
.eicon-line2-envelope:before {
	content: "\e086";
}
.eicon-line2-eye:before {
	content: "\e087";
}
.eicon-line2-flag:before {
	content: "\e088";
}
.eicon-line2-folder:before {
	content: "\e089";
}
.eicon-line2-heart:before {
	content: "\e08a";
}
.eicon-line2-info:before {
	content: "\e08b";
}
.eicon-line2-key:before {
	content: "\e08c";
}
.eicon-line2-link:before {
	content: "\e08d";
}
.eicon-line2-lock:before {
	content: "\e08e";
}
.eicon-line2-lock-open:before {
	content: "\e08f";
}
.eicon-line2-magnifier:before {
	content: "\e090";
}
.eicon-line2-magnifier-add:before {
	content: "\e091";
}
.eicon-line2-magnifier-remove:before {
	content: "\e092";
}
.eicon-line2-paper-clip:before {
	content: "\e093";
}
.eicon-line2-paper-plane:before {
	content: "\e094";
}
.eicon-line2-plus:before {
	content: "\e095";
}
.eicon-line2-pointer:before {
	content: "\e096";
}
.eicon-line2-power:before {
	content: "\e097";
}
.eicon-line2-refresh:before {
	content: "\e098";
}
.eicon-line2-reload:before {
	content: "\e099";
}
.eicon-line2-settings:before {
	content: "\e09a";
}
.eicon-line2-star:before {
	content: "\e09b";
}
.eicon-line2-symbol-female:before {
	content: "\e09c";
}
.eicon-line2-symbol-male:before {
	content: "\e09d";
}
.eicon-line2-target:before {
	content: "\e09e";
}
.eicon-line2-volume-1:before {
	content: "\e09f";
}
.eicon-line2-volume-2:before {
	content: "\e0a0";
}
.eicon-line2-volume-off:before {
	content: "\e0a1";
}
.eicon-line2-users:before {
	content: "\e001";
}
.eicon-deezer:before {
	content: "\ee40";
}
.eicon-edge-legacy:before {
	content: "\ee41";
}
.eicon-google-pay:before {
	content: "\ee42";
}
.eicon-google-plus:before {
	content: "\ee43";
}
.eicon-rust:before {
	content: "\ee44";
}
.eicon-tiktok:before {
	content: "\ee45";
}
.eicon-tripadvisor:before {
	content: "\ee46";
}
.eicon-unsplash:before {
	content: "\ee47";
}
.eicon-yahoo:before {
	content: "\ee48";
}
.eicon-box-tissue:before {
	content: "\ee49";
}
.eicon-hand-holding-medical:before {
	content: "\ee4a";
}
.eicon-hand-holding-water:before {
	content: "\ee4b";
}
.eicon-hand-sparkles:before {
	content: "\ee4c";
}
.eicon-hands-wash:before {
	content: "\ee4d";
}
.eicon-handshake-alt-slash:before {
	content: "\ee4e";
}
.eicon-handshake-slash:before {
	content: "\ee4f";
}
.eicon-head-side-cough-slash:before {
	content: "\ee50";
}
.eicon-head-side-cough:before {
	content: "\ee51";
}
.eicon-head-side-mask:before {
	content: "\ee52";
}
.eicon-head-side-virus:before {
	content: "\ee53";
}
.eicon-house-user:before {
	content: "\ee54";
}
.eicon-laptop-house:before {
	content: "\ee55";
}
.eicon-lungs-virus:before {
	content: "\ee56";
}
.eicon-people-arrows:before {
	content: "\ee57";
}
.eicon-plane-slash:before {
	content: "\ee58";
}
.eicon-pump-medical:before {
	content: "\ee59";
}
.eicon-pump-soap:before {
	content: "\ee5a";
}
.eicon-shield-virus:before {
	content: "\ee5b";
}
.eicon-sink:before {
	content: "\ee5c";
}
.eicon-socks:before {
	content: "\ee5d";
}
.eicon-stopwatch-20:before {
	content: "\ee5e";
}
.eicon-store-alt-slash:before {
	content: "\ee5f";
}
.eicon-store-slash:before {
	content: "\ee60";
}
.eicon-toilet-paper-slash:before {
	content: "\ee61";
}
.eicon-users-slash:before {
	content: "\ee62";
}
.eicon-virus-slash:before {
	content: "\ee63";
}
.eicon-virus:before {
	content: "\ee64";
}
.eicon-viruses:before {
	content: "\ee65";
}
.eicon-bandcamp:before {
	content: "\ee66";
}
.eicon-bacteria:before {
	content: "\ee67";
}
.eicon-bacterium:before {
	content: "\ee68";
}



/* et-line */
@font-face {
	font-family: 'et-line';
	src: url("et-line/et-line.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'et-line';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:inline-block;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="eicon-"] {
*/
.eicon-et-mobile, .eicon-et-laptop, .eicon-et-desktop, .eicon-et-tablet, .eicon-et-phone, .eicon-et-document, .eicon-et-documents, .eicon-et-search, .eicon-et-clipboard, .eicon-et-newspaper, .eicon-et-notebook, .eicon-et-book-open, .eicon-et-browser, .eicon-et-calendar, .eicon-et-presentation, .eicon-et-picture, .eicon-et-pictures, .eicon-et-video, .eicon-et-camera, .eicon-et-printer, .eicon-et-toolbox, .eicon-et-briefcase, .eicon-et-wallet, .eicon-et-gift, .eicon-et-bargraph, .eicon-et-grid, .eicon-et-expand, .eicon-et-focus, .eicon-et-edit, .eicon-et-adjustments, .eicon-et-ribbon, .eicon-et-hourglass, .eicon-et-lock, .eicon-et-megaphone, .eicon-et-shield, .eicon-et-trophy, .eicon-et-flag, .eicon-et-map, .eicon-et-puzzle, .eicon-et-basket, .eicon-et-envelope, .eicon-et-streetsign, .eicon-et-telescope, .eicon-et-gears, .eicon-et-key, .eicon-et-paperclip, .eicon-et-attachment, .eicon-et-pricetags, .eicon-et-lightbulb, .eicon-et-layers, .eicon-et-pencil, .eicon-et-tools, .eicon-et-tools-2, .eicon-et-scissors, .eicon-et-paintbrush, .eicon-et-magnifying-glass, .eicon-et-circle-compass, .eicon-et-linegraph, .eicon-et-mic, .eicon-et-strategy, .eicon-et-beaker, .eicon-et-caution, .eicon-et-recycle, .eicon-et-anchor, .eicon-et-profile-male, .eicon-et-profile-female, .eicon-et-bike, .eicon-et-wine, .eicon-et-hotairballoon, .eicon-et-globe, .eicon-et-genius, .eicon-et-map-pin, .eicon-et-dial, .eicon-et-chat, .eicon-et-heart, .eicon-et-cloud, .eicon-et-upload, .eicon-et-download, .eicon-et-target, .eicon-et-hazardous, .eicon-et-piechart, .eicon-et-speedometer, .eicon-et-global, .eicon-et-compass, .eicon-et-lifesaver, .eicon-et-clock, .eicon-et-aperture, .eicon-et-quote, .eicon-et-scope, .eicon-et-alarmclock, .eicon-et-refresh, .eicon-et-happy, .eicon-et-sad, .eicon-et-facebook, .eicon-et-twitter, .eicon-et-googleplus, .eicon-et-rss, .eicon-et-tumblr, .eicon-et-linkedin, .eicon-et-dribbble {
	font-family: 'et-line';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:inline-block;
}
.eicon-et-mobile:before {
	content: "\e000";
}
.eicon-et-laptop:before {
	content: "\e001";
}
.eicon-et-desktop:before {
	content: "\e002";
}
.eicon-et-tablet:before {
	content: "\e003";
}
.eicon-et-phone:before {
	content: "\e004";
}
.eicon-et-document:before {
	content: "\e005";
}
.eicon-et-documents:before {
	content: "\e006";
}
.eicon-et-search:before {
	content: "\e007";
}
.eicon-et-clipboard:before {
	content: "\e008";
}
.eicon-et-newspaper:before {
	content: "\e009";
}
.eicon-et-notebook:before {
	content: "\e00a";
}
.eicon-et-book-open:before {
	content: "\e00b";
}
.eicon-et-browser:before {
	content: "\e00c";
}
.eicon-et-calendar:before {
	content: "\e00d";
}
.eicon-et-presentation:before {
	content: "\e00e";
}
.eicon-et-picture:before {
	content: "\e00f";
}
.eicon-et-pictures:before {
	content: "\e010";
}
.eicon-et-video:before {
	content: "\e011";
}
.eicon-et-camera:before {
	content: "\e012";
}
.eicon-et-printer:before {
	content: "\e013";
}
.eicon-et-toolbox:before {
	content: "\e014";
}
.eicon-et-briefcase:before {
	content: "\e015";
}
.eicon-et-wallet:before {
	content: "\e016";
}
.eicon-et-gift:before {
	content: "\e017";
}
.eicon-et-bargraph:before {
	content: "\e018";
}
.eicon-et-grid:before {
	content: "\e019";
}
.eicon-et-expand:before {
	content: "\e01a";
}
.eicon-et-focus:before {
	content: "\e01b";
}
.eicon-et-edit:before {
	content: "\e01c";
}
.eicon-et-adjustments:before {
	content: "\e01d";
}
.eicon-et-ribbon:before {
	content: "\e01e";
}
.eicon-et-hourglass:before {
	content: "\e01f";
}
.eicon-et-lock:before {
	content: "\e020";
}
.eicon-et-megaphone:before {
	content: "\e021";
}
.eicon-et-shield:before {
	content: "\e022";
}
.eicon-et-trophy:before {
	content: "\e023";
}
.eicon-et-flag:before {
	content: "\e024";
}
.eicon-et-map:before {
	content: "\e025";
}
.eicon-et-puzzle:before {
	content: "\e026";
}
.eicon-et-basket:before {
	content: "\e027";
}
.eicon-et-envelope:before {
	content: "\e028";
}
.eicon-et-streetsign:before {
	content: "\e029";
}
.eicon-et-telescope:before {
	content: "\e02a";
}
.eicon-et-gears:before {
	content: "\e02b";
}
.eicon-et-key:before {
	content: "\e02c";
}
.eicon-et-paperclip:before {
	content: "\e02d";
}
.eicon-et-attachment:before {
	content: "\e02e";
}
.eicon-et-pricetags:before {
	content: "\e02f";
}
.eicon-et-lightbulb:before {
	content: "\e030";
}
.eicon-et-layers:before {
	content: "\e031";
}
.eicon-et-pencil:before {
	content: "\e032";
}
.eicon-et-tools:before {
	content: "\e033";
}
.eicon-et-tools-2:before {
	content: "\e034";
}
.eicon-et-scissors:before {
	content: "\e035";
}
.eicon-et-paintbrush:before {
	content: "\e036";
}
.eicon-et-magnifying-glass:before {
	content: "\e037";
}
.eicon-et-circle-compass:before {
	content: "\e038";
}
.eicon-et-linegraph:before {
	content: "\e039";
}
.eicon-et-mic:before {
	content: "\e03a";
}
.eicon-et-strategy:before {
	content: "\e03b";
}
.eicon-et-beaker:before {
	content: "\e03c";
}
.eicon-et-caution:before {
	content: "\e03d";
}
.eicon-et-recycle:before {
	content: "\e03e";
}
.eicon-et-anchor:before {
	content: "\e03f";
}
.eicon-et-profile-male:before {
	content: "\e040";
}
.eicon-et-profile-female:before {
	content: "\e041";
}
.eicon-et-bike:before {
	content: "\e042";
}
.eicon-et-wine:before {
	content: "\e043";
}
.eicon-et-hotairballoon:before {
	content: "\e044";
}
.eicon-et-globe:before {
	content: "\e045";
}
.eicon-et-genius:before {
	content: "\e046";
}
.eicon-et-map-pin:before {
	content: "\e047";
}
.eicon-et-dial:before {
	content: "\e048";
}
.eicon-et-chat:before {
	content: "\e049";
}
.eicon-et-heart:before {
	content: "\e04a";
}
.eicon-et-cloud:before {
	content: "\e04b";
}
.eicon-et-upload:before {
	content: "\e04c";
}
.eicon-et-download:before {
	content: "\e04d";
}
.eicon-et-target:before {
	content: "\e04e";
}
.eicon-et-hazardous:before {
	content: "\e04f";
}
.eicon-et-piechart:before {
	content: "\e050";
}
.eicon-et-speedometer:before {
	content: "\e051";
}
.eicon-et-global:before {
	content: "\e052";
}
.eicon-et-compass:before {
	content: "\e053";
}
.eicon-et-lifesaver:before {
	content: "\e054";
}
.eicon-et-clock:before {
	content: "\e055";
}
.eicon-et-aperture:before {
	content: "\e056";
}
.eicon-et-quote:before {
	content: "\e057";
}
.eicon-et-scope:before {
	content: "\e058";
}
.eicon-et-alarmclock:before {
	content: "\e059";
}
.eicon-et-refresh:before {
	content: "\e05a";
}
.eicon-et-happy:before {
	content: "\e05b";
}
.eicon-et-sad:before {
	content: "\e05c";
}
.eicon-et-facebook:before {
	content: "\e05d";
}
.eicon-et-twitter:before {
	content: "\e05e";
}
.eicon-et-googleplus:before {
	content: "\e05f";
}
.eicon-et-rss:before {
	content: "\e060";
}
.eicon-et-tumblr:before {
	content: "\e061";
}
.eicon-et-linkedin:before {
	content: "\e062";
}
.eicon-et-dribbble:before {
	content: "\e063";
}



/* webfont-medical-icons */
@font-face {
	font-family: 'webfont-medical-icons';
	src: url("fonts/webfont-medical-icons.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

[class^="eicon-medical-"], [class*=" eicon-medical-"] {
	display: inline-block;
	font-family: 'webfont-medical-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.eicon-medical-i-womens-health:before {
	content: "\e600";
}
.eicon-medical-i-waiting-area:before {
	content: "\e601";
}
.eicon-medical-i-volume-control:before {
	content: "\e602";
}
.eicon-medical-i-ultrasound:before {
	content: "\e603";
}
.eicon-medical-i-text-telephone:before {
	content: "\e604";
}
.eicon-medical-i-surgery:before {
	content: "\e605";
}
.eicon-medical-i-stairs:before {
	content: "\e606";
}
.eicon-medical-i-radiology:before {
	content: "\e607";
}
.eicon-medical-i-physical-therapy:before {
	content: "\e608";
}
.eicon-medical-i-pharmacy:before {
	content: "\e609";
}
.eicon-medical-i-pediatrics:before {
	content: "\e60a";
}
.eicon-medical-i-pathology:before {
	content: "\e60b";
}
.eicon-medical-i-outpatient:before {
	content: "\e60c";
}
.eicon-medical-i-mental-health:before {
	content: "\e60d";
}
.eicon-medical-i-medical-records:before {
	content: "\e60e";
}
.eicon-medical-i-medical-library:before {
	content: "\e60f";
}
.eicon-medical-i-mammography:before {
	content: "\e610";
}
.eicon-medical-i-laboratory:before {
	content: "\e611";
}
.eicon-medical-i-labor-delivery:before {
	content: "\e612";
}
.eicon-medical-i-immunizations:before {
	content: "\e613";
}
.eicon-medical-i-imaging-root-category:before {
	content: "\e614";
}
.eicon-medical-i-imaging-alternative-pet:before {
	content: "\e615";
}
.eicon-medical-i-imaging-alternative-mri:before {
	content: "\e616";
}
.eicon-medical-i-imaging-alternative-mri-two:before {
	content: "\e617";
}
.eicon-medical-i-imaging-alternative-ct:before {
	content: "\e618";
}
.eicon-medical-i-fire-extinguisher:before {
	content: "\e619";
}
.eicon-medical-i-family-practice:before {
	content: "\e61a";
}
.eicon-medical-i-emergency:before {
	content: "\e61b";
}
.eicon-medical-i-elevators:before {
	content: "\e61c";
}
.eicon-medical-i-ear-nose-throat:before {
	content: "\e61d";
}
.eicon-medical-i-drinking-fountain:before {
	content: "\e61e";
}
.eicon-medical-i-cardiology:before {
	content: "\e61f";
}
.eicon-medical-i-billing:before {
	content: "\e620";
}
.eicon-medical-i-anesthesia:before {
	content: "\e621";
}
.eicon-medical-i-ambulance:before {
	content: "\e622";
}
.eicon-medical-i-alternative-complementary:before {
	content: "\e623";
}
.eicon-medical-i-administration:before {
	content: "\e624";
}
.eicon-medical-i-social-services:before {
	content: "\e625";
}
.eicon-medical-i-smoking:before {
	content: "\e626";
}
.eicon-medical-i-restrooms:before {
	content: "\e627";
}
.eicon-medical-i-restaurant:before {
	content: "\e628";
}
.eicon-medical-i-respiratory:before {
	content: "\e629";
}
.eicon-medical-i-registration:before {
	content: "\e62a";
}
.eicon-medical-i-oncology:before {
	content: "\e62b";
}
.eicon-medical-i-nutrition:before {
	content: "\e62c";
}
.eicon-medical-i-nursery:before {
	content: "\e62d";
}
.eicon-medical-i-no-smoking:before {
	content: "\e62e";
}
.eicon-medical-i-neurology:before {
	content: "\e62f";
}
.eicon-medical-i-mri-pet:before {
	content: "\e630";
}
.eicon-medical-i-interpreter-services:before {
	content: "\e631";
}
.eicon-medical-i-internal-medicine:before {
	content: "\e632";
}
.eicon-medical-i-intensive-care:before {
	content: "\e633";
}
.eicon-medical-i-inpatient:before {
	content: "\e634";
}
.eicon-medical-i-information-us:before {
	content: "\e635";
}
.eicon-medical-i-infectious-diseases:before {
	content: "\e636";
}
.eicon-medical-i-hearing-assistance:before {
	content: "\e637";
}
.eicon-medical-i-health-services:before {
	content: "\e638";
}
.eicon-medical-i-health-education:before {
	content: "\e639";
}
.eicon-medical-i-gift-shop:before {
	content: "\e63a";
}
.eicon-medical-i-genetics:before {
	content: "\e63b";
}
.eicon-medical-i-first-aid:before {
	content: "\e63c";
}
.eicon-medical-i-dermatology:before {
	content: "\e63d";
}
.eicon-medical-i-dental:before {
	content: "\e63e";
}
.eicon-medical-i-coffee-shop:before {
	content: "\e63f";
}
.eicon-medical-i-chapel:before {
	content: "\e640";
}
.eicon-medical-i-cath-lab:before {
	content: "\e641";
}
.eicon-medical-i-care-staff-area:before {
	content: "\e642";
}
.eicon-medical-i-accessibility:before {
	content: "\e643";
}
.eicon-medical-i-diabetes-education:before {
	content: "\e644";
}
.eicon-medical-i-hospital:before {
	content: "\e645";
}
.eicon-medical-i-kidney:before {
	content: "\e646";
}
.eicon-medical-i-ophthalmology:before {
	content: "\e647";
}
.eicon-medical-womens-health:before {
	content: "\e648";
}
.eicon-medical-waiting-area:before {
	content: "\e649";
}
.eicon-medical-volume-control:before {
	content: "\e64a";
}
.eicon-medical-ultrasound:before {
	content: "\e64b";
}
.eicon-medical-text-telephone:before {
	content: "\e64c";
}
.eicon-medical-surgery:before {
	content: "\e64d";
}
.eicon-medical-stairs:before {
	content: "\e64e";
}
.eicon-medical-radiology:before {
	content: "\e64f";
}
.eicon-medical-physical-therapy:before {
	content: "\e650";
}
.eicon-medical-pharmacy:before {
	content: "\e651";
}
.eicon-medical-pediatrics:before {
	content: "\e652";
}
.eicon-medical-pathology:before {
	content: "\e653";
}
.eicon-medical-outpatient:before {
	content: "\e654";
}
.eicon-medical-ophthalmology:before {
	content: "\e655";
}
.eicon-medical-mental-health:before {
	content: "\e656";
}
.eicon-medical-medical-records:before {
	content: "\e657";
}
.eicon-medical-medical-library:before {
	content: "\e658";
}
.eicon-medical-mammography:before {
	content: "\e659";
}
.eicon-medical-laboratory:before {
	content: "\e65a";
}
.eicon-medical-labor-delivery:before {
	content: "\e65b";
}
.eicon-medical-kidney:before {
	content: "\e65c";
}
.eicon-medical-immunizations:before {
	content: "\e65d";
}
.eicon-medical-imaging-root-category:before {
	content: "\e65e";
}
.eicon-medical-imaging-alternative-pet:before {
	content: "\e65f";
}
.eicon-medical-imaging-alternative-mri:before {
	content: "\e660";
}
.eicon-medical-imaging-alternative-mri-two:before {
	content: "\e661";
}
.eicon-medical-imaging-alternative-ct:before {
	content: "\e662";
}
.eicon-medical-hospital:before {
	content: "\e663";
}
.eicon-medical-fire-extinguisher:before {
	content: "\e664";
}
.eicon-medical-family-practice:before {
	content: "\e665";
}
.eicon-medical-emergency:before {
	content: "\e666";
}
.eicon-medical-elevators:before {
	content: "\e667";
}
.eicon-medical-ear-nose-throat:before {
	content: "\e668";
}
.eicon-medical-drinking-fountain:before {
	content: "\e669";
}
.eicon-medical-diabetes-education:before {
	content: "\e66a";
}
.eicon-medical-cardiology:before {
	content: "\e66b";
}
.eicon-medical-billing:before {
	content: "\e66c";
}
.eicon-medical-anesthesia:before {
	content: "\e66d";
}
.eicon-medical-ambulance:before {
	content: "\e66e";
}
.eicon-medical-alternative-complementary:before {
	content: "\e66f";
}
.eicon-medical-administration:before {
	content: "\e670";
}
.eicon-medical-accessibility:before {
	content: "\e671";
}
.eicon-medical-social-services:before {
	content: "\e672";
}
.eicon-medical-smoking:before {
	content: "\e673";
}
.eicon-medical-restrooms:before {
	content: "\e674";
}
.eicon-medical-restaurant:before {
	content: "\e675";
}
.eicon-medical-respiratory:before {
	content: "\e676";
}
.eicon-medical-oncology:before {
	content: "\e677";
}
.eicon-medical-nutrition:before {
	content: "\e678";
}
.eicon-medical-nursery:before {
	content: "\e679";
}
.eicon-medical-no-smoking:before {
	content: "\e67a";
}
.eicon-medical-neurology:before {
	content: "\e67b";
}
.eicon-medical-mri-pet:before {
	content: "\e67c";
}
.eicon-medical-interpreter-services:before {
	content: "\e67d";
}
.eicon-medical-internal-medicine:before {
	content: "\e67e";
}
.eicon-medical-intensive-care:before {
	content: "\e67f";
}
.eicon-medical-inpatient:before {
	content: "\e680";
}
.eicon-medical-information-us:before {
	content: "\e681";
}
.eicon-medical-infectious-diseases:before {
	content: "\e682";
}
.eicon-medical-hearing-assistance:before {
	content: "\e683";
}
.eicon-medical-health-services:before {
	content: "\e684";
}
.eicon-medical-health-education:before {
	content: "\e685";
}
.eicon-medical-gift-shop:before {
	content: "\e686";
}
.eicon-medical-genetics:before {
	content: "\e687";
}
.eicon-medical-first-aid:before {
	content: "\e688";
}
.eicon-medical-dental:before {
	content: "\e689";
}
.eicon-medical-coffee-shop:before {
	content: "\e68a";
}
.eicon-medical-chapel:before {
	content: "\e68b";
}
.eicon-medical-cath-lab:before {
	content: "\e68c";
}
.eicon-medical-care-staff-area:before {
	content: "\e68d";
}
.eicon-medical-registration:before {
	content: "\e68e";
}
.eicon-medical-dermatology:before {
	content: "\e68f";
}



/* realestate-icons */
@font-face {
	font-family: 'realestate-icons';
	src: url("eicon-files/realestate.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

[class^="eicon-realestate-"], [class*=" eicon-realestate-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'realestate-icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.eicon-realestate-advert:before {
	content: "\e900";
}
.eicon-realestate-air-conditioning:before {
	content: "\e901";
}
.eicon-realestate-bag:before {
	content: "\e902";
}
.eicon-realestate-balance:before {
	content: "\e903";
}
.eicon-realestate-balcony:before {
	content: "\e904";
}
.eicon-realestate-barrow:before {
	content: "\e905";
}
.eicon-realestate-bathtub:before {
	content: "\e906";
}
.eicon-realestate-bed:before {
	content: "\e907";
}
.eicon-realestate-billboard:before {
	content: "\e908";
}
.eicon-realestate-box:before {
	content: "\e909";
}
.eicon-realestate-bricks:before {
	content: "\e90a";
}
.eicon-realestate-bridge:before {
	content: "\e90b";
}
.eicon-realestate-brush:before {
	content: "\e90c";
}
.eicon-realestate-building-crane:before {
	content: "\e90d";
}
.eicon-realestate-building:before {
	content: "\e90e";
}
.eicon-realestate-building2:before {
	content: "\e90f";
}
.eicon-realestate-building3:before {
	content: "\e910";
}
.eicon-realestate-bungalow:before {
	content: "\e911";
}
.eicon-realestate-buying-a-home:before {
	content: "\e912";
}
.eicon-realestate-calculator:before {
	content: "\e913";
}
.eicon-realestate-calendar:before {
	content: "\e914";
}
.eicon-realestate-chair:before {
	content: "\e915";
}
.eicon-realestate-chair2:before {
	content: "\e916";
}
.eicon-realestate-chandelier:before {
	content: "\e917";
}
.eicon-realestate-check:before {
	content: "\e918";
}
.eicon-realestate-china-house:before {
	content: "\e919";
}
.eicon-realestate-clip:before {
	content: "\e91a";
}
.eicon-realestate-combination-lock:before {
	content: "\e91b";
}
.eicon-realestate-compasses:before {
	content: "\e91c";
}
.eicon-realestate-concrete-mixer:before {
	content: "\e91d";
}
.eicon-realestate-construction-helmet:before {
	content: "\e91e";
}
.eicon-realestate-court:before {
	content: "\e91f";
}
.eicon-realestate-credit:before {
	content: "\e920";
}
.eicon-realestate-dialogue:before {
	content: "\e921";
}
.eicon-realestate-doc:before {
	content: "\e922";
}
.eicon-realestate-doc2:before {
	content: "\e923";
}
.eicon-realestate-doc3:before {
	content: "\e924";
}
.eicon-realestate-document:before {
	content: "\e925";
}
.eicon-realestate-door:before {
	content: "\e926";
}
.eicon-realestate-door2:before {
	content: "\e927";
}
.eicon-realestate-drill:before {
	content: "\e928";
}
.eicon-realestate-eco:before {
	content: "\e929";
}
.eicon-realestate-elevator:before {
	content: "\e92a";
}
.eicon-realestate-exchange:before {
	content: "\e92b";
}
.eicon-realestate-fence:before {
	content: "\e92c";
}
.eicon-realestate-fireplace:before {
	content: "\e92d";
}
.eicon-realestate-folder:before {
	content: "\e92e";
}
.eicon-realestate-garage:before {
	content: "\e92f";
}
.eicon-realestate-garage2:before {
	content: "\e930";
}
.eicon-realestate-glasses:before {
	content: "\e931";
}
.eicon-realestate-hacksaw:before {
	content: "\e932";
}
.eicon-realestate-hammer:before {
	content: "\e933";
}
.eicon-realestate-hangar:before {
	content: "\e934";
}
.eicon-realestate-heating:before {
	content: "\e935";
}
.eicon-realestate-high-voltage:before {
	content: "\e936";
}
.eicon-realestate-horn:before {
	content: "\e937";
}
.eicon-realestate-hotel:before {
	content: "\e938";
}
.eicon-realestate-hotel2:before {
	content: "\e939";
}
.eicon-realestate-house-key:before {
	content: "\e93a";
}
.eicon-realestate-house:before {
	content: "\e93b";
}
.eicon-realestate-house2:before {
	content: "\e93c";
}
.eicon-realestate-house3:before {
	content: "\e93d";
}
.eicon-realestate-house4:before {
	content: "\e93e";
}
.eicon-realestate-house5:before {
	content: "\e93f";
}
.eicon-realestate-house6:before {
	content: "\e940";
}
.eicon-realestate-house7:before {
	content: "\e941";
}
.eicon-realestate-house8:before {
	content: "\e942";
}
.eicon-realestate-house9:before {
	content: "\e943";
}
.eicon-realestate-imac:before {
	content: "\e944";
}
.eicon-realestate-incision-plan:before {
	content: "\e945";
}
.eicon-realestate-ipad:before {
	content: "\e946";
}
.eicon-realestate-key:before {
	content: "\e947";
}
.eicon-realestate-key2:before {
	content: "\e948";
}
.eicon-realestate-ladder:before {
	content: "\e949";
}
.eicon-realestate-lamp:before {
	content: "\e94a";
}
.eicon-realestate-lawn-mower:before {
	content: "\e94b";
}
.eicon-realestate-letter:before {
	content: "\e94c";
}
.eicon-realestate-light-bulb:before {
	content: "\e94d";
}
.eicon-realestate-light-bulb2:before {
	content: "\e94e";
}
.eicon-realestate-lock:before {
	content: "\e94f";
}
.eicon-realestate-lock2:before {
	content: "\e950";
}
.eicon-realestate-love:before {
	content: "\e951";
}
.eicon-realestate-mail:before {
	content: "\e952";
}
.eicon-realestate-map:before {
	content: "\e953";
}
.eicon-realestate-medicine-chest:before {
	content: "\e954";
}
.eicon-realestate-mixer:before {
	content: "\e955";
}
.eicon-realestate-money:before {
	content: "\e956";
}
.eicon-realestate-moneybox:before {
	content: "\e957";
}
.eicon-realestate-motorhome:before {
	content: "\e958";
}
.eicon-realestate-move:before {
	content: "\e959";
}
.eicon-realestate-move2:before {
	content: "\e95a";
}
.eicon-realestate-music:before {
	content: "\e95b";
}
.eicon-realestate-music2:before {
	content: "\e95c";
}
.eicon-realestate-my-house:before {
	content: "\e95d";
}
.eicon-realestate-my-key:before {
	content: "\e95e";
}
.eicon-realestate-newspapers:before {
	content: "\e95f";
}
.eicon-realestate-nightstand:before {
	content: "\e960";
}
.eicon-realestate-nippers:before {
	content: "\e961";
}
.eicon-realestate-notebook:before {
	content: "\e962";
}
.eicon-realestate-pan:before {
	content: "\e963";
}
.eicon-realestate-parking:before {
	content: "\e964";
}
.eicon-realestate-parquet:before {
	content: "\e965";
}
.eicon-realestate-phone:before {
	content: "\e966";
}
.eicon-realestate-phone2:before {
	content: "\e967";
}
.eicon-realestate-phone3:before {
	content: "\e968";
}
.eicon-realestate-pipe-wrench:before {
	content: "\e969";
}
.eicon-realestate-plan:before {
	content: "\e96a";
}
.eicon-realestate-plan2:before {
	content: "\e96b";
}
.eicon-realestate-plan3:before {
	content: "\e96c";
}
.eicon-realestate-plant:before {
	content: "\e96d";
}
.eicon-realestate-plant2:before {
	content: "\e96e";
}
.eicon-realestate-point:before {
	content: "\e96f";
}
.eicon-realestate-pointer:before {
	content: "\e970";
}
.eicon-realestate-printer:before {
	content: "\e971";
}
.eicon-realestate-purse:before {
	content: "\e972";
}
.eicon-realestate-purse2:before {
	content: "\e973";
}
.eicon-realestate-realtor:before {
	content: "\e974";
}
.eicon-realestate-regulator:before {
	content: "\e975";
}
.eicon-realestate-rent:before {
	content: "\e976";
}
.eicon-realestate-rent2:before {
	content: "\e977";
}
.eicon-realestate-restaurant:before {
	content: "\e978";
}
.eicon-realestate-roller:before {
	content: "\e979";
}
.eicon-realestate-roulette:before {
	content: "\e97a";
}
.eicon-realestate-scale:before {
	content: "\e97b";
}
.eicon-realestate-search:before {
	content: "\e97c";
}
.eicon-realestate-secateurs:before {
	content: "\e97d";
}
.eicon-realestate-shop:before {
	content: "\e97e";
}
.eicon-realestate-shovel:before {
	content: "\e97f";
}
.eicon-realestate-shower:before {
	content: "\e980";
}
.eicon-realestate-skyscrapers:before {
	content: "\e981";
}
.eicon-realestate-skyscrapers2:before {
	content: "\e982";
}
.eicon-realestate-socket:before {
	content: "\e983";
}
.eicon-realestate-spatula:before {
	content: "\e984";
}
.eicon-realestate-stamp:before {
	content: "\e985";
}
.eicon-realestate-statistic:before {
	content: "\e986";
}
.eicon-realestate-suitcase2:before {
	content: "\e987";
}
.eicon-realestate-swimming-pool:before {
	content: "\e988";
}
.eicon-realestate-switch:before {
	content: "\e989";
}
.eicon-realestate-tag:before {
	content: "\e98a";
}
.eicon-realestate-tap:before {
	content: "\e98b";
}
.eicon-realestate-things:before {
	content: "\e98c";
}
.eicon-realestate-time:before {
	content: "\e98d";
}
.eicon-realestate-tools:before {
	content: "\e98e";
}
.eicon-realestate-trowel:before {
	content: "\e98f";
}
.eicon-realestate-tv:before {
	content: "\e990";
}
.eicon-realestate-vacuum-cleaner:before {
	content: "\e991";
}
.eicon-realestate-ventilation:before {
	content: "\e992";
}
.eicon-realestate-washing-machine:before {
	content: "\e993";
}
.eicon-realestate-window:before {
	content: "\e994";
}
.eicon-realestate-wood:before {
	content: "\e995";
}



/* bootstrap-icons */
@font-face {
	font-display: block;
	font-family: "bootstrap-icons";
	src: url("/css/fonts/bootstrap-icons.woff") format("woff2"),
  url("/css/fonts/bootstrap-icons.woff") format("woff");
  }
  
  .bi::before,
  [class^="bi-"]::before,
  [class*=" bi-"]::before {
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -.125em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  
  .bi-123::before { content: "\f67f"; }
  .bi-alarm-fill::before { content: "\f101"; }
  .bi-alarm::before { content: "\f102"; }
  .bi-align-bottom::before { content: "\f103"; }
  .bi-align-center::before { content: "\f104"; }
  .bi-align-end::before { content: "\f105"; }
  .bi-align-middle::before { content: "\f106"; }
  .bi-align-start::before { content: "\f107"; }
  .bi-align-top::before { content: "\f108"; }
  .bi-alt::before { content: "\f109"; }
  .bi-app-indicator::before { content: "\f10a"; }
  .bi-app::before { content: "\f10b"; }
  .bi-archive-fill::before { content: "\f10c"; }
  .bi-archive::before { content: "\f10d"; }
  .bi-arrow-90deg-down::before { content: "\f10e"; }
  .bi-arrow-90deg-left::before { content: "\f10f"; }
  .bi-arrow-90deg-right::before { content: "\f110"; }
  .bi-arrow-90deg-up::before { content: "\f111"; }
  .bi-arrow-bar-down::before { content: "\f112"; }
  .bi-arrow-bar-left::before { content: "\f113"; }
  .bi-arrow-bar-right::before { content: "\f114"; }
  .bi-arrow-bar-up::before { content: "\f115"; }
  .bi-arrow-clockwise::before { content: "\f116"; }
  .bi-arrow-counterclockwise::before { content: "\f117"; }
  .bi-arrow-down-circle-fill::before { content: "\f118"; }
  .bi-arrow-down-circle::before { content: "\f119"; }
  .bi-arrow-down-left-circle-fill::before { content: "\f11a"; }
  .bi-arrow-down-left-circle::before { content: "\f11b"; }
  .bi-arrow-down-left-square-fill::before { content: "\f11c"; }
  .bi-arrow-down-left-square::before { content: "\f11d"; }
  .bi-arrow-down-left::before { content: "\f11e"; }
  .bi-arrow-down-right-circle-fill::before { content: "\f11f"; }
  .bi-arrow-down-right-circle::before { content: "\f120"; }
  .bi-arrow-down-right-square-fill::before { content: "\f121"; }
  .bi-arrow-down-right-square::before { content: "\f122"; }
  .bi-arrow-down-right::before { content: "\f123"; }
  .bi-arrow-down-short::before { content: "\f124"; }
  .bi-arrow-down-square-fill::before { content: "\f125"; }
  .bi-arrow-down-square::before { content: "\f126"; }
  .bi-arrow-down-up::before { content: "\f127"; }
  .bi-arrow-down::before { content: "\f128"; }
  .bi-arrow-left-circle-fill::before { content: "\f129"; }
  .bi-arrow-left-circle::before { content: "\f12a"; }
  .bi-arrow-left-right::before { content: "\f12b"; }
  .bi-arrow-left-short::before { content: "\f12c"; }
  .bi-arrow-left-square-fill::before { content: "\f12d"; }
  .bi-arrow-left-square::before { content: "\f12e"; }
  .bi-arrow-left::before { content: "\f12f"; }
  .bi-arrow-repeat::before { content: "\f130"; }
  .bi-arrow-return-left::before { content: "\f131"; }
  .bi-arrow-return-right::before { content: "\f132"; }
  .bi-arrow-right-circle-fill::before { content: "\f133"; }
  .bi-arrow-right-circle::before { content: "\f134"; }
  .bi-arrow-right-short::before { content: "\f135"; }
  .bi-arrow-right-square-fill::before { content: "\f136"; }
  .bi-arrow-right-square::before { content: "\f137"; }
  .bi-arrow-right::before { content: "\f138"; }
  .bi-arrow-up-circle-fill::before { content: "\f139"; }
  .bi-arrow-up-circle::before { content: "\f13a"; }
  .bi-arrow-up-left-circle-fill::before { content: "\f13b"; }
  .bi-arrow-up-left-circle::before { content: "\f13c"; }
  .bi-arrow-up-left-square-fill::before { content: "\f13d"; }
  .bi-arrow-up-left-square::before { content: "\f13e"; }
  .bi-arrow-up-left::before { content: "\f13f"; }
  .bi-arrow-up-right-circle-fill::before { content: "\f140"; }
  .bi-arrow-up-right-circle::before { content: "\f141"; }
  .bi-arrow-up-right-square-fill::before { content: "\f142"; }
  .bi-arrow-up-right-square::before { content: "\f143"; }
  .bi-arrow-up-right::before { content: "\f144"; }
  .bi-arrow-up-short::before { content: "\f145"; }
  .bi-arrow-up-square-fill::before { content: "\f146"; }
  .bi-arrow-up-square::before { content: "\f147"; }
  .bi-arrow-up::before { content: "\f148"; }
  .bi-arrows-angle-contract::before { content: "\f149"; }
  .bi-arrows-angle-expand::before { content: "\f14a"; }
  .bi-arrows-collapse::before { content: "\f14b"; }
  .bi-arrows-expand::before { content: "\f14c"; }
  .bi-arrows-fullscreen::before { content: "\f14d"; }
  .bi-arrows-move::before { content: "\f14e"; }
  .bi-aspect-ratio-fill::before { content: "\f14f"; }
  .bi-aspect-ratio::before { content: "\f150"; }
  .bi-asterisk::before { content: "\f151"; }
  .bi-at::before { content: "\f152"; }
  .bi-award-fill::before { content: "\f153"; }
  .bi-award::before { content: "\f154"; }
  .bi-back::before { content: "\f155"; }
  .bi-backspace-fill::before { content: "\f156"; }
  .bi-backspace-reverse-fill::before { content: "\f157"; }
  .bi-backspace-reverse::before { content: "\f158"; }
  .bi-backspace::before { content: "\f159"; }
  .bi-badge-3d-fill::before { content: "\f15a"; }
  .bi-badge-3d::before { content: "\f15b"; }
  .bi-badge-4k-fill::before { content: "\f15c"; }
  .bi-badge-4k::before { content: "\f15d"; }
  .bi-badge-8k-fill::before { content: "\f15e"; }
  .bi-badge-8k::before { content: "\f15f"; }
  .bi-badge-ad-fill::before { content: "\f160"; }
  .bi-badge-ad::before { content: "\f161"; }
  .bi-badge-ar-fill::before { content: "\f162"; }
  .bi-badge-ar::before { content: "\f163"; }
  .bi-badge-cc-fill::before { content: "\f164"; }
  .bi-badge-cc::before { content: "\f165"; }
  .bi-badge-hd-fill::before { content: "\f166"; }
  .bi-badge-hd::before { content: "\f167"; }
  .bi-badge-tm-fill::before { content: "\f168"; }
  .bi-badge-tm::before { content: "\f169"; }
  .bi-badge-vo-fill::before { content: "\f16a"; }
  .bi-badge-vo::before { content: "\f16b"; }
  .bi-badge-vr-fill::before { content: "\f16c"; }
  .bi-badge-vr::before { content: "\f16d"; }
  .bi-badge-wc-fill::before { content: "\f16e"; }
  .bi-badge-wc::before { content: "\f16f"; }
  .bi-bag-check-fill::before { content: "\f170"; }
  .bi-bag-check::before { content: "\f171"; }
  .bi-bag-dash-fill::before { content: "\f172"; }
  .bi-bag-dash::before { content: "\f173"; }
  .bi-bag-fill::before { content: "\f174"; }
  .bi-bag-plus-fill::before { content: "\f175"; }
  .bi-bag-plus::before { content: "\f176"; }
  .bi-bag-x-fill::before { content: "\f177"; }
  .bi-bag-x::before { content: "\f178"; }
  .bi-bag::before { content: "\f179"; }
  .bi-bar-chart-fill::before { content: "\f17a"; }
  .bi-bar-chart-line-fill::before { content: "\f17b"; }
  .bi-bar-chart-line::before { content: "\f17c"; }
  .bi-bar-chart-steps::before { content: "\f17d"; }
  .bi-bar-chart::before { content: "\f17e"; }
  .bi-basket-fill::before { content: "\f17f"; }
  .bi-basket::before { content: "\f180"; }
  .bi-basket2-fill::before { content: "\f181"; }
  .bi-basket2::before { content: "\f182"; }
  .bi-basket3-fill::before { content: "\f183"; }
  .bi-basket3::before { content: "\f184"; }
  .bi-battery-charging::before { content: "\f185"; }
  .bi-battery-full::before { content: "\f186"; }
  .bi-battery-half::before { content: "\f187"; }
  .bi-battery::before { content: "\f188"; }
  .bi-bell-fill::before { content: "\f189"; }
  .bi-bell::before { content: "\f18a"; }
  .bi-bezier::before { content: "\f18b"; }
  .bi-bezier2::before { content: "\f18c"; }
  .bi-bicycle::before { content: "\f18d"; }
  .bi-binoculars-fill::before { content: "\f18e"; }
  .bi-binoculars::before { content: "\f18f"; }
  .bi-blockquote-left::before { content: "\f190"; }
  .bi-blockquote-right::before { content: "\f191"; }
  .bi-book-fill::before { content: "\f192"; }
  .bi-book-half::before { content: "\f193"; }
  .bi-book::before { content: "\f194"; }
  .bi-bookmark-check-fill::before { content: "\f195"; }
  .bi-bookmark-check::before { content: "\f196"; }
  .bi-bookmark-dash-fill::before { content: "\f197"; }
  .bi-bookmark-dash::before { content: "\f198"; }
  .bi-bookmark-fill::before { content: "\f199"; }
  .bi-bookmark-heart-fill::before { content: "\f19a"; }
  .bi-bookmark-heart::before { content: "\f19b"; }
  .bi-bookmark-plus-fill::before { content: "\f19c"; }
  .bi-bookmark-plus::before { content: "\f19d"; }
  .bi-bookmark-star-fill::before { content: "\f19e"; }
  .bi-bookmark-star::before { content: "\f19f"; }
  .bi-bookmark-x-fill::before { content: "\f1a0"; }
  .bi-bookmark-x::before { content: "\f1a1"; }
  .bi-bookmark::before { content: "\f1a2"; }
  .bi-bookmarks-fill::before { content: "\f1a3"; }
  .bi-bookmarks::before { content: "\f1a4"; }
  .bi-bookshelf::before { content: "\f1a5"; }
  .bi-bootstrap-fill::before { content: "\f1a6"; }
  .bi-bootstrap-reboot::before { content: "\f1a7"; }
  .bi-bootstrap::before { content: "\f1a8"; }
  .bi-border-all::before { content: "\f1a9"; }
  .bi-border-bottom::before { content: "\f1aa"; }
  .bi-border-center::before { content: "\f1ab"; }
  .bi-border-inner::before { content: "\f1ac"; }
  .bi-border-left::before { content: "\f1ad"; }
  .bi-border-middle::before { content: "\f1ae"; }
  .bi-border-outer::before { content: "\f1af"; }
  .bi-border-right::before { content: "\f1b0"; }
  .bi-border-style::before { content: "\f1b1"; }
  .bi-border-top::before { content: "\f1b2"; }
  .bi-border-width::before { content: "\f1b3"; }
  .bi-border::before { content: "\f1b4"; }
  .bi-bounding-box-circles::before { content: "\f1b5"; }
  .bi-bounding-box::before { content: "\f1b6"; }
  .bi-box-arrow-down-left::before { content: "\f1b7"; }
  .bi-box-arrow-down-right::before { content: "\f1b8"; }
  .bi-box-arrow-down::before { content: "\f1b9"; }
  .bi-box-arrow-in-down-left::before { content: "\f1ba"; }
  .bi-box-arrow-in-down-right::before { content: "\f1bb"; }
  .bi-box-arrow-in-down::before { content: "\f1bc"; }
  .bi-box-arrow-in-left::before { content: "\f1bd"; }
  .bi-box-arrow-in-right::before { content: "\f1be"; }
  .bi-box-arrow-in-up-left::before { content: "\f1bf"; }
  .bi-box-arrow-in-up-right::before { content: "\f1c0"; }
  .bi-box-arrow-in-up::before { content: "\f1c1"; }
  .bi-box-arrow-left::before { content: "\f1c2"; }
  .bi-box-arrow-right::before { content: "\f1c3"; }
  .bi-box-arrow-up-left::before { content: "\f1c4"; }
  .bi-box-arrow-up-right::before { content: "\f1c5"; }
  .bi-box-arrow-up::before { content: "\f1c6"; }
  .bi-box-seam::before { content: "\f1c7"; }
  .bi-box::before { content: "\f1c8"; }
  .bi-braces::before { content: "\f1c9"; }
  .bi-bricks::before { content: "\f1ca"; }
  .bi-briefcase-fill::before { content: "\f1cb"; }
  .bi-briefcase::before { content: "\f1cc"; }
  .bi-brightness-alt-high-fill::before { content: "\f1cd"; }
  .bi-brightness-alt-high::before { content: "\f1ce"; }
  .bi-brightness-alt-low-fill::before { content: "\f1cf"; }
  .bi-brightness-alt-low::before { content: "\f1d0"; }
  .bi-brightness-high-fill::before { content: "\f1d1"; }
  .bi-brightness-high::before { content: "\f1d2"; }
  .bi-brightness-low-fill::before { content: "\f1d3"; }
  .bi-brightness-low::before { content: "\f1d4"; }
  .bi-broadcast-pin::before { content: "\f1d5"; }
  .bi-broadcast::before { content: "\f1d6"; }
  .bi-brush-fill::before { content: "\f1d7"; }
  .bi-brush::before { content: "\f1d8"; }
  .bi-bucket-fill::before { content: "\f1d9"; }
  .bi-bucket::before { content: "\f1da"; }
  .bi-bug-fill::before { content: "\f1db"; }
  .bi-bug::before { content: "\f1dc"; }
  .bi-building::before { content: "\f1dd"; }
  .bi-bullseye::before { content: "\f1de"; }
  .bi-calculator-fill::before { content: "\f1df"; }
  .bi-calculator::before { content: "\f1e0"; }
  .bi-calendar-check-fill::before { content: "\f1e1"; }
  .bi-calendar-check::before { content: "\f1e2"; }
  .bi-calendar-date-fill::before { content: "\f1e3"; }
  .bi-calendar-date::before { content: "\f1e4"; }
  .bi-calendar-day-fill::before { content: "\f1e5"; }
  .bi-calendar-day::before { content: "\f1e6"; }
  .bi-calendar-event-fill::before { content: "\f1e7"; }
  .bi-calendar-event::before { content: "\f1e8"; }
  .bi-calendar-fill::before { content: "\f1e9"; }
  .bi-calendar-minus-fill::before { content: "\f1ea"; }
  .bi-calendar-minus::before { content: "\f1eb"; }
  .bi-calendar-month-fill::before { content: "\f1ec"; }
  .bi-calendar-month::before { content: "\f1ed"; }
  .bi-calendar-plus-fill::before { content: "\f1ee"; }
  .bi-calendar-plus::before { content: "\f1ef"; }
  .bi-calendar-range-fill::before { content: "\f1f0"; }
  .bi-calendar-range::before { content: "\f1f1"; }
  .bi-calendar-week-fill::before { content: "\f1f2"; }
  .bi-calendar-week::before { content: "\f1f3"; }
  .bi-calendar-x-fill::before { content: "\f1f4"; }
  .bi-calendar-x::before { content: "\f1f5"; }
  .bi-calendar::before { content: "\f1f6"; }
  .bi-calendar2-check-fill::before { content: "\f1f7"; }
  .bi-calendar2-check::before { content: "\f1f8"; }
  .bi-calendar2-date-fill::before { content: "\f1f9"; }
  .bi-calendar2-date::before { content: "\f1fa"; }
  .bi-calendar2-day-fill::before { content: "\f1fb"; }
  .bi-calendar2-day::before { content: "\f1fc"; }
  .bi-calendar2-event-fill::before { content: "\f1fd"; }
  .bi-calendar2-event::before { content: "\f1fe"; }
  .bi-calendar2-fill::before { content: "\f1ff"; }
  .bi-calendar2-minus-fill::before { content: "\f200"; }
  .bi-calendar2-minus::before { content: "\f201"; }
  .bi-calendar2-month-fill::before { content: "\f202"; }
  .bi-calendar2-month::before { content: "\f203"; }
  .bi-calendar2-plus-fill::before { content: "\f204"; }
  .bi-calendar2-plus::before { content: "\f205"; }
  .bi-calendar2-range-fill::before { content: "\f206"; }
  .bi-calendar2-range::before { content: "\f207"; }
  .bi-calendar2-week-fill::before { content: "\f208"; }
  .bi-calendar2-week::before { content: "\f209"; }
  .bi-calendar2-x-fill::before { content: "\f20a"; }
  .bi-calendar2-x::before { content: "\f20b"; }
  .bi-calendar2::before { content: "\f20c"; }
  .bi-calendar3-event-fill::before { content: "\f20d"; }
  .bi-calendar3-event::before { content: "\f20e"; }
  .bi-calendar3-fill::before { content: "\f20f"; }
  .bi-calendar3-range-fill::before { content: "\f210"; }
  .bi-calendar3-range::before { content: "\f211"; }
  .bi-calendar3-week-fill::before { content: "\f212"; }
  .bi-calendar3-week::before { content: "\f213"; }
  .bi-calendar3::before { content: "\f214"; }
  .bi-calendar4-event::before { content: "\f215"; }
  .bi-calendar4-range::before { content: "\f216"; }
  .bi-calendar4-week::before { content: "\f217"; }
  .bi-calendar4::before { content: "\f218"; }
  .bi-camera-fill::before { content: "\f219"; }
  .bi-camera-reels-fill::before { content: "\f21a"; }
  .bi-camera-reels::before { content: "\f21b"; }
  .bi-camera-video-fill::before { content: "\f21c"; }
  .bi-camera-video-off-fill::before { content: "\f21d"; }
  .bi-camera-video-off::before { content: "\f21e"; }
  .bi-camera-video::before { content: "\f21f"; }
  .bi-camera::before { content: "\f220"; }
  .bi-camera2::before { content: "\f221"; }
  .bi-capslock-fill::before { content: "\f222"; }
  .bi-capslock::before { content: "\f223"; }
  .bi-card-checklist::before { content: "\f224"; }
  .bi-card-heading::before { content: "\f225"; }
  .bi-card-image::before { content: "\f226"; }
  .bi-card-list::before { content: "\f227"; }
  .bi-card-text::before { content: "\f228"; }
  .bi-caret-down-fill::before { content: "\f229"; }
  .bi-caret-down-square-fill::before { content: "\f22a"; }
  .bi-caret-down-square::before { content: "\f22b"; }
  .bi-caret-down::before { content: "\f22c"; }
  .bi-caret-left-fill::before { content: "\f22d"; }
  .bi-caret-left-square-fill::before { content: "\f22e"; }
  .bi-caret-left-square::before { content: "\f22f"; }
  .bi-caret-left::before { content: "\f230"; }
  .bi-caret-right-fill::before { content: "\f231"; }
  .bi-caret-right-square-fill::before { content: "\f232"; }
  .bi-caret-right-square::before { content: "\f233"; }
  .bi-caret-right::before { content: "\f234"; }
  .bi-caret-up-fill::before { content: "\f235"; }
  .bi-caret-up-square-fill::before { content: "\f236"; }
  .bi-caret-up-square::before { content: "\f237"; }
  .bi-caret-up::before { content: "\f238"; }
  .bi-cart-check-fill::before { content: "\f239"; }
  .bi-cart-check::before { content: "\f23a"; }
  .bi-cart-dash-fill::before { content: "\f23b"; }
  .bi-cart-dash::before { content: "\f23c"; }
  .bi-cart-fill::before { content: "\f23d"; }
  .bi-cart-plus-fill::before { content: "\f23e"; }
  .bi-cart-plus::before { content: "\f23f"; }
  .bi-cart-x-fill::before { content: "\f240"; }
  .bi-cart-x::before { content: "\f241"; }
  .bi-cart::before { content: "\f242"; }
  .bi-cart2::before { content: "\f243"; }
  .bi-cart3::before { content: "\f244"; }
  .bi-cart4::before { content: "\f245"; }
  .bi-cash-stack::before { content: "\f246"; }
  .bi-cash::before { content: "\f247"; }
  .bi-cast::before { content: "\f248"; }
  .bi-chat-dots-fill::before { content: "\f249"; }
  .bi-chat-dots::before { content: "\f24a"; }
  .bi-chat-fill::before { content: "\f24b"; }
  .bi-chat-left-dots-fill::before { content: "\f24c"; }
  .bi-chat-left-dots::before { content: "\f24d"; }
  .bi-chat-left-fill::before { content: "\f24e"; }
  .bi-chat-left-quote-fill::before { content: "\f24f"; }
  .bi-chat-left-quote::before { content: "\f250"; }
  .bi-chat-left-text-fill::before { content: "\f251"; }
  .bi-chat-left-text::before { content: "\f252"; }
  .bi-chat-left::before { content: "\f253"; }
  .bi-chat-quote-fill::before { content: "\f254"; }
  .bi-chat-quote::before { content: "\f255"; }
  .bi-chat-right-dots-fill::before { content: "\f256"; }
  .bi-chat-right-dots::before { content: "\f257"; }
  .bi-chat-right-fill::before { content: "\f258"; }
  .bi-chat-right-quote-fill::before { content: "\f259"; }
  .bi-chat-right-quote::before { content: "\f25a"; }
  .bi-chat-right-text-fill::before { content: "\f25b"; }
  .bi-chat-right-text::before { content: "\f25c"; }
  .bi-chat-right::before { content: "\f25d"; }
  .bi-chat-square-dots-fill::before { content: "\f25e"; }
  .bi-chat-square-dots::before { content: "\f25f"; }
  .bi-chat-square-fill::before { content: "\f260"; }
  .bi-chat-square-quote-fill::before { content: "\f261"; }
  .bi-chat-square-quote::before { content: "\f262"; }
  .bi-chat-square-text-fill::before { content: "\f263"; }
  .bi-chat-square-text::before { content: "\f264"; }
  .bi-chat-square::before { content: "\f265"; }
  .bi-chat-text-fill::before { content: "\f266"; }
  .bi-chat-text::before { content: "\f267"; }
  .bi-chat::before { content: "\f268"; }
  .bi-check-all::before { content: "\f269"; }
  .bi-check-circle-fill::before { content: "\f26a"; }
  .bi-check-circle::before { content: "\f26b"; }
  .bi-check-square-fill::before { content: "\f26c"; }
  .bi-check-square::before { content: "\f26d"; }
  .bi-check::before { content: "\f26e"; }
  .bi-check2-all::before { content: "\f26f"; }
  .bi-check2-circle::before { content: "\f270"; }
  .bi-check2-square::before { content: "\f271"; }
  .bi-check2::before { content: "\f272"; }
  .bi-chevron-bar-contract::before { content: "\f273"; }
  .bi-chevron-bar-down::before { content: "\f274"; }
  .bi-chevron-bar-expand::before { content: "\f275"; }
  .bi-chevron-bar-left::before { content: "\f276"; }
  .bi-chevron-bar-right::before { content: "\f277"; }
  .bi-chevron-bar-up::before { content: "\f278"; }
  .bi-chevron-compact-down::before { content: "\f279"; }
  .bi-chevron-compact-left::before { content: "\f27a"; }
  .bi-chevron-compact-right::before { content: "\f27b"; }
  .bi-chevron-compact-up::before { content: "\f27c"; }
  .bi-chevron-contract::before { content: "\f27d"; }
  .bi-chevron-double-down::before { content: "\f27e"; }
  .bi-chevron-double-left::before { content: "\f27f"; }
  .bi-chevron-double-right::before { content: "\f280"; }
  .bi-chevron-double-up::before { content: "\f281"; }
  .bi-chevron-down::before { content: "\f282"; }
  .bi-chevron-expand::before { content: "\f283"; }
  .bi-chevron-left::before { content: "\f284"; }
  .bi-chevron-right::before { content: "\f285"; }
  .bi-chevron-up::before { content: "\f286"; }
  .bi-circle-fill::before { content: "\f287"; }
  .bi-circle-half::before { content: "\f288"; }
  .bi-circle-square::before { content: "\f289"; }
  .bi-circle::before { content: "\f28a"; }
  .bi-clipboard-check::before { content: "\f28b"; }
  .bi-clipboard-data::before { content: "\f28c"; }
  .bi-clipboard-minus::before { content: "\f28d"; }
  .bi-clipboard-plus::before { content: "\f28e"; }
  .bi-clipboard-x::before { content: "\f28f"; }
  .bi-clipboard::before { content: "\f290"; }
  .bi-clock-fill::before { content: "\f291"; }
  .bi-clock-history::before { content: "\f292"; }
  .bi-clock::before { content: "\f293"; }
  .bi-cloud-arrow-down-fill::before { content: "\f294"; }
  .bi-cloud-arrow-down::before { content: "\f295"; }
  .bi-cloud-arrow-up-fill::before { content: "\f296"; }
  .bi-cloud-arrow-up::before { content: "\f297"; }
  .bi-cloud-check-fill::before { content: "\f298"; }
  .bi-cloud-check::before { content: "\f299"; }
  .bi-cloud-download-fill::before { content: "\f29a"; }
  .bi-cloud-download::before { content: "\f29b"; }
  .bi-cloud-drizzle-fill::before { content: "\f29c"; }
  .bi-cloud-drizzle::before { content: "\f29d"; }
  .bi-cloud-fill::before { content: "\f29e"; }
  .bi-cloud-fog-fill::before { content: "\f29f"; }
  .bi-cloud-fog::before { content: "\f2a0"; }
  .bi-cloud-fog2-fill::before { content: "\f2a1"; }
  .bi-cloud-fog2::before { content: "\f2a2"; }
  .bi-cloud-hail-fill::before { content: "\f2a3"; }
  .bi-cloud-hail::before { content: "\f2a4"; }
  .bi-cloud-haze-1::before { content: "\f2a5"; }
  .bi-cloud-haze-fill::before { content: "\f2a6"; }
  .bi-cloud-haze::before { content: "\f2a7"; }
  .bi-cloud-haze2-fill::before { content: "\f2a8"; }
  .bi-cloud-lightning-fill::before { content: "\f2a9"; }
  .bi-cloud-lightning-rain-fill::before { content: "\f2aa"; }
  .bi-cloud-lightning-rain::before { content: "\f2ab"; }
  .bi-cloud-lightning::before { content: "\f2ac"; }
  .bi-cloud-minus-fill::before { content: "\f2ad"; }
  .bi-cloud-minus::before { content: "\f2ae"; }
  .bi-cloud-moon-fill::before { content: "\f2af"; }
  .bi-cloud-moon::before { content: "\f2b0"; }
  .bi-cloud-plus-fill::before { content: "\f2b1"; }
  .bi-cloud-plus::before { content: "\f2b2"; }
  .bi-cloud-rain-fill::before { content: "\f2b3"; }
  .bi-cloud-rain-heavy-fill::before { content: "\f2b4"; }
  .bi-cloud-rain-heavy::before { content: "\f2b5"; }
  .bi-cloud-rain::before { content: "\f2b6"; }
  .bi-cloud-slash-fill::before { content: "\f2b7"; }
  .bi-cloud-slash::before { content: "\f2b8"; }
  .bi-cloud-sleet-fill::before { content: "\f2b9"; }
  .bi-cloud-sleet::before { content: "\f2ba"; }
  .bi-cloud-snow-fill::before { content: "\f2bb"; }
  .bi-cloud-snow::before { content: "\f2bc"; }
  .bi-cloud-sun-fill::before { content: "\f2bd"; }
  .bi-cloud-sun::before { content: "\f2be"; }
  .bi-cloud-upload-fill::before { content: "\f2bf"; }
  .bi-cloud-upload::before { content: "\f2c0"; }
  .bi-cloud::before { content: "\f2c1"; }
  .bi-clouds-fill::before { content: "\f2c2"; }
  .bi-clouds::before { content: "\f2c3"; }
  .bi-cloudy-fill::before { content: "\f2c4"; }
  .bi-cloudy::before { content: "\f2c5"; }
  .bi-code-slash::before { content: "\f2c6"; }
  .bi-code-square::before { content: "\f2c7"; }
  .bi-code::before { content: "\f2c8"; }
  .bi-collection-fill::before { content: "\f2c9"; }
  .bi-collection-play-fill::before { content: "\f2ca"; }
  .bi-collection-play::before { content: "\f2cb"; }
  .bi-collection::before { content: "\f2cc"; }
  .bi-columns-gap::before { content: "\f2cd"; }
  .bi-columns::before { content: "\f2ce"; }
  .bi-command::before { content: "\f2cf"; }
  .bi-compass-fill::before { content: "\f2d0"; }
  .bi-compass::before { content: "\f2d1"; }
  .bi-cone-striped::before { content: "\f2d2"; }
  .bi-cone::before { content: "\f2d3"; }
  .bi-controller::before { content: "\f2d4"; }
  .bi-cpu-fill::before { content: "\f2d5"; }
  .bi-cpu::before { content: "\f2d6"; }
  .bi-credit-card-2-back-fill::before { content: "\f2d7"; }
  .bi-credit-card-2-back::before { content: "\f2d8"; }
  .bi-credit-card-2-front-fill::before { content: "\f2d9"; }
  .bi-credit-card-2-front::before { content: "\f2da"; }
  .bi-credit-card-fill::before { content: "\f2db"; }
  .bi-credit-card::before { content: "\f2dc"; }
  .bi-crop::before { content: "\f2dd"; }
  .bi-cup-fill::before { content: "\f2de"; }
  .bi-cup-straw::before { content: "\f2df"; }
  .bi-cup::before { content: "\f2e0"; }
  .bi-cursor-fill::before { content: "\f2e1"; }
  .bi-cursor-text::before { content: "\f2e2"; }
  .bi-cursor::before { content: "\f2e3"; }
  .bi-dash-circle-dotted::before { content: "\f2e4"; }
  .bi-dash-circle-fill::before { content: "\f2e5"; }
  .bi-dash-circle::before { content: "\f2e6"; }
  .bi-dash-square-dotted::before { content: "\f2e7"; }
  .bi-dash-square-fill::before { content: "\f2e8"; }
  .bi-dash-square::before { content: "\f2e9"; }
  .bi-dash::before { content: "\f2ea"; }
  .bi-diagram-2-fill::before { content: "\f2eb"; }
  .bi-diagram-2::before { content: "\f2ec"; }
  .bi-diagram-3-fill::before { content: "\f2ed"; }
  .bi-diagram-3::before { content: "\f2ee"; }
  .bi-diamond-fill::before { content: "\f2ef"; }
  .bi-diamond-half::before { content: "\f2f0"; }
  .bi-diamond::before { content: "\f2f1"; }
  .bi-dice-1-fill::before { content: "\f2f2"; }
  .bi-dice-1::before { content: "\f2f3"; }
  .bi-dice-2-fill::before { content: "\f2f4"; }
  .bi-dice-2::before { content: "\f2f5"; }
  .bi-dice-3-fill::before { content: "\f2f6"; }
  .bi-dice-3::before { content: "\f2f7"; }
  .bi-dice-4-fill::before { content: "\f2f8"; }
  .bi-dice-4::before { content: "\f2f9"; }
  .bi-dice-5-fill::before { content: "\f2fa"; }
  .bi-dice-5::before { content: "\f2fb"; }
  .bi-dice-6-fill::before { content: "\f2fc"; }
  .bi-dice-6::before { content: "\f2fd"; }
  .bi-disc-fill::before { content: "\f2fe"; }
  .bi-disc::before { content: "\f2ff"; }
  .bi-discord::before { content: "\f300"; }
  .bi-display-fill::before { content: "\f301"; }
  .bi-display::before { content: "\f302"; }
  .bi-distribute-horizontal::before { content: "\f303"; }
  .bi-distribute-vertical::before { content: "\f304"; }
  .bi-door-closed-fill::before { content: "\f305"; }
  .bi-door-closed::before { content: "\f306"; }
  .bi-door-open-fill::before { content: "\f307"; }
  .bi-door-open::before { content: "\f308"; }
  .bi-dot::before { content: "\f309"; }
  .bi-download::before { content: "\f30a"; }
  .bi-droplet-fill::before { content: "\f30b"; }
  .bi-droplet-half::before { content: "\f30c"; }
  .bi-droplet::before { content: "\f30d"; }
  .bi-earbuds::before { content: "\f30e"; }
  .bi-easel-fill::before { content: "\f30f"; }
  .bi-easel::before { content: "\f310"; }
  .bi-egg-fill::before { content: "\f311"; }
  .bi-egg-fried::before { content: "\f312"; }
  .bi-egg::before { content: "\f313"; }
  .bi-eject-fill::before { content: "\f314"; }
  .bi-eject::before { content: "\f315"; }
  .bi-emoji-angry-fill::before { content: "\f316"; }
  .bi-emoji-angry::before { content: "\f317"; }
  .bi-emoji-dizzy-fill::before { content: "\f318"; }
  .bi-emoji-dizzy::before { content: "\f319"; }
  .bi-emoji-expressionless-fill::before { content: "\f31a"; }
  .bi-emoji-expressionless::before { content: "\f31b"; }
  .bi-emoji-frown-fill::before { content: "\f31c"; }
  .bi-emoji-frown::before { content: "\f31d"; }
  .bi-emoji-heart-eyes-fill::before { content: "\f31e"; }
  .bi-emoji-heart-eyes::before { content: "\f31f"; }
  .bi-emoji-laughing-fill::before { content: "\f320"; }
  .bi-emoji-laughing::before { content: "\f321"; }
  .bi-emoji-neutral-fill::before { content: "\f322"; }
  .bi-emoji-neutral::before { content: "\f323"; }
  .bi-emoji-smile-fill::before { content: "\f324"; }
  .bi-emoji-smile-upside-down-fill::before { content: "\f325"; }
  .bi-emoji-smile-upside-down::before { content: "\f326"; }
  .bi-emoji-smile::before { content: "\f327"; }
  .bi-emoji-sunglasses-fill::before { content: "\f328"; }
  .bi-emoji-sunglasses::before { content: "\f329"; }
  .bi-emoji-wink-fill::before { content: "\f32a"; }
  .bi-emoji-wink::before { content: "\f32b"; }
  .bi-envelope-fill::before { content: "\f32c"; }
  .bi-envelope-open-fill::before { content: "\f32d"; }
  .bi-envelope-open::before { content: "\f32e"; }
  .bi-envelope::before { content: "\f32f"; }
  .bi-eraser-fill::before { content: "\f330"; }
  .bi-eraser::before { content: "\f331"; }
  .bi-exclamation-circle-fill::before { content: "\f332"; }
  .bi-exclamation-circle::before { content: "\f333"; }
  .bi-exclamation-diamond-fill::before { content: "\f334"; }
  .bi-exclamation-diamond::before { content: "\f335"; }
  .bi-exclamation-octagon-fill::before { content: "\f336"; }
  .bi-exclamation-octagon::before { content: "\f337"; }
  .bi-exclamation-square-fill::before { content: "\f338"; }
  .bi-exclamation-square::before { content: "\f339"; }
  .bi-exclamation-triangle-fill::before { content: "\f33a"; }
  .bi-exclamation-triangle::before { content: "\f33b"; }
  .bi-exclamation::before { content: "\f33c"; }
  .bi-exclude::before { content: "\f33d"; }
  .bi-eye-fill::before { content: "\f33e"; }
  .bi-eye-slash-fill::before { content: "\f33f"; }
  .bi-eye-slash::before { content: "\f340"; }
  .bi-eye::before { content: "\f341"; }
  .bi-eyedropper::before { content: "\f342"; }
  .bi-eyeglasses::before { content: "\f343"; }
  .bi-facebook::before { content: "\f344"; }
  .bi-file-arrow-down-fill::before { content: "\f345"; }
  .bi-file-arrow-down::before { content: "\f346"; }
  .bi-file-arrow-up-fill::before { content: "\f347"; }
  .bi-file-arrow-up::before { content: "\f348"; }
  .bi-file-bar-graph-fill::before { content: "\f349"; }
  .bi-file-bar-graph::before { content: "\f34a"; }
  .bi-file-binary-fill::before { content: "\f34b"; }
  .bi-file-binary::before { content: "\f34c"; }
  .bi-file-break-fill::before { content: "\f34d"; }
  .bi-file-break::before { content: "\f34e"; }
  .bi-file-check-fill::before { content: "\f34f"; }
  .bi-file-check::before { content: "\f350"; }
  .bi-file-code-fill::before { content: "\f351"; }
  .bi-file-code::before { content: "\f352"; }
  .bi-file-diff-fill::before { content: "\f353"; }
  .bi-file-diff::before { content: "\f354"; }
  .bi-file-earmark-arrow-down-fill::before { content: "\f355"; }
  .bi-file-earmark-arrow-down::before { content: "\f356"; }
  .bi-file-earmark-arrow-up-fill::before { content: "\f357"; }
  .bi-file-earmark-arrow-up::before { content: "\f358"; }
  .bi-file-earmark-bar-graph-fill::before { content: "\f359"; }
  .bi-file-earmark-bar-graph::before { content: "\f35a"; }
  .bi-file-earmark-binary-fill::before { content: "\f35b"; }
  .bi-file-earmark-binary::before { content: "\f35c"; }
  .bi-file-earmark-break-fill::before { content: "\f35d"; }
  .bi-file-earmark-break::before { content: "\f35e"; }
  .bi-file-earmark-check-fill::before { content: "\f35f"; }
  .bi-file-earmark-check::before { content: "\f360"; }
  .bi-file-earmark-code-fill::before { content: "\f361"; }
  .bi-file-earmark-code::before { content: "\f362"; }
  .bi-file-earmark-diff-fill::before { content: "\f363"; }
  .bi-file-earmark-diff::before { content: "\f364"; }
  .bi-file-earmark-easel-fill::before { content: "\f365"; }
  .bi-file-earmark-easel::before { content: "\f366"; }
  .bi-file-earmark-excel-fill::before { content: "\f367"; }
  .bi-file-earmark-excel::before { content: "\f368"; }
  .bi-file-earmark-fill::before { content: "\f369"; }
  .bi-file-earmark-font-fill::before { content: "\f36a"; }
  .bi-file-earmark-font::before { content: "\f36b"; }
  .bi-file-earmark-image-fill::before { content: "\f36c"; }
  .bi-file-earmark-image::before { content: "\f36d"; }
  .bi-file-earmark-lock-fill::before { content: "\f36e"; }
  .bi-file-earmark-lock::before { content: "\f36f"; }
  .bi-file-earmark-lock2-fill::before { content: "\f370"; }
  .bi-file-earmark-lock2::before { content: "\f371"; }
  .bi-file-earmark-medical-fill::before { content: "\f372"; }
  .bi-file-earmark-medical::before { content: "\f373"; }
  .bi-file-earmark-minus-fill::before { content: "\f374"; }
  .bi-file-earmark-minus::before { content: "\f375"; }
  .bi-file-earmark-music-fill::before { content: "\f376"; }
  .bi-file-earmark-music::before { content: "\f377"; }
  .bi-file-earmark-person-fill::before { content: "\f378"; }
  .bi-file-earmark-person::before { content: "\f379"; }
  .bi-file-earmark-play-fill::before { content: "\f37a"; }
  .bi-file-earmark-play::before { content: "\f37b"; }
  .bi-file-earmark-plus-fill::before { content: "\f37c"; }
  .bi-file-earmark-plus::before { content: "\f37d"; }
  .bi-file-earmark-post-fill::before { content: "\f37e"; }
  .bi-file-earmark-post::before { content: "\f37f"; }
  .bi-file-earmark-ppt-fill::before { content: "\f380"; }
  .bi-file-earmark-ppt::before { content: "\f381"; }
  .bi-file-earmark-richtext-fill::before { content: "\f382"; }
  .bi-file-earmark-richtext::before { content: "\f383"; }
  .bi-file-earmark-ruled-fill::before { content: "\f384"; }
  .bi-file-earmark-ruled::before { content: "\f385"; }
  .bi-file-earmark-slides-fill::before { content: "\f386"; }
  .bi-file-earmark-slides::before { content: "\f387"; }
  .bi-file-earmark-spreadsheet-fill::before { content: "\f388"; }
  .bi-file-earmark-spreadsheet::before { content: "\f389"; }
  .bi-file-earmark-text-fill::before { content: "\f38a"; }
  .bi-file-earmark-text::before { content: "\f38b"; }
  .bi-file-earmark-word-fill::before { content: "\f38c"; }
  .bi-file-earmark-word::before { content: "\f38d"; }
  .bi-file-earmark-x-fill::before { content: "\f38e"; }
  .bi-file-earmark-x::before { content: "\f38f"; }
  .bi-file-earmark-zip-fill::before { content: "\f390"; }
  .bi-file-earmark-zip::before { content: "\f391"; }
  .bi-file-earmark::before { content: "\f392"; }
  .bi-file-easel-fill::before { content: "\f393"; }
  .bi-file-easel::before { content: "\f394"; }
  .bi-file-excel-fill::before { content: "\f395"; }
  .bi-file-excel::before { content: "\f396"; }
  .bi-file-fill::before { content: "\f397"; }
  .bi-file-font-fill::before { content: "\f398"; }
  .bi-file-font::before { content: "\f399"; }
  .bi-file-image-fill::before { content: "\f39a"; }
  .bi-file-image::before { content: "\f39b"; }
  .bi-file-lock-fill::before { content: "\f39c"; }
  .bi-file-lock::before { content: "\f39d"; }
  .bi-file-lock2-fill::before { content: "\f39e"; }
  .bi-file-lock2::before { content: "\f39f"; }
  .bi-file-medical-fill::before { content: "\f3a0"; }
  .bi-file-medical::before { content: "\f3a1"; }
  .bi-file-minus-fill::before { content: "\f3a2"; }
  .bi-file-minus::before { content: "\f3a3"; }
  .bi-file-music-fill::before { content: "\f3a4"; }
  .bi-file-music::before { content: "\f3a5"; }
  .bi-file-person-fill::before { content: "\f3a6"; }
  .bi-file-person::before { content: "\f3a7"; }
  .bi-file-play-fill::before { content: "\f3a8"; }
  .bi-file-play::before { content: "\f3a9"; }
  .bi-file-plus-fill::before { content: "\f3aa"; }
  .bi-file-plus::before { content: "\f3ab"; }
  .bi-file-post-fill::before { content: "\f3ac"; }
  .bi-file-post::before { content: "\f3ad"; }
  .bi-file-ppt-fill::before { content: "\f3ae"; }
  .bi-file-ppt::before { content: "\f3af"; }
  .bi-file-richtext-fill::before { content: "\f3b0"; }
  .bi-file-richtext::before { content: "\f3b1"; }
  .bi-file-ruled-fill::before { content: "\f3b2"; }
  .bi-file-ruled::before { content: "\f3b3"; }
  .bi-file-slides-fill::before { content: "\f3b4"; }
  .bi-file-slides::before { content: "\f3b5"; }
  .bi-file-spreadsheet-fill::before { content: "\f3b6"; }
  .bi-file-spreadsheet::before { content: "\f3b7"; }
  .bi-file-text-fill::before { content: "\f3b8"; }
  .bi-file-text::before { content: "\f3b9"; }
  .bi-file-word-fill::before { content: "\f3ba"; }
  .bi-file-word::before { content: "\f3bb"; }
  .bi-file-x-fill::before { content: "\f3bc"; }
  .bi-file-x::before { content: "\f3bd"; }
  .bi-file-zip-fill::before { content: "\f3be"; }
  .bi-file-zip::before { content: "\f3bf"; }
  .bi-file::before { content: "\f3c0"; }
  .bi-files-alt::before { content: "\f3c1"; }
  .bi-files::before { content: "\f3c2"; }
  .bi-film::before { content: "\f3c3"; }
  .bi-filter-circle-fill::before { content: "\f3c4"; }
  .bi-filter-circle::before { content: "\f3c5"; }
  .bi-filter-left::before { content: "\f3c6"; }
  .bi-filter-right::before { content: "\f3c7"; }
  .bi-filter-square-fill::before { content: "\f3c8"; }
  .bi-filter-square::before { content: "\f3c9"; }
  .bi-filter::before { content: "\f3ca"; }
  .bi-flag-fill::before { content: "\f3cb"; }
  .bi-flag::before { content: "\f3cc"; }
  .bi-flower1::before { content: "\f3cd"; }
  .bi-flower2::before { content: "\f3ce"; }
  .bi-flower3::before { content: "\f3cf"; }
  .bi-folder-check::before { content: "\f3d0"; }
  .bi-folder-fill::before { content: "\f3d1"; }
  .bi-folder-minus::before { content: "\f3d2"; }
  .bi-folder-plus::before { content: "\f3d3"; }
  .bi-folder-symlink-fill::before { content: "\f3d4"; }
  .bi-folder-symlink::before { content: "\f3d5"; }
  .bi-folder-x::before { content: "\f3d6"; }
  .bi-folder::before { content: "\f3d7"; }
  .bi-folder2-open::before { content: "\f3d8"; }
  .bi-folder2::before { content: "\f3d9"; }
  .bi-fonts::before { content: "\f3da"; }
  .bi-forward-fill::before { content: "\f3db"; }
  .bi-forward::before { content: "\f3dc"; }
  .bi-front::before { content: "\f3dd"; }
  .bi-fullscreen-exit::before { content: "\f3de"; }
  .bi-fullscreen::before { content: "\f3df"; }
  .bi-funnel-fill::before { content: "\f3e0"; }
  .bi-funnel::before { content: "\f3e1"; }
  .bi-gear-fill::before { content: "\f3e2"; }
  .bi-gear-wide-connected::before { content: "\f3e3"; }
  .bi-gear-wide::before { content: "\f3e4"; }
  .bi-gear::before { content: "\f3e5"; }
  .bi-gem::before { content: "\f3e6"; }
  .bi-geo-alt-fill::before { content: "\f3e7"; }
  .bi-geo-alt::before { content: "\f3e8"; }
  .bi-geo-fill::before { content: "\f3e9"; }
  .bi-geo::before { content: "\f3ea"; }
  .bi-gift-fill::before { content: "\f3eb"; }
  .bi-gift::before { content: "\f3ec"; }
  .bi-github::before { content: "\f3ed"; }
  .bi-globe::before { content: "\f3ee"; }
  .bi-globe2::before { content: "\f3ef"; }
  .bi-google::before { content: "\f3f0"; }
  .bi-graph-down::before { content: "\f3f1"; }
  .bi-graph-up::before { content: "\f3f2"; }
  .bi-grid-1x2-fill::before { content: "\f3f3"; }
  .bi-grid-1x2::before { content: "\f3f4"; }
  .bi-grid-3x2-gap-fill::before { content: "\f3f5"; }
  .bi-grid-3x2-gap::before { content: "\f3f6"; }
  .bi-grid-3x2::before { content: "\f3f7"; }
  .bi-grid-3x3-gap-fill::before { content: "\f3f8"; }
  .bi-grid-3x3-gap::before { content: "\f3f9"; }
  .bi-grid-3x3::before { content: "\f3fa"; }
  .bi-grid-fill::before { content: "\f3fb"; }
  .bi-grid::before { content: "\f3fc"; }
  .bi-grip-horizontal::before { content: "\f3fd"; }
  .bi-grip-vertical::before { content: "\f3fe"; }
  .bi-hammer::before { content: "\f3ff"; }
  .bi-hand-index-fill::before { content: "\f400"; }
  .bi-hand-index-thumb-fill::before { content: "\f401"; }
  .bi-hand-index-thumb::before { content: "\f402"; }
  .bi-hand-index::before { content: "\f403"; }
  .bi-hand-thumbs-down-fill::before { content: "\f404"; }
  .bi-hand-thumbs-down::before { content: "\f405"; }
  .bi-hand-thumbs-up-fill::before { content: "\f406"; }
  .bi-hand-thumbs-up::before { content: "\f407"; }
  .bi-handbag-fill::before { content: "\f408"; }
  .bi-handbag::before { content: "\f409"; }
  .bi-hash::before { content: "\f40a"; }
  .bi-hdd-fill::before { content: "\f40b"; }
  .bi-hdd-network-fill::before { content: "\f40c"; }
  .bi-hdd-network::before { content: "\f40d"; }
  .bi-hdd-rack-fill::before { content: "\f40e"; }
  .bi-hdd-rack::before { content: "\f40f"; }
  .bi-hdd-stack-fill::before { content: "\f410"; }
  .bi-hdd-stack::before { content: "\f411"; }
  .bi-hdd::before { content: "\f412"; }
  .bi-headphones::before { content: "\f413"; }
  .bi-headset::before { content: "\f414"; }
  .bi-heart-fill::before { content: "\f415"; }
  .bi-heart-half::before { content: "\f416"; }
  .bi-heart::before { content: "\f417"; }
  .bi-heptagon-fill::before { content: "\f418"; }
  .bi-heptagon-half::before { content: "\f419"; }
  .bi-heptagon::before { content: "\f41a"; }
  .bi-hexagon-fill::before { content: "\f41b"; }
  .bi-hexagon-half::before { content: "\f41c"; }
  .bi-hexagon::before { content: "\f41d"; }
  .bi-hourglass-bottom::before { content: "\f41e"; }
  .bi-hourglass-split::before { content: "\f41f"; }
  .bi-hourglass-top::before { content: "\f420"; }
  .bi-hourglass::before { content: "\f421"; }
  .bi-house-door-fill::before { content: "\f422"; }
  .bi-house-door::before { content: "\f423"; }
  .bi-house-fill::before { content: "\f424"; }
  .bi-house::before { content: "\f425"; }
  .bi-hr::before { content: "\f426"; }
  .bi-hurricane::before { content: "\f427"; }
  .bi-image-alt::before { content: "\f428"; }
  .bi-image-fill::before { content: "\f429"; }
  .bi-image::before { content: "\f42a"; }
  .bi-images::before { content: "\f42b"; }
  .bi-inbox-fill::before { content: "\f42c"; }
  .bi-inbox::before { content: "\f42d"; }
  .bi-inboxes-fill::before { content: "\f42e"; }
  .bi-inboxes::before { content: "\f42f"; }
  .bi-info-circle-fill::before { content: "\f430"; }
  .bi-info-circle::before { content: "\f431"; }
  .bi-info-square-fill::before { content: "\f432"; }
  .bi-info-square::before { content: "\f433"; }
  .bi-info::before { content: "\f434"; }
  .bi-input-cursor-text::before { content: "\f435"; }
  .bi-input-cursor::before { content: "\f436"; }
  .bi-instagram::before { content: "\f437"; }
  .bi-intersect::before { content: "\f438"; }
  .bi-journal-album::before { content: "\f439"; }
  .bi-journal-arrow-down::before { content: "\f43a"; }
  .bi-journal-arrow-up::before { content: "\f43b"; }
  .bi-journal-bookmark-fill::before { content: "\f43c"; }
  .bi-journal-bookmark::before { content: "\f43d"; }
  .bi-journal-check::before { content: "\f43e"; }
  .bi-journal-code::before { content: "\f43f"; }
  .bi-journal-medical::before { content: "\f440"; }
  .bi-journal-minus::before { content: "\f441"; }
  .bi-journal-plus::before { content: "\f442"; }
  .bi-journal-richtext::before { content: "\f443"; }
  .bi-journal-text::before { content: "\f444"; }
  .bi-journal-x::before { content: "\f445"; }
  .bi-journal::before { content: "\f446"; }
  .bi-journals::before { content: "\f447"; }
  .bi-joystick::before { content: "\f448"; }
  .bi-justify-left::before { content: "\f449"; }
  .bi-justify-right::before { content: "\f44a"; }
  .bi-justify::before { content: "\f44b"; }
  .bi-kanban-fill::before { content: "\f44c"; }
  .bi-kanban::before { content: "\f44d"; }
  .bi-key-fill::before { content: "\f44e"; }
  .bi-key::before { content: "\f44f"; }
  .bi-keyboard-fill::before { content: "\f450"; }
  .bi-keyboard::before { content: "\f451"; }
  .bi-ladder::before { content: "\f452"; }
  .bi-lamp-fill::before { content: "\f453"; }
  .bi-lamp::before { content: "\f454"; }
  .bi-laptop-fill::before { content: "\f455"; }
  .bi-laptop::before { content: "\f456"; }
  .bi-layer-backward::before { content: "\f457"; }
  .bi-layer-forward::before { content: "\f458"; }
  .bi-layers-fill::before { content: "\f459"; }
  .bi-layers-half::before { content: "\f45a"; }
  .bi-layers::before { content: "\f45b"; }
  .bi-layout-sidebar-inset-reverse::before { content: "\f45c"; }
  .bi-layout-sidebar-inset::before { content: "\f45d"; }
  .bi-layout-sidebar-reverse::before { content: "\f45e"; }
  .bi-layout-sidebar::before { content: "\f45f"; }
  .bi-layout-split::before { content: "\f460"; }
  .bi-layout-text-sidebar-reverse::before { content: "\f461"; }
  .bi-layout-text-sidebar::before { content: "\f462"; }
  .bi-layout-text-window-reverse::before { content: "\f463"; }
  .bi-layout-text-window::before { content: "\f464"; }
  .bi-layout-three-columns::before { content: "\f465"; }
  .bi-layout-wtf::before { content: "\f466"; }
  .bi-life-preserver::before { content: "\f467"; }
  .bi-lightbulb-fill::before { content: "\f468"; }
  .bi-lightbulb-off-fill::before { content: "\f469"; }
  .bi-lightbulb-off::before { content: "\f46a"; }
  .bi-lightbulb::before { content: "\f46b"; }
  .bi-lightning-charge-fill::before { content: "\f46c"; }
  .bi-lightning-charge::before { content: "\f46d"; }
  .bi-lightning-fill::before { content: "\f46e"; }
  .bi-lightning::before { content: "\f46f"; }
  .bi-link-45deg::before { content: "\f470"; }
  .bi-link::before { content: "\f471"; }
  .bi-linkedin::before { content: "\f472"; }
  .bi-list-check::before { content: "\f473"; }
  .bi-list-nested::before { content: "\f474"; }
  .bi-list-ol::before { content: "\f475"; }
  .bi-list-stars::before { content: "\f476"; }
  .bi-list-task::before { content: "\f477"; }
  .bi-list-ul::before { content: "\f478"; }
  .bi-list::before { content: "\f479"; }
  .bi-lock-fill::before { content: "\f47a"; }
  .bi-lock::before { content: "\f47b"; }
  .bi-mailbox::before { content: "\f47c"; }
  .bi-mailbox2::before { content: "\f47d"; }
  .bi-map-fill::before { content: "\f47e"; }
  .bi-map::before { content: "\f47f"; }
  .bi-markdown-fill::before { content: "\f480"; }
  .bi-markdown::before { content: "\f481"; }
  .bi-mask::before { content: "\f482"; }
  .bi-megaphone-fill::before { content: "\f483"; }
  .bi-megaphone::before { content: "\f484"; }
  .bi-menu-app-fill::before { content: "\f485"; }
  .bi-menu-app::before { content: "\f486"; }
  .bi-menu-button-fill::before { content: "\f487"; }
  .bi-menu-button-wide-fill::before { content: "\f488"; }
  .bi-menu-button-wide::before { content: "\f489"; }
  .bi-menu-button::before { content: "\f48a"; }
  .bi-menu-down::before { content: "\f48b"; }
  .bi-menu-up::before { content: "\f48c"; }
  .bi-mic-fill::before { content: "\f48d"; }
  .bi-mic-mute-fill::before { content: "\f48e"; }
  .bi-mic-mute::before { content: "\f48f"; }
  .bi-mic::before { content: "\f490"; }
  .bi-minecart-loaded::before { content: "\f491"; }
  .bi-minecart::before { content: "\f492"; }
  .bi-moisture::before { content: "\f493"; }
  .bi-moon-fill::before { content: "\f494"; }
  .bi-moon-stars-fill::before { content: "\f495"; }
  .bi-moon-stars::before { content: "\f496"; }
  .bi-moon::before { content: "\f497"; }
  .bi-mouse-fill::before { content: "\f498"; }
  .bi-mouse::before { content: "\f499"; }
  .bi-mouse2-fill::before { content: "\f49a"; }
  .bi-mouse2::before { content: "\f49b"; }
  .bi-mouse3-fill::before { content: "\f49c"; }
  .bi-mouse3::before { content: "\f49d"; }
  .bi-music-note-beamed::before { content: "\f49e"; }
  .bi-music-note-list::before { content: "\f49f"; }
  .bi-music-note::before { content: "\f4a0"; }
  .bi-music-player-fill::before { content: "\f4a1"; }
  .bi-music-player::before { content: "\f4a2"; }
  .bi-newspaper::before { content: "\f4a3"; }
  .bi-node-minus-fill::before { content: "\f4a4"; }
  .bi-node-minus::before { content: "\f4a5"; }
  .bi-node-plus-fill::before { content: "\f4a6"; }
  .bi-node-plus::before { content: "\f4a7"; }
  .bi-nut-fill::before { content: "\f4a8"; }
  .bi-nut::before { content: "\f4a9"; }
  .bi-octagon-fill::before { content: "\f4aa"; }
  .bi-octagon-half::before { content: "\f4ab"; }
  .bi-octagon::before { content: "\f4ac"; }
  .bi-option::before { content: "\f4ad"; }
  .bi-outlet::before { content: "\f4ae"; }
  .bi-paint-bucket::before { content: "\f4af"; }
  .bi-palette-fill::before { content: "\f4b0"; }
  .bi-palette::before { content: "\f4b1"; }
  .bi-palette2::before { content: "\f4b2"; }
  .bi-paperclip::before { content: "\f4b3"; }
  .bi-paragraph::before { content: "\f4b4"; }
  .bi-patch-check-fill::before { content: "\f4b5"; }
  .bi-patch-check::before { content: "\f4b6"; }
  .bi-patch-exclamation-fill::before { content: "\f4b7"; }
  .bi-patch-exclamation::before { content: "\f4b8"; }
  .bi-patch-minus-fill::before { content: "\f4b9"; }
  .bi-patch-minus::before { content: "\f4ba"; }
  .bi-patch-plus-fill::before { content: "\f4bb"; }
  .bi-patch-plus::before { content: "\f4bc"; }
  .bi-patch-question-fill::before { content: "\f4bd"; }
  .bi-patch-question::before { content: "\f4be"; }
  .bi-pause-btn-fill::before { content: "\f4bf"; }
  .bi-pause-btn::before { content: "\f4c0"; }
  .bi-pause-circle-fill::before { content: "\f4c1"; }
  .bi-pause-circle::before { content: "\f4c2"; }
  .bi-pause-fill::before { content: "\f4c3"; }
  .bi-pause::before { content: "\f4c4"; }
  .bi-peace-fill::before { content: "\f4c5"; }
  .bi-peace::before { content: "\f4c6"; }
  .bi-pen-fill::before { content: "\f4c7"; }
  .bi-pen::before { content: "\f4c8"; }
  .bi-pencil-fill::before { content: "\f4c9"; }
  .bi-pencil-square::before { content: "\f4ca"; }
  .bi-pencil::before { content: "\f4cb"; }
  .bi-pentagon-fill::before { content: "\f4cc"; }
  .bi-pentagon-half::before { content: "\f4cd"; }
  .bi-pentagon::before { content: "\f4ce"; }
  .bi-people-fill::before { content: "\f4cf"; }
  .bi-people::before { content: "\f4d0"; }
  .bi-percent::before { content: "\f4d1"; }
  .bi-person-badge-fill::before { content: "\f4d2"; }
  .bi-person-badge::before { content: "\f4d3"; }
  .bi-person-bounding-box::before { content: "\f4d4"; }
  .bi-person-check-fill::before { content: "\f4d5"; }
  .bi-person-check::before { content: "\f4d6"; }
  .bi-person-circle::before { content: "\f4d7"; }
  .bi-person-dash-fill::before { content: "\f4d8"; }
  .bi-person-dash::before { content: "\f4d9"; }
  .bi-person-fill::before { content: "\f4da"; }
  .bi-person-lines-fill::before { content: "\f4db"; }
  .bi-person-plus-fill::before { content: "\f4dc"; }
  .bi-person-plus::before { content: "\f4dd"; }
  .bi-person-square::before { content: "\f4de"; }
  .bi-person-x-fill::before { content: "\f4df"; }
  .bi-person-x::before { content: "\f4e0"; }
  .bi-person::before { content: "\f4e1"; }
  .bi-phone-fill::before { content: "\f4e2"; }
  .bi-phone-landscape-fill::before { content: "\f4e3"; }
  .bi-phone-landscape::before { content: "\f4e4"; }
  .bi-phone-vibrate-fill::before { content: "\f4e5"; }
  .bi-phone-vibrate::before { content: "\f4e6"; }
  .bi-phone::before { content: "\f4e7"; }
  .bi-pie-chart-fill::before { content: "\f4e8"; }
  .bi-pie-chart::before { content: "\f4e9"; }
  .bi-pin-angle-fill::before { content: "\f4ea"; }
  .bi-pin-angle::before { content: "\f4eb"; }
  .bi-pin-fill::before { content: "\f4ec"; }
  .bi-pin::before { content: "\f4ed"; }
  .bi-pip-fill::before { content: "\f4ee"; }
  .bi-pip::before { content: "\f4ef"; }
  .bi-play-btn-fill::before { content: "\f4f0"; }
  .bi-play-btn::before { content: "\f4f1"; }
  .bi-play-circle-fill::before { content: "\f4f2"; }
  .bi-play-circle::before { content: "\f4f3"; }
  .bi-play-fill::before { content: "\f4f4"; }
  .bi-play::before { content: "\f4f5"; }
  .bi-plug-fill::before { content: "\f4f6"; }
  .bi-plug::before { content: "\f4f7"; }
  .bi-plus-circle-dotted::before { content: "\f4f8"; }
  .bi-plus-circle-fill::before { content: "\f4f9"; }
  .bi-plus-circle::before { content: "\f4fa"; }
  .bi-plus-square-dotted::before { content: "\f4fb"; }
  .bi-plus-square-fill::before { content: "\f4fc"; }
  .bi-plus-square::before { content: "\f4fd"; }
  .bi-plus::before { content: "\f4fe"; }
  .bi-power::before { content: "\f4ff"; }
  .bi-printer-fill::before { content: "\f500"; }
  .bi-printer::before { content: "\f501"; }
  .bi-puzzle-fill::before { content: "\f502"; }
  .bi-puzzle::before { content: "\f503"; }
  .bi-question-circle-fill::before { content: "\f504"; }
  .bi-question-circle::before { content: "\f505"; }
  .bi-question-diamond-fill::before { content: "\f506"; }
  .bi-question-diamond::before { content: "\f507"; }
  .bi-question-octagon-fill::before { content: "\f508"; }
  .bi-question-octagon::before { content: "\f509"; }
  .bi-question-square-fill::before { content: "\f50a"; }
  .bi-question-square::before { content: "\f50b"; }
  .bi-question::before { content: "\f50c"; }
  .bi-rainbow::before { content: "\f50d"; }
  .bi-receipt-cutoff::before { content: "\f50e"; }
  .bi-receipt::before { content: "\f50f"; }
  .bi-reception-0::before { content: "\f510"; }
  .bi-reception-1::before { content: "\f511"; }
  .bi-reception-2::before { content: "\f512"; }
  .bi-reception-3::before { content: "\f513"; }
  .bi-reception-4::before { content: "\f514"; }
  .bi-record-btn-fill::before { content: "\f515"; }
  .bi-record-btn::before { content: "\f516"; }
  .bi-record-circle-fill::before { content: "\f517"; }
  .bi-record-circle::before { content: "\f518"; }
  .bi-record-fill::before { content: "\f519"; }
  .bi-record::before { content: "\f51a"; }
  .bi-record2-fill::before { content: "\f51b"; }
  .bi-record2::before { content: "\f51c"; }
  .bi-reply-all-fill::before { content: "\f51d"; }
  .bi-reply-all::before { content: "\f51e"; }
  .bi-reply-fill::before { content: "\f51f"; }
  .bi-reply::before { content: "\f520"; }
  .bi-rss-fill::before { content: "\f521"; }
  .bi-rss::before { content: "\f522"; }
  .bi-rulers::before { content: "\f523"; }
  .bi-save-fill::before { content: "\f524"; }
  .bi-save::before { content: "\f525"; }
  .bi-save2-fill::before { content: "\f526"; }
  .bi-save2::before { content: "\f527"; }
  .bi-scissors::before { content: "\f528"; }
  .bi-screwdriver::before { content: "\f529"; }
  .bi-search::before { content: "\f52a"; }
  .bi-segmented-nav::before { content: "\f52b"; }
  .bi-server::before { content: "\f52c"; }
  .bi-share-fill::before { content: "\f52d"; }
  .bi-share::before { content: "\f52e"; }
  .bi-shield-check::before { content: "\f52f"; }
  .bi-shield-exclamation::before { content: "\f530"; }
  .bi-shield-fill-check::before { content: "\f531"; }
  .bi-shield-fill-exclamation::before { content: "\f532"; }
  .bi-shield-fill-minus::before { content: "\f533"; }
  .bi-shield-fill-plus::before { content: "\f534"; }
  .bi-shield-fill-x::before { content: "\f535"; }
  .bi-shield-fill::before { content: "\f536"; }
  .bi-shield-lock-fill::before { content: "\f537"; }
  .bi-shield-lock::before { content: "\f538"; }
  .bi-shield-minus::before { content: "\f539"; }
  .bi-shield-plus::before { content: "\f53a"; }
  .bi-shield-shaded::before { content: "\f53b"; }
  .bi-shield-slash-fill::before { content: "\f53c"; }
  .bi-shield-slash::before { content: "\f53d"; }
  .bi-shield-x::before { content: "\f53e"; }
  .bi-shield::before { content: "\f53f"; }
  .bi-shift-fill::before { content: "\f540"; }
  .bi-shift::before { content: "\f541"; }
  .bi-shop-window::before { content: "\f542"; }
  .bi-shop::before { content: "\f543"; }
  .bi-shuffle::before { content: "\f544"; }
  .bi-signpost-2-fill::before { content: "\f545"; }
  .bi-signpost-2::before { content: "\f546"; }
  .bi-signpost-fill::before { content: "\f547"; }
  .bi-signpost-split-fill::before { content: "\f548"; }
  .bi-signpost-split::before { content: "\f549"; }
  .bi-signpost::before { content: "\f54a"; }
  .bi-sim-fill::before { content: "\f54b"; }
  .bi-sim::before { content: "\f54c"; }
  .bi-skip-backward-btn-fill::before { content: "\f54d"; }
  .bi-skip-backward-btn::before { content: "\f54e"; }
  .bi-skip-backward-circle-fill::before { content: "\f54f"; }
  .bi-skip-backward-circle::before { content: "\f550"; }
  .bi-skip-backward-fill::before { content: "\f551"; }
  .bi-skip-backward::before { content: "\f552"; }
  .bi-skip-end-btn-fill::before { content: "\f553"; }
  .bi-skip-end-btn::before { content: "\f554"; }
  .bi-skip-end-circle-fill::before { content: "\f555"; }
  .bi-skip-end-circle::before { content: "\f556"; }
  .bi-skip-end-fill::before { content: "\f557"; }
  .bi-skip-end::before { content: "\f558"; }
  .bi-skip-forward-btn-fill::before { content: "\f559"; }
  .bi-skip-forward-btn::before { content: "\f55a"; }
  .bi-skip-forward-circle-fill::before { content: "\f55b"; }
  .bi-skip-forward-circle::before { content: "\f55c"; }
  .bi-skip-forward-fill::before { content: "\f55d"; }
  .bi-skip-forward::before { content: "\f55e"; }
  .bi-skip-start-btn-fill::before { content: "\f55f"; }
  .bi-skip-start-btn::before { content: "\f560"; }
  .bi-skip-start-circle-fill::before { content: "\f561"; }
  .bi-skip-start-circle::before { content: "\f562"; }
  .bi-skip-start-fill::before { content: "\f563"; }
  .bi-skip-start::before { content: "\f564"; }
  .bi-slack::before { content: "\f565"; }
  .bi-slash-circle-fill::before { content: "\f566"; }
  .bi-slash-circle::before { content: "\f567"; }
  .bi-slash-square-fill::before { content: "\f568"; }
  .bi-slash-square::before { content: "\f569"; }
  .bi-slash::before { content: "\f56a"; }
  .bi-sliders::before { content: "\f56b"; }
  .bi-smartwatch::before { content: "\f56c"; }
  .bi-snow::before { content: "\f56d"; }
  .bi-snow2::before { content: "\f56e"; }
  .bi-snow3::before { content: "\f56f"; }
  .bi-sort-alpha-down-alt::before { content: "\f570"; }
  .bi-sort-alpha-down::before { content: "\f571"; }
  .bi-sort-alpha-up-alt::before { content: "\f572"; }
  .bi-sort-alpha-up::before { content: "\f573"; }
  .bi-sort-down-alt::before { content: "\f574"; }
  .bi-sort-down::before { content: "\f575"; }
  .bi-sort-numeric-down-alt::before { content: "\f576"; }
  .bi-sort-numeric-down::before { content: "\f577"; }
  .bi-sort-numeric-up-alt::before { content: "\f578"; }
  .bi-sort-numeric-up::before { content: "\f579"; }
  .bi-sort-up-alt::before { content: "\f57a"; }
  .bi-sort-up::before { content: "\f57b"; }
  .bi-soundwave::before { content: "\f57c"; }
  .bi-speaker-fill::before { content: "\f57d"; }
  .bi-speaker::before { content: "\f57e"; }
  .bi-speedometer::before { content: "\f57f"; }
  .bi-speedometer2::before { content: "\f580"; }
  .bi-spellcheck::before { content: "\f581"; }
  .bi-square-fill::before { content: "\f582"; }
  .bi-square-half::before { content: "\f583"; }
  .bi-square::before { content: "\f584"; }
  .bi-stack::before { content: "\f585"; }
  .bi-star-fill::before { content: "\f586"; }
  .bi-star-half::before { content: "\f587"; }
  .bi-star::before { content: "\f588"; }
  .bi-stars::before { content: "\f589"; }
  .bi-stickies-fill::before { content: "\f58a"; }
  .bi-stickies::before { content: "\f58b"; }
  .bi-sticky-fill::before { content: "\f58c"; }
  .bi-sticky::before { content: "\f58d"; }
  .bi-stop-btn-fill::before { content: "\f58e"; }
  .bi-stop-btn::before { content: "\f58f"; }
  .bi-stop-circle-fill::before { content: "\f590"; }
  .bi-stop-circle::before { content: "\f591"; }
  .bi-stop-fill::before { content: "\f592"; }
  .bi-stop::before { content: "\f593"; }
  .bi-stoplights-fill::before { content: "\f594"; }
  .bi-stoplights::before { content: "\f595"; }
  .bi-stopwatch-fill::before { content: "\f596"; }
  .bi-stopwatch::before { content: "\f597"; }
  .bi-subtract::before { content: "\f598"; }
  .bi-suit-club-fill::before { content: "\f599"; }
  .bi-suit-club::before { content: "\f59a"; }
  .bi-suit-diamond-fill::before { content: "\f59b"; }
  .bi-suit-diamond::before { content: "\f59c"; }
  .bi-suit-heart-fill::before { content: "\f59d"; }
  .bi-suit-heart::before { content: "\f59e"; }
  .bi-suit-spade-fill::before { content: "\f59f"; }
  .bi-suit-spade::before { content: "\f5a0"; }
  .bi-sun-fill::before { content: "\f5a1"; }
  .bi-sun::before { content: "\f5a2"; }
  .bi-sunglasses::before { content: "\f5a3"; }
  .bi-sunrise-fill::before { content: "\f5a4"; }
  .bi-sunrise::before { content: "\f5a5"; }
  .bi-sunset-fill::before { content: "\f5a6"; }
  .bi-sunset::before { content: "\f5a7"; }
  .bi-symmetry-horizontal::before { content: "\f5a8"; }
  .bi-symmetry-vertical::before { content: "\f5a9"; }
  .bi-table::before { content: "\f5aa"; }
  .bi-tablet-fill::before { content: "\f5ab"; }
  .bi-tablet-landscape-fill::before { content: "\f5ac"; }
  .bi-tablet-landscape::before { content: "\f5ad"; }
  .bi-tablet::before { content: "\f5ae"; }
  .bi-tag-fill::before { content: "\f5af"; }
  .bi-tag::before { content: "\f5b0"; }
  .bi-tags-fill::before { content: "\f5b1"; }
  .bi-tags::before { content: "\f5b2"; }
  .bi-telegram::before { content: "\f5b3"; }
  .bi-telephone-fill::before { content: "\f5b4"; }
  .bi-telephone-forward-fill::before { content: "\f5b5"; }
  .bi-telephone-forward::before { content: "\f5b6"; }
  .bi-telephone-inbound-fill::before { content: "\f5b7"; }
  .bi-telephone-inbound::before { content: "\f5b8"; }
  .bi-telephone-minus-fill::before { content: "\f5b9"; }
  .bi-telephone-minus::before { content: "\f5ba"; }
  .bi-telephone-outbound-fill::before { content: "\f5bb"; }
  .bi-telephone-outbound::before { content: "\f5bc"; }
  .bi-telephone-plus-fill::before { content: "\f5bd"; }
  .bi-telephone-plus::before { content: "\f5be"; }
  .bi-telephone-x-fill::before { content: "\f5bf"; }
  .bi-telephone-x::before { content: "\f5c0"; }
  .bi-telephone::before { content: "\f5c1"; }
  .bi-terminal-fill::before { content: "\f5c2"; }
  .bi-terminal::before { content: "\f5c3"; }
  .bi-text-center::before { content: "\f5c4"; }
  .bi-text-indent-left::before { content: "\f5c5"; }
  .bi-text-indent-right::before { content: "\f5c6"; }
  .bi-text-left::before { content: "\f5c7"; }
  .bi-text-paragraph::before { content: "\f5c8"; }
  .bi-text-right::before { content: "\f5c9"; }
  .bi-textarea-resize::before { content: "\f5ca"; }
  .bi-textarea-t::before { content: "\f5cb"; }
  .bi-textarea::before { content: "\f5cc"; }
  .bi-thermometer-half::before { content: "\f5cd"; }
  .bi-thermometer-high::before { content: "\f5ce"; }
  .bi-thermometer-low::before { content: "\f5cf"; }
  .bi-thermometer-snow::before { content: "\f5d0"; }
  .bi-thermometer-sun::before { content: "\f5d1"; }
  .bi-thermometer::before { content: "\f5d2"; }
  .bi-three-dots-vertical::before { content: "\f5d3"; }
  .bi-three-dots::before { content: "\f5d4"; }
  .bi-toggle-off::before { content: "\f5d5"; }
  .bi-toggle-on::before { content: "\f5d6"; }
  .bi-toggle2-off::before { content: "\f5d7"; }
  .bi-toggle2-on::before { content: "\f5d8"; }
  .bi-toggles::before { content: "\f5d9"; }
  .bi-toggles2::before { content: "\f5da"; }
  .bi-tools::before { content: "\f5db"; }
  .bi-tornado::before { content: "\f5dc"; }
  .bi-trash-fill::before { content: "\f5dd"; }
  .bi-trash::before { content: "\f5de"; }
  .bi-trash2-fill::before { content: "\f5df"; }
  .bi-trash2::before { content: "\f5e0"; }
  .bi-tree-fill::before { content: "\f5e1"; }
  .bi-tree::before { content: "\f5e2"; }
  .bi-triangle-fill::before { content: "\f5e3"; }
  .bi-triangle-half::before { content: "\f5e4"; }
  .bi-triangle::before { content: "\f5e5"; }
  .bi-trophy-fill::before { content: "\f5e6"; }
  .bi-trophy::before { content: "\f5e7"; }
  .bi-tropical-storm::before { content: "\f5e8"; }
  .bi-truck-flatbed::before { content: "\f5e9"; }
  .bi-truck::before { content: "\f5ea"; }
  .bi-tsunami::before { content: "\f5eb"; }
  .bi-tv-fill::before { content: "\f5ec"; }
  .bi-tv::before { content: "\f5ed"; }
  .bi-twitch::before { content: "\f5ee"; }
  .bi-twitter::before { content: "\f5ef"; }
  .bi-type-bold::before { content: "\f5f0"; }
  .bi-type-h1::before { content: "\f5f1"; }
  .bi-type-h2::before { content: "\f5f2"; }
  .bi-type-h3::before { content: "\f5f3"; }
  .bi-type-italic::before { content: "\f5f4"; }
  .bi-type-strikethrough::before { content: "\f5f5"; }
  .bi-type-underline::before { content: "\f5f6"; }
  .bi-type::before { content: "\f5f7"; }
  .bi-ui-checks-grid::before { content: "\f5f8"; }
  .bi-ui-checks::before { content: "\f5f9"; }
  .bi-ui-radios-grid::before { content: "\f5fa"; }
  .bi-ui-radios::before { content: "\f5fb"; }
  .bi-umbrella-fill::before { content: "\f5fc"; }
  .bi-umbrella::before { content: "\f5fd"; }
  .bi-union::before { content: "\f5fe"; }
  .bi-unlock-fill::before { content: "\f5ff"; }
  .bi-unlock::before { content: "\f600"; }
  .bi-upc-scan::before { content: "\f601"; }
  .bi-upc::before { content: "\f602"; }
  .bi-upload::before { content: "\f603"; }
  .bi-vector-pen::before { content: "\f604"; }
  .bi-view-list::before { content: "\f605"; }
  .bi-view-stacked::before { content: "\f606"; }
  .bi-vinyl-fill::before { content: "\f607"; }
  .bi-vinyl::before { content: "\f608"; }
  .bi-voicemail::before { content: "\f609"; }
  .bi-volume-down-fill::before { content: "\f60a"; }
  .bi-volume-down::before { content: "\f60b"; }
  .bi-volume-mute-fill::before { content: "\f60c"; }
  .bi-volume-mute::before { content: "\f60d"; }
  .bi-volume-off-fill::before { content: "\f60e"; }
  .bi-volume-off::before { content: "\f60f"; }
  .bi-volume-up-fill::before { content: "\f610"; }
  .bi-volume-up::before { content: "\f611"; }
  .bi-vr::before { content: "\f612"; }
  .bi-wallet-fill::before { content: "\f613"; }
  .bi-wallet::before { content: "\f614"; }
  .bi-wallet2::before { content: "\f615"; }
  .bi-watch::before { content: "\f616"; }
  .bi-water::before { content: "\f617"; }
  .bi-whatsapp::before { content: "\f618"; }
  .bi-wifi-1::before { content: "\f619"; }
  .bi-wifi-2::before { content: "\f61a"; }
  .bi-wifi-off::before { content: "\f61b"; }
  .bi-wifi::before { content: "\f61c"; }
  .bi-wind::before { content: "\f61d"; }
  .bi-window-dock::before { content: "\f61e"; }
  .bi-window-sidebar::before { content: "\f61f"; }
  .bi-window::before { content: "\f620"; }
  .bi-wrench::before { content: "\f621"; }
  .bi-x-circle-fill::before { content: "\f622"; }
  .bi-x-circle::before { content: "\f623"; }
  .bi-x-diamond-fill::before { content: "\f624"; }
  .bi-x-diamond::before { content: "\f625"; }
  .bi-x-octagon-fill::before { content: "\f626"; }
  .bi-x-octagon::before { content: "\f627"; }
  .bi-x-square-fill::before { content: "\f628"; }
  .bi-x-square::before { content: "\f629"; }
  .bi-x::before { content: "\f62a"; }
  .bi-youtube::before { content: "\f62b"; }
  .bi-zoom-in::before { content: "\f62c"; }
  .bi-zoom-out::before { content: "\f62d"; }
  .bi-bank::before { content: "\f62e"; }
  .bi-bank2::before { content: "\f62f"; }
  .bi-bell-slash-fill::before { content: "\f630"; }
  .bi-bell-slash::before { content: "\f631"; }
  .bi-cash-coin::before { content: "\f632"; }
  .bi-check-lg::before { content: "\f633"; }
  .bi-coin::before { content: "\f634"; }
  .bi-currency-bitcoin::before { content: "\f635"; }
  .bi-currency-dollar::before { content: "\f636"; }
  .bi-currency-euro::before { content: "\f637"; }
  .bi-currency-exchange::before { content: "\f638"; }
  .bi-currency-pound::before { content: "\f639"; }
  .bi-currency-yen::before { content: "\f63a"; }
  .bi-dash-lg::before { content: "\f63b"; }
  .bi-exclamation-lg::before { content: "\f63c"; }
  .bi-file-earmark-pdf-fill::before { content: "\f63d"; }
  .bi-file-earmark-pdf::before { content: "\f63e"; }
  .bi-file-pdf-fill::before { content: "\f63f"; }
  .bi-file-pdf::before { content: "\f640"; }
  .bi-gender-ambiguous::before { content: "\f641"; }
  .bi-gender-female::before { content: "\f642"; }
  .bi-gender-male::before { content: "\f643"; }
  .bi-gender-trans::before { content: "\f644"; }
  .bi-headset-vr::before { content: "\f645"; }
  .bi-info-lg::before { content: "\f646"; }
  .bi-mastodon::before { content: "\f647"; }
  .bi-messenger::before { content: "\f648"; }
  .bi-piggy-bank-fill::before { content: "\f649"; }
  .bi-piggy-bank::before { content: "\f64a"; }
  .bi-pin-map-fill::before { content: "\f64b"; }
  .bi-pin-map::before { content: "\f64c"; }
  .bi-plus-lg::before { content: "\f64d"; }
  .bi-question-lg::before { content: "\f64e"; }
  .bi-recycle::before { content: "\f64f"; }
  .bi-reddit::before { content: "\f650"; }
  .bi-safe-fill::before { content: "\f651"; }
  .bi-safe2-fill::before { content: "\f652"; }
  .bi-safe2::before { content: "\f653"; }
  .bi-sd-card-fill::before { content: "\f654"; }
  .bi-sd-card::before { content: "\f655"; }
  .bi-skype::before { content: "\f656"; }
  .bi-slash-lg::before { content: "\f657"; }
  .bi-translate::before { content: "\f658"; }
  .bi-x-lg::before { content: "\f659"; }
  .bi-safe::before { content: "\f65a"; }
  .bi-apple::before { content: "\f65b"; }
  .bi-microsoft::before { content: "\f65d"; }
  .bi-windows::before { content: "\f65e"; }
  .bi-behance::before { content: "\f65c"; }
  .bi-dribbble::before { content: "\f65f"; }
  .bi-line::before { content: "\f660"; }
  .bi-medium::before { content: "\f661"; }
  .bi-paypal::before { content: "\f662"; }
  .bi-pinterest::before { content: "\f663"; }
  .bi-signal::before { content: "\f664"; }
  .bi-snapchat::before { content: "\f665"; }
  .bi-spotify::before { content: "\f666"; }
  .bi-stack-overflow::before { content: "\f667"; }
  .bi-strava::before { content: "\f668"; }
  .bi-wordpress::before { content: "\f669"; }
  .bi-vimeo::before { content: "\f66a"; }
  .bi-activity::before { content: "\f66b"; }
  .bi-easel2-fill::before { content: "\f66c"; }
  .bi-easel2::before { content: "\f66d"; }
  .bi-easel3-fill::before { content: "\f66e"; }
  .bi-easel3::before { content: "\f66f"; }
  .bi-fan::before { content: "\f670"; }
  .bi-fingerprint::before { content: "\f671"; }
  .bi-graph-down-arrow::before { content: "\f672"; }
  .bi-graph-up-arrow::before { content: "\f673"; }
  .bi-hypnotize::before { content: "\f674"; }
  .bi-magic::before { content: "\f675"; }
  .bi-person-rolodex::before { content: "\f676"; }
  .bi-person-video::before { content: "\f677"; }
  .bi-person-video2::before { content: "\f678"; }
  .bi-person-video3::before { content: "\f679"; }
  .bi-person-workspace::before { content: "\f67a"; }
  .bi-radioactive::before { content: "\f67b"; }
  .bi-webcam-fill::before { content: "\f67c"; }
  .bi-webcam::before { content: "\f67d"; }
  .bi-yin-yang::before { content: "\f67e"; }
  .bi-bandaid-fill::before { content: "\f680"; }
  .bi-bandaid::before { content: "\f681"; }
  .bi-bluetooth::before { content: "\f682"; }
  .bi-body-text::before { content: "\f683"; }
  .bi-boombox::before { content: "\f684"; }
  .bi-boxes::before { content: "\f685"; }
  .bi-dpad-fill::before { content: "\f686"; }
  .bi-dpad::before { content: "\f687"; }
  .bi-ear-fill::before { content: "\f688"; }
  .bi-ear::before { content: "\f689"; }
  .bi-envelope-check-1::before { content: "\f68a"; }
  .bi-envelope-check-fill::before { content: "\f68b"; }
  .bi-envelope-check::before { content: "\f68c"; }
  .bi-envelope-dash-1::before { content: "\f68d"; }
  .bi-envelope-dash-fill::before { content: "\f68e"; }
  .bi-envelope-dash::before { content: "\f68f"; }
  .bi-envelope-exclamation-1::before { content: "\f690"; }
  .bi-envelope-exclamation-fill::before { content: "\f691"; }
  .bi-envelope-exclamation::before { content: "\f692"; }
  .bi-envelope-plus-fill::before { content: "\f693"; }
  .bi-envelope-plus::before { content: "\f694"; }
  .bi-envelope-slash-1::before { content: "\f695"; }
  .bi-envelope-slash-fill::before { content: "\f696"; }
  .bi-envelope-slash::before { content: "\f697"; }
  .bi-envelope-x-1::before { content: "\f698"; }
  .bi-envelope-x-fill::before { content: "\f699"; }
  .bi-envelope-x::before { content: "\f69a"; }
  .bi-explicit-fill::before { content: "\f69b"; }
  .bi-explicit::before { content: "\f69c"; }
  .bi-git::before { content: "\f69d"; }
  .bi-infinity::before { content: "\f69e"; }
  .bi-list-columns-reverse::before { content: "\f69f"; }
  .bi-list-columns::before { content: "\f6a0"; }
  .bi-meta::before { content: "\f6a1"; }
  .bi-mortorboard-fill::before { content: "\f6a2"; }
  .bi-mortorboard::before { content: "\f6a3"; }
  .bi-nintendo-switch::before { content: "\f6a4"; }
  .bi-pc-display-horizontal::before { content: "\f6a5"; }
  .bi-pc-display::before { content: "\f6a6"; }
  .bi-pc-horizontal::before { content: "\f6a7"; }
  .bi-pc::before { content: "\f6a8"; }
  .bi-playstation::before { content: "\f6a9"; }
  .bi-plus-slash-minus::before { content: "\f6aa"; }
  .bi-projector-fill::before { content: "\f6ab"; }
  .bi-projector::before { content: "\f6ac"; }
  .bi-qr-code-scan::before { content: "\f6ad"; }
  .bi-qr-code::before { content: "\f6ae"; }
  .bi-quora::before { content: "\f6af"; }
  .bi-quote::before { content: "\f6b0"; }
  .bi-robot::before { content: "\f6b1"; }
  .bi-send-check-fill::before { content: "\f6b2"; }
  .bi-send-check::before { content: "\f6b3"; }
  .bi-send-dash-fill::before { content: "\f6b4"; }
  .bi-send-dash::before { content: "\f6b5"; }
  .bi-send-exclamation-1::before { content: "\f6b6"; }
  .bi-send-exclamation-fill::before { content: "\f6b7"; }
  .bi-send-exclamation::before { content: "\f6b8"; }
  .bi-send-fill::before { content: "\f6b9"; }
  .bi-send-plus-fill::before { content: "\f6ba"; }
  .bi-send-plus::before { content: "\f6bb"; }
  .bi-send-slash-fill::before { content: "\f6bc"; }
  .bi-send-slash::before { content: "\f6bd"; }
  .bi-send-x-fill::before { content: "\f6be"; }
  .bi-send-x::before { content: "\f6bf"; }
  .bi-send::before { content: "\f6c0"; }
  .bi-steam::before { content: "\f6c1"; }
  .bi-terminal-dash-1::before { content: "\f6c2"; }
  .bi-terminal-dash::before { content: "\f6c3"; }
  .bi-terminal-plus::before { content: "\f6c4"; }
  .bi-terminal-split::before { content: "\f6c5"; }
  .bi-ticket-detailed-fill::before { content: "\f6c6"; }
  .bi-ticket-detailed::before { content: "\f6c7"; }
  .bi-ticket-fill::before { content: "\f6c8"; }
  .bi-ticket-perforated-fill::before { content: "\f6c9"; }
  .bi-ticket-perforated::before { content: "\f6ca"; }
  .bi-ticket::before { content: "\f6cb"; }
  .bi-tiktok::before { content: "\f6cc"; }
  .bi-window-dash::before { content: "\f6cd"; }
  .bi-window-desktop::before { content: "\f6ce"; }
  .bi-window-fullscreen::before { content: "\f6cf"; }
  .bi-window-plus::before { content: "\f6d0"; }
  .bi-window-split::before { content: "\f6d1"; }
  .bi-window-stack::before { content: "\f6d2"; }
  .bi-window-x::before { content: "\f6d3"; }
  .bi-xbox::before { content: "\f6d4"; }
  .bi-ethernet::before { content: "\f6d5"; }
  .bi-hdmi-fill::before { content: "\f6d6"; }
  .bi-hdmi::before { content: "\f6d7"; }
  .bi-usb-c-fill::before { content: "\f6d8"; }
  .bi-usb-c::before { content: "\f6d9"; }
  .bi-usb-fill::before { content: "\f6da"; }
  .bi-usb-plug-fill::before { content: "\f6db"; }
  .bi-usb-plug::before { content: "\f6dc"; }
  .bi-usb-symbol::before { content: "\f6dd"; }
  .bi-usb::before { content: "\f6de"; }
  .bi-boombox-fill::before { content: "\f6df"; }
  .bi-displayport-1::before { content: "\f6e0"; }
  .bi-displayport::before { content: "\f6e1"; }
  .bi-gpu-card::before { content: "\f6e2"; }
  .bi-memory::before { content: "\f6e3"; }
  .bi-modem-fill::before { content: "\f6e4"; }
  .bi-modem::before { content: "\f6e5"; }
  .bi-motherboard-fill::before { content: "\f6e6"; }
  .bi-motherboard::before { content: "\f6e7"; }
  .bi-optical-audio-fill::before { content: "\f6e8"; }
  .bi-optical-audio::before { content: "\f6e9"; }
  .bi-pci-card::before { content: "\f6ea"; }
  .bi-router-fill::before { content: "\f6eb"; }
  .bi-router::before { content: "\f6ec"; }
  .bi-ssd-fill::before { content: "\f6ed"; }
  .bi-ssd::before { content: "\f6ee"; }
  .bi-thunderbolt-fill::before { content: "\f6ef"; }
  .bi-thunderbolt::before { content: "\f6f0"; }
  .bi-usb-drive-fill::before { content: "\f6f1"; }
  .bi-usb-drive::before { content: "\f6f2"; }
  .bi-usb-micro-fill::before { content: "\f6f3"; }
  .bi-usb-micro::before { content: "\f6f4"; }
  .bi-usb-mini-fill::before { content: "\f6f5"; }
  .bi-usb-mini::before { content: "\f6f6"; }
  .bi-cloud-haze2::before { content: "\f6f7"; }
  .bi-device-hdd-fill::before { content: "\f6f8"; }
  .bi-device-hdd::before { content: "\f6f9"; }
  .bi-device-ssd-fill::before { content: "\f6fa"; }
  .bi-device-ssd::before { content: "\f6fb"; }
  .bi-displayport-fill::before { content: "\f6fc"; }
  .bi-mortarboard-fill::before { content: "\f6fd"; }
  .bi-mortarboard::before { content: "\f6fe"; }
  .bi-terminal-x::before { content: "\f6ff"; }
  .bi-arrow-through-heart-fill::before { content: "\f700"; }
  .bi-arrow-through-heart::before { content: "\f701"; }
  .bi-badge-sd-fill::before { content: "\f702"; }
  .bi-badge-sd::before { content: "\f703"; }
  .bi-bag-heart-fill::before { content: "\f704"; }
  .bi-bag-heart::before { content: "\f705"; }
  .bi-balloon-fill::before { content: "\f706"; }
  .bi-balloon-heart-fill::before { content: "\f707"; }
  .bi-balloon-heart::before { content: "\f708"; }
  .bi-balloon::before { content: "\f709"; }
  .bi-box2-fill::before { content: "\f70a"; }
  .bi-box2-heart-fill::before { content: "\f70b"; }
  .bi-box2-heart::before { content: "\f70c"; }
  .bi-box2::before { content: "\f70d"; }
  .bi-braces-asterisk::before { content: "\f70e"; }
  .bi-calendar-heart-fill::before { content: "\f70f"; }
  .bi-calendar-heart::before { content: "\f710"; }
  .bi-calendar2-heart-fill::before { content: "\f711"; }
  .bi-calendar2-heart::before { content: "\f712"; }
  .bi-chat-heart-fill::before { content: "\f713"; }
  .bi-chat-heart::before { content: "\f714"; }
  .bi-chat-left-heart-fill::before { content: "\f715"; }
  .bi-chat-left-heart::before { content: "\f716"; }
  .bi-chat-right-heart-fill::before { content: "\f717"; }
  .bi-chat-right-heart::before { content: "\f718"; }
  .bi-chat-square-heart-fill::before { content: "\f719"; }
  .bi-chat-square-heart::before { content: "\f71a"; }
  .bi-clipboard-check-fill::before { content: "\f71b"; }
  .bi-clipboard-data-fill::before { content: "\f71c"; }
  .bi-clipboard-fill::before { content: "\f71d"; }
  .bi-clipboard-heart-fill::before { content: "\f71e"; }
  .bi-clipboard-heart::before { content: "\f71f"; }
  .bi-clipboard-minus-fill::before { content: "\f720"; }
  .bi-clipboard-plus-fill::before { content: "\f721"; }
  .bi-clipboard-pulse::before { content: "\f722"; }
  .bi-clipboard-x-fill::before { content: "\f723"; }
  .bi-clipboard2-check-fill::before { content: "\f724"; }
  .bi-clipboard2-check::before { content: "\f725"; }
  .bi-clipboard2-data-fill::before { content: "\f726"; }
  .bi-clipboard2-data::before { content: "\f727"; }
  .bi-clipboard2-fill::before { content: "\f728"; }
  .bi-clipboard2-heart-fill::before { content: "\f729"; }
  .bi-clipboard2-heart::before { content: "\f72a"; }
  .bi-clipboard2-minus-fill::before { content: "\f72b"; }
  .bi-clipboard2-minus::before { content: "\f72c"; }
  .bi-clipboard2-plus-fill::before { content: "\f72d"; }
  .bi-clipboard2-plus::before { content: "\f72e"; }
  .bi-clipboard2-pulse-fill::before { content: "\f72f"; }
  .bi-clipboard2-pulse::before { content: "\f730"; }
  .bi-clipboard2-x-fill::before { content: "\f731"; }
  .bi-clipboard2-x::before { content: "\f732"; }
  .bi-clipboard2::before { content: "\f733"; }
  .bi-emoji-kiss-fill::before { content: "\f734"; }
  .bi-emoji-kiss::before { content: "\f735"; }
  .bi-envelope-heart-fill::before { content: "\f736"; }
  .bi-envelope-heart::before { content: "\f737"; }
  .bi-envelope-open-heart-fill::before { content: "\f738"; }
  .bi-envelope-open-heart::before { content: "\f739"; }
  .bi-envelope-paper-fill::before { content: "\f73a"; }
  .bi-envelope-paper-heart-fill::before { content: "\f73b"; }
  .bi-envelope-paper-heart::before { content: "\f73c"; }
  .bi-envelope-paper::before { content: "\f73d"; }
  .bi-filetype-aac::before { content: "\f73e"; }
  .bi-filetype-ai::before { content: "\f73f"; }
  .bi-filetype-bmp::before { content: "\f740"; }
  .bi-filetype-cs::before { content: "\f741"; }
  .bi-filetype-css::before { content: "\f742"; }
  .bi-filetype-csv::before { content: "\f743"; }
  .bi-filetype-doc::before { content: "\f744"; }
  .bi-filetype-docx::before { content: "\f745"; }
  .bi-filetype-exe::before { content: "\f746"; }
  .bi-filetype-gif::before { content: "\f747"; }
  .bi-filetype-heic::before { content: "\f748"; }
  .bi-filetype-html::before { content: "\f749"; }
  .bi-filetype-java::before { content: "\f74a"; }
  .bi-filetype-jpg::before { content: "\f74b"; }
  .bi-filetype-js::before { content: "\f74c"; }
  .bi-filetype-jsx::before { content: "\f74d"; }
  .bi-filetype-key::before { content: "\f74e"; }
  .bi-filetype-m4p::before { content: "\f74f"; }
  .bi-filetype-md::before { content: "\f750"; }
  .bi-filetype-mdx::before { content: "\f751"; }
  .bi-filetype-mov::before { content: "\f752"; }
  .bi-filetype-mp3::before { content: "\f753"; }
  .bi-filetype-mp4::before { content: "\f754"; }
  .bi-filetype-otf::before { content: "\f755"; }
  .bi-filetype-pdf::before { content: "\f756"; }
  .bi-filetype-php::before { content: "\f757"; }
  .bi-filetype-png::before { content: "\f758"; }
  .bi-filetype-ppt-1::before { content: "\f759"; }
  .bi-filetype-ppt::before { content: "\f75a"; }
  .bi-filetype-psd::before { content: "\f75b"; }
  .bi-filetype-py::before { content: "\f75c"; }
  .bi-filetype-raw::before { content: "\f75d"; }
  .bi-filetype-rb::before { content: "\f75e"; }
  .bi-filetype-sass::before { content: "\f75f"; }
  .bi-filetype-scss::before { content: "\f760"; }
  .bi-filetype-sh::before { content: "\f761"; }
  .bi-filetype-svg::before { content: "\f762"; }
  .bi-filetype-tiff::before { content: "\f763"; }
  .bi-filetype-tsx::before { content: "\f764"; }
  .bi-filetype-ttf::before { content: "\f765"; }
  .bi-filetype-txt::before { content: "\f766"; }
  .bi-filetype-wav::before { content: "\f767"; }
  .bi-filetype-woff::before { content: "\f768"; }
  .bi-filetype-xls-1::before { content: "\f769"; }
  .bi-filetype-xls::before { content: "\f76a"; }
  .bi-filetype-xml::before { content: "\f76b"; }
  .bi-filetype-yml::before { content: "\f76c"; }
  .bi-heart-arrow::before { content: "\f76d"; }
  .bi-heart-pulse-fill::before { content: "\f76e"; }
  .bi-heart-pulse::before { content: "\f76f"; }
  .bi-heartbreak-fill::before { content: "\f770"; }
  .bi-heartbreak::before { content: "\f771"; }
  .bi-hearts::before { content: "\f772"; }
  .bi-hospital-fill::before { content: "\f773"; }
  .bi-hospital::before { content: "\f774"; }
  .bi-house-heart-fill::before { content: "\f775"; }
  .bi-house-heart::before { content: "\f776"; }
  .bi-incognito::before { content: "\f777"; }
  .bi-magnet-fill::before { content: "\f778"; }
  .bi-magnet::before { content: "\f779"; }
  .bi-person-heart::before { content: "\f77a"; }
  .bi-person-hearts::before { content: "\f77b"; }
  .bi-phone-flip::before { content: "\f77c"; }
  .bi-plugin::before { content: "\f77d"; }
  .bi-postage-fill::before { content: "\f77e"; }
  .bi-postage-heart-fill::before { content: "\f77f"; }
  .bi-postage-heart::before { content: "\f780"; }
  .bi-postage::before { content: "\f781"; }
  .bi-postcard-fill::before { content: "\f782"; }
  .bi-postcard-heart-fill::before { content: "\f783"; }
  .bi-postcard-heart::before { content: "\f784"; }
  .bi-postcard::before { content: "\f785"; }
  .bi-search-heart-fill::before { content: "\f786"; }
  .bi-search-heart::before { content: "\f787"; }
  .bi-sliders2-vertical::before { content: "\f788"; }
  .bi-sliders2::before { content: "\f789"; }
  .bi-trash3-fill::before { content: "\f78a"; }
  .bi-trash3::before { content: "\f78b"; }
  .bi-valentine::before { content: "\f78c"; }
  .bi-valentine2::before { content: "\f78d"; }
  .bi-wrench-adjustable-circle-fill::before { content: "\f78e"; }
  .bi-wrench-adjustable-circle::before { content: "\f78f"; }
  .bi-wrench-adjustable::before { content: "\f790"; }
  .bi-filetype-json::before { content: "\f791"; }
  .bi-filetype-pptx::before { content: "\f792"; }
  .bi-filetype-xlsx::before { content: "\f793"; }
  .bi-1-circle-1::before { content: "\f794"; }
  .bi-1-circle-fill-1::before { content: "\f795"; }
  .bi-1-circle-fill::before { content: "\f796"; }
  .bi-1-circle::before { content: "\f797"; }
  .bi-1-square-fill::before { content: "\f798"; }
  .bi-1-square::before { content: "\f799"; }
  .bi-2-circle-1::before { content: "\f79a"; }
  .bi-2-circle-fill-1::before { content: "\f79b"; }
  .bi-2-circle-fill::before { content: "\f79c"; }
  .bi-2-circle::before { content: "\f79d"; }
  .bi-2-square-fill::before { content: "\f79e"; }
  .bi-2-square::before { content: "\f79f"; }
  .bi-3-circle-1::before { content: "\f7a0"; }
  .bi-3-circle-fill-1::before { content: "\f7a1"; }
  .bi-3-circle-fill::before { content: "\f7a2"; }
  .bi-3-circle::before { content: "\f7a3"; }
  .bi-3-square-fill::before { content: "\f7a4"; }
  .bi-3-square::before { content: "\f7a5"; }
  .bi-4-circle-1::before { content: "\f7a6"; }
  .bi-4-circle-fill-1::before { content: "\f7a7"; }
  .bi-4-circle-fill::before { content: "\f7a8"; }
  .bi-4-circle::before { content: "\f7a9"; }
  .bi-4-square-fill::before { content: "\f7aa"; }
  .bi-4-square::before { content: "\f7ab"; }
  .bi-5-circle-1::before { content: "\f7ac"; }
  .bi-5-circle-fill-1::before { content: "\f7ad"; }
  .bi-5-circle-fill::before { content: "\f7ae"; }
  .bi-5-circle::before { content: "\f7af"; }
  .bi-5-square-fill::before { content: "\f7b0"; }
  .bi-5-square::before { content: "\f7b1"; }
  .bi-6-circle-1::before { content: "\f7b2"; }
  .bi-6-circle-fill-1::before { content: "\f7b3"; }
  .bi-6-circle-fill::before { content: "\f7b4"; }
  .bi-6-circle::before { content: "\f7b5"; }
  .bi-6-square-fill::before { content: "\f7b6"; }
  .bi-6-square::before { content: "\f7b7"; }
  .bi-7-circle-1::before { content: "\f7b8"; }
  .bi-7-circle-fill-1::before { content: "\f7b9"; }
  .bi-7-circle-fill::before { content: "\f7ba"; }
  .bi-7-circle::before { content: "\f7bb"; }
  .bi-7-square-fill::before { content: "\f7bc"; }
  .bi-7-square::before { content: "\f7bd"; }
  .bi-8-circle-1::before { content: "\f7be"; }
  .bi-8-circle-fill-1::before { content: "\f7bf"; }
  .bi-8-circle-fill::before { content: "\f7c0"; }
  .bi-8-circle::before { content: "\f7c1"; }
  .bi-8-square-fill::before { content: "\f7c2"; }
  .bi-8-square::before { content: "\f7c3"; }
  .bi-9-circle-1::before { content: "\f7c4"; }
  .bi-9-circle-fill-1::before { content: "\f7c5"; }
  .bi-9-circle-fill::before { content: "\f7c6"; }
  .bi-9-circle::before { content: "\f7c7"; }
  .bi-9-square-fill::before { content: "\f7c8"; }
  .bi-9-square::before { content: "\f7c9"; }
  .bi-airplane-engines-fill::before { content: "\f7ca"; }
  .bi-airplane-engines::before { content: "\f7cb"; }
  .bi-airplane-fill::before { content: "\f7cc"; }
  .bi-airplane::before { content: "\f7cd"; }
  .bi-alexa::before { content: "\f7ce"; }
  .bi-alipay::before { content: "\f7cf"; }
  .bi-android::before { content: "\f7d0"; }
  .bi-android2::before { content: "\f7d1"; }
  .bi-box-fill::before { content: "\f7d2"; }
  .bi-box-seam-fill::before { content: "\f7d3"; }
  .bi-browser-chrome::before { content: "\f7d4"; }
  .bi-browser-edge::before { content: "\f7d5"; }
  .bi-browser-firefox::before { content: "\f7d6"; }
  .bi-browser-safari::before { content: "\f7d7"; }
  .bi-c-circle-1::before { content: "\f7d8"; }
  .bi-c-circle-fill-1::before { content: "\f7d9"; }
  .bi-c-circle-fill::before { content: "\f7da"; }
  .bi-c-circle::before { content: "\f7db"; }
  .bi-c-square-fill::before { content: "\f7dc"; }
  .bi-c-square::before { content: "\f7dd"; }
  .bi-capsule-pill::before { content: "\f7de"; }
  .bi-capsule::before { content: "\f7df"; }
  .bi-car-front-fill::before { content: "\f7e0"; }
  .bi-car-front::before { content: "\f7e1"; }
  .bi-cassette-fill::before { content: "\f7e2"; }
  .bi-cassette::before { content: "\f7e3"; }
  .bi-cc-circle-1::before { content: "\f7e4"; }
  .bi-cc-circle-fill-1::before { content: "\f7e5"; }
  .bi-cc-circle-fill::before { content: "\f7e6"; }
  .bi-cc-circle::before { content: "\f7e7"; }
  .bi-cc-square-fill::before { content: "\f7e8"; }
  .bi-cc-square::before { content: "\f7e9"; }
  .bi-cup-hot-fill::before { content: "\f7ea"; }
  .bi-cup-hot::before { content: "\f7eb"; }
  .bi-currency-rupee::before { content: "\f7ec"; }
  .bi-dropbox::before { content: "\f7ed"; }
  .bi-escape::before { content: "\f7ee"; }
  .bi-fast-forward-btn-fill::before { content: "\f7ef"; }
  .bi-fast-forward-btn::before { content: "\f7f0"; }
  .bi-fast-forward-circle-fill::before { content: "\f7f1"; }
  .bi-fast-forward-circle::before { content: "\f7f2"; }
  .bi-fast-forward-fill::before { content: "\f7f3"; }
  .bi-fast-forward::before { content: "\f7f4"; }
  .bi-filetype-sql::before { content: "\f7f5"; }
  .bi-fire::before { content: "\f7f6"; }
  .bi-google-play::before { content: "\f7f7"; }
  .bi-h-circle-1::before { content: "\f7f8"; }
  .bi-h-circle-fill-1::before { content: "\f7f9"; }
  .bi-h-circle-fill::before { content: "\f7fa"; }
  .bi-h-circle::before { content: "\f7fb"; }
  .bi-h-square-fill::before { content: "\f7fc"; }
  .bi-h-square::before { content: "\f7fd"; }
  .bi-indent::before { content: "\f7fe"; }
  .bi-lungs-fill::before { content: "\f7ff"; }
  .bi-lungs::before { content: "\f800"; }
  .bi-microsoft-teams::before { content: "\f801"; }
  .bi-p-circle-1::before { content: "\f802"; }
  .bi-p-circle-fill-1::before { content: "\f803"; }
  .bi-p-circle-fill::before { content: "\f804"; }
  .bi-p-circle::before { content: "\f805"; }
  .bi-p-square-fill::before { content: "\f806"; }
  .bi-p-square::before { content: "\f807"; }
  .bi-pass-fill::before { content: "\f808"; }
  .bi-pass::before { content: "\f809"; }
  .bi-prescription::before { content: "\f80a"; }
  .bi-prescription2::before { content: "\f80b"; }
  .bi-r-circle-1::before { content: "\f80c"; }
  .bi-r-circle-fill-1::before { content: "\f80d"; }
  .bi-r-circle-fill::before { content: "\f80e"; }
  .bi-r-circle::before { content: "\f80f"; }
  .bi-r-square-fill::before { content: "\f810"; }
  .bi-r-square::before { content: "\f811"; }
  .bi-repeat-1::before { content: "\f812"; }
  .bi-repeat::before { content: "\f813"; }
  .bi-rewind-btn-fill::before { content: "\f814"; }
  .bi-rewind-btn::before { content: "\f815"; }
  .bi-rewind-circle-fill::before { content: "\f816"; }
  .bi-rewind-circle::before { content: "\f817"; }
  .bi-rewind-fill::before { content: "\f818"; }
  .bi-rewind::before { content: "\f819"; }
  .bi-train-freight-front-fill::before { content: "\f81a"; }
  .bi-train-freight-front::before { content: "\f81b"; }
  .bi-train-front-fill::before { content: "\f81c"; }
  .bi-train-front::before { content: "\f81d"; }
  .bi-train-lightrail-front-fill::before { content: "\f81e"; }
  .bi-train-lightrail-front::before { content: "\f81f"; }
  .bi-truck-front-fill::before { content: "\f820"; }
  .bi-truck-front::before { content: "\f821"; }
  .bi-ubuntu::before { content: "\f822"; }
  .bi-unindent::before { content: "\f823"; }
  .bi-unity::before { content: "\f824"; }
  .bi-universal-access-circle::before { content: "\f825"; }
  .bi-universal-access::before { content: "\f826"; }
  .bi-virus::before { content: "\f827"; }
  .bi-virus2::before { content: "\f828"; }
  .bi-wechat::before { content: "\f829"; }
  .bi-yelp::before { content: "\f82a"; }
  .bi-sign-stop-fill::before { content: "\f82b"; }
  .bi-sign-stop-lights-fill::before { content: "\f82c"; }
  .bi-sign-stop-lights::before { content: "\f82d"; }
  .bi-sign-stop::before { content: "\f82e"; }
  .bi-sign-turn-left-fill::before { content: "\f82f"; }
  .bi-sign-turn-left::before { content: "\f830"; }
  .bi-sign-turn-right-fill::before { content: "\f831"; }
  .bi-sign-turn-right::before { content: "\f832"; }
  .bi-sign-turn-slight-left-fill::before { content: "\f833"; }
  .bi-sign-turn-slight-left::before { content: "\f834"; }
  .bi-sign-turn-slight-right-fill::before { content: "\f835"; }
  .bi-sign-turn-slight-right::before { content: "\f836"; }
  .bi-sign-yield-fill::before { content: "\f837"; }
  .bi-sign-yield::before { content: "\f838"; }
  .bi-ev-station-fill::before { content: "\f839"; }
  .bi-ev-station::before { content: "\f83a"; }
  .bi-fuel-pump-diesel-fill::before { content: "\f83b"; }
  .bi-fuel-pump-diesel::before { content: "\f83c"; }
  .bi-fuel-pump-fill::before { content: "\f83d"; }
  .bi-fuel-pump::before { content: "\f83e"; }
  