

/* Start:/bitrix/components/bitrix/landing.filter/templates/.default/style.css?16867379871198*/
#workarea-content {
	position: relative;
}

.landing-filter-loading-container {
	position: fixed;
	width: 100%;
	height: 100%;
	background: transparent;
	top: 0;
	left: 0;
	z-index: 999;
}

.landing-filter-loading-hide {
	display: none;
}

.bitrix24-light-theme .landing-filter-loading {
	background: url("/bitrix/images/landing/circular-loader-light-mode.svg") no-repeat;
}

.bitrix24-dark-theme .landing-filter-loading {
	background: url("/bitrix/images/landing/circular-loader-dark-mode.svg") no-repeat;
	opacity: 0.4;
}

.landing-filter-action-link {
	text-decoration: none;
}

.landing-filter-action-link:hover {
	text-decoration: none;
}

.landing-filter-buttons-container {
	display: flex;
	align-items: center;
}

.landing-filter-folder-input {
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	height:36px;
	vertical-align:middle;
	border:1px solid #c5cdd3;
	border-radius:2px;
	background-color:#fff;
	padding: 0 10px;
	font-size: 16px;
	margin-top: 10px;
}

.landing-filter-action-link {
	margin-right: 12px;
}

#landing-create-element, #landing-recycle-bin {
	font-size: 14px;
	font-weight: 600;
	text-transform: none;
}

/* End */


/* Start:/bitrix/components/bitrix/main.ui.filter/templates/.default/style.css?168673785569885*/
/* BASE STYLES */
.main-ui-filter-wrapper {
	overflow: hidden;
	height: 100%;
	color: #535c69;
	border-radius: var(--main-ui-filter-border-radius, var(--ui-border-radius-lg));
}

.main-ui-filter-inner-container {
	position: relative;
	margin: 0;
	padding-bottom: 100px;
	min-height: 100%;
	width: 780px;
	background: #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.main-ui-filter-field-limits-active .main-ui-filter-inner-container {
	padding-bottom: 20px;
	width: 800px;
}

.main-ui-filter-inner-container:after {
	display: table;
	clear: both;
	content: "";
}

.main-ui-filter-edit-mask {
	position: absolute;
	display: none;
	height: 38px;
	border: 1px solid #e7eaec;
	border-radius: var(--main-ui-filter-edit-mask-border-radius, var(--ui-border-radius-2xs));
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: none;
	background: #fff;
}

.main-ui-filter-sidebar-edit-control {
	position: relative;
	left: -8px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0 9px;
	width: 200px;
	height: 38px;
	outline: none;
	border: none;
	background: transparent;
	text-transform: uppercase;
	font: 12px/38px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* END OF BASE STYLES */

/* STATES */
.main-ui-filter-sidebar .main-ui-item-icon { display: none; }

.main-ui-filter-sidebar-item.main-ui-filter-edit .main-ui-item-icon { display: block; }

.main-ui-item-pin .main-ui-filter-icon-pin {
	display: block;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.main-ui-filter-sidebar-item.main-ui-filter-edit.main-ui-filter-current-item .main-ui-filter-edit-mask { display: block; }

.main-ui-filter-edit-text .main-ui-filter-sidebar-item-text { display: none; }

.main-ui-filter-edit-text .main-ui-filter-sidebar-item-input {
	display: block;
	max-width: 130px;
	height: 37px;
}

.main-ui-filter-edit-current .main-ui-filter-edit-mask,
.main-ui-filter-edit.main-ui-filter-current-item .main-ui-filter-edit-mask {
	top: -1px;
	right: -21px;
	left: -17px;
	z-index: -1;
}

.main-ui-filter-new-filter { display: none; }

.main-ui-filter-new-filter .main-ui-filter-edit-mask {
	top: -1px;
	left: -10px;
	width: 203px;
}

.main-ui-filter-new-filter.main-ui-filter-sidebar-item {
	z-index: 1;
	max-width: 196px;
	width: 196px;
	background: #fff;
	border-bottom:none;
}

.main-ui-filter-new-filter .main-ui-filter-sidebar-edit-control { width: 203px; }

.main-ui-filter-new-filter.main-ui-filter-edit { display: block; }

.main-ui-filter-sidebar-item-text.main-ui-filter-edit { max-width: 150px; }

.main-ui-filter-edit-current .main-ui-filter-sidebar-item-text { max-width: 170px; }

.main-ui-filter-sidebar-item.main-ui-filter-current-item {
	color: #0fa7d7;
	cursor: default;
}

.main-ui-filter-edit .main-ui-filter-bottom-controls .main-ui-filter-add-container .main-ui-filter-add-item:hover,
.main-ui-filter-edit .main-ui-filter-bottom-controls .main-ui-filter-add-container .main-ui-filter-add-edit:hover { opacity: .4; }

.main-ui-disable {
	opacity: .3;
	cursor: default;
	pointer-events: none;
}

.main-ui-item-pin { }

.main-ui-item-pin .main-ui-filter-sidebar-item-text-container,
.main-ui-filter-current-item .main-ui-filter-sidebar-item-text-container {
	display: block;
	max-height: 39px;
}

.main-ui-item-pin .main-ui-filter-icon-pin,
.main-ui-filter-current-item .main-ui-filter-icon-pin { right: 0; }

/* END OF STATES */

/* ICONS */

.main-ui-filter-field-inline-row .main-ui-item-icon-container { position: relative; }

.main-ui-filter-field-inline-row .main-ui-item-icon-container,
.main-ui-control-field .main-ui-item-icon-container {
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}

.main-ui-filter-field-inline-row:hover .main-ui-item-icon-container,
.main-ui-control-field:hover .main-ui-item-icon-container { opacity: 1; }

.main-ui-filter-field-square-delete {
	width: 25px;
	height: 30px;
}

.main-ui-delete.main-ui-item-icon {
	right: -17px;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%3E%3Cpath%20fill%3D%22%23535C69%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.065%203.682L2.377.994%201.01%202.362%203.696%205.05.99%207.757l1.368%201.37%202.708-2.71%202.7%202.703%201.37-1.368-2.702-2.7%202.682-2.684L7.748%201%205.065%203.682z%22/%3E%3C/svg%3E');
	background-position: center;
	background-repeat: no-repeat;
}

.main-ui-control-field .main-ui-delete,
.main-ui-select .main-ui-delete,
.main-ui-control-field-group .main-ui-delete {
	top: calc(50% + 2px);
	right: -25px;
	width: 25px;
	height: 36px!important;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%3E%3Cpath%20fill%3D%22%23535C69%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.065%203.682L2.377.994%201.01%202.362%203.696%205.05.99%207.757l1.368%201.37%202.708-2.71%202.7%202.703%201.37-1.368-2.702-2.7%202.682-2.684L7.748%201%205.065%203.682z%22/%3E%3C/svg%3E');
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	    transform: translate(0, -50%);
}

.main-ui-filter-icon-pin {
	right: -20px;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212%22%20height%3D%2211%22%20viewBox%3D%220%200%2012%2011%22%3E%3Cpath%20fill%3D%22%23535C68%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11.466%202.964L8.73.23C8.535.03%208.25-.046%207.98.025c-.267.07-.476.28-.55.547-.07.267.004.553.2.75l.56.558L3.8%205.157l-.55-.55c-.303-.304-.794-.306-1.098-.004-.304.302-.306.793-.004%201.097l1.677%201.676-3.092%203.3c-.076.077-.076.2%200%20.277.076.076.2.076.276%200l3.3-3.102%201.674%201.675c.304.304.797.304%201.1%200%20.305-.304.305-.797%200-1.1l-.55-.55%203.274-4.39.565.563c.303.28.772.27%201.065-.02.293-.29.305-.76.028-1.064z%22/%3E%3C/svg%3E');
	background-position: center;
	background-repeat: no-repeat;
	opacity: .3;
}

.main-ui-filter-edit .main-ui-filter-sidebar-item-text-container > .main-ui-filter-icon-pin { display: none; }

.main-ui-filter-edit > .main-ui-filter-icon-pin {
	right: 20px;
	display: block;
}

.main-ui-filter-icon-edit {
	right: 0;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%3E%3Cpath%20fill%3D%22%23525C68%22%20fill-rule%3D%22evenodd%22%20d%3D%22M.667%207.415L0%2010l2.444-.765c-.152-.417-.376-.797-.66-1.12-.318-.325-.7-.563-1.117-.7zm5.407-5.963l-4.78%205.213c.397.208.765.474%201.094.792.27.343.496.725.67%201.135l4.777-5.21c-.185-.447-.437-.857-.746-1.213-.296-.306-.64-.548-1.018-.715l.002-.003zM8.807.395c-.242-.26-.57-.403-.91-.395-.338.008-.66.165-.892.435l-.287.313c.382.177.732.428%201.033.74.304.348.55.75.732%201.187l.288-.314c.248-.252.39-.604.398-.974.006-.37-.125-.728-.364-.99h.003z%22/%3E%3C/svg%3E');
	background-position: center;
	background-repeat: no-repeat;
}

.main-ui-filter-icon-edit.main-ui-item-icon { right: 0; }

.main-ui-filter-icon-grab {
	left: -17px;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212%22%20height%3D%2210%22%20viewBox%3D%220%200%2012%2010%22%3E%3Cg%20fill%3D%22%23535C69%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20width%3D%2212%22%20height%3D%222%22%20rx%3D%221%22/%3E%3Crect%20width%3D%2212%22%20height%3D%222%22%20y%3D%224%22%20rx%3D%221%22/%3E%3Crect%20width%3D%2212%22%20height%3D%222%22%20y%3D%228%22%20rx%3D%221%22/%3E%3C/g%3E%3C/svg%3E');
	background-position: center;
	background-repeat: no-repeat;
	cursor: move;
}

.main-ui-item-icon .main-ui-filter-icon-grab { top: 1px; }

.main-ui-control-field .main-ui-filter-icon-grab,
.main-ui-control-field-group .main-ui-filter-icon-grab {
	top: 2px;
	left: -22px;
}

/* END OF ICONS */

/* SIDEBAR STYLES */

.main-ui-filter-sidebar {
	position: relative;
	float: left;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0 20px 0 20px;
	width: 215px;
	height: 100%;
	border-right: 1px solid #e7eaec;
	background: #f8fafb;
	text-transform: uppercase;
}

.main-ui-filter-sidebar:after {
	position: absolute;
	left: 0;
	width: 214px;
	height: 10000px;
	border-right: 1px solid #e7eaec;
	background: #f8fafb;
	content: '';
}

.main-ui-filter-sidebar-title {
	border-bottom: 1px solid #e7eaec;
	text-align: center;
}

.main-ui-filter-sidebar-title-item {
	margin: 12px 0 10px;
	color: #a0a5ab;
	font: 8px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

.main-ui-filter-sidebar-item-container {
	font: 12px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

.main-ui-filter-sidebar-item {
	position: relative;
	z-index: 1;
	padding: 0 0 0 3px;
	max-width: 174px;
	height: 39px;
	border-bottom: 1px solid #e7eaec;
	font: 12px/38px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	cursor: pointer;
}


.main-ui-filter-sidebar-item-text-container {
	position: relative;
	display: inline-block;
}

.main-ui-filter-sidebar-item-text {
	position: relative;
	display: inline-block;
	overflow: hidden;
	max-width: 170px;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}

.main-ui-filter-sidebar-item-input {
	display: block;
	padding: 0;
	border: 0;
	background: transparent;
	text-transform: uppercase;
	font: 12px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

.main-ui-filter-sidebar-item-input { display: none; }

.main-ui-filter-sidebar-item:hover .main-ui-filter-sidebar-item-text { color: #000; }

.main-ui-filter-current-item:hover .main-ui-filter-sidebar-item-text { color: #0fa7d7; }

/* END OF SIDEBAR STYLES */

/* FIELD STYLES */

.main-ui-filter-field-container {
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 20px 25px 0 25px;
	min-height: 200px;
	height: 100%;
	background: #fff;
}

.main-ui-filter-field-inline-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.main-ui-filter-field-add { padding: 0 0 5px; }

.main-ui-filter-field-add-item {
	border-bottom: 1px dashed transparent;
	color: #1058d0;
	font: 13px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	cursor: pointer;
	-webkit-transition: opacity .2s, border-bottom .2s;
	-o-transition: opacity .2s, border-bottom .2s;
	transition: opacity .2s, border-bottom .2s;
}

.main-ui-filter-field-add-item:hover {
	border-bottom: 1px dashed #1058d0;
	opacity: .8;
}

.main-ui-filter-field-square-search {
	display: inline-block;
	margin: 3px 0 4px 0;
	height: 30px;
	vertical-align: middle;
}

.main-ui-filter-field-square-search-item {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	height: 30px;
	border: none;
	font: 15px/29px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
}

.main-ui-filter-field-square {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 3px 0 4px;
	padding: 0 30px;
	height: 30px;
	vertical-align: middle;
	font: 15px/29px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	-webkit-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	transition: background 0.2s linear;
}

.main-ui-filter-field-inline-row .main-ui-select {
	margin: 0 10px 17px 0;
	width: 135px;
}

.main-ui-filter-field-inline-row .main-ui-select .main-ui-control {
	padding: 0 30px 0 10px;
}

.main-ui-filter-field-inline-inner {
	position: relative;
	display: inherit;
}

.main-ui-filter-field-inline-row .main-ui-select-inner { height: auto; }

.main-ui-filter-field-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 12px;
	width: 10px;
	height: 38px;
}

.main-ui-filter-field-line-item {
	margin: auto;
	width: 10px;
	height: 2px;
	background: #7d7d7d;
}

.main-ui-filter-field-inline-row .main-ui-control-field { max-width: 168px; }

.main-ui-filter-field-inline-inner .main-ui-select-inner-label {
	overflow: hidden;
	max-width: 125px;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
}

/* END OF FIELD STYLES */

/* BOTTOM CONTROLS */

.main-ui-filter-bottom-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 780px;
	width: 100%;
	height: 100px;
}

.main-ui-filter-field-button-container,
.main-ui-filter-field-preset-button-container {
	position: absolute;
	right: 23px;
	bottom: 15px;
	width: 516px;
	border-top: 1px solid #f2f3f4;
	text-align: center;
}

.main-ui-filter-field-button-inner { margin: 15px 0 0 0; }

.main-ui-filter-add-container {
	position: absolute;
	bottom: 21px;
	left: 20px;
	width: 182px;
	height: 25px;
}

.main-ui-filter-add-item {
	display: inline-block;
	overflow: hidden;
	width: 155px;
	color: #212121;
	vertical-align: middle;
	text-transform: uppercase;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	font: 11px/26px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	opacity: .6;
	cursor: pointer;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.main-ui-filter-add-item:before {
	display: inline-block;
	margin: 0 7px 3px 0;
	width: 11px;
	height: 11px;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%3E%3Cpath%20fill%3D%22%23212121%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6%204V0H4v4H0v2h4v4h2V6h4V4H6z%22/%3E%3C/svg%3E');
	background-position: center;
	background-repeat: no-repeat;
	content: '';
	vertical-align: middle;
}

.main-ui-filter-add-edit {
	display: inline-block;
	float: right;
	width: 25px;
	height: 25px;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%3E%3Cpath%20fill%3D%22%23212121%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.238%205.754v-1.27H8.885c-.085-.592-.34-1.1-.677-1.607l.76-.762-.845-.846-.846.76c-.423-.338-.93-.592-1.523-.676V0h-1.27v1.354c-.592.084-1.1.338-1.607.677l-.762-.76-.846.845.76.762c-.338.508-.592%201.015-.676%201.608H0v1.27h1.354c.084.59.338%201.1.677%201.522l-.76.846.93.93.762-.76c.423.338%201.015.592%201.607.676v1.353h1.268V8.97c.593-.085%201.1-.34%201.608-.678l.762.762.93-.93-.93-.847c.338-.423.507-1.015.677-1.608h1.353v.084zm-7.446-.592c0-1.27%201.016-2.37%202.37-2.37%201.27%200%202.37%201.016%202.37%202.37%200%201.27-1.017%202.37-2.37%202.37-1.354-.086-2.37-1.1-2.37-2.37z%22/%3E%3C/svg%3E');
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	opacity: .6;
	cursor: pointer;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.main-ui-filter-add-item:hover,
.main-ui-filter-add-edit:hover { opacity: 1; }

/* END OF BOTTOM CONTROLS */

/* SEARCH FIELD */
.main-ui-filter-search {
	position: relative;
	float: left;
	margin-top: 18px;
	margin-bottom: 18px;
	min-width: 420px;
	border: 1px solid #c8d1d6;
}

.main-ui-filter-search .main-ui-filter-field-square {
	margin: 4px 5px 4px 5px;
	background: #bcedfc;
}

.main-ui-filter-search .main-ui-square.main-ui-filter-search-square:first-child {
	margin-left: 4px;
}

.main-ui-filter-search-filter {
	position: relative;
	z-index: 1;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	/*margin: 4px 1px;*/
	padding: 0 55px 0 16px;
	width: 100%;
	height: 30px;
	outline: none;
	border: none;
	border-radius: 2px;
	background-color: #fff;
	font: 15px/30px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	/*transition: background .3s;*/
}

.main-ui-filter-search-filter::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #b1b6bb;
}

.main-ui-filter-search-filter:hover::-webkit-input-placeholder { color: #80868e; }

.pagetitle-wrap-filter-opened .main-ui-filter-search-filter:hover::-webkit-input-placeholder {
	color: #b1b6bb;
}

.main-ui-filter-search-filter::-moz-placeholder { /* Firefox 19+ */
	color: #b1b6bb;
	opacity: 1;
}

.main-ui-filter-search-filter:hover::-moz-placeholder { color: #80868e; }

.pagetitle-wrap-filter-opened .main-ui-filter-search-filter:hover::-moz-placeholder { color: #b1b6bb; }

.main-ui-filter-search-filter:-ms-input-placeholder { /* IE 10+ */
	color: #b1b6bb;
}

.main-ui-filter-search-filter:hover:-ms-input-placeholder { color: #80868e; }

.pagetitle-wrap-filter-opened .main-ui-filter-search-filter:hover:-ms-input-placeholder { color: #b1b6bb; }

.main-ui-filter-search-filter:-moz-placeholder { /* Firefox 18- */
	color: #b1b6bb;
	opacity: 1;
}

.main-ui-filter-search-filter:hover:-moz-placeholder { color: #80868e; }

.pagetitle-wrap-filter-opened .main-ui-filter-search-filter:hover:-moz-placeholder { color: #b1b6bb; }

.main-ui-square.main-ui-filter-search-square {
	position: absolute;
	z-index: 3;
	overflow: visible;
	margin: 4px 5px;
	background: #bcedfc;
}

.main-ui-square.main-ui-filter-search-square + .main-ui-square.main-ui-filter-search-square { margin-left: 0; }

.main-ui-filter-search-square:nth-last-child(3)::after {
	position: absolute;
	top: -2.5px;
	right: -17px;
	display: inline-block;
	width: 14px;
	height: 36px;
	background: #fff;
	color: #c5c8cc;
	content: '+';
	text-align: center;
	font: 15px/36px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

/* END OF SEARCH FIELD */

/* NEW BASIC CONTROLS */
select::-ms-expand {
	display: none;
}

.main-ui-control-field {
	position: relative;
	margin: 0 0 17px;
	cursor: pointer;
	-webkit-transform: translate3d(0px, 0px, 0px);
	        transform: translate3d(0px, 0px, 0px);
}

.main-ui-control-field-group .main-ui-control-value-delete { top: 1px; }

.main-ui-control-field .main-ui-filter-icon-grab,
.main-ui-control-field-group .main-ui-filter-icon-grab { opacity: 0; }

.main-ui-control-field:hover .main-ui-filter-icon-grab,
.main-ui-control-field-group:hover .main-ui-filter-icon-grab { opacity: .4; }

.main-ui-control-field:hover .main-ui-filter-icon-grab:hover,
.main-ui-control-field-group:hover .main-ui-filter-icon-grab:hover { opacity: 1; }

.main-ui-control-field-group .main-ui-select-name { max-width: 150px; }

.main-ui-control-field-group .main-ui-date { min-width: 100px; }

.main-ui-item-icon.main-ui-search {
	position: absolute;
	right: 8px;
	z-index: 1;
	width: 25px;
	height: 39px;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20fill%3D%22%23535C68%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1.33%205.5c0-2.304%201.866-4.17%204.17-4.17S9.67%203.195%209.67%205.5c0%202.305-1.865%204.17-4.17%204.17-2.305%200-4.17-1.865-4.17-4.17m12.528%206.944l-3.816-3.817-.014-.008C10.64%207.73%2011%206.66%2011%205.5%2011%202.462%208.537%200%205.5%200S0%202.462%200%205.5%202.463%2011%205.5%2011c1.158%200%202.232-.36%203.118-.972.004.004.005.01.01.014l3.816%203.817c.372.37.982.37%201.354%200l.06-.063c.372-.372.372-.982%200-1.354%22/%3E%3C/svg%3E');
	background-position: center 11px;
	background-repeat: no-repeat;
	opacity: .3;
}

.main-ui-item-icon.main-ui-search:hover { opacity: 1; }

.main-ui-select .main-ui-search {
	top: 50%;
	left: 0;
	width: 30px;
	background-position: 6px -202px;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}

.main-ui-filter-search .main-ui-delete {
	right: 10px;
	z-index: 1;
}

.main-ui-number { padding: 0 27px 0 10px; }

.main-ui-control-field .main-ui-calendar:hover { opacity: 1; }

.main-ui-entity-item {
	display: block;
	color: #266db4;
	font: var(--ui-font-weight-bold) 14px/36px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
}

.main-ui-search-icon:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 38px;
	content: '';
	opacity: .4;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	    transform: translate(0, -50%);
}

.main-ui-control-entity + .main-ui-control-value-delete {
	bottom: 16px;
	height: auto;
}

.main-ui-control-entity + .main-ui-control-value-delete .main-ui-control-value-delete-item {
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	        transform: translate3d(0, -50%, 0);
}

.main-ui-filter-field-inline-inner .main-ui-select-name { line-height: 38px; }

.main-ui-control-string + .main-ui-control-value-delete { top: 21px; }

.main-ui-control-string + .main-ui-control-value-delete .main-ui-control-value-delete-item,
.main-ui-date-input + .main-ui-control-value-delete .main-ui-control-value-delete-item { top: 9px; }

.main-ui-item-pin .main-ui-filter-sidebar-item-text { max-width: 154px; }

/* END OF NEW BASIC CONTROLS */

.main-ui-item-pin:not(.main-ui-filter-edit) > .main-ui-filter-icon-pin { display: none; }

.main-ui-item-pin:not(.main-ui-filter-edit) .main-ui-filter-sidebar-item-text-container > .main-ui-filter-icon-pin {
	top: 0;
	display: block;
}

.main-ui-item-pin:not(.main-ui-filter-edit):hover .main-ui-filter-sidebar-item-text-container > .main-ui-filter-icon-pin { opacity: 1; }

.main-ui-filter-value-required-mode .main-ui-item-pin .main-ui-delete { display: none; }

.main-ui-control-field-group .main-ui-control-field.main-ui-control-custom-date {
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.main-ui-filter-field-container .main-ui-control-field-group .main-ui-control-field.main-ui-control-custom-date .main-ui-multi-select {
	display: block;
	overflow: auto;
	max-height: 203px;
	height: 100%;
}

.main-ui-control-custom-date .main-ui-control-field-group .main-ui-control-field.main-ui-control-custom-date .main-ui-multi-select { position: static !important; }

.main-ui-control-custom-date .main-ui-control-value-delete {
	position: fixed !important;
	top: 1px !important;
	right: 4px !important;
	bottom: 1px !important;
	height: auto !important;
	-webkit-transform: none !important;
	    -ms-transform: none !important;
	        transform: none !important;
}

.main-ui-control-custom-date .main-ui-multi-select[data-value="[]"]::before {
	position: absolute;
	top: 9px;
	left: 9px;
	z-index: 111;
	color: rgb(117, 117, 117);
	content: attr(data-placeholder);
	pointer-events: none !important;
}

.main-ui-filter-custom-date-group {
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}

.main-ui-filter-custom-date-group.main-ui-control-field-group > .main-ui-control-field {
	margin-right: 0;
	padding-bottom: 15px;
}

.main-ui-filter-custom-date-group.main-ui-control-field-group .main-ui-control-field:nth-last-of-type(2) { margin-right: 10px; }

.main-ui-filter-custom-date-group.main-ui-control-field-group .main-ui-control-field:nth-last-of-type(1) { margin-right: 0 !important; }

.main-ui-filter-custom-date-group [data-type="CUSTOM_DATE"] {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.main-ui-select-inner-item[data-item="{\"SEPARATOR\":true}"] {
	margin-top: 4px !important;
	margin-bottom: 4px !important;
	min-height: 0 !important;
	height: 1px !important;
	background-color: rgba(0, 0, 0, .05);
	line-height: 1px !important;
	pointer-events: none !important;
}

.main-ui-select-inner-item[data-item="{\"SEPARATOR\":true}"] * { display: none; }

.main-ui-filter-date-with-years-switcher { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }

.main-ui-filter-remove-margin-right { margin-right: 0 !important; }

.main-ui-filter-with-padding { padding-top: 15px !important; }

.main-ui-filter-year-switcher { width: 100% !important; }

.main-ui-filter-range-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: calc(100% - 121px);
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.main-ui-filter-range-group *:last-child { margin-right: 0 !important; }

.main-ui-select[data-value*="\"VALUE\":\"RANGE\"}"] { max-width: 111px; }

.main-ui-filter-error-message {
	background-color: rgb(255, 87, 82);
	color: rgb(255, 255, 255);
	line-height: normal;
	font-size: 13px;
	position: absolute;
	bottom: 40px;
	right: 0;
	border-radius: 4px;
	padding: 4px 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	max-width: 176px;
	display: block;
	text-align: center;
	cursor: default;
}

.main-ui-filter-error-message::before {
	background-color: rgb(255, 87, 82);
	content: "";
	position: absolute;
	width: 13px;
	height: 13px;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate3d(-50%, 50%, 0) rotate(45deg);
	        transform: translate3d(-50%, 50%, 0) rotate(45deg);
}

.main-ui-control-textarea {
	padding-top: 4px!important;
	padding-bottom: 4px!important;
	-webkit-transition: border 200ms ease, color 200ms ease!important;
	-o-transition: border 200ms ease, color 200ms ease!important;
	transition: border 200ms ease, color 200ms ease!important;
	resize: none!important;
	min-height: 63px!important;
	max-height: 200px!important;
}

/* Filter limits */

.main-ui-filter-field-limits {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 70px 35px 0 50px;
	height: 100%;
	/*background: #fff;*/
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	visibility: hidden;
	opacity: 0;
	overflow: hidden;
	z-index: 100;
}

.main-ui-filter-field-limits-title {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: 0 0 30px 0;
	padding: 0 0 0 130px;
	font: 31px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-light, 300);
	color: #525C69;
	min-height: 84px;
}

.main-ui-filter-field-limits-title:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 128px;
	height: 126px;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20viewBox%3D%220%200%20127%20126%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M51.5%2012.5c28.121%200%2051%2022.878%2051%2051%200%2028.121-22.879%2051-51%2051-28.122%200-51-22.879-51-51%200-28.122%2022.878-51%2051-51zm0%20100.5c27.338%200%2049.5-22.162%2049.5-49.5C101%2036.161%2078.838%2014%2051.5%2014S2%2036.161%202%2063.5C2%2090.838%2024.162%20113%2051.5%20113z%22%20fill%3D%22%23469AF9%22%20opacity%3D%22.5%22/%3E%3Cpath%20d%3D%22M67.286%2070.654L79.018%2082.4a1.425%201.425%200%200%201-2.014%202.014L65.212%2072.608a21.103%2021.103%200%200%201-10.656%204.641v-2.438c9.043-1.346%2015.98-9.144%2015.98-18.561%200-10.365-8.402-18.767-18.766-18.767-8.468%200-15.626%205.608-17.962%2013.312H31.3c2.412-9.045%2010.675-15.727%2020.47-15.727%2011.68%200%2021.181%209.502%2021.181%2021.182a21.103%2021.103%200%200%201-5.665%2014.404z%22%20fill%3D%22%23469AF9%22/%3E%3Cpath%20d%3D%22M36.284%2081.012c0%20.624.51%201.135%201.135%201.135.624%200%201.135-.511%201.135-1.135v-3.039a2.43%202.43%200%200%200-1.135-4.582%202.432%202.432%200%200%200-1.135%204.582v3.039zm-9.378%204.368h21.529V67.902H26.906V85.38zm1.912-19.596v-4.23a6.775%206.775%200%200%201%206.768-6.767h3.893a6.775%206.775%200%200%201%206.768%206.768v4.23h2.562c.934%200%201.692.757%201.692%201.691v18.33c0%20.934-.758%201.692-1.692%201.692H26.532a1.692%201.692%200%200%201-1.692-1.692v-18.33c0-.934.757-1.692%201.692-1.692h2.286zm2.192%200h13.045v-4.23c0-2.791-1.784-4.575-4.576-4.575h-3.893c-2.792%200-4.576%201.784-4.576%204.576v4.23z%22%20fill%3D%22%23469AF9%22/%3E%3Cpath%20d%3D%22M110.39.5c-5.393%200-9.786%204.369-9.824%209.754a6.183%206.183%200%200%200-5.066%206.074%206.18%206.18%200%200%200%206.173%206.172h17.436c.036%200%20.071-.002.107-.005a7.258%207.258%200%200%200%204.984-2.179%207.256%207.256%200%200%200%202.095-5.117c0-3.705-2.782-6.78-6.367-7.241a9.837%209.837%200%200%200-3.104-5.059A9.821%209.821%200%200%200%20110.391.5m0%201.107a8.72%208.72%200%200%201%208.618%207.399%206.192%206.192%200%201%201%20.1%2012.384v.003h-17.436a5.066%205.066%200%201%201%200-10.131c.017%200%20.033.002.05.003a8.716%208.716%200%200%201%208.668-9.658M11.8%20112.5a5.812%205.812%200%200%200-5.807%205.764c-1.7.309-2.993%201.8-2.993%203.589a3.652%203.652%200%200%200%203.647%203.647h10.304a4.289%204.289%200%200%200%203.009-1.29%204.287%204.287%200%200%200%201.237-3.024%204.324%204.324%200%200%200-3.762-4.279%205.813%205.813%200%200%200-5.636-4.407m0%20.654a5.153%205.153%200%200%201%205.093%204.372%203.66%203.66%200%200%201%20.059%207.318v.002H6.647a2.993%202.993%200%201%201%200-5.987l.03.002a5.15%205.15%200%200%201%205.122-5.707%22%20fill%3D%22%23C9CCD0%22%20opacity%3D%22.5%22/%3E%3C/g%3E%3C/svg%3E');
	background-repeat: no-repeat;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.main-ui-filter-field-limits-description {
	padding-right: 50px;
}

.main-ui-filter-field-limits-description p {
	margin: 0 0 20px 0;
	font-size: 14px;
}

.main-ui-filter-field-limits-description p:last-child {
	margin: 0 0 40px 0;
}

.main-ui-filter-field-limits-button-box {
	padding-top: 25px;
	margin-top: 40px;
	border-top: 1px solid rgba(82,92,105,.1);
	line-height: calc(var(--ui-btn-height) + 5px);
}

.main-ui-filter-field-limits-title,
.main-ui-filter-field-limits-description p,
.main-ui-filter-field-limits-button-box {
	-webkit-transform: translate(-500px, 0);
	    -ms-transform: translate(-500px, 0);
	        transform: translate(-500px, 0);
}

.main-ui-filter-field-limits-animate .main-ui-filter-field-limits {
	-webkit-animation: main-ui-filter-field-limits-mask .5s forwards;
	        animation: main-ui-filter-field-limits-mask .5s forwards;
}

.main-ui-filter-field-limits-animate .main-ui-filter-field-container,
.main-ui-filter-field-limits-active .main-ui-filter-field-container {
	min-height: 570px;
}

.main-ui-filter-field-limits-animate .main-ui-filter-bottom-controls,
.main-ui-filter-field-limits-active .main-ui-filter-bottom-controls {
	visibility: hidden;
}

.main-ui-filter-field-limits-animate .main-ui-filter-field-limits-title,
.main-ui-filter-field-limits-animate .main-ui-filter-field-limits-description p,
.main-ui-filter-field-limits-animate .main-ui-filter-field-limits-button-box {
	-webkit-animation: main-ui-filter-field-limits-active .4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
	        animation: main-ui-filter-field-limits-active .4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.main-ui-filter-field-limits-animate .main-ui-filter-field-limits-title {
	-webkit-animation-delay: .05s;
	        animation-delay: .05s;
}

.main-ui-filter-field-limits-animate .main-ui-filter-field-limits-description p {
	-webkit-animation-delay: .1s;
	        animation-delay: .1s;
}

.main-ui-filter-field-limits-animate .main-ui-filter-field-limits-button-box {
	-webkit-animation-delay: .15s;
	        animation-delay: .15s;
}

.main-ui-filter-field-limits-active .main-ui-filter-field-limits {
	background: #fff;
	opacity: 1;
	visibility: visible;
	overflow-y: auto;
}

.main-ui-filter-field-limits-active .main-ui-filter-field-limits-title,
.main-ui-filter-field-limits-active .main-ui-filter-field-limits-description p,
.main-ui-filter-field-limits-active .main-ui-filter-field-limits-button-box {
	-webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	        transform: translate(0, 0);
	opacity: 1;
}

@-webkit-keyframes main-ui-filter-field-limits-mask {
	0% {
		background: -webkit-gradient(linear,
		left top, right top,
		from(rgba(255, 255, 255, 1)),
		color-stop(25%, rgba(255, 255, 255, 0.25)),
		to(rgba(255, 255, 255, 0)));
		background: linear-gradient(to right,
		rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 0.25) 25%,
		rgba(255, 255, 255, 0) 100%);
		opacity: 0;
		visibility: hidden;
	}
	100% {
		background: -webkit-gradient(linear,
		left top, right top,
		color-stop(100%, rgba(255, 255, 255, 1)),
		color-stop(25%, rgba(255, 255, 255, 0.25)),
		to(rgba(255, 255, 255, 0)));
		background: linear-gradient(to right,
		rgba(255, 255, 255, 1) 100%,
		rgba(255, 255, 255, 0.25) 25%,
		rgba(255, 255, 255, 0) 100%);
		opacity: 1;
		visibility: visible;
	}
}

@keyframes main-ui-filter-field-limits-mask {
	0% {
		background: -webkit-gradient(linear,
		left top, right top,
		from(rgba(255, 255, 255, 1)),
		color-stop(25%, rgba(255, 255, 255, 0.25)),
		to(rgba(255, 255, 255, 0)));
		background: -o-linear-gradient(left,
		rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 0.25) 25%,
		rgba(255, 255, 255, 0) 100%);
		background: linear-gradient(to right,
		rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 0.25) 25%,
		rgba(255, 255, 255, 0) 100%);
		opacity: 0;
		visibility: hidden;
	}
	100% {
		background: -webkit-gradient(linear,
		left top, right top,
		color-stop(100%, rgba(255, 255, 255, 1)),
		color-stop(25%, rgba(255, 255, 255, 0.25)),
		to(rgba(255, 255, 255, 0)));
		background: -o-linear-gradient(left,
		rgba(255, 255, 255, 1) 100%,
		rgba(255, 255, 255, 0.25) 25%,
		rgba(255, 255, 255, 0) 100%);
		background: linear-gradient(to right,
		rgba(255, 255, 255, 1) 100%,
		rgba(255, 255, 255, 0.25) 25%,
		rgba(255, 255, 255, 0) 100%);
		opacity: 1;
		visibility: visible;
	}
}

@-webkit-keyframes main-ui-filter-field-limits-active {
	0% {
		-webkit-transform: translate(-500px, 0);
		        transform: translate(-500px, 0);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes main-ui-filter-field-limits-active {
	0% {
		-webkit-transform: translate(-500px, 0);
		        transform: translate(-500px, 0);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
		opacity: 1;
	}
}

/* endregion */

.main-ui-select-inner {
	max-height: 177px;
	overflow: auto;
}

.main-ui-filter-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	height: 39px;
	border: 1px solid transparent;
	border-radius: var(--main-ui-filter-search-border-radius, var(--ui-border-radius-2xs, 2px));
	background: #fff;
	font: 15px/39px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	outline: none;
	z-index: 1;
	overflow: hidden;
}

.pagetitle-container-light .main-ui-filter-search {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 780px;
	height: 38px;
	-webkit-box-shadow: inset 0 0 0 1px #c8d1d6;
	box-shadow: inset 0 0 0 1px #c8d1d6;
	margin-right: 19px;
}

.main-ui-filter-info {
	border-bottom: 1px rgba(0,0,0,.3) dashed;
}

.main-ui-filter-search .main-ui-filter-search-square {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-preferred-size: min-content;
	    flex-basis: min-content;
	margin: 3.5px;
	height: 31px;
	white-space: nowrap;
	outline: none;
}

.main-ui-filter-search .main-ui-filter-search-square .main-ui-square-item {
	max-width: 180px;
}

.main-ui-filter-new-filter .main-ui-filter-edit-mask {
	display: block;
}

.main-ui-control.main-ui-select .main-ui-square-search,
.main-ui-control.main-ui-select .main-ui-square-search-item {
	opacity: 0;
	width: 1px;
	height: 1px;
}

.main-ui-control.main-ui-multi-select .main-ui-square-search {
	position: relative;
}

.main-ui-control.main-ui-multi-select .main-ui-square-search::before {
	display: inline-block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.main-ui-control.main-ui-multi-select {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.main-ui-filter-number-group .main-ui-control-field:first-of-type {
	max-width: 150px;
}

.main-ui-filter-sidebar-item {
	background: #f8fafb;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.main-ui-filter-sidebar-item-ondrag {
	z-index: 2;
	border-color: transparent!important;
}


.main-ui-filter-sidebar-item-ondrag::after {
	background: #f8fafb;
	display: block;
	position: absolute;
	content: '';
	top: -0px;
	bottom: 0;
	left: -25px;
	right: -22px;
	-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
	box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
	z-index: -1;
}


.main-ui-filter-field-button-container {
	display: none;
}

.main-ui-filter-reset-link {
	position: absolute;
	cursor: pointer;
	color: #80868e;
	padding-top: 6px;
	padding-bottom: 6px;
	z-index: -1;
}

.main-ui-filter-reset-link::before {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2211%22%20height%3D%2210%22%20viewBox%3D%220%200%2011%2010%22%3E%3Cpath%20fill%3D%22%235B626A%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.334%206.745h-4.34l-.01%202.53-3.26-3.27%203.28-3.28-.01%202.73h4.34c1.07%200%201.935-.866%201.935-1.935%200-1.07-.868-1.935-1.937-1.935h-1.11V.295h1.11c1.78%200%203.225%201.444%203.225%203.225%200%201.78-1.445%203.225-3.226%203.225h.002z%22/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-position: center;
	opacity: .4;
	position: absolute;
	width: 12px;
	height: 10px;
	top: 8px;
	left: -1px;
	content: '';
	display: inline-block;
	-webkit-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
}

.main-ui-filter-reset-link:hover::before {
	opacity: .8;
}

.main-ui-filter-reset-link:hover {
	color: #000000;
}

.main-ui-filter-confirm-content {
	text-align: center;
	min-width: 300px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 40px;
	padding-right: 40px;
	border-bottom: 1px rgba(0,0,0,.05) solid;
}

.main-ui-square {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.main-ui-filter-popup-search-header-wrapper{
	padding: 25px 25px 0 25px;
}

.main-ui-filter-popup-search-sections-wrapper{
	padding: 10px 25px 25px 25px;
}

.main-ui-filter-popup-search-section-item{
	margin-top: 10px;
	display: inline-block;
	margin-right: 20px;
	cursor: pointer;
	-webkit-transition: all 1000ms;
	-o-transition: all 1000ms;
	transition: all 1000ms;
}

.main-ui-filter-popup-search-section-item-icon{
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 10px;
	-webkit-transition: background 200ms ease;
	-o-transition: background 200ms ease;
	transition: background 200ms ease;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 2px solid #c6cdd3;
	border-radius: 4px;
}

.main-ui-filter-popup-search-section-item-icon-active{
	border-color: #2FC6F6;
}

.main-ui-filter-popup-search-section-item-icon-active::before{
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGZpbHRlciBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiIgaWQ9ImEiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIi8+PGZlT2Zmc2V0IGR5PSIyIi8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMiIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xMTM3MjU0OSAwIi8+PGZlQmxlbmQgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MF9kcm9wU2hhZG93Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MF9kcm9wU2hhZG93IiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwXzEpIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xMC45OTkgNWgyLjAwMnEuMTQ3IDAgLjI5NC4wMDd0LjI5NC4wMjJxLjE0Ny4wMTQuMjkyLjAzNi4xNDYuMDIyLjI5LjA1LjE0NS4wMjkuMjg4LjA2NS4xNDIuMDM2LjI4My4wNzguMTQxLjA0My4yOC4wOTMuMTM5LjA1LjI3NS4xMDYuMTM2LjA1Ni4yNjkuMTE5dC4yNjMuMTMycS4xMy4wNy4yNTYuMTQ1LjEyNi4wNzYuMjQ5LjE1OC4xMjIuMDgyLjI0LjE3LjExOS4wODcuMjMzLjE4LjExNC4wOTQuMjIzLjE5M3QuMjEzLjIwM3EuMTA0LjEwNC4yMDMuMjEzLjA5OS4xMS4xOTIuMjIzLjA5NC4xMTQuMTgxLjIzMi4wODguMTE5LjE3LjI0MS4wODIuMTIzLjE1Ny4yNDkuMDc2LjEyNi4xNDYuMjU2LjA3LjEzLjEzMi4yNjMuMDYzLjEzMy4xMi4yNy4wNTYuMTM1LjEwNS4yNzQuMDUuMTM5LjA5My4yOC4wNDIuMTQuMDc4LjI4My4wMzYuMTQzLjA2NS4yODguMDI4LjE0NC4wNS4yOS4wMjIuMTQ1LjAzNi4yOTIuMDE0LjE0Ny4wMjIuMjk0LjAwNy4xNDcuMDA3LjI5NHYxLjAwMnEwIC4xNDctLjAwNy4yOTQtLjAwOC4xNDctLjAyMi4yOTQtLjAxNC4xNDctLjAzNi4yOTItLjAyMi4xNDYtLjA1LjI5LS4wMjkuMTQ1LS4wNjUuMjg4LS4wMzYuMTQyLS4wNzguMjgzLS4wNDMuMTQxLS4wOTMuMjgtLjA1LjEzOS0uMTA2LjI3NS0uMDU2LjEzNi0uMTE5LjI2OXQtLjEzMi4yNjNxLS4wNy4xMy0uMTQ2LjI1Ni0uMDc1LjEyNi0uMTU3LjI0OS0uMDgyLjEyMi0uMTcuMjQtLjA4Ny4xMTktLjE4LjIzMy0uMDk0LjExNC0uMTkzLjIyM3QtLjIwMy4yMTNxLS4xMDQuMTA0LS4yMTMuMjAzLS4xMS4wOTktLjIyMy4xOTItLjExNC4wOTQtLjIzMi4xODEtLjExOS4wODgtLjI0MS4xNy0uMTIzLjA4Mi0uMjQ5LjE1OC0uMTI2LjA3NS0uMjU2LjE0NS0uMTMuMDctLjI2My4xMzItLjEzMy4wNjMtLjI3LjEyLS4xMzUuMDU2LS4yNzQuMTA1LS4xMzkuMDUtLjI4LjA5My0uMTQuMDQyLS4yODMuMDc4LS4xNDMuMDM2LS4yODguMDY1LS4xNDQuMDI4LS4yOS4wNS0uMTQ1LjAyMi0uMjkyLjAzNi0uMTQ3LjAxNC0uMjk0LjAyMi0uMTQ3LjAwNy0uMjk0LjAwN2gtMi4wMDJxLS4xNDcgMC0uMjk0LS4wMDctLjE0Ny0uMDA4LS4yOTQtLjAyMi0uMTQ3LS4wMTQtLjI5Mi0uMDM2LS4xNDYtLjAyMi0uMjktLjA1LS4xNDUtLjAyOS0uMjg4LS4wNjUtLjE0Mi0uMDM2LS4yODMtLjA3OC0uMTQxLS4wNDMtLjI4LS4wOTMtLjEzOS0uMDUtLjI3NS0uMTA2LS4xMzYtLjA1Ni0uMjY5LS4xMTl0LS4yNjMtLjEzMnEtLjEzLS4wNy0uMjU2LS4xNDYtLjEyNi0uMDc1LS4yNDktLjE1Ny0uMTIyLS4wODItLjI0LS4xNy0uMTE5LS4wODctLjIzMy0uMTgtLjExNC0uMDk0LS4yMjMtLjE5M3QtLjIxMy0uMjAzcS0uMTA0LS4xMDQtLjIwMy0uMjEzLS4wOTktLjExLS4xOTItLjIyMy0uMDk0LS4xMTQtLjE4MS0uMjMyLS4wODgtLjExOS0uMTctLjI0MS0uMDgyLS4xMjMtLjE1OC0uMjQ5LS4wNzUtLjEyNi0uMTQ1LS4yNTYtLjA3LS4xMy0uMTMyLS4yNjMtLjA2My0uMTMzLS4xMi0uMjctLjA1Ni0uMTM1LS4xMDUtLjI3NC0uMDUtLjEzOS0uMDkzLS4yOC0uMDQyLS4xNC0uMDc4LS4yODMtLjAzNi0uMTQzLS4wNjUtLjI4OC0uMDI4LS4xNDQtLjA1LS4yOS0uMDIyLS4xNDUtLjAzNi0uMjkyLS4wMTUtLjE0Ny0uMDIyLS4yOTRRNSAxMi4xNDggNSAxMi4wMDF2LTEuMDAycTAtLjE0Ny4wMDctLjI5NHQuMDIyLS4yOTRxLjAxNC0uMTQ3LjAzNi0uMjkyLjAyMi0uMTQ2LjA1LS4yOS4wMjktLjE0NS4wNjUtLjI4OC4wMzYtLjE0Mi4wNzgtLjI4My4wNDMtLjE0MS4wOTMtLjI4LjA1LS4xMzkuMTA2LS4yNzUuMDU2LS4xMzYuMTE5LS4yNjl0LjEzMi0uMjYzcS4wNy0uMTMuMTQ1LS4yNTYuMDc2LS4xMjYuMTU4LS4yNDkuMDgyLS4xMjIuMTctLjI0LjA4Ny0uMTE5LjE4LS4yMzMuMDk0LS4xMTQuMTkzLS4yMjN0LjIwMy0uMjEzcS4xMDQtLjEwNC4yMTMtLjIwMy4xMS0uMDk5LjIyMy0uMTkyLjExNC0uMDk0LjIzMi0uMTgxLjExOS0uMDg4LjI0MS0uMTcuMTIzLS4wODIuMjQ5LS4xNTguMTI2LS4wNzUuMjU2LS4xNDUuMTMtLjA3LjI2My0uMTMyLjEzMy0uMDYzLjI3LS4xMi4xMzUtLjA1Ni4yNzQtLjEwNS4xMzktLjA1LjI4LS4wOTMuMTQtLjA0Mi4yODMtLjA3OC4xNDMtLjAzNi4yODgtLjA2NS4xNDQtLjAyOC4yOS0uMDUuMTQ1LS4wMjIuMjkyLS4wMzYuMTQ3LS4wMTUuMjk0LS4wMjIuMTQ3LS4wMDcuMjk0LS4wMDd6IiBmaWxsPSIjRkZGIi8+PHBhdGggZD0iTTkuOTk5IDBoLjAwMnEuMjQ1IDAgLjQ5LjAxMi4yNDYuMDEyLjQ5LjAzNi4yNDQuMDI0LjQ4Ny4wNnQuNDg0LjA4NHEuMjQuMDQ4LjQ3OS4xMDguMjM4LjA2LjQ3My4xMy4yMzQuMDcyLjQ2Ni4xNTUuMjMuMDgyLjQ1Ny4xNzYuMjI3LjA5NC40NS4xOTkuMjIxLjEwNS40MzguMjIuMjE2LjExNi40MjcuMjQzLjIxLjEyNi40MTQuMjYyLjIwNC4xMzcuNDAxLjI4My4xOTguMTQ2LjM4Ny4zMDIuMTkuMTU1LjM3Mi4zMnQuMzU1LjMzOXEuMTc0LjE3My4zMzkuMzU1LjE2NS4xODIuMzIuMzcyLjE1Ni4xOS4zMDIuMzg3dC4yODMuNHEuMTM2LjIwNS4yNjIuNDE1LjEyNy4yMTEuMjQyLjQyOC4xMTYuMjE2LjIyMS40Mzh0LjE5OS40NDlxLjA5NC4yMjYuMTc3LjQ1Ny4wODIuMjMyLjE1My40NjYuMDcyLjIzNS4xMzEuNDczLjA2LjIzOS4xMDguNDguMDQ4LjI0LjA4NC40ODMuMDM2LjI0My4wNi40ODd0LjAzNi40OXEuMDEyLjI0NS4wMTIuNDl2LjAwMnEwIC4yNDUtLjAxMi40OS0uMDEyLjI0Ni0uMDM2LjQ5LS4wMjQuMjQ0LS4wNi40ODd0LS4wODQuNDg0cS0uMDQ4LjI0LS4xMDguNDc5LS4wNi4yMzgtLjEzLjQ3My0uMDcyLjIzNC0uMTU0LjQ2Ni0uMDgzLjIzLS4xNzcuNDU3LS4wOTQuMjI3LS4xOTkuNDUtLjEwNS4yMjEtLjIyLjQzOC0uMTE2LjIxNi0uMjQzLjQyNy0uMTI2LjIxLS4yNjIuNDE0LS4xMzcuMjA0LS4yODMuNDAxLS4xNDYuMTk4LS4zMDIuMzg3LS4xNTUuMTktLjMyLjM3MnQtLjMzOS4zNTVxLS4xNzMuMTc0LS4zNTUuMzM5LS4xODIuMTY1LS4zNzIuMzItLjE5LjE1Ni0uMzg3LjMwMnQtLjQuMjgzcS0uMjA1LjEzNi0uNDE1LjI2Mi0uMjExLjEyNy0uNDI4LjI0Mi0uMjE2LjExNi0uNDM4LjIyMXQtLjQ0OS4xOTlxLS4yMjYuMDk0LS40NTcuMTc3LS4yMzIuMDgyLS40NjYuMTUzLS4yMzUuMDcyLS40NzMuMTMxLS4yMzguMDYtLjQ4LjEwOC0uMjQuMDQ4LS40ODMuMDg0LS4yNDMuMDM2LS40ODcuMDZ0LS40OS4wMzZxLS4yNDUuMDEyLS40OS4wMTJoLS4wMDJxLS4yNDUgMC0uNDktLjAxMi0uMjQ2LS4wMTItLjQ5LS4wMzYtLjI0NC0uMDI0LS40ODctLjA2dC0uNDg0LS4wODRxLS4yNC0uMDQ4LS40NzktLjEwOC0uMjM4LS4wNi0uNDczLS4xMy0uMjM0LS4wNzItLjQ2Ni0uMTU0LS4yMy0uMDgzLS40NTctLjE3Ny0uMjI3LS4wOTQtLjQ1LS4xOTktLjIyMS0uMTA1LS40MzgtLjIyLS4yMTYtLjExNi0uNDI3LS4yNDMtLjIxLS4xMjYtLjQxNC0uMjYyLS4yMDQtLjEzNy0uNDAxLS4yODMtLjE5OC0uMTQ2LS4zODctLjMwMi0uMTktLjE1NS0uMzcyLS4zMnQtLjM1NS0uMzM5cS0uMTc0LS4xNzMtLjMzOS0uMzU1LS4xNjUtLjE4Mi0uMzItLjM3Mi0uMTU2LS4xOS0uMzAyLS4zODd0LS4yODMtLjRxLS4xMzYtLjIwNS0uMjYyLS40MTUtLjEyNy0uMjExLS4yNDItLjQyOC0uMTE2LS4yMTYtLjIyMS0uNDM4dC0uMTk5LS40NDlxLS4wOTQtLjIyNi0uMTc2LS40NTctLjA4My0uMjMyLS4xNTQtLjQ2Ni0uMDcyLS4yMzUtLjEzMS0uNDczLS4wNi0uMjM4LS4xMDgtLjQ4LS4wNDgtLjI0LS4wODQtLjQ4My0uMDM2LS4yNDMtLjA2LS40ODd0LS4wMzYtLjQ5UTAgMTAuMjQ3IDAgMTAuMDAydi0uMDAycTAtLjI0NS4wMTItLjQ5LjAxMi0uMjQ2LjAzNi0uNDkuMDI0LS4yNDQuMDYtLjQ4N3QuMDg0LS40ODRRLjI0IDcuODA4LjMgNy41N3EuMDYtLjIzOC4xMy0uNDczLjA3Mi0uMjM0LjE1NS0uNDY2LjA4Mi0uMjMuMTc2LS40NTcuMDk0LS4yMjcuMTk5LS40NS4xMDUtLjIyMS4yMi0uNDM4LjExNi0uMjE2LjI0My0uNDI3LjEyNi0uMjEuMjYyLS40MTQuMTM3LS4yMDQuMjgzLS40MDEuMTQ2LS4xOTguMzAyLS4zODcuMTU1LS4xOS4zMi0uMzcydC4zMzktLjM1NXEuMTczLS4xNzQuMzU1LS4zMzkuMTgyLS4xNjUuMzcyLS4zMi4xOS0uMTU2LjM4Ny0uMzAydC40LS4yODNxLjIwNS0uMTM2LjQxNS0uMjYyLjIxMS0uMTI3LjQyOC0uMjQyLjIxNi0uMTE2LjQzOC0uMjIxdC40NDktLjE5OXEuMjI2LS4wOTQuNDU3LS4xNzYuMjMyLS4wODMuNDY2LS4xNTRRNy4zMzEuMzU5IDcuNTcuM3EuMjM5LS4wNi40OC0uMTA4LjI0LS4wNDguNDgzLS4wODQuMjQzLS4wMzYuNDg3LS4wNnQuNDktLjAzNlE5Ljc1MyAwIDkuOTk4IDB6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIiBmaWxsPSIjMDBCMEU4IiBmaWx0ZXI9InVybCgjYSkiLz48cGF0aCBkPSJNMTAuMDA1IDEyLjEzNmw1LjI4Mi01LjIxNCAxLjU5OCAxLjYwNy02Ljg1NSA2Ljc5Ni0uMDI1LS4wMjUtLjAyNS4wMjUtNC4xOTMtNC4wNTlMNy4zODUgOS42NmwyLjYyIDIuNDc3eiIgZmlsbD0iI0ZGRiIvPjwvZz48L3N2Zz4=") center no-repeat;
	position: absolute;
	content: '';
	bottom: 14px;
	top: -12px;
	right: -13px;
	width: 28px;
	height: 28px;
}

.main-ui-filter-popup-search-section-item-icon>div{
	max-width: 300px;
	max-height: 17px;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.main-ui-filter-popup-search-input-wrapper{
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-top: 10px;
}

.main-ui-filter-field-list-item-visible{
	-webkit-animation: showFieldListItem 300ms both;
	        animation: showFieldListItem 300ms both;
}

.main-ui-filter-field-list-item-hidden{
	-webkit-animation: hideFieldListItem 300ms both;
	        animation: hideFieldListItem 300ms both;
}

@-webkit-keyframes hideFieldListItem {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes hideFieldListItem {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes showFieldListItem {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes showFieldListItem {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.main-ui-filter-popup-title{
	color: #56616c;
	font-size: 18px;
	font-weight: 300;
	line-height: 25px;
	border-bottom: 2px rgba(0, 0, 0, .05) solid;
	margin-bottom: 10px;
	padding-bottom: 10px;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.main-ui-filter-popup-section-wrapper,
.main-ui-filter-popup-field-list {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.main-ui-filter-popup-field-list{
	padding: 25px;
}

.main-ui-filter-popup-section-wrapper + .main-ui-filter-popup-section-wrapper{
	margin-top: 20px;
}

.main-ui-filter-popup-section-wrapper > .main-ui-filter-popup-field-list{
	padding: 0;
}

.main-ui-filter-field-list-1-column {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}

.main-ui-filter-field-list-2-column {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.main-ui-filter-field-list-3-column {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

.main-ui-filter-field-list-4-column {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
}

.main-ui-filter-field-list-5-column {
	-webkit-column-count: 5;
	-moz-column-count: 5;
	column-count: 5;
}

.main-ui-filter-field-list-6-column {
	-webkit-column-count: 6;
	-moz-column-count: 6;
	column-count: 6;
}


.main-ui-hide {
	display: none;
}


.main-ui-popup-show-animation {
	-webkit-animation: popupShowAnimation 200ms;
	        animation: popupShowAnimation 200ms;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.main-ui-popup-close-animation {
	-webkit-animation: popupCloseAnimation 200ms;
	        animation: popupCloseAnimation 200ms;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.main-ui-popup-fast-show-animation {
	-webkit-animation: popupShowAnimation 150ms;
	        animation: popupShowAnimation 150ms;
	-webkit-animation-delay: 10ms;
	        animation-delay: 10ms;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.main-ui-popup-fast-close-animation {
	-webkit-animation: popupCloseAnimation 150ms;
	        animation: popupCloseAnimation 150ms;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}


.main-ui-remove-animation {
	-webkit-perspective: 100px;
	        perspective: 100px;
	-webkit-animation: removeAnimation 250ms;
	        animation: removeAnimation 250ms;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.main-ui-control.main-ui-number {
	min-width: auto;
	padding: 0;
	border: 0;
}

.main-ui-control.main-ui-number::before{
	display: none;
}

.main-ui-control-input.main-ui-number-input {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0 10px 0 10px!important;
	line-height: 37px;
}

.main-ui-number-input {
	padding-left: 10px;
}

input[type=number].main-ui-number-input::-webkit-inner-spin-button,
input[type=number].main-ui-number-input::-webkit-outer-spin-button {
	margin: 0;
	height: 32px;
	width: 12px;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjEyIj48ZyBmaWxsPSIjNTI1QzY5IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0zLjUgMEw3IDRIMHpNMy41IDEyTDAgOGg3eiIvPjwvZz48L3N2Zz4=');
	background-repeat: no-repeat;
	background-position: center;
	-webkit-appearance: none;
	-moz-appearance: textfield;
}


.main-ui-control-entity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 3px 32px 0 3px;
	min-height: 38px;
	color: #535c69;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.main-ui-control-entity.main-ui-control {
	padding: 3px 32px 0 3px;
	height: auto;
}

.main-ui-control-entity .main-ui-square {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-preferred-size: min-content;
	    flex-basis: min-content;
	margin: 0 3px 3px 0;
}

.main-ui-control-entity .main-ui-square-search {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
}


.main-ui-control-entity .main-ui-control.main-ui-control-string[type="text"] {
	width: 100%;
	border: none;
	letter-spacing: normal;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.main-ui-control-entity .main-ui-control.main-ui-control-string[type="text"]:nth-child(2) {
	padding-left: 4px;
}


/*!* Field group *!*/
.main-ui-control-field-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 100%;
	margin-bottom: 17px;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.main-ui-control-field-group .main-ui-control-field {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	/*flex-basis: min-content;*/
	width: auto;
	float: left;
	margin-right: 10px;
	min-width: auto;
	margin-bottom: 0;
}

.main-ui-control-field-group .main-ui-control-field:nth-last-of-type(2) {
	margin-right: 0;
}

.main-ui-control-field-group .main-ui-control-field .main-ui-item-icon.main-ui-delete {
	display: none;
}

.main-ui-control-field-group .main-ui-control.main-ui-select {
	padding-bottom: 2px;
	white-space: nowrap;
}

.main-ui-control-field-group .main-ui-item-icon-container {
	opacity: 0;
}

.main-ui-control-field-group:hover .main-ui-item-icon-container {
	opacity: 1;
}

.main-ui-control-field-group .main-ui-filter-field-line {
	float: left;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.main-ui-control-field-group .main-ui-control-field + .main-ui-filter-field-line {
	margin-left: 0;
	margin-right: 10px;
}
/*!* Field group *!*/


.main-ui-filter-field-list-item {
	height: auto!important;
	min-height: 33px!important;
	min-width: 185px;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.main-ui-filter-field-list-item .main-ui-select-inner-label {
	position: relative;
	line-height: 19px;
	width: auto;
	height: auto;
	margin-top: 6px;
	margin-left: 27px;
	word-break: break-word;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
}

.main-ui-filter-field-list-item .main-ui-select-inner-label::before {
	position: absolute;
	top: 2px;
	left: -26px;
}

.main-ui-control-field-label {
	position: absolute;
	top: -1px;
	left: 2px;
	color: #a9adb2;
	display: inline-block;
	width: 100%;
	font: 13px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	opacity: .7;
	cursor: default;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}

.main-ui-filter-wield-with-label {
	padding-top: 20px;
	padding-bottom: 15px;
	margin-bottom: 0;
}

.main-ui-control-field-label-icon
{
	max-height: 14px;
	vertical-align: middle;
	margin-right: 4px;
}
.main-ui-control-field-label-text
{
	line-height: 14px;
	vertical-align: middle;
}

.main-ui-control-string:focus {
	outline: none;
}

.main-ui-item-icon-block .main-ui-item-icon.main-ui-search,
.main-ui-item-icon-block  .main-ui-item-icon.main-ui-delete {
	-webkit-transition: all 150ms;
	-o-transition: all 150ms;
	transition: all 150ms;
}

.main-ui-item-icon-block  .main-ui-item-icon.main-ui-delete {
	opacity: 0;
	right: -30px;
}

.main-ui-show.main-ui-item-icon-block  .main-ui-item-icon.main-ui-search {
	right: 25px;
}

.main-ui-show.main-ui-item-icon-block  .main-ui-item-icon.main-ui-delete {
	right: 5px;
	width: 20px;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212%22%20height%3D%2211%22%20viewBox%3D%220%200%2012%2011%22%3E%3Cpath%20fill%3D%22%23535C69%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.587%205.503l4.4-4.398-1.132-1.13-4.4%204.397L2.06-.026l-1.13%201.13%204.397%204.4L.927%209.9l1.13%201.132%204.4-4.398%204.398%204.398%201.13-1.13-4.398-4.4z%22/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-position: center 13px;
	-webkit-transition: right .3s, opacity .3s;
	-o-transition: right .3s, opacity .3s;
	transition: right .3s, opacity .3s;
	opacity: .3;
}

.main-ui-show.main-ui-item-icon-block  .main-ui-item-icon.main-ui-delete:hover {
	opacity: 1;
}

.main-ui-filter-search-square .main-ui-square-delete {
	height: 31px;
}

.main-ui-number .main-ui-control-value-delete {
	right: 24px;
}

.main-ui-control-entity + .main-ui-control-value-delete {
	top: 21px;
}

.main-ui-filter-field-container input:focus,
.main-ui-focus {
	border: 1px solid rgba(81, 203, 238, 1);
}

.main-ui-filter-field-container .main-ui-square-search-item:focus {
	border: none;
}

.main-ui-disable-scroll {
	position: fixed;
	overflow-y: scroll;
	overflow-x: auto;
}

.main-ui-filter-default-preset {
	display: none;
}

.main-ui-filter-default-preset.main-ui-filter-edit {
	display: block;
	opacity: .6;
}

.main-ui-filter-edit .main-ui-filter-sidebar-item-text {
	max-width: calc(172px - 40px);
}

.main-ui-filter-sidebar-item .main-ui-item-icon.main-ui-filter-icon-restore {
	background: none;
	display: none;
	right: -20px;
}

.main-ui-item-icon.main-ui-filter-icon-restore::before {
	background: url(/bitrix/components/bitrix/main.ui.filter/templates/.default/images/sprite-interface.min.svg) 1px -19px no-repeat;
	background-size: 90%;
	position: absolute;
	display: inline-block;
	content: '';
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -5px;
	width: 10px;
	height: 10px;
}

.main-ui-filter-sidebar-item.main-ui-filter-edit.main-ui-filter-default-preset .main-ui-filter-icon-grab,
.main-ui-filter-sidebar-item.main-ui-filter-edit.main-ui-filter-default-preset .main-ui-filter-icon-edit,
.main-ui-filter-sidebar-item.main-ui-filter-edit.main-ui-filter-default-preset .main-ui-delete {
	display: none;
}

.main-ui-filter-default-preset .main-ui-filter-icon-restore {
	display: inline-block;
}

.main-ui-filter-add-container .main-ui-filter-reset-link {
	position: absolute;
	top: -1px;
	left: 0;
	width: 160px;
	pointer-events: auto;
	color: #80868e;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	opacity: 0;
}

.main-ui-disable.main-ui-filter-add-container {
	opacity: 1;
	z-index: 1;
}

.main-ui-disable.main-ui-filter-add-container * {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.main-ui-disable.main-ui-filter-add-container .main-ui-filter-add-item {
	display: none;
	position: absolute;
	opacity: 0;
}

.main-ui-disable.main-ui-filter-add-container .main-ui-filter-add-edit {
	opacity: .4;
}

.main-ui-disable.main-ui-filter-add-container .main-ui-filter-reset-link {
	opacity: .8;
}

.main-ui-disable.main-ui-filter-add-container .main-ui-filter-reset-link:hover {
	opacity: 1;
	color: #000000;
}

.main-ui-filter-field-restore-items {
	font: 13px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: rgba(83,95,105, .5);
	border-bottom: 1px dashed transparent;
	-webkit-transition: opacity .2s, border-bottom .2s;
	-o-transition: opacity .2s, border-bottom .2s;
	transition: opacity .2s, border-bottom .2s;
	cursor: pointer;
	margin-left: 16px;
}

.main-ui-filter-field-restore-items:hover {
	border-bottom: 1px dashed rgba(83,95,105, .5);
	opacity: .8;
}

.main-ui-filter-no-search .main-ui-filter-search-filter {
	pointer-events: none;
	color: rgba(0,0,0,0);
}

.main-ui-filter-no-search .main-ui-filter-search-square + .main-ui-filter-search-filter {
	opacity: 0;
}

.main-ui-filter-field-limits-active .main-ui-filter-search-square + .main-ui-filter-search-filter {
	opacity: 1;
}

.main-ui-filter-no-search .main-ui-filter-search-square:nth-last-child(3)::after {
	display: none;
}

.main-ui-filter-field-button-item {
	padding: 0 0 0 17px;
}

.main-ui-filter-save-for-all {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	    transform: translate(0,-50%);
}

.main-ui-filter-save-for-all .main-ui-filter-field-button-checkbox {
	display: inline-block;
	vertical-align: middle;
}

.main-ui-filter-save-for-all .main-ui-filter-field-button-item {
	display: inline-block;
	padding: 0;
	vertical-align: middle;
	max-width: 110px!important;
	text-align: left;
}

.webform-small-button .main-ui-filter-field-button-item {
	padding: 0;
}

.main-ui-filter-field-button-inner {
	position: relative;
}

.main-ui-filter-for-all {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -9px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.main-ui-filter-for-all input,
.main-ui-filter-for-all label {
	-webkit-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
}


.main-ui-filter-for-all input {
	opacity: .8;
}

.main-ui-filter-for-all label {
	opacity: .6;
}

.main-ui-filter-for-all input:checked,
.main-ui-filter-for-all input:checked + label {
	opacity: 1;
}

.main-ui-filter-field-button-inner .main-ui-filter-field-button:last-child {
	margin-right: 0;
}


/*.main-ui-filter-preset-field .main-ui-control,*/
/*.main-ui-filter-preset-field .main-ui-date-input{*/
/*border-color: rgba(15, 167, 215, .5);*/
/*}*/



@-webkit-keyframes removeAnimation {
	0% {
		-webkit-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}

	100% {
		-webkit-transform: rotateX(90deg);
		-ms-transform: rotateX(90deg);
		transform: rotateX(90deg);
		opacity: 0;
	}
}



@keyframes removeAnimation {
	0% {
		-webkit-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}

	100% {
		-webkit-transform: rotateX(90deg);
		-ms-transform: rotateX(90deg);
		transform: rotateX(90deg);
		opacity: 0;
	}
}


.main-ui-filter-error {
	-webkit-animation: fieldError 500ms ease;
	        animation: fieldError 500ms ease;
}


@-webkit-keyframes fieldError {
	0% {
		border-color: #f54819;
	}

	100% {
		border-color: #e7eaec;
	}
}


@keyframes fieldError {
	0% {
		border-color: #f54819;
	}

	100% {
		border-color: #e7eaec;
	}
}


.main-ui-no-before::before {
	display: none!important;
}

.main-ui-filter-field-with-additional-fields {
	padding-top: 27px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
	border: 1px solid rgba(83,92,105,.1);
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-ms-flex-wrap: wrap!important;
	    flex-wrap: wrap!important;
}

.main-ui-filter-field-with-additional-fields > .main-ui-control-field-label {
	top: 7px;
	left: 12px;
}

.main-ui-filter-additional-fields-container {
	width: 100%;
	padding-top: 10px;
}

.main-ui-filter-additional-fields-container .main-ui-control-field-group:last-child,
.main-ui-filter-additional-fields-container .main-ui-control-field-control:last-child {
	padding-bottom: 0;
}

.main-ui-filter-additional-fields-container .main-ui-item-icon-container,
.main-ui-filter-additional-fields-container .main-ui-filter-icon-grab {
	display: none!important;
}

.main-ui-filter-field-with-additional-fields > .main-ui-control-field {
	margin-right: 0;
}

.main-ui-filter-field-with-additional-fields > .main-ui-control-field + .main-ui-control-field {
	margin-left: 10px;
}

.main-ui-filter-additional-filters-button {
	position: absolute;
	width: 36px;
	top: calc(50% - 15px);
	right: 0;
	cursor: pointer;
}

.main-ui-filter-additional-filters-button > i {
	background-color: transparent;
	background-size: 79%;
	border-radius: 2px;
	opacity: .4;
	-webkit-transition: 200ms opacity ease;
	-o-transition: 200ms opacity ease;
	transition: 200ms opacity ease;
}

.main-ui-filter-additional-filters-button:hover > i {
	opacity: 1;
}

.main-ui-filter-with-additional-filters .main-ui-filter-field-container-list > .main-ui-control-field[data-type="STRING"] .main-ui-control-string,
.main-ui-filter-with-additional-filters .main-ui-filter-field-container-list > .main-ui-control-field[data-type="TEXTAREA"] .main-ui-control-textarea,
.main-ui-filter-with-additional-filters .main-ui-filter-field-container-list > .main-ui-control-field[data-type="DEST_SELECTOR"] .main-ui-control-entity,
.main-ui-filter-with-additional-filters .main-ui-filter-field-container-list > .main-ui-control-field[data-type="MULTI_SELECT"] .main-ui-multi-select,
.main-ui-filter-with-additional-filters .main-ui-filter-field-container-list > .main-ui-control-field-group[data-type="DATE"],
.main-ui-filter-with-additional-filters .main-ui-filter-field-container-list > .main-ui-control-field[data-type="SELECT"] .main-ui-select {
	width: calc(100% - 42px);
}

.main-ui-filter-with-additional-filters .main-ui-filter-field-container-list > .main-ui-control-field-group[data-type="NUMBER"] {
	width: calc(100% - 42px);
}

.main-ui-filter-with-additional-filters .main-ui-filter-field-container-list > .main-ui-control-field-group[data-type="DATE"] .main-ui-filter-field-delete {
	right: -67px;
}

.main-ui-filter-with-additional-filters .main-ui-filter-field-container-list > .main-ui-control-field-group[data-type="NUMBER"] .main-ui-filter-field-delete {
	right: -67px;
}

.main-ui-filter-with-additional-filters .main-ui-filter-field-container-list > .main-ui-control-field-group[data-type="DATE"] .main-ui-filter-additional-filters-button {
	right: -42px;
}

.main-ui-filter-with-additional-filters .main-ui-filter-field-container-list > .main-ui-control-field-group[data-type="NUMBER"] .main-ui-filter-additional-filters-button {
	right: -42px;
}

.main-ui-filter-with-additional-filters .main-ui-filter-field-container-list > .main-ui-control-field[data-type="SELECT"] .main-ui-select .main-ui-control-value-delete-item {
	right: -12px;
}

.main-ui-filter-with-additional-filters .main-ui-filter-field-container-list > .main-ui-control-field[data-type="MULTI_SELECT"] .main-ui-multi-select .main-ui-control-value-delete-item {
	right: 2px;
}

.main-ui-filter-with-additional-filters .main-ui-filter-field-container-list > .main-ui-control-field[data-type="STRING"] .main-ui-control-value-delete {
	right: 43px;
	background-color: transparent;
}

.main-ui-filter-with-additional-filters .main-ui-filter-field-container-list > .main-ui-filter-additional-filters-hide[data-type="STRING"] .main-ui-control-value-delete {
	right: 1px;
}

.main-ui-filter-with-additional-filters .main-ui-filter-field-container-list > .main-ui-control-field-group[data-type="DATE"] > .main-ui-control-field {
	margin-right: 0;
}

.main-ui-filter-with-additional-filters .main-ui-filter-year-switcher {
	margin-right: 0!important;
}

.main-ui-filter-with-additional-filters .main-ui-filter-field-container-list > .main-ui-control-field-group[data-type="DATE"] .main-ui-control-field:not(.main-ui-filter-remove-margin-right) + .main-ui-control-field {
	margin-left: 10px;
}


.main-ui-filter-additional-filter-placeholder {
	width: calc(100% - 42px);
	padding-left: 0;
	cursor: default;
}

.main-ui-filter-field-with-additional-filter[data-type="DATE"] .main-ui-filter-additional-filter-placeholder {
	width: 100%;
}

.main-ui-filter-additional-filter-placeholder .main-ui-square {
	margin: 3px;
}

.main-ui-filter-field-with-additional-filter[data-type="STRING"] > input.main-ui-control-string,
.main-ui-filter-field-with-additional-filter[data-type="SELECT"] > .main-ui-select,
.main-ui-filter-field-with-additional-filter[data-type="MULTI_SELECT"] > .main-ui-multi-select,
.main-ui-filter-field-with-additional-filter[data-type="DATE"] > .main-ui-control-field,
.main-ui-filter-field-with-additional-filter[data-type="DATE"] > .main-ui-filter-range-group,
.main-ui-filter-field-with-additional-filter[data-type="DEST_SELECTOR"] > .main-ui-control-entity,
.main-ui-filter-field-with-additional-filter[data-type="NUMBER"] > .main-ui-control-field,
.main-ui-filter-field-with-additional-filter[data-type="NUMBER"] > .main-ui-filter-field-line,
.main-ui-filter-field-with-additional-filter[data-type="TEXTAREA"] > .main-ui-control-textarea {
	display: none;
}

.main-ui-filter-additional-filters-hide .main-ui-filter-additional-filters-button {
	display: none;
}

.main-ui-filter-field-container-list > .main-ui-filter-additional-filters-hide.main-ui-control-field[data-type="STRING"] .main-ui-control-string,
.main-ui-filter-field-container-list > .main-ui-filter-additional-filters-hide.main-ui-control-field[data-type="TEXTAREA"] .main-ui-control-textarea,
.main-ui-filter-field-container-list > .main-ui-filter-additional-filters-hide.main-ui-control-field[data-type="DEST_SELECTOR"] .main-ui-control-entity,
.main-ui-filter-field-container-list > .main-ui-filter-additional-filters-hide.main-ui-control-field[data-type="MULTI_SELECT"] .main-ui-multi-select,
.main-ui-filter-field-container-list > .main-ui-filter-additional-filters-hide.main-ui-control-field-group[data-type="DATE"],
.main-ui-filter-field-container-list > .main-ui-filter-additional-filters-hide.main-ui-control-field[data-type="SELECT"] .main-ui-select {
	width: 100%;
}

.main-ui-filter-field-container-list > .main-ui-filter-additional-filters-hide.main-ui-control-field-group[data-type="NUMBER"] {
	width: 100%;
}

.main-ui-filter-field-container-list > .main-ui-filter-additional-filters-hide.main-ui-control-field-group[data-type="DATE"] .main-ui-filter-field-delete,
.main-ui-filter-field-container-list > .main-ui-filter-additional-filters-hide.main-ui-control-field-group[data-type="NUMBER"] .main-ui-filter-field-delete {
	right: -25px;
}

.main-ui-filter-with-additional-filters .main-ui-filter-field-container-list > .main-ui-filter-field-with-additional-filter[data-type="NUMBER"] {
	width: 100%;
}

.main-ui-filter-with-additional-filters .main-ui-filter-field-container-list > .main-ui-filter-field-with-additional-filter[data-type="NUMBER"] .main-ui-filter-additional-filters-button {
	right: 0;
}

@media (max-width: 1540px) {
	.main-ui-filter-compact-state.main-ui-filter-theme-rounded.main-ui-filter-search--active .main-ui-filter-search-square + .main-ui-filter-search-filter {
		max-width: 9vw;
	}
}

@media (max-width: 1470px) {
	.bx-layout-table:not(.menu-collapsed-mode) .main-ui-filter-search .main-ui-filter-search-square .main-ui-square-item {
		max-width: 6vw;
	}
}
/* End */


/* Start:/bitrix/components/bitrix/landing.landings/templates/.default/style.css?1686737985697*/
.landing-site-selector-item-lower {
	padding-left: 30px;
}

.landing-tile-pages {
	padding: 0 20px;
}

.landing-tile-pages.bx-layout-inner-inner-table {
	padding: 0;
}

.landing-item-folder .landing-title-overflow.--create-folder-input {
	padding: 0;
}

.landing-title-overflow.--create-folder-input {
	position: relative;
	height: 32px;
	border-radius: var(--ui-field-border-radius, 2px);
	border: 1px solid #2fc6f6;
	background-color: #fff;
	z-index: 2;
}

.landing-title-overflow.--create-folder-input input {
	padding: 0 12px;
	height: 32px;
	width: 100%;
	border: none;
	font: 14px/32px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #333;
	box-sizing: border-box;
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/et-icon/style.css?16578643242866*/
/*
dbg: was deleted all font, except woff - it is all what we need
*/

@font-face {
	font-family: 'et-line';
	src:url('/bitrix/templates/landing24/assets/vendor/icon/et-icon/font.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* 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*="icon-"] {
*/
.et-icon-mobile, .et-icon-laptop, .et-icon-desktop, .et-icon-tablet, .et-icon-phone, .et-icon-document, .et-icon-documents, .et-icon-search, .et-icon-clipboard, .et-icon-newspaper, .et-icon-notebook, .et-icon-book-open, .et-icon-browser, .et-icon-calendar, .et-icon-presentation, .et-icon-picture, .et-icon-pictures, .et-icon-video, .et-icon-camera, .et-icon-printer, .et-icon-toolbox, .et-icon-briefcase, .et-icon-wallet, .et-icon-gift, .et-icon-bargraph, .et-icon-grid, .et-icon-expand, .et-icon-focus, .et-icon-edit, .et-icon-adjustments, .et-icon-ribbon, .et-icon-hourglass, .et-icon-lock, .et-icon-megaphone, .et-icon-shield, .et-icon-trophy, .et-icon-flag, .et-icon-map, .et-icon-puzzle, .et-icon-basket, .et-icon-envelope, .et-icon-streetsign, .et-icon-telescope, .et-icon-gears, .et-icon-key, .et-icon-paperclip, .et-icon-attachment, .et-icon-pricetags, .et-icon-lightbulb, .et-icon-layers, .et-icon-pencil, .et-icon-tools, .et-icon-tools-2, .et-icon-scissors, .et-icon-paintbrush, .et-icon-magnifying-glass, .et-icon-circle-compass, .et-icon-linegraph, .et-icon-mic, .et-icon-strategy, .et-icon-beaker, .et-icon-caution, .et-icon-recycle, .et-icon-anchor, .et-icon-profile-male, .et-icon-profile-female, .et-icon-bike, .et-icon-wine, .et-icon-hotairballoon, .et-icon-globe, .et-icon-genius, .et-icon-map-pin, .et-icon-dial, .et-icon-chat, .et-icon-heart, .et-icon-cloud, .et-icon-upload, .et-icon-download, .et-icon-target, .et-icon-hazardous, .et-icon-piechart, .et-icon-speedometer, .et-icon-global, .et-icon-compass, .et-icon-lifesaver, .et-icon-clock, .et-icon-aperture, .et-icon-quote, .et-icon-scope, .et-icon-alarmclock, .et-icon-refresh, .et-icon-happy, .et-icon-sad, .et-icon-facebook, .et-icon-twitter, .et-icon-googleplus, .et-icon-rss, .et-icon-tumblr, .et-icon-linkedin, .et-icon-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;
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/et-icon/content.css?16578643244712*/
.et-icon-mobile:before {
	content: "\e000";
}
.et-icon-laptop:before {
	content: "\e001";
}
.et-icon-desktop:before {
	content: "\e002";
}
.et-icon-tablet:before {
	content: "\e003";
}
.et-icon-phone:before {
	content: "\e004";
}
.et-icon-document:before {
	content: "\e005";
}
.et-icon-documents:before {
	content: "\e006";
}
.et-icon-search:before {
	content: "\e007";
}
.et-icon-clipboard:before {
	content: "\e008";
}
.et-icon-newspaper:before {
	content: "\e009";
}
.et-icon-notebook:before {
	content: "\e00a";
}
.et-icon-book-open:before {
	content: "\e00b";
}
.et-icon-browser:before {
	content: "\e00c";
}
.et-icon-calendar:before {
	content: "\e00d";
}
.et-icon-presentation:before {
	content: "\e00e";
}
.et-icon-picture:before {
	content: "\e00f";
}
.et-icon-pictures:before {
	content: "\e010";
}
.et-icon-video:before {
	content: "\e011";
}
.et-icon-camera:before {
	content: "\e012";
}
.et-icon-printer:before {
	content: "\e013";
}
.et-icon-toolbox:before {
	content: "\e014";
}
.et-icon-briefcase:before {
	content: "\e015";
}
.et-icon-wallet:before {
	content: "\e016";
}
.et-icon-gift:before {
	content: "\e017";
}
.et-icon-bargraph:before {
	content: "\e018";
}
.et-icon-grid:before {
	content: "\e019";
}
.et-icon-expand:before {
	content: "\e01a";
}
.et-icon-focus:before {
	content: "\e01b";
}
.et-icon-edit:before {
	content: "\e01c";
}
.et-icon-adjustments:before {
	content: "\e01d";
}
.et-icon-ribbon:before {
	content: "\e01e";
}
.et-icon-hourglass:before {
	content: "\e01f";
}
.et-icon-lock:before {
	content: "\e020";
}
.et-icon-megaphone:before {
	content: "\e021";
}
.et-icon-shield:before {
	content: "\e022";
}
.et-icon-trophy:before {
	content: "\e023";
}
.et-icon-flag:before {
	content: "\e024";
}
.et-icon-map:before {
	content: "\e025";
}
.et-icon-puzzle:before {
	content: "\e026";
}
.et-icon-basket:before {
	content: "\e027";
}
.et-icon-envelope:before {
	content: "\e028";
}
.et-icon-streetsign:before {
	content: "\e029";
}
.et-icon-telescope:before {
	content: "\e02a";
}
.et-icon-gears:before {
	content: "\e02b";
}
.et-icon-key:before {
	content: "\e02c";
}
.et-icon-paperclip:before {
	content: "\e02d";
}
.et-icon-attachment:before {
	content: "\e02e";
}
.et-icon-pricetags:before {
	content: "\e02f";
}
.et-icon-lightbulb:before {
	content: "\e030";
}
.et-icon-layers:before {
	content: "\e031";
}
.et-icon-pencil:before {
	content: "\e032";
}
.et-icon-tools:before {
	content: "\e033";
}
.et-icon-tools-2:before {
	content: "\e034";
}
.et-icon-scissors:before {
	content: "\e035";
}
.et-icon-paintbrush:before {
	content: "\e036";
}
.et-icon-magnifying-glass:before {
	content: "\e037";
}
.et-icon-circle-compass:before {
	content: "\e038";
}
.et-icon-linegraph:before {
	content: "\e039";
}
.et-icon-mic:before {
	content: "\e03a";
}
.et-icon-strategy:before {
	content: "\e03b";
}
.et-icon-beaker:before {
	content: "\e03c";
}
.et-icon-caution:before {
	content: "\e03d";
}
.et-icon-recycle:before {
	content: "\e03e";
}
.et-icon-anchor:before {
	content: "\e03f";
}
.et-icon-profile-male:before {
	content: "\e040";
}
.et-icon-profile-female:before {
	content: "\e041";
}
.et-icon-bike:before {
	content: "\e042";
}
.et-icon-wine:before {
	content: "\e043";
}
.et-icon-hotairballoon:before {
	content: "\e044";
}
.et-icon-globe:before {
	content: "\e045";
}
.et-icon-genius:before {
	content: "\e046";
}
.et-icon-map-pin:before {
	content: "\e047";
}
.et-icon-dial:before {
	content: "\e048";
}
.et-icon-chat:before {
	content: "\e049";
}
.et-icon-heart:before {
	content: "\e04a";
}
.et-icon-cloud:before {
	content: "\e04b";
}
.et-icon-upload:before {
	content: "\e04c";
}
.et-icon-download:before {
	content: "\e04d";
}
.et-icon-target:before {
	content: "\e04e";
}
.et-icon-hazardous:before {
	content: "\e04f";
}
.et-icon-piechart:before {
	content: "\e050";
}
.et-icon-speedometer:before {
	content: "\e051";
}
.et-icon-global:before {
	content: "\e052";
}
.et-icon-compass:before {
	content: "\e053";
}
.et-icon-lifesaver:before {
	content: "\e054";
}
.et-icon-clock:before {
	content: "\e055";
}
.et-icon-aperture:before {
	content: "\e056";
}
.et-icon-quote:before {
	content: "\e057";
}
.et-icon-scope:before {
	content: "\e058";
}
.et-icon-alarmclock:before {
	content: "\e059";
}
.et-icon-refresh:before {
	content: "\e05a";
}
.et-icon-happy:before {
	content: "\e05b";
}
.et-icon-sad:before {
	content: "\e05c";
}
.et-icon-facebook:before {
	content: "\e05d";
}
.et-icon-twitter:before {
	content: "\e05e";
}
.et-icon-googleplus:before {
	content: "\e05f";
}
.et-icon-rss:before {
	content: "\e060";
}
.et-icon-tumblr:before {
	content: "\e061";
}
.et-icon-linkedin:before {
	content: "\e062";
}
.et-icon-dribbble:before {
	content: "\e063";
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/hs-icon/style.css?1657864324633*/
/*
dbg: was deleted all font, except woff - it is all what we need
*/
@font-face {
  font-family: 'hs-icons';
  src: url('/bitrix/templates/landing24/assets/vendor/icon/hs-icon/font.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.hs-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'hs-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;
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/hs-icon/content.css?1657864236831*/
.hs-icon-arrow-bottom:before {
  content: "\e900";
}
.hs-icon-arrow-left:before {
  content: "\e901";
}
.hs-icon-arrow-right:before {
  content: "\e902";
}
.hs-icon-arrow-top:before {
  content: "\e903";
}
.hs-icon-close:before {
  content: "\e904";
}
.hs-icon-hamburger-2:before {
  content: "\e905";
}
.hs-icon-hamburger:before {
  content: "\e906";
}
.hs-icon-lula-kebab-h:before {
  content: "\e907";
}
.hs-icon-lula-kebab-v:before {
  content: "\e908";
}
.hs-icon-magnifier:before {
  content: "\e909";
}
.hs-icon-music:before {
  content: "\e90a";
}
.hs-icon-photo:before {
  content: "\e90b";
}
.hs-icon-play:before {
  content: "\e90c";
}
.hs-icon-plus:before {
  content: "\e90d";
}
.hs-icon-unzoom:before {
  content: "\e90e";
}
.hs-icon-video:before {
  content: "\e90f";
}
.hs-icon-zoom:before {
  content: "\e910";
}


/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/icon/style.css?16578643343969*/
/*
dbg: was deleted all font, except woff - it is all what we need
*/
@font-face {
  font-family: 'simple-line-icons';
  src: url('/bitrix/templates/landing24/assets/vendor/icon/icon/font.woff2') format('woff2'),
  url('/bitrix/templates/landing24/assets/vendor/icon/icon/font.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/*
 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 [class*="icon-"] selector, but it's slower:
*/
.icon-user,
.icon-people,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-login,
.icon-logout,
.icon-emotsmile,
.icon-phone,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-map,
.icon-location-pin,
.icon-direction,
.icon-directions,
.icon-compass,
.icon-layers,
.icon-menu,
.icon-list,
.icon-options-vertical,
.icon-options,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-arrow-left-circle,
.icon-arrow-right-circle,
.icon-arrow-down-circle,
.icon-check,
.icon-clock,
.icon-plus,
.icon-minus,
.icon-close,
.icon-event,
.icon-exclamation,
.icon-organization,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-mustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-disc,
.icon-cursor,
.icon-cursor-move,
.icon-crop,
.icon-chemistry,
.icon-speedometer,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglass,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-folder-alt,
.icon-folder,
.icon-film,
.icon-feed,
.icon-drop,
.icon-drawer,
.icon-docs,
.icon-doc,
.icon-diamond,
.icon-cup,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-frame,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-loop,
.icon-home,
.icon-grid,
.icon-graph,
.icon-microphone,
.icon-music-tone-alt,
.icon-music-tone,
.icon-earphones-alt,
.icon-earphones,
.icon-equalizer,
.icon-like,
.icon-dislike,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-calendar,
.icon-bulb,
.icon-chart,
.icon-ban,
.icon-bubble,
.icon-camrecorder,
.icon-camera,
.icon-cloud-download,
.icon-cloud-upload,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symbol-female,
.icon-symbol-male,
.icon-target,
.icon-credit-card,
.icon-paypal,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-facebook,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pinterest,
.icon-social-github,
.icon-social-google,
.icon-social-reddit,
.icon-social-skype,
.icon-social-dribbble,
.icon-social-behance,
.icon-social-foursqare,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-stumbleupon,
.icon-social-youtube,
.icon-social-dropbox,
.icon-social-vkontakte,
.icon-social-steam {
  font-family: 'simple-line-icons';
  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;
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/icon/content.css?16578642368825*/
.icon-user:before {
  content: "\e005";
}
.icon-people:before {
  content: "\e001";
}
.icon-user-female:before {
  content: "\e000";
}
.icon-user-follow:before {
  content: "\e002";
}
.icon-user-following:before {
  content: "\e003";
}
.icon-user-unfollow:before {
  content: "\e004";
}
.icon-login:before {
  content: "\e066";
}
.icon-logout:before {
  content: "\e065";
}
.icon-emotsmile:before {
  content: "\e021";
}
.icon-phone:before {
  content: "\e600";
}
.icon-call-end:before {
  content: "\e048";
}
.icon-call-in:before {
  content: "\e047";
}
.icon-call-out:before {
  content: "\e046";
}
.icon-map:before {
  content: "\e033";
}
.icon-location-pin:before {
  content: "\e096";
}
.icon-direction:before {
  content: "\e042";
}
.icon-directions:before {
  content: "\e041";
}
.icon-compass:before {
  content: "\e045";
}
.icon-layers:before {
  content: "\e034";
}
.icon-menu:before {
  content: "\e601";
}
.icon-list:before {
  content: "\e067";
}
.icon-options-vertical:before {
  content: "\e602";
}
.icon-options:before {
  content: "\e603";
}
.icon-arrow-down:before {
  content: "\e604";
}
.icon-arrow-left:before {
  content: "\e605";
}
.icon-arrow-right:before {
  content: "\e606";
}
.icon-arrow-up:before {
  content: "\e607";
}
.icon-arrow-up-circle:before {
  content: "\e078";
}
.icon-arrow-left-circle:before {
  content: "\e07a";
}
.icon-arrow-right-circle:before {
  content: "\e079";
}
.icon-arrow-down-circle:before {
  content: "\e07b";
}
.icon-check:before {
  content: "\e080";
}
.icon-clock:before {
  content: "\e081";
}
.icon-plus:before {
  content: "\e095";
}
.icon-minus:before {
  content: "\e615";
}
.icon-close:before {
  content: "\e082";
}
.icon-event:before {
  content: "\e619";
}
.icon-exclamation:before {
  content: "\e617";
}
.icon-organization:before {
  content: "\e616";
}
.icon-trophy:before {
  content: "\e006";
}
.icon-screen-smartphone:before {
  content: "\e010";
}
.icon-screen-desktop:before {
  content: "\e011";
}
.icon-plane:before {
  content: "\e012";
}
.icon-notebook:before {
  content: "\e013";
}
.icon-mustache:before {
  content: "\e014";
}
.icon-mouse:before {
  content: "\e015";
}
.icon-magnet:before {
  content: "\e016";
}
.icon-energy:before {
  content: "\e020";
}
.icon-disc:before {
  content: "\e022";
}
.icon-cursor:before {
  content: "\e06e";
}
.icon-cursor-move:before {
  content: "\e023";
}
.icon-crop:before {
  content: "\e024";
}
.icon-chemistry:before {
  content: "\e026";
}
.icon-speedometer:before {
  content: "\e007";
}
.icon-shield:before {
  content: "\e00e";
}
.icon-screen-tablet:before {
  content: "\e00f";
}
.icon-magic-wand:before {
  content: "\e017";
}
.icon-hourglass:before {
  content: "\e018";
}
.icon-graduation:before {
  content: "\e019";
}
.icon-ghost:before {
  content: "\e01a";
}
.icon-game-controller:before {
  content: "\e01b";
}
.icon-fire:before {
  content: "\e01c";
}
.icon-eyeglass:before {
  content: "\e01d";
}
.icon-envelope-open:before {
  content: "\e01e";
}
.icon-envelope-letter:before {
  content: "\e01f";
}
.icon-bell:before {
  content: "\e027";
}
.icon-badge:before {
  content: "\e028";
}
.icon-anchor:before {
  content: "\e029";
}
.icon-wallet:before {
  content: "\e02a";
}
.icon-vector:before {
  content: "\e02b";
}
.icon-speech:before {
  content: "\e02c";
}
.icon-puzzle:before {
  content: "\e02d";
}
.icon-printer:before {
  content: "\e02e";
}
.icon-present:before {
  content: "\e02f";
}
.icon-playlist:before {
  content: "\e030";
}
.icon-pin:before {
  content: "\e031";
}
.icon-picture:before {
  content: "\e032";
}
.icon-handbag:before {
  content: "\e035";
}
.icon-globe-alt:before {
  content: "\e036";
}
.icon-globe:before {
  content: "\e037";
}
.icon-folder-alt:before {
  content: "\e039";
}
.icon-folder:before {
  content: "\e089";
}
.icon-film:before {
  content: "\e03a";
}
.icon-feed:before {
  content: "\e03b";
}
.icon-drop:before {
  content: "\e03e";
}
.icon-drawer:before {
  content: "\e03f";
}
.icon-docs:before {
  content: "\e040";
}
.icon-doc:before {
  content: "\e085";
}
.icon-diamond:before {
  content: "\e043";
}
.icon-cup:before {
  content: "\e044";
}
.icon-calculator:before {
  content: "\e049";
}
.icon-bubbles:before {
  content: "\e04a";
}
.icon-briefcase:before {
  content: "\e04b";
}
.icon-book-open:before {
  content: "\e04c";
}
.icon-basket-loaded:before {
  content: "\e04d";
}
.icon-basket:before {
  content: "\e04e";
}
.icon-bag:before {
  content: "\e04f";
}
.icon-action-undo:before {
  content: "\e050";
}
.icon-action-redo:before {
  content: "\e051";
}
.icon-wrench:before {
  content: "\e052";
}
.icon-umbrella:before {
  content: "\e053";
}
.icon-trash:before {
  content: "\e054";
}
.icon-tag:before {
  content: "\e055";
}
.icon-support:before {
  content: "\e056";
}
.icon-frame:before {
  content: "\e038";
}
.icon-size-fullscreen:before {
  content: "\e057";
}
.icon-size-actual:before {
  content: "\e058";
}
.icon-shuffle:before {
  content: "\e059";
}
.icon-share-alt:before {
  content: "\e05a";
}
.icon-share:before {
  content: "\e05b";
}
.icon-rocket:before {
  content: "\e05c";
}
.icon-question:before {
  content: "\e05d";
}
.icon-pie-chart:before {
  content: "\e05e";
}
.icon-pencil:before {
  content: "\e05f";
}
.icon-note:before {
  content: "\e060";
}
.icon-loop:before {
  content: "\e064";
}
.icon-home:before {
  content: "\e069";
}
.icon-grid:before {
  content: "\e06a";
}
.icon-graph:before {
  content: "\e06b";
}
.icon-microphone:before {
  content: "\e063";
}
.icon-music-tone-alt:before {
  content: "\e061";
}
.icon-music-tone:before {
  content: "\e062";
}
.icon-earphones-alt:before {
  content: "\e03c";
}
.icon-earphones:before {
  content: "\e03d";
}
.icon-equalizer:before {
  content: "\e06c";
}
.icon-like:before {
  content: "\e068";
}
.icon-dislike:before {
  content: "\e06d";
}
.icon-control-start:before {
  content: "\e06f";
}
.icon-control-rewind:before {
  content: "\e070";
}
.icon-control-play:before {
  content: "\e071";
}
.icon-control-pause:before {
  content: "\e072";
}
.icon-control-forward:before {
  content: "\e073";
}
.icon-control-end:before {
  content: "\e074";
}
.icon-volume-1:before {
  content: "\e09f";
}
.icon-volume-2:before {
  content: "\e0a0";
}
.icon-volume-off:before {
  content: "\e0a1";
}
.icon-calendar:before {
  content: "\e075";
}
.icon-bulb:before {
  content: "\e076";
}
.icon-chart:before {
  content: "\e077";
}
.icon-ban:before {
  content: "\e07c";
}
.icon-bubble:before {
  content: "\e07d";
}
.icon-camrecorder:before {
  content: "\e07e";
}
.icon-camera:before {
  content: "\e07f";
}
.icon-cloud-download:before {
  content: "\e083";
}
.icon-cloud-upload:before {
  content: "\e084";
}
.icon-envelope:before {
  content: "\e086";
}
.icon-eye:before {
  content: "\e087";
}
.icon-flag:before {
  content: "\e088";
}
.icon-heart:before {
  content: "\e08a";
}
.icon-info:before {
  content: "\e08b";
}
.icon-key:before {
  content: "\e08c";
}
.icon-link:before {
  content: "\e08d";
}
.icon-lock:before {
  content: "\e08e";
}
.icon-lock-open:before {
  content: "\e08f";
}
.icon-magnifier:before {
  content: "\e090";
}
.icon-magnifier-add:before {
  content: "\e091";
}
.icon-magnifier-remove:before {
  content: "\e092";
}
.icon-paper-clip:before {
  content: "\e093";
}
.icon-paper-plane:before {
  content: "\e094";
}
.icon-power:before {
  content: "\e097";
}
.icon-refresh:before {
  content: "\e098";
}
.icon-reload:before {
  content: "\e099";
}
.icon-settings:before {
  content: "\e09a";
}
.icon-star:before {
  content: "\e09b";
}
.icon-symbol-female:before {
  content: "\e09c";
}
.icon-symbol-male:before {
  content: "\e09d";
}
.icon-target:before {
  content: "\e09e";
}
.icon-credit-card:before {
  content: "\e025";
}
.icon-paypal:before {
  content: "\e608";
}
.icon-social-tumblr:before {
  content: "\e00a";
}
.icon-social-twitter:before {
  content: "\e009";
}
.icon-social-facebook:before {
  content: "\e00b";
}
.icon-social-instagram:before {
  content: "\e609";
}
.icon-social-linkedin:before {
  content: "\e60a";
}
.icon-social-pinterest:before {
  content: "\e60b";
}
.icon-social-github:before {
  content: "\e60c";
}
.icon-social-google:before {
  content: "\e60d";
}
.icon-social-reddit:before {
  content: "\e60e";
}
.icon-social-skype:before {
  content: "\e60f";
}
.icon-social-dribbble:before {
  content: "\e00d";
}
.icon-social-behance:before {
  content: "\e610";
}
.icon-social-foursqare:before {
  content: "\e611";
}
.icon-social-soundcloud:before {
  content: "\e612";
}
.icon-social-spotify:before {
  content: "\e613";
}
.icon-social-stumbleupon:before {
  content: "\e614";
}
.icon-social-youtube:before {
  content: "\e008";
}
.icon-social-dropbox:before {
  content: "\e00c";
}
.icon-social-vkontakte:before {
  content: "\e618";
}
.icon-social-steam:before {
  content: "\e620";
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/icon-christmas/style.css?1657864324900*/
@charset "UTF-8";

@font-face
{
	font-family: "cristmas";
	src: url("/bitrix/templates/landing24/assets/vendor/icon/icon-christmas/font.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

[data-icon-christmas]:before
{
	font-family: "cristmas" !important;
	content: attr(data-icon-christmas);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-christmas"]:before,
[class*=" icon-christmas"]:before
{
	font-family: "cristmas" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/icon-christmas/content.css?16578642364726*/
.icon-christmas-001:before {
  content: "a";
}
.icon-christmas-014:before {
  content: "b";
}
.icon-christmas-015:before {
  content: "c";
}
.icon-christmas-002:before {
  content: "d";
}
.icon-christmas-003:before {
  content: "e";
}
.icon-christmas-016:before {
  content: "f";
}
.icon-christmas-017:before {
  content: "g";
}
.icon-christmas-004:before {
  content: "h";
}
.icon-christmas-005:before {
  content: "i";
}
.icon-christmas-018:before {
  content: "j";
}
.icon-christmas-019:before {
  content: "k";
}
.icon-christmas-006:before {
  content: "l";
}
.icon-christmas-007:before {
  content: "m";
}
.icon-christmas-020:before {
  content: "n";
}
.icon-christmas-021:before {
  content: "o";
}
.icon-christmas-008:before {
  content: "p";
}
.icon-christmas-009:before {
  content: "q";
}
.icon-christmas-022:before {
  content: "r";
}
.icon-christmas-023:before {
  content: "s";
}
.icon-christmas-010:before {
  content: "t";
}
.icon-christmas-011:before {
  content: "u";
}
.icon-christmas-024:before {
  content: "v";
}
.icon-christmas-025:before {
  content: "w";
}
.icon-christmas-012:before {
  content: "x";
}
.icon-christmas-013:before {
  content: "y";
}
.icon-christmas-026:before {
  content: "z";
}
.icon-christmas-039:before {
  content: "A";
}
.icon-christmas-038:before {
  content: "B";
}
.icon-christmas-051:before {
  content: "C";
}
.icon-christmas-052:before {
  content: "D";
}
.icon-christmas-065:before {
  content: "E";
}
.icon-christmas-064:before {
  content: "F";
}
.icon-christmas-063:before {
  content: "G";
}
.icon-christmas-050:before {
  content: "H";
}
.icon-christmas-037:before {
  content: "I";
}
.icon-christmas-036:before {
  content: "J";
}
.icon-christmas-049:before {
  content: "K";
}
.icon-christmas-062:before {
  content: "L";
}
.icon-christmas-061:before {
  content: "M";
}
.icon-christmas-048:before {
  content: "N";
}
.icon-christmas-035:before {
  content: "O";
}
.icon-christmas-034:before {
  content: "P";
}
.icon-christmas-047:before {
  content: "Q";
}
.icon-christmas-060:before {
  content: "R";
}
.icon-christmas-059:before {
  content: "S";
}
.icon-christmas-046:before {
  content: "T";
}
.icon-christmas-033:before {
  content: "U";
}
.icon-christmas-032:before {
  content: "V";
}
.icon-christmas-045:before {
  content: "W";
}
.icon-christmas-058:before {
  content: "X";
}
.icon-christmas-031:before {
  content: "Y";
}
.icon-christmas-044:before {
  content: "Z";
}
.icon-christmas-057:before {
  content: "0";
}
.icon-christmas-056:before {
  content: "1";
}
.icon-christmas-043:before {
  content: "2";
}
.icon-christmas-030:before {
  content: "3";
}
.icon-christmas-029:before {
  content: "4";
}
.icon-christmas-042:before {
  content: "5";
}
.icon-christmas-055:before {
  content: "6";
}
.icon-christmas-054:before {
  content: "7";
}
.icon-christmas-041:before {
  content: "8";
}
.icon-christmas-028:before {
  content: "9";
}
.icon-christmas-027:before {
  content: "!";
}
.icon-christmas-040:before {
  content: "\"";
}
.icon-christmas-053:before {
  content: "#";
}
.icon-christmas-066:before {
  content: "$";
}
.icon-christmas-079:before {
  content: "%";
}
.icon-christmas-092:before {
  content: "&";
}
.icon-christmas-093:before {
  content: "'";
}
.icon-christmas-080:before {
  content: "(";
}
.icon-christmas-067:before {
  content: ")";
}
.icon-christmas-068:before {
  content: "*";
}
.icon-christmas-081:before {
  content: "+";
}
.icon-christmas-094:before {
  content: ",";
}
.icon-christmas-095:before {
  content: "-";
}
.icon-christmas-082:before {
  content: ".";
}
.icon-christmas-069:before {
  content: "/";
}
.icon-christmas-070:before {
  content: ":";
}
.icon-christmas-083:before {
  content: ";";
}
.icon-christmas-096:before {
  content: "<";
}
.icon-christmas-097:before {
  content: "=";
}
.icon-christmas-084:before {
  content: ">";
}
.icon-christmas-071:before {
  content: "?";
}
.icon-christmas-072:before {
  content: "@";
}
.icon-christmas-085:before {
  content: "[";
}
.icon-christmas-098:before {
  content: "]";
}
.icon-christmas-099:before {
  content: "^";
}
.icon-christmas-086:before {
  content: "_";
}
.icon-christmas-073:before {
  content: "`";
}
.icon-christmas-074:before {
  content: "{";
}
.icon-christmas-087:before {
  content: "|";
}
.icon-christmas-100:before {
  content: "}";
}
.icon-christmas-088:before {
  content: "~";
}
.icon-christmas-075:before {
  content: "\\";
}
.icon-christmas-076:before {
  content: "\e000";
}
.icon-christmas-089:before {
  content: "\e001";
}
.icon-christmas-090:before {
  content: "\e002";
}
.icon-christmas-077:before {
  content: "\e003";
}
.icon-christmas-078:before {
  content: "\e004";
}
.icon-christmas-091:before {
  content: "\e005";
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/icon-clothes/style.css?1657864324887*/
@charset "UTF-8";

@font-face
{
	font-family: "clothes";
	src: url("/bitrix/templates/landing24/assets/vendor/icon/icon-clothes/font.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

[data-icon-clothes]:before
{
	font-family: "clothes" !important;
	content: attr(data-icon-clothes);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-clothes"]:before,
[class*=" icon-clothes"]:before
{
	font-family: "clothes" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/icon-clothes/content.css?16578642364526*/
.icon-clothes-014:before {
  content: "a";
}
.icon-clothes-027:before {
  content: "b";
}
.icon-clothes-040:before {
  content: "c";
}
.icon-clothes-053:before {
  content: "d";
}
.icon-clothes-066:before {
  content: "e";
}
.icon-clothes-079:before {
  content: "f";
}
.icon-clothes-092:before {
  content: "g";
}
.icon-clothes-093:before {
  content: "h";
}
.icon-clothes-080:before {
  content: "i";
}
.icon-clothes-067:before {
  content: "j";
}
.icon-clothes-054:before {
  content: "k";
}
.icon-clothes-041:before {
  content: "l";
}
.icon-clothes-028:before {
  content: "m";
}
.icon-clothes-015:before {
  content: "n";
}
.icon-clothes-016:before {
  content: "o";
}
.icon-clothes-029:before {
  content: "p";
}
.icon-clothes-042:before {
  content: "q";
}
.icon-clothes-055:before {
  content: "r";
}
.icon-clothes-068:before {
  content: "s";
}
.icon-clothes-081:before {
  content: "t";
}
.icon-clothes-094:before {
  content: "u";
}
.icon-clothes-095:before {
  content: "v";
}
.icon-clothes-082:before {
  content: "w";
}
.icon-clothes-083:before {
  content: "x";
}
.icon-clothes-096:before {
  content: "y";
}
.icon-clothes-097:before {
  content: "z";
}
.icon-clothes-084:before {
  content: "A";
}
.icon-clothes-085:before {
  content: "B";
}
.icon-clothes-098:before {
  content: "C";
}
.icon-clothes-099:before {
  content: "D";
}
.icon-clothes-086:before {
  content: "E";
}
.icon-clothes-087:before {
  content: "F";
}
.icon-clothes-100:before {
  content: "G";
}
.icon-clothes-088:before {
  content: "H";
}
.icon-clothes-089:before {
  content: "I";
}
.icon-clothes-090:before {
  content: "J";
}
.icon-clothes-091:before {
  content: "K";
}
.icon-clothes-078:before {
  content: "L";
}
.icon-clothes-077:before {
  content: "M";
}
.icon-clothes-076:before {
  content: "N";
}
.icon-clothes-075:before {
  content: "O";
}
.icon-clothes-074:before {
  content: "P";
}
.icon-clothes-073:before {
  content: "Q";
}
.icon-clothes-072:before {
  content: "R";
}
.icon-clothes-071:before {
  content: "S";
}
.icon-clothes-070:before {
  content: "T";
}
.icon-clothes-069:before {
  content: "U";
}
.icon-clothes-056:before {
  content: "V";
}
.icon-clothes-043:before {
  content: "W";
}
.icon-clothes-030:before {
  content: "X";
}
.icon-clothes-017:before {
  content: "Y";
}
.icon-clothes-018:before {
  content: "Z";
}
.icon-clothes-031:before {
  content: "0";
}
.icon-clothes-044:before {
  content: "1";
}
.icon-clothes-057:before {
  content: "2";
}
.icon-clothes-058:before {
  content: "3";
}
.icon-clothes-045:before {
  content: "4";
}
.icon-clothes-032:before {
  content: "5";
}
.icon-clothes-019:before {
  content: "6";
}
.icon-clothes-020:before {
  content: "7";
}
.icon-clothes-033:before {
  content: "8";
}
.icon-clothes-046:before {
  content: "9";
}
.icon-clothes-059:before {
  content: "!";
}
.icon-clothes-060:before {
  content: "\"";
}
.icon-clothes-047:before {
  content: "#";
}
.icon-clothes-034:before {
  content: "$";
}
.icon-clothes-021:before {
  content: "%";
}
.icon-clothes-022:before {
  content: "&";
}
.icon-clothes-035:before {
  content: "'";
}
.icon-clothes-048:before {
  content: "(";
}
.icon-clothes-061:before {
  content: ")";
}
.icon-clothes-062:before {
  content: "*";
}
.icon-clothes-049:before {
  content: "+";
}
.icon-clothes-036:before {
  content: ",";
}
.icon-clothes-023:before {
  content: "-";
}
.icon-clothes-024:before {
  content: ".";
}
.icon-clothes-037:before {
  content: "/";
}
.icon-clothes-050:before {
  content: ":";
}
.icon-clothes-063:before {
  content: ";";
}
.icon-clothes-064:before {
  content: "<";
}
.icon-clothes-051:before {
  content: "=";
}
.icon-clothes-038:before {
  content: ">";
}
.icon-clothes-025:before {
  content: "?";
}
.icon-clothes-026:before {
  content: "@";
}
.icon-clothes-039:before {
  content: "[";
}
.icon-clothes-052:before {
  content: "]";
}
.icon-clothes-065:before {
  content: "^";
}
.icon-clothes-001:before {
  content: "_";
}
.icon-clothes-002:before {
  content: "`";
}
.icon-clothes-003:before {
  content: "{";
}
.icon-clothes-004:before {
  content: "|";
}
.icon-clothes-005:before {
  content: "}";
}
.icon-clothes-006:before {
  content: "~";
}
.icon-clothes-007:before {
  content: "\\";
}
.icon-clothes-008:before {
  content: "\e000";
}
.icon-clothes-009:before {
  content: "\e001";
}
.icon-clothes-010:before {
  content: "\e002";
}
.icon-clothes-011:before {
  content: "\e003";
}
.icon-clothes-012:before {
  content: "\e004";
}
.icon-clothes-013:before {
  content: "\e005";
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/icon-communication/style.css?1657864324937*/
@charset "UTF-8";

@font-face
{
	font-family: "communication-48-x-48";
	src: url("/bitrix/templates/landing24/assets/vendor/icon/icon-communication/font.woff") format("woff");
	font-style: normal;
}

[data-icon-communication]:before
{
	font-family: "communication-48-x-48" !important;
	content: attr(data-icon-communication);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-communication"]:before,
[class*=" icon-communication"]:before
{
	font-family: "communication-48-x-48" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/icon-communication/content.css?16578642369526*/
.icon-communication-001:before {
  content: "a";
}
.icon-communication-002:before {
  content: "b";
}
.icon-communication-003:before {
  content: "c";
}
.icon-communication-004:before {
  content: "d";
}
.icon-communication-005:before {
  content: "e";
}
.icon-communication-006:before {
  content: "f";
}
.icon-communication-008:before {
  content: "g";
}
.icon-communication-007:before {
  content: "h";
}
.icon-communication-009:before {
  content: "i";
}
.icon-communication-010:before {
  content: "j";
}
.icon-communication-011:before {
  content: "k";
}
.icon-communication-012:before {
  content: "l";
}
.icon-communication-013:before {
  content: "m";
}
.icon-communication-026:before {
  content: "n";
}
.icon-communication-025:before {
  content: "o";
}
.icon-communication-024:before {
  content: "p";
}
.icon-communication-023:before {
  content: "q";
}
.icon-communication-022:before {
  content: "r";
}
.icon-communication-020:before {
  content: "s";
}
.icon-communication-019:before {
  content: "t";
}
.icon-communication-018:before {
  content: "u";
}
.icon-communication-016:before {
  content: "v";
}
.icon-communication-015:before {
  content: "w";
}
.icon-communication-014:before {
  content: "x";
}
.icon-communication-021:before {
  content: "y";
}
.icon-communication-017:before {
  content: "z";
}
.icon-communication-027:before {
  content: "A";
}
.icon-communication-040:before {
  content: "B";
}
.icon-communication-053:before {
  content: "C";
}
.icon-communication-054:before {
  content: "D";
}
.icon-communication-041:before {
  content: "E";
}
.icon-communication-028:before {
  content: "F";
}
.icon-communication-029:before {
  content: "G";
}
.icon-communication-042:before {
  content: "H";
}
.icon-communication-055:before {
  content: "I";
}
.icon-communication-056:before {
  content: "J";
}
.icon-communication-043:before {
  content: "K";
}
.icon-communication-030:before {
  content: "L";
}
.icon-communication-031:before {
  content: "M";
}
.icon-communication-044:before {
  content: "N";
}
.icon-communication-057:before {
  content: "O";
}
.icon-communication-058:before {
  content: "P";
}
.icon-communication-045:before {
  content: "Q";
}
.icon-communication-032:before {
  content: "R";
}
.icon-communication-033:before {
  content: "S";
}
.icon-communication-046:before {
  content: "T";
}
.icon-communication-059:before {
  content: "U";
}
.icon-communication-060:before {
  content: "V";
}
.icon-communication-047:before {
  content: "W";
}
.icon-communication-034:before {
  content: "X";
}
.icon-communication-035:before {
  content: "Y";
}
.icon-communication-048:before {
  content: "Z";
}
.icon-communication-061:before {
  content: "0";
}
.icon-communication-062:before {
  content: "1";
}
.icon-communication-049:before {
  content: "2";
}
.icon-communication-036:before {
  content: "3";
}
.icon-communication-037:before {
  content: "4";
}
.icon-communication-050:before {
  content: "5";
}
.icon-communication-063:before {
  content: "6";
}
.icon-communication-064:before {
  content: "7";
}
.icon-communication-051:before {
  content: "8";
}
.icon-communication-038:before {
  content: "9";
}
.icon-communication-039:before {
  content: "!";
}
.icon-communication-052:before {
  content: "\"";
}
.icon-communication-065:before {
  content: "#";
}
.icon-communication-066:before {
  content: "$";
}
.icon-communication-079:before {
  content: "%";
}
.icon-communication-092:before {
  content: "&";
}
.icon-communication-105:before {
  content: "'";
}
.icon-communication-106:before {
  content: "(";
}
.icon-communication-093:before {
  content: ")";
}
.icon-communication-080:before {
  content: "*";
}
.icon-communication-067:before {
  content: "+";
}
.icon-communication-068:before {
  content: ",";
}
.icon-communication-081:before {
  content: "-";
}
.icon-communication-082:before {
  content: ".";
}
.icon-communication-069:before {
  content: "/";
}
.icon-communication-070:before {
  content: ":";
}
.icon-communication-083:before {
  content: ";";
}
.icon-communication-084:before {
  content: "<";
}
.icon-communication-071:before {
  content: "=";
}
.icon-communication-072:before {
  content: ">";
}
.icon-communication-085:before {
  content: "?";
}
.icon-communication-086:before {
  content: "@";
}
.icon-communication-073:before {
  content: "[";
}
.icon-communication-074:before {
  content: "]";
}
.icon-communication-087:before {
  content: "^";
}
.icon-communication-088:before {
  content: "_";
}
.icon-communication-075:before {
  content: "`";
}
.icon-communication-076:before {
  content: "{";
}
.icon-communication-089:before {
  content: "|";
}
.icon-communication-090:before {
  content: "}";
}
.icon-communication-077:before {
  content: "~";
}
.icon-communication-078:before {
  content: "\\";
}
.icon-communication-091:before {
  content: "\e000";
}
.icon-communication-104:before {
  content: "\e001";
}
.icon-communication-117:before {
  content: "\e002";
}
.icon-communication-116:before {
  content: "\e003";
}
.icon-communication-103:before {
  content: "\e004";
}
.icon-communication-102:before {
  content: "\e005";
}
.icon-communication-115:before {
  content: "\e006";
}
.icon-communication-114:before {
  content: "\e007";
}
.icon-communication-101:before {
  content: "\e008";
}
.icon-communication-100:before {
  content: "\e009";
}
.icon-communication-113:before {
  content: "\e00a";
}
.icon-communication-112:before {
  content: "\e00b";
}
.icon-communication-099:before {
  content: "\e00c";
}
.icon-communication-098:before {
  content: "\e00d";
}
.icon-communication-111:before {
  content: "\e00e";
}
.icon-communication-110:before {
  content: "\e00f";
}
.icon-communication-097:before {
  content: "\e010";
}
.icon-communication-096:before {
  content: "\e011";
}
.icon-communication-109:before {
  content: "\e012";
}
.icon-communication-108:before {
  content: "\e013";
}
.icon-communication-095:before {
  content: "\e014";
}
.icon-communication-094:before {
  content: "\e015";
}
.icon-communication-107:before {
  content: "\e016";
}
.icon-communication-118:before {
  content: "\e017";
}
.icon-communication-131:before {
  content: "\e018";
}
.icon-communication-144:before {
  content: "\e019";
}
.icon-communication-157:before {
  content: "\e01a";
}
.icon-communication-170:before {
  content: "\e01b";
}
.icon-communication-171:before {
  content: "\e01c";
}
.icon-communication-158:before {
  content: "\e01d";
}
.icon-communication-145:before {
  content: "\e01e";
}
.icon-communication-132:before {
  content: "\e01f";
}
.icon-communication-119:before {
  content: "\e020";
}
.icon-communication-120:before {
  content: "\e021";
}
.icon-communication-133:before {
  content: "\e022";
}
.icon-communication-146:before {
  content: "\e023";
}
.icon-communication-159:before {
  content: "\e024";
}
.icon-communication-172:before {
  content: "\e025";
}
.icon-communication-173:before {
  content: "\e026";
}
.icon-communication-160:before {
  content: "\e027";
}
.icon-communication-147:before {
  content: "\e028";
}
.icon-communication-134:before {
  content: "\e029";
}
.icon-communication-121:before {
  content: "\e02a";
}
.icon-communication-122:before {
  content: "\e02b";
}
.icon-communication-135:before {
  content: "\e02c";
}
.icon-communication-148:before {
  content: "\e02d";
}
.icon-communication-161:before {
  content: "\e02e";
}
.icon-communication-174:before {
  content: "\e02f";
}
.icon-communication-175:before {
  content: "\e030";
}
.icon-communication-162:before {
  content: "\e031";
}
.icon-communication-149:before {
  content: "\e032";
}
.icon-communication-136:before {
  content: "\e033";
}
.icon-communication-123:before {
  content: "\e034";
}
.icon-communication-124:before {
  content: "\e035";
}
.icon-communication-137:before {
  content: "\e036";
}
.icon-communication-150:before {
  content: "\e037";
}
.icon-communication-163:before {
  content: "\e038";
}
.icon-communication-176:before {
  content: "\e039";
}
.icon-communication-177:before {
  content: "\e03a";
}
.icon-communication-164:before {
  content: "\e03b";
}
.icon-communication-151:before {
  content: "\e03c";
}
.icon-communication-138:before {
  content: "\e03d";
}
.icon-communication-125:before {
  content: "\e03e";
}
.icon-communication-126:before {
  content: "\e03f";
}
.icon-communication-139:before {
  content: "\e040";
}
.icon-communication-152:before {
  content: "\e041";
}
.icon-communication-165:before {
  content: "\e042";
}
.icon-communication-178:before {
  content: "\e043";
}
.icon-communication-179:before {
  content: "\e044";
}
.icon-communication-166:before {
  content: "\e045";
}
.icon-communication-153:before {
  content: "\e046";
}
.icon-communication-140:before {
  content: "\e047";
}
.icon-communication-127:before {
  content: "\e048";
}
.icon-communication-128:before {
  content: "\e049";
}
.icon-communication-141:before {
  content: "\e04a";
}
.icon-communication-154:before {
  content: "\e04b";
}
.icon-communication-167:before {
  content: "\e04c";
}
.icon-communication-180:before {
  content: "\e04d";
}
.icon-communication-168:before {
  content: "\e04e";
}
.icon-communication-169:before {
  content: "\e04f";
}
.icon-communication-156:before {
  content: "\e050";
}
.icon-communication-155:before {
  content: "\e051";
}
.icon-communication-142:before {
  content: "\e052";
}
.icon-communication-143:before {
  content: "\e053";
}
.icon-communication-130:before {
  content: "\e054";
}
.icon-communication-129:before {
  content: "\e055";
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/icon-education/style.css?1657864324912*/
@charset "UTF-8";

@font-face
{
	font-family: "education-48";
	src: url("/bitrix/templates/landing24/assets/vendor/icon/icon-education/font.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

[data-icon-education]:before
{
	font-family: "education-48" !important;
	content: attr(data-icon-education);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-education"]:before,
[class*=" icon-education"]:before
{
	font-family: "education-48" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/icon-education/content.css?16578642369826*/
.icon-education-001:before {
  content: "a";
}
.icon-education-014:before {
  content: "b";
}
.icon-education-027:before {
  content: "c";
}
.icon-education-028:before {
  content: "d";
}
.icon-education-015:before {
  content: "e";
}
.icon-education-002:before {
  content: "f";
}
.icon-education-003:before {
  content: "g";
}
.icon-education-016:before {
  content: "h";
}
.icon-education-029:before {
  content: "i";
}
.icon-education-030:before {
  content: "j";
}
.icon-education-017:before {
  content: "k";
}
.icon-education-004:before {
  content: "l";
}
.icon-education-005:before {
  content: "m";
}
.icon-education-018:before {
  content: "n";
}
.icon-education-031:before {
  content: "o";
}
.icon-education-032:before {
  content: "p";
}
.icon-education-019:before {
  content: "q";
}
.icon-education-006:before {
  content: "r";
}
.icon-education-007:before {
  content: "s";
}
.icon-education-020:before {
  content: "t";
}
.icon-education-033:before {
  content: "u";
}
.icon-education-034:before {
  content: "v";
}
.icon-education-021:before {
  content: "w";
}
.icon-education-008:before {
  content: "x";
}
.icon-education-009:before {
  content: "y";
}
.icon-education-022:before {
  content: "z";
}
.icon-education-035:before {
  content: "A";
}
.icon-education-036:before {
  content: "B";
}
.icon-education-023:before {
  content: "C";
}
.icon-education-010:before {
  content: "D";
}
.icon-education-011:before {
  content: "E";
}
.icon-education-024:before {
  content: "F";
}
.icon-education-037:before {
  content: "G";
}
.icon-education-038:before {
  content: "H";
}
.icon-education-025:before {
  content: "I";
}
.icon-education-012:before {
  content: "J";
}
.icon-education-013:before {
  content: "K";
}
.icon-education-026:before {
  content: "L";
}
.icon-education-039:before {
  content: "M";
}
.icon-education-052:before {
  content: "N";
}
.icon-education-065:before {
  content: "O";
}
.icon-education-078:before {
  content: "P";
}
.icon-education-091:before {
  content: "Q";
}
.icon-education-104:before {
  content: "R";
}
.icon-education-117:before {
  content: "S";
}
.icon-education-130:before {
  content: "T";
}
.icon-education-143:before {
  content: "U";
}
.icon-education-142:before {
  content: "V";
}
.icon-education-129:before {
  content: "W";
}
.icon-education-116:before {
  content: "X";
}
.icon-education-103:before {
  content: "Y";
}
.icon-education-090:before {
  content: "Z";
}
.icon-education-077:before {
  content: "0";
}
.icon-education-064:before {
  content: "1";
}
.icon-education-051:before {
  content: "2";
}
.icon-education-050:before {
  content: "3";
}
.icon-education-063:before {
  content: "4";
}
.icon-education-076:before {
  content: "5";
}
.icon-education-089:before {
  content: "6";
}
.icon-education-088:before {
  content: "7";
}
.icon-education-075:before {
  content: "8";
}
.icon-education-062:before {
  content: "9";
}
.icon-education-049:before {
  content: "!";
}
.icon-education-048:before {
  content: "\"";
}
.icon-education-061:before {
  content: "#";
}
.icon-education-074:before {
  content: "$";
}
.icon-education-087:before {
  content: "%";
}
.icon-education-100:before {
  content: "&";
}
.icon-education-101:before {
  content: "'";
}
.icon-education-102:before {
  content: "(";
}
.icon-education-115:before {
  content: ")";
}
.icon-education-114:before {
  content: "*";
}
.icon-education-113:before {
  content: "+";
}
.icon-education-126:before {
  content: ",";
}
.icon-education-127:before {
  content: "-";
}
.icon-education-128:before {
  content: ".";
}
.icon-education-141:before {
  content: "/";
}
.icon-education-140:before {
  content: ":";
}
.icon-education-139:before {
  content: ";";
}
.icon-education-138:before {
  content: "<";
}
.icon-education-125:before {
  content: "=";
}
.icon-education-124:before {
  content: ">";
}
.icon-education-137:before {
  content: "?";
}
.icon-education-136:before {
  content: "@";
}
.icon-education-123:before {
  content: "[";
}
.icon-education-110:before {
  content: "]";
}
.icon-education-111:before {
  content: "^";
}
.icon-education-112:before {
  content: "_";
}
.icon-education-099:before {
  content: "`";
}
.icon-education-098:before {
  content: "{";
}
.icon-education-097:before {
  content: "|";
}
.icon-education-084:before {
  content: "}";
}
.icon-education-085:before {
  content: "~";
}
.icon-education-086:before {
  content: "\\";
}
.icon-education-073:before {
  content: "\e000";
}
.icon-education-072:before {
  content: "\e001";
}
.icon-education-071:before {
  content: "\e002";
}
.icon-education-058:before {
  content: "\e003";
}
.icon-education-059:before {
  content: "\e004";
}
.icon-education-060:before {
  content: "\e005";
}
.icon-education-047:before {
  content: "\e006";
}
.icon-education-046:before {
  content: "\e007";
}
.icon-education-045:before {
  content: "\e008";
}
.icon-education-040:before {
  content: "\e009";
}
.icon-education-041:before {
  content: "\e00a";
}
.icon-education-054:before {
  content: "\e00b";
}
.icon-education-053:before {
  content: "\e00c";
}
.icon-education-066:before {
  content: "\e00d";
}
.icon-education-067:before {
  content: "\e00e";
}
.icon-education-068:before {
  content: "\e00f";
}
.icon-education-055:before {
  content: "\e010";
}
.icon-education-042:before {
  content: "\e011";
}
.icon-education-043:before {
  content: "\e012";
}
.icon-education-056:before {
  content: "\e013";
}
.icon-education-069:before {
  content: "\e014";
}
.icon-education-070:before {
  content: "\e015";
}
.icon-education-057:before {
  content: "\e016";
}
.icon-education-044:before {
  content: "\e017";
}
.icon-education-083:before {
  content: "\e018";
}
.icon-education-082:before {
  content: "\e019";
}
.icon-education-081:before {
  content: "\e01a";
}
.icon-education-080:before {
  content: "\e01b";
}
.icon-education-079:before {
  content: "\e01c";
}
.icon-education-092:before {
  content: "\e01d";
}
.icon-education-105:before {
  content: "\e01e";
}
.icon-education-118:before {
  content: "\e01f";
}
.icon-education-131:before {
  content: "\e020";
}
.icon-education-132:before {
  content: "\e021";
}
.icon-education-119:before {
  content: "\e022";
}
.icon-education-106:before {
  content: "\e023";
}
.icon-education-093:before {
  content: "\e024";
}
.icon-education-094:before {
  content: "\e025";
}
.icon-education-107:before {
  content: "\e026";
}
.icon-education-120:before {
  content: "\e027";
}
.icon-education-133:before {
  content: "\e028";
}
.icon-education-134:before {
  content: "\e029";
}
.icon-education-108:before {
  content: "\e02a";
}
.icon-education-095:before {
  content: "\e02b";
}
.icon-education-096:before {
  content: "\e02c";
}
.icon-education-109:before {
  content: "\e02d";
}
.icon-education-122:before {
  content: "\e02e";
}
.icon-education-121:before {
  content: "\e02f";
}
.icon-education-135:before {
  content: "\e030";
}
.icon-education-144:before {
  content: "\e031";
}
.icon-education-157:before {
  content: "\e032";
}
.icon-education-170:before {
  content: "\e033";
}
.icon-education-183:before {
  content: "\e034";
}
.icon-education-196:before {
  content: "\e035";
}
.icon-education-197:before {
  content: "\e036";
}
.icon-education-184:before {
  content: "\e037";
}
.icon-education-171:before {
  content: "\e038";
}
.icon-education-158:before {
  content: "\e039";
}
.icon-education-145:before {
  content: "\e03a";
}
.icon-education-146:before {
  content: "\e03b";
}
.icon-education-159:before {
  content: "\e03c";
}
.icon-education-172:before {
  content: "\e03d";
}
.icon-education-185:before {
  content: "\e03e";
}
.icon-education-198:before {
  content: "\e03f";
}
.icon-education-199:before {
  content: "\e040";
}
.icon-education-186:before {
  content: "\e041";
}
.icon-education-173:before {
  content: "\e042";
}
.icon-education-160:before {
  content: "\e043";
}
.icon-education-147:before {
  content: "\e044";
}
.icon-education-148:before {
  content: "\e045";
}
.icon-education-161:before {
  content: "\e046";
}
.icon-education-174:before {
  content: "\e047";
}
.icon-education-187:before {
  content: "\e048";
}
.icon-education-200:before {
  content: "\e049";
}
.icon-education-188:before {
  content: "\e04a";
}
.icon-education-175:before {
  content: "\e04b";
}
.icon-education-162:before {
  content: "\e04c";
}
.icon-education-149:before {
  content: "\e04d";
}
.icon-education-150:before {
  content: "\e04e";
}
.icon-education-163:before {
  content: "\e04f";
}
.icon-education-176:before {
  content: "\e050";
}
.icon-education-189:before {
  content: "\e051";
}
.icon-education-190:before {
  content: "\e052";
}
.icon-education-177:before {
  content: "\e053";
}
.icon-education-164:before {
  content: "\e054";
}
.icon-education-151:before {
  content: "\e055";
}
.icon-education-152:before {
  content: "\e056";
}
.icon-education-165:before {
  content: "\e057";
}
.icon-education-178:before {
  content: "\e058";
}
.icon-education-191:before {
  content: "\e059";
}
.icon-education-192:before {
  content: "\e05a";
}
.icon-education-179:before {
  content: "\e05b";
}
.icon-education-166:before {
  content: "\e05c";
}
.icon-education-153:before {
  content: "\e05d";
}
.icon-education-154:before {
  content: "\e05e";
}
.icon-education-167:before {
  content: "\e05f";
}
.icon-education-180:before {
  content: "\e060";
}
.icon-education-193:before {
  content: "\e061";
}
.icon-education-194:before {
  content: "\e062";
}
.icon-education-181:before {
  content: "\e063";
}
.icon-education-168:before {
  content: "\e064";
}
.icon-education-155:before {
  content: "\e065";
}
.icon-education-156:before {
  content: "\e066";
}
.icon-education-169:before {
  content: "\e067";
}
.icon-education-182:before {
  content: "\e068";
}
.icon-education-195:before {
  content: "\e069";
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/icon-electronics/style.css?1657864324919*/
@charset "UTF-8";

@font-face
{
	font-family: "electronics";
	src: url("/bitrix/templates/landing24/assets/vendor/icon/icon-electronics/font.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

[data-icon-electronics]:before
{
	font-family: "electronics" !important;
	content: attr(data-icon-electronics);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-electronics"]:before,
[class*=" icon-electronics"]:before
{
	font-family: "electronics" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/icon-electronics/content.css?16578642368106*/
.icon-electronics-001:before {
  content: "a";
}
.icon-electronics-014:before {
  content: "b";
}
.icon-electronics-027:before {
  content: "c";
}
.icon-electronics-040:before {
  content: "d";
}
.icon-electronics-053:before {
  content: "e";
}
.icon-electronics-066:before {
  content: "f";
}
.icon-electronics-079:before {
  content: "g";
}
.icon-electronics-092:before {
  content: "h";
}
.icon-electronics-093:before {
  content: "i";
}
.icon-electronics-080:before {
  content: "j";
}
.icon-electronics-067:before {
  content: "k";
}
.icon-electronics-054:before {
  content: "l";
}
.icon-electronics-041:before {
  content: "m";
}
.icon-electronics-028:before {
  content: "n";
}
.icon-electronics-015:before {
  content: "o";
}
.icon-electronics-002:before {
  content: "p";
}
.icon-electronics-003:before {
  content: "q";
}
.icon-electronics-016:before {
  content: "r";
}
.icon-electronics-029:before {
  content: "s";
}
.icon-electronics-042:before {
  content: "t";
}
.icon-electronics-055:before {
  content: "u";
}
.icon-electronics-068:before {
  content: "v";
}
.icon-electronics-081:before {
  content: "w";
}
.icon-electronics-094:before {
  content: "x";
}
.icon-electronics-095:before {
  content: "y";
}
.icon-electronics-082:before {
  content: "z";
}
.icon-electronics-069:before {
  content: "A";
}
.icon-electronics-056:before {
  content: "B";
}
.icon-electronics-043:before {
  content: "C";
}
.icon-electronics-030:before {
  content: "D";
}
.icon-electronics-017:before {
  content: "E";
}
.icon-electronics-004:before {
  content: "F";
}
.icon-electronics-005:before {
  content: "G";
}
.icon-electronics-018:before {
  content: "H";
}
.icon-electronics-031:before {
  content: "I";
}
.icon-electronics-044:before {
  content: "J";
}
.icon-electronics-057:before {
  content: "K";
}
.icon-electronics-070:before {
  content: "L";
}
.icon-electronics-083:before {
  content: "M";
}
.icon-electronics-096:before {
  content: "N";
}
.icon-electronics-097:before {
  content: "O";
}
.icon-electronics-084:before {
  content: "P";
}
.icon-electronics-071:before {
  content: "Q";
}
.icon-electronics-058:before {
  content: "R";
}
.icon-electronics-045:before {
  content: "S";
}
.icon-electronics-032:before {
  content: "T";
}
.icon-electronics-019:before {
  content: "U";
}
.icon-electronics-006:before {
  content: "V";
}
.icon-electronics-007:before {
  content: "W";
}
.icon-electronics-020:before {
  content: "X";
}
.icon-electronics-033:before {
  content: "Y";
}
.icon-electronics-046:before {
  content: "Z";
}
.icon-electronics-059:before {
  content: "0";
}
.icon-electronics-072:before {
  content: "1";
}
.icon-electronics-085:before {
  content: "2";
}
.icon-electronics-098:before {
  content: "3";
}
.icon-electronics-099:before {
  content: "4";
}
.icon-electronics-086:before {
  content: "5";
}
.icon-electronics-073:before {
  content: "6";
}
.icon-electronics-060:before {
  content: "7";
}
.icon-electronics-047:before {
  content: "8";
}
.icon-electronics-034:before {
  content: "9";
}
.icon-electronics-021:before {
  content: "!";
}
.icon-electronics-008:before {
  content: "\"";
}
.icon-electronics-009:before {
  content: "#";
}
.icon-electronics-022:before {
  content: "$";
}
.icon-electronics-035:before {
  content: "%";
}
.icon-electronics-048:before {
  content: "&";
}
.icon-electronics-049:before {
  content: "'";
}
.icon-electronics-036:before {
  content: "(";
}
.icon-electronics-023:before {
  content: ")";
}
.icon-electronics-010:before {
  content: "*";
}
.icon-electronics-011:before {
  content: "+";
}
.icon-electronics-024:before {
  content: ",";
}
.icon-electronics-025:before {
  content: "-";
}
.icon-electronics-012:before {
  content: ".";
}
.icon-electronics-013:before {
  content: "/";
}
.icon-electronics-026:before {
  content: ":";
}
.icon-electronics-039:before {
  content: ";";
}
.icon-electronics-052:before {
  content: "<";
}
.icon-electronics-065:before {
  content: "=";
}
.icon-electronics-078:before {
  content: ">";
}
.icon-electronics-091:before {
  content: "?";
}
.icon-electronics-104:before {
  content: "@";
}
.icon-electronics-103:before {
  content: "[";
}
.icon-electronics-090:before {
  content: "]";
}
.icon-electronics-064:before {
  content: "^";
}
.icon-electronics-051:before {
  content: "_";
}
.icon-electronics-038:before {
  content: "`";
}
.icon-electronics-037:before {
  content: "{";
}
.icon-electronics-050:before {
  content: "|";
}
.icon-electronics-063:before {
  content: "}";
}
.icon-electronics-076:before {
  content: "~";
}
.icon-electronics-077:before {
  content: "\\";
}
.icon-electronics-062:before {
  content: "\e000";
}
.icon-electronics-061:before {
  content: "\e001";
}
.icon-electronics-074:before {
  content: "\e002";
}
.icon-electronics-075:before {
  content: "\e003";
}
.icon-electronics-088:before {
  content: "\e004";
}
.icon-electronics-087:before {
  content: "\e005";
}
.icon-electronics-089:before {
  content: "\e006";
}
.icon-electronics-102:before {
  content: "\e007";
}
.icon-electronics-101:before {
  content: "\e008";
}
.icon-electronics-100:before {
  content: "\e009";
}
.icon-electronics-105:before {
  content: "\e00a";
}
.icon-electronics-118:before {
  content: "\e00b";
}
.icon-electronics-131:before {
  content: "\e00c";
}
.icon-electronics-144:before {
  content: "\e00d";
}
.icon-electronics-157:before {
  content: "\e00e";
}
.icon-electronics-158:before {
  content: "\e00f";
}
.icon-electronics-145:before {
  content: "\e010";
}
.icon-electronics-132:before {
  content: "\e011";
}
.icon-electronics-119:before {
  content: "\e012";
}
.icon-electronics-106:before {
  content: "\e013";
}
.icon-electronics-107:before {
  content: "\e014";
}
.icon-electronics-120:before {
  content: "\e015";
}
.icon-electronics-133:before {
  content: "\e016";
}
.icon-electronics-146:before {
  content: "\e017";
}
.icon-electronics-159:before {
  content: "\e018";
}
.icon-electronics-160:before {
  content: "\e019";
}
.icon-electronics-147:before {
  content: "\e01a";
}
.icon-electronics-134:before {
  content: "\e01b";
}
.icon-electronics-121:before {
  content: "\e01c";
}
.icon-electronics-108:before {
  content: "\e01d";
}
.icon-electronics-109:before {
  content: "\e01e";
}
.icon-electronics-122:before {
  content: "\e01f";
}
.icon-electronics-135:before {
  content: "\e020";
}
.icon-electronics-148:before {
  content: "\e021";
}
.icon-electronics-149:before {
  content: "\e022";
}
.icon-electronics-136:before {
  content: "\e023";
}
.icon-electronics-123:before {
  content: "\e024";
}
.icon-electronics-110:before {
  content: "\e025";
}
.icon-electronics-111:before {
  content: "\e026";
}
.icon-electronics-124:before {
  content: "\e027";
}
.icon-electronics-137:before {
  content: "\e028";
}
.icon-electronics-150:before {
  content: "\e029";
}
.icon-electronics-151:before {
  content: "\e02a";
}
.icon-electronics-138:before {
  content: "\e02b";
}
.icon-electronics-125:before {
  content: "\e02c";
}
.icon-electronics-112:before {
  content: "\e02d";
}
.icon-electronics-113:before {
  content: "\e02e";
}
.icon-electronics-126:before {
  content: "\e02f";
}
.icon-electronics-139:before {
  content: "\e030";
}
.icon-electronics-152:before {
  content: "\e031";
}
.icon-electronics-153:before {
  content: "\e032";
}
.icon-electronics-140:before {
  content: "\e033";
}
.icon-electronics-127:before {
  content: "\e034";
}
.icon-electronics-114:before {
  content: "\e035";
}
.icon-electronics-115:before {
  content: "\e036";
}
.icon-electronics-128:before {
  content: "\e037";
}
.icon-electronics-141:before {
  content: "\e038";
}
.icon-electronics-154:before {
  content: "\e039";
}
.icon-electronics-155:before {
  content: "\e03a";
}
.icon-electronics-142:before {
  content: "\e03b";
}
.icon-electronics-129:before {
  content: "\e03c";
}
.icon-electronics-116:before {
  content: "\e03d";
}
.icon-electronics-117:before {
  content: "\e03e";
}
.icon-electronics-130:before {
  content: "\e03f";
}
.icon-electronics-143:before {
  content: "\e040";
}
.icon-electronics-156:before {
  content: "\e041";
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/icon-finance/style.css?1657864324887*/
@charset "UTF-8";

@font-face
{
	font-family: "finance";
	src: url("/bitrix/templates/landing24/assets/vendor/icon/icon-finance/font.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

[data-icon-finance]:before
{
	font-family: "finance" !important;
	content: attr(data-icon-finance);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-finance"]:before,
[class*=" icon-finance"]:before
{
	font-family: "finance" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/icon-finance/content.css?165786423612366*/
.icon-finance-260:before {
  content: "a";
}
.icon-finance-259:before {
  content: "b";
}
.icon-finance-246:before {
  content: "c";
}
.icon-finance-247:before {
  content: "d";
}
.icon-finance-234:before {
  content: "e";
}
.icon-finance-233:before {
  content: "f";
}
.icon-finance-232:before {
  content: "g";
}
.icon-finance-245:before {
  content: "h";
}
.icon-finance-258:before {
  content: "i";
}
.icon-finance-257:before {
  content: "j";
}
.icon-finance-256:before {
  content: "k";
}
.icon-finance-243:before {
  content: "l";
}
.icon-finance-244:before {
  content: "m";
}
.icon-finance-231:before {
  content: "n";
}
.icon-finance-230:before {
  content: "o";
}
.icon-finance-229:before {
  content: "p";
}
.icon-finance-242:before {
  content: "q";
}
.icon-finance-255:before {
  content: "r";
}
.icon-finance-254:before {
  content: "s";
}
.icon-finance-241:before {
  content: "t";
}
.icon-finance-228:before {
  content: "u";
}
.icon-finance-227:before {
  content: "v";
}
.icon-finance-240:before {
  content: "w";
}
.icon-finance-253:before {
  content: "x";
}
.icon-finance-252:before {
  content: "y";
}
.icon-finance-239:before {
  content: "z";
}
.icon-finance-226:before {
  content: "A";
}
.icon-finance-225:before {
  content: "B";
}
.icon-finance-238:before {
  content: "C";
}
.icon-finance-251:before {
  content: "D";
}
.icon-finance-250:before {
  content: "E";
}
.icon-finance-237:before {
  content: "F";
}
.icon-finance-224:before {
  content: "G";
}
.icon-finance-223:before {
  content: "H";
}
.icon-finance-236:before {
  content: "I";
}
.icon-finance-249:before {
  content: "J";
}
.icon-finance-235:before {
  content: "K";
}
.icon-finance-222:before {
  content: "L";
}
.icon-finance-248:before {
  content: "M";
}
.icon-finance-209:before {
  content: "N";
}
.icon-finance-196:before {
  content: "O";
}
.icon-finance-183:before {
  content: "P";
}
.icon-finance-184:before {
  content: "Q";
}
.icon-finance-197:before {
  content: "R";
}
.icon-finance-210:before {
  content: "S";
}
.icon-finance-211:before {
  content: "T";
}
.icon-finance-198:before {
  content: "U";
}
.icon-finance-185:before {
  content: "V";
}
.icon-finance-186:before {
  content: "W";
}
.icon-finance-199:before {
  content: "X";
}
.icon-finance-212:before {
  content: "Y";
}
.icon-finance-213:before {
  content: "Z";
}
.icon-finance-200:before {
  content: "0";
}
.icon-finance-187:before {
  content: "1";
}
.icon-finance-188:before {
  content: "2";
}
.icon-finance-189:before {
  content: "3";
}
.icon-finance-201:before {
  content: "4";
}
.icon-finance-214:before {
  content: "5";
}
.icon-finance-215:before {
  content: "6";
}
.icon-finance-202:before {
  content: "7";
}
.icon-finance-216:before {
  content: "8";
}
.icon-finance-203:before {
  content: "9";
}
.icon-finance-204:before {
  content: "!";
}
.icon-finance-217:before {
  content: "\"";
}
.icon-finance-191:before {
  content: "#";
}
.icon-finance-190:before {
  content: "$";
}
.icon-finance-192:before {
  content: "%";
}
.icon-finance-205:before {
  content: "&";
}
.icon-finance-218:before {
  content: "'";
}
.icon-finance-219:before {
  content: "(";
}
.icon-finance-206:before {
  content: ")";
}
.icon-finance-193:before {
  content: "*";
}
.icon-finance-194:before {
  content: "+";
}
.icon-finance-207:before {
  content: ",";
}
.icon-finance-220:before {
  content: "-";
}
.icon-finance-221:before {
  content: ".";
}
.icon-finance-208:before {
  content: "/";
}
.icon-finance-195:before {
  content: ":";
}
.icon-finance-182:before {
  content: ";";
}
.icon-finance-181:before {
  content: "<";
}
.icon-finance-180:before {
  content: "=";
}
.icon-finance-167:before {
  content: ">";
}
.icon-finance-168:before {
  content: "?";
}
.icon-finance-169:before {
  content: "@";
}
.icon-finance-156:before {
  content: "[";
}
.icon-finance-155:before {
  content: "]";
}
.icon-finance-154:before {
  content: "^";
}
.icon-finance-141:before {
  content: "_";
}
.icon-finance-142:before {
  content: "`";
}
.icon-finance-143:before {
  content: "{";
}
.icon-finance-130:before {
  content: "|";
}
.icon-finance-129:before {
  content: "}";
}
.icon-finance-128:before {
  content: "~";
}
.icon-finance-127:before {
  content: "\\";
}
.icon-finance-140:before {
  content: "\e000";
}
.icon-finance-139:before {
  content: "\e001";
}
.icon-finance-126:before {
  content: "\e002";
}
.icon-finance-125:before {
  content: "\e003";
}
.icon-finance-138:before {
  content: "\e004";
}
.icon-finance-151:before {
  content: "\e005";
}
.icon-finance-152:before {
  content: "\e006";
}
.icon-finance-153:before {
  content: "\e007";
}
.icon-finance-166:before {
  content: "\e008";
}
.icon-finance-179:before {
  content: "\e009";
}
.icon-finance-178:before {
  content: "\e00a";
}
.icon-finance-165:before {
  content: "\e00b";
}
.icon-finance-164:before {
  content: "\e00c";
}
.icon-finance-177:before {
  content: "\e00d";
}
.icon-finance-176:before {
  content: "\e00e";
}
.icon-finance-163:before {
  content: "\e00f";
}
.icon-finance-150:before {
  content: "\e010";
}
.icon-finance-137:before {
  content: "\e011";
}
.icon-finance-124:before {
  content: "\e012";
}
.icon-finance-123:before {
  content: "\e013";
}
.icon-finance-136:before {
  content: "\e014";
}
.icon-finance-149:before {
  content: "\e015";
}
.icon-finance-162:before {
  content: "\e016";
}
.icon-finance-175:before {
  content: "\e017";
}
.icon-finance-174:before {
  content: "\e018";
}
.icon-finance-161:before {
  content: "\e019";
}
.icon-finance-148:before {
  content: "\e01a";
}
.icon-finance-135:before {
  content: "\e01b";
}
.icon-finance-122:before {
  content: "\e01c";
}
.icon-finance-121:before {
  content: "\e01d";
}
.icon-finance-134:before {
  content: "\e01e";
}
.icon-finance-147:before {
  content: "\e01f";
}
.icon-finance-160:before {
  content: "\e020";
}
.icon-finance-173:before {
  content: "\e021";
}
.icon-finance-172:before {
  content: "\e022";
}
.icon-finance-146:before {
  content: "\e023";
}
.icon-finance-133:before {
  content: "\e024";
}
.icon-finance-120:before {
  content: "\e025";
}
.icon-finance-159:before {
  content: "\e026";
}
.icon-finance-158:before {
  content: "\e027";
}
.icon-finance-171:before {
  content: "\e028";
}
.icon-finance-170:before {
  content: "\e029";
}
.icon-finance-157:before {
  content: "\e02a";
}
.icon-finance-144:before {
  content: "\e02b";
}
.icon-finance-145:before {
  content: "\e02c";
}
.icon-finance-132:before {
  content: "\e02d";
}
.icon-finance-131:before {
  content: "\e02e";
}
.icon-finance-118:before {
  content: "\e02f";
}
.icon-finance-119:before {
  content: "\e030";
}
.icon-finance-106:before {
  content: "\e031";
}
.icon-finance-105:before {
  content: "\e032";
}
.icon-finance-092:before {
  content: "\e033";
}
.icon-finance-093:before {
  content: "\e034";
}
.icon-finance-107:before {
  content: "\e035";
}
.icon-finance-094:before {
  content: "\e036";
}
.icon-finance-095:before {
  content: "\e037";
}
.icon-finance-108:before {
  content: "\e038";
}
.icon-finance-109:before {
  content: "\e039";
}
.icon-finance-096:before {
  content: "\e03a";
}
.icon-finance-097:before {
  content: "\e03b";
}
.icon-finance-110:before {
  content: "\e03c";
}
.icon-finance-111:before {
  content: "\e03d";
}
.icon-finance-098:before {
  content: "\e03e";
}
.icon-finance-099:before {
  content: "\e03f";
}
.icon-finance-112:before {
  content: "\e040";
}
.icon-finance-113:before {
  content: "\e041";
}
.icon-finance-100:before {
  content: "\e042";
}
.icon-finance-101:before {
  content: "\e043";
}
.icon-finance-114:before {
  content: "\e044";
}
.icon-finance-115:before {
  content: "\e045";
}
.icon-finance-102:before {
  content: "\e046";
}
.icon-finance-116:before {
  content: "\e048";
}
.icon-finance-117:before {
  content: "\e049";
}
.icon-finance-104:before {
  content: "\e047";
}
.icon-finance-103:before {
  content: "\e04a";
}
.icon-finance-014:before {
  content: "\e04b";
}
.icon-finance-027:before {
  content: "\e04c";
}
.icon-finance-040:before {
  content: "\e04d";
}
.icon-finance-053:before {
  content: "\e04e";
}
.icon-finance-066:before {
  content: "\e04f";
}
.icon-finance-079:before {
  content: "\e050";
}
.icon-finance-080:before {
  content: "\e051";
}
.icon-finance-067:before {
  content: "\e052";
}
.icon-finance-068:before {
  content: "\e053";
}
.icon-finance-081:before {
  content: "\e054";
}
.icon-finance-070:before {
  content: "\e055";
}
.icon-finance-083:before {
  content: "\e056";
}
.icon-finance-082:before {
  content: "\e057";
}
.icon-finance-069:before {
  content: "\e058";
}
.icon-finance-071:before {
  content: "\e059";
}
.icon-finance-084:before {
  content: "\e05a";
}
.icon-finance-085:before {
  content: "\e05b";
}
.icon-finance-072:before {
  content: "\e05c";
}
.icon-finance-073:before {
  content: "\e05d";
}
.icon-finance-086:before {
  content: "\e05e";
}
.icon-finance-087:before {
  content: "\e05f";
}
.icon-finance-074:before {
  content: "\e060";
}
.icon-finance-075:before {
  content: "\e061";
}
.icon-finance-088:before {
  content: "\e062";
}
.icon-finance-089:before {
  content: "\e063";
}
.icon-finance-076:before {
  content: "\e064";
}
.icon-finance-077:before {
  content: "\e065";
}
.icon-finance-090:before {
  content: "\e066";
}
.icon-finance-091:before {
  content: "\e067";
}
.icon-finance-078:before {
  content: "\e068";
}
.icon-finance-065:before {
  content: "\e069";
}
.icon-finance-052:before {
  content: "\e06a";
}
.icon-finance-039:before {
  content: "\e06b";
}
.icon-finance-026:before {
  content: "\e06c";
}
.icon-finance-025:before {
  content: "\e06d";
}
.icon-finance-038:before {
  content: "\e06e";
}
.icon-finance-051:before {
  content: "\e06f";
}
.icon-finance-064:before {
  content: "\e070";
}
.icon-finance-063:before {
  content: "\e071";
}
.icon-finance-050:before {
  content: "\e072";
}
.icon-finance-037:before {
  content: "\e073";
}
.icon-finance-024:before {
  content: "\e074";
}
.icon-finance-023:before {
  content: "\e075";
}
.icon-finance-036:before {
  content: "\e076";
}
.icon-finance-049:before {
  content: "\e077";
}
.icon-finance-062:before {
  content: "\e078";
}
.icon-finance-061:before {
  content: "\e079";
}
.icon-finance-048:before {
  content: "\e07a";
}
.icon-finance-035:before {
  content: "\e07b";
}
.icon-finance-022:before {
  content: "\e07c";
}
.icon-finance-021:before {
  content: "\e07d";
}
.icon-finance-034:before {
  content: "\e07e";
}
.icon-finance-047:before {
  content: "\e07f";
}
.icon-finance-060:before {
  content: "\e080";
}
.icon-finance-059:before {
  content: "\e081";
}
.icon-finance-046:before {
  content: "\e082";
}
.icon-finance-033:before {
  content: "\e083";
}
.icon-finance-020:before {
  content: "\e084";
}
.icon-finance-019:before {
  content: "\e085";
}
.icon-finance-032:before {
  content: "\e086";
}
.icon-finance-045:before {
  content: "\e087";
}
.icon-finance-058:before {
  content: "\e088";
}
.icon-finance-057:before {
  content: "\e089";
}
.icon-finance-044:before {
  content: "\e08a";
}
.icon-finance-031:before {
  content: "\e08b";
}
.icon-finance-018:before {
  content: "\e08c";
}
.icon-finance-017:before {
  content: "\e08d";
}
.icon-finance-030:before {
  content: "\e08e";
}
.icon-finance-043:before {
  content: "\e08f";
}
.icon-finance-056:before {
  content: "\e090";
}
.icon-finance-055:before {
  content: "\e091";
}
.icon-finance-042:before {
  content: "\e092";
}
.icon-finance-029:before {
  content: "\e093";
}
.icon-finance-016:before {
  content: "\e094";
}
.icon-finance-015:before {
  content: "\e095";
}
.icon-finance-028:before {
  content: "\e096";
}
.icon-finance-041:before {
  content: "\e097";
}
.icon-finance-054:before {
  content: "\e098";
}
.icon-finance-001:before {
  content: "\e099";
}
.icon-finance-002:before {
  content: "\e09a";
}
.icon-finance-003:before {
  content: "\e09b";
}
.icon-finance-004:before {
  content: "\e09c";
}
.icon-finance-005:before {
  content: "\e09d";
}
.icon-finance-006:before {
  content: "\e09e";
}
.icon-finance-007:before {
  content: "\e09f";
}
.icon-finance-008:before {
  content: "\e0a0";
}
.icon-finance-009:before {
  content: "\e0a1";
}
.icon-finance-010:before {
  content: "\e0a2";
}
.icon-finance-011:before {
  content: "\e0a3";
}
.icon-finance-012:before {
  content: "\e0a4";
}
.icon-finance-013:before {
  content: "\e0a5";
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/icon-food/style.css?1657864324872*/
@charset "UTF-8";

@font-face
{
	font-family: "food-48";
	src: url("/bitrix/templates/landing24/assets/vendor/icon/icon-food/font.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

[data-icon-food]:before
{
	font-family: "food-48" !important;
	content: attr(data-icon-food);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-food"]:before,
[class*=" icon-food"]:before
{
	font-family: "food-48" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/icon-food/content.css?165786423613426*/
.icon-food-001:before {
  content: "a";
}
.icon-food-014:before {
  content: "b";
}
.icon-food-027:before {
  content: "c";
}
.icon-food-040:before {
  content: "d";
}
.icon-food-041:before {
  content: "e";
}
.icon-food-028:before {
  content: "f";
}
.icon-food-015:before {
  content: "g";
}
.icon-food-002:before {
  content: "h";
}
.icon-food-003:before {
  content: "i";
}
.icon-food-016:before {
  content: "j";
}
.icon-food-029:before {
  content: "k";
}
.icon-food-042:before {
  content: "l";
}
.icon-food-043:before {
  content: "m";
}
.icon-food-030:before {
  content: "n";
}
.icon-food-017:before {
  content: "o";
}
.icon-food-004:before {
  content: "p";
}
.icon-food-005:before {
  content: "q";
}
.icon-food-018:before {
  content: "r";
}
.icon-food-031:before {
  content: "s";
}
.icon-food-044:before {
  content: "t";
}
.icon-food-045:before {
  content: "u";
}
.icon-food-032:before {
  content: "v";
}
.icon-food-019:before {
  content: "w";
}
.icon-food-006:before {
  content: "x";
}
.icon-food-007:before {
  content: "y";
}
.icon-food-020:before {
  content: "z";
}
.icon-food-033:before {
  content: "A";
}
.icon-food-046:before {
  content: "B";
}
.icon-food-047:before {
  content: "C";
}
.icon-food-034:before {
  content: "D";
}
.icon-food-021:before {
  content: "E";
}
.icon-food-008:before {
  content: "F";
}
.icon-food-009:before {
  content: "G";
}
.icon-food-022:before {
  content: "H";
}
.icon-food-035:before {
  content: "I";
}
.icon-food-048:before {
  content: "J";
}
.icon-food-049:before {
  content: "K";
}
.icon-food-036:before {
  content: "L";
}
.icon-food-023:before {
  content: "M";
}
.icon-food-010:before {
  content: "N";
}
.icon-food-011:before {
  content: "O";
}
.icon-food-024:before {
  content: "P";
}
.icon-food-037:before {
  content: "Q";
}
.icon-food-050:before {
  content: "R";
}
.icon-food-051:before {
  content: "S";
}
.icon-food-038:before {
  content: "T";
}
.icon-food-025:before {
  content: "U";
}
.icon-food-012:before {
  content: "V";
}
.icon-food-013:before {
  content: "W";
}
.icon-food-026:before {
  content: "X";
}
.icon-food-039:before {
  content: "Y";
}
.icon-food-052:before {
  content: "Z";
}
.icon-food-065:before {
  content: "0";
}
.icon-food-078:before {
  content: "1";
}
.icon-food-091:before {
  content: "2";
}
.icon-food-104:before {
  content: "3";
}
.icon-food-103:before {
  content: "4";
}
.icon-food-090:before {
  content: "5";
}
.icon-food-077:before {
  content: "6";
}
.icon-food-064:before {
  content: "7";
}
.icon-food-063:before {
  content: "8";
}
.icon-food-076:before {
  content: "9";
}
.icon-food-089:before {
  content: "!";
}
.icon-food-102:before {
  content: "\"";
}
.icon-food-101:before {
  content: "#";
}
.icon-food-088:before {
  content: "$";
}
.icon-food-075:before {
  content: "%";
}
.icon-food-062:before {
  content: "&";
}
.icon-food-061:before {
  content: "'";
}
.icon-food-074:before {
  content: "(";
}
.icon-food-087:before {
  content: ")";
}
.icon-food-100:before {
  content: "*";
}
.icon-food-099:before {
  content: "+";
}
.icon-food-086:before {
  content: ",";
}
.icon-food-073:before {
  content: "-";
}
.icon-food-060:before {
  content: ".";
}
.icon-food-059:before {
  content: "/";
}
.icon-food-072:before {
  content: ":";
}
.icon-food-085:before {
  content: ";";
}
.icon-food-098:before {
  content: "<";
}
.icon-food-097:before {
  content: "=";
}
.icon-food-084:before {
  content: ">";
}
.icon-food-071:before {
  content: "?";
}
.icon-food-058:before {
  content: "@";
}
.icon-food-057:before {
  content: "[";
}
.icon-food-070:before {
  content: "]";
}
.icon-food-083:before {
  content: "^";
}
.icon-food-096:before {
  content: "_";
}
.icon-food-095:before {
  content: "`";
}
.icon-food-082:before {
  content: "{";
}
.icon-food-069:before {
  content: "|";
}
.icon-food-056:before {
  content: "}";
}
.icon-food-055:before {
  content: "~";
}
.icon-food-068:before {
  content: "\\";
}
.icon-food-081:before {
  content: "\e000";
}
.icon-food-094:before {
  content: "\e001";
}
.icon-food-093:before {
  content: "\e002";
}
.icon-food-080:before {
  content: "\e003";
}
.icon-food-067:before {
  content: "\e004";
}
.icon-food-054:before {
  content: "\e005";
}
.icon-food-053:before {
  content: "\e006";
}
.icon-food-066:before {
  content: "\e007";
}
.icon-food-079:before {
  content: "\e008";
}
.icon-food-092:before {
  content: "\e009";
}
.icon-food-105:before {
  content: "\e00a";
}
.icon-food-118:before {
  content: "\e00b";
}
.icon-food-131:before {
  content: "\e00c";
}
.icon-food-144:before {
  content: "\e00d";
}
.icon-food-157:before {
  content: "\e00e";
}
.icon-food-170:before {
  content: "\e00f";
}
.icon-food-171:before {
  content: "\e010";
}
.icon-food-158:before {
  content: "\e011";
}
.icon-food-145:before {
  content: "\e012";
}
.icon-food-132:before {
  content: "\e013";
}
.icon-food-119:before {
  content: "\e014";
}
.icon-food-106:before {
  content: "\e015";
}
.icon-food-107:before {
  content: "\e016";
}
.icon-food-120:before {
  content: "\e017";
}
.icon-food-133:before {
  content: "\e018";
}
.icon-food-146:before {
  content: "\e019";
}
.icon-food-159:before {
  content: "\e01a";
}
.icon-food-172:before {
  content: "\e01b";
}
.icon-food-173:before {
  content: "\e01c";
}
.icon-food-160:before {
  content: "\e01d";
}
.icon-food-147:before {
  content: "\e01e";
}
.icon-food-134:before {
  content: "\e01f";
}
.icon-food-121:before {
  content: "\e020";
}
.icon-food-108:before {
  content: "\e021";
}
.icon-food-109:before {
  content: "\e022";
}
.icon-food-122:before {
  content: "\e023";
}
.icon-food-135:before {
  content: "\e024";
}
.icon-food-148:before {
  content: "\e025";
}
.icon-food-161:before {
  content: "\e026";
}
.icon-food-174:before {
  content: "\e027";
}
.icon-food-175:before {
  content: "\e028";
}
.icon-food-162:before {
  content: "\e029";
}
.icon-food-149:before {
  content: "\e02a";
}
.icon-food-136:before {
  content: "\e02b";
}
.icon-food-123:before {
  content: "\e02c";
}
.icon-food-110:before {
  content: "\e02d";
}
.icon-food-111:before {
  content: "\e02e";
}
.icon-food-124:before {
  content: "\e02f";
}
.icon-food-137:before {
  content: "\e030";
}
.icon-food-150:before {
  content: "\e031";
}
.icon-food-163:before {
  content: "\e032";
}
.icon-food-176:before {
  content: "\e033";
}
.icon-food-177:before {
  content: "\e034";
}
.icon-food-164:before {
  content: "\e035";
}
.icon-food-151:before {
  content: "\e036";
}
.icon-food-138:before {
  content: "\e037";
}
.icon-food-125:before {
  content: "\e038";
}
.icon-food-112:before {
  content: "\e039";
}
.icon-food-113:before {
  content: "\e03a";
}
.icon-food-126:before {
  content: "\e03b";
}
.icon-food-139:before {
  content: "\e03c";
}
.icon-food-152:before {
  content: "\e03d";
}
.icon-food-165:before {
  content: "\e03e";
}
.icon-food-178:before {
  content: "\e03f";
}
.icon-food-191:before {
  content: "\e040";
}
.icon-food-192:before {
  content: "\e041";
}
.icon-food-166:before {
  content: "\e042";
}
.icon-food-153:before {
  content: "\e043";
}
.icon-food-140:before {
  content: "\e044";
}
.icon-food-127:before {
  content: "\e045";
}
.icon-food-114:before {
  content: "\e046";
}
.icon-food-115:before {
  content: "\e047";
}
.icon-food-128:before {
  content: "\e048";
}
.icon-food-129:before {
  content: "\e049";
}
.icon-food-116:before {
  content: "\e04a";
}
.icon-food-117:before {
  content: "\e04b";
}
.icon-food-130:before {
  content: "\e04c";
}
.icon-food-143:before {
  content: "\e04d";
}
.icon-food-142:before {
  content: "\e04e";
}
.icon-food-141:before {
  content: "\e04f";
}
.icon-food-154:before {
  content: "\e050";
}
.icon-food-155:before {
  content: "\e051";
}
.icon-food-156:before {
  content: "\e052";
}
.icon-food-169:before {
  content: "\e053";
}
.icon-food-168:before {
  content: "\e054";
}
.icon-food-167:before {
  content: "\e055";
}
.icon-food-179:before {
  content: "\e056";
}
.icon-food-180:before {
  content: "\e057";
}
.icon-food-181:before {
  content: "\e058";
}
.icon-food-182:before {
  content: "\e059";
}
.icon-food-195:before {
  content: "\e05a";
}
.icon-food-194:before {
  content: "\e05b";
}
.icon-food-193:before {
  content: "\e05c";
}
.icon-food-190:before {
  content: "\e05d";
}
.icon-food-189:before {
  content: "\e05e";
}
.icon-food-188:before {
  content: "\e05f";
}
.icon-food-187:before {
  content: "\e060";
}
.icon-food-185:before {
  content: "\e061";
}
.icon-food-184:before {
  content: "\e062";
}
.icon-food-183:before {
  content: "\e063";
}
.icon-food-186:before {
  content: "\e064";
}
.icon-food-208:before {
  content: "\e065";
}
.icon-food-221:before {
  content: "\e066";
}
.icon-food-220:before {
  content: "\e067";
}
.icon-food-207:before {
  content: "\e068";
}
.icon-food-206:before {
  content: "\e069";
}
.icon-food-219:before {
  content: "\e06a";
}
.icon-food-205:before {
  content: "\e06b";
}
.icon-food-204:before {
  content: "\e06c";
}
.icon-food-217:before {
  content: "\e06d";
}
.icon-food-216:before {
  content: "\e06e";
}
.icon-food-203:before {
  content: "\e06f";
}
.icon-food-202:before {
  content: "\e070";
}
.icon-food-215:before {
  content: "\e071";
}
.icon-food-214:before {
  content: "\e072";
}
.icon-food-201:before {
  content: "\e073";
}
.icon-food-200:before {
  content: "\e074";
}
.icon-food-213:before {
  content: "\e075";
}
.icon-food-212:before {
  content: "\e076";
}
.icon-food-199:before {
  content: "\e077";
}
.icon-food-198:before {
  content: "\e078";
}
.icon-food-211:before {
  content: "\e079";
}
.icon-food-210:before {
  content: "\e07a";
}
.icon-food-197:before {
  content: "\e07b";
}
.icon-food-196:before {
  content: "\e07c";
}
.icon-food-209:before {
  content: "\e07d";
}
.icon-food-222:before {
  content: "\e07e";
}
.icon-food-235:before {
  content: "\e07f";
}
.icon-food-248:before {
  content: "\e080";
}
.icon-food-249:before {
  content: "\e081";
}
.icon-food-236:before {
  content: "\e082";
}
.icon-food-223:before {
  content: "\e083";
}
.icon-food-224:before {
  content: "\e084";
}
.icon-food-237:before {
  content: "\e085";
}
.icon-food-250:before {
  content: "\e086";
}
.icon-food-251:before {
  content: "\e087";
}
.icon-food-238:before {
  content: "\e088";
}
.icon-food-225:before {
  content: "\e089";
}
.icon-food-226:before {
  content: "\e08a";
}
.icon-food-239:before {
  content: "\e08b";
}
.icon-food-252:before {
  content: "\e08c";
}
.icon-food-253:before {
  content: "\e08d";
}
.icon-food-240:before {
  content: "\e08e";
}
.icon-food-227:before {
  content: "\e08f";
}
.icon-food-228:before {
  content: "\e090";
}
.icon-food-241:before {
  content: "\e091";
}
.icon-food-254:before {
  content: "\e092";
}
.icon-food-255:before {
  content: "\e093";
}
.icon-food-242:before {
  content: "\e094";
}
.icon-food-229:before {
  content: "\e095";
}
.icon-food-230:before {
  content: "\e096";
}
.icon-food-243:before {
  content: "\e097";
}
.icon-food-256:before {
  content: "\e098";
}
.icon-food-257:before {
  content: "\e099";
}
.icon-food-244:before {
  content: "\e09a";
}
.icon-food-231:before {
  content: "\e09b";
}
.icon-food-232:before {
  content: "\e09c";
}
.icon-food-245:before {
  content: "\e09d";
}
.icon-food-258:before {
  content: "\e09e";
}
.icon-food-218:before {
  content: "\e09f";
}
.icon-food-233:before {
  content: "\e0a0";
}
.icon-food-246:before {
  content: "\e0a1";
}
.icon-food-259:before {
  content: "\e0a2";
}
.icon-food-260:before {
  content: "\e0a3";
}
.icon-food-247:before {
  content: "\e0a4";
}
.icon-food-234:before {
  content: "\e0a5";
}
.icon-food-273:before {
  content: "\e0a6";
}
.icon-food-286:before {
  content: "\e0a7";
}
.icon-food-299:before {
  content: "\e0a8";
}
.icon-food-298:before {
  content: "\e0a9";
}
.icon-food-285:before {
  content: "\e0aa";
}
.icon-food-272:before {
  content: "\e0ab";
}
.icon-food-271:before {
  content: "\e0ac";
}
.icon-food-284:before {
  content: "\e0ad";
}
.icon-food-297:before {
  content: "\e0ae";
}
.icon-food-296:before {
  content: "\e0af";
}
.icon-food-283:before {
  content: "\e0b0";
}
.icon-food-270:before {
  content: "\e0b1";
}
.icon-food-269:before {
  content: "\e0b2";
}
.icon-food-282:before {
  content: "\e0b3";
}
.icon-food-295:before {
  content: "\e0b4";
}
.icon-food-294:before {
  content: "\e0b5";
}
.icon-food-281:before {
  content: "\e0b6";
}
.icon-food-268:before {
  content: "\e0b7";
}
.icon-food-267:before {
  content: "\e0b8";
}
.icon-food-280:before {
  content: "\e0b9";
}
.icon-food-293:before {
  content: "\e0ba";
}
.icon-food-292:before {
  content: "\e0bb";
}
.icon-food-279:before {
  content: "\e0bc";
}
.icon-food-266:before {
  content: "\e0bd";
}
.icon-food-265:before {
  content: "\e0be";
}
.icon-food-278:before {
  content: "\e0bf";
}
.icon-food-291:before {
  content: "\e0c0";
}
.icon-food-290:before {
  content: "\e0c1";
}
.icon-food-277:before {
  content: "\e0c2";
}
.icon-food-264:before {
  content: "\e0c3";
}
.icon-food-263:before {
  content: "\e0c4";
}
.icon-food-276:before {
  content: "\e0c5";
}
.icon-food-289:before {
  content: "\e0c6";
}
.icon-food-288:before {
  content: "\e0c7";
}
.icon-food-275:before {
  content: "\e0c8";
}
.icon-food-262:before {
  content: "\e0c9";
}
.icon-food-261:before {
  content: "\e0ca";
}
.icon-food-274:before {
  content: "\e0cb";
}
.icon-food-287:before {
  content: "\e0cc";
}
.icon-food-300:before {
  content: "\e0cd";
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/icon-furniture/style.css?1657864324903*/
@charset "UTF-8";

@font-face
{
	font-family: "furniture";
	src: url("/bitrix/templates/landing24/assets/vendor/icon/icon-furniture/font.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

[data-icon-furniture]:before
{
	font-family: "furniture" !important;
	content: attr(data-icon-furniture);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-furniture"]:before,
[class*=" icon-furniture"]:before
{
	font-family: "furniture" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/icon-furniture/content.css?16578642364726*/
.icon-furniture-001:before {
  content: "a";
}
.icon-furniture-014:before {
  content: "b";
}
.icon-furniture-027:before {
  content: "c";
}
.icon-furniture-040:before {
  content: "d";
}
.icon-furniture-041:before {
  content: "e";
}
.icon-furniture-028:before {
  content: "f";
}
.icon-furniture-015:before {
  content: "g";
}
.icon-furniture-002:before {
  content: "h";
}
.icon-furniture-003:before {
  content: "i";
}
.icon-furniture-016:before {
  content: "j";
}
.icon-furniture-029:before {
  content: "k";
}
.icon-furniture-042:before {
  content: "l";
}
.icon-furniture-043:before {
  content: "m";
}
.icon-furniture-030:before {
  content: "n";
}
.icon-furniture-017:before {
  content: "o";
}
.icon-furniture-004:before {
  content: "p";
}
.icon-furniture-005:before {
  content: "q";
}
.icon-furniture-018:before {
  content: "r";
}
.icon-furniture-031:before {
  content: "s";
}
.icon-furniture-044:before {
  content: "t";
}
.icon-furniture-045:before {
  content: "u";
}
.icon-furniture-032:before {
  content: "v";
}
.icon-furniture-019:before {
  content: "w";
}
.icon-furniture-006:before {
  content: "x";
}
.icon-furniture-007:before {
  content: "y";
}
.icon-furniture-020:before {
  content: "z";
}
.icon-furniture-033:before {
  content: "A";
}
.icon-furniture-046:before {
  content: "B";
}
.icon-furniture-047:before {
  content: "C";
}
.icon-furniture-034:before {
  content: "D";
}
.icon-furniture-021:before {
  content: "E";
}
.icon-furniture-008:before {
  content: "F";
}
.icon-furniture-009:before {
  content: "G";
}
.icon-furniture-022:before {
  content: "H";
}
.icon-furniture-035:before {
  content: "I";
}
.icon-furniture-048:before {
  content: "J";
}
.icon-furniture-049:before {
  content: "K";
}
.icon-furniture-036:before {
  content: "L";
}
.icon-furniture-023:before {
  content: "M";
}
.icon-furniture-010:before {
  content: "N";
}
.icon-furniture-011:before {
  content: "O";
}
.icon-furniture-024:before {
  content: "P";
}
.icon-furniture-037:before {
  content: "Q";
}
.icon-furniture-050:before {
  content: "R";
}
.icon-furniture-051:before {
  content: "S";
}
.icon-furniture-038:before {
  content: "T";
}
.icon-furniture-025:before {
  content: "U";
}
.icon-furniture-012:before {
  content: "V";
}
.icon-furniture-013:before {
  content: "W";
}
.icon-furniture-026:before {
  content: "X";
}
.icon-furniture-039:before {
  content: "Y";
}
.icon-furniture-052:before {
  content: "Z";
}
.icon-furniture-065:before {
  content: "0";
}
.icon-furniture-064:before {
  content: "1";
}
.icon-furniture-063:before {
  content: "2";
}
.icon-furniture-062:before {
  content: "3";
}
.icon-furniture-061:before {
  content: "4";
}
.icon-furniture-060:before {
  content: "5";
}
.icon-furniture-059:before {
  content: "6";
}
.icon-furniture-058:before {
  content: "7";
}
.icon-furniture-057:before {
  content: "8";
}
.icon-furniture-056:before {
  content: "9";
}
.icon-furniture-055:before {
  content: "!";
}
.icon-furniture-054:before {
  content: "\"";
}
.icon-furniture-053:before {
  content: "#";
}
.icon-furniture-066:before {
  content: "$";
}
.icon-furniture-079:before {
  content: "%";
}
.icon-furniture-092:before {
  content: "&";
}
.icon-furniture-093:before {
  content: "'";
}
.icon-furniture-080:before {
  content: "(";
}
.icon-furniture-067:before {
  content: ")";
}
.icon-furniture-068:before {
  content: "*";
}
.icon-furniture-081:before {
  content: "+";
}
.icon-furniture-094:before {
  content: ",";
}
.icon-furniture-095:before {
  content: "-";
}
.icon-furniture-082:before {
  content: ".";
}
.icon-furniture-069:before {
  content: "/";
}
.icon-furniture-070:before {
  content: ":";
}
.icon-furniture-083:before {
  content: ";";
}
.icon-furniture-096:before {
  content: "<";
}
.icon-furniture-097:before {
  content: "=";
}
.icon-furniture-084:before {
  content: ">";
}
.icon-furniture-071:before {
  content: "?";
}
.icon-furniture-073:before {
  content: "@";
}
.icon-furniture-072:before {
  content: "[";
}
.icon-furniture-085:before {
  content: "]";
}
.icon-furniture-098:before {
  content: "^";
}
.icon-furniture-099:before {
  content: "_";
}
.icon-furniture-086:before {
  content: "`";
}
.icon-furniture-087:before {
  content: "{";
}
.icon-furniture-100:before {
  content: "|";
}
.icon-furniture-075:before {
  content: "}";
}
.icon-furniture-074:before {
  content: "~";
}
.icon-furniture-076:before {
  content: "\\";
}
.icon-furniture-089:before {
  content: "\e000";
}
.icon-furniture-088:before {
  content: "\e001";
}
.icon-furniture-090:before {
  content: "\e002";
}
.icon-furniture-077:before {
  content: "\e003";
}
.icon-furniture-078:before {
  content: "\e004";
}
.icon-furniture-091:before {
  content: "\e005";
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/icon-hotel-restaurant/style.css?1657864324959*/
@charset "UTF-8";

@font-face
{
	font-family: "hotel-restaurant";
	src: url("/bitrix/templates/landing24/assets/vendor/icon/icon-hotel-restaurant/font.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

[data-icon-hotel-restaurant]:before
{
	font-family: "hotel-restaurant" !important;
	content: attr(data-icon-hotel-restaurant);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-hotel-restaurant"]:before,
[class*=" icon-hotel-restaurant"]:before
{
	font-family: "hotel-restaurant" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/icon-hotel-restaurant/content.css?165786423614126*/
.icon-hotel-restaurant-001:before {
  content: "a";
}
.icon-hotel-restaurant-002:before {
  content: "b";
}
.icon-hotel-restaurant-003:before {
  content: "c";
}
.icon-hotel-restaurant-004:before {
  content: "d";
}
.icon-hotel-restaurant-005:before {
  content: "e";
}
.icon-hotel-restaurant-006:before {
  content: "f";
}
.icon-hotel-restaurant-007:before {
  content: "g";
}
.icon-hotel-restaurant-008:before {
  content: "h";
}
.icon-hotel-restaurant-009:before {
  content: "i";
}
.icon-hotel-restaurant-010:before {
  content: "j";
}
.icon-hotel-restaurant-011:before {
  content: "k";
}
.icon-hotel-restaurant-065:before {
  content: "l";
}
.icon-hotel-restaurant-012:before {
  content: "m";
}
.icon-hotel-restaurant-013:before {
  content: "n";
}
.icon-hotel-restaurant-026:before {
  content: "o";
}
.icon-hotel-restaurant-025:before {
  content: "p";
}
.icon-hotel-restaurant-024:before {
  content: "q";
}
.icon-hotel-restaurant-023:before {
  content: "r";
}
.icon-hotel-restaurant-022:before {
  content: "s";
}
.icon-hotel-restaurant-021:before {
  content: "t";
}
.icon-hotel-restaurant-020:before {
  content: "u";
}
.icon-hotel-restaurant-019:before {
  content: "v";
}
.icon-hotel-restaurant-018:before {
  content: "w";
}
.icon-hotel-restaurant-017:before {
  content: "x";
}
.icon-hotel-restaurant-016:before {
  content: "y";
}
.icon-hotel-restaurant-015:before {
  content: "z";
}
.icon-hotel-restaurant-014:before {
  content: "A";
}
.icon-hotel-restaurant-027:before {
  content: "B";
}
.icon-hotel-restaurant-028:before {
  content: "C";
}
.icon-hotel-restaurant-029:before {
  content: "D";
}
.icon-hotel-restaurant-030:before {
  content: "E";
}
.icon-hotel-restaurant-031:before {
  content: "F";
}
.icon-hotel-restaurant-032:before {
  content: "G";
}
.icon-hotel-restaurant-033:before {
  content: "H";
}
.icon-hotel-restaurant-034:before {
  content: "I";
}
.icon-hotel-restaurant-035:before {
  content: "J";
}
.icon-hotel-restaurant-036:before {
  content: "K";
}
.icon-hotel-restaurant-038:before {
  content: "L";
}
.icon-hotel-restaurant-039:before {
  content: "M";
}
.icon-hotel-restaurant-037:before {
  content: "N";
}
.icon-hotel-restaurant-052:before {
  content: "O";
}
.icon-hotel-restaurant-051:before {
  content: "P";
}
.icon-hotel-restaurant-050:before {
  content: "Q";
}
.icon-hotel-restaurant-049:before {
  content: "R";
}
.icon-hotel-restaurant-048:before {
  content: "S";
}
.icon-hotel-restaurant-047:before {
  content: "T";
}
.icon-hotel-restaurant-046:before {
  content: "U";
}
.icon-hotel-restaurant-045:before {
  content: "V";
}
.icon-hotel-restaurant-044:before {
  content: "W";
}
.icon-hotel-restaurant-042:before {
  content: "X";
}
.icon-hotel-restaurant-041:before {
  content: "Y";
}
.icon-hotel-restaurant-040:before {
  content: "Z";
}
.icon-hotel-restaurant-043:before {
  content: "0";
}
.icon-hotel-restaurant-053:before {
  content: "1";
}
.icon-hotel-restaurant-054:before {
  content: "2";
}
.icon-hotel-restaurant-055:before {
  content: "3";
}
.icon-hotel-restaurant-056:before {
  content: "4";
}
.icon-hotel-restaurant-057:before {
  content: "5";
}
.icon-hotel-restaurant-058:before {
  content: "6";
}
.icon-hotel-restaurant-059:before {
  content: "7";
}
.icon-hotel-restaurant-060:before {
  content: "8";
}
.icon-hotel-restaurant-061:before {
  content: "9";
}
.icon-hotel-restaurant-062:before {
  content: "!";
}
.icon-hotel-restaurant-063:before {
  content: "\"";
}
.icon-hotel-restaurant-064:before {
  content: "#";
}
.icon-hotel-restaurant-066:before {
  content: "$";
}
.icon-hotel-restaurant-079:before {
  content: "%";
}
.icon-hotel-restaurant-092:before {
  content: "&";
}
.icon-hotel-restaurant-105:before {
  content: "'";
}
.icon-hotel-restaurant-118:before {
  content: "(";
}
.icon-hotel-restaurant-131:before {
  content: ")";
}
.icon-hotel-restaurant-144:before {
  content: "*";
}
.icon-hotel-restaurant-157:before {
  content: "+";
}
.icon-hotel-restaurant-067:before {
  content: ",";
}
.icon-hotel-restaurant-080:before {
  content: "-";
}
.icon-hotel-restaurant-068:before {
  content: ".";
}
.icon-hotel-restaurant-081:before {
  content: "/";
}
.icon-hotel-restaurant-093:before {
  content: ":";
}
.icon-hotel-restaurant-094:before {
  content: ";";
}
.icon-hotel-restaurant-095:before {
  content: "<";
}
.icon-hotel-restaurant-096:before {
  content: "=";
}
.icon-hotel-restaurant-097:before {
  content: ">";
}
.icon-hotel-restaurant-098:before {
  content: "?";
}
.icon-hotel-restaurant-099:before {
  content: "@";
}
.icon-hotel-restaurant-100:before {
  content: "[";
}
.icon-hotel-restaurant-101:before {
  content: "]";
}
.icon-hotel-restaurant-102:before {
  content: "^";
}
.icon-hotel-restaurant-103:before {
  content: "_";
}
.icon-hotel-restaurant-104:before {
  content: "`";
}
.icon-hotel-restaurant-091:before {
  content: "{";
}
.icon-hotel-restaurant-090:before {
  content: "|";
}
.icon-hotel-restaurant-089:before {
  content: "}";
}
.icon-hotel-restaurant-088:before {
  content: "~";
}
.icon-hotel-restaurant-087:before {
  content: "\\";
}
.icon-hotel-restaurant-086:before {
  content: "\e000";
}
.icon-hotel-restaurant-085:before {
  content: "\e001";
}
.icon-hotel-restaurant-084:before {
  content: "\e002";
}
.icon-hotel-restaurant-083:before {
  content: "\e003";
}
.icon-hotel-restaurant-082:before {
  content: "\e004";
}
.icon-hotel-restaurant-069:before {
  content: "\e005";
}
.icon-hotel-restaurant-070:before {
  content: "\e006";
}
.icon-hotel-restaurant-071:before {
  content: "\e007";
}
.icon-hotel-restaurant-072:before {
  content: "\e008";
}
.icon-hotel-restaurant-073:before {
  content: "\e009";
}
.icon-hotel-restaurant-074:before {
  content: "\e00a";
}
.icon-hotel-restaurant-075:before {
  content: "\e00b";
}
.icon-hotel-restaurant-076:before {
  content: "\e00c";
}
.icon-hotel-restaurant-077:before {
  content: "\e00d";
}
.icon-hotel-restaurant-078:before {
  content: "\e00e";
}
.icon-hotel-restaurant-117:before {
  content: "\e00f";
}
.icon-hotel-restaurant-116:before {
  content: "\e010";
}
.icon-hotel-restaurant-115:before {
  content: "\e011";
}
.icon-hotel-restaurant-114:before {
  content: "\e012";
}
.icon-hotel-restaurant-113:before {
  content: "\e013";
}
.icon-hotel-restaurant-112:before {
  content: "\e014";
}
.icon-hotel-restaurant-111:before {
  content: "\e015";
}
.icon-hotel-restaurant-110:before {
  content: "\e016";
}
.icon-hotel-restaurant-109:before {
  content: "\e017";
}
.icon-hotel-restaurant-108:before {
  content: "\e018";
}
.icon-hotel-restaurant-107:before {
  content: "\e019";
}
.icon-hotel-restaurant-106:before {
  content: "\e01a";
}
.icon-hotel-restaurant-119:before {
  content: "\e01b";
}
.icon-hotel-restaurant-120:before {
  content: "\e01c";
}
.icon-hotel-restaurant-121:before {
  content: "\e01d";
}
.icon-hotel-restaurant-122:before {
  content: "\e01e";
}
.icon-hotel-restaurant-123:before {
  content: "\e01f";
}
.icon-hotel-restaurant-124:before {
  content: "\e020";
}
.icon-hotel-restaurant-125:before {
  content: "\e021";
}
.icon-hotel-restaurant-126:before {
  content: "\e022";
}
.icon-hotel-restaurant-127:before {
  content: "\e023";
}
.icon-hotel-restaurant-128:before {
  content: "\e024";
}
.icon-hotel-restaurant-129:before {
  content: "\e025";
}
.icon-hotel-restaurant-130:before {
  content: "\e026";
}
.icon-hotel-restaurant-143:before {
  content: "\e027";
}
.icon-hotel-restaurant-142:before {
  content: "\e028";
}
.icon-hotel-restaurant-141:before {
  content: "\e029";
}
.icon-hotel-restaurant-140:before {
  content: "\e02a";
}
.icon-hotel-restaurant-139:before {
  content: "\e02b";
}
.icon-hotel-restaurant-138:before {
  content: "\e02c";
}
.icon-hotel-restaurant-137:before {
  content: "\e02d";
}
.icon-hotel-restaurant-136:before {
  content: "\e02e";
}
.icon-hotel-restaurant-135:before {
  content: "\e02f";
}
.icon-hotel-restaurant-134:before {
  content: "\e030";
}
.icon-hotel-restaurant-133:before {
  content: "\e031";
}
.icon-hotel-restaurant-132:before {
  content: "\e032";
}
.icon-hotel-restaurant-145:before {
  content: "\e033";
}
.icon-hotel-restaurant-146:before {
  content: "\e034";
}
.icon-hotel-restaurant-147:before {
  content: "\e035";
}
.icon-hotel-restaurant-148:before {
  content: "\e036";
}
.icon-hotel-restaurant-149:before {
  content: "\e037";
}
.icon-hotel-restaurant-150:before {
  content: "\e038";
}
.icon-hotel-restaurant-151:before {
  content: "\e039";
}
.icon-hotel-restaurant-152:before {
  content: "\e03a";
}
.icon-hotel-restaurant-153:before {
  content: "\e03b";
}
.icon-hotel-restaurant-154:before {
  content: "\e03c";
}
.icon-hotel-restaurant-155:before {
  content: "\e03d";
}
.icon-hotel-restaurant-156:before {
  content: "\e03e";
}
.icon-hotel-restaurant-169:before {
  content: "\e03f";
}
.icon-hotel-restaurant-168:before {
  content: "\e040";
}
.icon-hotel-restaurant-167:before {
  content: "\e041";
}
.icon-hotel-restaurant-166:before {
  content: "\e042";
}
.icon-hotel-restaurant-165:before {
  content: "\e043";
}
.icon-hotel-restaurant-164:before {
  content: "\e044";
}
.icon-hotel-restaurant-163:before {
  content: "\e045";
}
.icon-hotel-restaurant-162:before {
  content: "\e046";
}
.icon-hotel-restaurant-161:before {
  content: "\e047";
}
.icon-hotel-restaurant-160:before {
  content: "\e048";
}
.icon-hotel-restaurant-159:before {
  content: "\e049";
}
.icon-hotel-restaurant-158:before {
  content: "\e04a";
}
.icon-hotel-restaurant-170:before {
  content: "\e04b";
}
.icon-hotel-restaurant-171:before {
  content: "\e04c";
}
.icon-hotel-restaurant-172:before {
  content: "\e04d";
}
.icon-hotel-restaurant-173:before {
  content: "\e04e";
}
.icon-hotel-restaurant-174:before {
  content: "\e04f";
}
.icon-hotel-restaurant-175:before {
  content: "\e050";
}
.icon-hotel-restaurant-176:before {
  content: "\e051";
}
.icon-hotel-restaurant-177:before {
  content: "\e052";
}
.icon-hotel-restaurant-178:before {
  content: "\e053";
}
.icon-hotel-restaurant-179:before {
  content: "\e054";
}
.icon-hotel-restaurant-180:before {
  content: "\e055";
}
.icon-hotel-restaurant-181:before {
  content: "\e056";
}
.icon-hotel-restaurant-182:before {
  content: "\e057";
}
.icon-hotel-restaurant-195:before {
  content: "\e058";
}
.icon-hotel-restaurant-194:before {
  content: "\e059";
}
.icon-hotel-restaurant-193:before {
  content: "\e05a";
}
.icon-hotel-restaurant-192:before {
  content: "\e05b";
}
.icon-hotel-restaurant-191:before {
  content: "\e05c";
}
.icon-hotel-restaurant-190:before {
  content: "\e05d";
}
.icon-hotel-restaurant-189:before {
  content: "\e05e";
}
.icon-hotel-restaurant-188:before {
  content: "\e05f";
}
.icon-hotel-restaurant-187:before {
  content: "\e060";
}
.icon-hotel-restaurant-186:before {
  content: "\e061";
}
.icon-hotel-restaurant-185:before {
  content: "\e062";
}
.icon-hotel-restaurant-184:before {
  content: "\e063";
}
.icon-hotel-restaurant-183:before {
  content: "\e064";
}
.icon-hotel-restaurant-196:before {
  content: "\e065";
}
.icon-hotel-restaurant-197:before {
  content: "\e066";
}
.icon-hotel-restaurant-198:before {
  content: "\e067";
}
.icon-hotel-restaurant-199:before {
  content: "\e068";
}
.icon-hotel-restaurant-200:before {
  content: "\e069";
}
.icon-hotel-restaurant-201:before {
  content: "\e06a";
}
.icon-hotel-restaurant-202:before {
  content: "\e06b";
}
.icon-hotel-restaurant-203:before {
  content: "\e06c";
}
.icon-hotel-restaurant-204:before {
  content: "\e06d";
}
.icon-hotel-restaurant-205:before {
  content: "\e06e";
}
.icon-hotel-restaurant-206:before {
  content: "\e06f";
}
.icon-hotel-restaurant-207:before {
  content: "\e070";
}
.icon-hotel-restaurant-208:before {
  content: "\e071";
}
.icon-hotel-restaurant-221:before {
  content: "\e072";
}
.icon-hotel-restaurant-220:before {
  content: "\e073";
}
.icon-hotel-restaurant-219:before {
  content: "\e074";
}
.icon-hotel-restaurant-218:before {
  content: "\e075";
}
.icon-hotel-restaurant-217:before {
  content: "\e076";
}
.icon-hotel-restaurant-216:before {
  content: "\e077";
}
.icon-hotel-restaurant-215:before {
  content: "\e078";
}
.icon-hotel-restaurant-214:before {
  content: "\e079";
}
.icon-hotel-restaurant-213:before {
  content: "\e07a";
}
.icon-hotel-restaurant-212:before {
  content: "\e07b";
}
.icon-hotel-restaurant-211:before {
  content: "\e07c";
}
.icon-hotel-restaurant-210:before {
  content: "\e07d";
}
.icon-hotel-restaurant-209:before {
  content: "\e07e";
}
.icon-hotel-restaurant-222:before {
  content: "\e07f";
}
.icon-hotel-restaurant-223:before {
  content: "\e080";
}
.icon-hotel-restaurant-224:before {
  content: "\e081";
}
.icon-hotel-restaurant-225:before {
  content: "\e082";
}
.icon-hotel-restaurant-226:before {
  content: "\e083";
}
.icon-hotel-restaurant-227:before {
  content: "\e084";
}
.icon-hotel-restaurant-228:before {
  content: "\e085";
}
.icon-hotel-restaurant-229:before {
  content: "\e086";
}
.icon-hotel-restaurant-230:before {
  content: "\e087";
}
.icon-hotel-restaurant-231:before {
  content: "\e088";
}
.icon-hotel-restaurant-232:before {
  content: "\e089";
}
.icon-hotel-restaurant-233:before {
  content: "\e08a";
}
.icon-hotel-restaurant-234:before {
  content: "\e08b";
}
.icon-hotel-restaurant-247:before {
  content: "\e08c";
}
.icon-hotel-restaurant-246:before {
  content: "\e08d";
}
.icon-hotel-restaurant-245:before {
  content: "\e08e";
}
.icon-hotel-restaurant-244:before {
  content: "\e08f";
}
.icon-hotel-restaurant-243:before {
  content: "\e090";
}
.icon-hotel-restaurant-242:before {
  content: "\e091";
}
.icon-hotel-restaurant-241:before {
  content: "\e092";
}
.icon-hotel-restaurant-240:before {
  content: "\e093";
}
.icon-hotel-restaurant-239:before {
  content: "\e094";
}
.icon-hotel-restaurant-238:before {
  content: "\e095";
}
.icon-hotel-restaurant-237:before {
  content: "\e096";
}
.icon-hotel-restaurant-236:before {
  content: "\e097";
}
.icon-hotel-restaurant-235:before {
  content: "\e098";
}
.icon-hotel-restaurant-248:before {
  content: "\e099";
}
.icon-hotel-restaurant-249:before {
  content: "\e09a";
}
.icon-hotel-restaurant-250:before {
  content: "\e09b";
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/icon-media/style.css?1657864236871*/
@charset "UTF-8";

@font-face
{
	font-family: "media";
	src: url("/bitrix/templates/landing24/assets/vendor/icon/icon-media/font.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

[data-icon-media]:before
{
	font-family: "media" !important;
	content: attr(data-icon-media);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-media"]:before,
[class*=" icon-media"]:before
{
	font-family: "media" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/icon-media/content.css?16578642365736*/
.icon-media-001:before {
  content: "a";
}
.icon-media-014:before {
  content: "b";
}
.icon-media-027:before {
  content: "c";
}
.icon-media-040:before {
  content: "d";
}
.icon-media-041:before {
  content: "e";
}
.icon-media-028:before {
  content: "f";
}
.icon-media-015:before {
  content: "g";
}
.icon-media-002:before {
  content: "h";
}
.icon-media-003:before {
  content: "i";
}
.icon-media-016:before {
  content: "j";
}
.icon-media-029:before {
  content: "k";
}
.icon-media-042:before {
  content: "l";
}
.icon-media-043:before {
  content: "m";
}
.icon-media-030:before {
  content: "n";
}
.icon-media-017:before {
  content: "o";
}
.icon-media-004:before {
  content: "p";
}
.icon-media-005:before {
  content: "q";
}
.icon-media-018:before {
  content: "r";
}
.icon-media-031:before {
  content: "s";
}
.icon-media-044:before {
  content: "t";
}
.icon-media-045:before {
  content: "u";
}
.icon-media-032:before {
  content: "v";
}
.icon-media-019:before {
  content: "w";
}
.icon-media-006:before {
  content: "x";
}
.icon-media-007:before {
  content: "y";
}
.icon-media-020:before {
  content: "z";
}
.icon-media-033:before {
  content: "A";
}
.icon-media-046:before {
  content: "B";
}
.icon-media-047:before {
  content: "C";
}
.icon-media-034:before {
  content: "D";
}
.icon-media-021:before {
  content: "E";
}
.icon-media-008:before {
  content: "F";
}
.icon-media-009:before {
  content: "G";
}
.icon-media-022:before {
  content: "H";
}
.icon-media-035:before {
  content: "I";
}
.icon-media-048:before {
  content: "J";
}
.icon-media-049:before {
  content: "K";
}
.icon-media-036:before {
  content: "L";
}
.icon-media-023:before {
  content: "M";
}
.icon-media-010:before {
  content: "N";
}
.icon-media-011:before {
  content: "O";
}
.icon-media-024:before {
  content: "P";
}
.icon-media-037:before {
  content: "Q";
}
.icon-media-050:before {
  content: "R";
}
.icon-media-063:before {
  content: "S";
}
.icon-media-064:before {
  content: "T";
}
.icon-media-051:before {
  content: "U";
}
.icon-media-038:before {
  content: "V";
}
.icon-media-025:before {
  content: "W";
}
.icon-media-012:before {
  content: "X";
}
.icon-media-013:before {
  content: "Y";
}
.icon-media-026:before {
  content: "Z";
}
.icon-media-039:before {
  content: "0";
}
.icon-media-052:before {
  content: "1";
}
.icon-media-065:before {
  content: "2";
}
.icon-media-062:before {
  content: "3";
}
.icon-media-061:before {
  content: "4";
}
.icon-media-060:before {
  content: "5";
}
.icon-media-059:before {
  content: "6";
}
.icon-media-058:before {
  content: "7";
}
.icon-media-057:before {
  content: "8";
}
.icon-media-056:before {
  content: "9";
}
.icon-media-055:before {
  content: "!";
}
.icon-media-054:before {
  content: "\"";
}
.icon-media-053:before {
  content: "#";
}
.icon-media-066:before {
  content: "$";
}
.icon-media-079:before {
  content: "%";
}
.icon-media-092:before {
  content: "&";
}
.icon-media-105:before {
  content: "'";
}
.icon-media-118:before {
  content: "(";
}
.icon-media-119:before {
  content: ")";
}
.icon-media-106:before {
  content: "*";
}
.icon-media-093:before {
  content: "+";
}
.icon-media-080:before {
  content: ",";
}
.icon-media-067:before {
  content: "-";
}
.icon-media-068:before {
  content: ".";
}
.icon-media-081:before {
  content: "/";
}
.icon-media-094:before {
  content: ":";
}
.icon-media-107:before {
  content: ";";
}
.icon-media-120:before {
  content: "<";
}
.icon-media-121:before {
  content: "=";
}
.icon-media-108:before {
  content: ">";
}
.icon-media-095:before {
  content: "?";
}
.icon-media-082:before {
  content: "@";
}
.icon-media-069:before {
  content: "[";
}
.icon-media-070:before {
  content: "]";
}
.icon-media-083:before {
  content: "^";
}
.icon-media-096:before {
  content: "_";
}
.icon-media-109:before {
  content: "`";
}
.icon-media-122:before {
  content: "{";
}
.icon-media-123:before {
  content: "|";
}
.icon-media-110:before {
  content: "}";
}
.icon-media-097:before {
  content: "~";
}
.icon-media-084:before {
  content: "\\";
}
.icon-media-071:before {
  content: "\e000";
}
.icon-media-072:before {
  content: "\e001";
}
.icon-media-085:before {
  content: "\e002";
}
.icon-media-098:before {
  content: "\e003";
}
.icon-media-111:before {
  content: "\e004";
}
.icon-media-124:before {
  content: "\e005";
}
.icon-media-125:before {
  content: "\e006";
}
.icon-media-112:before {
  content: "\e007";
}
.icon-media-099:before {
  content: "\e008";
}
.icon-media-086:before {
  content: "\e009";
}
.icon-media-073:before {
  content: "\e00a";
}
.icon-media-074:before {
  content: "\e00b";
}
.icon-media-087:before {
  content: "\e00c";
}
.icon-media-100:before {
  content: "\e00d";
}
.icon-media-113:before {
  content: "\e00e";
}
.icon-media-126:before {
  content: "\e00f";
}
.icon-media-127:before {
  content: "\e010";
}
.icon-media-114:before {
  content: "\e011";
}
.icon-media-101:before {
  content: "\e012";
}
.icon-media-088:before {
  content: "\e013";
}
.icon-media-075:before {
  content: "\e014";
}
.icon-media-076:before {
  content: "\e015";
}
.icon-media-089:before {
  content: "\e016";
}
.icon-media-090:before {
  content: "\e017";
}
.icon-media-077:before {
  content: "\e018";
}
.icon-media-078:before {
  content: "\e019";
}
.icon-media-091:before {
  content: "\e01a";
}
.icon-media-104:before {
  content: "\e01b";
}
.icon-media-103:before {
  content: "\e01c";
}
.icon-media-102:before {
  content: "\e01d";
}
.icon-media-115:before {
  content: "\e01e";
}
.icon-media-116:before {
  content: "\e01f";
}
.icon-media-117:before {
  content: "\e020";
}
.icon-media-130:before {
  content: "\e021";
}
.icon-media-129:before {
  content: "\e022";
}
.icon-media-128:before {
  content: "\e023";
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/icon-medical/style.css?1657864236920*/
@charset "UTF-8";

@font-face
{
	font-family: "medical-and-health";
	src: url("/bitrix/templates/landing24/assets/vendor/icon/icon-medical/font.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

[data-icon-medical]:before
{
	font-family: "medical-and-health" !important;
	content: attr(data-icon-medical);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-medical"]:before,
[class*=" icon-medical"]:before
{
	font-family: "medical-and-health" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/icon-medical/content.css?16578642364526*/
.icon-medical-001:before {
  content: "a";
}
.icon-medical-002:before {
  content: "b";
}
.icon-medical-015:before {
  content: "c";
}
.icon-medical-014:before {
  content: "d";
}
.icon-medical-027:before {
  content: "e";
}
.icon-medical-028:before {
  content: "f";
}
.icon-medical-029:before {
  content: "g";
}
.icon-medical-016:before {
  content: "h";
}
.icon-medical-003:before {
  content: "i";
}
.icon-medical-004:before {
  content: "j";
}
.icon-medical-017:before {
  content: "k";
}
.icon-medical-030:before {
  content: "l";
}
.icon-medical-031:before {
  content: "m";
}
.icon-medical-018:before {
  content: "n";
}
.icon-medical-005:before {
  content: "o";
}
.icon-medical-006:before {
  content: "p";
}
.icon-medical-019:before {
  content: "q";
}
.icon-medical-032:before {
  content: "r";
}
.icon-medical-033:before {
  content: "s";
}
.icon-medical-020:before {
  content: "t";
}
.icon-medical-007:before {
  content: "u";
}
.icon-medical-008:before {
  content: "v";
}
.icon-medical-021:before {
  content: "w";
}
.icon-medical-034:before {
  content: "x";
}
.icon-medical-035:before {
  content: "y";
}
.icon-medical-022:before {
  content: "z";
}
.icon-medical-009:before {
  content: "A";
}
.icon-medical-010:before {
  content: "B";
}
.icon-medical-023:before {
  content: "C";
}
.icon-medical-036:before {
  content: "D";
}
.icon-medical-037:before {
  content: "E";
}
.icon-medical-024:before {
  content: "F";
}
.icon-medical-011:before {
  content: "G";
}
.icon-medical-012:before {
  content: "H";
}
.icon-medical-025:before {
  content: "I";
}
.icon-medical-038:before {
  content: "J";
}
.icon-medical-039:before {
  content: "K";
}
.icon-medical-026:before {
  content: "L";
}
.icon-medical-013:before {
  content: "M";
}
.icon-medical-040:before {
  content: "N";
}
.icon-medical-053:before {
  content: "O";
}
.icon-medical-066:before {
  content: "P";
}
.icon-medical-079:before {
  content: "Q";
}
.icon-medical-092:before {
  content: "R";
}
.icon-medical-093:before {
  content: "S";
}
.icon-medical-080:before {
  content: "T";
}
.icon-medical-067:before {
  content: "U";
}
.icon-medical-054:before {
  content: "V";
}
.icon-medical-041:before {
  content: "W";
}
.icon-medical-042:before {
  content: "X";
}
.icon-medical-055:before {
  content: "Y";
}
.icon-medical-068:before {
  content: "Z";
}
.icon-medical-081:before {
  content: "0";
}
.icon-medical-094:before {
  content: "1";
}
.icon-medical-096:before {
  content: "2";
}
.icon-medical-082:before {
  content: "3";
}
.icon-medical-095:before {
  content: "4";
}
.icon-medical-069:before {
  content: "5";
}
.icon-medical-056:before {
  content: "6";
}
.icon-medical-043:before {
  content: "7";
}
.icon-medical-044:before {
  content: "8";
}
.icon-medical-057:before {
  content: "9";
}
.icon-medical-070:before {
  content: "!";
}
.icon-medical-083:before {
  content: "\"";
}
.icon-medical-084:before {
  content: "#";
}
.icon-medical-071:before {
  content: "$";
}
.icon-medical-058:before {
  content: "%";
}
.icon-medical-045:before {
  content: "&";
}
.icon-medical-046:before {
  content: "'";
}
.icon-medical-059:before {
  content: "(";
}
.icon-medical-098:before {
  content: ")";
}
.icon-medical-097:before {
  content: "*";
}
.icon-medical-085:before {
  content: "+";
}
.icon-medical-072:before {
  content: ",";
}
.icon-medical-073:before {
  content: "-";
}
.icon-medical-086:before {
  content: ".";
}
.icon-medical-099:before {
  content: "/";
}
.icon-medical-100:before {
  content: ":";
}
.icon-medical-087:before {
  content: ";";
}
.icon-medical-074:before {
  content: "<";
}
.icon-medical-060:before {
  content: "=";
}
.icon-medical-061:before {
  content: ">";
}
.icon-medical-047:before {
  content: "?";
}
.icon-medical-048:before {
  content: "@";
}
.icon-medical-049:before {
  content: "[";
}
.icon-medical-062:before {
  content: "]";
}
.icon-medical-075:before {
  content: "^";
}
.icon-medical-088:before {
  content: "_";
}
.icon-medical-089:before {
  content: "`";
}
.icon-medical-076:before {
  content: "{";
}
.icon-medical-063:before {
  content: "|";
}
.icon-medical-050:before {
  content: "}";
}
.icon-medical-051:before {
  content: "~";
}
.icon-medical-064:before {
  content: "\\";
}
.icon-medical-077:before {
  content: "\e000";
}
.icon-medical-090:before {
  content: "\e001";
}
.icon-medical-091:before {
  content: "\e002";
}
.icon-medical-078:before {
  content: "\e003";
}
.icon-medical-065:before {
  content: "\e004";
}
.icon-medical-052:before {
  content: "\e005";
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/icon-music/style.css?1657864236871*/
@charset "UTF-8";

@font-face
{
	font-family: "music";
	src: url("/bitrix/templates/landing24/assets/vendor/icon/icon-music/font.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

[data-icon-music]:before
{
	font-family: "music" !important;
	content: attr(data-icon-music);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-music"]:before,
[class*=" icon-music"]:before
{
	font-family: "music" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/icon-music/content.css?16578642364326*/
.icon-music-001:before {
  content: "a";
}
.icon-music-014:before {
  content: "b";
}
.icon-music-027:before {
  content: "c";
}
.icon-music-040:before {
  content: "d";
}
.icon-music-053:before {
  content: "e";
}
.icon-music-054:before {
  content: "f";
}
.icon-music-041:before {
  content: "g";
}
.icon-music-028:before {
  content: "h";
}
.icon-music-015:before {
  content: "i";
}
.icon-music-002:before {
  content: "j";
}
.icon-music-003:before {
  content: "k";
}
.icon-music-016:before {
  content: "l";
}
.icon-music-029:before {
  content: "m";
}
.icon-music-042:before {
  content: "n";
}
.icon-music-055:before {
  content: "o";
}
.icon-music-056:before {
  content: "p";
}
.icon-music-043:before {
  content: "q";
}
.icon-music-030:before {
  content: "r";
}
.icon-music-017:before {
  content: "s";
}
.icon-music-004:before {
  content: "t";
}
.icon-music-005:before {
  content: "u";
}
.icon-music-018:before {
  content: "v";
}
.icon-music-031:before {
  content: "w";
}
.icon-music-044:before {
  content: "x";
}
.icon-music-057:before {
  content: "y";
}
.icon-music-058:before {
  content: "z";
}
.icon-music-045:before {
  content: "A";
}
.icon-music-032:before {
  content: "B";
}
.icon-music-019:before {
  content: "C";
}
.icon-music-006:before {
  content: "D";
}
.icon-music-007:before {
  content: "E";
}
.icon-music-020:before {
  content: "F";
}
.icon-music-033:before {
  content: "G";
}
.icon-music-046:before {
  content: "H";
}
.icon-music-059:before {
  content: "I";
}
.icon-music-060:before {
  content: "J";
}
.icon-music-047:before {
  content: "K";
}
.icon-music-034:before {
  content: "L";
}
.icon-music-021:before {
  content: "M";
}
.icon-music-008:before {
  content: "N";
}
.icon-music-009:before {
  content: "O";
}
.icon-music-022:before {
  content: "P";
}
.icon-music-035:before {
  content: "Q";
}
.icon-music-048:before {
  content: "R";
}
.icon-music-061:before {
  content: "S";
}
.icon-music-062:before {
  content: "T";
}
.icon-music-036:before {
  content: "U";
}
.icon-music-023:before {
  content: "V";
}
.icon-music-010:before {
  content: "W";
}
.icon-music-011:before {
  content: "X";
}
.icon-music-024:before {
  content: "Y";
}
.icon-music-037:before {
  content: "Z";
}
.icon-music-049:before {
  content: "0";
}
.icon-music-050:before {
  content: "1";
}
.icon-music-051:before {
  content: "2";
}
.icon-music-038:before {
  content: "3";
}
.icon-music-025:before {
  content: "4";
}
.icon-music-012:before {
  content: "5";
}
.icon-music-013:before {
  content: "6";
}
.icon-music-026:before {
  content: "7";
}
.icon-music-039:before {
  content: "8";
}
.icon-music-052:before {
  content: "9";
}
.icon-music-065:before {
  content: "!";
}
.icon-music-064:before {
  content: "\"";
}
.icon-music-063:before {
  content: "#";
}
.icon-music-078:before {
  content: "$";
}
.icon-music-091:before {
  content: "%";
}
.icon-music-090:before {
  content: "&";
}
.icon-music-077:before {
  content: "'";
}
.icon-music-076:before {
  content: "(";
}
.icon-music-089:before {
  content: ")";
}
.icon-music-088:before {
  content: "*";
}
.icon-music-075:before {
  content: "+";
}
.icon-music-074:before {
  content: ",";
}
.icon-music-087:before {
  content: "-";
}
.icon-music-086:before {
  content: ".";
}
.icon-music-073:before {
  content: "/";
}
.icon-music-072:before {
  content: ":";
}
.icon-music-085:before {
  content: ";";
}
.icon-music-084:before {
  content: "<";
}
.icon-music-071:before {
  content: "=";
}
.icon-music-070:before {
  content: ">";
}
.icon-music-083:before {
  content: "?";
}
.icon-music-082:before {
  content: "@";
}
.icon-music-069:before {
  content: "[";
}
.icon-music-068:before {
  content: "]";
}
.icon-music-081:before {
  content: "^";
}
.icon-music-080:before {
  content: "_";
}
.icon-music-067:before {
  content: "`";
}
.icon-music-066:before {
  content: "{";
}
.icon-music-079:before {
  content: "|";
}
.icon-music-092:before {
  content: "}";
}
.icon-music-093:before {
  content: "~";
}
.icon-music-094:before {
  content: "\\";
}
.icon-music-095:before {
  content: "\e000";
}
.icon-music-096:before {
  content: "\e001";
}
.icon-music-097:before {
  content: "\e002";
}
.icon-music-098:before {
  content: "\e003";
}
.icon-music-099:before {
  content: "\e004";
}
.icon-music-100:before {
  content: "\e005";
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/icon-real-estate/style.css?1657864236919*/
@charset "UTF-8";

@font-face
{
	font-family: "real-estate";
	src: url("/bitrix/templates/landing24/assets/vendor/icon/icon-real-estate/font.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

[data-icon-real-estate]:before
{
	font-family: "real-estate" !important;
	content: attr(data-icon-real-estate);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-real-estate"]:before,
[class*=" icon-real-estate"]:before
{
	font-family: "real-estate" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/icon-real-estate/content.css?16578642364411*/
.icon-real-estate-001:before {
  content: "a";
}
.icon-real-estate-014:before {
  content: "b";
}
.icon-real-estate-027:before {
  content: "c";
}
.icon-real-estate-040:before {
  content: "d";
}
.icon-real-estate-053:before {
  content: "e";
}
.icon-real-estate-066:before {
  content: "f";
}
.icon-real-estate-079:before {
  content: "g";
}
.icon-real-estate-080:before {
  content: "h";
}
.icon-real-estate-081:before {
  content: "i";
}
.icon-real-estate-082:before {
  content: "j";
}
.icon-real-estate-083:before {
  content: "k";
}
.icon-real-estate-084:before {
  content: "l";
}
.icon-real-estate-085:before {
  content: "m";
}
.icon-real-estate-086:before {
  content: "n";
}
.icon-real-estate-087:before {
  content: "o";
}
.icon-real-estate-088:before {
  content: "p";
}
.icon-real-estate-089:before {
  content: "q";
}
.icon-real-estate-090:before {
  content: "r";
}
.icon-real-estate-077:before {
  content: "s";
}
.icon-real-estate-078:before {
  content: "t";
}
.icon-real-estate-065:before {
  content: "u";
}
.icon-real-estate-064:before {
  content: "v";
}
.icon-real-estate-063:before {
  content: "w";
}
.icon-real-estate-076:before {
  content: "x";
}
.icon-real-estate-075:before {
  content: "y";
}
.icon-real-estate-062:before {
  content: "z";
}
.icon-real-estate-061:before {
  content: "A";
}
.icon-real-estate-074:before {
  content: "B";
}
.icon-real-estate-073:before {
  content: "C";
}
.icon-real-estate-059:before {
  content: "D";
}
.icon-real-estate-072:before {
  content: "E";
}
.icon-real-estate-060:before {
  content: "F";
}
.icon-real-estate-058:before {
  content: "G";
}
.icon-real-estate-071:before {
  content: "H";
}
.icon-real-estate-070:before {
  content: "I";
}
.icon-real-estate-057:before {
  content: "J";
}
.icon-real-estate-056:before {
  content: "K";
}
.icon-real-estate-069:before {
  content: "L";
}
.icon-real-estate-068:before {
  content: "M";
}
.icon-real-estate-055:before {
  content: "N";
}
.icon-real-estate-054:before {
  content: "O";
}
.icon-real-estate-067:before {
  content: "P";
}
.icon-real-estate-041:before {
  content: "Q";
}
.icon-real-estate-028:before {
  content: "R";
}
.icon-real-estate-015:before {
  content: "S";
}
.icon-real-estate-002:before {
  content: "T";
}
.icon-real-estate-003:before {
  content: "U";
}
.icon-real-estate-016:before {
  content: "V";
}
.icon-real-estate-029:before {
  content: "W";
}
.icon-real-estate-042:before {
  content: "X";
}
.icon-real-estate-043:before {
  content: "Y";
}
.icon-real-estate-030:before {
  content: "Z";
}
.icon-real-estate-017:before {
  content: "0";
}
.icon-real-estate-004:before {
  content: "1";
}
.icon-real-estate-005:before {
  content: "2";
}
.icon-real-estate-018:before {
  content: "3";
}
.icon-real-estate-031:before {
  content: "4";
}
.icon-real-estate-044:before {
  content: "5";
}
.icon-real-estate-045:before {
  content: "6";
}
.icon-real-estate-032:before {
  content: "7";
}
.icon-real-estate-019:before {
  content: "8";
}
.icon-real-estate-006:before {
  content: "9";
}
.icon-real-estate-008:before {
  content: "!";
}
.icon-real-estate-020:before {
  content: "\"";
}
.icon-real-estate-007:before {
  content: "#";
}
.icon-real-estate-021:before {
  content: "$";
}
.icon-real-estate-033:before {
  content: "%";
}
.icon-real-estate-034:before {
  content: "&";
}
.icon-real-estate-047:before {
  content: "'";
}
.icon-real-estate-046:before {
  content: "(";
}
.icon-real-estate-048:before {
  content: ")";
}
.icon-real-estate-035:before {
  content: "*";
}
.icon-real-estate-022:before {
  content: "+";
}
.icon-real-estate-009:before {
  content: ",";
}
.icon-real-estate-011:before {
  content: "-";
}
.icon-real-estate-023:before {
  content: ".";
}
.icon-real-estate-010:before {
  content: "/";
}
.icon-real-estate-024:before {
  content: ":";
}
.icon-real-estate-037:before {
  content: ";";
}
.icon-real-estate-036:before {
  content: "<";
}
.icon-real-estate-049:before {
  content: "=";
}
.icon-real-estate-050:before {
  content: ">";
}
.icon-real-estate-051:before {
  content: "?";
}
.icon-real-estate-038:before {
  content: "@";
}
.icon-real-estate-039:before {
  content: "[";
}
.icon-real-estate-052:before {
  content: "]";
}
.icon-real-estate-026:before {
  content: "^";
}
.icon-real-estate-025:before {
  content: "_";
}
.icon-real-estate-012:before {
  content: "`";
}
.icon-real-estate-013:before {
  content: "{";
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/icon-science/style.css?1657864236887*/
@charset "UTF-8";

@font-face
{
	font-family: "science";
	src: url("/bitrix/templates/landing24/assets/vendor/icon/icon-science/font.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

[data-icon-science]:before
{
	font-family: "science" !important;
	content: attr(data-icon-science);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-science"]:before,
[class*=" icon-science"]:before
{
	font-family: "science" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/icon-science/content.css?16578642367466*/
.icon-science-001:before {
  content: "a";
}
.icon-science-014:before {
  content: "b";
}
.icon-science-002:before {
  content: "c";
}
.icon-science-015:before {
  content: "d";
}
.icon-science-016:before {
  content: "e";
}
.icon-science-003:before {
  content: "f";
}
.icon-science-004:before {
  content: "g";
}
.icon-science-017:before {
  content: "h";
}
.icon-science-019:before {
  content: "i";
}
.icon-science-005:before {
  content: "j";
}
.icon-science-018:before {
  content: "k";
}
.icon-science-006:before {
  content: "l";
}
.icon-science-007:before {
  content: "m";
}
.icon-science-020:before {
  content: "n";
}
.icon-science-021:before {
  content: "o";
}
.icon-science-008:before {
  content: "p";
}
.icon-science-009:before {
  content: "q";
}
.icon-science-022:before {
  content: "r";
}
.icon-science-023:before {
  content: "s";
}
.icon-science-010:before {
  content: "t";
}
.icon-science-011:before {
  content: "u";
}
.icon-science-024:before {
  content: "v";
}
.icon-science-025:before {
  content: "w";
}
.icon-science-012:before {
  content: "x";
}
.icon-science-013:before {
  content: "y";
}
.icon-science-026:before {
  content: "z";
}
.icon-science-039:before {
  content: "A";
}
.icon-science-052:before {
  content: "B";
}
.icon-science-065:before {
  content: "C";
}
.icon-science-078:before {
  content: "D";
}
.icon-science-077:before {
  content: "E";
}
.icon-science-064:before {
  content: "F";
}
.icon-science-051:before {
  content: "G";
}
.icon-science-038:before {
  content: "H";
}
.icon-science-037:before {
  content: "I";
}
.icon-science-050:before {
  content: "J";
}
.icon-science-063:before {
  content: "K";
}
.icon-science-076:before {
  content: "L";
}
.icon-science-075:before {
  content: "M";
}
.icon-science-062:before {
  content: "N";
}
.icon-science-049:before {
  content: "O";
}
.icon-science-036:before {
  content: "P";
}
.icon-science-035:before {
  content: "Q";
}
.icon-science-048:before {
  content: "R";
}
.icon-science-061:before {
  content: "S";
}
.icon-science-074:before {
  content: "T";
}
.icon-science-073:before {
  content: "U";
}
.icon-science-060:before {
  content: "V";
}
.icon-science-047:before {
  content: "W";
}
.icon-science-034:before {
  content: "X";
}
.icon-science-033:before {
  content: "Y";
}
.icon-science-046:before {
  content: "Z";
}
.icon-science-059:before {
  content: "0";
}
.icon-science-072:before {
  content: "1";
}
.icon-science-071:before {
  content: "2";
}
.icon-science-058:before {
  content: "3";
}
.icon-science-045:before {
  content: "4";
}
.icon-science-032:before {
  content: "5";
}
.icon-science-031:before {
  content: "6";
}
.icon-science-044:before {
  content: "7";
}
.icon-science-057:before {
  content: "8";
}
.icon-science-070:before {
  content: "9";
}
.icon-science-069:before {
  content: "!";
}
.icon-science-056:before {
  content: "\"";
}
.icon-science-043:before {
  content: "#";
}
.icon-science-030:before {
  content: "$";
}
.icon-science-029:before {
  content: "%";
}
.icon-science-042:before {
  content: "&";
}
.icon-science-055:before {
  content: "'";
}
.icon-science-068:before {
  content: "(";
}
.icon-science-067:before {
  content: ")";
}
.icon-science-054:before {
  content: "*";
}
.icon-science-041:before {
  content: "+";
}
.icon-science-028:before {
  content: ",";
}
.icon-science-027:before {
  content: "-";
}
.icon-science-040:before {
  content: ".";
}
.icon-science-053:before {
  content: "/";
}
.icon-science-066:before {
  content: ":";
}
.icon-science-079:before {
  content: ";";
}
.icon-science-092:before {
  content: "<";
}
.icon-science-105:before {
  content: "=";
}
.icon-science-118:before {
  content: ">";
}
.icon-science-131:before {
  content: "?";
}
.icon-science-144:before {
  content: "@";
}
.icon-science-145:before {
  content: "[";
}
.icon-science-132:before {
  content: "]";
}
.icon-science-119:before {
  content: "^";
}
.icon-science-106:before {
  content: "_";
}
.icon-science-093:before {
  content: "`";
}
.icon-science-080:before {
  content: "{";
}
.icon-science-081:before {
  content: "|";
}
.icon-science-094:before {
  content: "}";
}
.icon-science-107:before {
  content: "~";
}
.icon-science-120:before {
  content: "\\";
}
.icon-science-133:before {
  content: "\e000";
}
.icon-science-146:before {
  content: "\e001";
}
.icon-science-147:before {
  content: "\e002";
}
.icon-science-134:before {
  content: "\e003";
}
.icon-science-121:before {
  content: "\e004";
}
.icon-science-108:before {
  content: "\e005";
}
.icon-science-095:before {
  content: "\e006";
}
.icon-science-082:before {
  content: "\e007";
}
.icon-science-083:before {
  content: "\e008";
}
.icon-science-096:before {
  content: "\e009";
}
.icon-science-109:before {
  content: "\e00a";
}
.icon-science-122:before {
  content: "\e00b";
}
.icon-science-135:before {
  content: "\e00c";
}
.icon-science-148:before {
  content: "\e00d";
}
.icon-science-149:before {
  content: "\e00e";
}
.icon-science-136:before {
  content: "\e00f";
}
.icon-science-123:before {
  content: "\e010";
}
.icon-science-110:before {
  content: "\e011";
}
.icon-science-097:before {
  content: "\e012";
}
.icon-science-084:before {
  content: "\e013";
}
.icon-science-085:before {
  content: "\e014";
}
.icon-science-098:before {
  content: "\e015";
}
.icon-science-111:before {
  content: "\e016";
}
.icon-science-124:before {
  content: "\e017";
}
.icon-science-137:before {
  content: "\e018";
}
.icon-science-150:before {
  content: "\e019";
}
.icon-science-151:before {
  content: "\e01a";
}
.icon-science-138:before {
  content: "\e01b";
}
.icon-science-125:before {
  content: "\e01c";
}
.icon-science-112:before {
  content: "\e01d";
}
.icon-science-099:before {
  content: "\e01e";
}
.icon-science-086:before {
  content: "\e01f";
}
.icon-science-087:before {
  content: "\e020";
}
.icon-science-100:before {
  content: "\e021";
}
.icon-science-113:before {
  content: "\e022";
}
.icon-science-126:before {
  content: "\e023";
}
.icon-science-139:before {
  content: "\e024";
}
.icon-science-152:before {
  content: "\e025";
}
.icon-science-153:before {
  content: "\e026";
}
.icon-science-140:before {
  content: "\e027";
}
.icon-science-127:before {
  content: "\e028";
}
.icon-science-114:before {
  content: "\e029";
}
.icon-science-101:before {
  content: "\e02a";
}
.icon-science-088:before {
  content: "\e02b";
}
.icon-science-089:before {
  content: "\e02c";
}
.icon-science-102:before {
  content: "\e02d";
}
.icon-science-115:before {
  content: "\e02e";
}
.icon-science-128:before {
  content: "\e02f";
}
.icon-science-141:before {
  content: "\e030";
}
.icon-science-154:before {
  content: "\e031";
}
.icon-science-155:before {
  content: "\e032";
}
.icon-science-142:before {
  content: "\e033";
}
.icon-science-129:before {
  content: "\e034";
}
.icon-science-116:before {
  content: "\e035";
}
.icon-science-103:before {
  content: "\e036";
}
.icon-science-090:before {
  content: "\e037";
}
.icon-science-091:before {
  content: "\e038";
}
.icon-science-104:before {
  content: "\e039";
}
.icon-science-117:before {
  content: "\e03a";
}
.icon-science-130:before {
  content: "\e03b";
}
.icon-science-143:before {
  content: "\e03c";
}
.icon-science-156:before {
  content: "\e03d";
}
.icon-science-157:before {
  content: "\e03e";
}
.icon-science-158:before {
  content: "\e03f";
}
.icon-science-159:before {
  content: "\e040";
}
.icon-science-160:before {
  content: "\e041";
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/icon-sport/style.css?1657864334897*/
@charset "UTF-8";

@font-face
{
	font-family: "sports-48-x-48";
	src: url("/bitrix/templates/landing24/assets/vendor/icon/icon-sport/font.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

[data-icon-sport]:before
{
	font-family: "sports-48-x-48" !important;
	content: attr(data-icon-sport);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-sport"]:before,
[class*="icon-sport"]:before
{
	font-family: "sports-48-x-48" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/icon-sport/content.css?16578643349026*/
.icon-sport-001:before {
  content: "a";
}
.icon-sport-014:before {
  content: "b";
}
.icon-sport-027:before {
  content: "c";
}
.icon-sport-028:before {
  content: "d";
}
.icon-sport-015:before {
  content: "e";
}
.icon-sport-002:before {
  content: "f";
}
.icon-sport-003:before {
  content: "g";
}
.icon-sport-016:before {
  content: "h";
}
.icon-sport-029:before {
  content: "i";
}
.icon-sport-030:before {
  content: "j";
}
.icon-sport-017:before {
  content: "k";
}
.icon-sport-004:before {
  content: "l";
}
.icon-sport-005:before {
  content: "m";
}
.icon-sport-018:before {
  content: "n";
}
.icon-sport-031:before {
  content: "o";
}
.icon-sport-032:before {
  content: "p";
}
.icon-sport-019:before {
  content: "q";
}
.icon-sport-006:before {
  content: "r";
}
.icon-sport-007:before {
  content: "s";
}
.icon-sport-020:before {
  content: "t";
}
.icon-sport-033:before {
  content: "u";
}
.icon-sport-034:before {
  content: "v";
}
.icon-sport-021:before {
  content: "w";
}
.icon-sport-008:before {
  content: "x";
}
.icon-sport-009:before {
  content: "y";
}
.icon-sport-022:before {
  content: "z";
}
.icon-sport-035:before {
  content: "A";
}
.icon-sport-036:before {
  content: "B";
}
.icon-sport-023:before {
  content: "C";
}
.icon-sport-010:before {
  content: "D";
}
.icon-sport-011:before {
  content: "E";
}
.icon-sport-024:before {
  content: "F";
}
.icon-sport-037:before {
  content: "G";
}
.icon-sport-038:before {
  content: "H";
}
.icon-sport-025:before {
  content: "I";
}
.icon-sport-012:before {
  content: "J";
}
.icon-sport-013:before {
  content: "K";
}
.icon-sport-026:before {
  content: "L";
}
.icon-sport-039:before {
  content: "M";
}
.icon-sport-040:before {
  content: "N";
}
.icon-sport-053:before {
  content: "O";
}
.icon-sport-066:before {
  content: "P";
}
.icon-sport-079:before {
  content: "Q";
}
.icon-sport-080:before {
  content: "R";
}
.icon-sport-067:before {
  content: "S";
}
.icon-sport-054:before {
  content: "T";
}
.icon-sport-041:before {
  content: "U";
}
.icon-sport-042:before {
  content: "V";
}
.icon-sport-055:before {
  content: "W";
}
.icon-sport-068:before {
  content: "X";
}
.icon-sport-081:before {
  content: "Y";
}
.icon-sport-082:before {
  content: "Z";
}
.icon-sport-069:before {
  content: "0";
}
.icon-sport-056:before {
  content: "1";
}
.icon-sport-043:before {
  content: "2";
}
.icon-sport-044:before {
  content: "3";
}
.icon-sport-057:before {
  content: "4";
}
.icon-sport-070:before {
  content: "5";
}
.icon-sport-083:before {
  content: "6";
}
.icon-sport-084:before {
  content: "7";
}
.icon-sport-071:before {
  content: "8";
}
.icon-sport-058:before {
  content: "9";
}
.icon-sport-045:before {
  content: "!";
}
.icon-sport-046:before {
  content: "\"";
}
.icon-sport-059:before {
  content: "#";
}
.icon-sport-072:before {
  content: "$";
}
.icon-sport-085:before {
  content: "%";
}
.icon-sport-086:before {
  content: "&";
}
.icon-sport-073:before {
  content: "'";
}
.icon-sport-060:before {
  content: "(";
}
.icon-sport-047:before {
  content: ")";
}
.icon-sport-048:before {
  content: "*";
}
.icon-sport-061:before {
  content: "+";
}
.icon-sport-074:before {
  content: ",";
}
.icon-sport-087:before {
  content: "-";
}
.icon-sport-075:before {
  content: ".";
}
.icon-sport-062:before {
  content: "/";
}
.icon-sport-049:before {
  content: ":";
}
.icon-sport-050:before {
  content: ";";
}
.icon-sport-063:before {
  content: "<";
}
.icon-sport-064:before {
  content: "=";
}
.icon-sport-051:before {
  content: ">";
}
.icon-sport-052:before {
  content: "?";
}
.icon-sport-065:before {
  content: "@";
}
.icon-sport-078:before {
  content: "[";
}
.icon-sport-091:before {
  content: "]";
}
.icon-sport-090:before {
  content: "^";
}
.icon-sport-077:before {
  content: "_";
}
.icon-sport-076:before {
  content: "`";
}
.icon-sport-089:before {
  content: "{";
}
.icon-sport-088:before {
  content: "|";
}
.icon-sport-092:before {
  content: "}";
}
.icon-sport-105:before {
  content: "~";
}
.icon-sport-118:before {
  content: "\\";
}
.icon-sport-131:before {
  content: "\e000";
}
.icon-sport-144:before {
  content: "\e001";
}
.icon-sport-145:before {
  content: "\e002";
}
.icon-sport-132:before {
  content: "\e003";
}
.icon-sport-119:before {
  content: "\e004";
}
.icon-sport-106:before {
  content: "\e005";
}
.icon-sport-093:before {
  content: "\e006";
}
.icon-sport-094:before {
  content: "\e007";
}
.icon-sport-107:before {
  content: "\e008";
}
.icon-sport-120:before {
  content: "\e009";
}
.icon-sport-133:before {
  content: "\e00a";
}
.icon-sport-146:before {
  content: "\e00b";
}
.icon-sport-147:before {
  content: "\e00c";
}
.icon-sport-134:before {
  content: "\e00d";
}
.icon-sport-121:before {
  content: "\e00e";
}
.icon-sport-108:before {
  content: "\e00f";
}
.icon-sport-095:before {
  content: "\e010";
}
.icon-sport-096:before {
  content: "\e011";
}
.icon-sport-109:before {
  content: "\e012";
}
.icon-sport-122:before {
  content: "\e013";
}
.icon-sport-135:before {
  content: "\e014";
}
.icon-sport-148:before {
  content: "\e015";
}
.icon-sport-149:before {
  content: "\e016";
}
.icon-sport-136:before {
  content: "\e017";
}
.icon-sport-123:before {
  content: "\e018";
}
.icon-sport-110:before {
  content: "\e019";
}
.icon-sport-097:before {
  content: "\e01a";
}
.icon-sport-098:before {
  content: "\e01b";
}
.icon-sport-111:before {
  content: "\e01c";
}
.icon-sport-124:before {
  content: "\e01d";
}
.icon-sport-137:before {
  content: "\e01e";
}
.icon-sport-150:before {
  content: "\e01f";
}
.icon-sport-151:before {
  content: "\e020";
}
.icon-sport-138:before {
  content: "\e021";
}
.icon-sport-125:before {
  content: "\e022";
}
.icon-sport-112:before {
  content: "\e023";
}
.icon-sport-099:before {
  content: "\e024";
}
.icon-sport-100:before {
  content: "\e025";
}
.icon-sport-113:before {
  content: "\e026";
}
.icon-sport-126:before {
  content: "\e027";
}
.icon-sport-139:before {
  content: "\e028";
}
.icon-sport-152:before {
  content: "\e029";
}
.icon-sport-153:before {
  content: "\e02a";
}
.icon-sport-140:before {
  content: "\e02b";
}
.icon-sport-127:before {
  content: "\e02c";
}
.icon-sport-114:before {
  content: "\e02d";
}
.icon-sport-101:before {
  content: "\e02e";
}
.icon-sport-102:before {
  content: "\e02f";
}
.icon-sport-115:before {
  content: "\e030";
}
.icon-sport-128:before {
  content: "\e031";
}
.icon-sport-141:before {
  content: "\e032";
}
.icon-sport-154:before {
  content: "\e033";
}
.icon-sport-155:before {
  content: "\e034";
}
.icon-sport-142:before {
  content: "\e035";
}
.icon-sport-129:before {
  content: "\e036";
}
.icon-sport-116:before {
  content: "\e037";
}
.icon-sport-103:before {
  content: "\e038";
}
.icon-sport-104:before {
  content: "\e039";
}
.icon-sport-117:before {
  content: "\e03a";
}
.icon-sport-130:before {
  content: "\e03b";
}
.icon-sport-143:before {
  content: "\e03c";
}
.icon-sport-156:before {
  content: "\e03d";
}
.icon-sport-157:before {
  content: "\e03e";
}
.icon-sport-170:before {
  content: "\e03f";
}
.icon-sport-183:before {
  content: "\e040";
}
.icon-sport-196:before {
  content: "\e041";
}
.icon-sport-197:before {
  content: "\e042";
}
.icon-sport-184:before {
  content: "\e043";
}
.icon-sport-171:before {
  content: "\e044";
}
.icon-sport-158:before {
  content: "\e045";
}
.icon-sport-159:before {
  content: "\e046";
}
.icon-sport-172:before {
  content: "\e047";
}
.icon-sport-185:before {
  content: "\e048";
}
.icon-sport-198:before {
  content: "\e049";
}
.icon-sport-199:before {
  content: "\e04a";
}
.icon-sport-186:before {
  content: "\e04b";
}
.icon-sport-173:before {
  content: "\e04c";
}
.icon-sport-160:before {
  content: "\e04d";
}
.icon-sport-174:before {
  content: "\e04e";
}
.icon-sport-187:before {
  content: "\e04f";
}
.icon-sport-200:before {
  content: "\e050";
}
.icon-sport-188:before {
  content: "\e051";
}
.icon-sport-175:before {
  content: "\e052";
}
.icon-sport-162:before {
  content: "\e053";
}
.icon-sport-163:before {
  content: "\e054";
}
.icon-sport-176:before {
  content: "\e055";
}
.icon-sport-189:before {
  content: "\e056";
}
.icon-sport-190:before {
  content: "\e057";
}
.icon-sport-177:before {
  content: "\e058";
}
.icon-sport-164:before {
  content: "\e059";
}
.icon-sport-165:before {
  content: "\e05a";
}
.icon-sport-178:before {
  content: "\e05b";
}
.icon-sport-191:before {
  content: "\e05c";
}
.icon-sport-192:before {
  content: "\e05d";
}
.icon-sport-179:before {
  content: "\e05e";
}
.icon-sport-166:before {
  content: "\e05f";
}
.icon-sport-167:before {
  content: "\e060";
}
.icon-sport-180:before {
  content: "\e061";
}
.icon-sport-193:before {
  content: "\e062";
}
.icon-sport-194:before {
  content: "\e063";
}
.icon-sport-181:before {
  content: "\e064";
}
.icon-sport-168:before {
  content: "\e065";
}
.icon-sport-169:before {
  content: "\e066";
}
.icon-sport-182:before {
  content: "\e067";
}
.icon-sport-195:before {
  content: "\e068";
}
.icon-sport-161:before {
  content: "\e069";
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/icon-transport/style.css?1657864236903*/
@charset "UTF-8";

@font-face
{
	font-family: "transport";
	src: url("/bitrix/templates/landing24/assets/vendor/icon/icon-transport/font.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

[data-icon-transport]:before
{
	font-family: "transport" !important;
	content: attr(data-icon-transport);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-transport"]:before,
[class*=" icon-transport"]:before
{
	font-family: "transport" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/icon-transport/content.css?16578642364726*/
.icon-transport-001:before {
  content: "a";
}
.icon-transport-014:before {
  content: "b";
}
.icon-transport-015:before {
  content: "c";
}
.icon-transport-002:before {
  content: "d";
}
.icon-transport-003:before {
  content: "e";
}
.icon-transport-016:before {
  content: "f";
}
.icon-transport-017:before {
  content: "g";
}
.icon-transport-004:before {
  content: "h";
}
.icon-transport-005:before {
  content: "i";
}
.icon-transport-018:before {
  content: "j";
}
.icon-transport-019:before {
  content: "k";
}
.icon-transport-006:before {
  content: "l";
}
.icon-transport-007:before {
  content: "m";
}
.icon-transport-020:before {
  content: "n";
}
.icon-transport-021:before {
  content: "o";
}
.icon-transport-008:before {
  content: "p";
}
.icon-transport-009:before {
  content: "q";
}
.icon-transport-022:before {
  content: "r";
}
.icon-transport-023:before {
  content: "s";
}
.icon-transport-010:before {
  content: "t";
}
.icon-transport-024:before {
  content: "u";
}
.icon-transport-025:before {
  content: "v";
}
.icon-transport-012:before {
  content: "w";
}
.icon-transport-011:before {
  content: "x";
}
.icon-transport-013:before {
  content: "y";
}
.icon-transport-026:before {
  content: "z";
}
.icon-transport-039:before {
  content: "A";
}
.icon-transport-052:before {
  content: "B";
}
.icon-transport-051:before {
  content: "C";
}
.icon-transport-038:before {
  content: "D";
}
.icon-transport-037:before {
  content: "E";
}
.icon-transport-050:before {
  content: "F";
}
.icon-transport-049:before {
  content: "G";
}
.icon-transport-036:before {
  content: "H";
}
.icon-transport-035:before {
  content: "I";
}
.icon-transport-048:before {
  content: "J";
}
.icon-transport-047:before {
  content: "K";
}
.icon-transport-034:before {
  content: "L";
}
.icon-transport-033:before {
  content: "M";
}
.icon-transport-046:before {
  content: "N";
}
.icon-transport-045:before {
  content: "O";
}
.icon-transport-032:before {
  content: "P";
}
.icon-transport-031:before {
  content: "Q";
}
.icon-transport-044:before {
  content: "R";
}
.icon-transport-043:before {
  content: "S";
}
.icon-transport-030:before {
  content: "T";
}
.icon-transport-029:before {
  content: "U";
}
.icon-transport-042:before {
  content: "V";
}
.icon-transport-041:before {
  content: "W";
}
.icon-transport-028:before {
  content: "X";
}
.icon-transport-027:before {
  content: "Y";
}
.icon-transport-040:before {
  content: "Z";
}
.icon-transport-053:before {
  content: "0";
}
.icon-transport-066:before {
  content: "1";
}
.icon-transport-079:before {
  content: "2";
}
.icon-transport-092:before {
  content: "3";
}
.icon-transport-093:before {
  content: "4";
}
.icon-transport-080:before {
  content: "5";
}
.icon-transport-067:before {
  content: "6";
}
.icon-transport-054:before {
  content: "7";
}
.icon-transport-055:before {
  content: "8";
}
.icon-transport-068:before {
  content: "9";
}
.icon-transport-081:before {
  content: "!";
}
.icon-transport-094:before {
  content: "\"";
}
.icon-transport-095:before {
  content: "#";
}
.icon-transport-082:before {
  content: "$";
}
.icon-transport-069:before {
  content: "%";
}
.icon-transport-056:before {
  content: "&";
}
.icon-transport-057:before {
  content: "'";
}
.icon-transport-070:before {
  content: "(";
}
.icon-transport-083:before {
  content: ")";
}
.icon-transport-096:before {
  content: "*";
}
.icon-transport-097:before {
  content: "+";
}
.icon-transport-084:before {
  content: ",";
}
.icon-transport-071:before {
  content: "-";
}
.icon-transport-058:before {
  content: ".";
}
.icon-transport-059:before {
  content: "/";
}
.icon-transport-072:before {
  content: ":";
}
.icon-transport-085:before {
  content: ";";
}
.icon-transport-098:before {
  content: "<";
}
.icon-transport-099:before {
  content: "=";
}
.icon-transport-086:before {
  content: ">";
}
.icon-transport-073:before {
  content: "?";
}
.icon-transport-060:before {
  content: "@";
}
.icon-transport-061:before {
  content: "[";
}
.icon-transport-074:before {
  content: "]";
}
.icon-transport-087:before {
  content: "^";
}
.icon-transport-100:before {
  content: "_";
}
.icon-transport-088:before {
  content: "`";
}
.icon-transport-075:before {
  content: "{";
}
.icon-transport-076:before {
  content: "|";
}
.icon-transport-089:before {
  content: "}";
}
.icon-transport-090:before {
  content: "~";
}
.icon-transport-077:before {
  content: "\\";
}
.icon-transport-078:before {
  content: "\e000";
}
.icon-transport-091:before {
  content: "\e001";
}
.icon-transport-065:before {
  content: "\e002";
}
.icon-transport-064:before {
  content: "\e003";
}
.icon-transport-063:before {
  content: "\e004";
}
.icon-transport-062:before {
  content: "\e005";
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/icon-travel/style.css?1657864236879*/
@charset "UTF-8";

@font-face
{
	font-family: "travel";
	src: url("/bitrix/templates/landing24/assets/vendor/icon/icon-travel/font.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

[data-icon-travel]:before
{
	font-family: "travel" !important;
	content: attr(data-icon-travel);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-travel"]:before,
[class*=" icon-travel"]:before
{
	font-family: "travel" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/icon-travel/content.css?16578642366826*/
.icon-travel-001:before {
  content: "a";
}
.icon-travel-014:before {
  content: "b";
}
.icon-travel-015:before {
  content: "c";
}
.icon-travel-002:before {
  content: "d";
}
.icon-travel-003:before {
  content: "e";
}
.icon-travel-016:before {
  content: "f";
}
.icon-travel-017:before {
  content: "g";
}
.icon-travel-004:before {
  content: "h";
}
.icon-travel-005:before {
  content: "i";
}
.icon-travel-018:before {
  content: "j";
}
.icon-travel-019:before {
  content: "k";
}
.icon-travel-006:before {
  content: "l";
}
.icon-travel-007:before {
  content: "m";
}
.icon-travel-020:before {
  content: "n";
}
.icon-travel-021:before {
  content: "o";
}
.icon-travel-008:before {
  content: "p";
}
.icon-travel-009:before {
  content: "q";
}
.icon-travel-022:before {
  content: "r";
}
.icon-travel-023:before {
  content: "s";
}
.icon-travel-010:before {
  content: "t";
}
.icon-travel-011:before {
  content: "u";
}
.icon-travel-024:before {
  content: "v";
}
.icon-travel-025:before {
  content: "w";
}
.icon-travel-012:before {
  content: "x";
}
.icon-travel-013:before {
  content: "y";
}
.icon-travel-026:before {
  content: "z";
}
.icon-travel-039:before {
  content: "A";
}
.icon-travel-052:before {
  content: "B";
}
.icon-travel-065:before {
  content: "C";
}
.icon-travel-064:before {
  content: "D";
}
.icon-travel-051:before {
  content: "E";
}
.icon-travel-038:before {
  content: "F";
}
.icon-travel-037:before {
  content: "G";
}
.icon-travel-050:before {
  content: "H";
}
.icon-travel-063:before {
  content: "I";
}
.icon-travel-062:before {
  content: "J";
}
.icon-travel-049:before {
  content: "K";
}
.icon-travel-036:before {
  content: "L";
}
.icon-travel-035:before {
  content: "M";
}
.icon-travel-048:before {
  content: "N";
}
.icon-travel-061:before {
  content: "O";
}
.icon-travel-060:before {
  content: "P";
}
.icon-travel-047:before {
  content: "Q";
}
.icon-travel-034:before {
  content: "R";
}
.icon-travel-033:before {
  content: "S";
}
.icon-travel-046:before {
  content: "T";
}
.icon-travel-059:before {
  content: "U";
}
.icon-travel-058:before {
  content: "V";
}
.icon-travel-045:before {
  content: "W";
}
.icon-travel-032:before {
  content: "X";
}
.icon-travel-031:before {
  content: "Y";
}
.icon-travel-044:before {
  content: "Z";
}
.icon-travel-057:before {
  content: "0";
}
.icon-travel-056:before {
  content: "1";
}
.icon-travel-043:before {
  content: "2";
}
.icon-travel-030:before {
  content: "3";
}
.icon-travel-029:before {
  content: "4";
}
.icon-travel-042:before {
  content: "5";
}
.icon-travel-055:before {
  content: "6";
}
.icon-travel-054:before {
  content: "7";
}
.icon-travel-041:before {
  content: "8";
}
.icon-travel-028:before {
  content: "9";
}
.icon-travel-027:before {
  content: "!";
}
.icon-travel-040:before {
  content: "\"";
}
.icon-travel-053:before {
  content: "#";
}
.icon-travel-066:before {
  content: "$";
}
.icon-travel-079:before {
  content: "%";
}
.icon-travel-092:before {
  content: "&";
}
.icon-travel-105:before {
  content: "'";
}
.icon-travel-106:before {
  content: "(";
}
.icon-travel-093:before {
  content: ")";
}
.icon-travel-080:before {
  content: "*";
}
.icon-travel-067:before {
  content: "+";
}
.icon-travel-068:before {
  content: ",";
}
.icon-travel-081:before {
  content: "-";
}
.icon-travel-094:before {
  content: ".";
}
.icon-travel-107:before {
  content: "/";
}
.icon-travel-108:before {
  content: ":";
}
.icon-travel-095:before {
  content: ";";
}
.icon-travel-082:before {
  content: "<";
}
.icon-travel-069:before {
  content: "=";
}
.icon-travel-070:before {
  content: ">";
}
.icon-travel-083:before {
  content: "?";
}
.icon-travel-096:before {
  content: "@";
}
.icon-travel-109:before {
  content: "[";
}
.icon-travel-110:before {
  content: "]";
}
.icon-travel-097:before {
  content: "^";
}
.icon-travel-084:before {
  content: "_";
}
.icon-travel-071:before {
  content: "`";
}
.icon-travel-072:before {
  content: "{";
}
.icon-travel-085:before {
  content: "|";
}
.icon-travel-098:before {
  content: "}";
}
.icon-travel-111:before {
  content: "~";
}
.icon-travel-112:before {
  content: "\\";
}
.icon-travel-099:before {
  content: "\e000";
}
.icon-travel-086:before {
  content: "\e001";
}
.icon-travel-073:before {
  content: "\e002";
}
.icon-travel-074:before {
  content: "\e003";
}
.icon-travel-087:before {
  content: "\e004";
}
.icon-travel-100:before {
  content: "\e005";
}
.icon-travel-113:before {
  content: "\e006";
}
.icon-travel-114:before {
  content: "\e007";
}
.icon-travel-101:before {
  content: "\e008";
}
.icon-travel-088:before {
  content: "\e009";
}
.icon-travel-075:before {
  content: "\e00a";
}
.icon-travel-076:before {
  content: "\e00b";
}
.icon-travel-089:before {
  content: "\e00c";
}
.icon-travel-102:before {
  content: "\e00d";
}
.icon-travel-115:before {
  content: "\e00e";
}
.icon-travel-116:before {
  content: "\e00f";
}
.icon-travel-103:before {
  content: "\e010";
}
.icon-travel-090:before {
  content: "\e011";
}
.icon-travel-077:before {
  content: "\e012";
}
.icon-travel-091:before {
  content: "\e013";
}
.icon-travel-104:before {
  content: "\e014";
}
.icon-travel-117:before {
  content: "\e015";
}
.icon-travel-078:before {
  content: "\e016";
}
.icon-travel-130:before {
  content: "\e017";
}
.icon-travel-143:before {
  content: "\e018";
}
.icon-travel-142:before {
  content: "\e019";
}
.icon-travel-129:before {
  content: "\e01a";
}
.icon-travel-128:before {
  content: "\e01b";
}
.icon-travel-141:before {
  content: "\e01c";
}
.icon-travel-140:before {
  content: "\e01d";
}
.icon-travel-127:before {
  content: "\e01e";
}
.icon-travel-126:before {
  content: "\e01f";
}
.icon-travel-139:before {
  content: "\e020";
}
.icon-travel-138:before {
  content: "\e021";
}
.icon-travel-125:before {
  content: "\e022";
}
.icon-travel-124:before {
  content: "\e023";
}
.icon-travel-137:before {
  content: "\e024";
}
.icon-travel-150:before {
  content: "\e025";
}
.icon-travel-149:before {
  content: "\e026";
}
.icon-travel-136:before {
  content: "\e027";
}
.icon-travel-123:before {
  content: "\e028";
}
.icon-travel-122:before {
  content: "\e029";
}
.icon-travel-135:before {
  content: "\e02a";
}
.icon-travel-148:before {
  content: "\e02b";
}
.icon-travel-147:before {
  content: "\e02c";
}
.icon-travel-134:before {
  content: "\e02d";
}
.icon-travel-121:before {
  content: "\e02e";
}
.icon-travel-120:before {
  content: "\e02f";
}
.icon-travel-133:before {
  content: "\e030";
}
.icon-travel-146:before {
  content: "\e031";
}
.icon-travel-145:before {
  content: "\e032";
}
.icon-travel-132:before {
  content: "\e033";
}
.icon-travel-119:before {
  content: "\e034";
}
.icon-travel-118:before {
  content: "\e035";
}
.icon-travel-131:before {
  content: "\e036";
}
.icon-travel-144:before {
  content: "\e037";
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/icon-weather/style.css?1657864236887*/
@charset "UTF-8";

@font-face
{
	font-family: "weather";
	src: url("/bitrix/templates/landing24/assets/vendor/icon/icon-weather/font.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

[data-icon-weather]:before
{
	font-family: "weather" !important;
	content: attr(data-icon-weather);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-weather"]:before,
[class*=" icon-weather"]:before
{
	font-family: "weather" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/icon-weather/content.css?16578642362700*/
.icon-weather-001:before {
  content: "a";
}
.icon-weather-014:before {
  content: "b";
}
.icon-weather-027:before {
  content: "c";
}
.icon-weather-040:before {
  content: "d";
}
.icon-weather-053:before {
  content: "e";
}
.icon-weather-054:before {
  content: "f";
}
.icon-weather-041:before {
  content: "g";
}
.icon-weather-028:before {
  content: "h";
}
.icon-weather-015:before {
  content: "i";
}
.icon-weather-002:before {
  content: "j";
}
.icon-weather-003:before {
  content: "k";
}
.icon-weather-016:before {
  content: "l";
}
.icon-weather-029:before {
  content: "m";
}
.icon-weather-042:before {
  content: "n";
}
.icon-weather-055:before {
  content: "o";
}
.icon-weather-056:before {
  content: "p";
}
.icon-weather-043:before {
  content: "q";
}
.icon-weather-030:before {
  content: "r";
}
.icon-weather-017:before {
  content: "s";
}
.icon-weather-004:before {
  content: "t";
}
.icon-weather-005:before {
  content: "u";
}
.icon-weather-018:before {
  content: "v";
}
.icon-weather-031:before {
  content: "w";
}
.icon-weather-044:before {
  content: "x";
}
.icon-weather-057:before {
  content: "y";
}
.icon-weather-058:before {
  content: "z";
}
.icon-weather-045:before {
  content: "A";
}
.icon-weather-032:before {
  content: "B";
}
.icon-weather-019:before {
  content: "C";
}
.icon-weather-006:before {
  content: "D";
}
.icon-weather-007:before {
  content: "E";
}
.icon-weather-020:before {
  content: "F";
}
.icon-weather-033:before {
  content: "G";
}
.icon-weather-046:before {
  content: "H";
}
.icon-weather-059:before {
  content: "I";
}
.icon-weather-060:before {
  content: "J";
}
.icon-weather-047:before {
  content: "K";
}
.icon-weather-034:before {
  content: "L";
}
.icon-weather-021:before {
  content: "M";
}
.icon-weather-008:before {
  content: "N";
}
.icon-weather-009:before {
  content: "O";
}
.icon-weather-022:before {
  content: "P";
}
.icon-weather-035:before {
  content: "Q";
}
.icon-weather-048:before {
  content: "R";
}
.icon-weather-049:before {
  content: "S";
}
.icon-weather-036:before {
  content: "T";
}
.icon-weather-023:before {
  content: "U";
}
.icon-weather-010:before {
  content: "V";
}
.icon-weather-011:before {
  content: "W";
}
.icon-weather-024:before {
  content: "X";
}
.icon-weather-037:before {
  content: "Y";
}
.icon-weather-050:before {
  content: "Z";
}
.icon-weather-051:before {
  content: "0";
}
.icon-weather-038:before {
  content: "1";
}
.icon-weather-025:before {
  content: "2";
}
.icon-weather-012:before {
  content: "3";
}
.icon-weather-013:before {
  content: "4";
}
.icon-weather-026:before {
  content: "5";
}
.icon-weather-039:before {
  content: "6";
}
.icon-weather-052:before {
  content: "7";
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/fa6/all.css?1657866598180890*/
/*!
 * Font Awesome Pro 6.0.0-beta1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
	font-family: 'Font Awesome 6 Pro';
	font-style: normal;
	font-weight: 300;
	font-display: block;
	src: url("/bitrix/templates/landing24/assets/vendor/icon/fal/font.woff2") format("woff2");
}
.fal, .fa.fal {
	font-family: 'Font Awesome 6 Pro';
	font-weight: 300;
}

@font-face {
	font-family: 'Font Awesome 6 Pro';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("/bitrix/templates/landing24/assets/vendor/icon/far/font.woff2") format("woff2");
}
.far, .fa {
	font-family: 'Font Awesome 6 Pro';
	font-weight: 400;
}

@font-face {
	font-family: 'Font Awesome 6 Pro';
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url("/bitrix/templates/landing24/assets/vendor/icon/fas/font.woff2") format("woff2");
}
.fas, .fa.fas {
	font-family: 'Font Awesome 6 Pro';
	font-weight: 900;
}

@font-face {
	font-family: 'Font Awesome 6 Pro';
	font-style: normal;
	font-weight: 100;
	font-display: block;
	src: url("/bitrix/templates/landing24/assets/vendor/icon/fat/font.woff2") format("woff2");
}
.fat, .fa.fat {
	font-family: 'Font Awesome 6 Pro';
	font-weight: 100;
}

.fa,
.fas,
.far,
.fal,
.fat,
.fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
}
.fa-0::before {
	content: "\30";
}
.fa-1::before {
	content: "\31";
}
.fa-2::before {
	content: "\32";
}
.fa-3::before {
	content: "\33";
}
.fa-4::before {
	content: "\34";
}
.fa-5::before {
	content: "\35";
}
.fa-6::before {
	content: "\36";
}
.fa-7::before {
	content: "\37";
}
.fa-8::before {
	content: "\38";
}
.fa-9::before {
	content: "\39";
}
.fa-360-degrees::before {
	content: "\e2dc";
}
.fa-a::before {
	content: "\41";
}
.fa-abacus::before {
	content: "\f640";
}
.fa-accent-grave::before {
	content: "\60";
}
.fa-acorn::before {
	content: "\f6ae";
}
.fa-address-book::before {
	content: "\f2b9";
}
.fa-contact-book::before {
	content: "\f2b9";
}
.fa-address-card::before {
	content: "\f2bb";
}
.fa-contact-card::before {
	content: "\f2bb";
}
.fa-vcard::before {
	content: "\f2bb";
}
.fa-air-conditioner::before {
	content: "\f8f4";
}
.fa-airplay::before {
	content: "\e089";
}
.fa-alarm-clock::before {
	content: "\f34e";
}
.fa-alarm-exclamation::before {
	content: "\f843";
}
.fa-alarm-plus::before {
	content: "\f844";
}
.fa-alarm-snooze::before {
	content: "\f845";
}
.fa-album::before {
	content: "\f89f";
}
.fa-album-collection::before {
	content: "\f8a0";
}
.fa-alicorn::before {
	content: "\f6b0";
}
.fa-alien::before {
	content: "\f8f5";
}
.fa-alien-8bit::before {
	content: "\f8f6";
}
.fa-alien-monster::before {
	content: "\f8f6";
}
.fa-align-center::before {
	content: "\f037";
}
.fa-align-justify::before {
	content: "\f039";
}
.fa-align-left::before {
	content: "\f036";
}
.fa-align-right::before {
	content: "\f038";
}
.fa-align-slash::before {
	content: "\f846";
}
.fa-alt::before {
	content: "\e08a";
}
.fa-amp-guitar::before {
	content: "\f8a1";
}
.fa-ampersand::before {
	content: "\26";
}
.fa-anchor::before {
	content: "\f13d";
}
.fa-angel::before {
	content: "\f779";
}
.fa-angle::before {
	content: "\e08c";
}
.fa-angle-90::before {
	content: "\e08d";
}
.fa-angle-down::before {
	content: "\f107";
}
.fa-angle-left::before {
	content: "\f104";
}
.fa-angle-right::before {
	content: "\f105";
}
.fa-angle-up::before {
	content: "\f106";
}
.fa-angles-down::before {
	content: "\f103";
}
.fa-angle-double-down::before {
	content: "\f103";
}
.fa-angles-left::before {
	content: "\f100";
}
.fa-angle-double-left::before {
	content: "\f100";
}
.fa-angles-right::before {
	content: "\f101";
}
.fa-angle-double-right::before {
	content: "\f101";
}
.fa-angles-up::before {
	content: "\f102";
}
.fa-angle-double-up::before {
	content: "\f102";
}
.fa-ankh::before {
	content: "\f644";
}
.fa-aperture::before {
	content: "\e2df";
}
.fa-apostrophe::before {
	content: "\27";
}
.fa-apple-core::before {
	content: "\e08f";
}
.fa-apple-whole::before {
	content: "\f5d1";
}
.fa-apple-alt::before {
	content: "\f5d1";
}
.fa-archway::before {
	content: "\f557";
}
.fa-arrow-down::before {
	content: "\f063";
}
.fa-arrow-down-1-9::before {
	content: "\f162";
}
.fa-sort-numeric-asc::before {
	content: "\f162";
}
.fa-sort-numeric-down::before {
	content: "\f162";
}
.fa-arrow-down-9-1::before {
	content: "\f886";
}
.fa-sort-numeric-desc::before {
	content: "\f886";
}
.fa-sort-numeric-down-alt::before {
	content: "\f886";
}
.fa-arrow-down-a-z::before {
	content: "\f15d";
}
.fa-sort-alpha-asc::before {
	content: "\f15d";
}
.fa-sort-alpha-down::before {
	content: "\f15d";
}
.fa-arrow-down-arrow-up::before {
	content: "\f883";
}
.fa-sort-alt::before {
	content: "\f883";
}
.fa-arrow-down-big-small::before {
	content: "\f88c";
}
.fa-sort-size-down::before {
	content: "\f88c";
}
.fa-arrow-down-from-dotted-line::before {
	content: "\e090";
}
.fa-arrow-down-from-line::before {
	content: "\f345";
}
.fa-arrow-from-top::before {
	content: "\f345";
}
.fa-arrow-down-left::before {
	content: "\e091";
}
.fa-arrow-down-left-and-arrow-up-right-to-center::before {
	content: "\e092";
}
.fa-arrow-down-long::before {
	content: "\f175";
}
.fa-long-arrow-down::before {
	content: "\f175";
}
.fa-arrow-down-right::before {
	content: "\e093";
}
.fa-arrow-down-short-wide::before {
	content: "\f884";
}
.fa-sort-amount-desc::before {
	content: "\f884";
}
.fa-sort-amount-down-alt::before {
	content: "\f884";
}
.fa-arrow-down-small-big::before {
	content: "\f88d";
}
.fa-sort-size-down-alt::before {
	content: "\f88d";
}
.fa-arrow-down-square-triangle::before {
	content: "\f889";
}
.fa-sort-shapes-down-alt::before {
	content: "\f889";
}
.fa-arrow-down-to-bracket::before {
	content: "\e094";
}
.fa-arrow-down-to-dotted-line::before {
	content: "\e095";
}
.fa-arrow-down-to-line::before {
	content: "\f33d";
}
.fa-arrow-to-bottom::before {
	content: "\f33d";
}
.fa-arrow-down-to-square::before {
	content: "\e096";
}
.fa-arrow-down-triangle-square::before {
	content: "\f888";
}
.fa-sort-shapes-down::before {
	content: "\f888";
}
.fa-arrow-down-wide-short::before {
	content: "\f160";
}
.fa-sort-amount-asc::before {
	content: "\f160";
}
.fa-sort-amount-down::before {
	content: "\f160";
}
.fa-arrow-down-z-a::before {
	content: "\f881";
}
.fa-sort-alpha-desc::before {
	content: "\f881";
}
.fa-sort-alpha-down-alt::before {
	content: "\f881";
}
.fa-arrow-left::before {
	content: "\f060";
}
.fa-arrow-left-from-line::before {
	content: "\f344";
}
.fa-arrow-from-right::before {
	content: "\f344";
}
.fa-arrow-left-long::before {
	content: "\f177";
}
.fa-long-arrow-left::before {
	content: "\f177";
}
.fa-arrow-left-long-to-line::before {
	content: "\e3d4";
}
.fa-arrow-left-to-line::before {
	content: "\f33e";
}
.fa-arrow-to-left::before {
	content: "\f33e";
}
.fa-arrow-pointer::before {
	content: "\f245";
}
.fa-mouse-pointer::before {
	content: "\f245";
}
.fa-arrow-right::before {
	content: "\f061";
}
.fa-arrow-right-arrow-left::before {
	content: "\f0ec";
}
.fa-exchange::before {
	content: "\f0ec";
}
.fa-arrow-right-from-bracket::before {
	content: "\f08b";
}
.fa-sign-out::before {
	content: "\f08b";
}
.fa-arrow-right-from-line::before {
	content: "\f343";
}
.fa-arrow-from-left::before {
	content: "\f343";
}
.fa-arrow-right-long::before {
	content: "\f178";
}
.fa-long-arrow-right::before {
	content: "\f178";
}
.fa-arrow-right-long-to-line::before {
	content: "\e3d5";
}
.fa-arrow-right-to-bracket::before {
	content: "\f090";
}
.fa-sign-in::before {
	content: "\f090";
}
.fa-arrow-right-to-line::before {
	content: "\f340";
}
.fa-arrow-to-right::before {
	content: "\f340";
}
.fa-arrow-rotate-left::before {
	content: "\f0e2";
}
.fa-arrow-left-rotate::before {
	content: "\f0e2";
}
.fa-arrow-rotate-back::before {
	content: "\f0e2";
}
.fa-arrow-rotate-backward::before {
	content: "\f0e2";
}
.fa-undo::before {
	content: "\f0e2";
}
.fa-arrow-rotate-right::before {
	content: "\f01e";
}
.fa-arrow-right-rotate::before {
	content: "\f01e";
}
.fa-arrow-rotate-forward::before {
	content: "\f01e";
}
.fa-redo::before {
	content: "\f01e";
}
.fa-arrow-trend-down::before {
	content: "\e097";
}
.fa-arrow-trend-up::before {
	content: "\e098";
}
.fa-arrow-turn-down::before {
	content: "\f149";
}
.fa-level-down::before {
	content: "\f149";
}
.fa-arrow-turn-down-left::before {
	content: "\e2e1";
}
.fa-arrow-turn-down-right::before {
	content: "\e3d6";
}
.fa-arrow-turn-up::before {
	content: "\f148";
}
.fa-level-up::before {
	content: "\f148";
}
.fa-arrow-up::before {
	content: "\f062";
}
.fa-arrow-up-1-9::before {
	content: "\f163";
}
.fa-sort-numeric-up::before {
	content: "\f163";
}
.fa-arrow-up-9-1::before {
	content: "\f887";
}
.fa-sort-numeric-up-alt::before {
	content: "\f887";
}
.fa-arrow-up-a-z::before {
	content: "\f15e";
}
.fa-sort-alpha-up::before {
	content: "\f15e";
}
.fa-arrow-up-arrow-down::before {
	content: "\e099";
}
.fa-sort-up-down::before {
	content: "\e099";
}
.fa-arrow-up-big-small::before {
	content: "\f88e";
}
.fa-sort-size-up::before {
	content: "\f88e";
}
.fa-arrow-up-from-bracket::before {
	content: "\e09a";
}
.fa-arrow-up-from-dotted-line::before {
	content: "\e09b";
}
.fa-arrow-up-from-line::before {
	content: "\f342";
}
.fa-arrow-from-bottom::before {
	content: "\f342";
}
.fa-arrow-up-from-square::before {
	content: "\e09c";
}
.fa-arrow-up-left::before {
	content: "\e09d";
}
.fa-arrow-up-left-from-circle::before {
	content: "\e09e";
}
.fa-arrow-up-long::before {
	content: "\f176";
}
.fa-long-arrow-up::before {
	content: "\f176";
}
.fa-arrow-up-right::before {
	content: "\e09f";
}
.fa-arrow-up-right-and-arrow-down-left-from-center::before {
	content: "\e0a0";
}
.fa-arrow-up-right-from-square::before {
	content: "\f08e";
}
.fa-external-link::before {
	content: "\f08e";
}
.fa-arrow-up-short-wide::before {
	content: "\f885";
}
.fa-sort-amount-up-alt::before {
	content: "\f885";
}
.fa-arrow-up-small-big::before {
	content: "\f88f";
}
.fa-sort-size-up-alt::before {
	content: "\f88f";
}
.fa-arrow-up-square-triangle::before {
	content: "\f88b";
}
.fa-sort-shapes-up-alt::before {
	content: "\f88b";
}
.fa-arrow-up-to-dotted-line::before {
	content: "\e0a1";
}
.fa-arrow-up-to-line::before {
	content: "\f341";
}
.fa-arrow-to-top::before {
	content: "\f341";
}
.fa-arrow-up-triangle-square::before {
	content: "\f88a";
}
.fa-sort-shapes-up::before {
	content: "\f88a";
}
.fa-arrow-up-wide-short::before {
	content: "\f161";
}
.fa-sort-amount-up::before {
	content: "\f161";
}
.fa-arrow-up-z-a::before {
	content: "\f882";
}
.fa-sort-alpha-up-alt::before {
	content: "\f882";
}
.fa-arrows-cross::before {
	content: "\e0a2";
}
.fa-arrows-from-dotted-line::before {
	content: "\e0a3";
}
.fa-arrows-from-line::before {
	content: "\e0a4";
}
.fa-arrows-left-right::before {
	content: "\f07e";
}
.fa-arrows-h::before {
	content: "\f07e";
}
.fa-arrows-maximize::before {
	content: "\f31d";
}
.fa-expand-arrows::before {
	content: "\f31d";
}
.fa-arrows-minimize::before {
	content: "\e0a5";
}
.fa-compress-arrows::before {
	content: "\e0a5";
}
.fa-arrows-repeat::before {
	content: "\f364";
}
.fa-repeat-alt::before {
	content: "\f364";
}
.fa-arrows-repeat-1::before {
	content: "\f366";
}
.fa-repeat-1-alt::before {
	content: "\f366";
}
.fa-arrows-retweet::before {
	content: "\f361";
}
.fa-retweet-alt::before {
	content: "\f361";
}
.fa-arrows-rotate::before {
	content: "\f021";
}
.fa-refresh::before {
	content: "\f021";
}
.fa-sync::before {
	content: "\f021";
}
.fa-arrows-to-dotted-line::before {
	content: "\e0a6";
}
.fa-arrows-to-line::before {
	content: "\e0a7";
}
.fa-arrows-up-down::before {
	content: "\f07d";
}
.fa-arrows-v::before {
	content: "\f07d";
}
.fa-arrows-up-down-left-right::before {
	content: "\f047";
}
.fa-arrows::before {
	content: "\f047";
}
.fa-asterisk::before {
	content: "\2a";
}
.fa-at::before {
	content: "\40";
}
.fa-atom::before {
	content: "\f5d2";
}
.fa-atom-simple::before {
	content: "\f5d3";
}
.fa-atom-alt::before {
	content: "\f5d3";
}
.fa-audio-description::before {
	content: "\f29e";
}
.fa-audio-description-slash::before {
	content: "\e0a8";
}
.fa-austral-sign::before {
	content: "\e0a9";
}
.fa-avocado::before {
	content: "\e0aa";
}
.fa-award::before {
	content: "\f559";
}
.fa-award-simple::before {
	content: "\e0ab";
}
.fa-axe::before {
	content: "\f6b2";
}
.fa-axe-battle::before {
	content: "\f6b3";
}
.fa-b::before {
	content: "\42";
}
.fa-baby::before {
	content: "\f77c";
}
.fa-baby-carriage::before {
	content: "\f77d";
}
.fa-carriage-baby::before {
	content: "\f77d";
}
.fa-backpack::before {
	content: "\f5d4";
}
.fa-backward::before {
	content: "\f04a";
}
.fa-backward-fast::before {
	content: "\f049";
}
.fa-fast-backward::before {
	content: "\f049";
}
.fa-backward-step::before {
	content: "\f048";
}
.fa-step-backward::before {
	content: "\f048";
}
.fa-bacon::before {
	content: "\f7e5";
}
.fa-bacteria::before {
	content: "\e059";
}
.fa-bacterium::before {
	content: "\e05a";
}
.fa-badge::before {
	content: "\f335";
}
.fa-badge-check::before {
	content: "\f336";
}
.fa-badge-dollar::before {
	content: "\f645";
}
.fa-badge-percent::before {
	content: "\f646";
}
.fa-badge-sheriff::before {
	content: "\f8a2";
}
.fa-badger-honey::before {
	content: "\f6b4";
}
.fa-badminton::before {
	content: "\e33a";
}
.fa-bag-shopping::before {
	content: "\f290";
}
.fa-shopping-bag::before {
	content: "\f290";
}
.fa-bagel::before {
	content: "\e3d7";
}
.fa-bags-shopping::before {
	content: "\f847";
}
.fa-baguette::before {
	content: "\e3d8";
}
.fa-bahai::before {
	content: "\f666";
}
.fa-baht-sign::before {
	content: "\e0ac";
}
.fa-ball-pile::before {
	content: "\f77e";
}
.fa-balloon::before {
	content: "\e2e3";
}
.fa-balloons::before {
	content: "\e2e4";
}
.fa-ballot::before {
	content: "\f732";
}
.fa-ballot-check::before {
	content: "\f733";
}
.fa-ban::before {
	content: "\f05e";
}
.fa-cancel::before {
	content: "\f05e";
}
.fa-ban-bug::before {
	content: "\f7f9";
}
.fa-debug::before {
	content: "\f7f9";
}
.fa-ban-parking::before {
	content: "\f616";
}
.fa-parking-circle-slash::before {
	content: "\f616";
}
.fa-ban-smoking::before {
	content: "\f54d";
}
.fa-smoking-ban::before {
	content: "\f54d";
}
.fa-banana::before {
	content: "\e2e5";
}
.fa-bandage::before {
	content: "\f462";
}
.fa-band-aid::before {
	content: "\f462";
}
.fa-bangladeshi-taka-sign::before {
	content: "\e2e6";
}
.fa-banjo::before {
	content: "\f8a3";
}
.fa-bank::before {
	content: "\f19c";
}
.fa-institution::before {
	content: "\f19c";
}
.fa-university::before {
	content: "\f19c";
}
.fa-barcode::before {
	content: "\f02a";
}
.fa-barcode-read::before {
	content: "\f464";
}
.fa-barcode-scan::before {
	content: "\f465";
}
.fa-bars::before {
	content: "\f0c9";
}
.fa-navicon::before {
	content: "\f0c9";
}
.fa-bars-filter::before {
	content: "\e0ad";
}
.fa-bars-progress::before {
	content: "\f828";
}
.fa-tasks-alt::before {
	content: "\f828";
}
.fa-bars-sort::before {
	content: "\e0ae";
}
.fa-bars-staggered::before {
	content: "\f550";
}
.fa-reorder::before {
	content: "\f550";
}
.fa-stream::before {
	content: "\f550";
}
.fa-baseball::before {
	content: "\f433";
}
.fa-baseball-ball::before {
	content: "\f433";
}
.fa-baseball-bat-ball::before {
	content: "\f432";
}
.fa-basket-shopping::before {
	content: "\f291";
}
.fa-shopping-basket::before {
	content: "\f291";
}
.fa-basket-shopping-simple::before {
	content: "\e0af";
}
.fa-shopping-basket-alt::before {
	content: "\e0af";
}
.fa-basketball::before {
	content: "\f434";
}
.fa-basketball-ball::before {
	content: "\f434";
}
.fa-basketball-hoop::before {
	content: "\f435";
}
.fa-bat::before {
	content: "\f6b5";
}
.fa-bath::before {
	content: "\f2cd";
}
.fa-bathtub::before {
	content: "\f2cd";
}
.fa-battery-bolt::before {
	content: "\f376";
}
.fa-battery-empty::before {
	content: "\f244";
}
.fa-battery-0::before {
	content: "\f244";
}
.fa-battery-exclamation::before {
	content: "\e0b0";
}
.fa-battery-full::before {
	content: "\f240";
}
.fa-battery::before {
	content: "\f240";
}
.fa-battery-5::before {
	content: "\f240";
}
.fa-battery-half::before {
	content: "\f242";
}
.fa-battery-3::before {
	content: "\f242";
}
.fa-battery-low::before {
	content: "\e0b1";
}
.fa-battery-1::before {
	content: "\e0b1";
}
.fa-battery-quarter::before {
	content: "\f243";
}
.fa-battery-2::before {
	content: "\f243";
}
.fa-battery-slash::before {
	content: "\f377";
}
.fa-battery-three-quarters::before {
	content: "\f241";
}
.fa-battery-4::before {
	content: "\f241";
}
.fa-bed::before {
	content: "\f236";
}
.fa-bed-bunk::before {
	content: "\f8f8";
}
.fa-bed-empty::before {
	content: "\f8f9";
}
.fa-bed-front::before {
	content: "\f8f7";
}
.fa-bed-alt::before {
	content: "\f8f7";
}
.fa-bed-pulse::before {
	content: "\f487";
}
.fa-procedures::before {
	content: "\f487";
}
.fa-bee::before {
	content: "\e0b2";
}
.fa-beer-mug::before {
	content: "\e0b3";
}
.fa-beer-foam::before {
	content: "\e0b3";
}
.fa-beer-mug-empty::before {
	content: "\f0fc";
}
.fa-beer::before {
	content: "\f0fc";
}
.fa-bell::before {
	content: "\f0f3";
}
.fa-bell-concierge::before {
	content: "\f562";
}
.fa-concierge-bell::before {
	content: "\f562";
}
.fa-bell-exclamation::before {
	content: "\f848";
}
.fa-bell-on::before {
	content: "\f8fa";
}
.fa-bell-plus::before {
	content: "\f849";
}
.fa-bell-school::before {
	content: "\f5d5";
}
.fa-bell-school-slash::before {
	content: "\f5d6";
}
.fa-bell-slash::before {
	content: "\f1f6";
}
.fa-bells::before {
	content: "\f77f";
}
.fa-bench-tree::before {
	content: "\e2e7";
}
.fa-bezier-curve::before {
	content: "\f55b";
}
.fa-bicycle::before {
	content: "\f206";
}
.fa-binary::before {
	content: "\e33b";
}
.fa-binary-circle-check::before {
	content: "\e33c";
}
.fa-binary-lock::before {
	content: "\e33d";
}
.fa-binary-slash::before {
	content: "\e33e";
}
.fa-binoculars::before {
	content: "\f1e5";
}
.fa-biohazard::before {
	content: "\f780";
}
.fa-bitcoin-sign::before {
	content: "\e0b4";
}
.fa-blanket::before {
	content: "\f498";
}
.fa-blanket-fire::before {
	content: "\e3da";
}
.fa-blender::before {
	content: "\f517";
}
.fa-blender-phone::before {
	content: "\f6b6";
}
.fa-blinds::before {
	content: "\f8fb";
}
.fa-blinds-open::before {
	content: "\f8fc";
}
.fa-blinds-raised::before {
	content: "\f8fd";
}
.fa-block-brick::before {
	content: "\e3db";
}
.fa-wall-brick::before {
	content: "\e3db";
}
.fa-block-brick-fire::before {
	content: "\e3dc";
}
.fa-firewall::before {
	content: "\e3dc";
}
.fa-block-question::before {
	content: "\e3dd";
}
.fa-block-quote::before {
	content: "\e0b5";
}
.fa-blog::before {
	content: "\f781";
}
.fa-blueberries::before {
	content: "\e2e8";
}
.fa-bold::before {
	content: "\f032";
}
.fa-bolt::before {
	content: "\f0e7";
}
.fa-flash::before {
	content: "\f0e7";
}
.fa-bolt-auto::before {
	content: "\e0b6";
}
.fa-bolt-lightning::before {
	content: "\e0b7";
}
.fa-bolt-slash::before {
	content: "\e0b8";
}
.fa-bomb::before {
	content: "\f1e2";
}
.fa-bone::before {
	content: "\f5d7";
}
.fa-bone-break::before {
	content: "\f5d8";
}
.fa-bong::before {
	content: "\f55c";
}
.fa-book::before {
	content: "\f02d";
}
.fa-book-arrow-right::before {
	content: "\e0b9";
}
.fa-book-arrow-up::before {
	content: "\e0ba";
}
.fa-book-atlas::before {
	content: "\f558";
}
.fa-atlas::before {
	content: "\f558";
}
.fa-book-bible::before {
	content: "\f647";
}
.fa-bible::before {
	content: "\f647";
}
.fa-book-blank::before {
	content: "\f5d9";
}
.fa-book-alt::before {
	content: "\f5d9";
}
.fa-book-bookmark::before {
	content: "\e0bb";
}
.fa-book-circle-arrow-right::before {
	content: "\e0bc";
}
.fa-book-circle-arrow-up::before {
	content: "\e0bd";
}
.fa-book-copy::before {
	content: "\e0be";
}
.fa-book-font::before {
	content: "\e0bf";
}
.fa-book-heart::before {
	content: "\f499";
}
.fa-book-journal-whills::before {
	content: "\f66a";
}
.fa-journal-whills::before {
	content: "\f66a";
}
.fa-book-medical::before {
	content: "\f7e6";
}
.fa-book-open::before {
	content: "\f518";
}
.fa-book-open-cover::before {
	content: "\e0c0";
}
.fa-book-open-alt::before {
	content: "\e0c0";
}
.fa-book-open-reader::before {
	content: "\f5da";
}
.fa-book-reader::before {
	content: "\f5da";
}
.fa-book-quran::before {
	content: "\f687";
}
.fa-quran::before {
	content: "\f687";
}
.fa-book-section::before {
	content: "\e0c1";
}
.fa-book-law::before {
	content: "\e0c1";
}
.fa-book-skull::before {
	content: "\f6b7";
}
.fa-book-dead::before {
	content: "\f6b7";
}
.fa-book-sparkles::before {
	content: "\f6b8";
}
.fa-book-spells::before {
	content: "\f6b8";
}
.fa-book-tanakh::before {
	content: "\f827";
}
.fa-tanakh::before {
	content: "\f827";
}
.fa-book-user::before {
	content: "\f7e7";
}
.fa-bookmark::before {
	content: "\f02e";
}
.fa-bookmark-slash::before {
	content: "\e0c2";
}
.fa-books::before {
	content: "\f5db";
}
.fa-books-medical::before {
	content: "\f7e8";
}
.fa-boombox::before {
	content: "\f8a5";
}
.fa-boot::before {
	content: "\f782";
}
.fa-boot-heeled::before {
	content: "\e33f";
}
.fa-booth-curtain::before {
	content: "\f734";
}
.fa-border-all::before {
	content: "\f84c";
}
.fa-border-bottom::before {
	content: "\f84d";
}
.fa-border-bottom-right::before {
	content: "\f854";
}
.fa-border-style-alt::before {
	content: "\f854";
}
.fa-border-center-h::before {
	content: "\f89c";
}
.fa-border-center-v::before {
	content: "\f89d";
}
.fa-border-inner::before {
	content: "\f84e";
}
.fa-border-left::before {
	content: "\f84f";
}
.fa-border-none::before {
	content: "\f850";
}
.fa-border-outer::before {
	content: "\f851";
}
.fa-border-right::before {
	content: "\f852";
}
.fa-border-top::before {
	content: "\f855";
}
.fa-border-top-left::before {
	content: "\f853";
}
.fa-border-style::before {
	content: "\f853";
}
.fa-bow-arrow::before {
	content: "\f6b9";
}
.fa-bowl-chopsticks::before {
	content: "\e2e9";
}
.fa-bowl-chopsticks-noodles::before {
	content: "\e2ea";
}
.fa-bowl-hot::before {
	content: "\f823";
}
.fa-soup::before {
	content: "\f823";
}
.fa-bowl-rice::before {
	content: "\e2eb";
}
.fa-bowl-scoop::before {
	content: "\e3de";
}
.fa-bowl-shaved-ice::before {
	content: "\e3de";
}
.fa-bowl-scoops::before {
	content: "\e3df";
}
.fa-bowl-spoon::before {
	content: "\e3e0";
}
.fa-bowling-ball::before {
	content: "\f436";
}
.fa-bowling-ball-pin::before {
	content: "\e0c3";
}
.fa-bowling-pins::before {
	content: "\f437";
}
.fa-box::before {
	content: "\f466";
}
.fa-box-archive::before {
	content: "\f187";
}
.fa-archive::before {
	content: "\f187";
}
.fa-box-ballot::before {
	content: "\f735";
}
.fa-box-check::before {
	content: "\f467";
}
.fa-box-circle-check::before {
	content: "\e0c4";
}
.fa-box-dollar::before {
	content: "\f4a0";
}
.fa-box-usd::before {
	content: "\f4a0";
}
.fa-box-heart::before {
	content: "\f49d";
}
.fa-box-open::before {
	content: "\f49e";
}
.fa-box-open-full::before {
	content: "\f49c";
}
.fa-box-full::before {
	content: "\f49c";
}
.fa-box-taped::before {
	content: "\f49a";
}
.fa-box-alt::before {
	content: "\f49a";
}
.fa-box-tissue::before {
	content: "\e05b";
}
.fa-boxes-stacked::before {
	content: "\f468";
}
.fa-boxes::before {
	content: "\f468";
}
.fa-boxes-alt::before {
	content: "\f468";
}
.fa-boxing-glove::before {
	content: "\f438";
}
.fa-glove-boxing::before {
	content: "\f438";
}
.fa-bracket-curly::before {
	content: "\7b";
}
.fa-bracket-curly-left::before {
	content: "\7b";
}
.fa-bracket-curly-right::before {
	content: "\7d";
}
.fa-bracket-round::before {
	content: "\28";
}
.fa-parenthesis::before {
	content: "\28";
}
.fa-bracket-round-right::before {
	content: "\29";
}
.fa-bracket-square::before {
	content: "\5b";
}
.fa-bracket::before {
	content: "\5b";
}
.fa-bracket-left::before {
	content: "\5b";
}
.fa-bracket-square-right::before {
	content: "\5d";
}
.fa-brackets-curly::before {
	content: "\f7ea";
}
.fa-brackets-round::before {
	content: "\e0c5";
}
.fa-parentheses::before {
	content: "\e0c5";
}
.fa-brackets-square::before {
	content: "\f7e9";
}
.fa-brackets::before {
	content: "\f7e9";
}
.fa-braille::before {
	content: "\f2a1";
}
.fa-brain::before {
	content: "\f5dc";
}
.fa-brain-arrow-curved-right::before {
	content: "\f677";
}
.fa-mind-share::before {
	content: "\f677";
}
.fa-brain-circuit::before {
	content: "\e0c6";
}
.fa-brake-warning::before {
	content: "\e0c7";
}
.fa-bread-loaf::before {
	content: "\f7eb";
}
.fa-bread-slice::before {
	content: "\f7ec";
}
.fa-bread-slice-butter::before {
	content: "\e3e1";
}
.fa-briefcase::before {
	content: "\f0b1";
}
.fa-briefcase-arrow-right::before {
	content: "\e2f2";
}
.fa-briefcase-blank::before {
	content: "\e0c8";
}
.fa-briefcase-medical::before {
	content: "\f469";
}
.fa-brightness::before {
	content: "\e0c9";
}
.fa-brightness-low::before {
	content: "\e0ca";
}
.fa-bring-forward::before {
	content: "\f856";
}
.fa-bring-front::before {
	content: "\f857";
}
.fa-broccoli::before {
	content: "\e3e2";
}
.fa-broom::before {
	content: "\f51a";
}
.fa-browser::before {
	content: "\f37e";
}
.fa-browsers::before {
	content: "\e0cb";
}
.fa-brush::before {
	content: "\f55d";
}
.fa-bug::before {
	content: "\f188";
}
.fa-building::before {
	content: "\f1ad";
}
.fa-buildings::before {
	content: "\e0cc";
}
.fa-bullhorn::before {
	content: "\f0a1";
}
.fa-bullseye::before {
	content: "\f140";
}
.fa-bullseye-arrow::before {
	content: "\f648";
}
.fa-bullseye-pointer::before {
	content: "\f649";
}
.fa-burger::before {
	content: "\f805";
}
.fa-hamburger::before {
	content: "\f805";
}
.fa-burger-cheese::before {
	content: "\f7f1";
}
.fa-cheeseburger::before {
	content: "\f7f1";
}
.fa-burger-fries::before {
	content: "\e0cd";
}
.fa-burger-glass::before {
	content: "\e0ce";
}
.fa-burger-lettuce::before {
	content: "\e3e3";
}
.fa-burger-soda::before {
	content: "\f858";
}
.fa-burrito::before {
	content: "\f7ed";
}
.fa-bus::before {
	content: "\f207";
}
.fa-bus-school::before {
	content: "\f5dd";
}
.fa-bus-simple::before {
	content: "\f55e";
}
.fa-bus-alt::before {
	content: "\f55e";
}
.fa-business-time::before {
	content: "\f64a";
}
.fa-briefcase-clock::before {
	content: "\f64a";
}
.fa-butter::before {
	content: "\e3e4";
}
.fa-c::before {
	content: "\43";
}
.fa-cabinet-filing::before {
	content: "\f64b";
}
.fa-cable-car::before {
	content: "\e0cf";
}
.fa-cactus::before {
	content: "\f8a7";
}
.fa-cake-candles::before {
	content: "\f1fd";
}
.fa-birthday-cake::before {
	content: "\f1fd";
}
.fa-cake-slice::before {
	content: "\e3e5";
}
.fa-shortcake::before {
	content: "\e3e5";
}
.fa-calculator::before {
	content: "\f1ec";
}
.fa-calculator-simple::before {
	content: "\f64c";
}
.fa-calculator-alt::before {
	content: "\f64c";
}
.fa-calendar::before {
	content: "\f133";
}
.fa-calendar-arrow-down::before {
	content: "\e0d0";
}
.fa-calendar-download::before {
	content: "\e0d0";
}
.fa-calendar-arrow-up::before {
	content: "\e0d1";
}
.fa-calendar-upload::before {
	content: "\e0d1";
}
.fa-calendar-check::before {
	content: "\f274";
}
.fa-calendar-clock::before {
	content: "\e0d2";
}
.fa-calendar-time::before {
	content: "\e0d2";
}
.fa-calendar-day::before {
	content: "\f783";
}
.fa-calendar-days::before {
	content: "\f073";
}
.fa-calendar-alt::before {
	content: "\f073";
}
.fa-calendar-exclamation::before {
	content: "\f334";
}
.fa-calendar-heart::before {
	content: "\e0d3";
}
.fa-calendar-image::before {
	content: "\e0d4";
}
.fa-calendar-lines::before {
	content: "\e0d5";
}
.fa-calendar-note::before {
	content: "\e0d5";
}
.fa-calendar-minus::before {
	content: "\f272";
}
.fa-calendar-pen::before {
	content: "\f333";
}
.fa-calendar-edit::before {
	content: "\f333";
}
.fa-calendar-plus::before {
	content: "\f271";
}
.fa-calendar-range::before {
	content: "\e0d6";
}
.fa-calendar-star::before {
	content: "\f736";
}
.fa-calendar-week::before {
	content: "\f784";
}
.fa-calendar-xmark::before {
	content: "\f273";
}
.fa-calendar-times::before {
	content: "\f273";
}
.fa-calendars::before {
	content: "\e0d7";
}
.fa-camcorder::before {
	content: "\f8a8";
}
.fa-video-handheld::before {
	content: "\f8a8";
}
.fa-camera::before {
	content: "\f030";
}
.fa-camera-alt::before {
	content: "\f030";
}
.fa-camera-cctv::before {
	content: "\f8ac";
}
.fa-cctv::before {
	content: "\f8ac";
}
.fa-camera-movie::before {
	content: "\f8a9";
}
.fa-camera-polaroid::before {
	content: "\f8aa";
}
.fa-camera-retro::before {
	content: "\f083";
}
.fa-camera-rotate::before {
	content: "\e0d8";
}
.fa-camera-security::before {
	content: "\f8fe";
}
.fa-camera-home::before {
	content: "\f8fe";
}
.fa-camera-slash::before {
	content: "\e0d9";
}
.fa-camera-viewfinder::before {
	content: "\e0da";
}
.fa-camera-web::before {
	content: "\f832";
}
.fa-webcam::before {
	content: "\f832";
}
.fa-camera-web-slash::before {
	content: "\f833";
}
.fa-webcam-slash::before {
	content: "\f833";
}
.fa-campfire::before {
	content: "\f6ba";
}
.fa-campground::before {
	content: "\f6bb";
}
.fa-can-food::before {
	content: "\e3e6";
}
.fa-candle-holder::before {
	content: "\f6bc";
}
.fa-candy::before {
	content: "\e3e7";
}
.fa-candy-bar::before {
	content: "\e3e8";
}
.fa-chocolate-bar::before {
	content: "\e3e8";
}
.fa-candy-cane::before {
	content: "\f786";
}
.fa-candy-corn::before {
	content: "\f6bd";
}
.fa-cannabis::before {
	content: "\f55f";
}
.fa-capsules::before {
	content: "\f46b";
}
.fa-car::before {
	content: "\f1b9";
}
.fa-automobile::before {
	content: "\f1b9";
}
.fa-car-battery::before {
	content: "\f5df";
}
.fa-battery-car::before {
	content: "\f5df";
}
.fa-car-bolt::before {
	content: "\e341";
}
.fa-car-building::before {
	content: "\f859";
}
.fa-car-bump::before {
	content: "\f5e0";
}
.fa-car-bus::before {
	content: "\f85a";
}
.fa-car-circle-bolt::before {
	content: "\e342";
}
.fa-car-crash::before {
	content: "\f5e1";
}
.fa-car-garage::before {
	content: "\f5e2";
}
.fa-car-mirrors::before {
	content: "\e343";
}
.fa-car-rear::before {
	content: "\f5de";
}
.fa-car-alt::before {
	content: "\f5de";
}
.fa-car-side::before {
	content: "\f5e4";
}
.fa-car-side-bolt::before {
	content: "\e344";
}
.fa-car-tilt::before {
	content: "\f5e5";
}
.fa-car-wash::before {
	content: "\f5e6";
}
.fa-car-wrench::before {
	content: "\f5e3";
}
.fa-car-mechanic::before {
	content: "\f5e3";
}
.fa-caravan::before {
	content: "\f8ff";
}
.fa-caravan-simple::before {
	content: "\e000";
}
.fa-caravan-alt::before {
	content: "\e000";
}
.fa-card-club::before {
	content: "\e3e9";
}
.fa-card-diamond::before {
	content: "\e3ea";
}
.fa-card-heart::before {
	content: "\e3eb";
}
.fa-card-spade::before {
	content: "\e3ec";
}
.fa-cards::before {
	content: "\e3ed";
}
.fa-caret-down::before {
	content: "\f0d7";
}
.fa-caret-left::before {
	content: "\f0d9";
}
.fa-caret-right::before {
	content: "\f0da";
}
.fa-caret-up::before {
	content: "\f0d8";
}
.fa-carrot::before {
	content: "\f787";
}
.fa-cars::before {
	content: "\f85b";
}
.fa-cart-arrow-down::before {
	content: "\f218";
}
.fa-cart-arrow-up::before {
	content: "\e3ee";
}
.fa-cart-circle-arrow-down::before {
	content: "\e3ef";
}
.fa-cart-circle-arrow-up::before {
	content: "\e3f0";
}
.fa-cart-circle-check::before {
	content: "\e3f1";
}
.fa-cart-circle-exclamation::before {
	content: "\e3f2";
}
.fa-cart-circle-plus::before {
	content: "\e3f3";
}
.fa-cart-circle-xmark::before {
	content: "\e3f4";
}
.fa-cart-flatbed::before {
	content: "\f474";
}
.fa-dolly-flatbed::before {
	content: "\f474";
}
.fa-cart-flatbed-boxes::before {
	content: "\f475";
}
.fa-dolly-flatbed-alt::before {
	content: "\f475";
}
.fa-cart-flatbed-empty::before {
	content: "\f476";
}
.fa-dolly-flatbed-empty::before {
	content: "\f476";
}
.fa-cart-flatbed-suitcase::before {
	content: "\f59d";
}
.fa-luggage-cart::before {
	content: "\f59d";
}
.fa-cart-minus::before {
	content: "\e0db";
}
.fa-cart-plus::before {
	content: "\f217";
}
.fa-cart-shopping::before {
	content: "\f07a";
}
.fa-shopping-cart::before {
	content: "\f07a";
}
.fa-cart-shopping-fast::before {
	content: "\e0dc";
}
.fa-cart-xmark::before {
	content: "\e0dd";
}
.fa-cash-register::before {
	content: "\f788";
}
.fa-cassette-betamax::before {
	content: "\f8a4";
}
.fa-betamax::before {
	content: "\f8a4";
}
.fa-cassette-tape::before {
	content: "\f8ab";
}
.fa-cassette-vhs::before {
	content: "\f8ec";
}
.fa-vhs::before {
	content: "\f8ec";
}
.fa-castle::before {
	content: "\e0de";
}
.fa-cat::before {
	content: "\f6be";
}
.fa-cat-space::before {
	content: "\e001";
}
.fa-cauldron::before {
	content: "\f6bf";
}
.fa-cedi-sign::before {
	content: "\e0df";
}
.fa-cent-sign::before {
	content: "\e3f5";
}
.fa-certificate::before {
	content: "\f0a3";
}
.fa-chair::before {
	content: "\f6c0";
}
.fa-chair-office::before {
	content: "\f6c1";
}
.fa-chalkboard::before {
	content: "\f51b";
}
.fa-blackboard::before {
	content: "\f51b";
}
.fa-chalkboard-user::before {
	content: "\f51c";
}
.fa-chalkboard-teacher::before {
	content: "\f51c";
}
.fa-champagne-glass::before {
	content: "\f79e";
}
.fa-glass-champagne::before {
	content: "\f79e";
}
.fa-champagne-glasses::before {
	content: "\f79f";
}
.fa-glass-cheers::before {
	content: "\f79f";
}
.fa-charging-station::before {
	content: "\f5e7";
}
.fa-chart-area::before {
	content: "\f1fe";
}
.fa-area-chart::before {
	content: "\f1fe";
}
.fa-chart-bar::before {
	content: "\f080";
}
.fa-bar-chart::before {
	content: "\f080";
}
.fa-chart-bullet::before {
	content: "\e0e1";
}
.fa-chart-candlestick::before {
	content: "\e0e2";
}
.fa-chart-column::before {
	content: "\e0e3";
}
.fa-chart-gantt::before {
	content: "\e0e4";
}
.fa-chart-line::before {
	content: "\f201";
}
.fa-line-chart::before {
	content: "\f201";
}
.fa-chart-line-down::before {
	content: "\f64d";
}
.fa-chart-line-up::before {
	content: "\e0e5";
}
.fa-chart-mixed::before {
	content: "\f643";
}
.fa-analytics::before {
	content: "\f643";
}
.fa-chart-network::before {
	content: "\f78a";
}
.fa-chart-pie::before {
	content: "\f200";
}
.fa-pie-chart::before {
	content: "\f200";
}
.fa-chart-pie-simple::before {
	content: "\f64e";
}
.fa-chart-pie-alt::before {
	content: "\f64e";
}
.fa-chart-pyramid::before {
	content: "\e0e6";
}
.fa-chart-radar::before {
	content: "\e0e7";
}
.fa-chart-scatter::before {
	content: "\f7ee";
}
.fa-chart-scatter-3d::before {
	content: "\e0e8";
}
.fa-chart-scatter-bubble::before {
	content: "\e0e9";
}
.fa-chart-tree-map::before {
	content: "\e0ea";
}
.fa-chart-user::before {
	content: "\f6a3";
}
.fa-user-chart::before {
	content: "\f6a3";
}
.fa-chart-waterfall::before {
	content: "\e0eb";
}
.fa-check::before {
	content: "\f00c";
}
.fa-check-double::before {
	content: "\f560";
}
.fa-check-to-slot::before {
	content: "\f772";
}
.fa-vote-yea::before {
	content: "\f772";
}
.fa-cheese::before {
	content: "\f7ef";
}
.fa-cheese-swiss::before {
	content: "\f7f0";
}
.fa-cherries::before {
	content: "\e0ec";
}
.fa-chess::before {
	content: "\f439";
}
.fa-chess-bishop::before {
	content: "\f43a";
}
.fa-chess-bishop-piece::before {
	content: "\f43b";
}
.fa-chess-bishop-alt::before {
	content: "\f43b";
}
.fa-chess-board::before {
	content: "\f43c";
}
.fa-chess-clock::before {
	content: "\f43d";
}
.fa-chess-clock-flip::before {
	content: "\f43e";
}
.fa-chess-clock-alt::before {
	content: "\f43e";
}
.fa-chess-king::before {
	content: "\f43f";
}
.fa-chess-king-piece::before {
	content: "\f440";
}
.fa-chess-king-alt::before {
	content: "\f440";
}
.fa-chess-knight::before {
	content: "\f441";
}
.fa-chess-knight-piece::before {
	content: "\f442";
}
.fa-chess-knight-alt::before {
	content: "\f442";
}
.fa-chess-pawn::before {
	content: "\f443";
}
.fa-chess-pawn-piece::before {
	content: "\f444";
}
.fa-chess-pawn-alt::before {
	content: "\f444";
}
.fa-chess-queen::before {
	content: "\f445";
}
.fa-chess-queen-piece::before {
	content: "\f446";
}
.fa-chess-queen-alt::before {
	content: "\f446";
}
.fa-chess-rook::before {
	content: "\f447";
}
.fa-chess-rook-piece::before {
	content: "\f448";
}
.fa-chess-rook-alt::before {
	content: "\f448";
}
.fa-chestnut::before {
	content: "\e3f6";
}
.fa-chevron-down::before {
	content: "\f078";
}
.fa-chevron-left::before {
	content: "\f053";
}
.fa-chevron-right::before {
	content: "\f054";
}
.fa-chevron-up::before {
	content: "\f077";
}
.fa-chevrons-down::before {
	content: "\f322";
}
.fa-chevron-double-down::before {
	content: "\f322";
}
.fa-chevrons-left::before {
	content: "\f323";
}
.fa-chevron-double-left::before {
	content: "\f323";
}
.fa-chevrons-right::before {
	content: "\f324";
}
.fa-chevron-double-right::before {
	content: "\f324";
}
.fa-chevrons-up::before {
	content: "\f325";
}
.fa-chevron-double-up::before {
	content: "\f325";
}
.fa-child::before {
	content: "\f1ae";
}
.fa-chimney::before {
	content: "\f78b";
}
.fa-chopsticks::before {
	content: "\e3f7";
}
.fa-church::before {
	content: "\f51d";
}
.fa-circle::before {
	content: "\f111";
}
.fa-circle-0::before {
	content: "\e0ed";
}
.fa-circle-1::before {
	content: "\e0ee";
}
.fa-circle-2::before {
	content: "\e0ef";
}
.fa-circle-3::before {
	content: "\e0f0";
}
.fa-circle-4::before {
	content: "\e0f1";
}
.fa-circle-5::before {
	content: "\e0f2";
}
.fa-circle-6::before {
	content: "\e0f3";
}
.fa-circle-7::before {
	content: "\e0f4";
}
.fa-circle-8::before {
	content: "\e0f5";
}
.fa-circle-9::before {
	content: "\e0f6";
}
.fa-circle-a::before {
	content: "\e0f7";
}
.fa-circle-ampersand::before {
	content: "\e0f8";
}
.fa-circle-arrow-down::before {
	content: "\f0ab";
}
.fa-arrow-circle-down::before {
	content: "\f0ab";
}
.fa-circle-arrow-down-left::before {
	content: "\e0f9";
}
.fa-circle-arrow-down-right::before {
	content: "\e0fa";
}
.fa-circle-arrow-left::before {
	content: "\f0a8";
}
.fa-arrow-circle-left::before {
	content: "\f0a8";
}
.fa-circle-arrow-right::before {
	content: "\f0a9";
}
.fa-arrow-circle-right::before {
	content: "\f0a9";
}
.fa-circle-arrow-up::before {
	content: "\f0aa";
}
.fa-arrow-circle-up::before {
	content: "\f0aa";
}
.fa-circle-arrow-up-left::before {
	content: "\e0fb";
}
.fa-circle-arrow-up-right::before {
	content: "\e0fc";
}
.fa-circle-b::before {
	content: "\e0fd";
}
.fa-circle-bolt::before {
	content: "\e0fe";
}
.fa-circle-book-open::before {
	content: "\e0ff";
}
.fa-book-circle::before {
	content: "\e0ff";
}
.fa-circle-bookmark::before {
	content: "\e100";
}
.fa-bookmark-circle::before {
	content: "\e100";
}
.fa-circle-c::before {
	content: "\e101";
}
.fa-circle-calendar::before {
	content: "\e102";
}
.fa-calendar-circle::before {
	content: "\e102";
}
.fa-circle-camera::before {
	content: "\e103";
}
.fa-camera-circle::before {
	content: "\e103";
}
.fa-circle-caret-down::before {
	content: "\f32d";
}
.fa-caret-circle-down::before {
	content: "\f32d";
}
.fa-circle-caret-left::before {
	content: "\f32e";
}
.fa-caret-circle-left::before {
	content: "\f32e";
}
.fa-circle-caret-right::before {
	content: "\f330";
}
.fa-caret-circle-right::before {
	content: "\f330";
}
.fa-circle-caret-up::before {
	content: "\f331";
}
.fa-caret-circle-up::before {
	content: "\f331";
}
.fa-circle-check::before {
	content: "\f058";
}
.fa-check-circle::before {
	content: "\f058";
}
.fa-circle-chevron-down::before {
	content: "\f13a";
}
.fa-chevron-circle-down::before {
	content: "\f13a";
}
.fa-circle-chevron-left::before {
	content: "\f137";
}
.fa-chevron-circle-left::before {
	content: "\f137";
}
.fa-circle-chevron-right::before {
	content: "\f138";
}
.fa-chevron-circle-right::before {
	content: "\f138";
}
.fa-circle-chevron-up::before {
	content: "\f139";
}
.fa-chevron-circle-up::before {
	content: "\f139";
}
.fa-circle-d::before {
	content: "\e104";
}
.fa-circle-dashed::before {
	content: "\e105";
}
.fa-circle-divide::before {
	content: "\e106";
}
.fa-circle-dollar::before {
	content: "\f2e8";
}
.fa-dollar-circle::before {
	content: "\f2e8";
}
.fa-usd-circle::before {
	content: "\f2e8";
}
.fa-circle-dollar-to-slot::before {
	content: "\f4b9";
}
.fa-donate::before {
	content: "\f4b9";
}
.fa-circle-dot::before {
	content: "\f192";
}
.fa-dot-circle::before {
	content: "\f192";
}
.fa-circle-down::before {
	content: "\f358";
}
.fa-arrow-alt-circle-down::before {
	content: "\f358";
}
.fa-circle-down-left::before {
	content: "\e107";
}
.fa-circle-down-right::before {
	content: "\e108";
}
.fa-circle-e::before {
	content: "\e109";
}
.fa-circle-ellipsis::before {
	content: "\e10a";
}
.fa-circle-ellipsis-vertical::before {
	content: "\e10b";
}
.fa-circle-envelope::before {
	content: "\e10c";
}
.fa-envelope-circle::before {
	content: "\e10c";
}
.fa-circle-exclamation::before {
	content: "\f06a";
}
.fa-exclamation-circle::before {
	content: "\f06a";
}
.fa-circle-exclamation-check::before {
	content: "\e10d";
}
.fa-circle-f::before {
	content: "\e10e";
}
.fa-circle-g::before {
	content: "\e10f";
}
.fa-circle-h::before {
	content: "\f47e";
}
.fa-hospital-symbol::before {
	content: "\f47e";
}
.fa-circle-half::before {
	content: "\e110";
}
.fa-circle-half-stroke::before {
	content: "\f042";
}
.fa-adjust::before {
	content: "\f042";
}
.fa-circle-heart::before {
	content: "\f4c7";
}
.fa-heart-circle::before {
	content: "\f4c7";
}
.fa-circle-i::before {
	content: "\e111";
}
.fa-circle-info::before {
	content: "\f05a";
}
.fa-info-circle::before {
	content: "\f05a";
}
.fa-circle-j::before {
	content: "\e112";
}
.fa-circle-k::before {
	content: "\e113";
}
.fa-circle-l::before {
	content: "\e114";
}
.fa-circle-left::before {
	content: "\f359";
}
.fa-arrow-alt-circle-left::before {
	content: "\f359";
}
.fa-circle-location-arrow::before {
	content: "\f602";
}
.fa-location-circle::before {
	content: "\f602";
}
.fa-circle-m::before {
	content: "\e115";
}
.fa-circle-microphone::before {
	content: "\e116";
}
.fa-microphone-circle::before {
	content: "\e116";
}
.fa-circle-microphone-lines::before {
	content: "\e117";
}
.fa-microphone-circle-alt::before {
	content: "\e117";
}
.fa-circle-minus::before {
	content: "\f056";
}
.fa-minus-circle::before {
	content: "\f056";
}
.fa-circle-n::before {
	content: "\e118";
}
.fa-circle-notch::before {
	content: "\f1ce";
}
.fa-circle-o::before {
	content: "\e119";
}
.fa-circle-p::before {
	content: "\e11a";
}
.fa-circle-parking::before {
	content: "\f615";
}
.fa-parking-circle::before {
	content: "\f615";
}
.fa-circle-pause::before {
	content: "\f28b";
}
.fa-pause-circle::before {
	content: "\f28b";
}
.fa-circle-phone::before {
	content: "\e11b";
}
.fa-phone-circle::before {
	content: "\e11b";
}
.fa-circle-phone-flip::before {
	content: "\e11c";
}
.fa-phone-circle-alt::before {
	content: "\e11c";
}
.fa-circle-phone-hangup::before {
	content: "\e11d";
}
.fa-phone-circle-down::before {
	content: "\e11d";
}
.fa-circle-play::before {
	content: "\f144";
}
.fa-play-circle::before {
	content: "\f144";
}
.fa-circle-plus::before {
	content: "\f055";
}
.fa-plus-circle::before {
	content: "\f055";
}
.fa-circle-q::before {
	content: "\e11e";
}
.fa-circle-quarter::before {
	content: "\e11f";
}
.fa-circle-quarters::before {
	content: "\e3f8";
}
.fa-circle-question::before {
	content: "\f059";
}
.fa-question-circle::before {
	content: "\f059";
}
.fa-circle-r::before {
	content: "\e120";
}
.fa-circle-radiation::before {
	content: "\f7ba";
}
.fa-radiation-alt::before {
	content: "\f7ba";
}
.fa-circle-right::before {
	content: "\f35a";
}
.fa-arrow-alt-circle-right::before {
	content: "\f35a";
}
.fa-circle-s::before {
	content: "\e121";
}
.fa-circle-small::before {
	content: "\e122";
}
.fa-circle-sort::before {
	content: "\e030";
}
.fa-sort-circle::before {
	content: "\e030";
}
.fa-circle-sort-down::before {
	content: "\e031";
}
.fa-sort-circle-down::before {
	content: "\e031";
}
.fa-circle-sort-up::before {
	content: "\e032";
}
.fa-sort-circle-up::before {
	content: "\e032";
}
.fa-circle-star::before {
	content: "\e123";
}
.fa-star-circle::before {
	content: "\e123";
}
.fa-circle-stop::before {
	content: "\f28d";
}
.fa-stop-circle::before {
	content: "\f28d";
}
.fa-circle-t::before {
	content: "\e124";
}
.fa-circle-three-quarters::before {
	content: "\e125";
}
.fa-circle-trash::before {
	content: "\e126";
}
.fa-trash-circle::before {
	content: "\e126";
}
.fa-circle-u::before {
	content: "\e127";
}
.fa-circle-up::before {
	content: "\f35b";
}
.fa-arrow-alt-circle-up::before {
	content: "\f35b";
}
.fa-circle-up-left::before {
	content: "\e128";
}
.fa-circle-up-right::before {
	content: "\e129";
}
.fa-circle-user::before {
	content: "\f2bd";
}
.fa-user-circle::before {
	content: "\f2bd";
}
.fa-circle-v::before {
	content: "\e12a";
}
.fa-circle-video::before {
	content: "\e12b";
}
.fa-video-circle::before {
	content: "\e12b";
}
.fa-circle-w::before {
	content: "\e12c";
}
.fa-circle-waveform-lines::before {
	content: "\e12d";
}
.fa-waveform-circle::before {
	content: "\e12d";
}
.fa-circle-x::before {
	content: "\e12e";
}
.fa-circle-xmark::before {
	content: "\f057";
}
.fa-times-circle::before {
	content: "\f057";
}
.fa-xmark-circle::before {
	content: "\f057";
}
.fa-circle-y::before {
	content: "\e12f";
}
.fa-circle-z::before {
	content: "\e130";
}
.fa-citrus::before {
	content: "\e2f4";
}
.fa-citrus-slice::before {
	content: "\e2f5";
}
.fa-city::before {
	content: "\f64f";
}
.fa-clapperboard::before {
	content: "\e131";
}
.fa-clapperboard-play::before {
	content: "\e132";
}
.fa-clarinet::before {
	content: "\f8ad";
}
.fa-claw-marks::before {
	content: "\f6c2";
}
.fa-clipboard::before {
	content: "\f328";
}
.fa-clipboard-check::before {
	content: "\f46c";
}
.fa-clipboard-list::before {
	content: "\f46d";
}
.fa-clipboard-list-check::before {
	content: "\f737";
}
.fa-clipboard-medical::before {
	content: "\e133";
}
.fa-clipboard-prescription::before {
	content: "\f5e8";
}
.fa-clipboard-user::before {
	content: "\f7f3";
}
.fa-clock::before {
	content: "\f017";
}
.fa-clock-four::before {
	content: "\f017";
}
.fa-clock-desk::before {
	content: "\e134";
}
.fa-clock-eight::before {
	content: "\e345";
}
.fa-clock-eight-thirty::before {
	content: "\e346";
}
.fa-clock-eleven::before {
	content: "\e347";
}
.fa-clock-eleven-thirty::before {
	content: "\e348";
}
.fa-clock-five::before {
	content: "\e349";
}
.fa-clock-five-thirty::before {
	content: "\e34a";
}
.fa-clock-four-thirty::before {
	content: "\e34b";
}
.fa-clock-nine::before {
	content: "\e34c";
}
.fa-clock-nine-thirty::before {
	content: "\e34d";
}
.fa-clock-one::before {
	content: "\e34e";
}
.fa-clock-one-thirty::before {
	content: "\e34f";
}
.fa-clock-rotate-left::before {
	content: "\f1da";
}
.fa-history::before {
	content: "\f1da";
}
.fa-clock-seven::before {
	content: "\e350";
}
.fa-clock-seven-thirty::before {
	content: "\e351";
}
.fa-clock-six::before {
	content: "\e352";
}
.fa-clock-six-thirty::before {
	content: "\e353";
}
.fa-clock-ten::before {
	content: "\e354";
}
.fa-clock-ten-thirty::before {
	content: "\e355";
}
.fa-clock-three::before {
	content: "\e356";
}
.fa-clock-three-thirty::before {
	content: "\e357";
}
.fa-clock-twelve::before {
	content: "\e358";
}
.fa-clock-twelve-thirty::before {
	content: "\e359";
}
.fa-clock-two::before {
	content: "\e35a";
}
.fa-clock-two-thirty::before {
	content: "\e35b";
}
.fa-clone::before {
	content: "\f24d";
}
.fa-closed-captioning::before {
	content: "\f20a";
}
.fa-closed-captioning-slash::before {
	content: "\e135";
}
.fa-clothes-hanger::before {
	content: "\e136";
}
.fa-cloud::before {
	content: "\f0c2";
}
.fa-cloud-arrow-down::before {
	content: "\f0ed";
}
.fa-cloud-download::before {
	content: "\f0ed";
}
.fa-cloud-download-alt::before {
	content: "\f0ed";
}
.fa-cloud-arrow-up::before {
	content: "\f0ee";
}
.fa-cloud-upload::before {
	content: "\f0ee";
}
.fa-cloud-upload-alt::before {
	content: "\f0ee";
}
.fa-cloud-bolt::before {
	content: "\f76c";
}
.fa-thunderstorm::before {
	content: "\f76c";
}
.fa-cloud-bolt-moon::before {
	content: "\f76d";
}
.fa-thunderstorm-moon::before {
	content: "\f76d";
}
.fa-cloud-bolt-sun::before {
	content: "\f76e";
}
.fa-thunderstorm-sun::before {
	content: "\f76e";
}
.fa-cloud-check::before {
	content: "\e35c";
}
.fa-cloud-drizzle::before {
	content: "\f738";
}
.fa-cloud-fog::before {
	content: "\f74e";
}
.fa-fog::before {
	content: "\f74e";
}
.fa-cloud-hail::before {
	content: "\f739";
}
.fa-cloud-hail-mixed::before {
	content: "\f73a";
}
.fa-cloud-meatball::before {
	content: "\f73b";
}
.fa-cloud-minus::before {
	content: "\e35d";
}
.fa-cloud-moon::before {
	content: "\f6c3";
}
.fa-cloud-moon-rain::before {
	content: "\f73c";
}
.fa-cloud-music::before {
	content: "\f8ae";
}
.fa-cloud-plus::before {
	content: "\e35e";
}
.fa-cloud-rain::before {
	content: "\f73d";
}
.fa-cloud-rainbow::before {
	content: "\f73e";
}
.fa-cloud-showers::before {
	content: "\f73f";
}
.fa-cloud-showers-heavy::before {
	content: "\f740";
}
.fa-cloud-slash::before {
	content: "\e137";
}
.fa-cloud-sleet::before {
	content: "\f741";
}
.fa-cloud-snow::before {
	content: "\f742";
}
.fa-cloud-sun::before {
	content: "\f6c4";
}
.fa-cloud-sun-rain::before {
	content: "\f743";
}
.fa-cloud-word::before {
	content: "\e138";
}
.fa-cloud-xmark::before {
	content: "\e35f";
}
.fa-clouds::before {
	content: "\f744";
}
.fa-clouds-moon::before {
	content: "\f745";
}
.fa-clouds-sun::before {
	content: "\f746";
}
.fa-clover::before {
	content: "\e139";
}
.fa-club::before {
	content: "\f327";
}
.fa-coconut::before {
	content: "\e2f6";
}
.fa-code::before {
	content: "\f121";
}
.fa-code-branch::before {
	content: "\f126";
}
.fa-code-commit::before {
	content: "\f386";
}
.fa-code-compare::before {
	content: "\e13a";
}
.fa-code-fork::before {
	content: "\e13b";
}
.fa-code-merge::before {
	content: "\f387";
}
.fa-code-pull-request::before {
	content: "\e13c";
}
.fa-code-pull-request-closed::before {
	content: "\e3f9";
}
.fa-code-pull-request-draft::before {
	content: "\e3fa";
}
.fa-code-simple::before {
	content: "\e13d";
}
.fa-coffee-bean::before {
	content: "\e13e";
}
.fa-coffee-beans::before {
	content: "\e13f";
}
.fa-coffee-pot::before {
	content: "\e002";
}
.fa-coffin::before {
	content: "\f6c6";
}
.fa-coffin-cross::before {
	content: "\e051";
}
.fa-coin::before {
	content: "\f85c";
}
.fa-coin-blank::before {
	content: "\e3fb";
}
.fa-coin-front::before {
	content: "\e3fc";
}
.fa-coin-vertical::before {
	content: "\e3fd";
}
.fa-coins::before {
	content: "\f51e";
}
.fa-colon::before {
	content: "\3a";
}
.fa-colon-sign::before {
	content: "\e140";
}
.fa-columns-3::before {
	content: "\e361";
}
.fa-comet::before {
	content: "\e003";
}
.fa-comma::before {
	content: "\2c";
}
.fa-command::before {
	content: "\e142";
}
.fa-comment::before {
	content: "\f075";
}
.fa-comment-arrow-down::before {
	content: "\e143";
}
.fa-comment-arrow-up::before {
	content: "\e144";
}
.fa-comment-arrow-up-right::before {
	content: "\e145";
}
.fa-comment-captions::before {
	content: "\e146";
}
.fa-comment-check::before {
	content: "\f4ac";
}
.fa-comment-code::before {
	content: "\e147";
}
.fa-comment-dollar::before {
	content: "\f651";
}
.fa-comment-dots::before {
	content: "\f4ad";
}
.fa-commenting::before {
	content: "\f4ad";
}
.fa-comment-exclamation::before {
	content: "\f4af";
}
.fa-comment-image::before {
	content: "\e148";
}
.fa-comment-lines::before {
	content: "\f4b0";
}
.fa-comment-medical::before {
	content: "\f7f5";
}
.fa-comment-middle::before {
	content: "\e149";
}
.fa-comment-middle-top::before {
	content: "\e14a";
}
.fa-comment-minus::before {
	content: "\f4b1";
}
.fa-comment-music::before {
	content: "\f8b0";
}
.fa-comment-pen::before {
	content: "\f4ae";
}
.fa-comment-edit::before {
	content: "\f4ae";
}
.fa-comment-plus::before {
	content: "\f4b2";
}
.fa-comment-question::before {
	content: "\e14b";
}
.fa-comment-quote::before {
	content: "\e14c";
}
.fa-comment-slash::before {
	content: "\f4b3";
}
.fa-comment-smile::before {
	content: "\f4b4";
}
.fa-comment-sms::before {
	content: "\f7cd";
}
.fa-sms::before {
	content: "\f7cd";
}
.fa-comment-text::before {
	content: "\e14d";
}
.fa-comment-xmark::before {
	content: "\f4b5";
}
.fa-comment-times::before {
	content: "\f4b5";
}
.fa-comments::before {
	content: "\f086";
}
.fa-comments-dollar::before {
	content: "\f653";
}
.fa-comments-question::before {
	content: "\e14e";
}
.fa-comments-question-check::before {
	content: "\e14f";
}
.fa-compact-disc::before {
	content: "\f51f";
}
.fa-compass::before {
	content: "\f14e";
}
.fa-compass-drafting::before {
	content: "\f568";
}
.fa-drafting-compass::before {
	content: "\f568";
}
.fa-compass-slash::before {
	content: "\f5e9";
}
.fa-compress::before {
	content: "\f066";
}
.fa-compress-wide::before {
	content: "\f326";
}
.fa-computer-classic::before {
	content: "\f8b1";
}
.fa-computer-mouse::before {
	content: "\f8cc";
}
.fa-mouse::before {
	content: "\f8cc";
}
.fa-computer-mouse-scrollwheel::before {
	content: "\f8cd";
}
.fa-mouse-alt::before {
	content: "\f8cd";
}
.fa-computer-speaker::before {
	content: "\f8b2";
}
.fa-container-storage::before {
	content: "\f4b7";
}
.fa-conveyor-belt::before {
	content: "\f46e";
}
.fa-conveyor-belt-boxes::before {
	content: "\f46f";
}
.fa-conveyor-belt-alt::before {
	content: "\f46f";
}
.fa-conveyor-belt-empty::before {
	content: "\e150";
}
.fa-cookie::before {
	content: "\f563";
}
.fa-cookie-bite::before {
	content: "\f564";
}
.fa-copy::before {
	content: "\f0c5";
}
.fa-copyright::before {
	content: "\f1f9";
}
.fa-corn::before {
	content: "\f6c7";
}
.fa-corner::before {
	content: "\e3fe";
}
.fa-couch::before {
	content: "\f4b8";
}
.fa-cow::before {
	content: "\f6c8";
}
.fa-cowbell::before {
	content: "\f8b3";
}
.fa-cowbell-circle-plus::before {
	content: "\f8b4";
}
.fa-cowbell-more::before {
	content: "\f8b4";
}
.fa-crab::before {
	content: "\e3ff";
}
.fa-crate-apple::before {
	content: "\f6b1";
}
.fa-apple-crate::before {
	content: "\f6b1";
}
.fa-crate-empty::before {
	content: "\e151";
}
.fa-credit-card::before {
	content: "\f09d";
}
.fa-credit-card-alt::before {
	content: "\f09d";
}
.fa-credit-card-blank::before {
	content: "\f389";
}
.fa-credit-card-front::before {
	content: "\f38a";
}
.fa-creemee::before {
	content: "\e400";
}
.fa-soft-serve::before {
	content: "\e400";
}
.fa-cricket-bat-ball::before {
	content: "\f449";
}
.fa-cricket::before {
	content: "\f449";
}
.fa-croissant::before {
	content: "\f7f6";
}
.fa-crop::before {
	content: "\f125";
}
.fa-crop-simple::before {
	content: "\f565";
}
.fa-crop-alt::before {
	content: "\f565";
}
.fa-cross::before {
	content: "\f654";
}
.fa-crosshairs::before {
	content: "\f05b";
}
.fa-crow::before {
	content: "\f520";
}
.fa-crown::before {
	content: "\f521";
}
.fa-crutch::before {
	content: "\f7f7";
}
.fa-crutches::before {
	content: "\f7f8";
}
.fa-cruzeiro-sign::before {
	content: "\e152";
}
.fa-crystal-ball::before {
	content: "\e362";
}
.fa-cube::before {
	content: "\f1b2";
}
.fa-cubes::before {
	content: "\f1b3";
}
.fa-cucumber::before {
	content: "\e401";
}
.fa-cup-straw::before {
	content: "\e363";
}
.fa-cup-straw-swoosh::before {
	content: "\e364";
}
.fa-cup-togo::before {
	content: "\f6c5";
}
.fa-coffee-togo::before {
	content: "\f6c5";
}
.fa-cupcake::before {
	content: "\e402";
}
.fa-curling-stone::before {
	content: "\f44a";
}
.fa-curling::before {
	content: "\f44a";
}
.fa-custard::before {
	content: "\e403";
}
.fa-d::before {
	content: "\44";
}
.fa-dagger::before {
	content: "\f6cb";
}
.fa-dash::before {
	content: "\e404";
}
.fa-database::before {
	content: "\f1c0";
}
.fa-deer::before {
	content: "\f78e";
}
.fa-deer-rudolph::before {
	content: "\f78f";
}
.fa-delete-left::before {
	content: "\f55a";
}
.fa-backspace::before {
	content: "\f55a";
}
.fa-delete-right::before {
	content: "\e154";
}
.fa-democrat::before {
	content: "\f747";
}
.fa-desktop::before {
	content: "\f390";
}
.fa-desktop-alt::before {
	content: "\f390";
}
.fa-desktop-arrow-down::before {
	content: "\e155";
}
.fa-dharmachakra::before {
	content: "\f655";
}
.fa-diagram-lean-canvas::before {
	content: "\e156";
}
.fa-diagram-nested::before {
	content: "\e157";
}
.fa-diagram-project::before {
	content: "\f542";
}
.fa-project-diagram::before {
	content: "\f542";
}
.fa-diagram-sankey::before {
	content: "\e158";
}
.fa-diagram-venn::before {
	content: "\e15a";
}
.fa-dial::before {
	content: "\e15b";
}
.fa-dial-med-high::before {
	content: "\e15b";
}
.fa-dial-high::before {
	content: "\e15c";
}
.fa-dial-low::before {
	content: "\e15d";
}
.fa-dial-max::before {
	content: "\e15e";
}
.fa-dial-med::before {
	content: "\e15f";
}
.fa-dial-med-low::before {
	content: "\e160";
}
.fa-dial-min::before {
	content: "\e161";
}
.fa-dial-off::before {
	content: "\e162";
}
.fa-diamond::before {
	content: "\f219";
}
.fa-diamond-exclamation::before {
	content: "\e405";
}
.fa-diamond-turn-right::before {
	content: "\f5eb";
}
.fa-directions::before {
	content: "\f5eb";
}
.fa-dice::before {
	content: "\f522";
}
.fa-dice-d10::before {
	content: "\f6cd";
}
.fa-dice-d12::before {
	content: "\f6ce";
}
.fa-dice-d20::before {
	content: "\f6cf";
}
.fa-dice-d4::before {
	content: "\f6d0";
}
.fa-dice-d6::before {
	content: "\f6d1";
}
.fa-dice-d8::before {
	content: "\f6d2";
}
.fa-dice-five::before {
	content: "\f523";
}
.fa-dice-four::before {
	content: "\f524";
}
.fa-dice-one::before {
	content: "\f525";
}
.fa-dice-six::before {
	content: "\f526";
}
.fa-dice-three::before {
	content: "\f527";
}
.fa-dice-two::before {
	content: "\f528";
}
.fa-diploma::before {
	content: "\f5ea";
}
.fa-scroll-ribbon::before {
	content: "\f5ea";
}
.fa-disc-drive::before {
	content: "\f8b5";
}
.fa-disease::before {
	content: "\f7fa";
}
.fa-display::before {
	content: "\e163";
}
.fa-display-arrow-down::before {
	content: "\e164";
}
.fa-display-code::before {
	content: "\e165";
}
.fa-desktop-code::before {
	content: "\e165";
}
.fa-display-medical::before {
	content: "\e166";
}
.fa-desktop-medical::before {
	content: "\e166";
}
.fa-display-slash::before {
	content: "\e2fa";
}
.fa-desktop-slash::before {
	content: "\e2fa";
}
.fa-distribute-spacing-horizontal::before {
	content: "\e365";
}
.fa-distribute-spacing-vertical::before {
	content: "\e366";
}
.fa-ditto::before {
	content: "\22";
}
.fa-divide::before {
	content: "\f529";
}
.fa-dna::before {
	content: "\f471";
}
.fa-do-not-enter::before {
	content: "\f5ec";
}
.fa-dog::before {
	content: "\f6d3";
}
.fa-dog-leashed::before {
	content: "\f6d4";
}
.fa-dollar-sign::before {
	content: "\24";
}
.fa-dollar::before {
	content: "\24";
}
.fa-usd::before {
	content: "\24";
}
.fa-dolly::before {
	content: "\f472";
}
.fa-dolly-box::before {
	content: "\f472";
}
.fa-dolly-empty::before {
	content: "\f473";
}
.fa-dolphin::before {
	content: "\e168";
}
.fa-dong-sign::before {
	content: "\e169";
}
.fa-donut::before {
	content: "\e406";
}
.fa-doughnut::before {
	content: "\e406";
}
.fa-door-closed::before {
	content: "\f52a";
}
.fa-door-open::before {
	content: "\f52b";
}
.fa-dove::before {
	content: "\f4ba";
}
.fa-down::before {
	content: "\f354";
}
.fa-arrow-alt-down::before {
	content: "\f354";
}
.fa-down-from-dotted-line::before {
	content: "\e407";
}
.fa-down-from-line::before {
	content: "\f349";
}
.fa-arrow-alt-from-top::before {
	content: "\f349";
}
.fa-down-left::before {
	content: "\e16a";
}
.fa-down-left-and-up-right-to-center::before {
	content: "\f422";
}
.fa-compress-alt::before {
	content: "\f422";
}
.fa-down-long::before {
	content: "\f309";
}
.fa-long-arrow-alt-down::before {
	content: "\f309";
}
.fa-down-right::before {
	content: "\e16b";
}
.fa-down-to-dotted-line::before {
	content: "\e408";
}
.fa-down-to-line::before {
	content: "\f34a";
}
.fa-arrow-alt-to-bottom::before {
	content: "\f34a";
}
.fa-download::before {
	content: "\f019";
}
.fa-dragon::before {
	content: "\f6d5";
}
.fa-draw-circle::before {
	content: "\f5ed";
}
.fa-draw-polygon::before {
	content: "\f5ee";
}
.fa-draw-square::before {
	content: "\f5ef";
}
.fa-dreidel::before {
	content: "\f792";
}
.fa-drone::before {
	content: "\f85f";
}
.fa-drone-front::before {
	content: "\f860";
}
.fa-drone-alt::before {
	content: "\f860";
}
.fa-droplet::before {
	content: "\f043";
}
.fa-tint::before {
	content: "\f043";
}
.fa-droplet-degree::before {
	content: "\f748";
}
.fa-dewpoint::before {
	content: "\f748";
}
.fa-droplet-percent::before {
	content: "\f750";
}
.fa-humidity::before {
	content: "\f750";
}
.fa-droplet-slash::before {
	content: "\f5c7";
}
.fa-tint-slash::before {
	content: "\f5c7";
}
.fa-drum::before {
	content: "\f569";
}
.fa-drum-steelpan::before {
	content: "\f56a";
}
.fa-drumstick::before {
	content: "\f6d6";
}
.fa-drumstick-bite::before {
	content: "\f6d7";
}
.fa-dryer::before {
	content: "\f861";
}
.fa-dryer-heat::before {
	content: "\f862";
}
.fa-dryer-alt::before {
	content: "\f862";
}
.fa-duck::before {
	content: "\f6d8";
}
.fa-dumbbell::before {
	content: "\f44b";
}
.fa-dumpster::before {
	content: "\f793";
}
.fa-dumpster-fire::before {
	content: "\f794";
}
.fa-dungeon::before {
	content: "\f6d9";
}
.fa-e::before {
	content: "\45";
}
.fa-ear::before {
	content: "\f5f0";
}
.fa-ear-deaf::before {
	content: "\f2a4";
}
.fa-deaf::before {
	content: "\f2a4";
}
.fa-deafness::before {
	content: "\f2a4";
}
.fa-hard-of-hearing::before {
	content: "\f2a4";
}
.fa-ear-listen::before {
	content: "\f2a2";
}
.fa-assistive-listening-systems::before {
	content: "\f2a2";
}
.fa-ear-muffs::before {
	content: "\f795";
}
.fa-earth-africa::before {
	content: "\f57c";
}
.fa-globe-africa::before {
	content: "\f57c";
}
.fa-earth-americas::before {
	content: "\f57d";
}
.fa-earth::before {
	content: "\f57d";
}
.fa-globe-americas::before {
	content: "\f57d";
}
.fa-earth-asia::before {
	content: "\f57e";
}
.fa-globe-asia::before {
	content: "\f57e";
}
.fa-earth-europa::before {
	content: "\f7a2";
}
.fa-globe-europe::before {
	content: "\f7a2";
}
.fa-eclipse::before {
	content: "\f749";
}
.fa-egg::before {
	content: "\f7fb";
}
.fa-egg-fried::before {
	content: "\f7fc";
}
.fa-eggplant::before {
	content: "\e16c";
}
.fa-eject::before {
	content: "\f052";
}
.fa-elephant::before {
	content: "\f6da";
}
.fa-elevator::before {
	content: "\e16d";
}
.fa-ellipsis::before {
	content: "\f141";
}
.fa-ellipsis-h::before {
	content: "\f141";
}
.fa-ellipsis-stroke::before {
	content: "\f39b";
}
.fa-ellipsis-h-alt::before {
	content: "\f39b";
}
.fa-ellipsis-stroke-vertical::before {
	content: "\f39c";
}
.fa-ellipsis-v-alt::before {
	content: "\f39c";
}
.fa-ellipsis-vertical::before {
	content: "\f142";
}
.fa-ellipsis-v::before {
	content: "\f142";
}
.fa-empty-set::before {
	content: "\f656";
}
.fa-engine::before {
	content: "\e16e";
}
.fa-engine-warning::before {
	content: "\f5f2";
}
.fa-engine-exclamation::before {
	content: "\f5f2";
}
.fa-envelope::before {
	content: "\f0e0";
}
.fa-envelope-dot::before {
	content: "\e16f";
}
.fa-envelope-badge::before {
	content: "\e16f";
}
.fa-envelope-open::before {
	content: "\f2b6";
}
.fa-envelope-open-dollar::before {
	content: "\f657";
}
.fa-envelope-open-text::before {
	content: "\f658";
}
.fa-envelopes::before {
	content: "\e170";
}
.fa-envelopes-bulk::before {
	content: "\f674";
}
.fa-mail-bulk::before {
	content: "\f674";
}
.fa-equals::before {
	content: "\3d";
}
.fa-eraser::before {
	content: "\f12d";
}
.fa-escalator::before {
	content: "\e171";
}
.fa-ethernet::before {
	content: "\f796";
}
.fa-euro-sign::before {
	content: "\f153";
}
.fa-eur::before {
	content: "\f153";
}
.fa-euro::before {
	content: "\f153";
}
.fa-exclamation::before {
	content: "\21";
}
.fa-expand::before {
	content: "\f065";
}
.fa-expand-wide::before {
	content: "\f320";
}
.fa-eye::before {
	content: "\f06e";
}
.fa-eye-dropper::before {
	content: "\f1fb";
}
.fa-eye-dropper-empty::before {
	content: "\f1fb";
}
.fa-eyedropper::before {
	content: "\f1fb";
}
.fa-eye-dropper-full::before {
	content: "\e172";
}
.fa-eye-dropper-half::before {
	content: "\e173";
}
.fa-eye-evil::before {
	content: "\f6db";
}
.fa-eye-low-vision::before {
	content: "\f2a8";
}
.fa-low-vision::before {
	content: "\f2a8";
}
.fa-eye-slash::before {
	content: "\f070";
}
.fa-eyes::before {
	content: "\e367";
}
.fa-f::before {
	content: "\46";
}
.fa-face-angry::before {
	content: "\f556";
}
.fa-angry::before {
	content: "\f556";
}
.fa-face-angry-horns::before {
	content: "\e368";
}
.fa-face-anguished::before {
	content: "\e369";
}
.fa-face-anxious-sweat::before {
	content: "\e36a";
}
.fa-face-astonished::before {
	content: "\e36b";
}
.fa-face-awesome::before {
	content: "\e409";
}
.fa-gave-dandy::before {
	content: "\e409";
}
.fa-face-confounded::before {
	content: "\e36c";
}
.fa-face-confused::before {
	content: "\e36d";
}
.fa-face-cowboy-hat::before {
	content: "\e36e";
}
.fa-face-disappointed::before {
	content: "\e36f";
}
.fa-face-disguise::before {
	content: "\e370";
}
.fa-face-dizzy::before {
	content: "\f567";
}
.fa-dizzy::before {
	content: "\f567";
}
.fa-face-downcast-sweat::before {
	content: "\e371";
}
.fa-face-drooling::before {
	content: "\e372";
}
.fa-face-explode::before {
	content: "\e2fe";
}
.fa-exploding-head::before {
	content: "\e2fe";
}
.fa-face-expressionless::before {
	content: "\e373";
}
.fa-face-eyes-xmarks::before {
	content: "\e374";
}
.fa-face-fearful::before {
	content: "\e375";
}
.fa-face-flushed::before {
	content: "\f579";
}
.fa-flushed::before {
	content: "\f579";
}
.fa-face-frown::before {
	content: "\f119";
}
.fa-frown::before {
	content: "\f119";
}
.fa-face-frown-open::before {
	content: "\f57a";
}
.fa-frown-open::before {
	content: "\f57a";
}
.fa-face-frown-slight::before {
	content: "\e376";
}
.fa-face-glasses::before {
	content: "\e377";
}
.fa-face-grimace::before {
	content: "\f57f";
}
.fa-grimace::before {
	content: "\f57f";
}
.fa-face-grin::before {
	content: "\f580";
}
.fa-grin::before {
	content: "\f580";
}
.fa-face-grin-beam::before {
	content: "\f582";
}
.fa-grin-beam::before {
	content: "\f582";
}
.fa-face-grin-beam-sweat::before {
	content: "\f583";
}
.fa-grin-beam-sweat::before {
	content: "\f583";
}
.fa-face-grin-hearts::before {
	content: "\f584";
}
.fa-grin-hearts::before {
	content: "\f584";
}
.fa-face-grin-squint::before {
	content: "\f585";
}
.fa-grin-squint::before {
	content: "\f585";
}
.fa-face-grin-squint-tears::before {
	content: "\f586";
}
.fa-grin-squint-tears::before {
	content: "\f586";
}
.fa-face-grin-stars::before {
	content: "\f587";
}
.fa-grin-stars::before {
	content: "\f587";
}
.fa-face-grin-tears::before {
	content: "\f588";
}
.fa-grin-tears::before {
	content: "\f588";
}
.fa-face-grin-tongue::before {
	content: "\f589";
}
.fa-grin-tongue::before {
	content: "\f589";
}
.fa-face-grin-tongue-squint::before {
	content: "\f58a";
}
.fa-grin-tongue-squint::before {
	content: "\f58a";
}
.fa-face-grin-tongue-wink::before {
	content: "\f58b";
}
.fa-grin-tongue-wink::before {
	content: "\f58b";
}
.fa-face-grin-wide::before {
	content: "\f581";
}
.fa-grin-alt::before {
	content: "\f581";
}
.fa-face-grin-wink::before {
	content: "\f58c";
}
.fa-grin-wink::before {
	content: "\f58c";
}
.fa-face-hand-over-mouth::before {
	content: "\e378";
}
.fa-face-hand-yawn::before {
	content: "\e379";
}
.fa-face-head-bandage::before {
	content: "\e37a";
}
.fa-face-hushed::before {
	content: "\e37b";
}
.fa-face-icicles::before {
	content: "\e37c";
}
.fa-face-kiss::before {
	content: "\f596";
}
.fa-kiss::before {
	content: "\f596";
}
.fa-face-kiss-beam::before {
	content: "\f597";
}
.fa-kiss-beam::before {
	content: "\f597";
}
.fa-face-kiss-closed-eyes::before {
	content: "\e37d";
}
.fa-face-kiss-wink-heart::before {
	content: "\f598";
}
.fa-kiss-wink-heart::before {
	content: "\f598";
}
.fa-face-laugh::before {
	content: "\f599";
}
.fa-laugh::before {
	content: "\f599";
}
.fa-face-laugh-beam::before {
	content: "\f59a";
}
.fa-laugh-beam::before {
	content: "\f59a";
}
.fa-face-laugh-squint::before {
	content: "\f59b";
}
.fa-laugh-squint::before {
	content: "\f59b";
}
.fa-face-laugh-wink::before {
	content: "\f59c";
}
.fa-laugh-wink::before {
	content: "\f59c";
}
.fa-face-lying::before {
	content: "\e37e";
}
.fa-face-mask::before {
	content: "\e37f";
}
.fa-face-meh::before {
	content: "\f11a";
}
.fa-meh::before {
	content: "\f11a";
}
.fa-face-meh-blank::before {
	content: "\f5a4";
}
.fa-meh-blank::before {
	content: "\f5a4";
}
.fa-face-monocle::before {
	content: "\e380";
}
.fa-face-nauseated::before {
	content: "\e381";
}
.fa-face-nose-steam::before {
	content: "\e382";
}
.fa-face-party::before {
	content: "\e383";
}
.fa-face-pensive::before {
	content: "\e384";
}
.fa-face-persevering::before {
	content: "\e385";
}
.fa-face-pleading::before {
	content: "\e386";
}
.fa-face-pouting::before {
	content: "\e387";
}
.fa-face-raised-eyebrow::before {
	content: "\e388";
}
.fa-face-relieved::before {
	content: "\e389";
}
.fa-face-rolling-eyes::before {
	content: "\f5a5";
}
.fa-meh-rolling-eyes::before {
	content: "\f5a5";
}
.fa-face-sad-cry::before {
	content: "\f5b3";
}
.fa-sad-cry::before {
	content: "\f5b3";
}
.fa-face-sad-sweat::before {
	content: "\e38a";
}
.fa-face-sad-tear::before {
	content: "\f5b4";
}
.fa-sad-tear::before {
	content: "\f5b4";
}
.fa-face-scream::before {
	content: "\e38b";
}
.fa-face-shush::before {
	content: "\e38c";
}
.fa-face-sleeping::before {
	content: "\e38d";
}
.fa-face-sleepy::before {
	content: "\e38e";
}
.fa-face-smile::before {
	content: "\f118";
}
.fa-smile::before {
	content: "\f118";
}
.fa-face-smile-beam::before {
	content: "\f5b8";
}
.fa-smile-beam::before {
	content: "\f5b8";
}
.fa-face-smile-halo::before {
	content: "\e38f";
}
.fa-face-smile-hearts::before {
	content: "\e390";
}
.fa-face-smile-horns::before {
	content: "\e391";
}
.fa-face-smile-plus::before {
	content: "\f5b9";
}
.fa-smile-plus::before {
	content: "\f5b9";
}
.fa-face-smile-relaxed::before {
	content: "\e392";
}
.fa-face-smile-tear::before {
	content: "\e393";
}
.fa-face-smile-tongue::before {
	content: "\e394";
}
.fa-face-smile-upside-down::before {
	content: "\e395";
}
.fa-face-smile-wink::before {
	content: "\f4da";
}
.fa-smile-wink::before {
	content: "\f4da";
}
.fa-face-smiling-hands::before {
	content: "\e396";
}
.fa-face-smirking::before {
	content: "\e397";
}
.fa-face-sunglasses::before {
	content: "\e398";
}
.fa-face-surprise::before {
	content: "\f5c2";
}
.fa-surprise::before {
	content: "\f5c2";
}
.fa-face-swear::before {
	content: "\e399";
}
.fa-face-thermometer::before {
	content: "\e39a";
}
.fa-face-thinking::before {
	content: "\e39b";
}
.fa-face-tired::before {
	content: "\f5c8";
}
.fa-tired::before {
	content: "\f5c8";
}
.fa-face-tissue::before {
	content: "\e39c";
}
.fa-face-tongue-money::before {
	content: "\e39d";
}
.fa-face-tongue-sweat::before {
	content: "\e39e";
}
.fa-face-unamused::before {
	content: "\e39f";
}
.fa-face-viewfinder::before {
	content: "\e2ff";
}
.fa-face-vomit::before {
	content: "\e3a0";
}
.fa-face-weary::before {
	content: "\e3a1";
}
.fa-face-woozy::before {
	content: "\e3a2";
}
.fa-face-worried::before {
	content: "\e3a3";
}
.fa-face-zany::before {
	content: "\e3a4";
}
.fa-face-zipper::before {
	content: "\e3a5";
}
.fa-falafel::before {
	content: "\e40a";
}
.fa-family::before {
	content: "\e300";
}
.fa-family-dress::before {
	content: "\e301";
}
.fa-family-pants::before {
	content: "\e302";
}
.fa-fan::before {
	content: "\f863";
}
.fa-fan-table::before {
	content: "\e004";
}
.fa-farm::before {
	content: "\f864";
}
.fa-barn-silo::before {
	content: "\f864";
}
.fa-faucet::before {
	content: "\e005";
}
.fa-faucet-drip::before {
	content: "\e006";
}
.fa-fax::before {
	content: "\f1ac";
}
.fa-feather::before {
	content: "\f52d";
}
.fa-feather-pointed::before {
	content: "\f56b";
}
.fa-feather-alt::before {
	content: "\f56b";
}
.fa-fence::before {
	content: "\e303";
}
.fa-ferris-wheel::before {
	content: "\e174";
}
.fa-field-hockey-stick-ball::before {
	content: "\f44c";
}
.fa-field-hockey::before {
	content: "\f44c";
}
.fa-file::before {
	content: "\f15b";
}
.fa-file-arrow-down::before {
	content: "\f56d";
}
.fa-file-download::before {
	content: "\f56d";
}
.fa-file-arrow-up::before {
	content: "\f574";
}
.fa-file-upload::before {
	content: "\f574";
}
.fa-file-audio::before {
	content: "\f1c7";
}
.fa-file-binary::before {
	content: "\e175";
}
.fa-file-certificate::before {
	content: "\f5f3";
}
.fa-file-award::before {
	content: "\f5f3";
}
.fa-file-chart-column::before {
	content: "\f659";
}
.fa-file-chart-line::before {
	content: "\f659";
}
.fa-file-chart-pie::before {
	content: "\f65a";
}
.fa-file-check::before {
	content: "\f316";
}
.fa-file-code::before {
	content: "\f1c9";
}
.fa-file-contract::before {
	content: "\f56c";
}
.fa-file-csv::before {
	content: "\f6dd";
}
.fa-file-dashed-line::before {
	content: "\f877";
}
.fa-page-break::before {
	content: "\f877";
}
.fa-file-excel::before {
	content: "\f1c3";
}
.fa-file-exclamation::before {
	content: "\f31a";
}
.fa-file-export::before {
	content: "\f56e";
}
.fa-arrow-right-from-file::before {
	content: "\f56e";
}
.fa-file-heart::before {
	content: "\e176";
}
.fa-file-image::before {
	content: "\f1c5";
}
.fa-file-import::before {
	content: "\f56f";
}
.fa-arrow-right-to-file::before {
	content: "\f56f";
}
.fa-file-invoice::before {
	content: "\f570";
}
.fa-file-invoice-dollar::before {
	content: "\f571";
}
.fa-file-lines::before {
	content: "\f15c";
}
.fa-file-alt::before {
	content: "\f15c";
}
.fa-file-text::before {
	content: "\f15c";
}
.fa-file-lock::before {
	content: "\e3a6";
}
.fa-file-magnifying-glass::before {
	content: "\f865";
}
.fa-file-search::before {
	content: "\f865";
}
.fa-file-medical::before {
	content: "\f477";
}
.fa-file-minus::before {
	content: "\f318";
}
.fa-file-music::before {
	content: "\f8b6";
}
.fa-file-pdf::before {
	content: "\f1c1";
}
.fa-file-pen::before {
	content: "\f31c";
}
.fa-file-edit::before {
	content: "\f31c";
}
.fa-file-plus::before {
	content: "\f319";
}
.fa-file-plus-minus::before {
	content: "\e177";
}
.fa-file-powerpoint::before {
	content: "\f1c4";
}
.fa-file-prescription::before {
	content: "\f572";
}
.fa-file-signature::before {
	content: "\f573";
}
.fa-file-slash::before {
	content: "\e3a7";
}
.fa-file-spreadsheet::before {
	content: "\f65b";
}
.fa-file-user::before {
	content: "\f65c";
}
.fa-file-video::before {
	content: "\f1c8";
}
.fa-file-waveform::before {
	content: "\f478";
}
.fa-file-medical-alt::before {
	content: "\f478";
}
.fa-file-word::before {
	content: "\f1c2";
}
.fa-file-xmark::before {
	content: "\f317";
}
.fa-file-times::before {
	content: "\f317";
}
.fa-file-zipper::before {
	content: "\f1c6";
}
.fa-file-archive::before {
	content: "\f1c6";
}
.fa-files::before {
	content: "\e178";
}
.fa-files-medical::before {
	content: "\f7fd";
}
.fa-fill::before {
	content: "\f575";
}
.fa-fill-drip::before {
	content: "\f576";
}
.fa-film::before {
	content: "\f008";
}
.fa-film-canister::before {
	content: "\f8b7";
}
.fa-film-simple::before {
	content: "\f3a0";
}
.fa-film-alt::before {
	content: "\f3a0";
}
.fa-film-slash::before {
	content: "\e179";
}
.fa-films::before {
	content: "\e17a";
}
.fa-filter::before {
	content: "\f0b0";
}
.fa-filter-circle-dollar::before {
	content: "\f662";
}
.fa-funnel-dollar::before {
	content: "\f662";
}
.fa-filter-circle-xmark::before {
	content: "\e17b";
}
.fa-filter-list::before {
	content: "\e17c";
}
.fa-filter-slash::before {
	content: "\e17d";
}
.fa-filters::before {
	content: "\e17e";
}
.fa-fingerprint::before {
	content: "\f577";
}
.fa-fire::before {
	content: "\f06d";
}
.fa-fire-extinguisher::before {
	content: "\f134";
}
.fa-fire-flame::before {
	content: "\f6df";
}
.fa-flame::before {
	content: "\f6df";
}
.fa-fire-flame-curved::before {
	content: "\f7e4";
}
.fa-fire-alt::before {
	content: "\f7e4";
}
.fa-fire-flame-simple::before {
	content: "\f46a";
}
.fa-burn::before {
	content: "\f46a";
}
.fa-fire-hydrant::before {
	content: "\e17f";
}
.fa-fire-smoke::before {
	content: "\f74b";
}
.fa-fireplace::before {
	content: "\f79a";
}
.fa-fish::before {
	content: "\f578";
}
.fa-fish-bones::before {
	content: "\e304";
}
.fa-fish-cooked::before {
	content: "\f7fe";
}
.fa-fishing-rod::before {
	content: "\e3a8";
}
.fa-flag::before {
	content: "\f024";
}
.fa-flag-checkered::before {
	content: "\f11e";
}
.fa-flag-pennant::before {
	content: "\f456";
}
.fa-pennant::before {
	content: "\f456";
}
.fa-flag-swallowtail::before {
	content: "\f74c";
}
.fa-flag-alt::before {
	content: "\f74c";
}
.fa-flag-usa::before {
	content: "\f74d";
}
.fa-flashlight::before {
	content: "\f8b8";
}
.fa-flask::before {
	content: "\f0c3";
}
.fa-flask-round-poison::before {
	content: "\f6e0";
}
.fa-flask-poison::before {
	content: "\f6e0";
}
.fa-flask-round-potion::before {
	content: "\f6e1";
}
.fa-flask-potion::before {
	content: "\f6e1";
}
.fa-flatbread::before {
	content: "\e40b";
}
.fa-flatbread-stuffed::before {
	content: "\e40c";
}
.fa-floppy-disk::before {
	content: "\f0c7";
}
.fa-save::before {
	content: "\f0c7";
}
.fa-floppy-disk-circle-arrow-right::before {
	content: "\e180";
}
.fa-save-circle-arrow-right::before {
	content: "\e180";
}
.fa-floppy-disk-circle-xmark::before {
	content: "\e181";
}
.fa-floppy-disk-times::before {
	content: "\e181";
}
.fa-save-circle-xmark::before {
	content: "\e181";
}
.fa-save-times::before {
	content: "\e181";
}
.fa-floppy-disk-pen::before {
	content: "\e182";
}
.fa-floppy-disks::before {
	content: "\e183";
}
.fa-florin-sign::before {
	content: "\e184";
}
.fa-flower::before {
	content: "\f7ff";
}
.fa-flower-daffodil::before {
	content: "\f800";
}
.fa-flower-tulip::before {
	content: "\f801";
}
.fa-flute::before {
	content: "\f8b9";
}
.fa-flux-capacitor::before {
	content: "\f8ba";
}
.fa-flying-disc::before {
	content: "\e3a9";
}
.fa-folder::before {
	content: "\f07b";
}
.fa-folder-arrow-down::before {
	content: "\e053";
}
.fa-folder-download::before {
	content: "\e053";
}
.fa-folder-arrow-up::before {
	content: "\e054";
}
.fa-folder-upload::before {
	content: "\e054";
}
.fa-folder-blank::before {
	content: "\e185";
}
.fa-folder-bookmark::before {
	content: "\e186";
}
.fa-folder-gear::before {
	content: "\e187";
}
.fa-folder-cog::before {
	content: "\e187";
}
.fa-folder-grid::before {
	content: "\e188";
}
.fa-folder-heart::before {
	content: "\e189";
}
.fa-folder-image::before {
	content: "\e18a";
}
.fa-folder-magnifying-glass::before {
	content: "\e18b";
}
.fa-folder-search::before {
	content: "\e18b";
}
.fa-folder-medical::before {
	content: "\e18c";
}
.fa-folder-minus::before {
	content: "\f65d";
}
.fa-folder-music::before {
	content: "\e18d";
}
.fa-folder-open::before {
	content: "\f07c";
}
.fa-folder-plus::before {
	content: "\f65e";
}
.fa-folder-tree::before {
	content: "\f802";
}
.fa-folder-user::before {
	content: "\e18e";
}
.fa-folder-xmark::before {
	content: "\f65f";
}
.fa-folder-times::before {
	content: "\f65f";
}
.fa-folders::before {
	content: "\f660";
}
.fa-fondue-pot::before {
	content: "\e40d";
}
.fa-font::before {
	content: "\f031";
}
.fa-font-case::before {
	content: "\f866";
}
.fa-football::before {
	content: "\f44e";
}
.fa-football-ball::before {
	content: "\f44e";
}
.fa-football-helmet::before {
	content: "\f44f";
}
.fa-fork::before {
	content: "\f2e3";
}
.fa-utensil-fork::before {
	content: "\f2e3";
}
.fa-fork-knife::before {
	content: "\f2e6";
}
.fa-utensils-alt::before {
	content: "\f2e6";
}
.fa-forklift::before {
	content: "\f47a";
}
.fa-forward::before {
	content: "\f04e";
}
.fa-forward-fast::before {
	content: "\f050";
}
.fa-fast-forward::before {
	content: "\f050";
}
.fa-forward-step::before {
	content: "\f051";
}
.fa-step-forward::before {
	content: "\f051";
}
.fa-franc-sign::before {
	content: "\e18f";
}
.fa-french-fries::before {
	content: "\f803";
}
.fa-frog::before {
	content: "\f52e";
}
.fa-function::before {
	content: "\f661";
}
.fa-futbol::before {
	content: "\f1e3";
}
.fa-futbol-ball::before {
	content: "\f1e3";
}
.fa-soccer-ball::before {
	content: "\f1e3";
}
.fa-g::before {
	content: "\47";
}
.fa-galaxy::before {
	content: "\e008";
}
.fa-gallery-thumbnails::before {
	content: "\e3aa";
}
.fa-game-board::before {
	content: "\f867";
}
.fa-game-board-simple::before {
	content: "\f868";
}
.fa-game-board-alt::before {
	content: "\f868";
}
.fa-game-console-handheld::before {
	content: "\f8bb";
}
.fa-gamepad::before {
	content: "\f11b";
}
.fa-gamepad-modern::before {
	content: "\f8bc";
}
.fa-gamepad-alt::before {
	content: "\f8bc";
}
.fa-garage::before {
	content: "\e009";
}
.fa-garage-car::before {
	content: "\e00a";
}
.fa-garage-open::before {
	content: "\e00b";
}
.fa-garlic::before {
	content: "\e40e";
}
.fa-gas-pump::before {
	content: "\f52f";
}
.fa-gas-pump-slash::before {
	content: "\f5f4";
}
.fa-gauge::before {
	content: "\f625";
}
.fa-dashboard::before {
	content: "\f625";
}
.fa-gauge-high::before {
	content: "\f625";
}
.fa-tachometer-alt::before {
	content: "\f625";
}
.fa-tachometer-alt-fast::before {
	content: "\f625";
}
.fa-gauge-low::before {
	content: "\f627";
}
.fa-tachometer-alt-slow::before {
	content: "\f627";
}
.fa-gauge-max::before {
	content: "\f626";
}
.fa-tachometer-alt-fastest::before {
	content: "\f626";
}
.fa-gauge-med::before {
	content: "\f624";
}
.fa-tachometer-alt-average::before {
	content: "\f624";
}
.fa-gauge-min::before {
	content: "\f628";
}
.fa-tachometer-alt-slowest::before {
	content: "\f628";
}
.fa-gauge-simple::before {
	content: "\f62a";
}
.fa-gauge-simple-high::before {
	content: "\f62a";
}
.fa-tachometer::before {
	content: "\f62a";
}
.fa-gauge-simple-low::before {
	content: "\f62c";
}
.fa-tachometer-slow::before {
	content: "\f62c";
}
.fa-gauge-simple-max::before {
	content: "\f62b";
}
.fa-tachometer-fastest::before {
	content: "\f62b";
}
.fa-gauge-simple-med::before {
	content: "\f629";
}
.fa-tachometer-average::before {
	content: "\f629";
}
.fa-gauge-simple-min::before {
	content: "\f62d";
}
.fa-tachometer-slowest::before {
	content: "\f62d";
}
.fa-gavel::before {
	content: "\f0e3";
}
.fa-legal::before {
	content: "\f0e3";
}
.fa-gear::before {
	content: "\f013";
}
.fa-cog::before {
	content: "\f013";
}
.fa-gears::before {
	content: "\f085";
}
.fa-cogs::before {
	content: "\f085";
}
.fa-gem::before {
	content: "\f3a5";
}
.fa-genderless::before {
	content: "\f22d";
}
.fa-ghost::before {
	content: "\f6e2";
}
.fa-gif::before {
	content: "\e190";
}
.fa-gift::before {
	content: "\f06b";
}
.fa-gift-card::before {
	content: "\f663";
}
.fa-gifts::before {
	content: "\f79c";
}
.fa-gingerbread-man::before {
	content: "\f79d";
}
.fa-glass::before {
	content: "\f804";
}
.fa-glass-citrus::before {
	content: "\f869";
}
.fa-glass-empty::before {
	content: "\e191";
}
.fa-glass-half::before {
	content: "\e192";
}
.fa-glass-half-empty::before {
	content: "\e192";
}
.fa-glass-half-full::before {
	content: "\e192";
}
.fa-glasses::before {
	content: "\f530";
}
.fa-glasses-round::before {
	content: "\f5f5";
}
.fa-glasses-alt::before {
	content: "\f5f5";
}
.fa-globe::before {
	content: "\f0ac";
}
.fa-globe-snow::before {
	content: "\f7a3";
}
.fa-globe-stand::before {
	content: "\f5f6";
}
.fa-goal-net::before {
	content: "\e3ab";
}
.fa-golf-ball-tee::before {
	content: "\f450";
}
.fa-golf-ball::before {
	content: "\f450";
}
.fa-golf-club::before {
	content: "\f451";
}
.fa-golf-flag-hole::before {
	content: "\e3ac";
}
.fa-gopuram::before {
	content: "\f664";
}
.fa-graduation-cap::before {
	content: "\f19d";
}
.fa-mortar-board::before {
	content: "\f19d";
}
.fa-gramophone::before {
	content: "\f8bd";
}
.fa-grapes::before {
	content: "\e306";
}
.fa-grate::before {
	content: "\e193";
}
.fa-grate-droplet::before {
	content: "\e194";
}
.fa-greater-than::before {
	content: "\3e";
}
.fa-greater-than-equal::before {
	content: "\f532";
}
.fa-grid::before {
	content: "\e195";
}
.fa-grid-3::before {
	content: "\e195";
}
.fa-grid-2::before {
	content: "\e196";
}
.fa-grid-2-plus::before {
	content: "\e197";
}
.fa-grid-4::before {
	content: "\e198";
}
.fa-grid-5::before {
	content: "\e199";
}
.fa-grid-dividers::before {
	content: "\e3ad";
}
.fa-grid-horizontal::before {
	content: "\e307";
}
.fa-grip::before {
	content: "\f58d";
}
.fa-grip-horizontal::before {
	content: "\f58d";
}
.fa-grip-dots::before {
	content: "\e410";
}
.fa-grip-dots-vertical::before {
	content: "\e411";
}
.fa-grip-lines::before {
	content: "\f7a4";
}
.fa-grip-lines-vertical::before {
	content: "\f7a5";
}
.fa-grip-vertical::before {
	content: "\f58e";
}
.fa-guarani-sign::before {
	content: "\e19a";
}
.fa-guitar::before {
	content: "\f7a6";
}
.fa-guitar-electric::before {
	content: "\f8be";
}
.fa-guitars::before {
	content: "\f8bf";
}
.fa-gun::before {
	content: "\e19b";
}
.fa-gun-slash::before {
	content: "\e19c";
}
.fa-gun-squirt::before {
	content: "\e19d";
}
.fa-h::before {
	content: "\48";
}
.fa-h1::before {
	content: "\f313";
}
.fa-h2::before {
	content: "\f314";
}
.fa-h3::before {
	content: "\f315";
}
.fa-h4::before {
	content: "\f86a";
}
.fa-h5::before {
	content: "\e412";
}
.fa-h6::before {
	content: "\e413";
}
.fa-hammer::before {
	content: "\f6e3";
}
.fa-hammer-crash::before {
	content: "\e414";
}
.fa-hammer-war::before {
	content: "\f6e4";
}
.fa-hamsa::before {
	content: "\f665";
}
.fa-hand::before {
	content: "\f256";
}
.fa-hand-paper::before {
	content: "\f256";
}
.fa-hand-back-fist::before {
	content: "\f255";
}
.fa-hand-rock::before {
	content: "\f255";
}
.fa-hand-back-point-down::before {
	content: "\e19e";
}
.fa-hand-back-point-left::before {
	content: "\e19f";
}
.fa-hand-back-point-ribbon::before {
	content: "\e1a0";
}
.fa-hand-back-point-right::before {
	content: "\e1a1";
}
.fa-hand-back-point-up::before {
	content: "\e1a2";
}
.fa-hand-dots::before {
	content: "\f461";
}
.fa-allergies::before {
	content: "\f461";
}
.fa-hand-fingers-crossed::before {
	content: "\e1a3";
}
.fa-hand-fist::before {
	content: "\f6de";
}
.fa-fist-raised::before {
	content: "\f6de";
}
.fa-hand-heart::before {
	content: "\f4bc";
}
.fa-hand-holding::before {
	content: "\f4bd";
}
.fa-hand-holding-box::before {
	content: "\f47b";
}
.fa-hand-holding-dollar::before {
	content: "\f4c0";
}
.fa-hand-holding-usd::before {
	content: "\f4c0";
}
.fa-hand-holding-droplet::before {
	content: "\f4c1";
}
.fa-hand-holding-water::before {
	content: "\f4c1";
}
.fa-hand-holding-heart::before {
	content: "\f4be";
}
.fa-hand-holding-magic::before {
	content: "\f6e5";
}
.fa-hand-holding-medical::before {
	content: "\e05c";
}
.fa-hand-holding-seedling::before {
	content: "\f4bf";
}
.fa-hand-holding-skull::before {
	content: "\e1a4";
}
.fa-hand-horns::before {
	content: "\e1a9";
}
.fa-hand-lizard::before {
	content: "\f258";
}
.fa-hand-love::before {
	content: "\e1a5";
}
.fa-hand-middle-finger::before {
	content: "\f806";
}
.fa-hand-peace::before {
	content: "\f25b";
}
.fa-hand-point-down::before {
	content: "\f0a7";
}
.fa-hand-point-left::before {
	content: "\f0a5";
}
.fa-hand-point-ribbon::before {
	content: "\e1a6";
}
.fa-hand-point-right::before {
	content: "\f0a4";
}
.fa-hand-point-up::before {
	content: "\f0a6";
}
.fa-hand-pointer::before {
	content: "\f25a";
}
.fa-hand-scissors::before {
	content: "\f257";
}
.fa-hand-sparkles::before {
	content: "\e05d";
}
.fa-hand-spock::before {
	content: "\f259";
}
.fa-hand-wave::before {
	content: "\e1a7";
}
.fa-hands::before {
	content: "\f2a7";
}
.fa-sign-language::before {
	content: "\f2a7";
}
.fa-signing::before {
	content: "\f2a7";
}
.fa-hands-asl-interpreting::before {
	content: "\f2a3";
}
.fa-american-sign-language-interpreting::before {
	content: "\f2a3";
}
.fa-asl-interpreting::before {
	content: "\f2a3";
}
.fa-hands-american-sign-language-interpreting::before {
	content: "\f2a3";
}
.fa-hands-bubbles::before {
	content: "\e05e";
}
.fa-hands-wash::before {
	content: "\e05e";
}
.fa-hands-clapping::before {
	content: "\e1a8";
}
.fa-hands-holding::before {
	content: "\f4c2";
}
.fa-hands-holding-diamond::before {
	content: "\f47c";
}
.fa-hand-receiving::before {
	content: "\f47c";
}
.fa-hands-holding-dollar::before {
	content: "\f4c5";
}
.fa-hands-usd::before {
	content: "\f4c5";
}
.fa-hands-holding-heart::before {
	content: "\f4c3";
}
.fa-hands-heart::before {
	content: "\f4c3";
}
.fa-hands-praying::before {
	content: "\f684";
}
.fa-praying-hands::before {
	content: "\f684";
}
.fa-handshake::before {
	content: "\f2b5";
}
.fa-handshake-angle::before {
	content: "\f4c4";
}
.fa-hands-helping::before {
	content: "\f4c4";
}
.fa-handshake-simple::before {
	content: "\f4c6";
}
.fa-handshake-alt::before {
	content: "\f4c6";
}
.fa-handshake-simple-slash::before {
	content: "\e05f";
}
.fa-handshake-alt-slash::before {
	content: "\e05f";
}
.fa-handshake-slash::before {
	content: "\e060";
}
.fa-hanukiah::before {
	content: "\f6e6";
}
.fa-hard-drive::before {
	content: "\f0a0";
}
.fa-hdd::before {
	content: "\f0a0";
}
.fa-hashtag::before {
	content: "\23";
}
.fa-hashtag-lock::before {
	content: "\e415";
}
.fa-hat-chef::before {
	content: "\f86b";
}
.fa-hat-cowboy::before {
	content: "\f8c0";
}
.fa-hat-cowboy-side::before {
	content: "\f8c1";
}
.fa-hat-santa::before {
	content: "\f7a7";
}
.fa-hat-winter::before {
	content: "\f7a8";
}
.fa-hat-witch::before {
	content: "\f6e7";
}
.fa-hat-wizard::before {
	content: "\f6e8";
}
.fa-head-side::before {
	content: "\f6e9";
}
.fa-head-side-brain::before {
	content: "\f808";
}
.fa-head-side-cough::before {
	content: "\e061";
}
.fa-head-side-cough-slash::before {
	content: "\e062";
}
.fa-head-side-goggles::before {
	content: "\f6ea";
}
.fa-head-vr::before {
	content: "\f6ea";
}
.fa-head-side-headphones::before {
	content: "\f8c2";
}
.fa-head-side-heart::before {
	content: "\e1aa";
}
.fa-head-side-mask::before {
	content: "\e063";
}
.fa-head-side-medical::before {
	content: "\f809";
}
.fa-head-side-virus::before {
	content: "\e064";
}
.fa-heading::before {
	content: "\f1dc";
}
.fa-header::before {
	content: "\f1dc";
}
.fa-headphones::before {
	content: "\f025";
}
.fa-headphones-simple::before {
	content: "\f58f";
}
.fa-headphones-alt::before {
	content: "\f58f";
}
.fa-headset::before {
	content: "\f590";
}
.fa-heart::before {
	content: "\f004";
}
.fa-heart-crack::before {
	content: "\f7a9";
}
.fa-heart-broken::before {
	content: "\f7a9";
}
.fa-heart-half::before {
	content: "\e1ab";
}
.fa-heart-half-stroke::before {
	content: "\e1ac";
}
.fa-heart-half-alt::before {
	content: "\e1ac";
}
.fa-heart-pulse::before {
	content: "\f21e";
}
.fa-heartbeat::before {
	content: "\f21e";
}
.fa-heat::before {
	content: "\e00c";
}
.fa-helicopter::before {
	content: "\f533";
}
.fa-helmet-battle::before {
	content: "\f6eb";
}
.fa-helmet-safety::before {
	content: "\f807";
}
.fa-hard-hat::before {
	content: "\f807";
}
.fa-hat-hard::before {
	content: "\f807";
}
.fa-hexagon::before {
	content: "\f312";
}
.fa-hexagon-check::before {
	content: "\e416";
}
.fa-hexagon-divide::before {
	content: "\e1ad";
}
.fa-hexagon-exclamation::before {
	content: "\e417";
}
.fa-hexagon-minus::before {
	content: "\f307";
}
.fa-minus-hexagon::before {
	content: "\f307";
}
.fa-hexagon-plus::before {
	content: "\f300";
}
.fa-plus-hexagon::before {
	content: "\f300";
}
.fa-hexagon-xmark::before {
	content: "\f2ee";
}
.fa-times-hexagon::before {
	content: "\f2ee";
}
.fa-xmark-hexagon::before {
	content: "\f2ee";
}
.fa-high-definition::before {
	content: "\e1ae";
}
.fa-rectangle-hd::before {
	content: "\e1ae";
}
.fa-highlighter::before {
	content: "\f591";
}
.fa-highlighter-line::before {
	content: "\e1af";
}
.fa-hippo::before {
	content: "\f6ed";
}
.fa-hockey-mask::before {
	content: "\f6ee";
}
.fa-hockey-puck::before {
	content: "\f453";
}
.fa-hockey-stick-puck::before {
	content: "\e3ae";
}
.fa-hockey-sticks::before {
	content: "\f454";
}
.fa-holly-berry::before {
	content: "\f7aa";
}
.fa-honey-pot::before {
	content: "\e418";
}
.fa-hood-cloak::before {
	content: "\f6ef";
}
.fa-horizontal-rule::before {
	content: "\f86c";
}
.fa-horse::before {
	content: "\f6f0";
}
.fa-horse-head::before {
	content: "\f7ab";
}
.fa-horse-saddle::before {
	content: "\f8c3";
}
.fa-hose::before {
	content: "\e419";
}
.fa-hose-reel::before {
	content: "\e41a";
}
.fa-hospital::before {
	content: "\f0f8";
}
.fa-hospital-user::before {
	content: "\f80d";
}
.fa-hospital-wide::before {
	content: "\f47d";
}
.fa-hospital-alt::before {
	content: "\f47d";
}
.fa-hospitals::before {
	content: "\f80e";
}
.fa-hot-tub-person::before {
	content: "\f593";
}
.fa-hot-tub::before {
	content: "\f593";
}
.fa-hotdog::before {
	content: "\f80f";
}
.fa-hotel::before {
	content: "\f594";
}
.fa-hourglass::before {
	content: "\f254";
}
.fa-hourglass-2::before {
	content: "\f254";
}
.fa-hourglass-half::before {
	content: "\f254";
}
.fa-hourglass-clock::before {
	content: "\e41b";
}
.fa-hourglass-empty::before {
	content: "\f252";
}
.fa-hourglass-end::before {
	content: "\f253";
}
.fa-hourglass-3::before {
	content: "\f253";
}
.fa-hourglass-start::before {
	content: "\f251";
}
.fa-hourglass-1::before {
	content: "\f251";
}
.fa-house::before {
	content: "\f015";
}
.fa-home::before {
	content: "\f015";
}
.fa-house-blank::before {
	content: "\f80a";
}
.fa-home-blank::before {
	content: "\f80a";
}
.fa-home-lg-alt::before {
	content: "\f80a";
}
.fa-house-building::before {
	content: "\e1b1";
}
.fa-house-chimney::before {
	content: "\e3af";
}
.fa-home-lg::before {
	content: "\e3af";
}
.fa-house-chimney-blank::before {
	content: "\e3b0";
}
.fa-house-chimney-crack::before {
	content: "\f6f1";
}
.fa-house-damage::before {
	content: "\f6f1";
}
.fa-house-chimney-heart::before {
	content: "\e1b2";
}
.fa-house-chimney-medical::before {
	content: "\f7f2";
}
.fa-clinic-medical::before {
	content: "\f7f2";
}
.fa-house-chimney-user::before {
	content: "\e065";
}
.fa-house-chimney-window::before {
	content: "\e00d";
}
.fa-house-crack::before {
	content: "\e3b1";
}
.fa-house-day::before {
	content: "\e00e";
}
.fa-house-flood::before {
	content: "\f74f";
}
.fa-house-heart::before {
	content: "\f4c9";
}
.fa-home-heart::before {
	content: "\f4c9";
}
.fa-house-laptop::before {
	content: "\e066";
}
.fa-laptop-house::before {
	content: "\e066";
}
.fa-house-medical::before {
	content: "\e3b2";
}
.fa-house-night::before {
	content: "\e010";
}
.fa-house-person-leave::before {
	content: "\e00f";
}
.fa-house-person-depart::before {
	content: "\e00f";
}
.fa-house-person-return::before {
	content: "\e011";
}
.fa-house-person-arrive::before {
	content: "\e011";
}
.fa-house-signal::before {
	content: "\e012";
}
.fa-house-tree::before {
	content: "\e1b3";
}
.fa-house-turret::before {
	content: "\e1b4";
}
.fa-house-user::before {
	content: "\e1b0";
}
.fa-home-user::before {
	content: "\e1b0";
}
.fa-house-window::before {
	content: "\e3b3";
}
.fa-hryvnia-sign::before {
	content: "\f6f2";
}
.fa-hryvnia::before {
	content: "\f6f2";
}
.fa-hundred-points::before {
	content: "\e41c";
}
.fa-100::before {
	content: "\e41c";
}
.fa-hurricane::before {
	content: "\f751";
}
.fa-hyphen::before {
	content: "\2d";
}
.fa-i::before {
	content: "\49";
}
.fa-i-cursor::before {
	content: "\f246";
}
.fa-ice-cream::before {
	content: "\f810";
}
.fa-ice-skate::before {
	content: "\f7ac";
}
.fa-icicles::before {
	content: "\f7ad";
}
.fa-icons::before {
	content: "\f86d";
}
.fa-heart-music-camera-bolt::before {
	content: "\f86d";
}
.fa-id-badge::before {
	content: "\f2c1";
}
.fa-id-card::before {
	content: "\f2c2";
}
.fa-drivers-license::before {
	content: "\f2c2";
}
.fa-id-card-clip::before {
	content: "\f47f";
}
.fa-id-card-alt::before {
	content: "\f47f";
}
.fa-igloo::before {
	content: "\f7ae";
}
.fa-image::before {
	content: "\f03e";
}
.fa-image-landscape::before {
	content: "\e1b5";
}
.fa-landscape::before {
	content: "\e1b5";
}
.fa-image-polaroid::before {
	content: "\f8c4";
}
.fa-image-polaroid-user::before {
	content: "\e1b6";
}
.fa-image-portrait::before {
	content: "\f3e0";
}
.fa-portrait::before {
	content: "\f3e0";
}
.fa-image-slash::before {
	content: "\e1b7";
}
.fa-image-user::before {
	content: "\e1b8";
}
.fa-images::before {
	content: "\f302";
}
.fa-images-user::before {
	content: "\e1b9";
}
.fa-inbox::before {
	content: "\f01c";
}
.fa-inbox-full::before {
	content: "\e1ba";
}
.fa-inbox-in::before {
	content: "\f310";
}
.fa-inbox-arrow-down::before {
	content: "\f310";
}
.fa-inbox-out::before {
	content: "\f311";
}
.fa-inbox-arrow-up::before {
	content: "\f311";
}
.fa-inboxes::before {
	content: "\e1bb";
}
.fa-indent::before {
	content: "\f03c";
}
.fa-indian-rupee-sign::before {
	content: "\e1bc";
}
.fa-indian-rupee::before {
	content: "\e1bc";
}
.fa-inr::before {
	content: "\e1bc";
}
.fa-industry::before {
	content: "\f275";
}
.fa-industry-windows::before {
	content: "\f3b3";
}
.fa-industry-alt::before {
	content: "\f3b3";
}
.fa-infinity::before {
	content: "\f534";
}
.fa-info::before {
	content: "\f129";
}
.fa-inhaler::before {
	content: "\f5f9";
}
.fa-input-numeric::before {
	content: "\e1bd";
}
.fa-input-pipe::before {
	content: "\e1be";
}
.fa-input-text::before {
	content: "\e1bf";
}
.fa-integral::before {
	content: "\f667";
}
.fa-intersection::before {
	content: "\f668";
}
.fa-island-tropical::before {
	content: "\f811";
}
.fa-island-tree-palm::before {
	content: "\f811";
}
.fa-italic::before {
	content: "\f033";
}
.fa-j::before {
	content: "\4a";
}
.fa-jack-o-lantern::before {
	content: "\f30e";
}
.fa-jedi::before {
	content: "\f669";
}
.fa-jet-fighter::before {
	content: "\f0fb";
}
.fa-fighter-jet::before {
	content: "\f0fb";
}
.fa-joint::before {
	content: "\f595";
}
.fa-joystick::before {
	content: "\f8c5";
}
.fa-jug::before {
	content: "\f8c6";
}
.fa-k::before {
	content: "\4b";
}
.fa-kaaba::before {
	content: "\f66b";
}
.fa-kazoo::before {
	content: "\f8c7";
}
.fa-kerning::before {
	content: "\f86f";
}
.fa-key::before {
	content: "\f084";
}
.fa-key-skeleton::before {
	content: "\f6f3";
}
.fa-key-skeleton-left-right::before {
	content: "\e3b4";
}
.fa-keyboard::before {
	content: "\f11c";
}
.fa-keyboard-brightness::before {
	content: "\e1c0";
}
.fa-keyboard-brightness-low::before {
	content: "\e1c1";
}
.fa-keyboard-down::before {
	content: "\e1c2";
}
.fa-keyboard-left::before {
	content: "\e1c3";
}
.fa-keynote::before {
	content: "\f66c";
}
.fa-khanda::before {
	content: "\f66d";
}
.fa-kidneys::before {
	content: "\f5fb";
}
.fa-kip-sign::before {
	content: "\e1c4";
}
.fa-kit-medical::before {
	content: "\f479";
}
.fa-first-aid::before {
	content: "\f479";
}
.fa-kite::before {
	content: "\f6f4";
}
.fa-kiwi-bird::before {
	content: "\f535";
}
.fa-kiwi-fruit::before {
	content: "\e30c";
}
.fa-knife::before {
	content: "\f2e4";
}
.fa-utensil-knife::before {
	content: "\f2e4";
}
.fa-knife-kitchen::before {
	content: "\f6f5";
}
.fa-l::before {
	content: "\4c";
}
.fa-lacrosse-stick::before {
	content: "\e3b5";
}
.fa-lacrosse-stick-ball::before {
	content: "\e3b6";
}
.fa-lambda::before {
	content: "\f66e";
}
.fa-lamp::before {
	content: "\f4ca";
}
.fa-lamp-desk::before {
	content: "\e014";
}
.fa-lamp-floor::before {
	content: "\e015";
}
.fa-lamp-street::before {
	content: "\e1c5";
}
.fa-landmark::before {
	content: "\f66f";
}
.fa-landmark-dome::before {
	content: "\f752";
}
.fa-landmark-alt::before {
	content: "\f752";
}
.fa-language::before {
	content: "\f1ab";
}
.fa-laptop::before {
	content: "\f109";
}
.fa-laptop-arrow-down::before {
	content: "\e1c6";
}
.fa-laptop-code::before {
	content: "\f5fc";
}
.fa-laptop-medical::before {
	content: "\f812";
}
.fa-laptop-mobile::before {
	content: "\f87a";
}
.fa-phone-laptop::before {
	content: "\f87a";
}
.fa-laptop-slash::before {
	content: "\e1c7";
}
.fa-lari-sign::before {
	content: "\e1c8";
}
.fa-lasso::before {
	content: "\f8c8";
}
.fa-lasso-sparkles::before {
	content: "\e1c9";
}
.fa-layer-group::before {
	content: "\f5fd";
}
.fa-layer-minus::before {
	content: "\f5fe";
}
.fa-layer-group-minus::before {
	content: "\f5fe";
}
.fa-layer-plus::before {
	content: "\f5ff";
}
.fa-layer-group-plus::before {
	content: "\f5ff";
}
.fa-leaf::before {
	content: "\f06c";
}
.fa-leaf-heart::before {
	content: "\f4cb";
}
.fa-leaf-maple::before {
	content: "\f6f6";
}
.fa-leaf-oak::before {
	content: "\f6f7";
}
.fa-leafy-green::before {
	content: "\e41d";
}
.fa-left::before {
	content: "\f355";
}
.fa-arrow-alt-left::before {
	content: "\f355";
}
.fa-left-from-line::before {
	content: "\f348";
}
.fa-arrow-alt-from-right::before {
	content: "\f348";
}
.fa-left-long::before {
	content: "\f30a";
}
.fa-long-arrow-alt-left::before {
	content: "\f30a";
}
.fa-left-long-to-line::before {
	content: "\e41e";
}
.fa-left-right::before {
	content: "\f337";
}
.fa-arrows-alt-h::before {
	content: "\f337";
}
.fa-left-to-line::before {
	content: "\f34b";
}
.fa-arrow-alt-to-left::before {
	content: "\f34b";
}
.fa-lemon::before {
	content: "\f094";
}
.fa-less-than::before {
	content: "\3c";
}
.fa-less-than-equal::before {
	content: "\f537";
}
.fa-life-ring::before {
	content: "\f1cd";
}
.fa-light-ceiling::before {
	content: "\e016";
}
.fa-light-emergency::before {
	content: "\e41f";
}
.fa-light-emergency-on::before {
	content: "\e420";
}
.fa-light-switch::before {
	content: "\e017";
}
.fa-light-switch-off::before {
	content: "\e018";
}
.fa-light-switch-on::before {
	content: "\e019";
}
.fa-lightbulb::before {
	content: "\f0eb";
}
.fa-lightbulb-dollar::before {
	content: "\f670";
}
.fa-lightbulb-exclamation::before {
	content: "\f671";
}
.fa-lightbulb-exclamation-on::before {
	content: "\e1ca";
}
.fa-lightbulb-on::before {
	content: "\f672";
}
.fa-lightbulb-slash::before {
	content: "\f673";
}
.fa-lights-holiday::before {
	content: "\f7b2";
}
.fa-line-columns::before {
	content: "\f870";
}
.fa-line-height::before {
	content: "\f871";
}
.fa-link::before {
	content: "\f0c1";
}
.fa-chain::before {
	content: "\f0c1";
}
.fa-link-horizontal::before {
	content: "\e1cb";
}
.fa-chain-horizontal::before {
	content: "\e1cb";
}
.fa-link-horizontal-slash::before {
	content: "\e1cc";
}
.fa-chain-horizontal-slash::before {
	content: "\e1cc";
}
.fa-link-simple::before {
	content: "\e1cd";
}
.fa-link-simple-slash::before {
	content: "\e1ce";
}
.fa-link-slash::before {
	content: "\f127";
}
.fa-chain-broken::before {
	content: "\f127";
}
.fa-chain-slash::before {
	content: "\f127";
}
.fa-unlink::before {
	content: "\f127";
}
.fa-lips::before {
	content: "\f600";
}
.fa-lira-sign::before {
	content: "\f195";
}
.fa-list::before {
	content: "\f03a";
}
.fa-list-squares::before {
	content: "\f03a";
}
.fa-list-check::before {
	content: "\f0ae";
}
.fa-tasks::before {
	content: "\f0ae";
}
.fa-list-dropdown::before {
	content: "\e1cf";
}
.fa-list-music::before {
	content: "\f8c9";
}
.fa-list-ol::before {
	content: "\f0cb";
}
.fa-list-1-2::before {
	content: "\f0cb";
}
.fa-list-numeric::before {
	content: "\f0cb";
}
.fa-list-radio::before {
	content: "\e1d0";
}
.fa-list-timeline::before {
	content: "\e1d1";
}
.fa-list-tree::before {
	content: "\e1d2";
}
.fa-list-ul::before {
	content: "\f0ca";
}
.fa-list-dots::before {
	content: "\f0ca";
}
.fa-litecoin-sign::before {
	content: "\e1d3";
}
.fa-loader::before {
	content: "\e1d4";
}
.fa-lobster::before {
	content: "\e421";
}
.fa-location-arrow::before {
	content: "\f124";
}
.fa-location-check::before {
	content: "\f606";
}
.fa-map-marker-check::before {
	content: "\f606";
}
.fa-location-crosshairs::before {
	content: "\f601";
}
.fa-location::before {
	content: "\f601";
}
.fa-location-crosshairs-slash::before {
	content: "\f603";
}
.fa-location-slash::before {
	content: "\f603";
}
.fa-location-dot::before {
	content: "\f3c5";
}
.fa-map-marker-alt::before {
	content: "\f3c5";
}
.fa-location-dot-slash::before {
	content: "\f605";
}
.fa-map-marker-alt-slash::before {
	content: "\f605";
}
.fa-location-exclamation::before {
	content: "\f608";
}
.fa-map-marker-exclamation::before {
	content: "\f608";
}
.fa-location-minus::before {
	content: "\f609";
}
.fa-map-marker-minus::before {
	content: "\f609";
}
.fa-location-pen::before {
	content: "\f607";
}
.fa-map-marker-edit::before {
	content: "\f607";
}
.fa-location-pin::before {
	content: "\f041";
}
.fa-map-marker::before {
	content: "\f041";
}
.fa-location-pin-slash::before {
	content: "\f60c";
}
.fa-map-marker-slash::before {
	content: "\f60c";
}
.fa-location-plus::before {
	content: "\f60a";
}
.fa-map-marker-plus::before {
	content: "\f60a";
}
.fa-location-question::before {
	content: "\f60b";
}
.fa-map-marker-question::before {
	content: "\f60b";
}
.fa-location-smile::before {
	content: "\f60d";
}
.fa-map-marker-smile::before {
	content: "\f60d";
}
.fa-location-xmark::before {
	content: "\f60e";
}
.fa-map-marker-times::before {
	content: "\f60e";
}
.fa-map-marker-xmark::before {
	content: "\f60e";
}
.fa-lock::before {
	content: "\f023";
}
.fa-lock-a::before {
	content: "\e422";
}
.fa-lock-hashtag::before {
	content: "\e423";
}
.fa-lock-keyhole::before {
	content: "\f30d";
}
.fa-lock-alt::before {
	content: "\f30d";
}
.fa-lock-keyhole-open::before {
	content: "\f3c2";
}
.fa-lock-open-alt::before {
	content: "\f3c2";
}
.fa-lock-open::before {
	content: "\f3c1";
}
.fa-lollipop::before {
	content: "\e424";
}
.fa-lollypop::before {
	content: "\e424";
}
.fa-loveseat::before {
	content: "\f4cc";
}
.fa-couch-small::before {
	content: "\f4cc";
}
.fa-luchador-mask::before {
	content: "\f455";
}
.fa-luchador::before {
	content: "\f455";
}
.fa-mask-luchador::before {
	content: "\f455";
}
.fa-lungs::before {
	content: "\f604";
}
.fa-lungs-virus::before {
	content: "\e067";
}
.fa-m::before {
	content: "\4d";
}
.fa-mace::before {
	content: "\f6f8";
}
.fa-magnet::before {
	content: "\f076";
}
.fa-magnifying-glass::before {
	content: "\f002";
}
.fa-search::before {
	content: "\f002";
}
.fa-magnifying-glass-dollar::before {
	content: "\f688";
}
.fa-search-dollar::before {
	content: "\f688";
}
.fa-magnifying-glass-location::before {
	content: "\f689";
}
.fa-search-location::before {
	content: "\f689";
}
.fa-magnifying-glass-minus::before {
	content: "\f010";
}
.fa-search-minus::before {
	content: "\f010";
}
.fa-magnifying-glass-plus::before {
	content: "\f00e";
}
.fa-search-plus::before {
	content: "\f00e";
}
.fa-mailbox::before {
	content: "\f813";
}
.fa-manat-sign::before {
	content: "\e1d5";
}
.fa-mandolin::before {
	content: "\f6f9";
}
.fa-mango::before {
	content: "\e30f";
}
.fa-manhole::before {
	content: "\e1d6";
}
.fa-map::before {
	content: "\f279";
}
.fa-map-location::before {
	content: "\f59f";
}
.fa-map-marked::before {
	content: "\f59f";
}
.fa-map-location-dot::before {
	content: "\f5a0";
}
.fa-map-marked-alt::before {
	content: "\f5a0";
}
.fa-map-pin::before {
	content: "\f276";
}
.fa-marker::before {
	content: "\f5a1";
}
.fa-mars::before {
	content: "\f222";
}
.fa-mars-and-venus::before {
	content: "\f224";
}
.fa-mars-double::before {
	content: "\f227";
}
.fa-mars-stroke::before {
	content: "\f229";
}
.fa-mars-stroke-right::before {
	content: "\f22b";
}
.fa-mars-stroke-h::before {
	content: "\f22b";
}
.fa-mars-stroke-up::before {
	content: "\f22a";
}
.fa-mars-stroke-v::before {
	content: "\f22a";
}
.fa-martini-glass::before {
	content: "\f57b";
}
.fa-glass-martini-alt::before {
	content: "\f57b";
}
.fa-martini-glass-citrus::before {
	content: "\f561";
}
.fa-cocktail::before {
	content: "\f561";
}
.fa-martini-glass-empty::before {
	content: "\f000";
}
.fa-glass-martini::before {
	content: "\f000";
}
.fa-mask::before {
	content: "\f6fa";
}
.fa-mask-face::before {
	content: "\e1d7";
}
.fa-mask-snorkel::before {
	content: "\e3b7";
}
.fa-masks-theater::before {
	content: "\f630";
}
.fa-theater-masks::before {
	content: "\f630";
}
.fa-maximize::before {
	content: "\f31e";
}
.fa-expand-arrows-alt::before {
	content: "\f31e";
}
.fa-meat::before {
	content: "\f814";
}
.fa-medal::before {
	content: "\f5a2";
}
.fa-megaphone::before {
	content: "\f675";
}
.fa-melon::before {
	content: "\e310";
}
.fa-melon-slice::before {
	content: "\e311";
}
.fa-memo::before {
	content: "\e1d8";
}
.fa-memo-circle-check::before {
	content: "\e1d9";
}
.fa-memo-pad::before {
	content: "\e1da";
}
.fa-memory::before {
	content: "\f538";
}
.fa-menorah::before {
	content: "\f676";
}
.fa-mercury::before {
	content: "\f223";
}
.fa-message::before {
	content: "\f27a";
}
.fa-comment-alt::before {
	content: "\f27a";
}
.fa-message-arrow-down::before {
	content: "\e1db";
}
.fa-comment-alt-arrow-down::before {
	content: "\e1db";
}
.fa-message-arrow-up::before {
	content: "\e1dc";
}
.fa-comment-alt-arrow-up::before {
	content: "\e1dc";
}
.fa-message-arrow-up-right::before {
	content: "\e1dd";
}
.fa-message-bot::before {
	content: "\e3b8";
}
.fa-message-captions::before {
	content: "\e1de";
}
.fa-comment-alt-captions::before {
	content: "\e1de";
}
.fa-message-check::before {
	content: "\f4a2";
}
.fa-comment-alt-check::before {
	content: "\f4a2";
}
.fa-message-code::before {
	content: "\e1df";
}
.fa-message-dollar::before {
	content: "\f650";
}
.fa-comment-alt-dollar::before {
	content: "\f650";
}
.fa-message-dots::before {
	content: "\f4a3";
}
.fa-comment-alt-dots::before {
	content: "\f4a3";
}
.fa-messaging::before {
	content: "\f4a3";
}
.fa-message-exclamation::before {
	content: "\f4a5";
}
.fa-comment-alt-exclamation::before {
	content: "\f4a5";
}
.fa-message-image::before {
	content: "\e1e0";
}
.fa-comment-alt-image::before {
	content: "\e1e0";
}
.fa-message-lines::before {
	content: "\f4a6";
}
.fa-comment-alt-lines::before {
	content: "\f4a6";
}
.fa-message-medical::before {
	content: "\f7f4";
}
.fa-comment-alt-medical::before {
	content: "\f7f4";
}
.fa-message-middle::before {
	content: "\e1e1";
}
.fa-comment-middle-alt::before {
	content: "\e1e1";
}
.fa-message-middle-top::before {
	content: "\e1e2";
}
.fa-comment-middle-top-alt::before {
	content: "\e1e2";
}
.fa-message-minus::before {
	content: "\f4a7";
}
.fa-comment-alt-minus::before {
	content: "\f4a7";
}
.fa-message-music::before {
	content: "\f8af";
}
.fa-comment-alt-music::before {
	content: "\f8af";
}
.fa-message-pen::before {
	content: "\f4a4";
}
.fa-comment-alt-edit::before {
	content: "\f4a4";
}
.fa-message-edit::before {
	content: "\f4a4";
}
.fa-message-plus::before {
	content: "\f4a8";
}
.fa-comment-alt-plus::before {
	content: "\f4a8";
}
.fa-message-question::before {
	content: "\e1e3";
}
.fa-message-quote::before {
	content: "\e1e4";
}
.fa-comment-alt-quote::before {
	content: "\e1e4";
}
.fa-message-slash::before {
	content: "\f4a9";
}
.fa-comment-alt-slash::before {
	content: "\f4a9";
}
.fa-message-smile::before {
	content: "\f4aa";
}
.fa-comment-alt-smile::before {
	content: "\f4aa";
}
.fa-message-sms::before {
	content: "\e1e5";
}
.fa-message-text::before {
	content: "\e1e6";
}
.fa-comment-alt-text::before {
	content: "\e1e6";
}
.fa-message-xmark::before {
	content: "\f4ab";
}
.fa-comment-alt-times::before {
	content: "\f4ab";
}
.fa-message-times::before {
	content: "\f4ab";
}
.fa-messages::before {
	content: "\f4b6";
}
.fa-comments-alt::before {
	content: "\f4b6";
}
.fa-messages-dollar::before {
	content: "\f652";
}
.fa-comments-alt-dollar::before {
	content: "\f652";
}
.fa-messages-question::before {
	content: "\e1e7";
}
.fa-meteor::before {
	content: "\f753";
}
.fa-meter::before {
	content: "\e1e8";
}
.fa-meter-bolt::before {
	content: "\e1e9";
}
.fa-meter-droplet::before {
	content: "\e1ea";
}
.fa-meter-fire::before {
	content: "\e1eb";
}
.fa-microchip::before {
	content: "\f2db";
}
.fa-microchip-ai::before {
	content: "\e1ec";
}
.fa-microphone::before {
	content: "\f130";
}
.fa-microphone-lines::before {
	content: "\f3c9";
}
.fa-microphone-alt::before {
	content: "\f3c9";
}
.fa-microphone-lines-slash::before {
	content: "\f539";
}
.fa-microphone-alt-slash::before {
	content: "\f539";
}
.fa-microphone-slash::before {
	content: "\f131";
}
.fa-microphone-stand::before {
	content: "\f8cb";
}
.fa-microscope::before {
	content: "\f610";
}
.fa-microwave::before {
	content: "\e01b";
}
.fa-mill-sign::before {
	content: "\e1ed";
}
.fa-minimize::before {
	content: "\f78c";
}
.fa-compress-arrows-alt::before {
	content: "\f78c";
}
.fa-minus::before {
	content: "\f068";
}
.fa-subtract::before {
	content: "\f068";
}
.fa-mistletoe::before {
	content: "\f7b4";
}
.fa-mitten::before {
	content: "\f7b5";
}
.fa-mobile::before {
	content: "\f3ce";
}
.fa-mobile-android::before {
	content: "\f3ce";
}
.fa-mobile-phone::before {
	content: "\f3ce";
}
.fa-mobile-button::before {
	content: "\f10b";
}
.fa-mobile-notch::before {
	content: "\e1ee";
}
.fa-mobile-iphone::before {
	content: "\e1ee";
}
.fa-mobile-screen::before {
	content: "\f3cf";
}
.fa-mobile-android-alt::before {
	content: "\f3cf";
}
.fa-mobile-screen-button::before {
	content: "\f3cd";
}
.fa-mobile-alt::before {
	content: "\f3cd";
}
.fa-mobile-signal::before {
	content: "\e1ef";
}
.fa-mobile-signal-out::before {
	content: "\e1f0";
}
.fa-money-bill::before {
	content: "\f0d6";
}
.fa-money-bill-1::before {
	content: "\f3d1";
}
.fa-money-bill-alt::before {
	content: "\f3d1";
}
.fa-money-bill-1-wave::before {
	content: "\f53b";
}
.fa-money-bill-wave-alt::before {
	content: "\f53b";
}
.fa-money-bill-simple::before {
	content: "\e1f1";
}
.fa-money-bill-simple-wave::before {
	content: "\e1f2";
}
.fa-money-bill-wave::before {
	content: "\f53a";
}
.fa-money-bills::before {
	content: "\e1f3";
}
.fa-money-bills-simple::before {
	content: "\e1f4";
}
.fa-money-bills-alt::before {
	content: "\e1f4";
}
.fa-money-check::before {
	content: "\f53c";
}
.fa-money-check-dollar::before {
	content: "\f53d";
}
.fa-money-check-alt::before {
	content: "\f53d";
}
.fa-money-check-dollar-pen::before {
	content: "\f873";
}
.fa-money-check-edit-alt::before {
	content: "\f873";
}
.fa-money-check-pen::before {
	content: "\f872";
}
.fa-money-check-edit::before {
	content: "\f872";
}
.fa-money-from-bracket::before {
	content: "\e312";
}
.fa-money-simple-from-bracket::before {
	content: "\e313";
}
.fa-monitor-waveform::before {
	content: "\f611";
}
.fa-monitor-heart-rate::before {
	content: "\f611";
}
.fa-monkey::before {
	content: "\f6fb";
}
.fa-monument::before {
	content: "\f5a6";
}
.fa-moon::before {
	content: "\f186";
}
.fa-moon-cloud::before {
	content: "\f754";
}
.fa-moon-over-sun::before {
	content: "\f74a";
}
.fa-eclipse-alt::before {
	content: "\f74a";
}
.fa-moon-stars::before {
	content: "\f755";
}
.fa-moped::before {
	content: "\e3b9";
}
.fa-mortar-pestle::before {
	content: "\f5a7";
}
.fa-mosque::before {
	content: "\f678";
}
.fa-motorcycle::before {
	content: "\f21c";
}
.fa-mountain::before {
	content: "\f6fc";
}
.fa-mountains::before {
	content: "\f6fd";
}
.fa-mp3-player::before {
	content: "\f8ce";
}
.fa-mug::before {
	content: "\f874";
}
.fa-mug-hot::before {
	content: "\f7b6";
}
.fa-mug-marshmallows::before {
	content: "\f7b7";
}
.fa-mug-saucer::before {
	content: "\f0f4";
}
.fa-coffee::before {
	content: "\f0f4";
}
.fa-mug-tea::before {
	content: "\f875";
}
.fa-mug-tea-saucer::before {
	content: "\e1f5";
}
.fa-mushroom::before {
	content: "\e425";
}
.fa-music::before {
	content: "\f001";
}
.fa-music-note::before {
	content: "\f8cf";
}
.fa-music-alt::before {
	content: "\f8cf";
}
.fa-music-note-slash::before {
	content: "\f8d0";
}
.fa-music-alt-slash::before {
	content: "\f8d0";
}
.fa-music-slash::before {
	content: "\f8d1";
}
.fa-n::before {
	content: "\4e";
}
.fa-naira-sign::before {
	content: "\e1f6";
}
.fa-narwhal::before {
	content: "\f6fe";
}
.fa-nesting-dolls::before {
	content: "\e3ba";
}
.fa-network-wired::before {
	content: "\f6ff";
}
.fa-neuter::before {
	content: "\f22c";
}
.fa-newspaper::before {
	content: "\f1ea";
}
.fa-nfc::before {
	content: "\e1f7";
}
.fa-nfc-lock::before {
	content: "\e1f8";
}
.fa-nfc-magnifying-glass::before {
	content: "\e1f9";
}
.fa-nfc-pen::before {
	content: "\e1fa";
}
.fa-nfc-signal::before {
	content: "\e1fb";
}
.fa-nfc-slash::before {
	content: "\e1fc";
}
.fa-nfc-trash::before {
	content: "\e1fd";
}
.fa-not-equal::before {
	content: "\f53e";
}
.fa-notdef::before {
	content: "\e1fe";
}
.fa-note::before {
	content: "\e1ff";
}
.fa-note-medical::before {
	content: "\e200";
}
.fa-note-sticky::before {
	content: "\f249";
}
.fa-sticky-note::before {
	content: "\f249";
}
.fa-notebook::before {
	content: "\e201";
}
.fa-notes::before {
	content: "\e202";
}
.fa-notes-medical::before {
	content: "\f481";
}
.fa-o::before {
	content: "\4f";
}
.fa-object-group::before {
	content: "\f247";
}
.fa-object-ungroup::before {
	content: "\f248";
}
.fa-objects-align-bottom::before {
	content: "\e3bb";
}
.fa-objects-align-center-horizontal::before {
	content: "\e3bc";
}
.fa-objects-align-center-vertical::before {
	content: "\e3bd";
}
.fa-objects-align-left::before {
	content: "\e3be";
}
.fa-objects-align-right::before {
	content: "\e3bf";
}
.fa-objects-align-top::before {
	content: "\e3c0";
}
.fa-objects-column::before {
	content: "\e3c1";
}
.fa-octagon::before {
	content: "\f306";
}
.fa-octagon-check::before {
	content: "\e426";
}
.fa-octagon-divide::before {
	content: "\e203";
}
.fa-octagon-exclamation::before {
	content: "\e204";
}
.fa-octagon-minus::before {
	content: "\f308";
}
.fa-minus-octagon::before {
	content: "\f308";
}
.fa-octagon-plus::before {
	content: "\f301";
}
.fa-plus-octagon::before {
	content: "\f301";
}
.fa-octagon-xmark::before {
	content: "\f2f0";
}
.fa-times-octagon::before {
	content: "\f2f0";
}
.fa-xmark-octagon::before {
	content: "\f2f0";
}
.fa-oil-can::before {
	content: "\f613";
}
.fa-oil-can-drip::before {
	content: "\e205";
}
.fa-oil-temperature::before {
	content: "\f614";
}
.fa-oil-temp::before {
	content: "\f614";
}
.fa-olive::before {
	content: "\e316";
}
.fa-olive-branch::before {
	content: "\e317";
}
.fa-om::before {
	content: "\f679";
}
.fa-omega::before {
	content: "\f67a";
}
.fa-onion::before {
	content: "\e427";
}
.fa-option::before {
	content: "\e318";
}
.fa-ornament::before {
	content: "\f7b8";
}
.fa-otter::before {
	content: "\f700";
}
.fa-outdent::before {
	content: "\f03b";
}
.fa-dedent::before {
	content: "\f03b";
}
.fa-outlet::before {
	content: "\e01c";
}
.fa-oven::before {
	content: "\e01d";
}
.fa-overline::before {
	content: "\f876";
}
.fa-p::before {
	content: "\50";
}
.fa-page::before {
	content: "\e428";
}
.fa-page-caret-down::before {
	content: "\e429";
}
.fa-file-caret-down::before {
	content: "\e429";
}
.fa-page-caret-up::before {
	content: "\e42a";
}
.fa-file-caret-up::before {
	content: "\e42a";
}
.fa-pager::before {
	content: "\f815";
}
.fa-paint-brush::before {
	content: "\f1fc";
}
.fa-paint-brush-fine::before {
	content: "\f5a9";
}
.fa-paint-brush-alt::before {
	content: "\f5a9";
}
.fa-paint-roller::before {
	content: "\f5aa";
}
.fa-paintbrush-pencil::before {
	content: "\e206";
}
.fa-palette::before {
	content: "\f53f";
}
.fa-pallet::before {
	content: "\f482";
}
.fa-pallet-box::before {
	content: "\e208";
}
.fa-pallet-boxes::before {
	content: "\f483";
}
.fa-palette-boxes::before {
	content: "\f483";
}
.fa-pallet-alt::before {
	content: "\f483";
}
.fa-pan-food::before {
	content: "\e42b";
}
.fa-pan-frying::before {
	content: "\e42c";
}
.fa-pancakes::before {
	content: "\e42d";
}
.fa-panel-ews::before {
	content: "\e42e";
}
.fa-panel-fire::before {
	content: "\e42f";
}
.fa-panorama::before {
	content: "\e209";
}
.fa-paper-plane::before {
	content: "\f1d8";
}
.fa-paper-plane-top::before {
	content: "\e20a";
}
.fa-paper-plane-alt::before {
	content: "\e20a";
}
.fa-send::before {
	content: "\e20a";
}
.fa-paperclip::before {
	content: "\f0c6";
}
.fa-paperclip-vertical::before {
	content: "\e3c2";
}
.fa-parachute-box::before {
	content: "\f4cd";
}
.fa-paragraph::before {
	content: "\f1dd";
}
.fa-paragraph-left::before {
	content: "\f878";
}
.fa-paragraph-rtl::before {
	content: "\f878";
}
.fa-party-bell::before {
	content: "\e31a";
}
.fa-party-horn::before {
	content: "\e31b";
}
.fa-passport::before {
	content: "\f5ab";
}
.fa-paste::before {
	content: "\f0ea";
}
.fa-file-clipboard::before {
	content: "\f0ea";
}
.fa-pause::before {
	content: "\f04c";
}
.fa-paw::before {
	content: "\f1b0";
}
.fa-paw-claws::before {
	content: "\f702";
}
.fa-paw-simple::before {
	content: "\f701";
}
.fa-paw-alt::before {
	content: "\f701";
}
.fa-peace::before {
	content: "\f67c";
}
.fa-peach::before {
	content: "\e20b";
}
.fa-peanut::before {
	content: "\e430";
}
.fa-peanuts::before {
	content: "\e431";
}
.fa-peapod::before {
	content: "\e31c";
}
.fa-pear::before {
	content: "\e20c";
}
.fa-pedestal::before {
	content: "\e20d";
}
.fa-pegasus::before {
	content: "\f703";
}
.fa-pen::before {
	content: "\f304";
}
.fa-pen-circle::before {
	content: "\e20e";
}
.fa-pen-clip::before {
	content: "\f305";
}
.fa-pen-alt::before {
	content: "\f305";
}
.fa-pen-clip-slash::before {
	content: "\e20f";
}
.fa-pen-alt-slash::before {
	content: "\e20f";
}
.fa-pen-fancy::before {
	content: "\f5ac";
}
.fa-pen-fancy-slash::before {
	content: "\e210";
}
.fa-pen-field::before {
	content: "\e211";
}
.fa-pen-line::before {
	content: "\e212";
}
.fa-pen-nib::before {
	content: "\f5ad";
}
.fa-pen-paintbrush::before {
	content: "\f618";
}
.fa-pencil-paintbrush::before {
	content: "\f618";
}
.fa-pen-ruler::before {
	content: "\f5ae";
}
.fa-pencil-ruler::before {
	content: "\f5ae";
}
.fa-pen-slash::before {
	content: "\e213";
}
.fa-pen-swirl::before {
	content: "\e214";
}
.fa-pen-to-square::before {
	content: "\f044";
}
.fa-edit::before {
	content: "\f044";
}
.fa-pencil::before {
	content: "\f303";
}
.fa-pencil-alt::before {
	content: "\f303";
}
.fa-pencil-slash::before {
	content: "\e215";
}
.fa-people::before {
	content: "\e216";
}
.fa-people-arrows-left-right::before {
	content: "\e068";
}
.fa-people-arrows::before {
	content: "\e068";
}
.fa-people-carry-box::before {
	content: "\f4ce";
}
.fa-people-carry::before {
	content: "\f4ce";
}
.fa-people-dress::before {
	content: "\e217";
}
.fa-people-dress-simple::before {
	content: "\e218";
}
.fa-people-pants::before {
	content: "\e219";
}
.fa-people-pants-simple::before {
	content: "\e21a";
}
.fa-people-simple::before {
	content: "\e21b";
}
.fa-pepper::before {
	content: "\e432";
}
.fa-pepper-hot::before {
	content: "\f816";
}
.fa-percent::before {
	content: "\25";
}
.fa-percentage::before {
	content: "\25";
}
.fa-period::before {
	content: "\2e";
}
.fa-person::before {
	content: "\f183";
}
.fa-male::before {
	content: "\f183";
}
.fa-person-biking::before {
	content: "\f84a";
}
.fa-biking::before {
	content: "\f84a";
}
.fa-person-biking-mountain::before {
	content: "\f84b";
}
.fa-biking-mountain::before {
	content: "\f84b";
}
.fa-person-booth::before {
	content: "\f756";
}
.fa-person-carry-box::before {
	content: "\f4cf";
}
.fa-person-carry::before {
	content: "\f4cf";
}
.fa-person-digging::before {
	content: "\f85e";
}
.fa-digging::before {
	content: "\f85e";
}
.fa-person-dolly::before {
	content: "\f4d0";
}
.fa-person-dolly-empty::before {
	content: "\f4d1";
}
.fa-person-dots-from-line::before {
	content: "\f470";
}
.fa-diagnoses::before {
	content: "\f470";
}
.fa-person-dress::before {
	content: "\f182";
}
.fa-female::before {
	content: "\f182";
}
.fa-person-dress-simple::before {
	content: "\e21c";
}
.fa-person-from-portal::before {
	content: "\e023";
}
.fa-portal-exit::before {
	content: "\e023";
}
.fa-person-hiking::before {
	content: "\f6ec";
}
.fa-hiking::before {
	content: "\f6ec";
}
.fa-person-pinball::before {
	content: "\e21d";
}
.fa-person-praying::before {
	content: "\f683";
}
.fa-pray::before {
	content: "\f683";
}
.fa-person-pregnant::before {
	content: "\e31e";
}
.fa-person-running::before {
	content: "\f70c";
}
.fa-running::before {
	content: "\f70c";
}
.fa-person-seat::before {
	content: "\e21e";
}
.fa-person-seat-reclined::before {
	content: "\e21f";
}
.fa-person-sign::before {
	content: "\f757";
}
.fa-person-simple::before {
	content: "\e220";
}
.fa-person-skating::before {
	content: "\f7c5";
}
.fa-skating::before {
	content: "\f7c5";
}
.fa-person-ski-jumping::before {
	content: "\f7c7";
}
.fa-ski-jump::before {
	content: "\f7c7";
}
.fa-person-ski-lift::before {
	content: "\f7c8";
}
.fa-ski-lift::before {
	content: "\f7c8";
}
.fa-person-skiing::before {
	content: "\f7c9";
}
.fa-skiing::before {
	content: "\f7c9";
}
.fa-person-skiing-nordic::before {
	content: "\f7ca";
}
.fa-skiing-nordic::before {
	content: "\f7ca";
}
.fa-person-sledding::before {
	content: "\f7cb";
}
.fa-sledding::before {
	content: "\f7cb";
}
.fa-person-snowboarding::before {
	content: "\f7ce";
}
.fa-snowboarding::before {
	content: "\f7ce";
}
.fa-person-snowmobiling::before {
	content: "\f7d1";
}
.fa-snowmobile::before {
	content: "\f7d1";
}
.fa-person-swimming::before {
	content: "\f5c4";
}
.fa-swimmer::before {
	content: "\f5c4";
}
.fa-person-to-door::before {
	content: "\e433";
}
.fa-person-to-portal::before {
	content: "\e022";
}
.fa-portal-enter::before {
	content: "\e022";
}
.fa-person-walking::before {
	content: "\f554";
}
.fa-walking::before {
	content: "\f554";
}
.fa-person-walking-with-cane::before {
	content: "\f29d";
}
.fa-blind::before {
	content: "\f29d";
}
.fa-peseta-sign::before {
	content: "\e221";
}
.fa-peso-sign::before {
	content: "\e222";
}
.fa-phone::before {
	content: "\f095";
}
.fa-phone-arrow-down-left::before {
	content: "\e223";
}
.fa-phone-arrow-down::before {
	content: "\e223";
}
.fa-phone-incoming::before {
	content: "\e223";
}
.fa-phone-arrow-up-right::before {
	content: "\e224";
}
.fa-phone-arrow-up::before {
	content: "\e224";
}
.fa-phone-outgoing::before {
	content: "\e224";
}
.fa-phone-flip::before {
	content: "\f879";
}
.fa-phone-alt::before {
	content: "\f879";
}
.fa-phone-hangup::before {
	content: "\e225";
}
.fa-phone-intercom::before {
	content: "\e434";
}
.fa-phone-missed::before {
	content: "\e226";
}
.fa-phone-office::before {
	content: "\f67d";
}
.fa-phone-plus::before {
	content: "\f4d2";
}
.fa-phone-rotary::before {
	content: "\f8d3";
}
.fa-phone-slash::before {
	content: "\f3dd";
}
.fa-phone-volume::before {
	content: "\f2a0";
}
.fa-volume-control-phone::before {
	content: "\f2a0";
}
.fa-phone-xmark::before {
	content: "\e227";
}
.fa-photo-film::before {
	content: "\f87c";
}
.fa-photo-video::before {
	content: "\f87c";
}
.fa-photo-film-music::before {
	content: "\e228";
}
.fa-pi::before {
	content: "\f67e";
}
.fa-piano::before {
	content: "\f8d4";
}
.fa-piano-keyboard::before {
	content: "\f8d5";
}
.fa-pickleball::before {
	content: "\e435";
}
.fa-pie::before {
	content: "\f705";
}
.fa-pig::before {
	content: "\f706";
}
.fa-piggy-bank::before {
	content: "\f4d3";
}
.fa-pills::before {
	content: "\f484";
}
.fa-pinata::before {
	content: "\e3c3";
}
.fa-pinball::before {
	content: "\e229";
}
.fa-pineapple::before {
	content: "\e31f";
}
.fa-pipe::before {
	content: "\7c";
}
.fa-pipe-circle-check::before {
	content: "\e436";
}
.fa-pipe-collar::before {
	content: "\e437";
}
.fa-pipe-section::before {
	content: "\e438";
}
.fa-pipe-smoking::before {
	content: "\e3c4";
}
.fa-pipe-valve::before {
	content: "\e439";
}
.fa-pizza::before {
	content: "\f817";
}
.fa-pizza-slice::before {
	content: "\f818";
}
.fa-place-of-worship::before {
	content: "\f67f";
}
.fa-plane::before {
	content: "\f072";
}
.fa-plane-arrival::before {
	content: "\f5af";
}
.fa-plane-departure::before {
	content: "\f5b0";
}
.fa-plane-engines::before {
	content: "\f3de";
}
.fa-plane-alt::before {
	content: "\f3de";
}
.fa-plane-prop::before {
	content: "\e22b";
}
.fa-plane-slash::before {
	content: "\e069";
}
.fa-plane-tail::before {
	content: "\e22c";
}
.fa-plane-up::before {
	content: "\e22d";
}
.fa-plane-up-slash::before {
	content: "\e22e";
}
.fa-planet-moon::before {
	content: "\e01f";
}
.fa-planet-ringed::before {
	content: "\e020";
}
.fa-plate-utensils::before {
	content: "\e43b";
}
.fa-play::before {
	content: "\f04b";
}
.fa-play-pause::before {
	content: "\e22f";
}
.fa-plug::before {
	content: "\f1e6";
}
.fa-plus::before {
	content: "\2b";
}
.fa-add::before {
	content: "\2b";
}
.fa-plus-minus::before {
	content: "\e43c";
}
.fa-podcast::before {
	content: "\f2ce";
}
.fa-podium::before {
	content: "\f680";
}
.fa-podium-star::before {
	content: "\f758";
}
.fa-police-box::before {
	content: "\e021";
}
.fa-poll-people::before {
	content: "\f759";
}
.fa-pompebled::before {
	content: "\e43d";
}
.fa-poo::before {
	content: "\f2fe";
}
.fa-poo-storm::before {
	content: "\f75a";
}
.fa-poo-bolt::before {
	content: "\f75a";
}
.fa-pool-8-ball::before {
	content: "\e3c5";
}
.fa-poop::before {
	content: "\f619";
}
.fa-popcorn::before {
	content: "\f819";
}
.fa-popsicle::before {
	content: "\e43e";
}
.fa-pot-food::before {
	content: "\e43f";
}
.fa-potato::before {
	content: "\e440";
}
.fa-power-off::before {
	content: "\f011";
}
.fa-prescription::before {
	content: "\f5b1";
}
.fa-prescription-bottle::before {
	content: "\f485";
}
.fa-prescription-bottle-medical::before {
	content: "\f486";
}
.fa-prescription-bottle-alt::before {
	content: "\f486";
}
.fa-presentation-screen::before {
	content: "\f685";
}
.fa-presentation::before {
	content: "\f685";
}
.fa-pretzel::before {
	content: "\e441";
}
.fa-print::before {
	content: "\f02f";
}
.fa-print-magnifying-glass::before {
	content: "\f81a";
}
.fa-print-search::before {
	content: "\f81a";
}
.fa-print-slash::before {
	content: "\f686";
}
.fa-projector::before {
	content: "\f8d6";
}
.fa-pump::before {
	content: "\e442";
}
.fa-pump-medical::before {
	content: "\e06a";
}
.fa-pump-soap::before {
	content: "\e06b";
}
.fa-pumpkin::before {
	content: "\f707";
}
.fa-puzzle::before {
	content: "\e443";
}
.fa-puzzle-piece::before {
	content: "\f12e";
}
.fa-puzzle-piece-simple::before {
	content: "\e231";
}
.fa-puzzle-piece-alt::before {
	content: "\e231";
}
.fa-q::before {
	content: "\51";
}
.fa-qrcode::before {
	content: "\f029";
}
.fa-question::before {
	content: "\3f";
}
.fa-quidditch::before {
	content: "\f458";
}
.fa-broom-ball::before {
	content: "\f458";
}
.fa-quidditch-broom-ball::before {
	content: "\f458";
}
.fa-quote-left::before {
	content: "\f10d";
}
.fa-quote-left-alt::before {
	content: "\f10d";
}
.fa-quote-right::before {
	content: "\f10e";
}
.fa-quote-right-alt::before {
	content: "\f10e";
}
.fa-quotes::before {
	content: "\e234";
}
.fa-r::before {
	content: "\52";
}
.fa-rabbit::before {
	content: "\f708";
}
.fa-rabbit-running::before {
	content: "\f709";
}
.fa-rabbit-fast::before {
	content: "\f709";
}
.fa-racquet::before {
	content: "\f45a";
}
.fa-radar::before {
	content: "\e024";
}
.fa-radiation::before {
	content: "\f7b9";
}
.fa-radio::before {
	content: "\f8d7";
}
.fa-radio-tuner::before {
	content: "\f8d8";
}
.fa-radio-alt::before {
	content: "\f8d8";
}
.fa-rainbow::before {
	content: "\f75b";
}
.fa-raindrops::before {
	content: "\f75c";
}
.fa-ram::before {
	content: "\f70a";
}
.fa-ramp-loading::before {
	content: "\f4d4";
}
.fa-raygun::before {
	content: "\e025";
}
.fa-receipt::before {
	content: "\f543";
}
.fa-record-vinyl::before {
	content: "\f8d9";
}
.fa-rectangle::before {
	content: "\f2fa";
}
.fa-rectangle-landscape::before {
	content: "\f2fa";
}
.fa-rectangle-ad::before {
	content: "\f641";
}
.fa-ad::before {
	content: "\f641";
}
.fa-rectangle-barcode::before {
	content: "\f463";
}
.fa-barcode-alt::before {
	content: "\f463";
}
.fa-rectangle-code::before {
	content: "\e322";
}
.fa-rectangle-list::before {
	content: "\f022";
}
.fa-list-alt::before {
	content: "\f022";
}
.fa-rectangle-pro::before {
	content: "\e235";
}
.fa-pro::before {
	content: "\e235";
}
.fa-rectangle-terminal::before {
	content: "\e236";
}
.fa-rectangle-vertical::before {
	content: "\f2fb";
}
.fa-rectangle-portrait::before {
	content: "\f2fb";
}
.fa-rectangle-vertical-history::before {
	content: "\e237";
}
.fa-rectangle-wide::before {
	content: "\f2fc";
}
.fa-rectangle-xmark::before {
	content: "\f410";
}
.fa-rectangle-times::before {
	content: "\f410";
}
.fa-times-rectangle::before {
	content: "\f410";
}
.fa-window-close::before {
	content: "\f410";
}
.fa-rectangles-mixed::before {
	content: "\e323";
}
.fa-recycle::before {
	content: "\f1b8";
}
.fa-reel::before {
	content: "\e238";
}
.fa-refrigerator::before {
	content: "\e026";
}
.fa-registered::before {
	content: "\f25d";
}
.fa-repeat::before {
	content: "\f363";
}
.fa-repeat-1::before {
	content: "\f365";
}
.fa-reply::before {
	content: "\f3e5";
}
.fa-mail-reply::before {
	content: "\f3e5";
}
.fa-reply-all::before {
	content: "\f122";
}
.fa-mail-reply-all::before {
	content: "\f122";
}
.fa-reply-clock::before {
	content: "\e239";
}
.fa-reply-time::before {
	content: "\e239";
}
.fa-republican::before {
	content: "\f75e";
}
.fa-restroom::before {
	content: "\f7bd";
}
.fa-restroom-simple::before {
	content: "\e23a";
}
.fa-retweet::before {
	content: "\f079";
}
.fa-rhombus::before {
	content: "\e23b";
}
.fa-ribbon::before {
	content: "\f4d6";
}
.fa-right::before {
	content: "\f356";
}
.fa-arrow-alt-right::before {
	content: "\f356";
}
.fa-right-from-bracket::before {
	content: "\f2f5";
}
.fa-sign-out-alt::before {
	content: "\f2f5";
}
.fa-right-from-line::before {
	content: "\f347";
}
.fa-arrow-alt-from-left::before {
	content: "\f347";
}
.fa-right-left::before {
	content: "\f362";
}
.fa-exchange-alt::before {
	content: "\f362";
}
.fa-right-long::before {
	content: "\f30b";
}
.fa-long-arrow-alt-right::before {
	content: "\f30b";
}
.fa-right-long-to-line::before {
	content: "\e444";
}
.fa-right-to-bracket::before {
	content: "\f2f6";
}
.fa-sign-in-alt::before {
	content: "\f2f6";
}
.fa-right-to-line::before {
	content: "\f34c";
}
.fa-arrow-alt-to-right::before {
	content: "\f34c";
}
.fa-ring::before {
	content: "\f70b";
}
.fa-rings-wedding::before {
	content: "\f81b";
}
.fa-road::before {
	content: "\f018";
}
.fa-robot::before {
	content: "\f544";
}
.fa-robot-astromech::before {
	content: "\e2d2";
}
.fa-rocket::before {
	content: "\f135";
}
.fa-rocket-launch::before {
	content: "\e027";
}
.fa-roller-coaster::before {
	content: "\e324";
}
.fa-rotate::before {
	content: "\f2f1";
}
.fa-sync-alt::before {
	content: "\f2f1";
}
.fa-rotate-exclamation::before {
	content: "\e23c";
}
.fa-rotate-left::before {
	content: "\f2ea";
}
.fa-rotate-back::before {
	content: "\f2ea";
}
.fa-rotate-backward::before {
	content: "\f2ea";
}
.fa-undo-alt::before {
	content: "\f2ea";
}
.fa-rotate-right::before {
	content: "\f2f9";
}
.fa-redo-alt::before {
	content: "\f2f9";
}
.fa-rotate-forward::before {
	content: "\f2f9";
}
.fa-route::before {
	content: "\f4d7";
}
.fa-route-highway::before {
	content: "\f61a";
}
.fa-route-interstate::before {
	content: "\f61b";
}
.fa-router::before {
	content: "\f8da";
}
.fa-rss::before {
	content: "\f09e";
}
.fa-feed::before {
	content: "\f09e";
}
.fa-ruble-sign::before {
	content: "\f158";
}
.fa-rouble::before {
	content: "\f158";
}
.fa-rub::before {
	content: "\f158";
}
.fa-ruble::before {
	content: "\f158";
}
.fa-rugby-ball::before {
	content: "\e3c6";
}
.fa-ruler::before {
	content: "\f545";
}
.fa-ruler-combined::before {
	content: "\f546";
}
.fa-ruler-horizontal::before {
	content: "\f547";
}
.fa-ruler-triangle::before {
	content: "\f61c";
}
.fa-ruler-vertical::before {
	content: "\f548";
}
.fa-rupee-sign::before {
	content: "\f156";
}
.fa-rupee::before {
	content: "\f156";
}
.fa-rupiah-sign::before {
	content: "\e23d";
}
.fa-rv::before {
	content: "\f7be";
}
.fa-s::before {
	content: "\53";
}
.fa-sack::before {
	content: "\f81c";
}
.fa-sack-dollar::before {
	content: "\f81d";
}
.fa-sailboat::before {
	content: "\e445";
}
.fa-salad::before {
	content: "\f81e";
}
.fa-bowl-salad::before {
	content: "\f81e";
}
.fa-salt-shaker::before {
	content: "\e446";
}
.fa-sandwich::before {
	content: "\f81f";
}
.fa-satellite::before {
	content: "\f7bf";
}
.fa-satellite-dish::before {
	content: "\f7c0";
}
.fa-sausage::before {
	content: "\f820";
}
.fa-saxophone::before {
	content: "\f8dc";
}
.fa-saxophone-fire::before {
	content: "\f8db";
}
.fa-sax-hot::before {
	content: "\f8db";
}
.fa-scale-balanced::before {
	content: "\f24e";
}
.fa-balance-scale::before {
	content: "\f24e";
}
.fa-scale-unbalanced::before {
	content: "\f515";
}
.fa-balance-scale-left::before {
	content: "\f515";
}
.fa-scale-unbalanced-flip::before {
	content: "\f516";
}
.fa-balance-scale-right::before {
	content: "\f516";
}
.fa-scalpel::before {
	content: "\f61d";
}
.fa-scalpel-line-dashed::before {
	content: "\f61e";
}
.fa-scalpel-path::before {
	content: "\f61e";
}
.fa-scanner::before {
	content: "\f8f3";
}
.fa-scanner-image::before {
	content: "\f8f3";
}
.fa-scanner-gun::before {
	content: "\f488";
}
.fa-scanner-keyboard::before {
	content: "\f489";
}
.fa-scanner-touchscreen::before {
	content: "\f48a";
}
.fa-scarecrow::before {
	content: "\f70d";
}
.fa-scarf::before {
	content: "\f7c1";
}
.fa-school::before {
	content: "\f549";
}
.fa-scissors::before {
	content: "\f0c4";
}
.fa-cut::before {
	content: "\f0c4";
}
.fa-screen-users::before {
	content: "\f63d";
}
.fa-users-class::before {
	content: "\f63d";
}
.fa-screencast::before {
	content: "\e23e";
}
.fa-screwdriver::before {
	content: "\f54a";
}
.fa-screwdriver-wrench::before {
	content: "\f7d9";
}
.fa-tools::before {
	content: "\f7d9";
}
.fa-scribble::before {
	content: "\e23f";
}
.fa-scroll::before {
	content: "\f70e";
}
.fa-scroll-old::before {
	content: "\f70f";
}
.fa-scroll-torah::before {
	content: "\f6a0";
}
.fa-torah::before {
	content: "\f6a0";
}
.fa-scrubber::before {
	content: "\f2f8";
}
.fa-scythe::before {
	content: "\f710";
}
.fa-sd-card::before {
	content: "\f7c2";
}
.fa-sd-cards::before {
	content: "\e240";
}
.fa-seal::before {
	content: "\e241";
}
.fa-seal-exclamation::before {
	content: "\e242";
}
.fa-seal-question::before {
	content: "\e243";
}
.fa-seat-airline::before {
	content: "\e244";
}
.fa-section::before {
	content: "\e447";
}
.fa-seedling::before {
	content: "\f4d8";
}
.fa-sprout::before {
	content: "\f4d8";
}
.fa-semicolon::before {
	content: "\3b";
}
.fa-send-back::before {
	content: "\f87e";
}
.fa-send-backward::before {
	content: "\f87f";
}
.fa-sensor::before {
	content: "\e028";
}
.fa-sensor-cloud::before {
	content: "\e02c";
}
.fa-sensor-smoke::before {
	content: "\e02c";
}
.fa-sensor-fire::before {
	content: "\e02a";
}
.fa-sensor-on::before {
	content: "\e02b";
}
.fa-sensor-triangle-exclamation::before {
	content: "\e029";
}
.fa-sensor-alert::before {
	content: "\e029";
}
.fa-server::before {
	content: "\f233";
}
.fa-shapes::before {
	content: "\f61f";
}
.fa-triangle-circle-square::before {
	content: "\f61f";
}
.fa-share::before {
	content: "\f064";
}
.fa-arrow-turn-right::before {
	content: "\f064";
}
.fa-mail-forward::before {
	content: "\f064";
}
.fa-share-all::before {
	content: "\f367";
}
.fa-arrows-turn-right::before {
	content: "\f367";
}
.fa-share-from-square::before {
	content: "\f14d";
}
.fa-share-square::before {
	content: "\f14d";
}
.fa-share-nodes::before {
	content: "\f1e0";
}
.fa-share-alt::before {
	content: "\f1e0";
}
.fa-sheep::before {
	content: "\f711";
}
.fa-shekel-sign::before {
	content: "\f20b";
}
.fa-ils::before {
	content: "\f20b";
}
.fa-shekel::before {
	content: "\f20b";
}
.fa-sheqel::before {
	content: "\f20b";
}
.fa-sheqel-sign::before {
	content: "\f20b";
}
.fa-shelves::before {
	content: "\f480";
}
.fa-inventory::before {
	content: "\f480";
}
.fa-shelves-empty::before {
	content: "\e246";
}
.fa-shield::before {
	content: "\f132";
}
.fa-shield-blank::before {
	content: "\f3ed";
}
.fa-shield-alt::before {
	content: "\f3ed";
}
.fa-shield-check::before {
	content: "\f2f7";
}
.fa-shield-cross::before {
	content: "\f712";
}
.fa-shield-exclamation::before {
	content: "\e247";
}
.fa-shield-keyhole::before {
	content: "\e248";
}
.fa-shield-minus::before {
	content: "\e249";
}
.fa-shield-plus::before {
	content: "\e24a";
}
.fa-shield-slash::before {
	content: "\e24b";
}
.fa-shield-virus::before {
	content: "\e06c";
}
.fa-shield-xmark::before {
	content: "\e24c";
}
.fa-shield-times::before {
	content: "\e24c";
}
.fa-ship::before {
	content: "\f21a";
}
.fa-shirt::before {
	content: "\f553";
}
.fa-t-shirt::before {
	content: "\f553";
}
.fa-tshirt::before {
	content: "\f553";
}
.fa-shirt-long-sleeve::before {
	content: "\e3c7";
}
.fa-shirt-running::before {
	content: "\e3c8";
}
.fa-shirt-tank-top::before {
	content: "\e3c9";
}
.fa-shish-kebab::before {
	content: "\f821";
}
.fa-shoe-prints::before {
	content: "\f54b";
}
.fa-shop::before {
	content: "\f54f";
}
.fa-store-alt::before {
	content: "\f54f";
}
.fa-shop-slash::before {
	content: "\e070";
}
.fa-store-alt-slash::before {
	content: "\e070";
}
.fa-shovel::before {
	content: "\f713";
}
.fa-shovel-snow::before {
	content: "\f7c3";
}
.fa-shower::before {
	content: "\f2cc";
}
.fa-shower-down::before {
	content: "\e24d";
}
.fa-shower-alt::before {
	content: "\e24d";
}
.fa-shredder::before {
	content: "\f68a";
}
.fa-shrimp::before {
	content: "\e448";
}
.fa-shuffle::before {
	content: "\f074";
}
.fa-random::before {
	content: "\f074";
}
.fa-shutters::before {
	content: "\e449";
}
.fa-shuttle-space::before {
	content: "\f197";
}
.fa-space-shuttle::before {
	content: "\f197";
}
.fa-shuttlecock::before {
	content: "\f45b";
}
.fa-sickle::before {
	content: "\f822";
}
.fa-sidebar::before {
	content: "\e24e";
}
.fa-sidebar-flip::before {
	content: "\e24f";
}
.fa-sigma::before {
	content: "\f68b";
}
.fa-sign-hanging::before {
	content: "\f4d9";
}
.fa-sign::before {
	content: "\f4d9";
}
.fa-signal::before {
	content: "\f012";
}
.fa-signal-5::before {
	content: "\f012";
}
.fa-signal-perfect::before {
	content: "\f012";
}
.fa-signal-bars::before {
	content: "\f690";
}
.fa-signal-alt::before {
	content: "\f690";
}
.fa-signal-alt-4::before {
	content: "\f690";
}
.fa-signal-bars-strong::before {
	content: "\f690";
}
.fa-signal-bars-fair::before {
	content: "\f692";
}
.fa-signal-alt-2::before {
	content: "\f692";
}
.fa-signal-bars-good::before {
	content: "\f693";
}
.fa-signal-alt-3::before {
	content: "\f693";
}
.fa-signal-bars-slash::before {
	content: "\f694";
}
.fa-signal-alt-slash::before {
	content: "\f694";
}
.fa-signal-bars-weak::before {
	content: "\f691";
}
.fa-signal-alt-1::before {
	content: "\f691";
}
.fa-signal-fair::before {
	content: "\f68d";
}
.fa-signal-2::before {
	content: "\f68d";
}
.fa-signal-good::before {
	content: "\f68e";
}
.fa-signal-3::before {
	content: "\f68e";
}
.fa-signal-slash::before {
	content: "\f695";
}
.fa-signal-stream::before {
	content: "\f8dd";
}
.fa-signal-stream-slash::before {
	content: "\e250";
}
.fa-signal-strong::before {
	content: "\f68f";
}
.fa-signal-4::before {
	content: "\f68f";
}
.fa-signal-weak::before {
	content: "\f68c";
}
.fa-signal-1::before {
	content: "\f68c";
}
.fa-signature::before {
	content: "\f5b7";
}
.fa-signature-lock::before {
	content: "\e3ca";
}
.fa-signature-slash::before {
	content: "\e3cb";
}
.fa-signs-post::before {
	content: "\f277";
}
.fa-map-signs::before {
	content: "\f277";
}
.fa-sim-card::before {
	content: "\f7c4";
}
.fa-sim-cards::before {
	content: "\e251";
}
.fa-sink::before {
	content: "\e06d";
}
.fa-siren::before {
	content: "\e02d";
}
.fa-siren-on::before {
	content: "\e02e";
}
.fa-sitemap::before {
	content: "\f0e8";
}
.fa-skeleton::before {
	content: "\f620";
}
.fa-ski-boot::before {
	content: "\e3cc";
}
.fa-ski-boot-ski::before {
	content: "\e3cd";
}
.fa-skull::before {
	content: "\f54c";
}
.fa-skull-cow::before {
	content: "\f8de";
}
.fa-skull-crossbones::before {
	content: "\f714";
}
.fa-slash::before {
	content: "\f715";
}
.fa-slash-back::before {
	content: "\5c";
}
.fa-slash-forward::before {
	content: "\2f";
}
.fa-sleigh::before {
	content: "\f7cc";
}
.fa-slider::before {
	content: "\e252";
}
.fa-sliders::before {
	content: "\f1de";
}
.fa-sliders-h::before {
	content: "\f1de";
}
.fa-sliders-simple::before {
	content: "\e253";
}
.fa-sliders-up::before {
	content: "\f3f1";
}
.fa-sliders-v::before {
	content: "\f3f1";
}
.fa-slot-machine::before {
	content: "\e3ce";
}
.fa-smog::before {
	content: "\f75f";
}
.fa-smoke::before {
	content: "\f760";
}
.fa-smoking::before {
	content: "\f48d";
}
.fa-snake::before {
	content: "\f716";
}
.fa-snooze::before {
	content: "\f880";
}
.fa-zzz::before {
	content: "\f880";
}
.fa-snow-blowing::before {
	content: "\f761";
}
.fa-snowflake::before {
	content: "\f2dc";
}
.fa-snowflakes::before {
	content: "\f7cf";
}
.fa-snowman::before {
	content: "\f7d0";
}
.fa-snowman-head::before {
	content: "\f79b";
}
.fa-frosty-head::before {
	content: "\f79b";
}
.fa-snowplow::before {
	content: "\f7d2";
}
.fa-soap::before {
	content: "\e06e";
}
.fa-socks::before {
	content: "\f696";
}
.fa-solar-panel::before {
	content: "\f5ba";
}
.fa-solar-system::before {
	content: "\e02f";
}
.fa-sort::before {
	content: "\f0dc";
}
.fa-unsorted::before {
	content: "\f0dc";
}
.fa-sort-down::before {
	content: "\f0dd";
}
.fa-sort-desc::before {
	content: "\f0dd";
}
.fa-sort-up::before {
	content: "\f0de";
}
.fa-sort-asc::before {
	content: "\f0de";
}
.fa-spa::before {
	content: "\f5bb";
}
.fa-space-station-moon::before {
	content: "\e033";
}
.fa-space-station-moon-construction::before {
	content: "\e034";
}
.fa-space-station-moon-alt::before {
	content: "\e034";
}
.fa-spade::before {
	content: "\f2f4";
}
.fa-spaghetti-monster-flying::before {
	content: "\f67b";
}
.fa-pastafarianism::before {
	content: "\f67b";
}
.fa-sparkles::before {
	content: "\f890";
}
.fa-speaker::before {
	content: "\f8df";
}
.fa-speakers::before {
	content: "\f8e0";
}
.fa-spell-check::before {
	content: "\f891";
}
.fa-spider::before {
	content: "\f717";
}
.fa-spider-black-widow::before {
	content: "\f718";
}
.fa-spider-web::before {
	content: "\f719";
}
.fa-spinner::before {
	content: "\f110";
}
.fa-spinner-third::before {
	content: "\f3f4";
}
.fa-split::before {
	content: "\e254";
}
.fa-splotch::before {
	content: "\f5bc";
}
.fa-spoon::before {
	content: "\f2e5";
}
.fa-utensil-spoon::before {
	content: "\f2e5";
}
.fa-sportsball::before {
	content: "\e44b";
}
.fa-spray-can::before {
	content: "\f5bd";
}
.fa-spray-can-sparkles::before {
	content: "\f5d0";
}
.fa-air-freshener::before {
	content: "\f5d0";
}
.fa-sprinkler::before {
	content: "\e035";
}
.fa-sprinkler-ceiling::before {
	content: "\e44c";
}
.fa-square::before {
	content: "\f0c8";
}
.fa-square-0::before {
	content: "\e255";
}
.fa-square-1::before {
	content: "\e256";
}
.fa-square-2::before {
	content: "\e257";
}
.fa-square-3::before {
	content: "\e258";
}
.fa-square-4::before {
	content: "\e259";
}
.fa-square-5::before {
	content: "\e25a";
}
.fa-square-6::before {
	content: "\e25b";
}
.fa-square-7::before {
	content: "\e25c";
}
.fa-square-8::before {
	content: "\e25d";
}
.fa-square-9::before {
	content: "\e25e";
}
.fa-square-a::before {
	content: "\e25f";
}
.fa-square-a-lock::before {
	content: "\e44d";
}
.fa-square-ampersand::before {
	content: "\e260";
}
.fa-square-arrow-down::before {
	content: "\f339";
}
.fa-arrow-square-down::before {
	content: "\f339";
}
.fa-square-arrow-down-left::before {
	content: "\e261";
}
.fa-square-arrow-down-right::before {
	content: "\e262";
}
.fa-square-arrow-left::before {
	content: "\f33a";
}
.fa-arrow-square-left::before {
	content: "\f33a";
}
.fa-square-arrow-right::before {
	content: "\f33b";
}
.fa-arrow-square-right::before {
	content: "\f33b";
}
.fa-square-arrow-up::before {
	content: "\f33c";
}
.fa-arrow-square-up::before {
	content: "\f33c";
}
.fa-square-arrow-up-left::before {
	content: "\e263";
}
.fa-square-arrow-up-right::before {
	content: "\f14c";
}
.fa-external-link-square::before {
	content: "\f14c";
}
.fa-square-b::before {
	content: "\e264";
}
.fa-square-bolt::before {
	content: "\e265";
}
.fa-square-c::before {
	content: "\e266";
}
.fa-square-caret-down::before {
	content: "\f150";
}
.fa-caret-square-down::before {
	content: "\f150";
}
.fa-square-caret-left::before {
	content: "\f191";
}
.fa-caret-square-left::before {
	content: "\f191";
}
.fa-square-caret-right::before {
	content: "\f152";
}
.fa-caret-square-right::before {
	content: "\f152";
}
.fa-square-caret-up::before {
	content: "\f151";
}
.fa-caret-square-up::before {
	content: "\f151";
}
.fa-square-check::before {
	content: "\f14a";
}
.fa-check-square::before {
	content: "\f14a";
}
.fa-square-chevron-down::before {
	content: "\f329";
}
.fa-chevron-square-down::before {
	content: "\f329";
}
.fa-square-chevron-left::before {
	content: "\f32a";
}
.fa-chevron-square-left::before {
	content: "\f32a";
}
.fa-square-chevron-right::before {
	content: "\f32b";
}
.fa-chevron-square-right::before {
	content: "\f32b";
}
.fa-square-chevron-up::before {
	content: "\f32c";
}
.fa-chevron-square-up::before {
	content: "\f32c";
}
.fa-square-code::before {
	content: "\e267";
}
.fa-square-d::before {
	content: "\e268";
}
.fa-square-dashed::before {
	content: "\e269";
}
.fa-square-divide::before {
	content: "\e26a";
}
.fa-square-dollar::before {
	content: "\f2e9";
}
.fa-dollar-square::before {
	content: "\f2e9";
}
.fa-usd-square::before {
	content: "\f2e9";
}
.fa-square-down::before {
	content: "\f350";
}
.fa-arrow-alt-square-down::before {
	content: "\f350";
}
.fa-square-down-left::before {
	content: "\e26b";
}
.fa-square-down-right::before {
	content: "\e26c";
}
.fa-square-e::before {
	content: "\e26d";
}
.fa-square-ellipsis::before {
	content: "\e26e";
}
.fa-square-ellipsis-vertical::before {
	content: "\e26f";
}
.fa-square-envelope::before {
	content: "\f199";
}
.fa-envelope-square::before {
	content: "\f199";
}
.fa-square-exclamation::before {
	content: "\f321";
}
.fa-exclamation-square::before {
	content: "\f321";
}
.fa-square-f::before {
	content: "\e270";
}
.fa-square-fragile::before {
	content: "\f49b";
}
.fa-box-fragile::before {
	content: "\f49b";
}
.fa-square-wine-glass-crack::before {
	content: "\f49b";
}
.fa-square-full::before {
	content: "\f45c";
}
.fa-square-g::before {
	content: "\e271";
}
.fa-square-h::before {
	content: "\f0fd";
}
.fa-h-square::before {
	content: "\f0fd";
}
.fa-square-heart::before {
	content: "\f4c8";
}
.fa-heart-square::before {
	content: "\f4c8";
}
.fa-square-i::before {
	content: "\e272";
}
.fa-square-info::before {
	content: "\f30f";
}
.fa-info-square::before {
	content: "\f30f";
}
.fa-square-j::before {
	content: "\e273";
}
.fa-square-k::before {
	content: "\e274";
}
.fa-square-l::before {
	content: "\e275";
}
.fa-square-left::before {
	content: "\f351";
}
.fa-arrow-alt-square-left::before {
	content: "\f351";
}
.fa-square-m::before {
	content: "\e276";
}
.fa-square-minus::before {
	content: "\f146";
}
.fa-minus-square::before {
	content: "\f146";
}
.fa-square-n::before {
	content: "\e277";
}
.fa-square-o::before {
	content: "\e278";
}
.fa-square-p::before {
	content: "\e279";
}
.fa-square-parking::before {
	content: "\f540";
}
.fa-parking::before {
	content: "\f540";
}
.fa-square-parking-slash::before {
	content: "\f617";
}
.fa-parking-slash::before {
	content: "\f617";
}
.fa-square-pen::before {
	content: "\f14b";
}
.fa-pen-square::before {
	content: "\f14b";
}
.fa-pencil-square::before {
	content: "\f14b";
}
.fa-square-phone::before {
	content: "\f098";
}
.fa-phone-square::before {
	content: "\f098";
}
.fa-square-phone-flip::before {
	content: "\f87b";
}
.fa-phone-square-alt::before {
	content: "\f87b";
}
.fa-square-phone-hangup::before {
	content: "\e27a";
}
.fa-phone-square-down::before {
	content: "\e27a";
}
.fa-square-plus::before {
	content: "\f0fe";
}
.fa-plus-square::before {
	content: "\f0fe";
}
.fa-square-poll-horizontal::before {
	content: "\f682";
}
.fa-poll-h::before {
	content: "\f682";
}
.fa-square-poll-vertical::before {
	content: "\f681";
}
.fa-poll::before {
	content: "\f681";
}
.fa-square-q::before {
	content: "\e27b";
}
.fa-square-quarters::before {
	content: "\e44e";
}
.fa-square-question::before {
	content: "\f2fd";
}
.fa-question-square::before {
	content: "\f2fd";
}
.fa-square-quote::before {
	content: "\e329";
}
.fa-square-r::before {
	content: "\e27c";
}
.fa-square-right::before {
	content: "\f352";
}
.fa-arrow-alt-square-right::before {
	content: "\f352";
}
.fa-square-ring::before {
	content: "\e44f";
}
.fa-square-root::before {
	content: "\f697";
}
.fa-square-root-variable::before {
	content: "\f698";
}
.fa-square-root-alt::before {
	content: "\f698";
}
.fa-square-rss::before {
	content: "\f143";
}
.fa-rss-square::before {
	content: "\f143";
}
.fa-square-s::before {
	content: "\e27d";
}
.fa-square-share-nodes::before {
	content: "\f1e1";
}
.fa-share-alt-square::before {
	content: "\f1e1";
}
.fa-square-sliders::before {
	content: "\f3f0";
}
.fa-sliders-h-square::before {
	content: "\f3f0";
}
.fa-square-sliders-vertical::before {
	content: "\f3f2";
}
.fa-sliders-v-square::before {
	content: "\f3f2";
}
.fa-square-small::before {
	content: "\e27e";
}
.fa-square-star::before {
	content: "\e27f";
}
.fa-square-t::before {
	content: "\e280";
}
.fa-square-terminal::before {
	content: "\e32a";
}
.fa-square-this-way-up::before {
	content: "\f49f";
}
.fa-box-up::before {
	content: "\f49f";
}
.fa-square-u::before {
	content: "\e281";
}
.fa-square-up::before {
	content: "\f353";
}
.fa-arrow-alt-square-up::before {
	content: "\f353";
}
.fa-square-up-left::before {
	content: "\e282";
}
.fa-square-up-right::before {
	content: "\f360";
}
.fa-external-link-square-alt::before {
	content: "\f360";
}
.fa-square-user::before {
	content: "\e283";
}
.fa-square-v::before {
	content: "\e284";
}
.fa-square-w::before {
	content: "\e285";
}
.fa-square-x::before {
	content: "\e286";
}
.fa-square-xmark::before {
	content: "\f2d3";
}
.fa-times-square::before {
	content: "\f2d3";
}
.fa-xmark-square::before {
	content: "\f2d3";
}
.fa-square-y::before {
	content: "\e287";
}
.fa-square-z::before {
	content: "\e288";
}
.fa-squid::before {
	content: "\e450";
}
.fa-squirrel::before {
	content: "\f71a";
}
.fa-staff::before {
	content: "\f71b";
}
.fa-stairs::before {
	content: "\e289";
}
.fa-stamp::before {
	content: "\f5bf";
}
.fa-standard-definition::before {
	content: "\e28a";
}
.fa-rectangle-sd::before {
	content: "\e28a";
}
.fa-star::before {
	content: "\f005";
}
.fa-star-and-crescent::before {
	content: "\f699";
}
.fa-star-christmas::before {
	content: "\f7d4";
}
.fa-star-exclamation::before {
	content: "\f2f3";
}
.fa-star-half::before {
	content: "\f089";
}
.fa-star-half-stroke::before {
	content: "\f5c0";
}
.fa-star-half-alt::before {
	content: "\f5c0";
}
.fa-star-of-david::before {
	content: "\f69a";
}
.fa-star-of-life::before {
	content: "\f621";
}
.fa-star-sharp::before {
	content: "\e28b";
}
.fa-star-sharp-half::before {
	content: "\e28c";
}
.fa-star-sharp-half-stroke::before {
	content: "\e28d";
}
.fa-star-sharp-half-alt::before {
	content: "\e28d";
}
.fa-star-shooting::before {
	content: "\e036";
}
.fa-starfighter::before {
	content: "\e037";
}
.fa-starfighter-twin-ion-engine::before {
	content: "\e038";
}
.fa-starfighter-alt::before {
	content: "\e038";
}
.fa-starfighter-twin-ion-engine-advanced::before {
	content: "\e28e";
}
.fa-starfighter-alt-advanced::before {
	content: "\e28e";
}
.fa-stars::before {
	content: "\f762";
}
.fa-starship::before {
	content: "\e039";
}
.fa-starship-freighter::before {
	content: "\e03a";
}
.fa-steak::before {
	content: "\f824";
}
.fa-steering-wheel::before {
	content: "\f622";
}
.fa-sterling-sign::before {
	content: "\f154";
}
.fa-gbp::before {
	content: "\f154";
}
.fa-pound-sign::before {
	content: "\f154";
}
.fa-stethoscope::before {
	content: "\f0f1";
}
.fa-stocking::before {
	content: "\f7d5";
}
.fa-stomach::before {
	content: "\f623";
}
.fa-stop::before {
	content: "\f04d";
}
.fa-stopwatch::before {
	content: "\f2f2";
}
.fa-stopwatch-20::before {
	content: "\e06f";
}
.fa-store::before {
	content: "\f54e";
}
.fa-store-slash::before {
	content: "\e071";
}
.fa-strawberry::before {
	content: "\e32b";
}
.fa-street-view::before {
	content: "\f21d";
}
.fa-stretcher::before {
	content: "\f825";
}
.fa-strikethrough::before {
	content: "\f0cc";
}
.fa-stroopwafel::before {
	content: "\f551";
}
.fa-subscript::before {
	content: "\f12c";
}
.fa-suitcase::before {
	content: "\f0f2";
}
.fa-suitcase-medical::before {
	content: "\f0fa";
}
.fa-medkit::before {
	content: "\f0fa";
}
.fa-suitcase-rolling::before {
	content: "\f5c1";
}
.fa-sun::before {
	content: "\f185";
}
.fa-sun-bright::before {
	content: "\e28f";
}
.fa-sun-alt::before {
	content: "\e28f";
}
.fa-sun-cloud::before {
	content: "\f763";
}
.fa-sun-dust::before {
	content: "\f764";
}
.fa-sun-haze::before {
	content: "\f765";
}
.fa-sunglasses::before {
	content: "\f892";
}
.fa-sunrise::before {
	content: "\f766";
}
.fa-sunset::before {
	content: "\f767";
}
.fa-superscript::before {
	content: "\f12b";
}
.fa-swatchbook::before {
	content: "\f5c3";
}
.fa-sword::before {
	content: "\f71c";
}
.fa-sword-laser::before {
	content: "\e03b";
}
.fa-sword-laser-alt::before {
	content: "\e03c";
}
.fa-swords::before {
	content: "\f71d";
}
.fa-swords-laser::before {
	content: "\e03d";
}
.fa-symbols::before {
	content: "\f86e";
}
.fa-icons-alt::before {
	content: "\f86e";
}
.fa-synagogue::before {
	content: "\f69b";
}
.fa-syringe::before {
	content: "\f48e";
}
.fa-t::before {
	content: "\54";
}
.fa-table::before {
	content: "\f0ce";
}
.fa-table-cells::before {
	content: "\f00a";
}
.fa-th::before {
	content: "\f00a";
}
.fa-table-cells-large::before {
	content: "\f009";
}
.fa-th-large::before {
	content: "\f009";
}
.fa-table-columns::before {
	content: "\f0db";
}
.fa-columns::before {
	content: "\f0db";
}
.fa-table-layout::before {
	content: "\e290";
}
.fa-table-list::before {
	content: "\f00b";
}
.fa-th-list::before {
	content: "\f00b";
}
.fa-table-picnic::before {
	content: "\e32d";
}
.fa-table-pivot::before {
	content: "\e291";
}
.fa-table-rows::before {
	content: "\e292";
}
.fa-rows::before {
	content: "\e292";
}
.fa-table-tennis-paddle-ball::before {
	content: "\f45d";
}
.fa-ping-pong-paddle-ball::before {
	content: "\f45d";
}
.fa-table-tennis::before {
	content: "\f45d";
}
.fa-table-tree::before {
	content: "\e293";
}
.fa-tablet::before {
	content: "\f3fb";
}
.fa-tablet-android::before {
	content: "\f3fb";
}
.fa-tablet-button::before {
	content: "\f10a";
}
.fa-tablet-rugged::before {
	content: "\f48f";
}
.fa-tablet-screen::before {
	content: "\f3fc";
}
.fa-tablet-android-alt::before {
	content: "\f3fc";
}
.fa-tablet-screen-button::before {
	content: "\f3fa";
}
.fa-tablet-alt::before {
	content: "\f3fa";
}
.fa-tablets::before {
	content: "\f490";
}
.fa-tachograph-digital::before {
	content: "\f566";
}
.fa-digital-tachograph::before {
	content: "\f566";
}
.fa-taco::before {
	content: "\f826";
}
.fa-tag::before {
	content: "\f02b";
}
.fa-tags::before {
	content: "\f02c";
}
.fa-tally::before {
	content: "\f69c";
}
.fa-tally-5::before {
	content: "\f69c";
}
.fa-tally-1::before {
	content: "\e294";
}
.fa-tally-2::before {
	content: "\e295";
}
.fa-tally-3::before {
	content: "\e296";
}
.fa-tally-4::before {
	content: "\e297";
}
.fa-tamale::before {
	content: "\e451";
}
.fa-tank-water::before {
	content: "\e452";
}
.fa-tape::before {
	content: "\f4db";
}
.fa-taxi::before {
	content: "\f1ba";
}
.fa-cab::before {
	content: "\f1ba";
}
.fa-taxi-bus::before {
	content: "\e298";
}
.fa-teddy-bear::before {
	content: "\e3cf";
}
.fa-teeth::before {
	content: "\f62e";
}
.fa-teeth-open::before {
	content: "\f62f";
}
.fa-telescope::before {
	content: "\e03e";
}
.fa-temperature-arrow-down::before {
	content: "\e03f";
}
.fa-temperature-down::before {
	content: "\e03f";
}
.fa-temperature-arrow-up::before {
	content: "\e040";
}
.fa-temperature-up::before {
	content: "\e040";
}
.fa-temperature-empty::before {
	content: "\f2cb";
}
.fa-temperature-0::before {
	content: "\f2cb";
}
.fa-thermometer-0::before {
	content: "\f2cb";
}
.fa-thermometer-empty::before {
	content: "\f2cb";
}
.fa-temperature-full::before {
	content: "\f2c7";
}
.fa-temperature-4::before {
	content: "\f2c7";
}
.fa-thermometer-4::before {
	content: "\f2c7";
}
.fa-thermometer-full::before {
	content: "\f2c7";
}
.fa-temperature-half::before {
	content: "\f2c9";
}
.fa-temperature-2::before {
	content: "\f2c9";
}
.fa-thermometer-2::before {
	content: "\f2c9";
}
.fa-thermometer-half::before {
	content: "\f2c9";
}
.fa-temperature-high::before {
	content: "\f769";
}
.fa-temperature-list::before {
	content: "\e299";
}
.fa-temperature-low::before {
	content: "\f76b";
}
.fa-temperature-quarter::before {
	content: "\f2ca";
}
.fa-temperature-1::before {
	content: "\f2ca";
}
.fa-thermometer-1::before {
	content: "\f2ca";
}
.fa-thermometer-quarter::before {
	content: "\f2ca";
}
.fa-temperature-snow::before {
	content: "\f768";
}
.fa-temperature-frigid::before {
	content: "\f768";
}
.fa-temperature-sun::before {
	content: "\f76a";
}
.fa-temperature-hot::before {
	content: "\f76a";
}
.fa-temperature-three-quarters::before {
	content: "\f2c8";
}
.fa-temperature-3::before {
	content: "\f2c8";
}
.fa-thermometer-3::before {
	content: "\f2c8";
}
.fa-thermometer-three-quarters::before {
	content: "\f2c8";
}
.fa-tenge-sign::before {
	content: "\f7d7";
}
.fa-tenge::before {
	content: "\f7d7";
}
.fa-tennis-ball::before {
	content: "\f45e";
}
.fa-terminal::before {
	content: "\f120";
}
.fa-text::before {
	content: "\f893";
}
.fa-text-height::before {
	content: "\f034";
}
.fa-text-size::before {
	content: "\f894";
}
.fa-text-slash::before {
	content: "\f87d";
}
.fa-remove-format::before {
	content: "\f87d";
}
.fa-text-width::before {
	content: "\f035";
}
.fa-thermometer::before {
	content: "\f491";
}
.fa-theta::before {
	content: "\f69e";
}
.fa-thought-bubble::before {
	content: "\e32e";
}
.fa-thumbs-down::before {
	content: "\f165";
}
.fa-thumbs-up::before {
	content: "\f164";
}
.fa-thumbtack::before {
	content: "\f08d";
}
.fa-thumb-tack::before {
	content: "\f08d";
}
.fa-tick::before {
	content: "\e32f";
}
.fa-ticket::before {
	content: "\f145";
}
.fa-ticket-airline::before {
	content: "\e29a";
}
.fa-ticket-simple::before {
	content: "\f3ff";
}
.fa-ticket-alt::before {
	content: "\f3ff";
}
.fa-tickets-airline::before {
	content: "\e29b";
}
.fa-tilde::before {
	content: "\7e";
}
.fa-timeline::before {
	content: "\e29c";
}
.fa-timeline-arrow::before {
	content: "\e29d";
}
.fa-timer::before {
	content: "\e29e";
}
.fa-tire::before {
	content: "\f631";
}
.fa-tire-flat::before {
	content: "\f632";
}
.fa-tire-pressure-warning::before {
	content: "\f633";
}
.fa-tire-rugged::before {
	content: "\f634";
}
.fa-toggle-off::before {
	content: "\f204";
}
.fa-toggle-on::before {
	content: "\f205";
}
.fa-toilet::before {
	content: "\f7d8";
}
.fa-toilet-paper::before {
	content: "\f71e";
}
.fa-toilet-paper-blank::before {
	content: "\f71f";
}
.fa-toilet-paper-alt::before {
	content: "\f71f";
}
.fa-toilet-paper-blank-under::before {
	content: "\e29f";
}
.fa-toilet-paper-reverse-alt::before {
	content: "\e29f";
}
.fa-toilet-paper-slash::before {
	content: "\e072";
}
.fa-toilet-paper-under::before {
	content: "\e2a0";
}
.fa-toilet-paper-reverse::before {
	content: "\e2a0";
}
.fa-toilet-paper-under-slash::before {
	content: "\e2a1";
}
.fa-toilet-paper-reverse-slash::before {
	content: "\e2a1";
}
.fa-tomato::before {
	content: "\e330";
}
.fa-tombstone::before {
	content: "\f720";
}
.fa-tombstone-blank::before {
	content: "\f721";
}
.fa-tombstone-alt::before {
	content: "\f721";
}
.fa-toolbox::before {
	content: "\f552";
}
.fa-tooth::before {
	content: "\f5c9";
}
.fa-toothbrush::before {
	content: "\f635";
}
.fa-torii-gate::before {
	content: "\f6a1";
}
.fa-tornado::before {
	content: "\f76f";
}
.fa-tower-broadcast::before {
	content: "\f519";
}
.fa-broadcast-tower::before {
	content: "\f519";
}
.fa-tower-control::before {
	content: "\e2a2";
}
.fa-tractor::before {
	content: "\f722";
}
.fa-trademark::before {
	content: "\f25c";
}
.fa-traffic-cone::before {
	content: "\f636";
}
.fa-traffic-light::before {
	content: "\f637";
}
.fa-traffic-light-go::before {
	content: "\f638";
}
.fa-traffic-light-slow::before {
	content: "\f639";
}
.fa-traffic-light-stop::before {
	content: "\f63a";
}
.fa-trailer::before {
	content: "\e041";
}
.fa-train::before {
	content: "\f238";
}
.fa-train-subway::before {
	content: "\f239";
}
.fa-subway::before {
	content: "\f239";
}
.fa-train-subway-tunnel::before {
	content: "\e2a3";
}
.fa-subway-tunnel::before {
	content: "\e2a3";
}
.fa-train-track::before {
	content: "\e453";
}
.fa-train-tram::before {
	content: "\f7da";
}
.fa-tram::before {
	content: "\f7da";
}
.fa-train-tunnel::before {
	content: "\e454";
}
.fa-transformer-bolt::before {
	content: "\e2a4";
}
.fa-transgender::before {
	content: "\f225";
}
.fa-transgender-alt::before {
	content: "\f225";
}
.fa-transporter::before {
	content: "\e042";
}
.fa-transporter-1::before {
	content: "\e043";
}
.fa-transporter-2::before {
	content: "\e044";
}
.fa-transporter-3::before {
	content: "\e045";
}
.fa-transporter-4::before {
	content: "\e2a5";
}
.fa-transporter-5::before {
	content: "\e2a6";
}
.fa-transporter-6::before {
	content: "\e2a7";
}
.fa-transporter-7::before {
	content: "\e2a8";
}
.fa-transporter-empty::before {
	content: "\e046";
}
.fa-trash::before {
	content: "\f1f8";
}
.fa-trash-arrow-up::before {
	content: "\f829";
}
.fa-trash-restore::before {
	content: "\f829";
}
.fa-trash-can::before {
	content: "\f2ed";
}
.fa-trash-alt::before {
	content: "\f2ed";
}
.fa-trash-can-arrow-up::before {
	content: "\f82a";
}
.fa-trash-restore-alt::before {
	content: "\f82a";
}
.fa-trash-can-check::before {
	content: "\e2a9";
}
.fa-trash-can-clock::before {
	content: "\e2aa";
}
.fa-trash-can-list::before {
	content: "\e2ab";
}
.fa-trash-can-plus::before {
	content: "\e2ac";
}
.fa-trash-can-slash::before {
	content: "\e2ad";
}
.fa-trash-alt-slash::before {
	content: "\e2ad";
}
.fa-trash-can-undo::before {
	content: "\f896";
}
.fa-trash-can-arrow-turn-left::before {
	content: "\f896";
}
.fa-trash-undo-alt::before {
	content: "\f896";
}
.fa-trash-can-xmark::before {
	content: "\e2ae";
}
.fa-trash-check::before {
	content: "\e2af";
}
.fa-trash-clock::before {
	content: "\e2b0";
}
.fa-trash-list::before {
	content: "\e2b1";
}
.fa-trash-plus::before {
	content: "\e2b2";
}
.fa-trash-slash::before {
	content: "\e2b3";
}
.fa-trash-undo::before {
	content: "\f895";
}
.fa-trash-arrow-turn-left::before {
	content: "\f895";
}
.fa-trash-xmark::before {
	content: "\e2b4";
}
.fa-treasure-chest::before {
	content: "\f723";
}
.fa-tree::before {
	content: "\f1bb";
}
.fa-tree-christmas::before {
	content: "\f7db";
}
.fa-tree-deciduous::before {
	content: "\f400";
}
.fa-tree-alt::before {
	content: "\f400";
}
.fa-tree-decorated::before {
	content: "\f7dc";
}
.fa-tree-large::before {
	content: "\f7dd";
}
.fa-tree-palm::before {
	content: "\f82b";
}
.fa-trees::before {
	content: "\f724";
}
.fa-triangle::before {
	content: "\f2ec";
}
.fa-triangle-exclamation::before {
	content: "\f071";
}
.fa-exclamation-triangle::before {
	content: "\f071";
}
.fa-warning::before {
	content: "\f071";
}
.fa-triangle-instrument::before {
	content: "\f8e2";
}
.fa-triangle-music::before {
	content: "\f8e2";
}
.fa-triangle-person-digging::before {
	content: "\f85d";
}
.fa-construction::before {
	content: "\f85d";
}
.fa-trophy::before {
	content: "\f091";
}
.fa-trophy-star::before {
	content: "\f2eb";
}
.fa-trophy-alt::before {
	content: "\f2eb";
}
.fa-truck::before {
	content: "\f0d1";
}
.fa-truck-bolt::before {
	content: "\e3d0";
}
.fa-truck-clock::before {
	content: "\f48c";
}
.fa-shipping-timed::before {
	content: "\f48c";
}
.fa-truck-container::before {
	content: "\f4dc";
}
.fa-truck-container-empty::before {
	content: "\e2b5";
}
.fa-truck-fast::before {
	content: "\f48b";
}
.fa-shipping-fast::before {
	content: "\f48b";
}
.fa-truck-flatbed::before {
	content: "\e2b6";
}
.fa-truck-front::before {
	content: "\e2b7";
}
.fa-truck-medical::before {
	content: "\f0f9";
}
.fa-ambulance::before {
	content: "\f0f9";
}
.fa-truck-monster::before {
	content: "\f63b";
}
.fa-truck-moving::before {
	content: "\f4df";
}
.fa-truck-pickup::before {
	content: "\f63c";
}
.fa-truck-plow::before {
	content: "\f7de";
}
.fa-truck-ramp::before {
	content: "\f4e0";
}
.fa-truck-ramp-box::before {
	content: "\f4de";
}
.fa-truck-loading::before {
	content: "\f4de";
}
.fa-truck-ramp-couch::before {
	content: "\f4dd";
}
.fa-truck-couch::before {
	content: "\f4dd";
}
.fa-truck-tow::before {
	content: "\e2b8";
}
.fa-trumpet::before {
	content: "\f8e3";
}
.fa-tty::before {
	content: "\f1e4";
}
.fa-teletype::before {
	content: "\f1e4";
}
.fa-tty-answer::before {
	content: "\e2b9";
}
.fa-teletype-answer::before {
	content: "\e2b9";
}
.fa-tugrik-sign::before {
	content: "\e2ba";
}
.fa-turkey::before {
	content: "\f725";
}
.fa-turkish-lira-sign::before {
	content: "\e2bb";
}
.fa-try::before {
	content: "\e2bb";
}
.fa-turkish-lira::before {
	content: "\e2bb";
}
.fa-turn-down::before {
	content: "\f3be";
}
.fa-level-down-alt::before {
	content: "\f3be";
}
.fa-turn-down-left::before {
	content: "\e331";
}
.fa-turn-down-right::before {
	content: "\e455";
}
.fa-turn-up::before {
	content: "\f3bf";
}
.fa-level-up-alt::before {
	content: "\f3bf";
}
.fa-turntable::before {
	content: "\f8e4";
}
.fa-turtle::before {
	content: "\f726";
}
.fa-tv::before {
	content: "\f26c";
}
.fa-television::before {
	content: "\f26c";
}
.fa-tv-alt::before {
	content: "\f26c";
}
.fa-tv-music::before {
	content: "\f8e6";
}
.fa-tv-retro::before {
	content: "\f401";
}
.fa-typewriter::before {
	content: "\f8e7";
}
.fa-u::before {
	content: "\55";
}
.fa-ufo::before {
	content: "\e047";
}
.fa-ufo-beam::before {
	content: "\e048";
}
.fa-umbrella::before {
	content: "\f0e9";
}
.fa-umbrella-beach::before {
	content: "\f5ca";
}
.fa-umbrella-simple::before {
	content: "\e2bc";
}
.fa-umbrella-alt::before {
	content: "\e2bc";
}
.fa-underline::before {
	content: "\f0cd";
}
.fa-unicorn::before {
	content: "\f727";
}
.fa-uniform-martial-arts::before {
	content: "\e3d1";
}
.fa-union::before {
	content: "\f6a2";
}
.fa-universal-access::before {
	content: "\f29a";
}
.fa-unlock::before {
	content: "\f09c";
}
.fa-unlock-keyhole::before {
	content: "\f13e";
}
.fa-unlock-alt::before {
	content: "\f13e";
}
.fa-up::before {
	content: "\f357";
}
.fa-arrow-alt-up::before {
	content: "\f357";
}
.fa-up-down::before {
	content: "\f338";
}
.fa-arrows-alt-v::before {
	content: "\f338";
}
.fa-up-down-left-right::before {
	content: "\f0b2";
}
.fa-arrows-alt::before {
	content: "\f0b2";
}
.fa-up-from-dotted-line::before {
	content: "\e456";
}
.fa-up-from-line::before {
	content: "\f346";
}
.fa-arrow-alt-from-bottom::before {
	content: "\f346";
}
.fa-up-left::before {
	content: "\e2bd";
}
.fa-up-long::before {
	content: "\f30c";
}
.fa-long-arrow-alt-up::before {
	content: "\f30c";
}
.fa-up-right::before {
	content: "\e2be";
}
.fa-up-right-and-down-left-from-center::before {
	content: "\f424";
}
.fa-expand-alt::before {
	content: "\f424";
}
.fa-up-right-from-square::before {
	content: "\f35d";
}
.fa-external-link-alt::before {
	content: "\f35d";
}
.fa-up-to-dotted-line::before {
	content: "\e457";
}
.fa-up-to-line::before {
	content: "\f34d";
}
.fa-arrow-alt-to-top::before {
	content: "\f34d";
}
.fa-upload::before {
	content: "\f093";
}
.fa-usb-drive::before {
	content: "\f8e9";
}
.fa-user::before {
	content: "\f007";
}
.fa-user-alien::before {
	content: "\e04a";
}
.fa-user-astronaut::before {
	content: "\f4fb";
}
.fa-user-bounty-hunter::before {
	content: "\e2bf";
}
.fa-user-check::before {
	content: "\f4fc";
}
.fa-user-chef::before {
	content: "\e3d2";
}
.fa-user-clock::before {
	content: "\f4fd";
}
.fa-user-cowboy::before {
	content: "\f8ea";
}
.fa-user-crown::before {
	content: "\f6a4";
}
.fa-user-doctor::before {
	content: "\f0f0";
}
.fa-user-md::before {
	content: "\f0f0";
}
.fa-user-doctor-hair::before {
	content: "\e458";
}
.fa-user-doctor-hair-long::before {
	content: "\e459";
}
.fa-user-doctor-message::before {
	content: "\f82e";
}
.fa-user-md-chat::before {
	content: "\f82e";
}
.fa-user-gear::before {
	content: "\f4fe";
}
.fa-user-cog::before {
	content: "\f4fe";
}
.fa-user-graduate::before {
	content: "\f501";
}
.fa-user-group::before {
	content: "\f500";
}
.fa-user-friends::before {
	content: "\f500";
}
.fa-user-group-crown::before {
	content: "\f6a5";
}
.fa-users-crown::before {
	content: "\f6a5";
}
.fa-user-hair::before {
	content: "\e45a";
}
.fa-user-hair-buns::before {
	content: "\e3d3";
}
.fa-user-hair-long::before {
	content: "\e45b";
}
.fa-user-hair-mullet::before {
	content: "\e45c";
}
.fa-business-front::before {
	content: "\e45c";
}
.fa-party-back::before {
	content: "\e45c";
}
.fa-trian-balbot::before {
	content: "\e45c";
}
.fa-user-headset::before {
	content: "\f82d";
}
.fa-user-helmet-safety::before {
	content: "\f82c";
}
.fa-user-construction::before {
	content: "\f82c";
}
.fa-user-hard-hat::before {
	content: "\f82c";
}
.fa-user-injured::before {
	content: "\f728";
}
.fa-user-large::before {
	content: "\f406";
}
.fa-user-alt::before {
	content: "\f406";
}
.fa-user-large-slash::before {
	content: "\f4fa";
}
.fa-user-alt-slash::before {
	content: "\f4fa";
}
.fa-user-lock::before {
	content: "\f502";
}
.fa-user-minus::before {
	content: "\f503";
}
.fa-user-music::before {
	content: "\f8eb";
}
.fa-user-ninja::before {
	content: "\f504";
}
.fa-user-nurse::before {
	content: "\f82f";
}
.fa-user-nurse-hair::before {
	content: "\e45d";
}
.fa-user-nurse-hair-long::before {
	content: "\e45e";
}
.fa-user-pen::before {
	content: "\f4ff";
}
.fa-user-edit::before {
	content: "\f4ff";
}
.fa-user-pilot::before {
	content: "\e2c0";
}
.fa-user-pilot-tie::before {
	content: "\e2c1";
}
.fa-user-plus::before {
	content: "\f234";
}
.fa-user-police::before {
	content: "\e333";
}
.fa-user-police-tie::before {
	content: "\e334";
}
.fa-user-robot::before {
	content: "\e04b";
}
.fa-user-secret::before {
	content: "\f21b";
}
.fa-user-shakespeare::before {
	content: "\e2c2";
}
.fa-user-shield::before {
	content: "\f505";
}
.fa-user-slash::before {
	content: "\f506";
}
.fa-user-tag::before {
	content: "\f507";
}
.fa-user-tie::before {
	content: "\f508";
}
.fa-user-tie-hair::before {
	content: "\e45f";
}
.fa-user-tie-hair-long::before {
	content: "\e460";
}
.fa-user-unlock::before {
	content: "\e058";
}
.fa-user-visor::before {
	content: "\e04c";
}
.fa-user-vneck::before {
	content: "\e461";
}
.fa-user-vneck-hair::before {
	content: "\e462";
}
.fa-user-vneck-hair-long::before {
	content: "\e463";
}
.fa-user-xmark::before {
	content: "\f235";
}
.fa-user-times::before {
	content: "\f235";
}
.fa-users::before {
	content: "\f0c0";
}
.fa-group::before {
	content: "\f0c0";
}
.fa-users-gear::before {
	content: "\f509";
}
.fa-users-cog::before {
	content: "\f509";
}
.fa-users-medical::before {
	content: "\f830";
}
.fa-users-slash::before {
	content: "\e073";
}
.fa-utensils::before {
	content: "\f2e7";
}
.fa-cutlery::before {
	content: "\f2e7";
}
.fa-utensils-slash::before {
	content: "\e464";
}
.fa-utility-pole::before {
	content: "\e2c3";
}
.fa-utility-pole-double::before {
	content: "\e2c4";
}
.fa-v::before {
	content: "\56";
}
.fa-vacuum::before {
	content: "\e04d";
}
.fa-vacuum-robot::before {
	content: "\e04e";
}
.fa-value-absolute::before {
	content: "\f6a6";
}
.fa-van-shuttle::before {
	content: "\f5b6";
}
.fa-shuttle-van::before {
	content: "\f5b6";
}
.fa-vault::before {
	content: "\e2c5";
}
.fa-vector-circle::before {
	content: "\e2c6";
}
.fa-vector-polygon::before {
	content: "\e2c7";
}
.fa-vector-square::before {
	content: "\f5cb";
}
.fa-vent-damper::before {
	content: "\e465";
}
.fa-venus::before {
	content: "\f221";
}
.fa-venus-double::before {
	content: "\f226";
}
.fa-venus-mars::before {
	content: "\f228";
}
.fa-vest::before {
	content: "\e085";
}
.fa-vest-patches::before {
	content: "\e086";
}
.fa-vial::before {
	content: "\f492";
}
.fa-vials::before {
	content: "\f493";
}
.fa-video::before {
	content: "\f03d";
}
.fa-video-camera::before {
	content: "\f03d";
}
.fa-video-arrow-down-left::before {
	content: "\e2c8";
}
.fa-video-arrow-up-right::before {
	content: "\e2c9";
}
.fa-video-plus::before {
	content: "\f4e1";
}
.fa-video-slash::before {
	content: "\f4e2";
}
.fa-vihara::before {
	content: "\f6a7";
}
.fa-violin::before {
	content: "\f8ed";
}
.fa-virus::before {
	content: "\e074";
}
.fa-virus-slash::before {
	content: "\e075";
}
.fa-viruses::before {
	content: "\e076";
}
.fa-voicemail::before {
	content: "\f897";
}
.fa-volcano::before {
	content: "\f770";
}
.fa-volleyball::before {
	content: "\f45f";
}
.fa-volleyball-ball::before {
	content: "\f45f";
}
.fa-volume::before {
	content: "\f6a8";
}
.fa-volume-medium::before {
	content: "\f6a8";
}
.fa-volume-high::before {
	content: "\f028";
}
.fa-volume-up::before {
	content: "\f028";
}
.fa-volume-low::before {
	content: "\f027";
}
.fa-volume-down::before {
	content: "\f027";
}
.fa-volume-off::before {
	content: "\f026";
}
.fa-volume-slash::before {
	content: "\f2e2";
}
.fa-volume-xmark::before {
	content: "\f6a9";
}
.fa-volume-mute::before {
	content: "\f6a9";
}
.fa-volume-times::before {
	content: "\f6a9";
}
.fa-vr-cardboard::before {
	content: "\f729";
}
.fa-w::before {
	content: "\57";
}
.fa-waffle::before {
	content: "\e466";
}
.fa-wagon-covered::before {
	content: "\f8ee";
}
.fa-walker::before {
	content: "\f831";
}
.fa-walkie-talkie::before {
	content: "\f8ef";
}
.fa-wallet::before {
	content: "\f555";
}
.fa-wand::before {
	content: "\f72a";
}
.fa-wand-magic::before {
	content: "\f0d0";
}
.fa-magic::before {
	content: "\f0d0";
}
.fa-wand-magic-sparkles::before {
	content: "\e2ca";
}
.fa-magic-wand-sparkles::before {
	content: "\e2ca";
}
.fa-wand-sparkles::before {
	content: "\f72b";
}
.fa-warehouse::before {
	content: "\f494";
}
.fa-warehouse-full::before {
	content: "\f495";
}
.fa-warehouse-alt::before {
	content: "\f495";
}
.fa-washing-machine::before {
	content: "\f898";
}
.fa-washer::before {
	content: "\f898";
}
.fa-watch::before {
	content: "\f2e1";
}
.fa-watch-apple::before {
	content: "\e2cb";
}
.fa-watch-calculator::before {
	content: "\f8f0";
}
.fa-watch-fitness::before {
	content: "\f63e";
}
.fa-watch-smart::before {
	content: "\e2cc";
}
.fa-water::before {
	content: "\f773";
}
.fa-water-arrow-down::before {
	content: "\f774";
}
.fa-water-lower::before {
	content: "\f774";
}
.fa-water-arrow-up::before {
	content: "\f775";
}
.fa-water-rise::before {
	content: "\f775";
}
.fa-water-ladder::before {
	content: "\f5c5";
}
.fa-ladder-water::before {
	content: "\f5c5";
}
.fa-swimming-pool::before {
	content: "\f5c5";
}
.fa-watermelon-slice::before {
	content: "\e337";
}
.fa-wave-pulse::before {
	content: "\f5f8";
}
.fa-heart-rate::before {
	content: "\f5f8";
}
.fa-wave-sine::before {
	content: "\f899";
}
.fa-wave-square::before {
	content: "\f83e";
}
.fa-wave-triangle::before {
	content: "\f89a";
}
.fa-waveform::before {
	content: "\f8f1";
}
.fa-waveform-lines::before {
	content: "\f8f2";
}
.fa-weight-hanging::before {
	content: "\f5cd";
}
.fa-weight-scale::before {
	content: "\f496";
}
.fa-weight::before {
	content: "\f496";
}
.fa-whale::before {
	content: "\f72c";
}
.fa-wheat::before {
	content: "\f72d";
}
.fa-wheat-awn::before {
	content: "\e2cd";
}
.fa-wheat-alt::before {
	content: "\e2cd";
}
.fa-wheat-awn-slash::before {
	content: "\e338";
}
.fa-wheat-slash::before {
	content: "\e339";
}
.fa-wheelchair::before {
	content: "\f193";
}
.fa-wheelchair-move::before {
	content: "\e2ce";
}
.fa-wheelchair-alt::before {
	content: "\e2ce";
}
.fa-whiskey-glass::before {
	content: "\f7a0";
}
.fa-glass-whiskey::before {
	content: "\f7a0";
}
.fa-whiskey-glass-ice::before {
	content: "\f7a1";
}
.fa-glass-whiskey-rocks::before {
	content: "\f7a1";
}
.fa-whistle::before {
	content: "\f460";
}
.fa-wifi::before {
	content: "\f1eb";
}
.fa-wifi-3::before {
	content: "\f1eb";
}
.fa-wifi-strong::before {
	content: "\f1eb";
}
.fa-wifi-exclamation::before {
	content: "\e2cf";
}
.fa-wifi-fair::before {
	content: "\f6ab";
}
.fa-wifi-2::before {
	content: "\f6ab";
}
.fa-wifi-slash::before {
	content: "\f6ac";
}
.fa-wifi-weak::before {
	content: "\f6aa";
}
.fa-wifi-1::before {
	content: "\f6aa";
}
.fa-wind::before {
	content: "\f72e";
}
.fa-wind-turbine::before {
	content: "\f89b";
}
.fa-wind-warning::before {
	content: "\f776";
}
.fa-wind-circle-exclamation::before {
	content: "\f776";
}
.fa-window::before {
	content: "\f40e";
}
.fa-window-flip::before {
	content: "\f40f";
}
.fa-window-alt::before {
	content: "\f40f";
}
.fa-window-frame::before {
	content: "\e04f";
}
.fa-window-frame-open::before {
	content: "\e050";
}
.fa-window-maximize::before {
	content: "\f2d0";
}
.fa-window-minimize::before {
	content: "\f2d1";
}
.fa-window-restore::before {
	content: "\f2d2";
}
.fa-windsock::before {
	content: "\f777";
}
.fa-wine-bottle::before {
	content: "\f72f";
}
.fa-wine-glass::before {
	content: "\f4e3";
}
.fa-wine-glass-crack::before {
	content: "\f4bb";
}
.fa-fragile::before {
	content: "\f4bb";
}
.fa-wine-glass-empty::before {
	content: "\f5ce";
}
.fa-wine-glass-alt::before {
	content: "\f5ce";
}
.fa-won-sign::before {
	content: "\f159";
}
.fa-krw::before {
	content: "\f159";
}
.fa-won::before {
	content: "\f159";
}
.fa-wreath::before {
	content: "\f7e2";
}
.fa-wrench::before {
	content: "\f0ad";
}
.fa-wrench-simple::before {
	content: "\e2d1";
}
.fa-x::before {
	content: "\58";
}
.fa-x-ray::before {
	content: "\f497";
}
.fa-xmark::before {
	content: "\f00d";
}
.fa-close::before {
	content: "\f00d";
}
.fa-multiply::before {
	content: "\f00d";
}
.fa-remove::before {
	content: "\f00d";
}
.fa-times::before {
	content: "\f00d";
}
.fa-xmark-to-slot::before {
	content: "\f771";
}
.fa-times-to-slot::before {
	content: "\f771";
}
.fa-vote-nay::before {
	content: "\f771";
}
.fa-y::before {
	content: "\59";
}
.fa-yen-sign::before {
	content: "\f157";
}
.fa-cny::before {
	content: "\f157";
}
.fa-jpy::before {
	content: "\f157";
}
.fa-rmb::before {
	content: "\f157";
}
.fa-yen::before {
	content: "\f157";
}
.fa-yin-yang::before {
	content: "\f6ad";
}
.fa-z::before {
	content: "\5a";
}

/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/fa6/v4-shims.css?16578665937211*/
/*!
 * Font Awesome Pro 6.0.0-beta2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa.fa-envelope-o:before {
	content: "\f0e0"
}
.fa.fa-star-o:before {
	content: "\f005"
}
.fa.fa-trash-o:before {
	content: "\f2ed"
}
.fa.fa-file-o:before {
	content: "\f15b"
}
.fa.fa-clock-o:before {
	content: "\f017"
}
.fa.fa-arrow-circle-o-down:before {
	content: "\f358"
}
.fa.fa-arrow-circle-o-up:before {
	content: "\f35b"
}
.fa.fa-play-circle-o:before {
	content: "\f144"
}
.fa.fa-picture-o:before {
	content: "\f03e"
}
.fa.fa-photo:before {
	content: "\f03e"
}
.fa.fa-pencil-square-o:before {
	content: "\f044"
}
.fa.fa-share-square-o:before {
	content: "\f14d"
}
.fa.fa-check-square-o:before {
	content: "\f14a"
}
.fa.fa-times-circle-o:before {
	content: "\f057"
}
.fa.fa-check-circle-o:before {
	content: "\f058"
}
.fa.fa-bar-chart-o:before {
	content: "\f080"
}
.fa.fa-thumbs-o-up:before {
	content: "\f164"
}
.fa.fa-thumbs-o-down:before {
	content: "\f165"
}
.fa.fa-heart-o:before {
	content: "\f004"
}
.fa.fa-linkedin-square:before {
	content: "\f08c"
}
.fa.fa-lemon-o:before {
	content: "\f094"
}
.fa.fa-bookmark-o:before {
	content: "\f02e"
}
.fa.fa-facebook:before {
	content: "\f39e"
}
.fa.fa-facebook-f:before {
	content: "\f39e"
}
.fa.fa-hdd-o:before {
	content: "\f0a0"
}
.fa.fa-hand-o-right:before {
	content: "\f0a4"
}
.fa.fa-hand-o-left:before {
	content: "\f0a5"
}
.fa.fa-hand-o-up:before {
	content: "\f0a6"
}
.fa.fa-hand-o-down:before {
	content: "\f0a7"
}
.fa.fa-files-o:before {
	content: "\f0c5"
}
.fa.fa-floppy-o:before {
	content: "\f0c7"
}
.fa.fa-google-plus:before {
	content: "\f0d5"
}
.fa.fa-money:before {
	content: "\f3d1"
}
.fa.fa-linkedin:before {
	content: "\f0e1"
}
.fa.fa-comment-o:before {
	content: "\f075"
}
.fa.fa-comments-o:before {
	content: "\f086"
}
.fa.fa-lightbulb-o:before {
	content: "\f0eb"
}
.fa.fa-bell-o:before {
	content: "\f0f3"
}
.fa.fa-file-text-o:before {
	content: "\f15c"
}
.fa.fa-building-o:before {
	content: "\f1ad"
}
.fa.fa-hospital-o:before {
	content: "\f0f8"
}
.fa.fa-folder-o:before {
	content: "\f07b"
}
.fa.fa-folder-open-o:before {
	content: "\f07c"
}
.fa.fa-smile-o:before {
	content: "\f118"
}
.fa.fa-frown-o:before {
	content: "\f119"
}
.fa.fa-meh-o:before {
	content: "\f11a"
}
.fa.fa-keyboard-o:before {
	content: "\f11c"
}
.fa.fa-flag-o:before {
	content: "\f024"
}
.fa.fa-star-half-o:before {
	content: "\f089"
}
.fa.fa-star-half-empty:before {
	content: "\f089"
}
.fa.fa-star-half-full:before {
	content: "\f089"
}
.fa.fa-calendar-o:before {
	content: "\f133"
}
.fa.fa-minus-square-o:before {
	content: "\f146"
}
.fa.fa-caret-square-o-down:before {
	content: "\f150"
}
.fa.fa-toggle-down:before {
	content: "\f150"
}
.fa.fa-caret-square-o-up:before {
	content: "\f151"
}
.fa.fa-toggle-up:before {
	content: "\f151"
}
.fa.fa-caret-square-o-right:before {
	content: "\f152"
}
.fa.fa-toggle-right:before {
	content: "\f152"
}
.fa.fa-bitcoin:before {
	content: "\f15a"
}
.fa.fa-youtube-play:before {
	content: "\f167"
}
.fa.fa-bitbucket-square:before {
	content: "\f171"
}
.fa.fa-gittip:before {
	content: "\f184"
}
.fa.fa-sun-o:before {
	content: "\f185"
}
.fa.fa-moon-o:before {
	content: "\f186"
}
.fa.fa-arrow-circle-o-right:before {
	content: "\f35a"
}
.fa.fa-arrow-circle-o-left:before {
	content: "\f359"
}
.fa.fa-caret-square-o-left:before {
	content: "\f191"
}
.fa.fa-toggle-left:before {
	content: "\f191"
}
.fa.fa-dot-circle-o:before {
	content: "\f192"
}
.fa.fa-plus-square-o:before {
	content: "\f0fe"
}
.fa.fa-file-pdf-o:before {
	content: "\f1c1"
}
.fa.fa-file-word-o:before {
	content: "\f1c2"
}
.fa.fa-file-excel-o:before {
	content: "\f1c3"
}
.fa.fa-file-powerpoint-o:before {
	content: "\f1c4"
}
.fa.fa-file-image-o:before {
	content: "\f1c5"
}
.fa.fa-file-photo-o:before {
	content: "\f1c5"
}
.fa.fa-file-picture-o:before {
	content: "\f1c5"
}
.fa.fa-file-archive-o:before {
	content: "\f1c6"
}
.fa.fa-file-zip-o:before {
	content: "\f1c6"
}
.fa.fa-file-audio-o:before {
	content: "\f1c7"
}
.fa.fa-file-sound-o:before {
	content: "\f1c7"
}
.fa.fa-file-video-o:before {
	content: "\f1c8"
}
.fa.fa-file-movie-o:before {
	content: "\f1c8"
}
.fa.fa-file-code-o:before {
	content: "\f1c9"
}
.fa.fa-life-bouy:before {
	content: "\f1cd"
}
.fa.fa-life-buoy:before {
	content: "\f1cd"
}
.fa.fa-life-saver:before {
	content: "\f1cd"
}
.fa.fa-support:before {
	content: "\f1cd"
}
.fa.fa-circle-o-notch:before {
	content: "\f1ce"
}
.fa.fa-ra:before {
	content: "\f1d0"
}
.fa.fa-resistance:before {
	content: "\f1d0"
}
.fa.fa-ge:before {
	content: "\f1d1"
}
.fa.fa-y-combinator-square:before {
	content: "\f1d4"
}
.fa.fa-yc-square:before {
	content: "\f1d4"
}
.fa.fa-wechat:before {
	content: "\f1d7"
}
.fa.fa-paper-plane-o:before {
	content: "\f1d8"
}
.fa.fa-send-o:before {
	content: "\f1d8"
}
.fa.fa-circle-thin:before {
	content: "\f111"
}
.fa.fa-futbol-o:before {
	content: "\f1e3"
}
.fa.fa-soccer-ball-o:before {
	content: "\f1e3"
}
.fa.fa-newspaper-o:before {
	content: "\f1ea"
}
.fa.fa-bell-slash-o:before {
	content: "\f1f6"
}
.fa.fa-cc:before {
	content: "\f20a"
}
.fa.fa-meanpath:before {
	content: "\f2b4"
}
.fa.fa-intersex:before {
	content: "\f225"
}
.fa.fa-facebook-official:before {
	content: "\f09a"
}
.fa.fa-yc:before {
	content: "\f23b"
}
.fa.fa-sticky-note-o:before {
	content: "\f249"
}
.fa.fa-hourglass-o:before {
	content: "\f254"
}
.fa.fa-hand-rock-o:before {
	content: "\f255"
}
.fa.fa-hand-grab-o:before {
	content: "\f255"
}
.fa.fa-hand-paper-o:before {
	content: "\f256"
}
.fa.fa-hand-stop-o:before {
	content: "\f256"
}
.fa.fa-hand-scissors-o:before {
	content: "\f257"
}
.fa.fa-hand-lizard-o:before {
	content: "\f258"
}
.fa.fa-hand-spock-o:before {
	content: "\f259"
}
.fa.fa-hand-pointer-o:before {
	content: "\f25a"
}
.fa.fa-hand-peace-o:before {
	content: "\f25b"
}
.fa.fa-calendar-plus-o:before {
	content: "\f271"
}
.fa.fa-calendar-minus-o:before {
	content: "\f272"
}
.fa.fa-calendar-times-o:before {
	content: "\f273"
}
.fa.fa-calendar-check-o:before {
	content: "\f274"
}
.fa.fa-map-o:before {
	content: "\f279"
}
.fa.fa-commenting-o:before {
	content: "\f4ad"
}
.fa.fa-vimeo:before {
	content: "\f27d"
}
.fa.fa-pause-circle-o:before {
	content: "\f28b"
}
.fa.fa-stop-circle-o:before {
	content: "\f28d"
}
.fa.fa-question-circle-o:before {
	content: "\f059"
}
.fa.fa-snapchat-ghost:before {
	content: "\f2ab"
}
.fa.fa-google-plus-official:before {
	content: "\f2b3"
}
.fa.fa-google-plus-circle:before {
	content: "\f2b3"
}
.fa.fa-fa:before {
	content: "\f2b4"
}
.fa.fa-handshake-o:before {
	content: "\f2b5"
}
.fa.fa-envelope-open-o:before {
	content: "\f2b6"
}
.fa.fa-address-book-o:before {
	content: "\f2b9"
}
.fa.fa-address-card-o:before {
	content: "\f2bb"
}
.fa.fa-vcard-o:before {
	content: "\f2bb"
}
.fa.fa-user-circle-o:before {
	content: "\f2bd"
}
.fa.fa-user-o:before {
	content: "\f007"
}
.fa.fa-id-card-o:before {
	content: "\f2c2"
}
.fa.fa-drivers-license-o:before {
	content: "\f2c2"
}
.fa.fa-s15:before {
	content: "\f2cd"
}
.fa.fa-window-close-o:before {
	content: "\f410"
}
.fa.fa-times-rectangle-o:before {
	content: "\f410"
}
.fa.fa-eercast:before {
	content: "\f2da"
}
.fa.fa-snowflake-o:before {
	content: "\f2dc"
}
/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/fab/style.css?16578665984065*/
/*!
 * Font Awesome Pro 6.0.0-beta1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
	font-family: 'Font Awesome 6 Brands';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("/bitrix/templates/landing24/assets/vendor/icon/fab/font.woff2") format("woff2");
}

.fab, .fa.fab {
	font-family: 'Font Awesome 6 Brands';
	font-weight: 400;
}
.fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
}

/*shims*/
.fa.fa-500px,
.fa.fa-adn,
.fa.fa-amazon,
.fa.fa-android,
.fa.fa-angellist,
.fa.fa-apple,
.fa.fa-bandcamp,
.fa.fa-behance,
.fa.fa-behance-square,
.fa.fa-bitbucket,
.fa.fa-bitbucket-square,
.fa.fa-bitcoin,
.fa.fa-black-tie,
.fa.fa-bluetooth,
.fa.fa-bluetooth-b,
.fa.fa-btc,
.fa.fa-buysellads,
.fa.fa-cc-amex,
.fa.fa-cc-diners-club,
.fa.fa-cc-discover,
.fa.fa-cc-jcb,
.fa.fa-cc-mastercard,
.fa.fa-cc-paypal,
.fa.fa-cc-stripe,
.fa.fa-cc-visa,
.fa.fa-chrome,
.fa.fa-codepen,
.fa.fa-codiepie,
.fa.fa-connectdevelop,
.fa.fa-contao,
.fa.fa-creative-commons,
.fa.fa-css3,
.fa.fa-dashcube,
.fa.fa-delicious,
.fa.fa-deviantart,
.fa.fa-digg,
.fa.fa-dribbble,
.fa.fa-dropbox,
.fa.fa-drupal,
.fa.fa-edge,
.fa.fa-eercast,
.fa.fa-empire,
.fa.fa-envira,
.fa.fa-etsy,
.fa.fa-expeditedssl,
.fa.fa-fa,
.fa.fa-facebook,
.fa.fa-facebook-f,
.fa.fa-facebook-official,
.fa.fa-facebook-square,
.fa.fa-firefox,
.fa.fa-first-order,
.fa.fa-flickr,
.fa.fa-font-awesome,
.fa.fa-fonticons,
.fa.fa-fort-awesome,
.fa.fa-forumbee,
.fa.fa-foursquare,
.fa.fa-free-code-camp,
.fa.fa-ge,
.fa.fa-get-pocket,
.fa.fa-gg,
.fa.fa-gg-circle,
.fa.fa-git,
.fa.fa-git-square,
.fa.fa-github,
.fa.fa-github-alt,
.fa.fa-github-square,
.fa.fa-gitlab,
.fa.fa-gittip,
.fa.fa-glide,
.fa.fa-glide-g,
.fa.fa-google,
.fa.fa-google-plus,
.fa.fa-google-plus-circle,
.fa.fa-google-plus-official,
.fa.fa-google-plus-square,
.fa.fa-google-wallet,
.fa.fa-gratipay,
.fa.fa-grav,
.fa.fa-hacker-news,
.fa.fa-houzz,
.fa.fa-html5,
.fa.fa-imdb,
.fa.fa-instagram,
.fa.fa-internet-explorer,
.fa.fa-ioxhost,
.fa.fa-joomla,
.fa.fa-jsfiddle,
.fa.fa-lastfm,
.fa.fa-lastfm-square,
.fa.fa-leanpub,
.fa.fa-linkedin,
.fa.fa-linkedin-square,
.fa.fa-linode,
.fa.fa-linux,
.fa.fa-maxcdn,
.fa.fa-meanpath,
.fa.fa-medium,
.fa.fa-meetup,
.fa.fa-mixcloud,
.fa.fa-modx,
.fa.fa-odnoklassniki,
.fa.fa-odnoklassniki-square,
.fa.fa-opencart,
.fa.fa-openid,
.fa.fa-opera,
.fa.fa-optin-monster,
.fa.fa-pagelines,
.fa.fa-paypal,
.fa.fa-pied-piper,
.fa.fa-pied-piper-alt,
.fa.fa-pied-piper-pp,
.fa.fa-pinterest,
.fa.fa-pinterest-p,
.fa.fa-pinterest-square,
.fa.fa-product-hunt,
.fa.fa-qq,
.fa.fa-quora,
.fa.fa-ra,
.fa.fa-ravelry,
.fa.fa-rebel,
.fa.fa-reddit,
.fa.fa-reddit-alien,
.fa.fa-reddit-square,
.fa.fa-renren,
.fa.fa-resistance,
.fa.fa-safari,
.fa.fa-scribd,
.fa.fa-sellsy,
.fa.fa-shirtsinbulk,
.fa.fa-simplybuilt,
.fa.fa-skyatlas,
.fa.fa-skype,
.fa.fa-slack,
.fa.fa-slideshare,
.fa.fa-snapchat,
.fa.fa-snapchat-ghost,
.fa.fa-snapchat-square,
.fa.fa-soundcloud,
.fa.fa-spotify,
.fa.fa-stack-exchange,
.fa.fa-stack-overflow,
.fa.fa-steam,
.fa.fa-steam-square,
.fa.fa-stumbleupon,
.fa.fa-stumbleupon-circle,
.fa.fa-superpowers,
.fa.fa-telegram,
.fa.fa-tencent-weibo,
.fa.fa-themeisle,
.fa.fa-trello,
.fa.fa-tumblr,
.fa.fa-tumblr-square,
.fa.fa-twitch,
.fa.fa-twitter,
.fa.fa-twitter-square,
.fa.fa-usb,
.fa.fa-viacoin,
.fa.fa-viadeo,
.fa.fa-viadeo-square,
.fa.fa-vimeo,
.fa.fa-vimeo-square,
.fa.fa-vine,
.fa.fa-vk,
.fa.fa-wechat,
.fa.fa-weibo,
.fa.fa-weixin,
.fa.fa-whatsapp,
.fa.fa-wikipedia-w,
.fa.fa-windows,
.fa.fa-wordpress,
.fa.fa-wpbeginner,
.fa.fa-wpexplorer,
.fa.fa-wpforms,
.fa.fa-xing,
.fa.fa-xing-square,
.fa.fa-y-combinator,
.fa.fa-y-combinator-square,
.fa.fa-yahoo,
.fa.fa-yc,
.fa.fa-yc-square,
.fa.fa-yelp,
.fa.fa-yoast,
.fa.fa-youtube,
.fa.fa-youtube-play,
.fa.fa-youtube-square
{
	font-family: 'Font Awesome 6 Brands';
	font-weight: 400;
	font-style: normal;
}
/* End */


/* Start:/bitrix/templates/landing24/assets/vendor/icon/fab/content.css?165786659320578*/
.fa-42-group:before {
	content: "\e080";
}
.fa-innosoft:before {
	content: "\e080";
}
.fa-500px:before {
	content: "\f26e";
}
.fa-accessible-icon:before {
	content: "\f368";
}
.fa-accusoft:before {
	content: "\f369";
}
.fa-acquisitions-incorporated:before {
	content: "\f6af";
}
.fa-adn:before {
	content: "\f170";
}
.fa-adversal:before {
	content: "\f36a";
}
.fa-affiliatetheme:before {
	content: "\f36b";
}
.fa-airbnb:before {
	content: "\f834";
}
.fa-algolia:before {
	content: "\f36c";
}
.fa-alipay:before {
	content: "\f642";
}
.fa-amazon:before {
	content: "\f270";
}
.fa-amazon-pay:before {
	content: "\f42c";
}
.fa-amilia:before {
	content: "\f36d";
}
.fa-android:before {
	content: "\f17b";
}
.fa-angellist:before {
	content: "\f209";
}
.fa-angrycreative:before {
	content: "\f36e";
}
.fa-angular:before {
	content: "\f420";
}
.fa-app-store:before {
	content: "\f36f";
}
.fa-app-store-ios:before {
	content: "\f370";
}
.fa-apper:before {
	content: "\f371";
}
.fa-apple:before {
	content: "\f179";
}
.fa-apple-pay:before {
	content: "\f415";
}
.fa-artstation:before {
	content: "\f77a";
}
.fa-asymmetrik:before {
	content: "\f372";
}
.fa-atlassian:before {
	content: "\f77b";
}
.fa-audible:before {
	content: "\f373";
}
.fa-autoprefixer:before {
	content: "\f41c";
}
.fa-avianex:before {
	content: "\f374";
}
.fa-aviato:before {
	content: "\f421";
}
.fa-aws:before {
	content: "\f375";
}
.fa-bandcamp:before {
	content: "\f2d5";
}
.fa-battle-net:before {
	content: "\f835";
}
.fa-behance:before {
	content: "\f1b4";
}
.fa-behance-square:before {
	content: "\f1b5";
}
.fa-bilibili:before {
	content: "\e3d9";
}
.fa-bimobject:before {
	content: "\f378";
}
.fa-bitbucket:before {
	content: "\f171";
}
.fa-bitcoin:before {
	content: "\f379";
}
.fa-bity:before {
	content: "\f37a";
}
.fa-black-tie:before {
	content: "\f27e";
}
.fa-blackberry:before {
	content: "\f37b";
}
.fa-blogger:before {
	content: "\f37c";
}
.fa-blogger-b:before {
	content: "\f37d";
}
.fa-bluetooth:before {
	content: "\f293";
}
.fa-bluetooth-b:before {
	content: "\f294";
}
.fa-bootstrap:before {
	content: "\f836";
}
.fa-bots:before {
	content: "\e340";
}
.fa-btc:before {
	content: "\f15a";
}
.fa-buffer:before {
	content: "\f837";
}
.fa-buromobelexperte:before {
	content: "\f37f";
}
.fa-buy-n-large:before {
	content: "\f8a6";
}
.fa-buysellads:before {
	content: "\f20d";
}
.fa-canadian-maple-leaf:before {
	content: "\f785";
}
.fa-cc-amazon-pay:before {
	content: "\f42d";
}
.fa-cc-amex:before {
	content: "\f1f3";
}
.fa-cc-apple-pay:before {
	content: "\f416";
}
.fa-cc-diners-club:before {
	content: "\f24c";
}
.fa-cc-discover:before {
	content: "\f1f2";
}
.fa-cc-jcb:before {
	content: "\f24b";
}
.fa-cc-mastercard:before {
	content: "\f1f1";
}
.fa-cc-paypal:before {
	content: "\f1f4";
}
.fa-cc-stripe:before {
	content: "\f1f5";
}
.fa-cc-visa:before {
	content: "\f1f0";
}
.fa-centercode:before {
	content: "\f380";
}
.fa-centos:before {
	content: "\f789";
}
.fa-chrome:before {
	content: "\f268";
}
.fa-chromecast:before {
	content: "\f838";
}
.fa-cloudflare:before {
	content: "\e07d";
}
.fa-cloudscale:before {
	content: "\f383";
}
.fa-cloudsmith:before {
	content: "\f384";
}
.fa-cloudversify:before {
	content: "\f385";
}
.fa-cmplid:before {
	content: "\e360";
}
.fa-codepen:before {
	content: "\f1cb";
}
.fa-codiepie:before {
	content: "\f284";
}
.fa-confluence:before {
	content: "\f78d";
}
.fa-connectdevelop:before {
	content: "\f20e";
}
.fa-contao:before {
	content: "\f26d";
}
.fa-cotton-bureau:before {
	content: "\f89e";
}
.fa-cpanel:before {
	content: "\f388";
}
.fa-creative-commons:before {
	content: "\f25e";
}
.fa-creative-commons-by:before {
	content: "\f4e7";
}
.fa-creative-commons-nc:before {
	content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
	content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
	content: "\f4ea";
}
.fa-creative-commons-nd:before {
	content: "\f4eb";
}
.fa-creative-commons-pd:before {
	content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
	content: "\f4ed";
}
.fa-creative-commons-remix:before {
	content: "\f4ee";
}
.fa-creative-commons-sa:before {
	content: "\f4ef";
}
.fa-creative-commons-sampling:before {
	content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
	content: "\f4f1";
}
.fa-creative-commons-share:before {
	content: "\f4f2";
}
.fa-creative-commons-zero:before {
	content: "\f4f3";
}
.fa-critical-role:before {
	content: "\f6c9";
}
.fa-css3:before {
	content: "\f13c";
}
.fa-css3-alt:before {
	content: "\f38b";
}
.fa-cuttlefish:before {
	content: "\f38c";
}
.fa-d-and-d:before {
	content: "\f38d";
}
.fa-d-and-d-beyond:before {
	content: "\f6ca";
}
.fa-dailymotion:before {
	content: "\e052";
}
.fa-dashcube:before {
	content: "\f210";
}
.fa-deezer:before {
	content: "\e077";
}
.fa-delicious:before {
	content: "\f1a5";
}
.fa-deploydog:before {
	content: "\f38e";
}
.fa-deskpro:before {
	content: "\f38f";
}
.fa-dev:before {
	content: "\f6cc";
}
.fa-deviantart:before {
	content: "\f1bd";
}
.fa-dhl:before {
	content: "\f790";
}
.fa-diaspora:before {
	content: "\f791";
}
.fa-digg:before {
	content: "\f1a6";
}
.fa-digital-ocean:before {
	content: "\f391";
}
.fa-discord:before {
	content: "\f392";
}
.fa-discourse:before {
	content: "\f393";
}
.fa-dochub:before {
	content: "\f394";
}
.fa-docker:before {
	content: "\f395";
}
.fa-draft2digital:before {
	content: "\f396";
}
.fa-dribbble:before {
	content: "\f17d";
}
.fa-dribbble-square:before {
	content: "\f397";
}
.fa-dropbox:before {
	content: "\f16b";
}
.fa-drupal:before {
	content: "\f1a9";
}
.fa-dyalog:before {
	content: "\f399";
}
.fa-earlybirds:before {
	content: "\f39a";
}
.fa-ebay:before {
	content: "\f4f4";
}
.fa-edge:before {
	content: "\f282";
}
.fa-edge-legacy:before {
	content: "\e078";
}
.fa-elementor:before {
	content: "\f430";
}
.fa-ello:before {
	content: "\f5f1";
}
.fa-ember:before {
	content: "\f423";
}
.fa-empire:before {
	content: "\f1d1";
}
.fa-envira:before {
	content: "\f299";
}
.fa-erlang:before {
	content: "\f39d";
}
.fa-ethereum:before {
	content: "\f42e";
}
.fa-etsy:before {
	content: "\f2d7";
}
.fa-evernote:before {
	content: "\f839";
}
.fa-expeditedssl:before {
	content: "\f23e";
}
.fa-facebook:before {
	content: "\f09a";
}
.fa-facebook-f:before {
	content: "\f39e";
}
.fa-facebook-messenger:before {
	content: "\f39f";
}
.fa-facebook-square:before {
	content: "\f082";
}
.fa-fantasy-flight-games:before {
	content: "\f6dc";
}
.fa-fedex:before {
	content: "\f797";
}
.fa-fedora:before {
	content: "\f798";
}
.fa-figma:before {
	content: "\f799";
}
.fa-firefox:before {
	content: "\f269";
}
.fa-firefox-browser:before {
	content: "\e007";
}
.fa-first-order:before {
	content: "\f2b0";
}
.fa-first-order-alt:before {
	content: "\f50a";
}
.fa-firstdraft:before {
	content: "\f3a1";
}
.fa-flickr:before {
	content: "\f16e";
}
.fa-flipboard:before {
	content: "\f44d";
}
.fa-fly:before {
	content: "\f417";
}
.fa-font-awesome:before {
	content: "\f2b4";
}
.fa-font-awesome-flag:before {
	content: "\f2b4";
}
.fa-font-awesome-logo-full:before {
	content: "\f2b4";
}
.fa-fonticons:before {
	content: "\f280";
}
.fa-fonticons-fi:before {
	content: "\f3a2";
}
.fa-fort-awesome:before {
	content: "\f286";
}
.fa-fort-awesome-alt:before {
	content: "\f3a3";
}
.fa-forumbee:before {
	content: "\f211";
}
.fa-foursquare:before {
	content: "\f180";
}
.fa-free-code-camp:before {
	content: "\f2c5";
}
.fa-freebsd:before {
	content: "\f3a4";
}
.fa-fulcrum:before {
	content: "\f50b";
}
.fa-galactic-republic:before {
	content: "\f50c";
}
.fa-galactic-senate:before {
	content: "\f50d";
}
.fa-get-pocket:before {
	content: "\f265";
}
.fa-gg:before {
	content: "\f260";
}
.fa-gg-circle:before {
	content: "\f261";
}
.fa-git:before {
	content: "\f1d3";
}
.fa-git-alt:before {
	content: "\f841";
}
.fa-git-square:before {
	content: "\f1d2";
}
.fa-github:before {
	content: "\f09b";
}
.fa-github-alt:before {
	content: "\f113";
}
.fa-github-square:before {
	content: "\f092";
}
.fa-gitkraken:before {
	content: "\f3a6";
}
.fa-gitlab:before {
	content: "\f296";
}
.fa-gitter:before {
	content: "\f426";
}
.fa-glide:before {
	content: "\f2a5";
}
.fa-glide-g:before {
	content: "\f2a6";
}
.fa-gofore:before {
	content: "\f3a7";
}
.fa-golang:before {
	content: "\e40f";
}
.fa-goodreads:before {
	content: "\f3a8";
}
.fa-goodreads-g:before {
	content: "\f3a9";
}
.fa-google:before {
	content: "\f1a0";
}
.fa-google-drive:before {
	content: "\f3aa";
}
.fa-google-pay:before {
	content: "\e079";
}
.fa-google-play:before {
	content: "\f3ab";
}
.fa-google-plus:before {
	content: "\f2b3";
}
.fa-google-plus-g:before {
	content: "\f0d5";
}
.fa-google-plus-square:before {
	content: "\f0d4";
}
.fa-google-wallet:before {
	content: "\f1ee";
}
.fa-gratipay:before {
	content: "\f184";
}
.fa-grav:before {
	content: "\f2d6";
}
.fa-gripfire:before {
	content: "\f3ac";
}
.fa-grunt:before {
	content: "\f3ad";
}
.fa-guilded:before {
	content: "\e07e";
}
.fa-gulp:before {
	content: "\f3ae";
}
.fa-hacker-news:before {
	content: "\f1d4";
}
.fa-hacker-news-square:before {
	content: "\f3af";
}
.fa-hackerrank:before {
	content: "\f5f7";
}
.fa-hips:before {
	content: "\f452";
}
.fa-hire-a-helper:before {
	content: "\f3b0";
}
.fa-hive:before {
	content: "\e07f";
}
.fa-hooli:before {
	content: "\f427";
}
.fa-hornbill:before {
	content: "\f592";
}
.fa-hotjar:before {
	content: "\f3b1";
}
.fa-houzz:before {
	content: "\f27c";
}
.fa-html5:before {
	content: "\f13b";
}
.fa-hubspot:before {
	content: "\f3b2";
}
.fa-ideal:before {
	content: "\e013";
}
.fa-imdb:before {
	content: "\f2d8";
}
.fa-instagram:before {
	content: "\f16d";
}
.fa-instagram-square:before {
	content: "\e055";
}
.fa-instalod:before {
	content: "\e081";
}
.fa-intercom:before {
	content: "\f7af";
}
.fa-internet-explorer:before {
	content: "\f26b";
}
.fa-invision:before {
	content: "\f7b0";
}
.fa-ioxhost:before {
	content: "\f208";
}
.fa-itch-io:before {
	content: "\f83a";
}
.fa-itunes:before {
	content: "\f3b4";
}
.fa-itunes-note:before {
	content: "\f3b5";
}
.fa-java:before {
	content: "\f4e4";
}
.fa-jedi-order:before {
	content: "\f50e";
}
.fa-jenkins:before {
	content: "\f3b6";
}
.fa-jira:before {
	content: "\f7b1";
}
.fa-joget:before {
	content: "\f3b7";
}
.fa-joomla:before {
	content: "\f1aa";
}
.fa-js:before {
	content: "\f3b8";
}
.fa-js-square:before {
	content: "\f3b9";
}
.fa-jsfiddle:before {
	content: "\f1cc";
}
.fa-kaggle:before {
	content: "\f5fa";
}
.fa-keybase:before {
	content: "\f4f5";
}
.fa-keycdn:before {
	content: "\f3ba";
}
.fa-kickstarter:before {
	content: "\f3bb";
}
.fa-kickstarter-k:before {
	content: "\f3bc";
}
.fa-korvue:before {
	content: "\f42f";
}
.fa-laravel:before {
	content: "\f3bd";
}
.fa-lastfm:before {
	content: "\f202";
}
.fa-lastfm-square:before {
	content: "\f203";
}
.fa-leanpub:before {
	content: "\f212";
}
.fa-less:before {
	content: "\f41d";
}
.fa-line:before {
	content: "\f3c0";
}
.fa-linkedin:before {
	content: "\f08c";
}
.fa-linkedin-in:before {
	content: "\f0e1";
}
.fa-linode:before {
	content: "\f2b8";
}
.fa-linux:before {
	content: "\f17c";
}
.fa-lyft:before {
	content: "\f3c3";
}
.fa-magento:before {
	content: "\f3c4";
}
.fa-mailchimp:before {
	content: "\f59e";
}
.fa-mandalorian:before {
	content: "\f50f";
}
.fa-markdown:before {
	content: "\f60f";
}
.fa-mastodon:before {
	content: "\f4f6";
}
.fa-maxcdn:before {
	content: "\f136";
}
.fa-mdb:before {
	content: "\f8ca";
}
.fa-medapps:before {
	content: "\f3c6";
}
.fa-medium:before {
	content: "\f23a";
}
.fa-medium-m:before {
	content: "\f23a";
}
.fa-medrt:before {
	content: "\f3c8";
}
.fa-meetup:before {
	content: "\f2e0";
}
.fa-megaport:before {
	content: "\f5a3";
}
.fa-mendeley:before {
	content: "\f7b3";
}
.fa-microblog:before {
	content: "\e01a";
}
.fa-microsoft:before {
	content: "\f3ca";
}
.fa-mix:before {
	content: "\f3cb";
}
.fa-mixcloud:before {
	content: "\f289";
}
.fa-mixer:before {
	content: "\e056";
}
.fa-mizuni:before {
	content: "\f3cc";
}
.fa-modx:before {
	content: "\f285";
}
.fa-monero:before {
	content: "\f3d0";
}
.fa-napster:before {
	content: "\f3d2";
}
.fa-neos:before {
	content: "\f612";
}
.fa-nimblr:before {
	content: "\f5a8";
}
.fa-node:before {
	content: "\f419";
}
.fa-node-js:before {
	content: "\f3d3";
}
.fa-npm:before {
	content: "\f3d4";
}
.fa-ns8:before {
	content: "\f3d5";
}
.fa-nutritionix:before {
	content: "\f3d6";
}
.fa-octopus-deploy:before {
	content: "\e082";
}
.fa-odnoklassniki:before {
	content: "\f263";
}
.fa-odnoklassniki-square:before {
	content: "\f264";
}
.fa-old-republic:before {
	content: "\f510";
}
.fa-opencart:before {
	content: "\f23d";
}
.fa-openid:before {
	content: "\f19b";
}
.fa-opera:before {
	content: "\f26a";
}
.fa-optin-monster:before {
	content: "\f23c";
}
.fa-orcid:before {
	content: "\f8d2";
}
.fa-osi:before {
	content: "\f41a";
}
.fa-page4:before {
	content: "\f3d7";
}
.fa-pagelines:before {
	content: "\f18c";
}
.fa-palfed:before {
	content: "\f3d8";
}
.fa-patreon:before {
	content: "\f3d9";
}
.fa-paypal:before {
	content: "\f1ed";
}
.fa-penny-arcade:before {
	content: "\f704";
}
.fa-perbyte:before {
	content: "\e083";
}
.fa-periscope:before {
	content: "\f3da";
}
.fa-phabricator:before {
	content: "\f3db";
}
.fa-phoenix-framework:before {
	content: "\f3dc";
}
.fa-phoenix-squadron:before {
	content: "\f511";
}
.fa-php:before {
	content: "\f457";
}
.fa-pied-piper:before {
	content: "\f2ae";
}
.fa-pied-piper-alt:before {
	content: "\f1a8";
}
.fa-pied-piper-hat:before {
	content: "\f4e5";
}
.fa-pied-piper-pp:before {
	content: "\f1a7";
}
.fa-pied-piper-square:before {
	content: "\e01e";
}
.fa-pinterest:before {
	content: "\f0d2";
}
.fa-pinterest-p:before {
	content: "\f231";
}
.fa-pinterest-square:before {
	content: "\f0d3";
}
.fa-pix:before {
	content: "\e43a";
}
.fa-playstation:before {
	content: "\f3df";
}
.fa-product-hunt:before {
	content: "\f288";
}
.fa-pushed:before {
	content: "\f3e1";
}
.fa-python:before {
	content: "\f3e2";
}
.fa-qq:before {
	content: "\f1d6";
}
.fa-quinscape:before {
	content: "\f459";
}
.fa-quora:before {
	content: "\f2c4";
}
.fa-r-project:before {
	content: "\f4f7";
}
.fa-raspberry-pi:before {
	content: "\f7bb";
}
.fa-ravelry:before {
	content: "\f2d9";
}
.fa-react:before {
	content: "\f41b";
}
.fa-reacteurope:before {
	content: "\f75d";
}
.fa-readme:before {
	content: "\f4d5";
}
.fa-rebel:before {
	content: "\f1d0";
}
.fa-red-river:before {
	content: "\f3e3";
}
.fa-reddit:before {
	content: "\f1a1";
}
.fa-reddit-alien:before {
	content: "\f281";
}
.fa-reddit-square:before {
	content: "\f1a2";
}
.fa-redhat:before {
	content: "\f7bc";
}
.fa-renren:before {
	content: "\f18b";
}
.fa-replyd:before {
	content: "\f3e6";
}
.fa-researchgate:before {
	content: "\f4f8";
}
.fa-resolving:before {
	content: "\f3e7";
}
.fa-rev:before {
	content: "\f5b2";
}
.fa-rocketchat:before {
	content: "\f3e8";
}
.fa-rockrms:before {
	content: "\f3e9";
}
.fa-rust:before {
	content: "\e07a";
}
.fa-safari:before {
	content: "\f267";
}
.fa-salesforce:before {
	content: "\f83b";
}
.fa-sass:before {
	content: "\f41e";
}
.fa-schlix:before {
	content: "\f3ea";
}
.fa-scribd:before {
	content: "\f28a";
}
.fa-searchengin:before {
	content: "\f3eb";
}
.fa-sellcast:before {
	content: "\f2da";
}
.fa-sellsy:before {
	content: "\f213";
}
.fa-servicestack:before {
	content: "\f3ec";
}
.fa-shirtsinbulk:before {
	content: "\f214";
}
.fa-shopify:before {
	content: "\e057";
}
.fa-shopware:before {
	content: "\f5b5";
}
.fa-simplybuilt:before {
	content: "\f215";
}
.fa-sistrix:before {
	content: "\f3ee";
}
.fa-sith:before {
	content: "\f512";
}
.fa-sitrox:before {
	content: "\e44a";
}
.fa-sketch:before {
	content: "\f7c6";
}
.fa-skyatlas:before {
	content: "\f216";
}
.fa-skype:before {
	content: "\f17e";
}
.fa-slack:before {
	content: "\f198";
}
.fa-slack-hash:before {
	content: "\f198";
}
.fa-slideshare:before {
	content: "\f1e7";
}
.fa-snapchat:before {
	content: "\f2ab";
}
.fa-snapchat-ghost:before {
	content: "\f2ab";
}
.fa-snapchat-square:before {
	content: "\f2ad";
}
.fa-soundcloud:before {
	content: "\f1be";
}
.fa-sourcetree:before {
	content: "\f7d3";
}
.fa-speakap:before {
	content: "\f3f3";
}
.fa-speaker-deck:before {
	content: "\f83c";
}
.fa-spotify:before {
	content: "\f1bc";
}
.fa-square-font-awesome:before {
	content: "\f425";
}
.fa-square-font-awesome-stroke:before {
	content: "\f35c";
}
.fa-font-awesome-alt:before {
	content: "\f35c";
}
.fa-squarespace:before {
	content: "\f5be";
}
.fa-stack-exchange:before {
	content: "\f18d";
}
.fa-stack-overflow:before {
	content: "\f16c";
}
.fa-stackpath:before {
	content: "\f842";
}
.fa-staylinked:before {
	content: "\f3f5";
}
.fa-steam:before {
	content: "\f1b6";
}
.fa-steam-square:before {
	content: "\f1b7";
}
.fa-steam-symbol:before {
	content: "\f3f6";
}
.fa-sticker-mule:before {
	content: "\f3f7";
}
.fa-strava:before {
	content: "\f428";
}
.fa-stripe:before {
	content: "\f429";
}
.fa-stripe-s:before {
	content: "\f42a";
}
.fa-studiovinari:before {
	content: "\f3f8";
}
.fa-stumbleupon:before {
	content: "\f1a4";
}
.fa-stumbleupon-circle:before {
	content: "\f1a3";
}
.fa-superpowers:before {
	content: "\f2dd";
}
.fa-supple:before {
	content: "\f3f9";
}
.fa-suse:before {
	content: "\f7d6";
}
.fa-swift:before {
	content: "\f8e1";
}
.fa-symfony:before {
	content: "\f83d";
}
.fa-teamspeak:before {
	content: "\f4f9";
}
.fa-telegram:before {
	content: "\f2c6";
}
.fa-telegram-plane:before {
	content: "\f2c6";
}
.fa-tencent-weibo:before {
	content: "\f1d5";
}
.fa-the-red-yeti:before {
	content: "\f69d";
}
.fa-themeco:before {
	content: "\f5c6";
}
.fa-themeisle:before {
	content: "\f2b2";
}
.fa-think-peaks:before {
	content: "\f731";
}
.fa-tiktok:before {
	content: "\e07b";
}
.fa-trade-federation:before {
	content: "\f513";
}
.fa-trello:before {
	content: "\f181";
}
.fa-tumblr:before {
	content: "\f173";
}
.fa-tumblr-square:before {
	content: "\f174";
}
.fa-twitch:before {
	content: "\f1e8";
}
.fa-twitter:before {
	content: "\f099";
}
.fa-twitter-square:before {
	content: "\f081";
}
.fa-typo3:before {
	content: "\f42b";
}
.fa-uber:before {
	content: "\f402";
}
.fa-ubuntu:before {
	content: "\f7df";
}
.fa-uikit:before {
	content: "\f403";
}
.fa-umbraco:before {
	content: "\f8e8";
}
.fa-uncharted:before {
	content: "\e084";
}
.fa-uniregistry:before {
	content: "\f404";
}
.fa-unity:before {
	content: "\e049";
}
.fa-unsplash:before {
	content: "\e07c";
}
.fa-untappd:before {
	content: "\f405";
}
.fa-ups:before {
	content: "\f7e0";
}
.fa-usb:before {
	content: "\f287";
}
.fa-usps:before {
	content: "\f7e1";
}
.fa-ussunnah:before {
	content: "\f407";
}
.fa-vaadin:before {
	content: "\f408";
}
.fa-viacoin:before {
	content: "\f237";
}
.fa-viadeo:before {
	content: "\f2a9";
}
.fa-viadeo-square:before {
	content: "\f2aa";
}
.fa-viber:before {
	content: "\f409";
}
.fa-vimeo:before {
	content: "\f40a";
}
.fa-vimeo-square:before {
	content: "\f194";
}
.fa-vimeo-v:before {
	content: "\f27d";
}
.fa-vine:before {
	content: "\f1ca";
}
.fa-vk:before {
	content: "\f189";
}
.fa-vnv:before {
	content: "\f40b";
}
.fa-vuejs:before {
	content: "\f41f";
}
.fa-watchman-monitoring:before {
	content: "\e087";
}
.fa-waze:before {
	content: "\f83f";
}
.fa-weebly:before {
	content: "\f5cc";
}
.fa-weibo:before {
	content: "\f18a";
}
.fa-weixin:before {
	content: "\f1d7";
}
.fa-whatsapp:before {
	content: "\f232";
}
.fa-whatsapp-square:before {
	content: "\f40c";
}
.fa-whmcs:before {
	content: "\f40d";
}
.fa-wikipedia-w:before {
	content: "\f266";
}
.fa-windows:before {
	content: "\f17a";
}
.fa-wirsindhandwerk:before {
	content: "\e2d0";
}
.fa-wsh:before {
	content: "\e2d0";
}
.fa-wix:before {
	content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
	content: "\f730";
}
.fa-wodu:before {
	content: "\e088";
}
.fa-wolf-pack-battalion:before {
	content: "\f514";
}
.fa-wordpress:before {
	content: "\f19a";
}
.fa-wordpress-simple:before {
	content: "\f411";
}
.fa-wpbeginner:before {
	content: "\f297";
}
.fa-wpexplorer:before {
	content: "\f2de";
}
.fa-wpforms:before {
	content: "\f298";
}
.fa-wpressr:before {
	content: "\f3e4";
}
.fa-xbox:before {
	content: "\f412";
}
.fa-xing:before {
	content: "\f168";
}
.fa-xing-square:before {
	content: "\f169";
}
.fa-y-combinator:before {
	content: "\f23b";
}
.fa-yahoo:before {
	content: "\f19e";
}
.fa-yammer:before {
	content: "\f840";
}
.fa-yandex:before {
	content: "\f413";
}
.fa-yandex-international:before {
	content: "\f414";
}
.fa-yarn:before {
	content: "\f7e3";
}
.fa-yelp:before {
	content: "\f1e9";
}
.fa-yoast:before {
	content: "\f2b1";
}
.fa-youtube:before {
	content: "\f167";
}
.fa-youtube-square:before {
	content: "\f431";
}
.fa-zhihu:before {
	content: "\f63f";
}

/* End */


/* Start:/bitrix/components/bitrix/landing.sites/templates/.default/style.css?168673798583779*/
.landing-tile.no-all-paddings .workarea-content-paddings {
	padding-top: 1px;
}

.landing-item {
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,.15);
	height: 150px;
	float: left;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
	position: relative;
	width: 260px;
	border-radius: var(--landing-item-border-radius, var(--ui-border-radius-md));
}

.landing-item-add-new {
	background-color: rgba(255,255,255, .15);
	box-shadow: none;
	cursor: pointer;
}

.landing-item.landing-item-add-new:hover {
	box-shadow: none;
	transform: none;
}


.grid-tile-wrap {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.grid-tile-wrap.landing-ui-show {
	opacity: 1;
}

.grid-tile-inner {
	overflow: hidden;
	padding-bottom: 24px;
}

.landing-cover {
	background-position: center;
	background-size: cover;
	display: block;
	height: 130px;
	width: 100%;
}

.landing-title {
	background-color: #fff;
	box-sizing: border-box;
	display: block;
	height: 56px;
	overflow: hidden;
	padding: 0 15px;
	border-radius: var(--landing-item-border-radius, var(--ui-border-radius-md));
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.landing-tile-pages .landing-title,
.landing-slider-frame-popup .landing-title {
	height: 41px;
	padding: 0 13px;
}

.landing-title-wrap {
	height: 100%;
	font-size: 0;
	overflow: hidden;
}

.landing-title-wrap:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: -1px;
	height: 100%;
	width: 1px;
}

.landing-title-overflow {
	box-sizing: border-box;
	color: #333333;
	display: inline-block;
	font-size: 14px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.landing-item-desc {
	position: absolute;
	background: rgba(0, 0, 0, .2) url(data:image/svg+xml,%3Csvg%20width%3D%2212px%22%20height%3D%2211px%22%20viewBox%3D%220%200%2012%2011%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%20%20%20%20%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-8%22%20fill%3D%22%23fff%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.8661942%2C5.76443204%20L6.32087664%2C0.134906492%20C6.14363321%2C-0.0449688306%205.85636679%2C-0.0449688306%205.67918028%2C0.134906492%20L0.133805842%2C5.76443204%20C-0.152037614%2C6.05461317%200.0504206042%2C6.55078708%200.454654023%2C6.55078708%20L1.95883264%2C6.55078708%20L1.95883264%2C10.539362%20C1.95883264%2C10.7937761%202.16197388%2C11%202.41252802%2C11%20L4.21416142%2C11%20C4.41935171%2C11%204.58566684%2C10.8311033%204.58566684%2C10.6227992%20L4.58566684%2C8.1288709%20C4.58566684%2C7.8745146%204.788865%2C7.66823291%205.03947606%2C7.66823291%20L6.96052394%2C7.66823291%20C7.211135%2C7.66823291%207.41433316%2C7.8745146%207.41433316%2C8.1288709%20L7.41433316%2C10.6227992%20C7.41433316%2C10.8311033%207.58064829%2C11%207.78583858%2C11%20L9.58747198%2C11%20C9.83802612%2C11%2010.0412243%2C10.7937761%2010.0412243%2C10.539362%20L10.0412243%2C6.55078708%20L11.545346%2C6.55078708%20C11.9495794%2C6.55078708%2012.1520376%2C6.05461317%2011.8661942%2C5.76443204%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%3C/svg%3E) no-repeat 14px 5px;
	padding-left: 31px;
	opacity: .85;
	width: 100%;
	z-index: 1;
	box-sizing: border-box;
}

.landing-item-desc-text {
	opacity: .9;
	font: 10px/19px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.landing-title-btn {
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
	height: 100%;
	float: right;
	padding-left: 15px;
	user-select: none;
}

.landing-title-btn:before {
	content: '';
	display: inline-block;
	height: 100%;
	margin-left: -1px;
	vertical-align: middle;
	width: 1px;
}

.landing-title-btn-inner {
	color: rgba(83,92,105, .8);
	display: inline-block;
	height: 25px;
	line-height: 25px;
	font-size: 10px;
	padding: 0 21px 0 10px;
	position: relative;
	text-transform: uppercase;
	border-radius: var(--ui-field-border-radius);
}

.landing-pages-wrap .landing-title-btn-inner {
	font-size: 9px;
}

.landing-title-btn-inner:before {
	background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212px%22%20height%3D%228px%22%20viewBox%3D%220%200%2012%208%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M3.65685425%2C3.65685425%20L3.65685425%2C-2.34314575%20L1.65685425%2C-2.34314575%20L1.65685425%2C4.65685425%20L1.65685425%2C5.65685425%20L9.65685425%2C5.65685425%20L9.65685425%2C3.65685425%20L3.65685425%2C3.65685425%20Z%22%20id%3D%22Path%22%20fill%3D%22%23CBCED2%22%20transform%3D%22translate%285.656854%2C%201.656854%29%20rotate%28-45.000000%29%20translate%28-5.656854%2C%20-1.656854%29%20%22%3E%3C/path%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
	background-position: 0 0;
	background-repeat: no-repeat;
	content: '';
	height: 8px;
	position: absolute;
	right: 6px;
	top: 9px;
	width: 13px;
}

.landing-title-btn:hover .landing-title-btn-inner {
	background-color: #36C6F9;
	color: #fff;
	transition: all 0.15s linear;
}

.landing-title-btn:hover .landing-title-btn-inner:before {
	background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212px%22%20height%3D%228px%22%20viewBox%3D%220%200%2012%208%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M3.65685425%2C3.65685425%20L3.65685425%2C-2.34314575%20L1.65685425%2C-2.34314575%20L1.65685425%2C4.65685425%20L1.65685425%2C5.65685425%20L9.65685425%2C5.65685425%20L9.65685425%2C3.65685425%20L3.65685425%2C3.65685425%20Z%22%20id%3D%22Path%22%20fill%3D%22%23FFFFFF%22%20transform%3D%22translate%285.656854%2C%201.656854%29%20rotate%28-45.000000%29%20translate%28-5.656854%2C%20-1.656854%29%20%22%3E%3C/path%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
	opacity: .7;
}

.landing-popup-menu .menu-popup-item-text,
.landing-popup-menu .menu-popup-no-icon .menu-popup-item-text {
	padding: 0 20px 0 17px;
}

.landing-popup-menu-item-icon {
	position: relative;
}

.landing-popup-menu-item-icon .menu-popup-item-icon {
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2014%2012%22%3E%3Cpath%20fill%3D%22%233674C4%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.103%208.412L1.456%205.765%200%207.22l3.494%203.494.004-.004.638.638L14%201.484%2012.516%200%22/%3E%3C/svg%3E);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	background-size: auto 100%;
	content: '';
	height: 10px;
	position: absolute;
	top: 14px;
	transition: width .2s linear, right .2s linear;
	right: 16px;
	width: 0;
}

.landing-link-copied .menu-popup-item-icon {
	right: 5px;
	width: 11px;
}

.landing-item-status-block {
	background: rgba(255, 255, 255, .9);
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: var(--landing-item-border-radius, var(--ui-border-radius-md));
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.landing-item-status-inner {
	padding: 9px 13px 8px;
	font-size: 0;
}

.landing-item-status {
	font: 8px/20px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-bold, 700);
	text-transform: uppercase;
}

.landing-item-status-unpublished {
	color: #d2000d;
	opacity: .8;
}

.landing-item-status-published {
	color: #333;
}

.landing-item-status-changed {
	padding-left: 11px;
	margin-left: 12px;
	border-left: 1px solid #d0d3d6;
	color: #525c69;
}

.landing-item-cover {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	top: 56px;
	width: 100%;
	border-radius: var(--landing-item-border-radius, var(--ui-border-radius-md));
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.landing-item-cover-short {
	min-height: 54.8%;
}

.landing-slider-frame-popup .landing-item-cover,
.landing-tile-pages .landing-item-cover {
	top: 41px;
}

.landing-item-cover-img {
	object-fit: cover;
	display: block;
	height: 100%;
	width: 100%;
	border-radius: var(--landing-item-border-radius, var(--ui-border-radius-md));
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

/*.landing-slider-frame-popup .landing-item-cover {
    bottom: 47px;
}*/

.landing-slider-frame-popup .landing-item-cover-short {
	bottom: 47px;
}

.landing-item-desc-inner {
	color: #828b95;
	display: inline-block;
	font-size: 11px;
	line-height: 1.25;
	height: 28px;
	padding: 0 13px;
	position: relative;
	transition: height 0.2s cubic-bezier(0, 1, 1, 1);
	vertical-align: middle;
}

.landing-item-desc-overflow {
	height: 100%;
	overflow: hidden;
}

.landing-item-desc-open {
	top: 13px;
	text-align: right;
	padding: 2px 14px 0 0;
	position: absolute;
	right: 0;
	height: 30px;
	line-height: 0;
	width: 16%;
}

.landing-item-desc-open:before {
	background: linear-gradient(to right, rgba(255,255,255, .0), rgba(255,255,255, 1) 41%);
	content: '';
	height: 18px;
	left: 0;
	position: absolute;
	right: 14px;
	top: 0;
	transition: opacity 0.15s linear;
}

.landing-item-desc-open:after {
	background-image: url(data:image/svg+xml,%0A%3Csvg%20width%3D%2213px%22%20height%3D%223px%22%20viewBox%3D%220%200%2013%203%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22ttt%22%20fill%3D%22%23767F8B%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.5%2C0%20C2.32842712%2C0%203%2C0.671572875%203%2C1.5%20C3%2C2.32842712%202.32842712%2C3%201.5%2C3%20C0.671572875%2C3%200%2C2.32842712%200%2C1.5%20C0%2C0.671572875%200.671572875%2C0%201.5%2C0%20Z%20M6.5%2C0%20C7.32842712%2C0%208%2C0.671572875%208%2C1.5%20C8%2C2.32842712%207.32842712%2C3%206.5%2C3%20C5.67157288%2C3%205%2C2.32842712%205%2C1.5%20C5%2C0.671572875%205.67157288%2C0%206.5%2C0%20Z%20M11.5%2C0%20C12.3284271%2C0%2013%2C0.671572875%2013%2C1.5%20C13%2C2.32842712%2012.3284271%2C3%2011.5%2C3%20C10.6715729%2C3%2010%2C2.32842712%2010%2C1.5%20C10%2C0.671572875%2010.6715729%2C0%2011.5%2C0%20Z%22%20id%3D%22Shape%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
	background-repeat: no-repeat;
	background-position: right 0;
	content: '';
	height: 3px;
	opacity: 0.3;
	position: absolute;
	top: 9px;
	right: 14px;
	width: 18px;
}

.landing-item-desc-open:hover:after {
	transition: all 0.2s linear;
	opacity: 1;
}

.landing-tile-title-show {
	z-index: 10;
}

.landing-tile-title-show .landing-item-description {
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,.15);
	height: auto;
	min-height: 24.5%;
	overflow: hidden;
}

.landing-tile-title-show .landing-item-description:before,
.landing-tile-title-show .landing-item-desc-inner:after {
	display: none;
}

.landing-tile-title-show .landing-item-desc-inner {
	display: block;
}

.landing-tile-title-show .landing-item-desc-open {
	height: 0;
	overflow: hidden;
	padding: 0;
}

.landing-item-desc-height {
	display: block;
}

.popup-window.landing-tile-title-popup {
	box-shadow: rgba(0, 0, 0, 0.15) 0 8px 13px;
	animation: tileTitleShow 0.25s linear;
}

@keyframes tileTitleShow {
	0% { opacity: 0;}
	100% { opacity: 1;}
}

.landing-tile-title-popup-inner {
	color: #828b95;
	font-size: 12px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
	line-height: 1.25;
	overflow: hidden;
	padding: 7px 14px 10px;
}

.landing-item-control-block {
	font-size: 11px;
	height: 100%;
	left: 0;
	position: absolute;
	opacity: 0;
	overflow: hidden;
	bottom: 0;
	width: 100%;
	transition: opacity 0.35s cubic-bezier(0,.77,.54,.99);
}

.landing-item:hover {
	box-shadow: rgba(0, 0, 0, 0.15) 0 8px 13px;
	transition: all 0.15s linear;
	transform: translate(0, -1px);
}

a.landing-item-link {
	background-color: rgba(53,198,249, .53);
	bottom: 0;
	cursor: pointer;
	left: 0;
	/*height: 79.3%;*/
	top: 56px;
	opacity: 0;
	position: absolute;
	transition: opacity 0.15s linear;
	width: 100%;
}

a.landing-item-link:hover {
	opacity: 1;
}

.landing-tile-pages .landing-item-link {
	top: 41px;
}

.landing-item-control-inner {
	background-color: rgba(255,255,255,0.95);
	display: block;
	height: 79.3%;
	position: relative;
}

.landing-item-control-centered {
	left: 50%;
	top: 36%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
}

.landing-item-control-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.landing-item-control-list li {
	margin-top: 9px;
	position: relative;
	padding-left: 10px;
}

.landing-item-control-list li:before {
	background-color: #525c69;
	border-radius: 50%;
	content: '';
	height: 4px;
	left: 0;
	top: 6px;
	position: absolute;
	width: 4px;
}

.landing-item-control-list li:first-child {
	margin-top: 0;
}

.landing-item-control {
	color: #525c69;
	display: block;
	font-size: 11px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-bold, 700);
	text-transform: uppercase;
	text-align: left;
}


.landing-item-control-top {
	height: 20.7%;
	text-align: right;
	padding-right: 12px;
}

.landing-item-control-top .landing-item-control {
	background-color: #fff;
	display: inline-block;
	height: 100%;
	padding-left: 12px;
}

.landing-item-control-top .landing-item-control:before {
	content: '';
	display: inline-block;
	height: 100%;
	margin-left: -1px;
	vertical-align: middle;
	width: 1px;
}

.landing-item-inner {
	border-radius: var(--landing-item-border-radius, var(--ui-border-radius-md, 2px));
	background-color: rgba(255,255,255,0.29);
	box-sizing: border-box;
	display: block;
	height: 100%;
	position: relative;
	transition: border-color 0.15s;
}

.landing-item-add-new .landing-item-inner,
.landing-item-dev .landing-item-inner {
	border: 2px dashed rgba(82,92,105,.3);
}

.landing-item-text {
	color: #6d7985;
	display: block;
	font-size: 23px;
	text-align: center;
	margin-top: 27px;
	white-space: nowrap;
}

.landing-item-add-new-inner {
	display: block;
	left: 50%;
	top: 54%;
	transform: translate(-50%, -50%);
	position: absolute;
}

.landing-item-add-icon {
	background-color: #fff;
	display: block;
	border-radius: 50%;
	height: 71px;
	margin: 0 auto;
	position: relative;
	width: 71px;
	transition: background-color 0.15s;
}

.landing-item-add-icon:before,
.landing-item-add-icon:after {
	background-color: #cbced2;
	content: '';
	height: 25px;
	position: absolute;
	left: 33px;
	top: 23px;
	width: 6px;
	transition: background-color 0.15s;
}

.landing-item-add-icon:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.landing-item-add-icon--new-store {
	width: 94px;
	height: 96px;
	border-radius: 0;
	background: url(/bitrix/components/bitrix/landing.sites/templates/.default/image/landing-sites-icon-new-store.svg) center no-repeat;
	background-color: transparent !important;
}

.landing-item-add-icon--new-store:after,
.landing-item-add-icon--new-store:before {
	content: none;
}

.landing-item-add-new:hover .landing-item-add-icon:before,
.landing-item-add-new:hover .landing-item-add-icon:after {
	background-color: #b0b8c0;
}

.landing-item-add-new:hover .landing-item-inner,
.landing-item-dev:hover .landing-item-inner {
	border-color: rgba(82,92,105,.5);
}

.landing-item,
.landing-item-inner,
.landing-item-control-block,
.landing-item-control-centered,
.landing-item-desc-height,
.landing-item-desc-overflow {
	display: block;
}

/*===================== landing bitrix24-light-theme view ======================*/

.bitrix24-light-theme .landing-item-add-new .landing-item-inner,
.bitrix24-light-theme .landing-item-dev .landing-item-inner {
	border-color: rgba(255,255,255, .53);
}

.bitrix24-light-theme .landing-item-add-new:hover .landing-item-inner,
.bitrix24-light-theme .landing-item-dev:hover .landing-item-inner {
	border-color: rgba(255,255,255, 1);
}

.bitrix24-light-theme .landing-item-dev {
	color: #fff;
}

.bitrix24-light-theme .landing-item-add-icon {
	background-color: rgba(255,255,255,.29);
}

.bitrix24-light-theme .landing-item-add-new:hover .landing-item-add-icon {
	background-color: rgba(255,255,255,.40);
}

.bitrix24-light-theme .landing-item-add-icon:before,
.bitrix24-light-theme .landing-item-add-icon:after,
.bitrix24-light-theme .landing-item-add-new:hover .landing-item-add-icon:before,
.bitrix24-light-theme .landing-item-add-new:hover .landing-item-add-icon:after {
	background-color: #fff;
}

.bitrix24-light-theme .landing-item-text {
	color: #fff;
}

.landing-item-add-icon--new-store + .landing-item-text {
	margin-top: 6px;
}

.bitrix24-light-theme .landing-navigation .navigation,
.bitrix24-light-theme .landing-navigation .navigation-disabled .navigation-text-cont,
.bitrix24-light-theme .landing-navigation .navigation-button,
.bitrix24-light-theme .landing-navigation .navigation .navigation-page-numb {
	color: #5c6470;
}

.bitrix24-light-theme .landing-navigation {
	background: #fff;
	border-color: transparent;
}

.bitrix24-light-theme .landing-navigation .navigation-current-page {
	background: transparent;
	color: #000 !important;
	margin: 0;
	padding: 0 5px;
}

.bitrix24-light-theme .landing-navigation .navigation .navigation-page-numb:hover {
	background: rgba(255, 255, 255, .3);
}

.bitrix24-light-theme .landing-navigation .navigation-ctrl-before:before {
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20opacity%3D%220.5%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.85686%201.37132L5.48553%200L0.000253252%205.48528L0.000486577%205.48551L0.000253252%205.48575L5.48553%2010.971L6.85732%209.59924L2.74313%205.48505L6.85686%201.37132Z%22%20fill%3D%22white%22/%3E%0A%3C/svg%3E%0A);
}

.bitrix24-light-theme .landing-navigation .navigation-ctrl-after:after {
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20opacity%3D%220.5%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.11428%201.37132L5.4856%200L10.9709%205.48528L10.9706%205.48551L10.9709%205.48575L5.4856%2010.971L4.11381%209.59924L8.228%205.48505L4.11428%201.37132Z%22%20fill%3D%22white%22/%3E%0A%3C/svg%3E%0A);
}

/* fix for core_clipboard.js*/
body > a[style*="background: highlight"] {
	display: block;
	height: 0;
	line-height: 0;
	font-size: 0;
	width: 0;
}


.ui-select {
	background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212px%22%20height%3D%228px%22%20viewBox%3D%220%200%2012%208%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%3Cpath%20d%3D%22M3.65685425%2C3.65685425%20L3.65685425%2C-2.34314575%20L1.65685425%2C-2.34314575%20L1.65685425%2C4.65685425%20L1.65685425%2C5.65685425%20L9.65685425%2C5.65685425%20L9.65685425%2C3.65685425%20L3.65685425%2C3.65685425%20Z%22%20id%3D%22Path%22%20fill%3D%22%23535C69%22%20transform%3D%22translate%285.656854%2C%201.656854%29%20rotate%28-45.000000%29%20translate%28-5.656854%2C%20-1.656854%29%20%22%3E%3C/path%3E%3C/svg%3E);
	background-repeat: no-repeat;
	background-position: right 14px center;
	background-color: #fff;
	border: 0;
	box-shadow: inset 0 0 0 1px #c6cdd3;
	border-radius: 0;
	height: 39px;
	outline: 0;
	padding: 0 15px 0 11px;
	-o-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
}

.landing-loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	top: 0;
	left: 0;
	z-index: 999;
}

.landing-item-folder {
	background: transparent;
	box-shadow: none;
}

.landing-item-folder .landing-title {
	margin: 4px 2px 0;
	height: 46px;
}

.landing-item-preview {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	width: 165px;
}

.landing-item-preview-item {
	width: 76px;
	height: 52px;
	margin-bottom: 9px;
	margin-right: 10px;
	border: 2px solid #fff;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.landing-item-preview-item:nth-child(even) {
	margin-right: 0;
}

.landing-item-preview-item:last-child {
	margin-bottom: 0;
}

.landing-item-folder .landing-item-cover {
	top: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #b1bccb;
	border-radius: var(--landing-item-border-radius, var(--ui-border-radius-md, 3px));
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	box-shadow: 0 1px 2px rgba(0,0,0,.15);
}

.landing-item-folder-corner {
	position: absolute;
	top: -38px;
	right: 0;
	width: 120px;
	height: 47px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTIwIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgOTIgMzYiPiAgPGRlZnM+ICAgIDxwYXRoIGlkPSJiIiBkPSJNMjAyLjc4MzcyOCwzNSBMMjI3LjEwMjA1NSwxLjI0NjM0MDYzIEMyMjcuNjY1ODc3LDAuNDYzNzU5NjM0IDIyOC41NzE1ODYsLTQuMTczOTg1MTZlLTE1IDIyOS41MzYxMjIsLTMuOTk2ODAyODllLTE1IEwyOTAsMCBDMjkxLjY1Njg1NCw3LjQ4NDQ4Mzk4ZS0xNiAyOTMsMS4zNDMxNDU3NSAyOTMsMyBMMjkzLDM1IEwyMDIuNzgzNzI4LDM1IFoiLz4gICAgPGZpbHRlciBpZD0iYSIgd2lkdGg9IjEwNy44JSIgeD0iLTMuOSUiIHk9Ii03LjElIiBmaWx0ZXJVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPiAgICAgIDxmZU9mZnNldCBkeT0iMSIgaW49IlNvdXJjZUFscGhhIiByZXN1bHQ9InNoYWRvd09mZnNldE91dGVyMSIvPiAgICAgIDxmZUdhdXNzaWFuQmx1ciBpbj0ic2hhZG93T2Zmc2V0T3V0ZXIxIiByZXN1bHQ9InNoYWRvd0JsdXJPdXRlcjEiIHN0ZERldmlhdGlvbj0iMSIvPiAgICAgIDxmZUNvbG9yTWF0cml4IGluPSJzaGFkb3dCbHVyT3V0ZXIxIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMTY5MDcyNjkgMCIvPiAgICA8L2ZpbHRlcj4gIDwvZGVmcz4gIDxnIGZpbGw9Im5vbmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMDEgMSkiPiAgICA8dXNlIGZpbGw9ImJsYWNrIiBmaWx0ZXI9InVybCgjYSkiIHhsaW5rOmhyZWY9IiNiIi8+ICAgIDx1c2UgZmlsbD0iI0IxQkNDQiIgZmlsbC1ydWxlPSJldmVub2RkIiB4bGluazpocmVmPSIjYiIvPiAgPC9nPjwvc3ZnPg==);
}

.landing-item-folder-dropdown {
	width: 17px;
	height: 17px;
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 12px;
}

.landing-item-folder-dropdown:hover .landing-item-folder-dropdown-inner {
	background: #fff;
	color: #fff;
}

.landing-item-folder-dropdown-inner {
	background: #dadada;
	width: 16px;
	height: 2px;
	display: inline-block;
	vertical-align: top;
	color: #dadada;
	box-shadow: 0 6px, 0 12px;
}

.landing-item-folder .landing-item-link {
	top: 38px;
	background: transparent;
}

.landing-item-folder .landing-item-link:hover {
	background: transparent;
}

.landing-item-folder .landing-title-overflow {
	padding-bottom: 13px;
	padding-right: 95px;
}

.landing-content-admin .landing-item + .landing-item {
	margin-left: 20px;
}

.landing-content-title-admin .tasks-interface-filter-container {
	display: flex;
	align-items: center;
}

.landing-content-title-admin .main-ui-filter-search-square:nth-last-child(3)::after {
	background: transparent;
}

.landing-content-title-admin .landing-filter-buttons-container {
	display: flex;
	flex: 1;
	justify-content: flex-end;
}

.landing-item-add-icon-up {
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2234%22%20height%3D%2230%22%20viewBox%3D%220%200%2034%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%200H19.636L24%205H0V0ZM0%207H34V30H0V7ZM18.032%2021.8918C19.7527%2021.8918%2021.1683%2020.4785%2021.1683%2018.7603H24C24%2022.0526%2021.3118%2024.7368%2018.0146%2024.7368C14.7349%2024.7368%2012.0642%2022.0526%2012.0642%2018.7603V16.6551H9L13.4803%2011L17.9607%2016.6551H14.8958V18.7603C14.8958%2020.4959%2016.3113%2021.8918%2018.032%2021.8918Z%22%20fill%3D%22%23CBCED2%22/%3E%0A%3C/svg%3E%0A);
	background-repeat: no-repeat;
	background-position: center;
}

.landing-item-add-icon-up:before, .landing-item-add-icon-up:after {
	content: none;
}

.landing-item-deleted .landing-item-link {
	pointer-events: none;
}

.landing-navigation {
	margin-right: 12px;
	border-top: 1px solid rgba(82, 92, 105, .15);
	border-bottom: 1px solid rgba(82, 92, 105, .15);
}

.landing-navigation .navigation {
	padding: 0 14px;
}

.landing-navigation .navigation-current-page {
	background: rgba(47, 198, 246, .3);
	color: #525c69;
}

.landing-navigation .navigation-ctrl-before,
.landing-navigation .navigation-ctrl-after {
	font-size: 0;
}

.landing-navigation .navigation-ctrl-before:before,
.landing-navigation .navigation-ctrl-after:after {
	background-size: contain;
	top: -8px;
}

.landing-navigation .navigation-disabled .navigation-text-cont {
	color: #5c6470;
}

.landing-item-area {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 37px;
}

.landing-item-area-icon {
	width: 71px;
	height: 71px;
	border-radius: 50%;
	position: absolute;
	left: 13px;
	background: #fff no-repeat center;
	box-sizing: border-box;
	opacity: .8;
	top: 50%;
	transform: translateY(-50%);
}

.landing-item-area-icon-main_page {
	border: 1px solid #a8adb4;
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2233%22%20height%3D%2230%22%3E%3Cpath%20fill%3D%22%232FC6F6%22%20fill-rule%3D%22evenodd%22%20d%3D%22M32.632%2015.721L17.382.368a1.242%201.242%200%2000-1.764%200L.368%2015.72c-.786.792-.23%202.145.882%202.145h4.137v10.878c0%20.694.558%201.256%201.247%201.256h4.955c.564%200%201.022-.46%201.022-1.029V22.17c0-.694.558-1.257%201.248-1.257h5.282c.69%200%201.248.563%201.248%201.257v6.801c0%20.568.458%201.029%201.022%201.029h4.955c.689%200%201.247-.562%201.247-1.256V17.866h4.137c1.111%200%201.668-1.353.882-2.145%22%20opacity%3D%22.895%22/%3E%3C/svg%3E);
}

.landing-item-area-icon-sidebar_left_1,
.landing-item-area-icon-without_right_2 {
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2227%22%20height%3D%2227%22%3E%3Cpath%20fill%3D%22%232FC6F6%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23%200a4%204%200%20014%204v19a4%204%200%2001-4%204H4a4%204%200%2001-4-4V4a4%204%200%20014-4h19zm1%202H3a1%201%200%2000-.993.883L2%203v21a1%201%200%2000.883.993L3%2025h21a1%201%200%2000.993-.883L25%2024V3a1%201%200%2000-1-1zM12%204a1%201%200%20011%201v17a1%201%200%2001-1%201H5a1%201%200%2001-1-1V5a1%201%200%20011-1h7z%22/%3E%3C/svg%3E);
}

.landing-item-area-icon-sidebar_right_1,
.landing-item-area-icon-without_left_2 {
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2227%22%20height%3D%2227%22%3E%3Cpath%20fill%3D%22%232FC6F6%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23%200a4%204%200%20014%204v19a4%204%200%2001-4%204H4a4%204%200%2001-4-4V4a4%204%200%20014-4h19zm1%202H3a1%201%200%2000-.993.883L2%203v21a1%201%200%2000.883.993L3%2025h21a1%201%200%2000.993-.883L25%2024V3a1%201%200%2000-1-1zm-2%202a1%201%200%20011%201v17a1%201%200%2001-1%201h-7a1%201%200%2001-1-1V5a1%201%200%20011-1h7z%22/%3E%3C/svg%3E);
}

.landing-item-area-icon-without_left_1,
.landing-item-area-icon-header_only_1,
.landing-item-area-icon-header_footer_1,
.landing-item-area-icon-without_right_1 {
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2227%22%20height%3D%2227%22%3E%3Cpath%20fill%3D%22%232FC6F6%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23%200a4%204%200%20014%204v19a4%204%200%2001-4%204H4a4%204%200%2001-4-4V4a4%204%200%20014-4h19zm1%202H3a1%201%200%2000-.993.883L2%203v21a1%201%200%2000.883.993L3%2025h21a1%201%200%2000.993-.883L25%2024V3a1%201%200%2000-1-1zm-2%202a1%201%200%20011%201v7a1%201%200%2001-1%201H5a1%201%200%2001-1-1V5a1%201%200%20011-1h17z%22/%3E%3C/svg%3E);
}

.landing-item-area-icon-without_left_3,
.landing-item-area-icon-header_footer_2,
.landing-item-area-icon-without_right_3 {
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2227%22%20height%3D%2227%22%3E%3Cpath%20fill%3D%22%232FC6F6%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23%200a4%204%200%20014%204v19a4%204%200%2001-4%204H4a4%204%200%2001-4-4V4a4%204%200%20014-4h19zm1%202H3a1%201%200%2000-.993.883L2%203v21a1%201%200%2000.883.993L3%2025h21a1%201%200%2000.993-.883L25%2024V3a1%201%200%2000-1-1zM5%2014h17a1%201%200%20011%201v7a1%201%200%2001-1%201H5a1%201%200%2001-1-1v-7a1%201%200%20011-1z%22/%3E%3C/svg%3E);
}

.landing-item-cover-area {
	background-size: contain;
	background-repeat: repeat;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20250%20250%22%20width%3D%22250%22%20height%3D%22250%22%20%3E%3Cpath%20fill%3D%22%23535c69%22%20opacity%3D%22.08%22%20d%3D%22M229.8%20221.8c0-.2-.3-.4-.5-.3l-25.2%204.2c-.2%200-.4.3-.3.5%200%20.2.2.3.4.3h.1l25.2-4.2c.2%200%20.3-.2.3-.5zm.3%204.3l-25.2%204.2c-.2%200-.4.3-.3.5%200%20.2.2.3.4.3h.1l25.2-4.2c.2%200%20.4-.3.3-.5-.1-.2-.3-.4-.5-.3zm13.1-10.3c-.3-1.7-1.9-2.9-3.6-2.6l-2.5.4%201.9-7c.1-.2%200-.4-.2-.5-.2-.1-.4%200-.5.1l-5.5%207.5-.9-5.7c-.3-1.7-1.9-2.9-3.6-2.6l-27.9%204.6c-.8.1-1.6.6-2.1%201.3-.5.7-.7%201.5-.5%202.4L201%20235c.3%201.7%201.9%202.9%203.6%202.6l2.5-.4-1.9%207c-.1.2%200%20.4.2.5h.2c.1%200%20.3-.1.3-.2l5.5-7.5.9%205.7c.1.8.6%201.6%201.3%202.1.5.4%201.2.6%201.8.6h.5l27.9-4.6c.8-.1%201.6-.6%202.1-1.3.5-.7.7-1.5.5-2.4l-3.2-21.3zm-31.6%2019.8s-.1%200%200%200l-.1.1-4.8%206.5%201.5-5.5c0-.1%200-.3-.1-.4-.1-.1-.2-.1-.3-.1h-.1l-3.1.5c-1.3.2-2.5-.7-2.7-1.9l-3.5-21.3c-.1-.6%200-1.2.4-1.7s.9-.8%201.5-.9l27.9-4.6c1.3-.2%202.5.7%202.7%201.9l1.1%206.7%202.4%2014.6c.1.6%200%201.2-.4%201.7s-.9.8-1.5.9l-20.7%203.4c-.1.1-.2.1-.2.1zm33.8%203.4c-.4.5-.9.8-1.5.9l-27.9%204.6c-.6.1-1.2%200-1.7-.4s-.8-.9-.9-1.5l-1-6.3%2020.3-3.3c.8-.1%201.6-.6%202.1-1.3.5-.7.7-1.5.5-2.4l-2.4-14.4%204.7-6.4-1.5%205.5c0%20.1%200%20.3.1.4.1.1.2.2.4.1l3.1-.5c1.3-.2%202.5.7%202.7%201.9l3.5%2021.3c0%20.7-.1%201.3-.5%201.8zM11.8%202.6c5.9-2.3%2012.6-.9%2017%203.6%206.2%206.2%206.2%2016.3%200%2022.6-6.2%206.2-16.3%206.2-22.6%200-4.4-4.4-5.8-11-3.7-16.9.1-.2%200-.5-.2-.5-.2-.1-.5%200-.5.2-2.3%206.1-.8%2013.1%203.9%2017.7%203.3%203.3%207.6%204.9%2011.9%204.9%204.3%200%208.6-1.6%2011.9-4.9%206.5-6.5%206.5-17.2%200-23.7C24.8.9%2017.8-.6%2011.6%201.8c-.2.1-.3.3-.2.5-.1.2.2.3.4.3zm217.3%20214.7c0-.2-.2-.4-.5-.3l-25.2%204.2c-.2%200-.4.3-.3.5%200%20.2.2.3.4.3h.1l25.2-4.2c.1-.1.3-.3.3-.5zm5.4-58.3c0%20.2.1.3.3.3s.3-.1.3-.3c0-2%201-3.7%202.2-3.7.2%200%20.3-.1.3-.3%200-.2-.1-.3-.3-.3-1.2%200-2.2-1.7-2.2-3.7%200-.2-.1-.3-.3-.3s-.3.1-.3.3c0%202-1%203.7-2.2%203.7-.2%200-.3.1-.3.3%200%20.2.1.3.3.3%201.3%200%202.2%201.7%202.2%203.7zm.3-6c.3.9.8%201.7%201.4%202.1-.6.4-1.1%201.1-1.4%202.1-.3-.9-.8-1.7-1.4-2.1.6-.5%201.1-1.2%201.4-2.1zm-36.1%2019.2c.1.2.2.3.4.3h.2l15.4-6.2c.2-.1.3-.3.2-.5s-.3-.3-.5-.2l-15.4%206.2c-.3%200-.4.2-.3.4zm-.7-2.3h.2l15.4-6.2c.2-.1.3-.3.2-.5%200-.1-.1-.2-.2-.2h-.3l-15.4%206.2c-.2.1-.3.3-.2.5%200%20.1.1.2.3.2zM89%20144.2c-1.2%201.6-3.1%202.3-4%201.6-.1-.1-.3-.1-.4.1-.1.1-.1.3.1.4.9.7.7%202.7-.6%204.3-.1.1-.1.3.1.4.1.1.3.1.4-.1%201.2-1.6%203.1-2.3%204-1.6.1.1.3.1.4-.1.1-.1.1-.3-.1-.4-.9-.7-.7-2.7.6-4.3.1-.1.1-.3-.1-.4-.1-.1-.3-.1-.4.1zm-1.1%204.2c-.7-.1-1.6.2-2.4.7.3-.9.4-1.8.1-2.5.7.1%201.6-.2%202.4-.7-.4.9-.4%201.8-.1%202.5zM.3%20111.8c.2%200%20.3-.1.4-.3.1-.2%200-.5-.2-.5l-.5-.2v.9h.1c.1.1.1.1.2.1zm200.4%2065.7c.1.2.2.3.4.3h.2l15.4-6.2c.2-.1.3-.3.2-.5-.1-.2-.3-.3-.5-.2l-15.4%206.2c-.2-.1-.3.2-.3.4zM1.6%20148.4c1.4%200%202.8-.9%203.3-2.3l8.6-23c.7-1.8-.2-3.9-2.1-4.6l-2.7-1%205.9-5.9c.1-.1.2-.4%200-.5-.1-.2-.3-.2-.5-.1l-9.9%204.3%202.4-6.3c.7-1.8-.2-3.9-2.1-4.6L0%20102.6v.9l4.3%201.6c1.4.5%202.1%202.1%201.6%203.5l-2.7%207.3-3.2%208.4v2.4l3.9-10.4%208.6-3.8-4.8%204.8c-.1.1-.1.2-.1.4%200%20.1.1.3.3.3l3.3%201.2c1.4.5%202.1%202.1%201.6%203.5l-8.6%2023c-.5%201.4-2.1%202.1-3.5%201.6l-.7-.2v.9l.4.1c.4.2.8.3%201.2.3zm3.6%209.7l.3-.4c.1-.2.1-.4-.1-.6-.2-.1-.4-.1-.6.1l-.3.4c-.5.6-1.1%201.3-1.4%202.1-.3.8-.4%201.8-.1%202.9.1.3.1.6.2.9.2.6.3%201.3.3%201.9%200%20.8-.2%201.5-.7%202.3-.1.2-.1.4.1.6.1%200%20.2.1.2.1.1%200%20.3-.1.3-.2.6-.9.9-1.8.9-2.8%200-.7-.2-1.4-.4-2-.1-.3-.1-.6-.2-.9-.2-1-.2-1.8.1-2.4.4-.8.9-1.4%201.4-2zm6.2%201.3l.3-.4c.1-.2.1-.4-.1-.6-.2-.1-.4-.1-.6.1l-.3.4c-.5.6-1.1%201.3-1.4%202.1-.3.8-.4%201.8-.1%202.9.1.3.1.6.2.9.2.6.3%201.3.3%201.9%200%20.8-.2%201.5-.7%202.3-.1.2-.1.4.1.6.1%200%20.2.1.2.1.1%200%20.3-.1.3-.2.6-.9.9-1.8.9-2.8%200-.7-.2-1.4-.4-2-.1-.3-.1-.6-.2-.9-.2-1-.2-1.8.1-2.4.4-.7.9-1.3%201.4-2zM2.6%2071.9c.2-1.5-.8-2.9-2.3-3.2H0v.8h.2c1.1.2%201.8%201.2%201.6%202.2-.1.9-.9%201.6-1.8%201.7v.8c1.3.1%202.4-.9%202.6-2.3zM203%20197.6c.2%200%20.4%200%20.6-.1l25.3-10.1c.4-.2.7-.5.9-.9s.2-.9%200-1.3l-5.7-14.3-3.1-7.6c0-.1-.1-.2-.2-.2h-.3l-2.7%201.1-1.9-4.8c0-.1-.1-.2-.2-.2h-.3l-21.3%208.5c-.2.1-.3.3-.2.5l1.9%204.8-2.7%201.1c-.2.1-.3.3-.2.5l3.1%207.6%205.7%2014.3c0%20.7.6%201.1%201.3%201.1zm17.5-33.6l2.7%206.9-2.4.9-2.8-6.9%202.5-.9zm1.5%208.2l-.7.7-.1-.4.8-.3zm-27.3-4l20.6-8.2%201.9%204.8%203.5%208.7-8.5%208.5-12.1-.3-.4-1.1-3.1-7.6-1.9-4.8zm4.5%2013.6h-1l.9-.3.1.3zm-5.6-7.1l2.4-.9%202.8%206.9-2.4.9-2.8-6.9zm18.7%208.2c.1%200%20.2%200%20.3-.1l11-11%205.5%2013.7c.1.2.1.4%200%20.6-.1.2-.2.4-.5.4l-25.3%2010.1c-.4.2-.9%200-1.1-.5l-5.5-13.7%2015.6.5zM22%2071.9l-3.4%204.2c-.1.2-.1.4.1.6.1.1.2.1.3.1.1%200%20.2-.1.3-.2l3.4-4.2c.1-.2.1-.4-.1-.6-.2-.1-.4%200-.6.1zm195.5%2043.7c-.2-.1-.5%200-.5.2s0%20.5.2.5l27.3%2010.2h.1c.2%200%20.3-.1.4-.3.1-.2%200-.5-.2-.5l-27.3-10.1zm30.9%201.1c.2%200%20.3-.1.4-.3.1-.2%200-.5-.2-.5l-27.3-10.2c-.2-.1-.5%200-.5.2s0%20.5.2.5l27.3%2010.2c0%20.1%200%20.1.1.1zm-1.9%205c.2%200%20.3-.1.4-.3.1-.2%200-.5-.2-.5l-27.3-10.2c-.2-.1-.5%200-.5.2-.1.2%200%20.5.2.5l27.3%2010.2c0%20.1.1.1.1.1zM222.6%20101c-.1.2%200%20.5.2.5l27.1%2010.1v-.9l-26.8-10c-.2%200-.5.1-.5.3zM17.5%20160.8l.3-.4c.1-.2.1-.4-.1-.6-.2-.1-.4-.1-.6.1l-.3.4c-.5.6-1.1%201.3-1.4%202.1-.3.8-.4%201.8-.1%202.9.1.3.1.6.2.9.2.6.3%201.3.3%201.9%200%20.8-.2%201.5-.7%202.3-.1.2-.1.4.1.6.1%200%20.2.1.2.1.1%200%20.3-.1.3-.2.6-.9.9-1.8.9-2.8%200-.7-.2-1.4-.4-2-.1-.3-.1-.6-.2-.9-.2-1-.2-1.8.1-2.4.5-.8.9-1.4%201.4-2zM4.8%2072.2c.4-2.7-1.5-5.2-4.2-5.6l-.6-.1v.8l.5.1c2.3.3%203.8%202.4%203.5%204.7-.3%202-2%203.5-4%203.5v.8c2.4%200%204.4-1.8%204.8-4.2zM31%2074.4c-.2%200-.4.2-.4.4l.4%205.4c0%20.2.2.4.4.4s.4-.2.4-.4l-.4-5.4c0-.2-.2-.4-.4-.4zm211.1%2096c-.3.2-.5.6-.5%201v20.5c0%201.6%201%202.9%202.5%203.4l-.3%201.4c-.1.4%200%20.9.2%201.3s.6.6%201%20.7l4.8%201.1v-.8l-4.7-1c-.2%200-.4-.2-.5-.4-.1-.2-.2-.4-.1-.6l.3-1.4%205%201.1v-.9l-5.2-1.2h-.1c-1.3-.3-2.1-1.4-2.1-2.7v-20.5c0-.1.1-.3.2-.4.1-.1.2-.1.3-.1h.1l6.9%201.5v-.9l-6.7-1.5c-.4.1-.8.2-1.1.4zM26.2%2073.8l-1.7%205.5c-.1.2.1.5.3.5h.1c.2%200%20.3-.1.4-.3L27%2074c.1-.2-.1-.5-.3-.5-.2%200-.5.1-.5.3zm173.5%20101.1c.1.2.2.3.4.3h.2l15.4-6.2c.2-.1.3-.3.2-.5%200-.1-.1-.2-.2-.2h-.3l-15.4%206.2c-.3-.1-.4.2-.3.4zm50.2-112.6c-.1-.1-.2-.1-.3-.1l-24.3-3.6c-.3%200-.7.1-.9.3-.2.2-.4.5-.3.9l1.1%2015.9c.1%201.2.9%202.2%202.1%202.5l-.2%201.1c-.1.8.4%201.5%201.2%201.6l12.1%201.8h.2c.3%200%20.6-.1.8-.3.3-.2.5-.5.5-.9l.2-1h.1c1.2%200%202.3-.7%202.7-1.8l1-2.6%203.3.5c.2%200%20.5.1.7.1h.1v-.8h-.7l-3.2-.5.5-1.3%202.9.4h.5v-.8h-.4l-2.7-.4%201.4-3.8%201.6.2v-.8l-1.3-.2.5-1.3.8.1v-.8l-.5-.1.5-1.3v-3zm-8.9%2019c0%20.1-.1.3-.2.4-.1.1-.2.1-.3.1L228.3%2080c-.3%200-.5-.3-.5-.6l.1-1%2013.2%201.9-.1%201zm7.4-14.7l-1.2%203.1-3.2%208.5c-.3.9-1.3%201.4-2.2%201.3l-14-2.1c-.9-.1-1.7-.9-1.7-1.9L225%2059.6c0-.1%200-.2.1-.2%200%200%20.1-.1.2-.1l24.3%203.6c.1%200%20.1.1.2.1v.2l-1.4%203.4zM59.3%20173.9l.3-6.1%203%205.3.9-.2.3-7.2-.8.2-.2%205.9-3-5.2-.9.2-.3%205.9-2.9-5.2-.9.2%203.6%206.2h.9zm120.1%2051.7l-5.4-20.2c0-.1-.1-.2-.2-.3-.1-.1-.2-.1-.3%200l-27.2%207.3c-.3.1-.5.2-.8.3h-.1c-.1.1-.3.1-.4.2-.2.1-.3.1-.5.2-.1%200-.1.1-.2.1l-.6.3c-1.2.8-2.3%201.9-3%203.2-.9%201.6-1.3%203.3-1.2%205.1%200%20.3%200%20.5.1.8v.1c0%20.3.1.6.2.9l.1.4%207%2025.9h.9l-6.9-25.9c2.2-1.9%204.8-2.3%206.6-2.3%201%200%201.7.1%201.8.1h.1c.2%200%20.4-.2.4-.4%200-.1-.1-.2-.2-.3-.1-.1-.1-.2-.2-.3l22-5.9c.2-.1.4-.3.3-.5-.1-.2-.3-.4-.5-.3l-22.3%206c-1.5-2.5-2.1-4.8-1.6-7.1l26.1-7%205.2%2019.5h-1c-1.1%200-2.2.1-3.3.4-2%20.5-3.8%201.5-5.3%202.9l-20.9%205.6c-.2.1-.4.3-.3.5.1.2.2.3.4.3h.1l19.6-5.3c-.5.6-.9%201.2-1.3%201.9-.5.8-.9%201.7-1.1%202.6l-16.2%204.4c-.2.1-.4.3-.3.5.1.2.2.3.4.3h.1l15.7-4.2c-.3%201.3-.4%202.6-.3%203.9l-14.5%203.9c-.2.1-.4.3-.3.5.1.2.2.3.4.3h.1l14.4-3.9c.1.5.2.9.3%201.4.2.8.5%201.5.8%202.2l-14.5%203.9c-.2.1-.4.3-.3.5.1.2.2.3.4.3h.1l14.7-3.9c.7%201.2%201.5%202.3%202.5%203.2l-8.8%202.4h3.2l6.3-1.7c.9.7%201.9%201.3%202.9%201.7h2.9c-4.5-.8-8.3-4.1-9.5-8.6-.8-3.1-.4-6.3%201.2-9%20.6-1%201.3-1.9%202.2-2.7%201.4-1.3%203.1-2.3%205.1-2.8%201-.3%202.1-.4%203.1-.4%205.4%200%2010.1%203.6%2011.5%208.8%201.7%206.3-2.1%2012.9-8.4%2014.6-.4.1-.8.2-1.2.2h3c.8-.4%201.6-.8%202.3-1.3l.3%201.2h-.2%201.1l-.5-1.8c3.8-3.1%205.7-8.2%204.3-13.2-1.3-5.2-5.4-8.8-10.4-9.5zm-31-4.6h-1c-1.9%200-4.5.4-6.8%202.2%200-.1-.1-.2-.1-.4%200-.1%200-.2-.1-.3%200-.2%200-.4-.1-.6v-.2-.7c.1-2.7%201.6-5.2%203.9-6.7h.1c.2-.1.4-.2.6-.4.1-.1.2-.1.3-.1.1-.1.3-.1.4-.2.1-.1.3-.1.4-.1.1%200%20.2-.1.3-.1-.4%202.3.3%204.9%202.1%207.6zm5.5-87.7l-2.3-5.5c0-.1-.1-.2-.2-.2h-.3l-5.5%202.3c-.1%200-.2.1-.2.2v.3l2.3%205.5c.1.2.2.3.4.3h.2l5.5-2.3c.1-.1.2-.4.1-.6zm-5.7%201.9l-1.9-4.8%204.8-1.9%201.9%204.8-4.8%201.9zm-93.1%2039.7l-.2-.7-3.6.9-.6-2.4%203.2-.8-.2-.7-3.2.8-.5-2.1%203.4-.8-.2-.7-4.2%201%201.6%206.7%204.5-1.2zm11-7.1c.1.2.3.3.5.4.2.1.4.2.6.2.2%200%20.5.1.7.1.3%200%20.6.1.8.1.2%200%20.4.1.6.1.2.1.3.1.4.3.1.1.2.3.2.5v.5c-.1.2-.1.3-.3.4-.1.1-.3.2-.4.3-.2.1-.3.2-.5.2-.3.1-.6.1-.9%200-.3-.1-.5-.2-.7-.4l-.5.7c.2.1.3.3.5.3.2.1.4.1.6.2h.6c.2%200%20.4%200%20.6-.1.3-.1.6-.2.8-.3.3-.1.5-.3.7-.5.2-.2.3-.5.4-.7.1-.3.1-.6%200-.9-.1-.3-.2-.6-.4-.8-.2-.2-.4-.3-.6-.4-.2-.1-.5-.2-.7-.2-.3%200-.5-.1-.8-.1-.3%200-.5%200-.7-.1-.2%200-.4-.1-.5-.2l-.3-.3c-.1-.1-.1-.2-.2-.4v-.5c0-.2.1-.3.2-.4.1-.1.3-.2.4-.3.2-.1.3-.1.5-.2s.5-.1.7%200c.2%200%20.5.2.6.3l.5-.7c-.3-.2-.6-.4-1-.4-.3%200-.7%200-1.1.1-.3.1-.6.2-.8.3-.3.1-.5.3-.6.5-.2.2-.3.5-.4.7-.1.3-.1.6%200%20.9.2.4.3.6.5.8zm-2.2%2016c0%20.2.2.3.4.3h.1l10.1-2.4c.2-.1.4-.3.3-.5-.1-.2-.3-.4-.5-.3l-10.1%202.4c-.3.1-.4.3-.3.5zm-.8-3.1c0%20.2.2.3.4.3h.1l10.1-2.4c.2-.1.4-.3.3-.5-.1-.2-.3-.4-.5-.3l-10.1%202.4c-.2.1-.3.3-.3.5zm86.2-75.3c.2%200%20.3%200%20.5-.1.3-.1.5-.4.7-.7.1-.3.1-.6%200-1-.3-.6-1-.9-1.6-.7-.6.3-.9%201-.7%201.6.2.6.6.9%201.1.9zm-.1-1.6h.2c.2%200%20.3.1.4.3v.3c0%20.1-.1.2-.2.2-.2.1-.4%200-.5-.2-.2-.3-.1-.5.1-.6zM41.9%20172.2l5.2%204.6%201-.2-1.6-6.7-.8.2%201.3%205.5-5.2-4.6-1%20.2%201.6%206.7.8-.2-1.3-5.5zm20.9%2033c-13.4%200-24.4%2010.9-24.4%2024.4%200%208.5%204.4%2016%2011.1%2020.4H51c-7.1-4.1-11.8-11.7-11.8-20.4%200-13%2010.6-23.5%2023.5-23.5%2013%200%2023.5%2010.6%2023.5%2023.5%200%208.7-4.8%2016.3-11.8%2020.4H76c6.6-4.4%2011.1-11.9%2011.1-20.4%200-13.5-10.9-24.4-24.3-24.4zM76.1%200h-1.6C71%202%2067%203.1%2062.8%203.1%2058.5%203.1%2054.5%202%2051%200h-1.6c3.8%202.5%208.4%204%2013.3%204%205%200%209.6-1.5%2013.4-4zm-7%200h-4.2c-.7.1-1.4.1-2.1.1-.7%200-1.4%200-2.1-.1h-4.2c2%20.6%204.1.9%206.3.9%202.1%200%204.2-.3%206.3-.9zm29.6%20227c3.1-3.1%207.2-4.7%2011.4-4.7%201.9%200%203.8.4%205.7%201.1H116.1c.1%200%20.2-.1.3-.2.1-.2%200-.5-.2-.5-6.2-2.4-13.2-.9-17.9%203.8-6.5%206.5-6.5%2016.9-.2%2023.5h1.2c-.1-.1-.3-.2-.4-.4-6.4-6.3-6.4-16.4-.2-22.6zm-56.1-31.4c.3.7.8%201.2%201.5%201.6.6.4%201.4.6%202.1.6.3%200%20.6%200%201-.1l36-8.7c2.2-.5%203.5-2.7%203-4.9l-5.5-23c-.1-.2-.3-.4-.5-.3l-6.6%201.6-1.1-4.6c0-.1-.1-.2-.2-.3-.1-.1-.2-.1-.3%200l-36%208.7c-.2.1-.4.3-.3.5l6.9%2028.6c-.2.1-.1.2%200%20.3zm37.2-33.8l5.2%2021.7.2.9c.4%201.7-.6%203.4-2.3%203.8-1.7.4-3.4-.6-3.8-2.4l-5.4-22.5%206.1-1.5zm-8.2-3.4l6.7%2027.6c.3%201.2%201.2%202.2%202.3%202.7L47%20196.8c-.8.2-1.7.1-2.4-.4-.6-.3-1-.8-1.2-1.4l-.2-.6-6.7-27.6%2035.1-8.4zM152.8%202.8h.1L163.4%200h-3.2l-7.5%202c-.2.1-.4.3-.3.5%200%20.2.2.3.4.3zm28-2.2c.6-.2%201.1-.3%201.6-.6h-3c-.6.1-1.3.2-1.9.2-.7%200-1.4-.1-2-.2h-2.9c1.5.6%203.2%201%204.9%201%201.1%200%202.2-.1%203.3-.4zm47.5%20212.1c0-.2-.3-.4-.5-.3l-25.2%204.2c-.2%200-.4.3-.3.5%200%20.2.2.3.4.3h.1l25.2-4.2c.2-.1.3-.3.3-.5zm13.9-158.3c.2.5.3.9.4%201.4.1.6-.1%201.2-.4%201.7-.1.2%200%20.5.2.6.1%200%20.1.1.2.1s.3-.1.4-.2c.4-.7.6-1.5.5-2.3-.1-.5-.2-1.1-.4-1.6-.1-.2-.1-.4-.2-.6-.2-.7-.2-1.3-.1-1.8.2-.5.5-1%20.9-1.5l.2-.3c.1-.2.1-.4-.1-.6-.2-.1-.4-.1-.6.1l-.2.3c-.4.5-.8%201.1-1%201.7-.2.7-.2%201.4%200%202.3%200%20.2.1.4.2.7zm-146.8-26c-2.1%203.3-1.1%209.3.5%2011.8.1.1.2.2.3.2h.2L101%2038c1.4%201.2%203.2%201.9%205%201.9%201.2%200%202.5-.3%203.6-.9.8-.4%201.6-1%202.2-1.7l7.5%202.3c.4.1.4.2.3.6l-2.6%208.4-5.8%203.1c-.9.5-1.5%201.4-1.5%202.4v5.3c0%20.1%200%20.1.1.2s.1.2.3.3c.1%200%20.1.1.2.1h.2c.1%200%20.3%200%20.4-.1l17.7-9.4c.2-.1.4-.4.4-.7%200-.3-.1-.5-.4-.7l-4.2-2.8c-.8-.6-2-.6-2.8-.1l-1.1.6v-.2c.2-.8.6-1.8.9-2.9l.3-.9c.3-1%20.6-2.1.9-3%20.4-1.2-.1-2.1-1.3-2.5l-8-2.5c.4-1.1.6-2.3.4-3.5l1.9-1%201.3%202.5c-.4.4-.5%201.1-.2%201.6.2.4.7.7%201.2.7.2%200%20.4-.1.6-.2.3-.2.6-.5.7-.8.1-.3.1-.7-.1-1-.1-.2-.2-.3-.3-.4-.3-.2-.7-.4-1.1-.3l-1.3-2.5%201.8-1c.2-.1.3-.3.2-.5-1.1-2.8-5.6-7-9.5-7.1h-.2l-.3.2-2.8-3.2c-1.2-1.3-2.9-2.1-4.6-2.1-1.9%200-3.7.9-4.9%202.4-1.3%201.4-1.7%203.4-1.3%205.4l1%204.1-.3.2s-.1%200-.1.1zm22.3%204.8c.1%200%20.2-.1.2-.1.2%200%20.4.1.5.3.1.1.1.3%200%20.4%200%20.1-.1.2-.3.3-.1%200-.1.1-.2.1-.2%200-.4-.1-.5-.3-.1-.2%200-.5.3-.7zm-8.5%205c-.9.5-1.9.7-2.8.8-1.6.1-3.3-.4-4.6-1.4l11.1-5.9c.1%202.7-1.3%205.2-3.7%206.5zm12.7%208.7c.3-.1.6-.2.9-.2.4%200%20.8.1%201.1.3l4.2%202.7-17.6%209.3v-5c0-.7.4-1.4%201-1.7l10.4-5.4zm-.9-8.8c.7.2%201%20.7.7%201.4-.1.2-.1.5-.2.7-.2.5-.3%201-.5%201.6-.1.2-.1.4-.2.6-.5%201.5-.9%203-1.2%203.9-.1.4-.2.7-.3.9l-1.3.8%202.3-7.6c.2-.8%200-1.3-.8-1.6l-7.2-2.2c.2-.3.4-.6.6-1l8.1%202.5zM95.6%2023.8c-.4-1.7%200-3.4%201.1-4.7%201-1.3%202.7-2.1%204.3-2.1%201.1%200%202.6.3%204%201.8l2.7%203-11%205.8-1.1-3.8zm.4%205.1l.5-.3%2012-6.3.5-.3c3.3.2%207.3%203.7%208.5%206.2l-1.9%201-19.2%2010.2C95%2037%2094.3%2031.8%2096%2028.9zm54.4%2095.8l-2.3-5.5c0-.1-.1-.2-.2-.2h-.3l-.2.1.3-3.8c0-.2-.2-.4-.4-.4s-.4.2-.4.4l-.3%204.2-3%201.2-.3-.3c-.2-.2-.4-.2-.6%200-.2.2-.2.4%200%20.6l.1.1-.6.2c-.2.1-.3.3-.2.5l2.3%205.5c.1.2.2.3.4.3h.2l5.5-2.3c-.1-.2%200-.4%200-.6zm-4-4.4l-.2%203-2.1-2.1%202.3-.9zm-1.7%206.2l-1.9-4.8.5-.2%203%203c.1.1.2.1.3.1h.1c.2-.1.3-.2.3-.4l.4-4.4.2-.1%201.9%204.8-4.8%202zm53.4%2029c1.4%200%202.9-.3%204.2-.8%205.8-2.4%208.6-9%206.2-14.7-1.7-4.1-5.6-6.9-10-7-.2%200-.4.2-.4.4s.2.4.4.4c4.1.2%207.7%202.7%209.3%206.5%202.2%205.4-.4%2011.5-5.8%2013.7-5.4%202.2-11.5-.4-13.7-5.8-1.6-3.8-.7-8.2%202.2-11.2.2-.2.2-.4%200-.6-.2-.2-.4-.2-.6%200-3.1%203.2-4%208-2.3%2012.1%201.8%204.3%206%207%2010.5%207zm-50-6.3l4.6%201.9h.4l26.6-10.9c.1%200%20.2-.1.2-.2l1.9-4.6v-.3l-12.5-30.4c0-.1-.1-.2-.2-.2l-4.6-1.9h-.3L158%20105l-.4-1c-.2-.4-.5-.8-.9-.9-.4-.2-.9-.2-1.3%200l-1.1.4c-.8-1.6-2.5-2.7-4.4-2.7-.6%200-1.3.1-1.9.4-2.4%201-3.6%203.6-2.8%206l-1.1.4c-.4.2-.8.5-.9.9-.2.4-.2.9%200%201.3l.4%201-6.1%202.5c-.1%200-.2.1-.2.2l-1.9%204.6v.3l12.5%2030.4c0%20.3.1.4.2.4zm-4-40.3c.1-.2.3-.4.5-.5l1.4-.6c.2-.1.3-.3.2-.5-.8-2.1.1-4.4%202.2-5.3.5-.2%201-.3%201.5-.3%201.7%200%203.1%201%203.8%202.5%200%20.1.1.2.2.2h.3l1.4-.6c.2-.1.5-.1.7%200%20.2.1.4.3.5.5l.6%201.4.8%201.8c.1.1.1.3%200%20.4l-.3.3-11.8%204.8c-.3.1-.6%200-.7-.3l-.8-1.8-.6-1.4c0-.2%200-.4.1-.6zm-6%205.2l6-2.5.6%201.5c.2.5.7.8%201.2.8.2%200%20.3%200%20.5-.1l11.8-4.8c.3-.1.6-.4.7-.7.1-.3.1-.7%200-1l-.6-1.5%206-2.5%204.3%201.8%2012.3%2030.1-1.8%204.3-26.3%2010.8-4.3-1.8-12.3-30.1%201.9-4.3zM.4%2062.7c-.1-.2-.2-.3-.4-.4v2.6l.5-1.3c.1-.2.1-.6-.1-.9zm189.3%20136.4c0-.2-.1-.3-.3-.3h-2.8l2-2c.1-.1.1-.3%200-.4-.1-.1-.3-.1-.4%200l-2%202v-4.2c0-.2-.1-.3-.3-.3-.2%200-.3.1-.3.3v4.2l-2-2c-.1-.1-.3-.1-.4%200-.1.1-.1.3%200%20.4l2%202h-2.8c-.2%200-.3.1-.3.3%200%20.2.1.3.3.3h2.8l-2%202c-.1.1-.1.3%200%20.4.1.1.1.1.2.1s.2%200%20.2-.1l2-2v4.2c0%20.2.1.3.3.3.2%200%20.3-.1.3-.3v-4.2l2%202c.1.1.1.1.2.1s.2%200%20.2-.1c.1-.1.1-.3%200-.4l-2-2h2.8c.1%200%20.3-.2.3-.3zm33.4-106.3c-1.5%200-2.8.9-3.3%202.3l-8.6%2023c-.3.9-.3%201.8.1%202.7.4.9%201.1%201.5%202%201.8l2.7%201-5.9%205.9c-.1.1-.2.4%200%20.5.1.2.3.2.5.1l9.9-4.3-2.4%206.3c-.3.9-.3%201.8.1%202.7.4.9%201.1%201.5%202%201.8l29.8%2011.1v-.9l-29.5-11c-.7-.3-1.2-.8-1.5-1.4-.3-.7-.3-1.4-.1-2.1l2.6-6.9%2022%208.2c.4.1.8.2%201.2.2%201.5%200%202.8-.9%203.3-2.3l1.9-5.1V124l-2.7%207.1c-.4%201.1-1.4%201.8-2.5%201.8-.3%200-.6-.1-.9-.2l-22.4-8.4h-.1-.1-.1l-8.8%203.8%204.8-4.8c.1-.1.1-.2.1-.4%200-.1-.1-.3-.3-.3l-3.3-1.3c-.7-.3-1.2-.8-1.5-1.4-.3-.7-.3-1.4-.1-2.1l8.6-23c.4-1.1%201.4-1.8%202.5-1.8.3%200%20.6.1.9.2l25.8%209.7v-.9l-25.5-9c-.4-.1-.8-.2-1.2-.2zm-40.7%20152.9l-1.8-6.6%203.8-1c.2%200%20.3-.2.3-.3%200-.2%200-.3-.1-.4l-9-7.5c-.1-.1-.2-.1-.4-.1-.1%200-.2.1-.3.3l-4%2011c-.1.1%200%20.3.1.4.1.1.3.2.4.1l3.8-1%201.8%206.6c0%20.1.1.2.2.3.1%200%20.1.1.2.1h.1l4.5-1.2c.3-.3.5-.5.4-.7zm-4.6.8l-1.8-6.6c-.1-.2-.2-.3-.4-.3h-.1l-3.4.9%203.5-9.7%207.9%206.6-3.4.9c-.1%200-.2.1-.3.2-.1.1-.1.2%200%20.3l1.8%206.6-3.8%201.1zm13.4-111.2l.9%202.1%204.6%2011.3c0%20.1.1.1.1.2l4.3%203.5c.1.1.2.1.3.1h.2l.3-.3.6-5.5v-.2l-4.6-11.3-.9-2.1-.6-1.5c-.4-1.1-1.5-1.8-2.7-1.8-.4%200-.7.1-1.1.2-.8.3-1.4.9-1.7%201.7-.3.8-.3%201.6%200%202.4l.3%201.2zm9.8%2016l-3.2-2.6%203.6-1.4-.4%204zm-3.9-15.5l4.3%2010.5-4%201.6-4.3-10.5%204-1.6zm-.9-2.1l.6%201.4-4.1%201.7-.6-1.4%204.1-1.7zm-4.8-1.8c.2-.6.7-1%201.3-1.3.3-.1.5-.2.8-.2.8%200%201.6.5%201.9%201.3l.5%201.1-4.1%201.7-.4-.9c-.2-.5-.2-1.1%200-1.7zM3%209l2.4%202.4%2013%2013s.1.1.2.1l7.9%202.4h.1c.1%200%20.2%200%20.3-.1.1-.1.2-.3.1-.4l-2.3-8c0-.1-.1-.1-.1-.2l-13-13-2.5-2.4-1.5-1.5C6.8.5%205.6%200%204.4%200%203.2%200%202.1.5%201.2%201.3c-1.6%201.6-1.6%204.3%200%205.9L3%209zm22.9%2016.9l-6.5-2%204.6-4.6%201.9%206.6zm-2.2-7.4L21.2%2021l-2.5%202.5L6.3%2011.1l5-5%2012.4%2012.4zm-13-12.9l-5%205-1.8-1.9%205-5%201.8%201.9zM1.8%201.9C2.5%201.2%203.4.8%204.4.8s1.9.4%202.6%201.1l1.2%201.2-5%205-1.4-1.5C.5%205.3.5%203.2%201.8%201.9zm149.8%20120.3c.1.2.2.3.4.3h.2l15.1-6.2c.2-.1.3-.3.2-.5-.1-.2-.3-.3-.5-.2l-15.1%206.2c-.3-.1-.4.1-.3.4zm6.2%2015.2c.1.2.2.3.4.3h.2l15.1-6.2c.2-.1.3-.3.2-.5-.1-.2-.3-.3-.5-.2l-15.1%206.2c-.2-.1-.3.2-.3.4zm.9%202.1c.1.2.2.3.4.3h.2l15.1-6.2c.2-.1.3-.3.2-.5-.1-.2-.3-.3-.5-.2l-15.1%206.2c-.3%200-.4.2-.3.4zm-3.5-3c-.1-.2-.3-.3-.5-.2l-5.5%202.3c-.1%200-.2.1-.2.2v.3l2.3%205.5c.1.2.2.3.4.3h.2l5.5-2.3c.1%200%20.2-.1.2-.2v-.3l-2.4-5.6zm-3.4%207.4l-1.9-4.8%204.8-1.9%201.9%204.8-4.8%201.9zm3.4-13.1c.1.2.2.3.4.3h.2l15.1-6.2c.2-.1.3-.3.2-.5-.1-.2-.3-.3-.5-.2l-15.1%206.2c-.3%200-.4.2-.3.4zm-94.3%2048.7c-.1-.2-.3-.4-.5-.3l-16.4%204c-.2.1-.4.3-.3.5l2.3%209.5c0%20.1.1.2.2.3.1%200%20.1.1.2.1h.1l6.7-1.6%208-1.9%201.6-.4c.1%200%20.2-.1.3-.2.1-.1.1-.2%200-.3l-2.2-9.7zM49%20192l1.3-5.3%202.6%202.9c.1.1.3.2.4.1.1%200%20.3-.1.3-.3l1.6-6%205.2%205.8L49%20192zm12.3-2.9l-5.5-6.1c-.2-.2-.5-.3-.8-.2-.3.1-.5.3-.6.6l-1.4%205.2-2.1-2.4c-.2-.2-.5-.3-.8-.3-.3.1-.5.3-.6.6l-1.4%205.8-1.4.3-2.1-8.7%2015.6-3.8%202.1%208.7-1%20.3zm89.8-68.8h.2l15.1-6.2c.2-.1.3-.3.2-.5-.1-.2-.3-.3-.5-.2l-15.1%206.2c-.2.1-.3.3-.2.5%200%20.1.2.2.3.2zM64.6%20187c0%20.2.2.3.4.3h.1l10.1-2.4c.2-.1.4-.3.3-.5-.1-.2-.3-.4-.5-.3l-10.1%202.4c-.2%200-.3.2-.3.5zm89.7-58.3c.1.2.2.3.4.3h.2l15.1-6.2c.2-.1.3-.3.2-.5-.1-.2-.3-.3-.5-.2l-15.1%206.2c-.3%200-.4.2-.3.4zm47.5%2051.4c.1.2.2.3.4.3h.2l15.4-6.2c.2-.1.3-.3.2-.5-.1-.2-.3-.3-.5-.2l-15.4%206.2c-.3-.1-.4.2-.3.4zm-72%202.8c-.1.1-.1.2%200%20.3l1.4%204.6c.1.2.2.3.4.3h.1l4.6-1.4c.1%200%20.2-.1.2-.2.1-.1.1-.2%200-.3l-1.4-4.6c-.1-.2-.3-.3-.5-.3l-4.6%201.4c-.1.1-.2.1-.2.2zm4.7-.7l1.2%203.8-3.8%201.2-1.2-3.8%203.8-1.2zm-35.5-42c-.1.3%200%20.6.1.9l8.4%2012.5c.6.9%201.8%201.4%202.9%201.1l.4.9c.3.7%201%201%201.7.7l10.7-4.2c.1%200%20.1%200%20.2-.1.2-.1.4-.4.5-.6.1-.3.1-.7%200-1l-.4-.9c1-.6%201.5-1.7%201.3-2.8l-.4-2.6%203-1.2.6-.3c2-1.1%202.9-3.6%202-5.8-.9-2.4-3.7-3.6-6.1-2.7l-1%20.4-.4-2.8c0-.3-.2-.6-.5-.7-.3-.2-.6-.2-.9-.1l-21.6%208.5c-.2.2-.4.5-.5.8zm24.3%2010.9c0%20.1-.1.2-.2.2l-10.8%204.3c-.3.1-.6%200-.7-.3l-.4-.9%209-3.5%202.7-1.1.4.9v.4zm1.1-16.2c2-.8%204.3.2%205.1%202.2.8%202-.2%204.3-2.2%205.1l-2.8%201.1-.2-1.3%202.5-1c.1%200%20.2-.1.3-.2%201.1-.6%201.6-2%201.1-3.3-.5-1.3-2.1-2-3.4-1.5l-1.5.6-.2-1.3%201.3-.4zm-.3%206.3l-.6-3.8%201.6-.6c.9-.4%202%20.1%202.4%201.1.4%201-.1%202-1.1%202.4l-2.3.9zm-24.2-.9c0-.1%200-.1%200%200l21.6-8.5h.2c.1%200%20.1.1.1.2l.5%203.2.7%204.1%201.2%207.5c.1.9-.4%201.8-1.2%202.1l-12.4%204.9c-.8.3-1.8%200-2.3-.7l-8.4-12.5c0-.1-.1-.1%200-.2-.1-.1-.1-.1%200-.1zm2.2-13.3c0-.2-.1-.4-.4-.4-.2%200-.4.1-.4.4v.3c-.1.6-.1%201.2%200%201.8.1.7.5%201.3%201.1%201.9l.5.5c.4.3.7.6%201%201%20.3.4.5%201%20.5%201.6%200%20.2.2.4.4.4.1%200%20.1%200%20.2-.1s.2-.2.2-.3c0-.8-.2-1.5-.6-2.1-.3-.4-.7-.8-1.1-1.1-.2-.1-.3-.3-.5-.4-.5-.5-.8-1-.9-1.5-.1-.5-.1-1%200-1.6v-.4zm-70-77.4l-.4.2-3.3-3.7c-1.4-1.5-3.2-2.4-5.2-2.4-2.1%200-4.2%201-5.6%202.7-1.4%201.7-1.9%203.9-1.4%206.1l1.2%204.8-.4.2c-.1%200-.1.1-.2.1-2.4%203.7-1.3%2010.6.6%2013.4.1.1.2.2.3.2h.2l5.2-2.7c1.6%201.4%203.7%202.1%205.7%202.1%201.4%200%202.8-.3%204.1-1%201-.5%201.8-1.2%202.5-2l8.6%202.7c.5.1.5.3.4.7l-3%209.6-6.7%203.5c-1%20.5-1.6%201.6-1.6%202.7v5.8c0%20.3.2.6.4.7.1.1.3.1.4.1.1%200%20.3%200%20.4-.1l20.2-10.7c.3-.1.4-.4.4-.7%200-.3-.1-.6-.4-.7L49.9%2078c-.9-.6-2.2-.7-3.2-.2l-1.4.7c.5-1.8%201.7-5.6%202.5-8.1.4-1.3-.1-2.3-1.4-2.7l-9.2-2.9c.5-1.3.7-2.7.5-4.1l2.3-1.2%201.6%203c-.5.5-.6%201.2-.3%201.8.3.5.8.8%201.3.8.2%200%20.5-.1.7-.2.7-.4%201-1.3.6-2-.3-.6-1-.9-1.6-.8l-1.6-3%202.1-1.1c.2-.1.3-.3.2-.5-1.3-3.1-6.4-7.9-10.8-8%20.1%200%200%200-.1.1zm10.2%2013.5c.1-.1.2-.1.3-.1.2%200%20.5.1.6.4.2.3%200%20.7-.3.9-.3.2-.7%200-.9-.3-.1-.3%200-.8.3-.9zM17.1%2052.4c-.4-2%200-3.9%201.2-5.4%201.2-1.5%203.1-2.4%204.9-2.4%201.2%200%203%20.4%204.6%202.1l3.1%203.5-12.7%206.7-1.1-4.5zm15.6%2016.4c-2.8%201.5-6.2%201.1-8.6-.8l12.8-6.8c.2%203.2-1.4%206.2-4.2%207.6zm14.4%209.8c.3-.2.7-.3%201.1-.3.4%200%20.9.1%201.3.4l4.8%203.2-20.2%2010.7v-5.8c0-.8.5-1.6%201.2-2l11.8-6.2zm-.9-10c.9.3%201.2.8.9%201.7-.9%203-2.4%207.9-2.7%208.9l-1.7.9%202.7-8.8c.3-.9%200-1.5-.9-1.7L36.2%2067c.3-.4.5-.8.7-1.2l9.3%202.8zm-4-11.1L40%2058.7%2018.1%2070.3c-1.6-2.7-2.5-8.8-.5-12.1l.6-.3%2013.7-7.2.6-.3c3.8.1%208.3%204.3%209.7%207.1zm64.2%2067.8c0-.2-.1-.4-.4-.4-.2%200-.4.1-.4.4v.3c-.1.6-.1%201.2%200%201.8.1.6.5%201.3%201.1%201.9l.5.5c.4.3.7.6%201%201%20.3.4.5%201%20.5%201.6%200%20.2.2.4.4.4.1%200%20.1%200%20.2-.1s.2-.2.2-.3c0-.8-.2-1.5-.6-2.1-.3-.4-.7-.8-1.1-1.1-.2-.1-.3-.3-.5-.4-.5-.5-.8-1-.9-1.5-.1-.5-.1-1%200-1.6v-.4zm4.3-1.7c0-.2-.1-.4-.4-.4-.2%200-.4.1-.4.4v.3c-.1.6-.1%201.2%200%201.9s.5%201.3%201.1%201.9l.5.5c.4.3.7.6%201%201%20.3.4.5%201%20.5%201.6%200%20.2.2.4.4.4.1%200%20.1%200%20.2-.1s.2-.2.2-.3c0-.8-.2-1.5-.6-2.1-.3-.4-.7-.8-1.1-1.1-.2-.1-.3-.3-.5-.4-.5-.5-.8-1-.9-1.5-.1-.5-.1-1%200-1.6v-.5zm9.5%2070.6c0-.1-.1-.2-.2-.2-.1-.1-.2-.1-.3%200l-4.6%201.4c-.2.1-.3.3-.3.5l1.4%204.6c.1.2.2.3.4.3h.1l4.6-1.4c.1%200%20.2-.1.2-.2.1-.1.1-.2%200-.3l-1.3-4.7zm-3.3%205.6l-1.2-3.8%203.8-1.2%201.2%203.8-3.8%201.2zm11.9-8.2c0-.1-.1-.2-.2-.2-.1-.1-.2-.1-.3%200l-4.6%201.4c-.2.1-.3.3-.3.5l1.4%204.6c0%20.1.1.2.2.2H125.3l4.6-1.4c.2-.1.3-.3.3-.5l-1.4-4.6zm-3.3%205.6l-1.2-3.8%203.8-1.2%201.2%203.8-3.8%201.2zm-13.9-.4c-.1-.2-.2-.3-.4-.3h-.2l-4.6%201.4c-.1%200-.2.1-.2.2-.1.1-.1.2%200%20.3l1.4%204.6c.1.2.2.3.4.3h.1l4.6-1.4c.1%200%20.2-.1.2-.2.1-.1.1-.2%200-.3l-1.3-4.6zm-3.4%205.6l-1.2-3.8%203.8-1.2%201.2%203.8-3.8%201.2zM57.1%2050.7c0%20.2.2.4.4.4h.1L83%2047.6c.2%200%20.4-.2.4-.5%200-.2-.2-.4-.5-.4l-25.4%203.5c-.2.1-.4.3-.4.5zm-5.3-6.9L54.5%2063c0%20.2.2.4.4.4h.1l25.4-3.5.5-.1c.2%200%20.4-.1.6-.1h.2c.1%200%20.2-.1.3-.1.2%200%20.4-.1.5-.2h.1c1.5-.6%202.9-1.5%203.9-2.9%201.2-1.6%201.8-3.4%201.7-5.4V51c0-.3%200-.6-.1-.9l-4.8-34.5c0-.2-.2-.4-.5-.4L48.9%2020c-.2%200-.4.2-.4.5l.3%201.8c-1.2.8-2.3%201.7-3.2%202.9-1.9%202.5-2.7%205.6-2.3%208.8.7%204.7%204.1%208.5%208.5%209.8zm35.5%206.9V52.1c0%20.2%200%20.3-.1.5v.2c0%20.2-.1.4-.1.5v.1c-.1.2-.1.4-.2.6v.1l-.3.6c-.5%201-1.3%201.9-2.2%202.7-.2.1-.3.2-.5.3l-.1.1c-.1.1-.3.2-.4.2-.1%200-.1.1-.2.1-.1.1-.3.1-.4.2-.1%200-.2.1-.3.1-.1%200-.2.1-.3.1-.1%200-.3.1-.4.1-.1%200-.2%200-.3.1-.1%200-.2%200-.3.1.6-2.2.3-4.6-.9-7.2v-.1c.6.1%201.4.2%202.3.2%201.9%200%203.6-.4%205.1-1.3-.4.2-.4.2-.4.3zm-4.8-34.6l4.7%2033.4c-1.4.9-3.1%201.4-5%201.4-1.7%200-2.9-.4-2.9-.4-.2-.1-.3%200-.5.1-.1.1-.1.3%200%20.5.1.1.1.2.2.4l-20.9%202.9c-.2%200-.4.2-.4.5%200%20.2.2.4.4.4h.1l21.2-3c1.1%202.4%201.3%204.7.6%206.7l-24.8%203.4L52.7%2044c.8.2%201.5.2%202.3.2.5%200%201.1%200%201.6-.1%201.9-.3%203.7-1%205.2-2.1l19.9-2.8c.2%200%20.4-.2.4-.5%200-.2-.2-.4-.5-.4L63.1%2041c1.1-1.1%202.1-2.4%202.7-3.8l15.4-2.1c.2%200%20.4-.2.4-.5%200-.2-.2-.4-.5-.4l-14.9%202.1c.4-1.1.6-2.3.7-3.5l13.8-1.9c.2%200%20.4-.2.4-.5%200-.2-.2-.4-.5-.4l-13.7%202c0-.4%200-.8-.1-1.3-.1-.7-.3-1.4-.5-2.1l13.8-1.9c.2%200%20.4-.2.4-.5s-.2-.4-.5-.4l-14%201.9c-.5-1.2-1.1-2.2-1.9-3.1l15.4-2.1c.2%200%20.4-.2.4-.5%200-.2-.2-.4-.5-.4l-16%202.2c-2.2-2.2-5.1-3.5-8.3-3.5-.5%200-1.1%200-1.7.1-1.4.2-2.6.6-3.8%201.2l-.2-1.1%2033.1-4.4zm-36.3%209.6c.9-1.2%202-2.1%203.2-2.9%201.2-.7%202.6-1.2%204-1.4.5-.1%201-.1%201.5-.1%205.5%200%2010.1%204.1%2010.9%209.5.8%206-3.4%2011.6-9.4%2012.4-.5.1-1%20.1-1.5.1-5.5%200-10.1-4.1-10.9-9.5-.3-2.8.5-5.7%202.2-8.1zm66.5%2086.5c.8-.1%201.5-.5%201.9-1.2l7.8-15.4c0-.1.1-.2%200-.3%200-.1-.1-.2-.2-.2l-4.1-1.8c-.2-.1-.4%200-.5.2l-8.3%2016.5c-.1.2-.1.5%200%20.8.1.2.3.5.5.6l1.9.8c.3%200%20.6.1%201%200zm-.7-.9l-1.9-.8-.1-.1v-.1l8.2-16.1%203.4%201.5-7.6%2015c-.2.5-.7.8-1.2.8-.4%200-.6-.1-.8-.2zM49.7%2035.8l3.1-.4.4%203.1c.1.7.7%201.2%201.4%201.2h.2l2.6-.4c.4-.1.7-.2.9-.5.2-.3.3-.7.3-1l-.6-3.2%203.1-.4c.7-.1%201.3-.8%201.2-1.5l-.4-2.6c-.1-.4-.2-.7-.5-.9-.3-.2-.7-.3-1-.3l-3.1.4-.4-3.1c-.1-.7-.8-1.3-1.5-1.2l-2.6.4c-.4.1-.7.2-.9.5-.2.3-.3.7-.3%201L52%2030l-3%20.5c-.4.1-.7.2-.9.5-.2.3-.3.7-.3%201l.4%202.6c0%20.8.7%201.3%201.5%201.2zm-1-4.3c.1-.1.2-.2.4-.2l3.5-.5c.1%200%20.2-.1.3-.2.1-.1.1-.2.1-.3l-.5-3.5c0-.1%200-.3.1-.4.1-.1.2-.2.4-.2l2.6-.4c.3%200%20.5.2.5.5l.5%203.5c0%20.1.1.2.2.3.1.1.2.1.3.1l3.6-.5c.1%200%20.2%200%20.3.1.1.1.2.2.2.4l.4%202.6c0%20.3-.2.6-.5.6l-3.5.5c-.2%200-.4.2-.4.5l.5%203.5c0%20.1%200%20.3-.1.4-.1.1-.2.2-.4.2l-2.6.4c-.3%200-.6-.2-.6-.5l-.5-3.5c0-.1-.1-.2-.2-.3-.1-.1-.2-.1-.3-.1h-.1l-3.4.5c-.3%200-.5-.2-.5-.5l-.4-2.6c0-.1%200-.2.1-.4zM83%2077.9c0-.2-.1-.3-.3-.3h-2.8l2-2c.1-.1.1-.3%200-.4-.1-.1-.3-.1-.4%200l-2%202V73c0-.2-.1-.3-.3-.3-.2%200-.3.1-.3.3v4.2l-2-2c-.1-.1-.3-.1-.4%200-.1.1-.1.3%200%20.4l2%202h-2.8c-.2%200-.3.1-.3.3%200%20.2.1.3.3.3h2.8l-2%202c-.1.1-.1.3%200%20.4.1.1.1.1.2.1s.2%200%20.2-.1l2-2v4.2c0%20.2.1.3.3.3.2%200%20.3-.1.3-.3v-4.2l2%202c.1.1.1.1.2.1s.2%200%20.2-.1c.1-.1.1-.3%200-.4l-2-2h2.8c.2%200%20.3-.1.3-.3zM56.6%2046.6c0%20.2.2.4.4.4h.1l25.4-3.5c.2%200%20.4-.2.4-.5%200-.2-.2-.4-.5-.4L57%2046.1c-.3%200-.5.3-.4.5zM114%2091.5l-4.1-1.8h-.3c-.1%200-.2.1-.2.2l-7.4%2016.9c-.1.2-.1.5%200%20.7.1.2.3.4.5.5l3.1%201.3c.1.1.3.1.5.1.4%200%20.7-.2.8-.6l7.3-16.9c.1-.1%200-.3-.2-.4zm-7.9%2017.1c0%20.1-.2.1-.2.1l-3.1-1.3-.1-.1v-.1l7.2-16.5%203.4%201.5-7.2%2016.4zm6.9%208.5c1.1-.1%202.1-.7%202.6-1.6l15.6-25.7h.1c.3.1.7.2%201%20.2.8-.1%201.6-.6%201.9-1.3l1.2-2.8c.2-.5.2-1.2%200-1.7-.2-.6-.6-1-1.2-1.2l-10.3-4.5%201.3-3.1c.4-.8.4-1.7%200-2.6-.3-.8-1-1.5-1.8-1.8l-5.3-2.3c-.5-.2-1-.3-1.6-.3-1.3.1-2.3.9-2.8%202l-1.3%203.1-10.2-4.5c-.5-.2-1.2-.2-1.7%200-.6.2-1%20.6-1.2%201.2L98.1%2073c-.5%201.1%200%202.4%201.2%202.9h.1L91%20105.1c-.4%201.5.3%203%201.7%203.6l18.6%208.1c.6.3%201.1.4%201.7.3zm1.6-46.4c.4-.9%201.2-1.5%202.2-1.5.4%200%20.8%200%201.2.2l5.3%202.3c.6.3%201.1.8%201.4%201.4.2.6.2%201.3%200%202l-1.3%203.1-1.3-.6%201.3-3.1c.2-.6%200-1.2-.6-1.5l-5.3-2.3c-.5-.2-1.2%200-1.5.6l-1.3%203.1-1.3-.6%201.2-3.1zm6.6%206.6l-5.9-2.6%201.3-3.1c.1-.2.3-.2.4-.2l5.3%202.3c.2.1.2.3.2.4l-1.3%203.2zm-22.4-4l1.2-2.8c.2-.4.4-.6.8-.8.1-.1.3-.1.4-.1.2%200%20.5%200%20.7.1l10.7%204.6%202.6%201.1%2018.7%208.2c.4.2.6.4.8.8.1.4.1.8%200%201.1l-1.2%202.8c-.3.7-1.2%201.1-1.9.7l-.9-.4-30.8-13.2-.4-.2c-.7-.3-1-1.2-.7-1.9zm1.2%203l30.4%2013.2-2.5%204.1-29.1-12.7%201.2-4.6zm-8.2%2029.1l6.7-23.7%2029%2012.6-12.6%2020.9c-.6%201.1-2.1%201.5-3.2%201L93.1%20108c-1.1-.4-1.6-1.6-1.3-2.6zm14-17.5l-4.1-1.8h-.3c-.1%200-.2.1-.2.2l-6%2016.2c-.4%201.1.1%202.4%201.2%202.9l1.9.8c.1.1.3.1.5.1.1%200%20.2%200%20.3-.1.2-.1.4-.3.5-.6l6.4-17.3c.1-.1%200-.3-.2-.4zm-6.9%2017.6c-.1.1-.2.1-.2.1l-1.9-.8c-.7-.3-1.1-1.1-.8-1.9l5.8-15.8%203.4%201.5-6.3%2016.9zm12.8%2080.2c0%20.1.1.2.2.2H112.2l4.6-1.4c.2-.1.3-.3.3-.5l-1.4-4.6c0-.1-.1-.2-.2-.2h-.4l-4.6%201.4c-.2.1-.3.3-.3.5l1.5%204.6zm3.3-5.6l1.2%203.8-3.8%201.2-1.2-3.8%203.8-1.2zm-52.2%2029.6c-.9%200-1.6.7-1.6%201.6%200%20.9.7%201.6%201.6%201.6.9%200%201.6-.7%201.6-1.6-.1-.9-.8-1.6-1.6-1.6zm0%202.3c-.4%200-.7-.3-.7-.7%200-.4.3-.7.7-.7.4%200%20.7.3.7.7%200%20.4-.3.7-.7.7zm0%206.2c-.2%200-.4.2-.4.4v10.9c0%20.2.2.4.4.4H75c.2%200%20.4-.2.4-.4s-.2-.4-.4-.4H63.2v-10.5c0-.2-.2-.4-.4-.4zm60.3%202.6c-1.2%200-2.4.5-3.2%201.3l-1.5%201.5-2.4%202.4-13%2013s-.1.1-.1.2l-2.3%208c0%20.1%200%20.3.1.4.1.1.2.1.3.1h.1l7.9-2.4c.1%200%20.1%200%20.2-.1l13-13%202.4-2.4%201.8-1.8c.8-.8%201.2-1.8%201.2-2.9%200-1.1-.4-2.2-1.2-2.9-.9-.9-2.1-1.4-3.3-1.4zm-21.5%2025.9l1.9-6.6%204.6%204.6-6.5%202zm7.3-2.4l-3.9-3.9-1.1-1.1%2012.4-12.4%205%205-12.4%2012.4zm12.9-12.9l-5-5%201.8-1.8%205%205-1.8%201.8zm3.9-3.9l-1.5%201.5-5-5%201.2-1.2c.7-.7%201.6-1.1%202.6-1.1s1.9.4%202.6%201.1c.6.6%201%201.5%201%202.4.1.8-.2%201.6-.9%202.3zm-31.8-52.8c-.2.4-.3.9-.2%201.4v.2l9.3%2030.5c.3.9%201.1%201.5%202%201.5.2%200%20.4%200%20.6-.1l38-11.6c1.1-.3%201.7-1.5%201.4-2.6l-7.6-25-1.7-5.5c0-.1-.1-.3-.2-.4-.3-.6-.9-1-1.6-1h-.2-.1c-.2%200-.4%200-.5.1l-1.4.4-.5-1.5c-.1-.2-.2-.3-.4-.3h-.2c-.2.1-.3.3-.3.5l.5%201.5-3.5%201.1-.5-1.5c-.1-.2-.2-.3-.4-.3h-.2c-.2.1-.3.3-.3.5l.5%201.5-3.5%201.1-.5-1.5c-.1-.2-.3-.3-.5-.3-.2.1-.3.3-.3.5l.5%201.5-3.5%201.1-.5-1.5c-.1-.2-.2-.3-.4-.3h-.2c-.2.1-.3.3-.3.5l.5%201.5-3.5%201.1-.5-1.5c-.1-.2-.2-.3-.4-.3h-.2c-.2.1-.3.3-.3.5l.5%201.5-3.5%201.1-.5-1.5c-.1-.2-.3-.3-.5-.3-.2.1-.3.3-.3.5l.5%201.5-3.5%201.1-.5-1.5c-.1-.2-.2-.3-.4-.3h-.2c-.2.1-.3.3-.3.5l.5%201.5-3.5%201.1-.5-1.5c0-.1-.1-.2-.2-.2h-.4c-.2.1-.3.3-.3.5l.5%201.5-3.5%201.1-.5-1.5c-.1-.2-.2-.3-.4-.3h-.2c-.2.1-.3.3-.3.5l.5%201.5-1.1.3c-.1.2-.6.6-.8%201.1zm50.3%2019.5c.2.7-.2%201.4-.8%201.6l-38%2011.6c-.6.2-1.4-.2-1.6-.8L96.3%20182l40.4-12.3%207.5%2024.5zm-47.8-20.1l.3%201.1c.1.2.2.3.4.3h.1c.2-.1.3-.3.3-.5l-.3-1.1%203.5-1.1.3%201.1c.1.2.2.3.4.3h.1c.2-.1.3-.3.3-.5l-.3-1.1%203.5-1.1.3%201.1c.1.2.2.3.4.3h.1c.2-.1.3-.3.3-.5l-.3-1.1%203.5-1.1.3%201.1c.1.2.2.3.4.3h.1c.2-.1.3-.3.3-.5l-.3-1.1%203.5-1.1.3%201.1c.1.2.2.3.4.3h.1c.2-.1.3-.3.3-.5l-.3-1.1%203.5-1.1.3%201.1c.1.2.2.3.4.3h.1c.2-.1.3-.3.3-.5l-.3-1.1%203.5-1.1.3%201.1c.1.2.2.3.4.3h.1c.2-.1.3-.3.3-.5l-.3-1.1%203.5-1.1.3%201.1c.1.2.2.3.4.3h.1c.2-.1.3-.3.3-.5l-.3-1.1%203.5-1.1.3%201.1c.1.2.2.3.4.3h.1c.2-.1.3-.3.3-.5l-.3-1.1%201.4-.4c.1%200%20.2-.1.4-.1h.2c.4.1.7.3.9.7%200%20.1.1.1.1.2l1.5%205.1-40.4%2012.3-1.5-5.1v-.2c0-.3%200-.5.1-.8l.3-.3v-.1c.1%200%20.1-.1.2-.1s.2-.1.2-.1l1.4-.5zm-33.6%2072.1c-.9%200-1.6.7-1.6%201.6%200%20.9.7%201.6%201.6%201.6.9%200%201.6-.7%201.6-1.6-.1-.9-.8-1.6-1.6-1.6zm0%202.3c-.4%200-.7-.3-.7-.7s.3-.7.7-.7c.4%200%20.7.3.7.7s-.3.7-.7.7zM110%205.1c4.3%200%208.6-1.6%2011.9-4.9.1-.1.1-.2.2-.2h-1.2c-3.1%202.9-7%204.3-10.9%204.3S102.2%202.9%2099.1%200h-1.2c.1.1.1.2.2.2%203.3%203.3%207.6%204.9%2011.9%204.9zm40%205.1h.1L185.7.6c.1%200%20.2-.1.3-.2.1-.1.1-.2%200-.3V0h-1l-34.7%209.3-2.5-9.3h-.9l2.7%209.9c0%20.2.2.3.4.3zm-24.8%20221.9c-.2.1-.3.3-.2.5%202.2%205.8.7%2012.5-3.7%2016.9-.1.1-.3.2-.4.4h1.2c4.5-4.6%205.9-11.5%203.6-17.5%200-.2-.3-.3-.5-.3zm3.7-51.6c0%20.1.1.2.2.2H129.4l4.6-1.4c.2-.1.3-.3.3-.5l-1.4-4.6c-.1-.2-.2-.3-.4-.3h-.2l-4.6%201.4c-.1%200-.2.1-.2.2-.1.1-.1.2%200%20.3l1.4%204.7zm3.4-5.6l1.2%203.8-3.8%201.2-1.2-3.8%203.8-1.2zm-89.4%2054.6c0%20.9.7%201.6%201.6%201.6.9%200%201.6-.7%201.6-1.6s-.7-1.6-1.6-1.6c-.9.1-1.6.8-1.6%201.6zm2.3%200c0%20.4-.3.7-.7.7-.4%200-.7-.3-.7-.7s.3-.7.7-.7c.4%200%20.7.3.7.7zm38.9%200c0-5.7-2.2-11.1-6.2-15.1s-9.4-6.2-15.1-6.2c-5.7%200-11.1%202.2-15.1%206.2s-6.2%209.4-6.2%2015.1%202.2%2011.1%206.2%2015.1c2.5%202.5%205.5%204.3%208.8%205.3h4.2c-4.7-.5-9-2.5-12.4-5.9-3.9-3.9-6-9-6-14.5s2.1-10.6%206-14.5c3.9-3.9%209-6%2014.5-6s10.6%202.1%2014.5%206c3.9%203.9%206%209%206%2014.5s-2.1%2010.6-6%2014.5c-3.4%203.4-7.7%205.4-12.4%205.9h4.2c3.3-1%206.3-2.8%208.8-5.3%204-4%206.2-9.4%206.2-15.1zm36.2-46.4c0%20.1.1.2.2.2H120.8l4.6-1.4c.2-.1.3-.3.3-.5l-1.4-4.6c0-.1-.1-.2-.2-.2h-.4l-4.6%201.4c-.2.1-.3.3-.3.5l1.5%204.6zm3.3-5.6l1.2%203.8-3.8%201.2-1.2-3.8%203.8-1.2zm-2.4%208c-.1.1-.1.2%200%20.3l1.4%204.6c.1.2.2.3.4.3h.1l4.6-1.4c.1%200%20.2-.1.2-.2.1-.1.1-.2%200-.3l-1.4-4.6c-.1-.2-.2-.3-.4-.3h-.2l-4.6%201.4c0%20.1-.1.2-.1.2zm4.7-.6l1.2%203.8-3.8%201.2-1.2-3.8%203.8-1.2zm-13.3%203.3c-.1.1-.1.2%200%20.3l1.4%204.6c0%20.1.1.2.2.2H114.5l4.6-1.4c.1%200%20.2-.1.2-.2.1-.1.1-.2%200-.3l-1.4-4.6c-.1-.2-.2-.3-.4-.3h-.2l-4.6%201.4c0%20.1-.1.2-.1.3zm4.7-.7l1.2%203.8-3.8%201.2-1.2-3.8%203.8-1.2zm-12%208.2c.1.2.2.3.4.3h.1l4.6-1.4c.1%200%20.2-.1.2-.2.1-.1.1-.2%200-.3l-1.4-4.6c0-.2-.2-.3-.4-.3h-.2l-4.6%201.4c-.2.1-.3.3-.3.5l1.6%204.6zm3.4-5.6l1.2%203.8-3.8%201.2-1.2-3.8%203.8-1.2zm-26.1%2039.4c0-.9-.7-1.6-1.6-1.6-.9%200-1.6.7-1.6%201.6s.7%201.6%201.6%201.6c.9%200%201.6-.7%201.6-1.6zm-2.3%200c0-.4.3-.7.7-.7.4%200%20.7.3.7.7s-.3.7-.7.7c-.4.1-.7-.3-.7-.7zM99.8%2040.9l-2.9%203.7c-.1.2-.1.4.1.6.1.1.2.1.3.1.1%200%20.2-.1.3-.2l2.9-3.7c.1-.2.1-.4-.1-.6-.1-.1-.2-.1-.3-.1s-.2.1-.3.2zm-50.7%2087.3c.1.2.2.3.4.3h.1l8.5-2.8c.1%200%20.2-.1.2-.2s.1-.2%200-.3l-6.1-18.3c-.1-.2-.3-.3-.5-.3l-8.5%202.8c-.1%200-.2.1-.2.2s-.1.2%200%20.3l6.1%2018.3zm2.6-20.7l5.8%2017.5-7.7%202.6-5.8-17.5%207.7-2.6zm143.8-87.8l5.2%204.6%201-.2-1.6-6.7-.8.2%201.3%205.5-5.2-4.6-1%20.2%201.6%206.7.8-.2-1.3-5.5zm13.2%202.7l-.2-.7-3.6.9-.6-2.4%203.2-.8-.2-.7-3.2.8-.5-2.1%203.4-.8-.2-.7-4.2%201%201.6%206.7%204.5-1.2zm-190%20190.9c-.5%200-.9%200-1.4.1-4.5.8-7.6%205.1-6.8%209.6.7%204%204.1%206.9%208.2%206.9.5%200%20.9%200%201.4-.1%202.2-.4%204.1-1.6%205.4-3.4%201.3-1.8%201.8-4%201.4-6.2-.7-3.9-4.1-6.9-8.2-6.9zm6.1%2012.7c-1.2%201.6-2.9%202.7-4.8%203-.4.1-.8.1-1.3.1-3.7%200-6.8-2.6-7.4-6.2-.7-4.1%202.1-7.9%206.1-8.6.4-.1.8-.1%201.3-.1%203.7%200%206.8%202.6%207.4%206.2.3%202-.2%204-1.3%205.6zM218.3%2034.4c0%20.2.2.3.4.3h.1l10.1-2.4c.2-.1.4-.3.3-.5-.1-.2-.3-.4-.5-.3l-10.1%202.4c-.3.1-.4.3-.3.5zm-.8-3.1c0%20.2.2.3.4.3h.1l10.1-2.4c.2-.1.4-.3.3-.5-.1-.2-.3-.4-.5-.3l-10.1%202.4c-.2.1-.4.3-.3.5zm-3-4.3c-.1-.2-.3-.4-.5-.3l-16.4%204c-.2.1-.4.3-.3.5l2.3%209.5c0%20.1.1.2.2.3.1%200%20.1.1.2.1h.1l6.6-1.6%208.1-2%201.6-.4c.1%200%20.2-.1.3-.2.1-.1.1-.2%200-.3l-2.2-9.6zm-11.9%2012.5l1.3-5.3%202.6%202.9c.1.1.3.2.4.1.1%200%20.3-.1.3-.3l1.6-6%205.2%205.8-11.4%202.8zm12.3-3l-5.5-6.1c-.2-.2-.5-.3-.8-.2-.3.1-.5.3-.6.6l-1.4%205.2-2.1-2.4c-.2-.2-.5-.3-.8-.3-.3.1-.5.3-.6.6l-1.4%205.8-1.4.3-2.1-8.7%2015.6-3.8%202.1%208.7-1%20.3zm4.8-21.2c.1.2.3.3.5.4.2.1.4.2.6.2.2%200%20.5.1.7.1.3%200%20.6.1.8.1.2%200%20.4.1.6.1.2.1.3.1.4.3.1.1.2.3.2.5v.5c-.1.2-.1.3-.3.4-.1.1-.3.2-.4.3-.2.1-.3.2-.5.2-.3.1-.6.1-.9%200-.3-.1-.5-.2-.7-.4l-.5.7c.2.1.3.3.5.3.2.1.4.1.6.2h.6c.2%200%20.4%200%20.6-.1.3-.1.6-.2.8-.3.3-.1.5-.3.7-.5.2-.2.3-.5.4-.7.1-.3.1-.6%200-.9-.1-.3-.2-.6-.4-.8-.2-.2-.4-.3-.6-.4-.2-.1-.5-.2-.7-.2-.3%200-.5-.1-.8-.1-.3%200-.5%200-.7-.1-.2%200-.4-.1-.5-.2l-.3-.3c-.1-.1-.1-.2-.2-.4v-.5c0-.2.1-.3.2-.4.1-.1.3-.2.4-.3.2-.1.3-.1.5-.2s.5-.1.7%200c.2%200%20.5.2.6.3l.5-.7c-.3-.2-.6-.4-1-.4-.3%200-.7%200-1.1.1-.3.1-.6.2-.8.3-.3.1-.5.3-.6.5-.2.2-.3.5-.4.7-.1.3-.1.6%200%20.9.3.4.4.6.5.8zm-2.9%2012.9c0%20.2.2.3.4.3h.1l10.1-2.4c.2-.1.4-.3.3-.5-.1-.2-.3-.4-.5-.3l-10.1%202.4c-.3%200-.4.3-.3.5zm-3.9-6.8l.3-6.1%203%205.3.9-.2.3-7.2-.8.2-.2%205.9-3-5.2-.9.2-.3%205.9-2.9-5.2-.9.2%203.6%206.2h.9zm25.8%2028l.2-.3c.1-.2.1-.4-.1-.6-.2-.1-.4-.1-.6.1l-.2.4c-.4.5-.8%201.1-1%201.7-.2.7-.2%201.4%200%202.3.1.2.1.5.2.7.2.5.3.9.4%201.4.1.6-.1%201.2-.4%201.7-.1.2%200%20.5.2.6.1%200%20.1.1.2.1s.3-.1.4-.2c.4-.7.6-1.5.5-2.3-.1-.5-.2-1.1-.4-1.6-.1-.2-.1-.4-.2-.6-.2-.7-.2-1.3-.1-1.8.2-.6.5-1.1.9-1.6zm-77.1%20132.8c2%201.5%204.4%202.2%206.9%202.2%203.9%200%207.6-1.9%209.8-5.1%201.9-2.6%202.6-5.8%202-9-.5-3.2-2.3-5.9-4.9-7.8-2-1.5-4.4-2.2-6.9-2.2-3.9%200-7.6%201.9-9.8%205.1-1.9%202.6-2.6%205.8-2%209%20.5%203.2%202.3%205.9%204.9%207.8zm-2.2-16.3c2.1-2.9%205.5-4.7%209.1-4.7%202.3%200%204.6.7%206.5%202.1%202.4%201.7%204%204.3%204.5%207.3.5%202.9-.2%205.9-1.9%208.3-2.1%202.9-5.5%204.7-9.1%204.7-2.3%200-4.6-.7-6.5-2.1-2.4-1.7-4-4.3-4.5-7.3-.5-2.9.2-5.9%201.9-8.3zM18.7%20211.7c-.6%200-1.1%200-1.7.1-5.4.9-9.1%206.1-8.2%2011.5.8%204.8%204.9%208.3%209.8%208.3l1.6%209.2c.1.7.7%201.3%201.5%201.3h.3l.3-.1c.8-.1%201.4-.9%201.2-1.7l-1-5.8-.5-3.5c1.9-.7%203.6-1.9%204.8-3.6%201.5-2.2%202.1-4.8%201.7-7.4-.8-4.8-4.9-8.3-9.8-8.3zm.8%2019.9c.3%200%20.6-.1.8-.1.3%200%20.6-.1.8-.2l.5%202.8-1.7.3-.4-2.8zm3.2%208.8c.1.4-.2.7-.6.8l-.3.1c-.4.1-.7-.2-.8-.6l-.9-5.4%201.7-.3.9%205.4zm3.4-13.5c-1.4%202-3.5%203.3-5.9%203.7-.5.1-1%20.1-1.5.1-4.5%200-8.2-3.2-9-7.6-.8-5%202.5-9.7%207.5-10.5.5-.1%201-.1%201.5-.1%204.5%200%208.2%203.2%209%207.6.4%202.4-.2%204.9-1.6%206.8zm77.7-184.6c-.2%200-.3.1-.4.3l-1.5%204.9c-.1.2.1.5.3.5h.1c.2%200%20.3-.1.4-.3l1.5-4.9c.1-.2-.1-.5-.3-.5h-.1zm47.1%20154.5l.4.3c.3.2.7.4%201.2.4.7%200%201.3-.3%201.6-.8l5-7.1%203-4.2c2%201%204.2%201.5%206.4%201.5%204.7%200%209.1-2.3%2011.8-6.1%202.2-3.1%203.1-7%202.5-10.8-.6-3.8-2.7-7.1-5.9-9.4-2.5-1.7-5.3-2.7-8.4-2.7-4.7%200-9.1%202.3-11.8%206.1-4.2%205.9-3.3%2013.8%201.7%2018.7l-8%2011.3c-.3.4-.4%201-.3%201.5%200%20.5.3%201%20.8%201.3zm6.5-32.3c2.5-3.6%206.7-5.7%2011.1-5.7%202.8%200%205.6.9%207.9%202.5%203%202.1%204.9%205.2%205.5%208.8.6%203.6-.2%207.2-2.3%2010.1-2.5%203.6-6.7%205.7-11.1%205.7-2.8%200-5.6-.9-7.9-2.5-6.1-4.3-7.5-12.8-3.2-18.9zm1.6%2018.8c.4.3.7.6%201.1.9.4.3.8.5%201.2.8l-2.7%203.8-2.3-1.7%202.7-3.8zm-7.9%2011.2l4.8-6.8%202.3%201.7-4.8%206.8c-.2.3-.5.4-.8.5-.3.1-.6%200-.9-.2l-.4-.3c-.3-.2-.4-.5-.5-.8%200-.4.1-.7.3-.9zm82.7-145.8l.2-.3c.1-.2.1-.4-.1-.6-.2-.1-.4-.1-.6.1l-.2.3c-.4.5-.8%201.1-1%201.7-.2.7-.2%201.4%200%202.3.1.2.1.5.2.7.2.5.3%201%20.4%201.4.1.6-.1%201.2-.4%201.7-.1.2%200%20.5.2.6.1%200%20.1.1.2.1s.3-.1.4-.2c.4-.7.6-1.5.5-2.3-.1-.5-.2-1.1-.4-1.6-.1-.2-.1-.4-.2-.6-.2-.7-.2-1.3-.1-1.8.2-.5.6-1%20.9-1.5zm-61%20170.1c-.1-.2-.3-.4-.5-.3l-26.7%207.2c-.2.1-.4.3-.3.5.1.2.2.3.4.3h.1l26.7-7.2c.2%200%20.4-.3.3-.5zm-25.9%2012.1h.1l26.7-7.2c.2-.1.4-.3.3-.5-.1-.2-.3-.4-.5-.3l-26.7%207.2c-.2.1-.4.3-.3.5.1.1.2.3.4.3zm17-56.6l-1.5%202.1c-.1.2-.1.4.1.6.1.1.2.1.2.1.1%200%20.3-.1.3-.2l1.5-2.1%203.6%202.6-1.5%202.1c-.1.2-.1.4.1.6.1.1.2.1.2.1.1%200%20.3-.1.3-.2l1.5-2.1.6.5c.4.3.9.4%201.4.4.8%200%201.5-.4%202-1%20.4-.5.5-1.2.4-1.8-.1-.6-.5-1.2-1-1.6l-.6-.5%201.8-2.6%201.9%201.3c.2.1.4.1.6-.1.1-.2.1-.4-.1-.6l-1.9-1.3%201.3-1.8c.1-.2.1-.4-.1-.6-.2-.1-.4-.1-.6.1l-1.3%201.8-3.6-2.6%201.3-1.8c.1-.2.1-.4-.1-.6-.2-.1-.4-.1-.6.1l-1.3%201.8-1.3-.9c-.5-.4-1.2-.5-1.8-.4-.6.1-1.2.4-1.6%201-.8%201.1-.5%202.6.6%203.4l1.3.9-1.8%202.6-2.6-1.9c-.2-.1-.4-.1-.6.1-.1.2-.1.4.1.6l2.8%201.9zm7.9.8c.4.2.6.6.7%201%20.1.4%200%20.8-.3%201.2-.5.7-1.5.9-2.2.4l-.6-.5%201.8-2.6.6.5zm-2.6-6.8l3.6%202.6-1.8%202.6-3.6-2.6%201.8-2.6zm-3.8%201.2c-.7-.5-.9-1.5-.4-2.2.5-.7%201.5-.9%202.2-.4l1.3.9-1.8%202.6-1.3-.9zm1.5%202l3.6%202.6-1.8%202.6-3.6-2.6%201.8-2.6zM25%20182.8l-1.6-.4%201.7-3.6c.2-.4.2-.8%200-1.1-.2-.4-.5-.6-.9-.7L0%20171.7v.9l24%205.3c.1%200%20.2.1.3.2.1.1.1.3%200%20.4l-8.7%2018.6c-.5%201.1-1.8%201.8-3.1%201.5l-2.9-.6-9.6-2.2v.9l8.7%201.9%203.2.7-.3%201.4c0%20.2-.2.4-.4.5-.2.1-.4.2-.6.1L0%20199v.9l10.4%202.3h.4c.3%200%20.6-.1.9-.3.4-.2.6-.6.7-1l.3-1.5h.4c1.4%200%202.7-.8%203.2-2.1l1.6-3.3%204.3%201c.4.1.9.2%201.4.2%202.9%200%205.5-2.1%206.1-4.9.4-1.6.1-3.3-.8-4.7-.9-1.5-2.2-2.4-3.9-2.8zm-3.2%203l2.4.5c1.4.3%202.3%201.8%202%203.2-.3%201.4-1.7%202.3-3.2%202l-3.6-.8%202.4-4.9zm7.2%204.3c-.5%202.5-2.8%204.3-5.3%204.3-.4%200-.8%200-1.2-.1l-4.2-.9.8-1.8%203.7.8c.3.1.5.1.8.1%201.6%200%203.1-1.1%203.4-2.7.4-1.8-.8-3.7-2.6-4.2l-2.3-.5.5-1.1.4-.8%201.8.4c1.4.3%202.6%201.2%203.4%202.4.8%201.2%201.1%202.7.8%204.1zm32.2-65.9c0%20.1.1.2.2.2H61.7l8.5-2.8c.2-.1.3-.3.3-.5l-5.3-16c0-.1-.1-.2-.2-.2s-.2-.1-.3%200l-8.5%202.8c-.2.1-.3.3-.3.5l5.3%2016zm3.3-18.5l5.1%2015.3-7.7%202.6-5.1-15.3%207.7-2.6zm104.7-65.1h.2c.9%200%201.6-.7%201.7-1.5.1-.9-.6-1.8-1.5-1.9-1-.1-1.8.6-1.9%201.5-.1%201%20.6%201.8%201.5%201.9zm.2-2.6s.1%200%200%200c.6.1.9.5.9%201-.1.5-.5.8-1%20.8-.5-.1-.8-.5-.8-1%20.1-.4.5-.8.9-.8zm-6.5%202h.2c.9%200%201.6-.7%201.7-1.5.1-.9-.6-1.8-1.5-1.9-1-.1-1.8.6-1.9%201.5-.1.9.6%201.7%201.5%201.9zm.2-2.7s.1%200%200%200c.6.1.9.5.9%201-.1.5-.5.9-1%20.8-.5-.1-.8-.5-.8-1%20.1-.4.4-.8.9-.8zm12.4%204h.2c.9%200%201.6-.7%201.7-1.5.1-.9-.6-1.8-1.5-1.9-1-.1-1.8.6-1.9%201.5%200%20.5.1.9.4%201.3.3.3.7.5%201.1.6zm.2-2.6c.1%200%20.1%200%200%200%20.6.1.9.5.9%201-.1.5-.5.8-1%20.8-.2%200-.5-.1-.6-.3-.2-.2-.2-.4-.2-.7.1-.5.5-.8.9-.8zm-35%2036.1l21.3%202.3h.5c1%200%202-.4%202.9-1%201-.8%201.5-1.9%201.7-3.1l2.3-21.4%209.7%201h.5c2.5%200%204.6-1.9%204.9-4.4l1.6-15c.3-2.7-1.7-5.1-4.4-5.4l-21.8-2.3c-2.7-.3-5.1%201.7-5.4%204.4l-.3%203-8.9-.9c-1.2-.1-2.4.2-3.4%201s-1.5%201.9-1.7%203.1l-3.6%2033.8c-.1%201.2.2%202.4%201%203.4.8.8%201.8%201.4%203.1%201.5zm14.2-41.4l.4-3.5c.2-2.1%202-3.6%204-3.6h.4l21.8%202.3c2.2.2%203.9%202.2%203.6%204.5l-1.6%2015c-.2%202.2-2.2%203.9-4.5%203.6l-10-1-6-.6c-.1%200-.3%200-.3.1l-4.4%204.5%201-4.5c0-.1%200-.2-.1-.3-.1-.1-.2-.2-.3-.2l-1.6-.2c-1.1-.1-2.1-.6-2.7-1.5-.7-.8-1-1.9-.9-3l1.2-11.6zm-1%2015.1c.8%201%202%201.7%203.3%201.8l1.1.1-1.2%205.5c0%20.2%200%20.4.2.5h.2c.1%200%20.2%200%20.3-.1l5.3-5.4%201%20.1-1.8%2017c0%20.3-.2.6-.4.8-.2.2-.5.3-.8.2l-17.7-1.9c-.3%200-.6-.2-.8-.4-.2-.2-.3-.5-.2-.8l2.9-27.5c.1-.6.6-1.1%201.3-1l7.1.8-.7%206.7c-.3%201.3.1%202.6.9%203.6zm-16.5%2021.4l3.6-33.8c.1-1%20.6-1.9%201.4-2.5.8-.6%201.8-.9%202.7-.8l8.9.9-.4%203.6-7.1-.8c-1.1-.1-2.1.7-2.2%201.8l-2.9%2027.5c-.1.5.1%201%20.4%201.5.3.4.8.7%201.3.7l17.7%201.9h.2c.5%200%20.9-.2%201.2-.4.4-.3.7-.8.7-1.3l1.8-17%203.6.4L166%2073c-.1%201-.6%201.9-1.4%202.5-.8.6-1.8.9-2.7.8L140.7%2074c-1-.1-1.9-.6-2.5-1.4-.6-.8-.9-1.8-.8-2.7zm-29.7-26.8c-.2%200-.4.2-.4.4l.4%204.7c0%20.2.2.4.4.4s.4-.2.4-.4l-.4-4.7c0-.2-.2-.4-.4-.4zm21.7-26.2c1.2%200%202.2%201.7%202.2%203.7%200%20.2.1.3.3.3s.3-.1.3-.3c0-2%201-3.7%202.2-3.7.2%200%20.3-.1.3-.3s-.1-.3-.3-.3c-1.2%200-2.2-1.7-2.2-3.7%200-.2-.1-.3-.3-.3s-.3.1-.3.3c0%202-1%203.7-2.2%203.7-.2%200-.3.1-.3.3s.1.3.3.3zm2.5-2.4c.3.9.8%201.7%201.4%202.1-.6.4-1.1%201.1-1.4%202.1-.3-.9-.8-1.7-1.4-2.1.6-.4%201.1-1.1%201.4-2.1zm67%2059.9c0-.1-.1-.2-.2-.2l-6.3-3.1c-.2-.1-.5%200-.6.2L185%2084.8c0%20.1-.1.2%200%20.3%200%20.1.1.2.2.2l6.3%203.1h.2c.2%200%20.3-.1.4-.2l6.8-13.5c.1-.1.1-.2%200-.3zm-7.3%2013l-5.5-2.8%206.4-12.8%205.5%202.8-6.4%2012.8zM21.4%20220.7l-.4.1-.3-1.9%201.4-.2c.2%200%20.4-.3.3-.5%200-.2-.2-.4-.5-.3l-1.4.2-.2-1.4c0-.2-.3-.4-.5-.3-.2%200-.4.3-.3.5l.2%201.4-2.7.5-.2-1.4c0-.2-.3-.4-.5-.3-.2%200-.4.3-.3.5l.2%201.4-.9.2c-.5.1-.9.3-1.2.7-.3.4-.4.9-.3%201.3.1.9.9%201.5%201.8%201.5h.3l.9-.2.3%201.9-2%20.3c-.2%200-.4.3-.3.5%200%20.2.2.3.4.3h.1l2-.3.3%201.6c0%20.2.2.3.4.3h.1c.2%200%20.4-.3.3-.5l-.3-1.6%202.7-.5.3%201.6c0%20.2.2.3.4.3h.1c.2%200%20.4-.3.3-.5l-.3-1.6.4-.1c1-.2%201.6-1.1%201.5-2.1-.2-.9-1.1-1.6-2.1-1.4zm-5.6.9c-.5.1-1-.3-1.1-.8%200-.2%200-.5.2-.7.1-.2.4-.3.6-.4l.9-.2.3%201.9-.9.2zm1.7-.3l-.3-1.9%202.7-.5.3%201.9-2.7.5zm.4%202.7l-.3-1.9%202.7-.5.3%201.9-2.7.5zm4-.6l-.4.1-.3-1.9.4-.1c.5-.1%201%20.3%201.1.8.1.5-.3%201-.8%201.1zm26.5-78.8c-.3-.1-.7-.2-1.1-.2-.3%200-.7.1-1%20.2-1.6.5-2.5%202.3-2%204%20.4%201.3%201.6%202.1%203%202.1.3%200%20.7-.1%201-.2%201.6-.5%202.5-2.3%202-4-.2-.6-.6-1.2-1.1-1.5l4.6-8.4%203.2-1%201.7%205c-.6.3-1.1.8-1.4%201.4-.4.7-.4%201.6-.2%202.4.4%201.3%201.6%202.1%203%202.1.3%200%20.7-.1%201-.2%201.6-.5%202.5-2.3%202-4-.4-1.3-1.6-2.1-3-2.1-.2%200-.4%200-.6.1l-1.7-5%203.2-1%208.7%204c-.2.6-.2%201.3%200%201.9.4%201.3%201.6%202.1%203%202.1.3%200%20.7-.1%201-.2%201.6-.5%202.5-2.3%202-4-.4-1.3-1.6-2.1-3-2.1-.3%200-.7.1-1%20.2-.7.2-1.3.7-1.6%201.3l-7.9-3.6%2017.7-5.9c.8-.3%201.3-1.2%201-2l-.9-2.8c-.1-.4-.4-.7-.8-.9-.4-.2-.8-.2-1.2-.1l-1.5.5L68%2098.1l1.5-.5c.8-.3%201.3-1.2%201-2l-.9-2.8c-.3-.8-1.2-1.3-2-1l-44.8%2014.9c-.4.1-.7.4-.9.8-.2.4-.2.8-.1%201.2l.9%202.8c.2.6.8%201.1%201.5%201.1.2%200%20.3%200%20.5-.1l1.5-.5%208.2%2024.6-1.5.5c-.8.3-1.3%201.2-1%202l.9%202.8c.1.4.4.7.8.9.2.1.5.2.7.2.2%200%20.3%200%20.5-.1l17.7-5.9-4.1%207.6zm1%202.2c.4%201.2-.3%202.5-1.5%202.9-1.2.4-2.5-.3-2.9-1.5-.4-1.2.3-2.5%201.5-2.9.2-.1.5-.1.7-.1%201%200%201.9.7%202.2%201.6zm10.4-5.7c1%200%201.9.6%202.2%201.6.4%201.2-.3%202.5-1.5%202.9-.2.1-.5.1-.7.1-1%200-1.9-.6-2.2-1.6-.2-.6-.1-1.2.1-1.8.3-.5.7-1%201.3-1.1.3-.1.6-.1.8-.1zm10.6-3c.3-.5.7-1%201.3-1.1.2-.1.5-.1.7-.1%201%200%201.9.6%202.2%201.6.4%201.2-.3%202.5-1.5%202.9-1.2.4-2.5-.3-2.9-1.5-.2-.6-.1-1.2.2-1.8zm-44.1-27l-1.9.6c-.4.1-.8-.1-1-.5l-.9-2.8c-.1-.2%200-.4%200-.6.1-.2.2-.3.4-.4l44.8-14.9h.2c.3%200%20.6.2.7.5l.9%202.8c.1.4-.1.8-.5%201l-40.6%2013.5-2.1.8zm.7.7l40.2-13.4%208.2%2024.6-40.2%2013.4-8.2-24.6zm7.5%2030.3h-.2c-.1%200-.2%200-.3-.1-.2-.1-.3-.2-.4-.4l-.9-2.8c-.1-.4.1-.8.5-1l1.9-.6%2041-13.6%201.9-.6h.2c.1%200%20.2%200%20.3.1.2.1.3.2.4.4l.9%202.8c.1.4-.1.8-.5%201l-22.4%207.5-22.4%207.3zm153-67.9l-6.3-3.1c-.1%200-.2-.1-.3%200-.1%200-.2.1-.2.2l-4.5%208.9c-.1.2%200%20.5.2.6l6.3%203.1h.2c.2%200%20.3-.1.4-.2l4.5-8.9c0-.3-.1-.5-.3-.6zm-4.8%208.7l-5.5-2.8%204.1-8.2%205.5%202.8-4.1%208.2zm-31.1-9.2h.2c.9%200%201.7-.7%201.8-1.6.1-1-.6-1.9-1.6-2-1-.1-1.9.6-2%201.6-.1%201%20.6%201.9%201.6%202zm.1-2.7h.1c.5.1.9.5.8%201-.1.5-.5.9-1%20.8-.3%200-.5-.1-.6-.3-.2-.2-.2-.4-.2-.7.1-.5.5-.8.9-.8zM196%2042.8c0%20.1.1.2.2.2.3.7.8%201.2%201.5%201.6.6.4%201.4.6%202.1.6.3%200%20.6%200%201-.1l36-8.7c2.2-.5%203.5-2.7%203-4.9l-5.5-23c-.1-.2-.3-.4-.5-.3L227%209.9l-1.1-4.6c0-.1-.1-.2-.2-.3-.1-.1-.2-.1-.3%200l-36%208.7c-.2.1-.4.3-.3.5l6.9%2028.6zm37.4-33.6l5.2%2021.7.2.9c.4%201.7-.6%203.4-2.3%203.8-1.7.4-3.4-.6-3.8-2.4l-5.4-22.5%206.1-1.5zm-8.2-3.3l6.7%2027.6c.3%201.2%201.2%202.2%202.3%202.7l-33.6%208.1c-.8.2-1.7.1-2.4-.4-.6-.3-1-.8-1.2-1.4l-.2-.6-6.8-27.5%2035.2-8.5zm-188%20126.6H37.5l8.5-2.8c.2-.1.3-.3.3-.5l-4-12.1c0-.1-.1-.2-.2-.2s-.2-.1-.3%200l-8.5%202.8c-.2.1-.3.3-.3.5l4%2012.1.2.2zm4.4-14.8l3.8%2011.3-7.7%202.6-3.8-11.3%207.7-2.6zm165.3-37.5l-6.3-3.1c-.2-.1-.5%200-.6.2l-5.9%2011.9c0%20.1-.1.2%200%20.3%200%20.1.1.2.2.2l6.3%203.1h.2c.2%200%20.3-.1.4-.2l5.9-11.9c0-.1.1-.2%200-.3-.1%200-.1-.1-.2-.2zm-6.3%2011.7l-5.5-2.8%205.6-11.1%205.5%202.8-5.6%2011.1zm12.8-12.8c.2.1.4.1.6.1.5%200%201-.3%201.2-.7l1-2.1c.2-.3.2-.7.1-1-.1-.3-.3-.6-.7-.8L182.5%2058c-.6-.3-1.5%200-1.8.6l-1%202.1c-.2.3-.2.7-.1%201%20.1.3.3.6.7.8l1%20.5-9%2018-1.1-.5c-.6-.3-1.5%200-1.8.6l-1%202.1c-.2.3-.2.7-.1%201%20.1.3.4.6.7.8l12.9%206.5-6.2%201.8c-.2-.5-.6-.9-1.1-1.2-.4-.2-.7-.3-1.1-.3-1%200-1.8.5-2.3%201.4-.6%201.3-.1%202.8%201.1%203.4.4.2.7.3%201.1.3%201%200%201.8-.5%202.3-1.4.2-.5.3-1%20.2-1.4L183%2092l2.2%201.1-1.8%203.5c-.2-.1-.5-.1-.7-.1-1%200-1.8.5-2.3%201.4-.6%201.3-.1%202.8%201.1%203.4.4.2.7.3%201.1.3%201%200%201.8-.5%202.3-1.4.6-1.1.2-2.5-.8-3.2l1.8-3.5%202.2%201.1%202.6%206.9c-.4.2-.8.6-1%201.1-.3.6-.4%201.3-.1%201.9.2.6.7%201.2%201.3%201.5.4.2.7.3%201.1.3%201%200%201.8-.5%202.3-1.4.6-1.3.1-2.8-1.1-3.4-.4-.2-.7-.3-1.1-.3-.2%200-.3%200-.5.1l-2.3-6.1%2012.9%206.5c.2.1.4.1.6.1.5%200%201-.3%201.2-.7l1-2.1c.2-.3.2-.7.1-1-.1-.3-.3-.6-.7-.8l-1.1-.5%209-18%201.1.4zm-38.4%2016c-.4.8-1.5%201.2-2.3.8-.8-.4-1.2-1.5-.8-2.3.3-.6.9-.9%201.5-.9.3%200%20.5.1.8.2.9.4%201.2%201.4.8%202.2zm9.3%204.7c-.4.8-1.5%201.2-2.3.8-.8-.4-1.2-1.5-.8-2.3.3-.6.9-.9%201.5-.9.3%200%20.5.1.8.2.9.3%201.2%201.4.8%202.2zm7.8%202.2c.3%200%20.5.1.8.2.8.4%201.2%201.5.8%202.3-.4.8-1.5%201.2-2.3.8-.4-.2-.7-.6-.9-1-.1-.4-.1-.9.1-1.3.2-.7.8-1%201.5-1zm-11.4-40.2l-.3-.3v-.4l1-2.1c.1-.2.3-.3.4-.3.1%200%20.2%200%20.2.1l33.1%2016.6.3.3v.4l-1%202.1c-.1.2-.4.3-.7.2l-1.4-.7L182%2062.5l-1.3-.7zm23.4%2036.1l.3.3v.4l-1%202.1c-.1.2-.3.3-.4.3-.1%200-.2%200-.2-.1L189%2094l-19.3-9.7-.3-.3v-.4l1-2.1c.1-.2.3-.3.4-.3.1%200%20.2%200%20.2.1l1.4.7%2030.3%2015.2%201.4.7zm-1.5-1.7L173%2081.4l9-18%2028.4%2014.2%201.2.6-9%2018z%22/%3E%3C/svg%3E');
	background-color: #edeef0;
}

.landing-item-area-text {
	position: absolute;
	opacity: .7;
	font: 18px/24px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #525c69;
	top: 50%;
	transform: translateY(-50%);
	left: 101px;
}

.landing-item-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	cursor: pointer;
	transform: translate(-50%,-50%);
	border: 1px solid rgba(255, 255, 255, .67);
	color: #fff;
	font: 12px/16px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-bold, 700);
	text-transform: uppercase;
	border-radius: 18px;
	background: rgba(51, 51, 51, .6);
	padding: 8px 28px;
	outline: none;
	transition: border-color .2s linear;
}

.landing-item-btn-wrap {
	background-color: rgba(53,198,249, .53);
	position: absolute;
	bottom: 0;
	top: 56px;
	left: 0;
	right: 0;
	opacity: 0;
	transition: opacity .2s linear;
	z-index: 1;
	cursor: pointer;
}

.landing-item-btn-wrap:hover {
	opacity: 1;
}

.landing-item-btn-wrap:hover .landing-item-btn:hover {
	border-color: rgba(255, 255, 255, .9);
}

.landing-item-contact {
	background: #42cbf6;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.landing-item-contact .landing-item-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 13px 0 0;
}

.landing-item-contact-title {
	margin-bottom: 16px;
	font: 16px/20px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-bold, 700);
}

.landing-item-contact-icon {
	width: 208px;
	height: 48px;
	margin-bottom: 8px;
	background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22208%22%20height%3D%2248%22%3E%3Cg%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M57.5%2024a1.5%201.5%200%20110%203%201.5%201.5%200%20010-3zm6%200a1.5%201.5%200%20110%203%201.5%201.5%200%20010-3zm6%200a1.5%201.5%200%20110%203%201.5%201.5%200%20010-3zm68%200a1.5%201.5%200%20110%203%201.5%201.5%200%20010-3zm6%200a1.5%201.5%200%20110%203%201.5%201.5%200%20010-3zm6%200a1.5%201.5%200%20110%203%201.5%201.5%200%20010-3z%22%20opacity%3D%22.443%22/%3E%3Cpath%20d%3D%22M127%200v48H81V0h46zm-3%2014H84v31h40V14zm0-11H84v8h40V3z%22%20opacity%3D%22.7%22/%3E%3Cpath%20d%3D%22M208%200v48h-46V0h46zm-3%203h-40v42h40V3zm-20.02%2011.48a9.5%209.5%200%20010%2019c-5.247%200-9.5-4.254-9.5-9.5a9.5%209.5%200%20019.5-9.5zm-.088%2012.861a1.09%201.09%200%2000-.793.316c-.215.21-.323.47-.323.778%200%20.347.111.617.334.81.223.194.483.29.782.29.288%200%20.543-.097.763-.293.22-.196.33-.465.33-.807%200-.309-.105-.568-.315-.778-.21-.21-.47-.316-.778-.316zm.176-8.917c-.764%200-1.431.156-2.004.47-.572.313-1.008.708-1.306%201.185-.299.477-.448.948-.448%201.413%200%20.225.094.434.283.627a.93.93%200%2000.693.29c.465%200%20.78-.276.947-.83.176-.528.391-.928.646-1.2.254-.27.65-.407%201.189-.407.46%200%20.835.135%201.126.404.291.27.437.6.437.99%200%20.202-.048.387-.143.559a2.103%202.103%200%2001-.352.466c-.14.14-.366.346-.68.62-.357.313-.64.583-.85.81-.211.228-.38.493-.507.794-.127.3-.19.656-.19%201.067%200%20.328.086.575.26.742.173.166.387.25.642.25.489%200%20.78-.255.873-.764.054-.24.094-.407.121-.503a1.54%201.54%200%2001.114-.286c.049-.095.124-.2.224-.316.1-.115.234-.248.4-.4a43.933%2043.933%200%20001.251-1.148c.233-.228.433-.498.602-.811a2.27%202.27%200%2000.253-1.094%202.62%202.62%200%2000-.444-1.468c-.296-.45-.715-.806-1.258-1.068-.544-.261-1.17-.392-1.88-.392z%22/%3E%3Cpath%20d%3D%22M46%200v48H0V0h46zm-3%2014H3v31h40V14zm0-11H3v8h40V3z%22%20opacity%3D%22.7%22/%3E%3C/g%3E%3C/svg%3E) no-repeat center;
	background-size: contain;
}

.landing-item-contact-desc {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 9px;
	max-width: 195px;
}

.landing-item-contact-btn, .ui-btn.landing-item-contact-btn:hover,
.ui-btn.landing-item-contact-btn:focus {
	background: #fff;
	color: #525c69;
	border: #fff;
	margin-bottom: 10px;
}

.landing-item-dev {
	background-color: rgba(255,255,255, .15);
	box-shadow: none;
	font-size: 16px;
	line-height: 20px;
	color: #535b69;
	cursor: pointer;
}

.landing-item-dev:hover {
	box-shadow: none;
	transform: none;
}

.landing-item-dev .landing-item-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.landing-item-dev-title {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

.landing-item-dev-subtitle {
	margin-bottom: 40px;
	max-width: 280px;
	text-align: center;
}

.landing-navigation.--themes {
	display: flex;
	align-items: center;
	height: 45px;
	border: none;
	border-radius: var(--ui-border-radius-md, 2px);
	background: rgba(82,92,105,.04);
}

.bitrix24-light-theme .landing-navigation.--themes {
	background: rgba(255, 255, 255, .4);
}

.landing-navigation.--themes .navigation {
	margin: 0;
	padding: 0 15px;
	color: rgba(51,51,51,.8);
}

.bitrix24-light-theme .landing-navigation.--themes .navigation {
	color: #fff;
}

.landing-navigation.--themes .navigation-current-page {
	color: rgba(51,51,51,.8) !important;
	padding: 3px 0;
	background: none;
}

.bitrix24-light-theme .landing-navigation.--themes .navigation-current-page {
	color: #fff !important;
}

.landing-navigation.--themes .navigation-page-numb {
	padding: 3px 8px;
	color: rgba(51,51,51,.5) !important;
}

.bitrix24-light-theme .landing-navigation.--themes .navigation-page-numb {
	color: rgba(255,255,255,.5) !important;
}

.landing-navigation.--themes .navigation-page-numb:hover {
	background-color: rgba(51,51,51,.1);
}

.bitrix24-light-theme .landing-navigation.--themes .navigation-page-numb:hover {
	background-color: rgba(255,255,255,.1);
}

.landing-navigation.--themes .navigation-text {
	height: auto;
	padding: 0;
	vertical-align: unset;
}

.landing-navigation.--themes .navigation-text-cont {
	display: inline-block;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	transition: .1s;
}

.landing-navigation.--themes .navigation-current-page,
.landing-navigation.--themes .navigation-disabled {
	pointer-events: none;
}

.landing-navigation.--themes .navigation-text-cont:hover {
	text-decoration: none;
}

.landing-navigation.--themes .navigation-button:hover .navigation-text-cont {
	border-bottom: 1px solid rgba(51,51,51,.5);
	transition: none;
}

.bitrix24-light-theme .landing-navigation.--themes .navigation-button:hover .navigation-text-cont {
	border-bottom: 1px solid rgba(255,255,255,.8);
}

.landing-navigation.--themes .navigation-disabled .navigation-text-cont {
	color: rgba(51,51,51,.5);;
}

.bitrix24-light-theme .landing-navigation.--themes .navigation-disabled .navigation-text-cont {
	color: rgba(255,255,255,.5);
}

.landing-navigation.--themes .navigation-button {
	color: rgba(51,51,51,.8);
}

.bitrix24-light-theme .landing-navigation.--themes .navigation-button {
	color: #fff;
}
/* End */
/* /bitrix/components/bitrix/landing.filter/templates/.default/style.css?16867379871198 */
/* /bitrix/components/bitrix/main.ui.filter/templates/.default/style.css?168673785569885 */
/* /bitrix/components/bitrix/landing.landings/templates/.default/style.css?1686737985697 */
/* /bitrix/templates/landing24/assets/vendor/icon/et-icon/style.css?16578643242866 */
/* /bitrix/templates/landing24/assets/vendor/icon/et-icon/content.css?16578643244712 */
/* /bitrix/templates/landing24/assets/vendor/icon/hs-icon/style.css?1657864324633 */
/* /bitrix/templates/landing24/assets/vendor/icon/hs-icon/content.css?1657864236831 */
/* /bitrix/templates/landing24/assets/vendor/icon/icon/style.css?16578643343969 */
/* /bitrix/templates/landing24/assets/vendor/icon/icon/content.css?16578642368825 */
/* /bitrix/templates/landing24/assets/vendor/icon/icon-christmas/style.css?1657864324900 */
/* /bitrix/templates/landing24/assets/vendor/icon/icon-christmas/content.css?16578642364726 */
/* /bitrix/templates/landing24/assets/vendor/icon/icon-clothes/style.css?1657864324887 */
/* /bitrix/templates/landing24/assets/vendor/icon/icon-clothes/content.css?16578642364526 */
/* /bitrix/templates/landing24/assets/vendor/icon/icon-communication/style.css?1657864324937 */
/* /bitrix/templates/landing24/assets/vendor/icon/icon-communication/content.css?16578642369526 */
/* /bitrix/templates/landing24/assets/vendor/icon/icon-education/style.css?1657864324912 */
/* /bitrix/templates/landing24/assets/vendor/icon/icon-education/content.css?16578642369826 */
/* /bitrix/templates/landing24/assets/vendor/icon/icon-electronics/style.css?1657864324919 */
/* /bitrix/templates/landing24/assets/vendor/icon/icon-electronics/content.css?16578642368106 */
/* /bitrix/templates/landing24/assets/vendor/icon/icon-finance/style.css?1657864324887 */
/* /bitrix/templates/landing24/assets/vendor/icon/icon-finance/content.css?165786423612366 */
/* /bitrix/templates/landing24/assets/vendor/icon/icon-food/style.css?1657864324872 */
/* /bitrix/templates/landing24/assets/vendor/icon/icon-food/content.css?165786423613426 */
/* /bitrix/templates/landing24/assets/vendor/icon/icon-furniture/style.css?1657864324903 */
/* /bitrix/templates/landing24/assets/vendor/icon/icon-furniture/content.css?16578642364726 */
/* /bitrix/templates/landing24/assets/vendor/icon/icon-hotel-restaurant/style.css?1657864324959 */
/* /bitrix/templates/landing24/assets/vendor/icon/icon-hotel-restaurant/content.css?165786423614126 */
/* /bitrix/templates/landing24/assets/vendor/icon/icon-media/style.css?1657864236871 */
/* /bitrix/templates/landing24/assets/vendor/icon/icon-media/content.css?16578642365736 */
/* /bitrix/templates/landing24/assets/vendor/icon/icon-medical/style.css?1657864236920 */
/* /bitrix/templates/landing24/assets/vendor/icon/icon-medical/content.css?16578642364526 */
/* /bitrix/templates/landing24/assets/vendor/icon/icon-music/style.css?1657864236871 */
/* /bitrix/templates/landing24/assets/vendor/icon/icon-music/content.css?16578642364326 */
/* /bitrix/templates/landing24/assets/vendor/icon/icon-real-estate/style.css?1657864236919 */
/* /bitrix/templates/landing24/assets/vendor/icon/icon-real-estate/content.css?16578642364411 */
/* /bitrix/templates/landing24/assets/vendor/icon/icon-science/style.css?1657864236887 */
/* /bitrix/templates/landing24/assets/vendor/icon/icon-science/content.css?16578642367466 */
/* /bitrix/templates/landing24/assets/vendor/icon/icon-sport/style.css?1657864334897 */
/* /bitrix/templates/landing24/assets/vendor/icon/icon-sport/content.css?16578643349026 */
/* /bitrix/templates/landing24/assets/vendor/icon/icon-transport/style.css?1657864236903 */
/* /bitrix/templates/landing24/assets/vendor/icon/icon-transport/content.css?16578642364726 */
/* /bitrix/templates/landing24/assets/vendor/icon/icon-travel/style.css?1657864236879 */
/* /bitrix/templates/landing24/assets/vendor/icon/icon-travel/content.css?16578642366826 */
/* /bitrix/templates/landing24/assets/vendor/icon/icon-weather/style.css?1657864236887 */
/* /bitrix/templates/landing24/assets/vendor/icon/icon-weather/content.css?16578642362700 */
/* /bitrix/templates/landing24/assets/vendor/icon/fa6/all.css?1657866598180890 */
/* /bitrix/templates/landing24/assets/vendor/icon/fa6/v4-shims.css?16578665937211 */
/* /bitrix/templates/landing24/assets/vendor/icon/fab/style.css?16578665984065 */
/* /bitrix/templates/landing24/assets/vendor/icon/fab/content.css?165786659320578 */
/* /bitrix/components/bitrix/landing.sites/templates/.default/style.css?168673798583779 */
