
/* Item lock */
.btQuoteItem.btCCLock, .btQuoteGBlock.btCCLock {
	position: relative;
}

.btQuoteItem.btCCLock:before, .btQuoteGBlock.btCCLock:before {
	content: " ";
	position: absolute;
	top: -10px;
	bottom: -10px;
	left: 0;
	right: 0;
	background: transparent;
	z-index: 999;
}

/* Columns and forms widths */
.btQuoteBooking {
	margin: 0 0 20px;
	box-sizing: border-box;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.btQuoteBooking *, .btQuoteBooking *:after, .btQuoteBooking *:before {
	box-sizing: border-box;
}

.btQuoteBooking:after {
	content: " ";
	display: table;
	clear: both;
	width: 100%;
}

.btQuoteBooking .btQuoteBookingForm {
	margin: 0 0 30px;
}

.btQuoteBooking .btTotalQuoteContactGroup {
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.btQuoteBooking .btTotalQuoteContactGroup.btActive {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	max-height: 1000px;
	filter: alpha(opacity=100);
	-webkit-transition-delay: 400ms;
	transition-delay: 400ms;
}

/* Next button */
.btQuoteBooking .btTotalNextWrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding-right: 0 !important;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: initial;
}

.btQuoteBooking .btQuoteBookingForm.btActive .boldBtn {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 160px;
	flex: 0 0 160px;
	width: 160px;
	max-width: 160px;
}

.btQuoteBooking .btQuoteBookingForm .boldBtn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 0px;
	flex: 0 1 0px;
	float: none;
	margin-right: 0;
	width: 0px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	max-width: 0;
}

.btQuoteBooking .btContactNext {
	font-family: inherit;
	margin: 0 0 0 30px;
	line-height: 2.25;
	border-radius: 50px;
	border: #52b7bd 2px solid;
	color: #52b7bd;
	text-transform: uppercase;
	font-weight: 900;
	display: inline-block;
	padding: 0 30px 0 30px;
	background: transparent;
	cursor: pointer;
	font-size: 20px;
	transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transform: translate(250px, 0);
	transform: translate(250px, 0);
	white-space: nowrap;
}

.btQuoteBooking .btContactNext:focus {
	outline: 0;
}

.btQuoteBooking .btQuoteBookingForm.btActive .btContactNext {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	width: 100%;
}

.btQuoteBooking .btContactNext:hover, .btQuoteBooking .btContactNext:active {
	border-color: #999;
	color: #555;
	box-shadow: 0 0 10px #ccc inset, 0 2px 10px rgba(0, 0, 0, .2);
}

.btQuoteBooking .btContactNext:hover:after, .btQuoteBooking .btContactNext:active:after {
	margin: 0 7px 0 10px;
	-webkit-transition: margin 200ms ease;
	transition: margin 200ms ease;
}

.btQuoteBooking .btContactNext:active {
	box-shadow: 0 0 0 #ccc inset, 0 -2px 10px rgba(0, 0, 0, .4);
}

/* Quote items */
.btQuoteBooking .btQuoteItem {
	padding: 0 0 0 220px;
	margin: 0 0 30px;
}

.btQuoteBooking .btQuoteItem label {
	display: block;
	float: left;
	width: 220px;
	margin: 8px 0 0 -220px;
	padding-right: 20px;
}

.btQuoteBooking .btQuoteSlider {
	float: left;
	margin: 0 0 0;
	width: 100%;
}

.btQuoteBooking .btQuoteSwitch {
	float: left;
	margin: 0 0 0;
	width: 76px;
	height: 38px;
	border: 1px solid #ccc;
	border-radius: 38px;
	cursor: pointer;
	padding: 5px;
	-webkit-transition: box-shadow 380ms ease;
	transition: box-shadow 380ms ease;
}

.btQuoteBooking .btQuoteSwitch:hover {
	box-shadow: 0 0 0 #52b7bd inset, 0 1px 5px rgba(0, 0, 0, .2);
}

.btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner {
	width: 26px;
	height: 26px;
	background: #ccc;
	border-radius: 50%;
	-webkit-transition: all 190ms cubic-bezier(.8, .1, .8, .1);
	transition: all 190ms cubic-bezier(.8, .1, .8, .1);
}

.btQuoteBooking .btQuoteSwitch.on .btQuoteSwitchInner {
	margin-left: 38px;
	background: #52b7bd;
}

.btQuoteBooking .btQuoteItemInput {
	text-align: center;
}

.btQuoteBooking .btQuoteItem .fancy-select .trigger {
	text-align: left;
	color: #b4b4b4;
}

.btQuoteBooking .btQuoteItem .fancy-select .trigger.selected {
	color: #333;
}

/* Standard fields */
.btQuoteBooking input[type="text"], .btQuoteBooking  input[type="email"], .btQuoteBooking input[type="password"], .btQuoteBooking textarea, .btQuoteBooking .fancy-select .trigger {
	width: 100%;
	display: block;
	line-height: 2;
	min-height: 38px;
	padding: 0 12px;
	background-color: #fff;
	border: 1px solid #ccc;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	-webkit-transition: all 380ms ease;
	transition: all 380ms ease;
	color: #000;
	border-radius: 2px;
	outline: none;
}

.btQuoteBooking .btQuoteItem textarea {
	resize: vertical;
	font-size: inherit;
	color: #000;
	padding: 0px 12px 0px 12px;
	min-height: 160px;
}

.btQuoteBooking .dd.ddcommon.borderRadius .ddTitleText {
	-webkit-transition: all 380ms ease;
	transition: all 380ms ease;
	border-radius: 2px;
	min-height: 38px;
}

.btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText {
	border-radius: 0;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

/* Standard hover state */
.btQuoteBooking  input[type="text"]:hover, .btQuoteBooking  input[type="email"]:hover, .btQuoteBooking  input[type="password"]:hover, .btQuoteBooking  textarea:hover, .btQuoteBooking  .fancy-select .trigger:hover {
	box-shadow: 0 0 0 #52b7bd inset, 0 1px 5px rgba(0, 0, 0, .2);
}

.btQuoteBooking .dd.ddcommon.borderRadius:hover .ddTitleText {
	box-shadow: 0 0 0 #52b7bd inset, 0 1px 5px rgba(0, 0, 0, .2);
}

/* Standard focus state */
.btQuoteBooking  input[type="text"]:focus, .btQuoteBooking  input[type="email"]:focus, .btQuoteBooking  textarea:focus, .btQuoteBooking  .fancy-select .trigger.open {
	border-color: #999;
	box-shadow: 5px 0 0 #52b7bd inset, 0 2px 10px rgba(0, 0, 0, .2);
	outline: none;
}

.btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText, .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText {
	-webkit-transition: all 380ms ease;
	transition: all 380ms ease;
	box-shadow: 5px 0 0 #52b7bd inset, 0 2px 10px rgba(0, 0, 0, .2);
	min-height: 38px;
}

/* Float clears */
.btQuoteBooking .btQuoteItem:after {
	content: " ";
	display: table;
	width: 100%;
	clear: both;
}

/* Slider */
.btQuoteBooking  .ui-slider {
	background: #ededed;
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .05), rgba(0, 0, 0, 0));
	background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .05), rgba(0, 0, 0, 0));
	position: relative;
	text-align: left;
	border: 1px solid #ccc;
	border-radius: 14px;
	box-shadow: 0 0 0 rgba(0, 0, 0, .2);
	-webkit-transition: all 190ms ease;
	transition: all 190ms ease;
}

/* Slider hover state */
.btQuoteBooking  .ui-slider:hover {
	box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
	-webkit-transition: all 380ms ease;
	transition: all 380ms ease;
}

/* Slider handle */
.btQuoteBooking  .ui-slider .ui-slider-handle {
	display: block;
	position: absolute;
	z-index: 2;
	min-width: 38px;
	height: 38px;
	-ms-touch-action: none;
	touch-action: none;
	background: #52b7bd;
	border-radius: 50%;
	cursor: w-resize;
	cursor: -webkit-grab;
	cursor: -moz-grab;
	box-shadow: 0 0 0 rgba(0, 0, 0, .5), 0 0 0 0 rgba(0, 0, 0, .2) inset;
	-webkit-transition: all 190ms ease;
	transition: all 190ms ease;
}

.btQuoteBooking .btQuoteSliderValue {
	min-width: 34px;
	height: 38px;
	line-height: 38px;
	padding: 0 2px;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	display: block;
}

/* Slider hover state */
.btQuoteBooking  .ui-slider .ui-slider-handle.ui-state-hover {
	box-shadow: 0 0 0 rgba(0, 0, 0, .5), 0 0 0 3px rgba(0, 0, 0, .2) inset;
}

/* Slider active state */
.btQuoteBooking  .ui-slider .ui-slider-handle.ui-state-active, .btQuoteBooking  .ui-slider .ui-slider-handle.ui-state-active.ui-state-hover {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .5), 0 0 0 3px rgba(0, 0, 0, .2) inset;
}

/* Slider range */
.btQuoteBooking  .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.btQuoteBooking  .ui-slider.ui-state-disabled .ui-slider-handle, .btQuoteBooking  .ui-slider.ui-state-disabled .ui-slider-range {
	-webkit-filter: inherit;
	filter: inherit;
}

/* Slider horizontal */
.btQuoteBooking  .ui-slider-horizontal {
	height: 20px;
	margin-top: 10px;
	cursor: pointer;
}

.btQuoteBooking  .ui-slider-horizontal .ui-slider-handle {
	top: -10px;
	margin-left: -18px;
}

.btQuoteBooking  .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.btQuoteBooking  .ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.btQuoteBooking  .ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

/* Slider vertical */
.btQuoteBooking  .ui-slider-vertical {
	min-width: 34px;
	height: 100px;
}

.btQuoteBooking  .ui-slider-vertical .ui-slider-handle {
	left: 0;
	margin-left: 0;
	margin-bottom: -18px;
}

.btQuoteBooking  .ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}

.btQuoteBooking  .ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.btQuoteBooking  .ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/* Total value */
.btQuoteBooking  .btQuoteBookingForm .btQuoteTotal {
	font-weight: bold;
	padding: 0;
	text-align: right;
	color: #fff;
	background: #52b7bd;
	border-radius: 50px;
	line-height: 1.8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	float: none;
}

.btQuoteBooking  .btQuoteBookingForm.btActive .btQuoteTotal {}

.btQuoteBooking  .btQuoteTotalText {
	margin-right: 1em;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

/* Total currency */
.btQuoteBooking .btQuoteTotalCurrency {
	font-size: 22px;
	line-height: 1.8;
	display: inline-block;
	background: rgba(0, 0, 0, .25);
	-webkit-border-top-left-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-bottomleft: 50px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	padding: 5px 3px 5px 20px;
}

.btQuoteBooking .btQuoteTotalCalc {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	font-size: 22px;
	line-height: 1.8;
	display: inline-block;
	background: rgba(0, 0, 0, .25);
	-webkit-border-top-right-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-topright: 50px;
	-moz-border-radius-bottomright: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	padding: 5px 20px 5px 3px;
}

.currencyAfter .btQuoteTotalCurrency {
	border-radius: 0px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	padding: 5px 20px 5px 3px;
}

.currencyAfter .btQuoteTotalCalc {
	border-radius: 0px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	padding: 5px 3px 5px 20px;
}

/* Options */
.btQuoteBooking .btQuoteItem ul.options {
	text-align: left;
}

/* Contact form */
.btQuoteBooking .btQuoteContact:not(.btQuoteContactForm7) {
	margin: 0 -10px 0px -10px;
}

/* Contact form item */
.btQuoteBooking .btQuoteContact .btQuoteItem {
	padding: 0 10px;
	float: left;
	width: 50%;
}

/* Form split in two columns */
.btQuoteBooking .btQuoteContact .btQuoteItem:nth-child(odd) {
	clear: left;
}

/* Form full width item */
.btQuoteBooking .btQuoteItem.btQuoteItemFullWidth {
	float: none;
	width: auto;
}

/* Form button */
.btQuoteBooking .btQuoteContact .boldBtn {
	clear: left;
	margin: 0px;
	text-align: center;
	white-space: normal;
}

/* Mandatory fields */
.btQuoteBooking  .btContactFieldMandatory input, .btQuoteBooking  .btContactFieldMandatory textarea {
	border: 1px solid #aaa;
	box-shadow: 0 0 0 1px #aaa inset;
	-webkit-transition: all 380ms ease;
	transition: all 380ms ease;
}

.btQuoteBooking .btContactFieldMandatory .dd.ddcommon.borderRadius .ddTitleText {
	border: 1px solid #aaa;
	box-shadow: 0 0 0 1px #aaa inset;
}

.btQuoteBooking  .btContactFieldMandatory input:hover, .btQuoteBooking  .btContactFieldMandatory textarea:hover {
	box-shadow: 0 0 0 1px #aaa inset, 0 0 0 #52b7bd inset, 0 1px 5px rgba(0, 0, 0, .2);
}

.btQuoteBooking .btContactFieldMandatory .dd.ddcommon.borderRadius:hover .ddTitleText {
	box-shadow: 0 0 0 1px #aaa inset, 0 0 0 #52b7bd inset, 0 1px 5px rgba(0, 0, 0, .2);
}

.btQuoteBooking  .btContactFieldMandatory input:focus, .btQuoteBooking  .btContactFieldMandatory textarea:focus {
	box-shadow: 0 0 0 1px #aaa inset, 5px 0 0 #52b7bd inset, 0 1px 5px rgba(0, 0, 0, .2);
}

.btQuoteBooking .btContactFieldMandatory .dd.ddcommon.borderRadiusTp .ddTitleText {
	box-shadow: 0 0 0 1px #aaa inset, 5px 0 0 #52b7bd inset, 0 1px 5px rgba(0, 0, 0, .2);
}

/* Error fields validation */
.btQuoteBooking  .btContactFieldMandatory.btContactFieldError input, .btQuoteBooking  .btContactFieldMandatory.btContactFieldError textarea {
	border: 1px solid #52b7bd;
	box-shadow: 0 0 0 1px #52b7bd inset;
	-webkit-transition: all 380ms ease;
	transition: all 380ms ease;
}

.btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadius .ddTitleText {
	border: 1px solid #52b7bd;
	box-shadow: 0 0 0 1px #52b7bd inset;
}

.btQuoteBooking  .btContactFieldMandatory.btContactFieldError input:hover, .btQuoteBooking  .btContactFieldMandatory.btContactFieldError textarea:hover {
	box-shadow: 0 0 0 1px #52b7bd inset, 0 0 0 #52b7bd inset, 0 1px 5px rgba(0, 0, 0, .2);
}

.btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadius:hover .ddTitleText {
	box-shadow: 0 0 0 1px #52b7bd inset, 0 0 0 #52b7bd inset, 0 1px 5px rgba(0, 0, 0, .2);
}

.btQuoteBooking  .btContactFieldMandatory.btContactFieldError input:focus, .btQuoteBooking  .btContactFieldMandatory.btContactFieldError textarea:focus {
	box-shadow: 0 0 0 1px #52b7bd inset, 5px 0 0 #52b7bd inset, 0 1px 5px rgba(0, 0, 0, .2);
}

.btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadiusTp .ddTitleText {
	box-shadow: 0 0 0 1px #52b7bd inset, 5px 0 0 #52b7bd inset, 0 1px 5px rgba(0, 0, 0, .2);
}

/* Submit query message */
.btQuoteBooking .btSubmitMessage {
	color: #52b7bd;
	font-weight: 600;
	text-align: center;
	line-height: 30px;
	height: 30px;
}

/* Date picker */
.btDatePicker {
	z-index: 10000 !important;
	width: 300px;
}

.btDatePicker table th, .btDatePicker table td {
	border: 1px solid #e0e0e0;
}

.btDatePicker .ui-datepicker-header {
	display: block;
	padding: 10px;
	overflow: hidden;
	background-color: #52b7bd;
	color: #fff;
}

.btDatePicker table.ui-datepicker-calendar {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	line-height: 1.2;
	background-color: #f2f2f2;
}

/* Datepicker header, day names */
.btDatePicker table.ui-datepicker-calendar th {
	padding: 10px 8px;
	font-size: 14px;
	font-weight: 600;
	color: #333;
	text-align: center;
}

/* Datepicker prev/next */
.btDatePicker a.ui-datepicker-prev, .btDatePicker a.ui-datepicker-next {
	display: block;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	background-color: #fff;
	border-radius: 2px;
	padding: 2px 4px;
	text-transform: uppercase;
	cursor: pointer;
}

.btDatePicker a.ui-datepicker-prev {
	float: left;
}

.btDatePicker a.ui-datepicker-next {
	float: right;
}

/* Prev / Next hover state */
.btDatePicker a.ui-datepicker-prev:hover, .btDatePicker a.ui-datepicker-next:hover {
	color: #bbb;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

/* Datepicker title */
.btDatePicker .ui-datepicker-title {
	text-align: center;
	font-size: 14px;
	line-height: 1.1;
	font-weight: 600;
	color: #fff;
}

/* Datepicker DIV */
.btDatePicker#ui-datepicker-div {
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
	border-radius: 2px;
	margin-top: 1px;
}

/* Datepicker day */
.btDatePicker .ui-datepicker-calendar td {
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	padding: .3em;
	text-align: center;
}

/* Datepicker day link */
.btDatePicker table.ui-datepicker-calendar td a {
	color: #666;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	line-height: 18px;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

/* Datepicker active state */
.btDatePicker table.ui-datepicker-calendar td a.ui-state-active {
	font-weight: bold;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

/* Datepicker hover state */
.btDatePicker table td:hover {
	cursor: pointer;
}

.btDatePicker table td:hover {
	background: #e0e0e0;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

/* Styled select */
.btQuoteBooking .btDropDown .dd {
	position: relative;
}

.btQuoteBooking .ddChild {
	position: absolute;
	left: 0 !important;
	right: 0 !important;
	margin: -1px 0 0;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

.btQuoteBooking .ddChild {
	position: absolute !important;
}

/* Select submenu items */
.btQuoteBooking .ddChild {
	background-color: #fff;
	border: 1px solid #999;
	overflow-y: auto;
}

.btQuoteBooking .ddChild ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

.btQuoteBooking .ddChild ul li {
	display: table;
	width: 100%;
	min-height: 38px;
	margin: 0;
	padding: 0 37px 0 0;
	cursor: pointer;
	line-height: 1.2;
	border-top: 1px solid rgba(0, 0, 0, .1);
	color: #000;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.btQuoteBooking .ddChild ul li span {
	display: block;
	padding: 0px 12px;
	line-height: 2;
}

.btQuoteBooking .ddChild ul li span.description {
	line-height: 1.5;
	margin-top: -.3em;
	margin-bottom: .3em;
}

/* Item hover state */
.btQuoteBooking .ddChild ul li:hover, .btQuoteBooking .ddChild ul li.selected:hover {
	color: #666;
	background: rgba(0, 0, 0, .05);
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

/* First item disabled state */
.btQuoteBooking .ddChild ul li:first-child, .btQuoteBooking .ddChild ul li:first-child:hover {
	border-top: none;
	color: #666;
	background: none;
}

.btQuoteBooking .ddOutOfVision {
	position: absolute;
	height: 0;
	width: 0;
	overflow: hidden;
}

/* Styled menu itself */
.btQuoteBooking .ddItem {
	display: table;
	width: 100%;
	margin: 1px 0 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.1;
}

/* Styled menu label */
.btQuoteBooking .ddTitleText {
	display: table;
	width: 100%;
}

.btQuoteBooking .ddTitleText span, .btQuoteBooking .ddChild ul li span {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.btQuoteBooking .ddTitleText span span, .btQuoteBooking .ddChild ul li span span, .btQuoteBooking .ddChild ul li:hover span span, .btQuoteBooking .ddChild ul li.selected:hover span span {
	display: block;
	font-size: 12px;
	padding: 0px;
	color: #555;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.btQuoteBooking .ddChild span {
	padding: 8px 12px;
}

.btQuoteBooking .ddTitleText span {
	padding: 0px 12px;
}

.btQuoteBooking .dd.ddcommon.borderRadius .ddTitleText {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 0 37px 0 0;
}

.btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText, .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText {
	background-color: #fff;
	border: 1px solid #999;
	padding: 0 37px 0 0;
}

/* Select item description */
.btQuoteBooking .ddlabel, .btQuoteBooking .description {
	width: 100%;
}

.btNotSelected {
	min-height: 38px;
}

.btNotSelected  .ddlabel {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Photo in select */
.btQuoteBooking .ddTitleText .ddImage, .btQuoteBooking .ddChild ul li .ddImage {
	text-align: center;
	padding: 12px;
	padding-right: 0px;
}

.btQuoteBooking .ddTitleText .ddImage img, .btQuoteBooking .ddChild ul li .ddImage img {
	display: block;
	width: auto;
	max-width: none !important;
}

/* Nothing selected state */
.btQuoteBooking .ddTitleText.btNotSelected .ddlabel {
	color: #a9a9a9;
}

/* Selected state */
.btQuoteBooking .ddTitleText .ddlabel {
	width: 100%;
	line-height: 2;
	color: #000;
}

.btQuoteBooking .ddTitleText .ddlabel .description {
	line-height: 1.5;
	margin-top: -.3em;
	margin-bottom: .3em;
}

.btQuoteBooking .ddTitle {
	position: relative;
	cursor: pointer;
}

/* Styled select arrow */
.btQuoteBooking .ddTitle .arrow {
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -2px;
}

/* Arrow itself */
.btQuoteBooking .ddTitle .arrow:before {
	content: " ";
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #ccc;
	display: block;
}

/* Submit button */
.btQuoteBooking .btContactSubmit {
	font-family: inherit;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	border-radius: 50px;
	background-color: #52b7bd;
	color: #fff;
	line-height: 2.5;
	padding: 10px 50px;
	font-weight: 700;
	font-size: 20px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	text-transform: uppercase;
}

.btQuoteBooking .btContactSubmit:focus {
	outline: 0;
}

/* Submit hover state */
.btQuoteBooking  .btContactSubmit:hover {
	box-shadow: 0 0 0 5px rgba(0, 0, 0, .2) inset;
	opacity: .85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}

/* Tablets screen */
@media (max-width: 1024px) {
	.btQuoteBooking .btQuoteContact .btQuoteItem {
		float: none;
		width: auto;
	}
	
	.btQuoteBooking .btTotalQuoteContactGroup.btActive {
		max-height: 1000px;
	}
	
	.btQuoteBooking .btQuoteContact {
		margin-left: -10px;
	}
}

/* Larger smartphones screen */
@media (max-width: 650px) {
	.btQuoteBooking .btQuoteItem label {
		display: block;
		float: none;
		margin: 0 0 8px;
		width: auto;
	}
	
	.btQuoteBooking .btQuoteItem {
		margin: 0 0 20px;
		padding: 0;
	}
}

/* Small smartphones screen */
@media (max-width: 480px) {
	.btQuoteBooking .ddTitleText .ddImage img, .btQuoteBooking .ddChild ul li .ddImage img {
		display: block;
		width: auto;
		margin: 0 auto;
	}
	
	.btQuoteBooking .btTotalNextWrapper {
		display: block;
	}
	
	.btQuoteBooking .btQuoteBookingForm.btActive .boldBtn, .btQuoteBooking .btQuoteBookingForm .boldBtn {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		width: 100%;
	}
	
	.btQuoteBooking .btQuoteBookingForm.btActive .btQuoteTotal, .btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
		display: block;
		width: 100%;
		float: none;
		margin-bottom: 20px;
		height: 50px;
	}
	
	.btQuoteBooking .btQuoteBookingForm.btActive .btContactNext, .btQuoteBooking .btQuoteBookingForm .btContactNext {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		margin-left: auto;
		width: 100%;
	}
	
	.btQuoteBooking .btQuoteBookingForm .btContactNext {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	
	.btQuoteBooking .btContactBack, .btQuoteBooking .btContactSubmit {
		margin: 0 auto 20px auto;
		clear: both;
		display: block;
	}
}

/* placeholder */
.btQuoteBooking *::-webkit-input-placeholder {
	font-family: inherit;
	color: #a9a9a9;
}

.btQuoteBooking *:-moz-placeholder {
	/* older Firefox*/
	font-family: inherit;
	color: #a9a9a9;
}

.btQuoteBooking *::-moz-placeholder {
	/* Firefox 19+ */
	font-family: inherit;
	color: #a9a9a9;
}

.btQuoteBooking *:-ms-input-placeholder {
	font-family: inherit;
	color: #a9a9a9;
}

/* reCAPTCHA */
.btQuoteBooking .g-rec {
	margin-bottom: 30px;
	padding: 0 10px;
}

.btQuoteBooking .g-rec > div > div {
	margin: auto;
}

/* PayPal */
.btPayPalButton {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	background: transparent;
	border: #ccc 2px solid;
	border-radius: 50px;
	width: 130px;
	height: 49px;
	cursor: pointer;
	-webkit-transition: box-shadow 380ms ease;
	transition: box-shadow 380ms ease;
	background-position: center center;
	background-size: 70%;
	background-repeat: no-repeat;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 130px;
	flex: 0 0 130px;
	margin-left: 30px;
}

.btPayPalButton:hover {
	box-shadow: 0 0 0 #52b7bd inset, 0 1px 5px rgba(0, 0, 0, .2);
}

.btPayPalForm {
	width: 0px;
	height: 0px;
	overflow: hidden;
}

.bt_cc_email_confirmation_container {
	margin-bottom: 30px;
	padding-left: 10px;
}

/* Base for label styling */
.bt_cc_email_confirmation_container [type="checkbox"]:not(:checked), .bt_cc_email_confirmation_container [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}

.bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label, .bt_cc_email_confirmation_container [type="checkbox"]:checked + label {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
}

/* checkbox aspect */
.bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:before, .bt_cc_email_confirmation_container [type="checkbox"]:checked + label:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 17px;
	height: 17px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 2px;
}

/* checked mark aspect */
.bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:after, .bt_cc_email_confirmation_container [type="checkbox"]:checked + label:after {
	content: "✔";
	position: absolute;
	left: 3px;
	top: 1px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 16px;
	line-height: 1;
	-webkit-transition: all .2s;
	transition: all .2s;
}

/* checked mark aspect changes */
.bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: scale(0);
	transform: scale(0);
}

.bt_cc_email_confirmation_container [type="checkbox"]:checked + label:after {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* disabled checkbox */
.bt_cc_email_confirmation_container [type="checkbox"]:disabled:not(:checked) + label:before, .bt_cc_email_confirmation_container [type="checkbox"]:disabled:checked + label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}

.bt_cc_email_confirmation_container [type="checkbox"]:disabled:checked + label:after {}

.bt_cc_email_confirmation_container [type="checkbox"]:disabled + label {
	color: #aaa;
}

/* accessibility */
.bt_cc_email_confirmation_container [type="checkbox"]:checked:focus + label:before, .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked):focus + label:before {}

/* hover style just for information */
.bt_cc_email_confirmation_container label:hover:before {}

/* CC Separator */
.bt_cc_separator.bt_cc_bottom_spacing_extra_small {
	margin-bottom: .25em !important;
}

.bt_cc_separator.bt_cc_bottom_spacing_small {
	margin-bottom: .5em !important;
}

.bt_cc_separator.bt_cc_bottom_spacing_normal {
	margin-bottom: 1em !important;
}

.bt_cc_separator.bt_cc_bottom_spacing_medium {
	margin-bottom: 2em !important;
}

.bt_cc_separator.bt_cc_bottom_spacing_large {
	margin-bottom: 4em !important;
}

.bt_cc_separator.bt_cc_bottom_spacing_extra_large {
	margin-bottom: 8em !important;
}

.bt_cc_separator.bt_cc_top_spacing_extra_small {
	margin-top: .25em !important;
}

.bt_cc_separator.bt_cc_top_spacing_small {
	margin-top: .5em !important;
}

.bt_cc_separator.bt_cc_top_spacing_normal {
	margin-top: 1em !important;
}

.bt_cc_separator.bt_cc_top_spacing_medium {
	margin-top: 2em !important;
}

.bt_cc_separator.bt_cc_top_spacing_large {
	margin-top: 4em !important;
}

.bt_cc_separator.bt_cc_top_spacing_extra_large {
	margin-top: 8em !important;
}

.bt_cc_separator.bt_cc_border_style_solid {
	border-top: 1px solid #ddd;
}

.bt_cc_separator.bt_cc_border_style_dashed {
	border-top: 1px dashed #ddd;
}

.bt_cc_separator.bt_cc_border_style_dotted {
	border-top: 1px dotted #ddd;
}

/* Description */
.btQuoteItemDescription {
	text-align: right;
	font-size: .7em;
	opacity: .6;
	pointer-events: none;
}

.btQuoteItemDescription:before {
	content: " ";
	clear: both;
	display: table;
	width: 100%;
}

#cookie-notice, #cookie-notice .cn-button:not(.cn-button-custom) {
	font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, "Helvetica Neue", sans-serif;
	font-weight: 400;
	font-size: 13px;
	text-align: center;
}

#cookie-notice {
	position: fixed;
	min-width: 100%;
	height: auto;
	z-index: 100000;
	letter-spacing: 0;
	line-height: 20px;
	left: 0;
}

#cookie-notice, #cookie-notice * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#cookie-notice.cn-animated {
	-webkit-animation-duration: .5s !important;
	animation-duration: .5s !important;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#cookie-notice.cn-animated.cn-effect-none {
	-webkit-animation-duration: 1ms !important;
	animation-duration: 1ms !important;
}

#cookie-notice .cookie-notice-container, #cookie-notice .cookie-revoke-container {
	display: block;
}

#cookie-notice.cookie-notice-hidden .cookie-notice-container, #cookie-notice.cookie-revoke-hidden .cookie-revoke-container {
	display: none;
}

.cn-position-top {
	top: 0;
}

.cn-position-bottom {
	bottom: 0;
}

.cookie-notice-container {
	padding: 15px 30px;
	text-align: center;
	width: 100%;
	z-index: 2;
}

.cookie-revoke-container {
	padding: 15px 30px;
	width: 100%;
	z-index: 1;
}

.cn-close-icon {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -10px;
	width: 15px;
	height: 15px;
	opacity: .5;
	padding: 10px;
	outline: 0;
	cursor: pointer;
}

.cn-close-icon:hover {
	opacity: 1;
}

.cn-close-icon:after, .cn-close-icon:before {
	position: absolute;
	content: " ";
	height: 15px;
	width: 2px;
	top: 3px;
	background-color: grey;
}

.cn-close-icon:before {
	transform: rotate(45deg);
}

.cn-close-icon:after {
	transform: rotate(-45deg);
}

#cookie-notice .cn-revoke-cookie {
	margin: 0;
}

#cookie-notice .cn-button {
	margin: 0 0 0 10px;
	display: inline-block;
}

#cookie-notice .cn-button:not(.cn-button-custom) {
	letter-spacing: .25px;
	margin: 0 0 0 10px;
	text-transform: none;
	display: inline-block;
	cursor: pointer;
	touch-action: manipulation;
	white-space: nowrap;
	outline: 0;
	box-shadow: none;
	text-shadow: none;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	padding: 8.5px 10px;
	line-height: 1;
	color: inherit;
}

.cn-text-container {
	margin: 0 0 6px;
}

.cn-buttons-container, .cn-text-container {
	display: inline-block;
}

#cookie-notice.cookie-notice-visible.cn-effect-fade, #cookie-notice.cookie-notice-visible.cn-effect-none, #cookie-notice.cookie-revoke-visible.cn-effect-fade, #cookie-notice.cookie-revoke-visible.cn-effect-none {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

#cookie-notice.cn-effect-fade, #cookie-notice.cn-effect-none {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

#cookie-notice.cookie-notice-visible.cn-effect-slide, #cookie-notice.cookie-revoke-visible.cn-effect-slide {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

#cookie-notice.cn-effect-slide {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

#cookie-notice.cookie-notice-visible.cn-position-top.cn-effect-slide, #cookie-notice.cookie-revoke-visible.cn-position-top.cn-effect-slide {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

#cookie-notice.cn-position-top.cn-effect-slide {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@media all and (max-width:900px) {
	.cookie-notice-container #cn-notice-buttons, .cookie-notice-container #cn-notice-text {
		display: block;
	}
	
	#cookie-notice .cn-button {
		margin: 0 5px 5px;
	}
}

@media all and (max-width:480px) {
	.cookie-notice-container, .cookie-revoke-container {
		padding: 15px 25px;
	}
}

body .extendedwopts-show {
	display: none;
}

body .widgetopts-hide_title .widget-title {
	display: none;
}

body .extendedwopts-md-right {
	text-align: right;
}

body .extendedwopts-md-left {
	text-align: left;
}

body .extendedwopts-md-center {
	text-align: center;
}

body .extendedwopts-md-justify {
	text-align: justify;
}

@media screen and (min-width: 1181px) {
	body .extendedwopts-hide.extendedwopts-desktop {
		display: none !important;
	}
	
	body .extendedwopts-show.extendedwopts-desktop {
		display: block;
	}
	
	body .widget.clearfix-desktop {
		clear: both;
		float: none !important;
	}
}

@media screen and (max-width: 1024px) and (orientation: Portrait) {
	body .extendedwopts-hide.extendedwopts-tablet {
		display: none !important;
	}
	
	body .extendedwopts-show.extendedwopts-tablet {
		display: block;
	}
	
	body .widget.clearfix-desktop {
		clear: none;
	}
	
	body .widget.clearfix-tablet {
		clear: both;
		float: none !important;
	}
}

@media screen and (max-width: 1180px) and (orientation: landscape) {
	body .extendedwopts-hide.extendedwopts-tablet {
		display: none !important;
	}
	
	body .extendedwopts-show.extendedwopts-tablet {
		display: block;
	}
	
	body .widget.clearfix-desktop {
		clear: none;
	}
	
	body .widget.clearfix-tablet {
		clear: both;
		float: none !important;
	}
}

@media screen and (max-width: 767px) and (orientation: Portrait) {
	body .extendedwopts-hide.extendedwopts-tablet:not(.extendedwopts-mobile) {
		display: block !important;
	}
	
	body .extendedwopts-show.extendedwopts-tablet:not(.extendedwopts-mobile) {
		display: none !important;
	}
	
	body .extendedwopts-hide.extendedwopts-mobile {
		display: none !important;
	}
	
	body .extendedwopts-show.extendedwopts-mobile {
		display: block;
	}
	
	body .widget.clearfix-desktop, body .widget.clearfix-tablet {
		clear: none;
	}
	
	body .widget.clearfix-mobile {
		clear: both;
		float: none !important;
	}
}

@media screen and (max-width: 991px) and (orientation: landscape) {
	body .extendedwopts-hide.extendedwopts-tablet:not(.extendedwopts-mobile) {
		display: block !important;
	}
	
	body .extendedwopts-show.extendedwopts-tablet:not(.extendedwopts-mobile) {
		display: none !important;
	}
	
	body .extendedwopts-hide.extendedwopts-mobile {
		display: none !important;
	}
	
	body .extendedwopts-show.extendedwopts-mobile {
		display: block;
	}
	
	body .widget.clearfix-desktop, body .widget.clearfix-tablet {
		clear: none;
	}
	
	body .widget.clearfix-mobile {
		clear: both;
		float: none !important;
	}
}

.panel-cell-style:after {
	content: "";
	display: block;
	clear: both;
	position: relative;
}

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
}

.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
}

.fa-classic, .fa-regular, .fa-solid, .far, .fas {
	font-family: "Font Awesome 6 Free";
}

.fa-brands, .fab {
	font-family: "Font Awesome 6 Brands";
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-2xs {
	font-size: .625em;
	line-height: .1em;
	vertical-align: .225em;
}

.fa-xs {
	font-size: .75em;
	line-height: .08333em;
	vertical-align: .125em;
}

.fa-sm {
	font-size: .875em;
	line-height: .07143em;
	vertical-align: .05357em;
}

.fa-lg {
	font-size: 1.25em;
	line-height: .05em;
	vertical-align: -.075em;
}

.fa-xl {
	font-size: 1.5em;
	line-height: .04167em;
	vertical-align: -.125em;
}

.fa-2xl {
	font-size: 2em;
	line-height: .03125em;
	vertical-align: -.1875em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}

.fa-ul {
	list-style-type: none;
	margin-left: var(--fa-li-margin, 2.5em);
	padding-left: 0;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	left: calc(var(--fa-li-width, 2em) * -1);
	position: absolute;
	text-align: center;
	width: var(--fa-li-width, 2em);
	line-height: inherit;
}

.fa-border {
	border-radius: var(--fa-border-radius, .1em);
	border: var(--fa-border-width, .08em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
	padding: var(--fa-border-padding, .2em .25em .15em);
}

.fa-pull-left {
	float: left;
	margin-right: var(--fa-pull-margin, .3em);
}

.fa-pull-right {
	float: right;
	margin-left: var(--fa-pull-margin, .3em);
}

.fa-beat {
	-webkit-animation-name: fa-beat;
	animation-name: fa-beat;
	-webkit-animation-delay: var(--fa-animation-delay, 0s);
	animation-delay: var(--fa-animation-delay, 0s);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
	animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
	-webkit-animation-name: fa-bounce;
	animation-name: fa-bounce;
	-webkit-animation-delay: var(--fa-animation-delay, 0s);
	animation-delay: var(--fa-animation-delay, 0s);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1));
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1));
}

.fa-fade {
	-webkit-animation-name: fa-fade;
	animation-name: fa-fade;
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
}

.fa-beat-fade, .fa-fade {
	-webkit-animation-delay: var(--fa-animation-delay, 0s);
	animation-delay: var(--fa-animation-delay, 0s);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
}

.fa-beat-fade {
	-webkit-animation-name: fa-beat-fade;
	animation-name: fa-beat-fade;
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
}

.fa-flip {
	-webkit-animation-name: fa-flip;
	animation-name: fa-flip;
	-webkit-animation-delay: var(--fa-animation-delay, 0s);
	animation-delay: var(--fa-animation-delay, 0s);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
	animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
	-webkit-animation-name: fa-shake;
	animation-name: fa-shake;
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, linear);
	animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-shake, .fa-spin {
	-webkit-animation-delay: var(--fa-animation-delay, 0s);
	animation-delay: var(--fa-animation-delay, 0s);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
}

.fa-spin {
	-webkit-animation-name: fa-spin;
	animation-name: fa-spin;
	-webkit-animation-duration: var(--fa-animation-duration, 2s);
	animation-duration: var(--fa-animation-duration, 2s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, linear);
	animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
	--fa-animation-direction: reverse;
}

.fa-pulse, .fa-spin-pulse {
	-webkit-animation-name: fa-spin;
	animation-name: fa-spin;
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
	animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion:reduce) {
	.fa-beat, .fa-beat-fade, .fa-bounce, .fa-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse {
		-webkit-animation-delay: -1ms;
		animation-delay: -1ms;
		-webkit-animation-duration: 1ms;
		animation-duration: 1ms;
		-webkit-animation-iteration-count: 1;
		animation-iteration-count: 1;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transition-duration: 0s;
		transition-duration: 0s;
	}
}

@-webkit-keyframes fa-beat {
	0%, 90% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	45% {
		-webkit-transform: scale(var(--fa-beat-scale, 1.25));
		transform: scale(var(--fa-beat-scale, 1.25));
	}
}

@keyframes fa-beat {
	0%, 90% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	45% {
		-webkit-transform: scale(var(--fa-beat-scale, 1.25));
		transform: scale(var(--fa-beat-scale, 1.25));
	}
}

@-webkit-keyframes fa-bounce {
	0% {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
	}
	
	10% {
		-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
		transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
	}
	
	30% {
		-webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
		transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
	}
	
	50% {
		-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
		transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
	}
	
	57% {
		-webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
		transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
	}
	
	64% {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
	}
	
	to {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
	}
}

@keyframes fa-bounce {
	0% {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
	}
	
	10% {
		-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
		transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
	}
	
	30% {
		-webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
		transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
	}
	
	50% {
		-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
		transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
	}
	
	57% {
		-webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
		transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
	}
	
	64% {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
	}
	
	to {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
	}
}

@-webkit-keyframes fa-fade {
	50% {
		opacity: var(--fa-fade-opacity, .4);
	}
}

@keyframes fa-fade {
	50% {
		opacity: var(--fa-fade-opacity, .4);
	}
}

@-webkit-keyframes fa-beat-fade {
	0%, to {
		opacity: var(--fa-beat-fade-opacity, .4);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
		transform: scale(var(--fa-beat-fade-scale, 1.125));
	}
}

@keyframes fa-beat-fade {
	0%, to {
		opacity: var(--fa-beat-fade-opacity, .4);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
		transform: scale(var(--fa-beat-fade-scale, 1.125));
	}
}

@-webkit-keyframes fa-flip {
	50% {
		-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
		transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
	}
}

@keyframes fa-flip {
	50% {
		-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
		transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
	}
}

@-webkit-keyframes fa-shake {
	0% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	
	4% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	
	8%, 24% {
		-webkit-transform: rotate(-18deg);
		transform: rotate(-18deg);
	}
	
	12%, 28% {
		-webkit-transform: rotate(18deg);
		transform: rotate(18deg);
	}
	
	16% {
		-webkit-transform: rotate(-22deg);
		transform: rotate(-22deg);
	}
	
	20% {
		-webkit-transform: rotate(22deg);
		transform: rotate(22deg);
	}
	
	32% {
		-webkit-transform: rotate(-12deg);
		transform: rotate(-12deg);
	}
	
	36% {
		-webkit-transform: rotate(12deg);
		transform: rotate(12deg);
	}
	
	40%, to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes fa-shake {
	0% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	
	4% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	
	8%, 24% {
		-webkit-transform: rotate(-18deg);
		transform: rotate(-18deg);
	}
	
	12%, 28% {
		-webkit-transform: rotate(18deg);
		transform: rotate(18deg);
	}
	
	16% {
		-webkit-transform: rotate(-22deg);
		transform: rotate(-22deg);
	}
	
	20% {
		-webkit-transform: rotate(22deg);
		transform: rotate(22deg);
	}
	
	32% {
		-webkit-transform: rotate(-12deg);
		transform: rotate(-12deg);
	}
	
	36% {
		-webkit-transform: rotate(12deg);
		transform: rotate(12deg);
	}
	
	40%, to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

.fa-rotate-90 {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.fa-flip-vertical {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
	-webkit-transform: scale(-1);
	transform: scale(-1);
}

.fa-rotate-by {
	-webkit-transform: rotate(var(--fa-rotate-angle, none));
	transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: var(--fa-inverse, #fff);
}

.fa-0:before {
	content: "0";
}

.fa-1:before {
	content: "1";
}

.fa-2:before {
	content: "2";
}

.fa-3:before {
	content: "3";
}

.fa-4:before {
	content: "4";
}

.fa-5:before {
	content: "5";
}

.fa-6:before {
	content: "6";
}

.fa-7:before {
	content: "7";
}

.fa-8:before {
	content: "8";
}

.fa-9:before {
	content: "9";
}

.fa-fill-drip:before {
	content: "";
}

.fa-arrows-to-circle:before {
	content: "";
}

.fa-chevron-circle-right:before, .fa-circle-chevron-right:before {
	content: "";
}

.fa-at:before {
	content: "@";
}

.fa-trash-alt:before, .fa-trash-can:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-user-times:before, .fa-user-xmark:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-comment-alt:before, .fa-message:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-compress-alt:before, .fa-down-left-and-up-right-to-center:before {
	content: "";
}

.fa-explosion:before {
	content: "";
}

.fa-file-alt:before, .fa-file-lines:before, .fa-file-text:before {
	content: "";
}

.fa-wave-square:before {
	content: "";
}

.fa-ring:before {
	content: "";
}

.fa-building-un:before {
	content: "";
}

.fa-dice-three:before {
	content: "";
}

.fa-calendar-alt:before, .fa-calendar-days:before {
	content: "";
}

.fa-anchor-circle-check:before {
	content: "";
}

.fa-building-circle-arrow-right:before {
	content: "";
}

.fa-volleyball-ball:before, .fa-volleyball:before {
	content: "";
}

.fa-arrows-up-to-line:before {
	content: "";
}

.fa-sort-desc:before, .fa-sort-down:before {
	content: "";
}

.fa-circle-minus:before, .fa-minus-circle:before {
	content: "";
}

.fa-door-open:before {
	content: "";
}

.fa-right-from-bracket:before, .fa-sign-out-alt:before {
	content: "";
}

.fa-atom:before {
	content: "";
}

.fa-soap:before {
	content: "";
}

.fa-heart-music-camera-bolt:before, .fa-icons:before {
	content: "";
}

.fa-microphone-alt-slash:before, .fa-microphone-lines-slash:before {
	content: "";
}

.fa-bridge-circle-check:before {
	content: "";
}

.fa-pump-medical:before {
	content: "";
}

.fa-fingerprint:before {
	content: "";
}

.fa-hand-point-right:before {
	content: "";
}

.fa-magnifying-glass-location:before, .fa-search-location:before {
	content: "";
}

.fa-forward-step:before, .fa-step-forward:before {
	content: "";
}

.fa-face-smile-beam:before, .fa-smile-beam:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-football-ball:before, .fa-football:before {
	content: "";
}

.fa-school-circle-exclamation:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-angle-double-down:before, .fa-angles-down:before {
	content: "";
}

.fa-users-rectangle:before {
	content: "";
}

.fa-people-roof:before {
	content: "";
}

.fa-people-line:before {
	content: "";
}

.fa-beer-mug-empty:before, .fa-beer:before {
	content: "";
}

.fa-diagram-predecessor:before {
	content: "";
}

.fa-arrow-up-long:before, .fa-long-arrow-up:before {
	content: "";
}

.fa-burn:before, .fa-fire-flame-simple:before {
	content: "";
}

.fa-male:before, .fa-person:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-file-csv:before {
	content: "";
}

.fa-menorah:before {
	content: "";
}

.fa-truck-plane:before {
	content: "";
}

.fa-record-vinyl:before {
	content: "";
}

.fa-face-grin-stars:before, .fa-grin-stars:before {
	content: "";
}

.fa-bong:before {
	content: "";
}

.fa-pastafarianism:before, .fa-spaghetti-monster-flying:before {
	content: "";
}

.fa-arrow-down-up-across-line:before {
	content: "";
}

.fa-spoon:before, .fa-utensil-spoon:before {
	content: "";
}

.fa-jar-wheat:before {
	content: "";
}

.fa-envelopes-bulk:before, .fa-mail-bulk:before {
	content: "";
}

.fa-file-circle-exclamation:before {
	content: "";
}

.fa-circle-h:before, .fa-hospital-symbol:before {
	content: "";
}

.fa-pager:before {
	content: "";
}

.fa-address-book:before, .fa-contact-book:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-k:before {
	content: "K";
}

.fa-landmark-flag:before {
	content: "";
}

.fa-pencil-alt:before, .fa-pencil:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-file-clipboard:before, .fa-paste:before {
	content: "";
}

.fa-code-pull-request:before {
	content: "";
}

.fa-clipboard-list:before {
	content: "";
}

.fa-truck-loading:before, .fa-truck-ramp-box:before {
	content: "";
}

.fa-user-check:before {
	content: "";
}

.fa-vial-virus:before {
	content: "";
}

.fa-sheet-plastic:before {
	content: "";
}

.fa-blog:before {
	content: "";
}

.fa-user-ninja:before {
	content: "";
}

.fa-person-arrow-up-from-line:before {
	content: "";
}

.fa-scroll-torah:before, .fa-torah:before {
	content: "";
}

.fa-broom-ball:before, .fa-quidditch-broom-ball:before, .fa-quidditch:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-archive:before, .fa-box-archive:before {
	content: "";
}

.fa-person-drowning:before {
	content: "";
}

.fa-arrow-down-9-1:before, .fa-sort-numeric-desc:before, .fa-sort-numeric-down-alt:before {
	content: "";
}

.fa-face-grin-tongue-squint:before, .fa-grin-tongue-squint:before {
	content: "";
}

.fa-spray-can:before {
	content: "";
}

.fa-truck-monster:before {
	content: "";
}

.fa-w:before {
	content: "W";
}

.fa-earth-africa:before, .fa-globe-africa:before {
	content: "";
}

.fa-rainbow:before {
	content: "";
}

.fa-circle-notch:before {
	content: "";
}

.fa-tablet-alt:before, .fa-tablet-screen-button:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-trowel-bricks:before {
	content: "";
}

.fa-face-flushed:before, .fa-flushed:before {
	content: "";
}

.fa-hospital-user:before {
	content: "";
}

.fa-tent-arrow-left-right:before {
	content: "";
}

.fa-gavel:before, .fa-legal:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-box-tissue:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-bell-concierge:before, .fa-concierge-bell:before {
	content: "";
}

.fa-pen-ruler:before, .fa-pencil-ruler:before {
	content: "";
}

.fa-people-arrows-left-right:before, .fa-people-arrows:before {
	content: "";
}

.fa-mars-and-venus-burst:before {
	content: "";
}

.fa-caret-square-right:before, .fa-square-caret-right:before {
	content: "";
}

.fa-cut:before, .fa-scissors:before {
	content: "";
}

.fa-sun-plant-wilt:before {
	content: "";
}

.fa-toilets-portable:before {
	content: "";
}

.fa-hockey-puck:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magnifying-glass-arrow-right:before {
	content: "";
}

.fa-digital-tachograph:before, .fa-tachograph-digital:before {
	content: "";
}

.fa-users-slash:before {
	content: "";
}

.fa-clover:before {
	content: "";
}

.fa-mail-reply:before, .fa-reply:before {
	content: "";
}

.fa-star-and-crescent:before {
	content: "";
}

.fa-house-fire:before {
	content: "";
}

.fa-minus-square:before, .fa-square-minus:before {
	content: "";
}

.fa-helicopter:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-caret-square-down:before, .fa-square-caret-down:before {
	content: "";
}

.fa-file-circle-question:before {
	content: "";
}

.fa-laptop-code:before {
	content: "";
}

.fa-swatchbook:before {
	content: "";
}

.fa-prescription-bottle:before {
	content: "";
}

.fa-bars:before, .fa-navicon:before {
	content: "";
}

.fa-people-group:before {
	content: "";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "";
}

.fa-heart-broken:before, .fa-heart-crack:before {
	content: "";
}

.fa-external-link-square-alt:before, .fa-square-up-right:before {
	content: "";
}

.fa-face-kiss-beam:before, .fa-kiss-beam:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-ruler-horizontal:before {
	content: "";
}

.fa-people-robbery:before {
	content: "";
}

.fa-lightbulb:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-circle-exclamation:before, .fa-exclamation-circle:before {
	content: "";
}

.fa-school-circle-xmark:before {
	content: "";
}

.fa-arrow-right-from-bracket:before, .fa-sign-out:before {
	content: "";
}

.fa-chevron-circle-down:before, .fa-circle-chevron-down:before {
	content: "";
}

.fa-unlock-alt:before, .fa-unlock-keyhole:before {
	content: "";
}

.fa-cloud-showers-heavy:before {
	content: "";
}

.fa-headphones-alt:before, .fa-headphones-simple:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-circle-dollar-to-slot:before, .fa-donate:before {
	content: "";
}

.fa-memory:before {
	content: "";
}

.fa-road-spikes:before {
	content: "";
}

.fa-fire-burner:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-hanukiah:before {
	content: "";
}

.fa-feather:before {
	content: "";
}

.fa-volume-down:before, .fa-volume-low:before {
	content: "";
}

.fa-comment-slash:before {
	content: "";
}

.fa-cloud-sun-rain:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-wheat-alt:before, .fa-wheat-awn:before {
	content: "";
}

.fa-ankh:before {
	content: "";
}

.fa-hands-holding-child:before {
	content: "";
}

.fa-asterisk:before {
	content: "*";
}

.fa-check-square:before, .fa-square-check:before {
	content: "";
}

.fa-peseta-sign:before {
	content: "";
}

.fa-header:before, .fa-heading:before {
	content: "";
}

.fa-ghost:before {
	content: "";
}

.fa-list-squares:before, .fa-list:before {
	content: "";
}

.fa-phone-square-alt:before, .fa-square-phone-flip:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-circle-dot:before, .fa-dot-circle:before {
	content: "";
}

.fa-dizzy:before, .fa-face-dizzy:before {
	content: "";
}

.fa-egg:before {
	content: "";
}

.fa-house-medical-circle-xmark:before {
	content: "";
}

.fa-campground:before {
	content: "";
}

.fa-folder-plus:before {
	content: "";
}

.fa-futbol-ball:before, .fa-futbol:before, .fa-soccer-ball:before {
	content: "";
}

.fa-paint-brush:before, .fa-paintbrush:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-gas-pump:before {
	content: "";
}

.fa-hot-tub-person:before, .fa-hot-tub:before {
	content: "";
}

.fa-map-location:before, .fa-map-marked:before {
	content: "";
}

.fa-house-flood-water:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-bridge-lock:before {
	content: "";
}

.fa-sack-dollar:before {
	content: "";
}

.fa-edit:before, .fa-pen-to-square:before {
	content: "";
}

.fa-car-side:before {
	content: "";
}

.fa-share-alt:before, .fa-share-nodes:before {
	content: "";
}

.fa-heart-circle-minus:before {
	content: "";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "";
}

.fa-microscope:before {
	content: "";
}

.fa-sink:before {
	content: "";
}

.fa-bag-shopping:before, .fa-shopping-bag:before {
	content: "";
}

.fa-arrow-down-z-a:before, .fa-sort-alpha-desc:before, .fa-sort-alpha-down-alt:before {
	content: "";
}

.fa-mitten:before {
	content: "";
}

.fa-person-rays:before {
	content: "";
}

.fa-users:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-flask-vial:before {
	content: "";
}

.fa-hand-paper:before, .fa-hand:before {
	content: "";
}

.fa-om:before {
	content: "";
}

.fa-worm:before {
	content: "";
}

.fa-house-circle-xmark:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-hand-spock:before {
	content: "";
}

.fa-stopwatch:before {
	content: "";
}

.fa-face-kiss:before, .fa-kiss:before {
	content: "";
}

.fa-bridge-circle-xmark:before {
	content: "";
}

.fa-face-grin-tongue:before, .fa-grin-tongue:before {
	content: "";
}

.fa-chess-bishop:before {
	content: "";
}

.fa-face-grin-wink:before, .fa-grin-wink:before {
	content: "";
}

.fa-deaf:before, .fa-deafness:before, .fa-ear-deaf:before, .fa-hard-of-hearing:before {
	content: "";
}

.fa-road-circle-check:before {
	content: "";
}

.fa-dice-five:before {
	content: "";
}

.fa-rss-square:before, .fa-square-rss:before {
	content: "";
}

.fa-land-mine-on:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-stamp:before {
	content: "";
}

.fa-stairs:before {
	content: "";
}

.fa-i:before {
	content: "I";
}

.fa-hryvnia-sign:before, .fa-hryvnia:before {
	content: "";
}

.fa-pills:before {
	content: "";
}

.fa-face-grin-wide:before, .fa-grin-alt:before {
	content: "";
}

.fa-tooth:before {
	content: "";
}

.fa-v:before {
	content: "V";
}

.fa-bangladeshi-taka-sign:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-rod-asclepius:before, .fa-rod-snake:before, .fa-staff-aesculapius:before, .fa-staff-snake:before {
	content: "";
}

.fa-head-side-cough-slash:before {
	content: "";
}

.fa-ambulance:before, .fa-truck-medical:before {
	content: "";
}

.fa-wheat-awn-circle-exclamation:before {
	content: "";
}

.fa-snowman:before {
	content: "";
}

.fa-mortar-pestle:before {
	content: "";
}

.fa-road-barrier:before {
	content: "";
}

.fa-school:before {
	content: "";
}

.fa-igloo:before {
	content: "";
}

.fa-joint:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-horse:before {
	content: "";
}

.fa-q:before {
	content: "Q";
}

.fa-g:before {
	content: "G";
}

.fa-notes-medical:before {
	content: "";
}

.fa-temperature-2:before, .fa-temperature-half:before, .fa-thermometer-2:before, .fa-thermometer-half:before {
	content: "";
}

.fa-dong-sign:before {
	content: "";
}

.fa-capsules:before {
	content: "";
}

.fa-poo-bolt:before, .fa-poo-storm:before {
	content: "";
}

.fa-face-frown-open:before, .fa-frown-open:before {
	content: "";
}

.fa-hand-point-up:before {
	content: "";
}

.fa-money-bill:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-umbrella-beach:before {
	content: "";
}

.fa-helmet-un:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-bacon:before {
	content: "";
}

.fa-hand-point-down:before {
	content: "";
}

.fa-arrow-up-from-bracket:before {
	content: "";
}

.fa-folder-blank:before, .fa-folder:before {
	content: "";
}

.fa-file-medical-alt:before, .fa-file-waveform:before {
	content: "";
}

.fa-radiation:before {
	content: "";
}

.fa-chart-simple:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-vial:before {
	content: "";
}

.fa-dashboard:before, .fa-gauge-med:before, .fa-gauge:before, .fa-tachometer-alt-average:before {
	content: "";
}

.fa-magic-wand-sparkles:before, .fa-wand-magic-sparkles:before {
	content: "";
}

.fa-e:before {
	content: "E";
}

.fa-pen-alt:before, .fa-pen-clip:before {
	content: "";
}

.fa-bridge-circle-exclamation:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-school-circle-check:before {
	content: "";
}

.fa-dumpster:before {
	content: "";
}

.fa-shuttle-van:before, .fa-van-shuttle:before {
	content: "";
}

.fa-building-user:before {
	content: "";
}

.fa-caret-square-left:before, .fa-square-caret-left:before {
	content: "";
}

.fa-highlighter:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-synagogue:before {
	content: "";
}

.fa-person-half-dress:before {
	content: "";
}

.fa-road-bridge:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-c:before {
	content: "C";
}

.fa-tablet-button:before {
	content: "";
}

.fa-building-lock:before {
	content: "";
}

.fa-pizza-slice:before {
	content: "";
}

.fa-money-bill-wave:before {
	content: "";
}

.fa-area-chart:before, .fa-chart-area:before {
	content: "";
}

.fa-house-flag:before {
	content: "";
}

.fa-person-circle-minus:before {
	content: "";
}

.fa-ban:before, .fa-cancel:before {
	content: "";
}

.fa-camera-rotate:before {
	content: "";
}

.fa-air-freshener:before, .fa-spray-can-sparkles:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-repeat:before {
	content: "";
}

.fa-cross:before {
	content: "";
}

.fa-box:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-arrow-pointer:before, .fa-mouse-pointer:before {
	content: "";
}

.fa-expand-arrows-alt:before, .fa-maximize:before {
	content: "";
}

.fa-charging-station:before {
	content: "";
}

.fa-shapes:before, .fa-triangle-circle-square:before {
	content: "";
}

.fa-random:before, .fa-shuffle:before {
	content: "";
}

.fa-person-running:before, .fa-running:before {
	content: "";
}

.fa-mobile-retro:before {
	content: "";
}

.fa-grip-lines-vertical:before {
	content: "";
}

.fa-spider:before {
	content: "";
}

.fa-hands-bound:before {
	content: "";
}

.fa-file-invoice-dollar:before {
	content: "";
}

.fa-plane-circle-exclamation:before {
	content: "";
}

.fa-x-ray:before {
	content: "";
}

.fa-spell-check:before {
	content: "";
}

.fa-slash:before {
	content: "";
}

.fa-computer-mouse:before, .fa-mouse:before {
	content: "";
}

.fa-arrow-right-to-bracket:before, .fa-sign-in:before {
	content: "";
}

.fa-shop-slash:before, .fa-store-alt-slash:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-virus-covid-slash:before {
	content: "";
}

.fa-shop-lock:before {
	content: "";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "";
}

.fa-blender-phone:before {
	content: "";
}

.fa-building-wheat:before {
	content: "";
}

.fa-person-breastfeeding:before {
	content: "";
}

.fa-right-to-bracket:before, .fa-sign-in-alt:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-passport:before {
	content: "";
}

.fa-heart-pulse:before, .fa-heartbeat:before {
	content: "";
}

.fa-people-carry-box:before, .fa-people-carry:before {
	content: "";
}

.fa-temperature-high:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-crown:before {
	content: "";
}

.fa-weight-hanging:before {
	content: "";
}

.fa-xmarks-lines:before {
	content: "";
}

.fa-file-prescription:before {
	content: "";
}

.fa-weight-scale:before, .fa-weight:before {
	content: "";
}

.fa-user-friends:before, .fa-user-group:before {
	content: "";
}

.fa-arrow-up-a-z:before, .fa-sort-alpha-up:before {
	content: "";
}

.fa-chess-knight:before {
	content: "";
}

.fa-face-laugh-squint:before, .fa-laugh-squint:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-arrow-circle-up:before, .fa-circle-arrow-up:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-person-walking:before, .fa-walking:before {
	content: "";
}

.fa-l:before {
	content: "L";
}

.fa-fire:before {
	content: "";
}

.fa-bed-pulse:before, .fa-procedures:before {
	content: "";
}

.fa-shuttle-space:before, .fa-space-shuttle:before {
	content: "";
}

.fa-face-laugh:before, .fa-laugh:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-heart-circle-plus:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-city:before {
	content: "";
}

.fa-microphone-alt:before, .fa-microphone-lines:before {
	content: "";
}

.fa-pepper-hot:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-colon-sign:before {
	content: "";
}

.fa-headset:before {
	content: "";
}

.fa-store-slash:before {
	content: "";
}

.fa-road-circle-xmark:before {
	content: "";
}

.fa-user-minus:before {
	content: "";
}

.fa-mars-stroke-up:before, .fa-mars-stroke-v:before {
	content: "";
}

.fa-champagne-glasses:before, .fa-glass-cheers:before {
	content: "";
}

.fa-clipboard:before {
	content: "";
}

.fa-house-circle-exclamation:before {
	content: "";
}

.fa-file-arrow-up:before, .fa-file-upload:before {
	content: "";
}

.fa-wifi-3:before, .fa-wifi-strong:before, .fa-wifi:before {
	content: "";
}

.fa-bath:before, .fa-bathtub:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-user-edit:before, .fa-user-pen:before {
	content: "";
}

.fa-signature:before {
	content: "";
}

.fa-stroopwafel:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-anchor-lock:before {
	content: "";
}

.fa-building-ngo:before {
	content: "";
}

.fa-manat-sign:before {
	content: "";
}

.fa-not-equal:before {
	content: "";
}

.fa-border-style:before, .fa-border-top-left:before {
	content: "";
}

.fa-map-location-dot:before, .fa-map-marked-alt:before {
	content: "";
}

.fa-jedi:before {
	content: "";
}

.fa-poll:before, .fa-square-poll-vertical:before {
	content: "";
}

.fa-mug-hot:before {
	content: "";
}

.fa-battery-car:before, .fa-car-battery:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-dice-two:before {
	content: "";
}

.fa-chess-queen:before {
	content: "";
}

.fa-glasses:before {
	content: "";
}

.fa-chess-board:before {
	content: "";
}

.fa-building-circle-check:before {
	content: "";
}

.fa-person-chalkboard:before {
	content: "";
}

.fa-mars-stroke-h:before, .fa-mars-stroke-right:before {
	content: "";
}

.fa-hand-back-fist:before, .fa-hand-rock:before {
	content: "";
}

.fa-caret-square-up:before, .fa-square-caret-up:before {
	content: "";
}

.fa-cloud-showers-water:before {
	content: "";
}

.fa-bar-chart:before, .fa-chart-bar:before {
	content: "";
}

.fa-hands-bubbles:before, .fa-hands-wash:before {
	content: "";
}

.fa-less-than-equal:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-eye-low-vision:before, .fa-low-vision:before {
	content: "";
}

.fa-crow:before {
	content: "";
}

.fa-sailboat:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-plus-square:before, .fa-square-plus:before {
	content: "";
}

.fa-torii-gate:before {
	content: "";
}

.fa-frog:before {
	content: "";
}

.fa-bucket:before {
	content: "";
}

.fa-image:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-cow:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-screwdriver:before {
	content: "";
}

.fa-folder-closed:before {
	content: "";
}

.fa-house-tsunami:before {
	content: "";
}

.fa-square-nfi:before {
	content: "";
}

.fa-arrow-up-from-ground-water:before {
	content: "";
}

.fa-glass-martini-alt:before, .fa-martini-glass:before {
	content: "";
}

.fa-rotate-back:before, .fa-rotate-backward:before, .fa-rotate-left:before, .fa-undo-alt:before {
	content: "";
}

.fa-columns:before, .fa-table-columns:before {
	content: "";
}

.fa-lemon:before {
	content: "";
}

.fa-head-side-mask:before {
	content: "";
}

.fa-handshake:before {
	content: "";
}

.fa-gem:before {
	content: "";
}

.fa-dolly-box:before, .fa-dolly:before {
	content: "";
}

.fa-smoking:before {
	content: "";
}

.fa-compress-arrows-alt:before, .fa-minimize:before {
	content: "";
}

.fa-monument:before {
	content: "";
}

.fa-snowplow:before {
	content: "";
}

.fa-angle-double-right:before, .fa-angles-right:before {
	content: "";
}

.fa-cannabis:before {
	content: "";
}

.fa-circle-play:before, .fa-play-circle:before {
	content: "";
}

.fa-tablets:before {
	content: "";
}

.fa-ethernet:before {
	content: "";
}

.fa-eur:before, .fa-euro-sign:before, .fa-euro:before {
	content: "";
}

.fa-chair:before {
	content: "";
}

.fa-check-circle:before, .fa-circle-check:before {
	content: "";
}

.fa-circle-stop:before, .fa-stop-circle:before {
	content: "";
}

.fa-compass-drafting:before, .fa-drafting-compass:before {
	content: "";
}

.fa-plate-wheat:before {
	content: "";
}

.fa-icicles:before {
	content: "";
}

.fa-person-shelter:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-marker:before {
	content: "";
}

.fa-face-laugh-beam:before, .fa-laugh-beam:before {
	content: "";
}

.fa-helicopter-symbol:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-chevron-circle-up:before, .fa-circle-chevron-up:before {
	content: "";
}

.fa-lari-sign:before {
	content: "";
}

.fa-volcano:before {
	content: "";
}

.fa-person-walking-dashed-line-arrow-right:before {
	content: "";
}

.fa-gbp:before, .fa-pound-sign:before, .fa-sterling-sign:before {
	content: "";
}

.fa-viruses:before {
	content: "";
}

.fa-square-person-confined:before {
	content: "";
}

.fa-user-tie:before {
	content: "";
}

.fa-arrow-down-long:before, .fa-long-arrow-down:before {
	content: "";
}

.fa-tent-arrow-down-to-line:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-person-skating:before, .fa-skating:before {
	content: "";
}

.fa-filter-circle-dollar:before, .fa-funnel-dollar:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-arrow-circle-down:before, .fa-circle-arrow-down:before {
	content: "";
}

.fa-arrow-right-to-file:before, .fa-file-import:before {
	content: "";
}

.fa-external-link-square:before, .fa-square-arrow-up-right:before {
	content: "";
}

.fa-box-open:before {
	content: "";
}

.fa-scroll:before {
	content: "";
}

.fa-spa:before {
	content: "";
}

.fa-location-pin-lock:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-hill-avalanche:before {
	content: "";
}

.fa-temperature-0:before, .fa-temperature-empty:before, .fa-thermometer-0:before, .fa-thermometer-empty:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-address-card:before, .fa-contact-card:before, .fa-vcard:before {
	content: "";
}

.fa-balance-scale-right:before, .fa-scale-unbalanced-flip:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-diamond-turn-right:before, .fa-directions:before {
	content: "";
}

.fa-burst:before {
	content: "";
}

.fa-house-laptop:before, .fa-laptop-house:before {
	content: "";
}

.fa-face-tired:before, .fa-tired:before {
	content: "";
}

.fa-money-bills:before {
	content: "";
}

.fa-smog:before {
	content: "";
}

.fa-crutch:before {
	content: "";
}

.fa-cloud-arrow-up:before, .fa-cloud-upload-alt:before, .fa-cloud-upload:before {
	content: "";
}

.fa-palette:before {
	content: "";
}

.fa-arrows-turn-right:before {
	content: "";
}

.fa-vest:before {
	content: "";
}

.fa-ferry:before {
	content: "";
}

.fa-arrows-down-to-people:before {
	content: "";
}

.fa-seedling:before, .fa-sprout:before {
	content: "";
}

.fa-arrows-alt-h:before, .fa-left-right:before {
	content: "";
}

.fa-boxes-packing:before {
	content: "";
}

.fa-arrow-circle-left:before, .fa-circle-arrow-left:before {
	content: "";
}

.fa-group-arrows-rotate:before {
	content: "";
}

.fa-bowl-food:before {
	content: "";
}

.fa-candy-cane:before {
	content: "";
}

.fa-arrow-down-wide-short:before, .fa-sort-amount-asc:before, .fa-sort-amount-down:before {
	content: "";
}

.fa-cloud-bolt:before, .fa-thunderstorm:before {
	content: "";
}

.fa-remove-format:before, .fa-text-slash:before {
	content: "";
}

.fa-face-smile-wink:before, .fa-smile-wink:before {
	content: "";
}

.fa-file-word:before {
	content: "";
}

.fa-file-powerpoint:before {
	content: "";
}

.fa-arrows-h:before, .fa-arrows-left-right:before {
	content: "";
}

.fa-house-lock:before {
	content: "";
}

.fa-cloud-arrow-down:before, .fa-cloud-download-alt:before, .fa-cloud-download:before {
	content: "";
}

.fa-children:before {
	content: "";
}

.fa-blackboard:before, .fa-chalkboard:before {
	content: "";
}

.fa-user-alt-slash:before, .fa-user-large-slash:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-handshake-alt-slash:before, .fa-handshake-simple-slash:before {
	content: "";
}

.fa-mattress-pillow:before {
	content: "";
}

.fa-guarani-sign:before {
	content: "";
}

.fa-arrows-rotate:before, .fa-refresh:before, .fa-sync:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-cruzeiro-sign:before {
	content: "";
}

.fa-greater-than-equal:before {
	content: "";
}

.fa-shield-alt:before, .fa-shield-halved:before {
	content: "";
}

.fa-atlas:before, .fa-book-atlas:before {
	content: "";
}

.fa-virus:before {
	content: "";
}

.fa-envelope-circle-check:before {
	content: "";
}

.fa-layer-group:before {
	content: "";
}

.fa-arrows-to-dot:before {
	content: "";
}

.fa-archway:before {
	content: "";
}

.fa-heart-circle-check:before {
	content: "";
}

.fa-house-chimney-crack:before, .fa-house-damage:before {
	content: "";
}

.fa-file-archive:before, .fa-file-zipper:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-glass-martini:before, .fa-martini-glass-empty:before {
	content: "";
}

.fa-couch:before {
	content: "";
}

.fa-cedi-sign:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-church:before {
	content: "";
}

.fa-comments-dollar:before {
	content: "";
}

.fa-democrat:before {
	content: "";
}

.fa-z:before {
	content: "Z";
}

.fa-person-skiing:before, .fa-skiing:before {
	content: "";
}

.fa-road-lock:before {
	content: "";
}

.fa-a:before {
	content: "A";
}

.fa-temperature-arrow-down:before, .fa-temperature-down:before {
	content: "";
}

.fa-feather-alt:before, .fa-feather-pointed:before {
	content: "";
}

.fa-p:before {
	content: "P";
}

.fa-snowflake:before {
	content: "";
}

.fa-newspaper:before {
	content: "";
}

.fa-ad:before, .fa-rectangle-ad:before {
	content: "";
}

.fa-arrow-circle-right:before, .fa-circle-arrow-right:before {
	content: "";
}

.fa-filter-circle-xmark:before {
	content: "";
}

.fa-locust:before {
	content: "";
}

.fa-sort:before, .fa-unsorted:before {
	content: "";
}

.fa-list-1-2:before, .fa-list-numeric:before, .fa-list-ol:before {
	content: "";
}

.fa-person-dress-burst:before {
	content: "";
}

.fa-money-check-alt:before, .fa-money-check-dollar:before {
	content: "";
}

.fa-vector-square:before {
	content: "";
}

.fa-bread-slice:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-face-kiss-wink-heart:before, .fa-kiss-wink-heart:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-question:before {
	content: "?";
}

.fa-file-signature:before {
	content: "";
}

.fa-arrows-alt:before, .fa-up-down-left-right:before {
	content: "";
}

.fa-house-chimney-user:before {
	content: "";
}

.fa-hand-holding-heart:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-money-check:before {
	content: "";
}

.fa-star-half-alt:before, .fa-star-half-stroke:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-glass-whiskey:before, .fa-whiskey-glass:before {
	content: "";
}

.fa-building-circle-exclamation:before {
	content: "";
}

.fa-magnifying-glass-chart:before {
	content: "";
}

.fa-arrow-up-right-from-square:before, .fa-external-link:before {
	content: "";
}

.fa-cubes-stacked:before {
	content: "";
}

.fa-krw:before, .fa-won-sign:before, .fa-won:before {
	content: "";
}

.fa-virus-covid:before {
	content: "";
}

.fa-austral-sign:before {
	content: "";
}

.fa-f:before {
	content: "F";
}

.fa-leaf:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-cab:before, .fa-taxi:before {
	content: "";
}

.fa-person-circle-plus:before {
	content: "";
}

.fa-chart-pie:before, .fa-pie-chart:before {
	content: "";
}

.fa-bolt-lightning:before {
	content: "";
}

.fa-sack-xmark:before {
	content: "";
}

.fa-file-excel:before {
	content: "";
}

.fa-file-contract:before {
	content: "";
}

.fa-fish-fins:before {
	content: "";
}

.fa-building-flag:before {
	content: "";
}

.fa-face-grin-beam:before, .fa-grin-beam:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-poop:before {
	content: "";
}

.fa-location-pin:before, .fa-map-marker:before {
	content: "";
}

.fa-kaaba:before {
	content: "";
}

.fa-toilet-paper:before {
	content: "";
}

.fa-hard-hat:before, .fa-hat-hard:before, .fa-helmet-safety:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-arrow-alt-circle-right:before, .fa-circle-right:before {
	content: "";
}

.fa-plane-circle-check:before {
	content: "";
}

.fa-face-rolling-eyes:before, .fa-meh-rolling-eyes:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-chart-line:before, .fa-line-chart:before {
	content: "";
}

.fa-mask-ventilator:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-map-signs:before, .fa-signs-post:before {
	content: "";
}

.fa-cash-register:before {
	content: "";
}

.fa-person-circle-question:before {
	content: "";
}

.fa-h:before {
	content: "H";
}

.fa-tarp:before {
	content: "";
}

.fa-screwdriver-wrench:before, .fa-tools:before {
	content: "";
}

.fa-arrows-to-eye:before {
	content: "";
}

.fa-plug-circle-bolt:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-mars-and-venus:before {
	content: "";
}

.fa-home-user:before, .fa-house-user:before {
	content: "";
}

.fa-dumpster-fire:before {
	content: "";
}

.fa-house-crack:before {
	content: "";
}

.fa-cocktail:before, .fa-martini-glass-citrus:before {
	content: "";
}

.fa-face-surprise:before, .fa-surprise:before {
	content: "";
}

.fa-bottle-water:before {
	content: "";
}

.fa-circle-pause:before, .fa-pause-circle:before {
	content: "";
}

.fa-toilet-paper-slash:before {
	content: "";
}

.fa-apple-alt:before, .fa-apple-whole:before {
	content: "";
}

.fa-kitchen-set:before {
	content: "";
}

.fa-r:before {
	content: "R";
}

.fa-temperature-1:before, .fa-temperature-quarter:before, .fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-bitcoin-sign:before {
	content: "";
}

.fa-shield-dog:before {
	content: "";
}

.fa-solar-panel:before {
	content: "";
}

.fa-lock-open:before {
	content: "";
}

.fa-elevator:before {
	content: "";
}

.fa-money-bill-transfer:before {
	content: "";
}

.fa-money-bill-trend-up:before {
	content: "";
}

.fa-house-flood-water-circle-arrow-right:before {
	content: "";
}

.fa-poll-h:before, .fa-square-poll-horizontal:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-backward-fast:before, .fa-fast-backward:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-user-astronaut:before {
	content: "";
}

.fa-plane-slash:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-basketball-ball:before, .fa-basketball:before {
	content: "";
}

.fa-satellite-dish:before {
	content: "";
}

.fa-arrow-alt-circle-up:before, .fa-circle-up:before {
	content: "";
}

.fa-mobile-alt:before, .fa-mobile-screen-button:before {
	content: "";
}

.fa-volume-high:before, .fa-volume-up:before {
	content: "";
}

.fa-users-rays:before {
	content: "";
}

.fa-wallet:before {
	content: "";
}

.fa-clipboard-check:before {
	content: "";
}

.fa-file-audio:before {
	content: "";
}

.fa-burger:before, .fa-hamburger:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-bugs:before {
	content: "";
}

.fa-rupee-sign:before, .fa-rupee:before {
	content: "";
}

.fa-file-image:before {
	content: "";
}

.fa-circle-question:before, .fa-question-circle:before {
	content: "";
}

.fa-plane-departure:before {
	content: "";
}

.fa-handshake-slash:before {
	content: "";
}

.fa-book-bookmark:before {
	content: "";
}

.fa-code-branch:before {
	content: "";
}

.fa-hat-cowboy:before {
	content: "";
}

.fa-bridge:before {
	content: "";
}

.fa-phone-alt:before, .fa-phone-flip:before {
	content: "";
}

.fa-truck-front:before {
	content: "";
}

.fa-cat:before {
	content: "";
}

.fa-anchor-circle-exclamation:before {
	content: "";
}

.fa-truck-field:before {
	content: "";
}

.fa-route:before {
	content: "";
}

.fa-clipboard-question:before {
	content: "";
}

.fa-panorama:before {
	content: "";
}

.fa-comment-medical:before {
	content: "";
}

.fa-teeth-open:before {
	content: "";
}

.fa-file-circle-minus:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-wine-glass:before {
	content: "";
}

.fa-fast-forward:before, .fa-forward-fast:before {
	content: "";
}

.fa-face-meh-blank:before, .fa-meh-blank:before {
	content: "";
}

.fa-parking:before, .fa-square-parking:before {
	content: "";
}

.fa-house-signal:before {
	content: "";
}

.fa-bars-progress:before, .fa-tasks-alt:before {
	content: "";
}

.fa-faucet-drip:before {
	content: "";
}

.fa-cart-flatbed:before, .fa-dolly-flatbed:before {
	content: "";
}

.fa-ban-smoking:before, .fa-smoking-ban:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-mobile-button:before {
	content: "";
}

.fa-house-medical-flag:before {
	content: "";
}

.fa-basket-shopping:before, .fa-shopping-basket:before {
	content: "";
}

.fa-tape:before {
	content: "";
}

.fa-bus-alt:before, .fa-bus-simple:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-face-sad-cry:before, .fa-sad-cry:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-person-military-to-person:before {
	content: "";
}

.fa-file-shield:before {
	content: "";
}

.fa-user-slash:before {
	content: "";
}

.fa-pen:before {
	content: "";
}

.fa-tower-observation:before {
	content: "";
}

.fa-file-code:before {
	content: "";
}

.fa-signal-5:before, .fa-signal-perfect:before, .fa-signal:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-heart-circle-xmark:before {
	content: "";
}

.fa-home-lg:before, .fa-house-chimney:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-face-frown:before, .fa-frown:before {
	content: "";
}

.fa-prescription:before {
	content: "";
}

.fa-shop:before, .fa-store-alt:before {
	content: "";
}

.fa-floppy-disk:before, .fa-save:before {
	content: "";
}

.fa-vihara:before {
	content: "";
}

.fa-balance-scale-left:before, .fa-scale-unbalanced:before {
	content: "";
}

.fa-sort-asc:before, .fa-sort-up:before {
	content: "";
}

.fa-comment-dots:before, .fa-commenting:before {
	content: "";
}

.fa-plant-wilt:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-face-grin-squint:before, .fa-grin-squint:before {
	content: "";
}

.fa-hand-holding-dollar:before, .fa-hand-holding-usd:before {
	content: "";
}

.fa-bacterium:before {
	content: "";
}

.fa-hand-pointer:before {
	content: "";
}

.fa-drum-steelpan:before {
	content: "";
}

.fa-hand-scissors:before {
	content: "";
}

.fa-hands-praying:before, .fa-praying-hands:before {
	content: "";
}

.fa-arrow-right-rotate:before, .fa-arrow-rotate-forward:before, .fa-arrow-rotate-right:before, .fa-redo:before {
	content: "";
}

.fa-biohazard:before {
	content: "";
}

.fa-location-crosshairs:before, .fa-location:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-child-dress:before {
	content: "";
}

.fa-users-between-lines:before {
	content: "";
}

.fa-lungs-virus:before {
	content: "";
}

.fa-face-grin-tears:before, .fa-grin-tears:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-calendar-times:before, .fa-calendar-xmark:before {
	content: "";
}

.fa-child-reaching:before {
	content: "";
}

.fa-head-side-virus:before {
	content: "";
}

.fa-user-cog:before, .fa-user-gear:before {
	content: "";
}

.fa-arrow-up-1-9:before, .fa-sort-numeric-up:before {
	content: "";
}

.fa-door-closed:before {
	content: "";
}

.fa-shield-virus:before {
	content: "";
}

.fa-dice-six:before {
	content: "";
}

.fa-mosquito-net:before {
	content: "";
}

.fa-bridge-water:before {
	content: "";
}

.fa-person-booth:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-hat-wizard:before {
	content: "";
}

.fa-pen-fancy:before {
	content: "";
}

.fa-digging:before, .fa-person-digging:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-gauge-simple-med:before, .fa-gauge-simple:before, .fa-tachometer-average:before {
	content: "";
}

.fa-book-medical:before {
	content: "";
}

.fa-poo:before {
	content: "";
}

.fa-quote-right-alt:before, .fa-quote-right:before {
	content: "";
}

.fa-shirt:before, .fa-t-shirt:before, .fa-tshirt:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-divide:before {
	content: "";
}

.fa-tenge-sign:before, .fa-tenge:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-hands-holding:before {
	content: "";
}

.fa-hands-clapping:before {
	content: "";
}

.fa-republican:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-person-circle-xmark:before {
	content: "";
}

.fa-ruler:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-dice-d6:before {
	content: "";
}

.fa-restroom:before {
	content: "";
}

.fa-j:before {
	content: "J";
}

.fa-users-viewfinder:before {
	content: "";
}

.fa-file-video:before {
	content: "";
}

.fa-external-link-alt:before, .fa-up-right-from-square:before {
	content: "";
}

.fa-table-cells:before, .fa-th:before {
	content: "";
}

.fa-file-pdf:before {
	content: "";
}

.fa-bible:before, .fa-book-bible:before {
	content: "";
}

.fa-o:before {
	content: "O";
}

.fa-medkit:before, .fa-suitcase-medical:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-otter:before {
	content: "";
}

.fa-female:before, .fa-person-dress:before {
	content: "";
}

.fa-comment-dollar:before {
	content: "";
}

.fa-briefcase-clock:before, .fa-business-time:before {
	content: "";
}

.fa-table-cells-large:before, .fa-th-large:before {
	content: "";
}

.fa-book-tanakh:before, .fa-tanakh:before {
	content: "";
}

.fa-phone-volume:before, .fa-volume-control-phone:before {
	content: "";
}

.fa-hat-cowboy-side:before {
	content: "";
}

.fa-clipboard-user:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-lira-sign:before {
	content: "";
}

.fa-satellite:before {
	content: "";
}

.fa-plane-lock:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-birthday-cake:before, .fa-cake-candles:before, .fa-cake:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-angle-double-up:before, .fa-angles-up:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-arrow-right-to-city:before {
	content: "";
}

.fa-ribbon:before {
	content: "";
}

.fa-lungs:before {
	content: "";
}

.fa-arrow-up-9-1:before, .fa-sort-numeric-up-alt:before {
	content: "";
}

.fa-litecoin-sign:before {
	content: "";
}

.fa-border-none:before {
	content: "";
}

.fa-circle-nodes:before {
	content: "";
}

.fa-parachute-box:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-truck-field-un:before {
	content: "";
}

.fa-hourglass-empty:before, .fa-hourglass:before {
	content: "";
}

.fa-mountain:before {
	content: "";
}

.fa-user-doctor:before, .fa-user-md:before {
	content: "";
}

.fa-circle-info:before, .fa-info-circle:before {
	content: "";
}

.fa-cloud-meatball:before {
	content: "";
}

.fa-camera-alt:before, .fa-camera:before {
	content: "";
}

.fa-square-virus:before {
	content: "";
}

.fa-meteor:before {
	content: "";
}

.fa-car-on:before {
	content: "";
}

.fa-sleigh:before {
	content: "";
}

.fa-arrow-down-1-9:before, .fa-sort-numeric-asc:before, .fa-sort-numeric-down:before {
	content: "";
}

.fa-hand-holding-droplet:before, .fa-hand-holding-water:before {
	content: "";
}

.fa-water:before {
	content: "";
}

.fa-calendar-check:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-prescription-bottle-alt:before, .fa-prescription-bottle-medical:before {
	content: "";
}

.fa-landmark:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-person-cane:before {
	content: "";
}

.fa-tent:before {
	content: "";
}

.fa-vest-patches:before {
	content: "";
}

.fa-check-double:before {
	content: "";
}

.fa-arrow-down-a-z:before, .fa-sort-alpha-asc:before, .fa-sort-alpha-down:before {
	content: "";
}

.fa-money-bill-wheat:before {
	content: "";
}

.fa-cookie:before {
	content: "";
}

.fa-arrow-left-rotate:before, .fa-arrow-rotate-back:before, .fa-arrow-rotate-backward:before, .fa-arrow-rotate-left:before, .fa-undo:before {
	content: "";
}

.fa-hard-drive:before, .fa-hdd:before {
	content: "";
}

.fa-face-grin-squint-tears:before, .fa-grin-squint-tears:before {
	content: "";
}

.fa-dumbbell:before {
	content: "";
}

.fa-list-alt:before, .fa-rectangle-list:before {
	content: "";
}

.fa-tarp-droplet:before {
	content: "";
}

.fa-house-medical-circle-check:before {
	content: "";
}

.fa-person-skiing-nordic:before, .fa-skiing-nordic:before {
	content: "";
}

.fa-calendar-plus:before {
	content: "";
}

.fa-plane-arrival:before {
	content: "";
}

.fa-arrow-alt-circle-left:before, .fa-circle-left:before {
	content: "";
}

.fa-subway:before, .fa-train-subway:before {
	content: "";
}

.fa-chart-gantt:before {
	content: "";
}

.fa-indian-rupee-sign:before, .fa-indian-rupee:before, .fa-inr:before {
	content: "";
}

.fa-crop-alt:before, .fa-crop-simple:before {
	content: "";
}

.fa-money-bill-1:before, .fa-money-bill-alt:before {
	content: "";
}

.fa-left-long:before, .fa-long-arrow-alt-left:before {
	content: "";
}

.fa-dna:before {
	content: "";
}

.fa-virus-slash:before {
	content: "";
}

.fa-minus:before, .fa-subtract:before {
	content: "";
}

.fa-chess:before {
	content: "";
}

.fa-arrow-left-long:before, .fa-long-arrow-left:before {
	content: "";
}

.fa-plug-circle-check:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-franc-sign:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before, .fa-hands-american-sign-language-interpreting:before, .fa-hands-asl-interpreting:before {
	content: "";
}

.fa-cog:before, .fa-gear:before {
	content: "";
}

.fa-droplet-slash:before, .fa-tint-slash:before {
	content: "";
}

.fa-mosque:before {
	content: "";
}

.fa-mosquito:before {
	content: "";
}

.fa-star-of-david:before {
	content: "";
}

.fa-person-military-rifle:before {
	content: "";
}

.fa-cart-shopping:before, .fa-shopping-cart:before {
	content: "";
}

.fa-vials:before {
	content: "";
}

.fa-plug-circle-plus:before {
	content: "";
}

.fa-place-of-worship:before {
	content: "";
}

.fa-grip-vertical:before {
	content: "";
}

.fa-arrow-turn-up:before, .fa-level-up:before {
	content: "";
}

.fa-u:before {
	content: "U";
}

.fa-square-root-alt:before, .fa-square-root-variable:before {
	content: "";
}

.fa-clock-four:before, .fa-clock:before {
	content: "";
}

.fa-backward-step:before, .fa-step-backward:before {
	content: "";
}

.fa-pallet:before {
	content: "";
}

.fa-faucet:before {
	content: "";
}

.fa-baseball-bat-ball:before {
	content: "";
}

.fa-s:before {
	content: "S";
}

.fa-timeline:before {
	content: "";
}

.fa-keyboard:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-clinic-medical:before, .fa-house-chimney-medical:before {
	content: "";
}

.fa-temperature-3:before, .fa-temperature-three-quarters:before, .fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content: "";
}

.fa-mobile-android-alt:before, .fa-mobile-screen:before {
	content: "";
}

.fa-plane-up:before {
	content: "";
}

.fa-piggy-bank:before {
	content: "";
}

.fa-battery-3:before, .fa-battery-half:before {
	content: "";
}

.fa-mountain-city:before {
	content: "";
}

.fa-coins:before {
	content: "";
}

.fa-khanda:before {
	content: "";
}

.fa-sliders-h:before, .fa-sliders:before {
	content: "";
}

.fa-folder-tree:before {
	content: "";
}

.fa-network-wired:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-hamsa:before {
	content: "";
}

.fa-cent-sign:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-person-pregnant:before {
	content: "";
}

.fa-wand-sparkles:before {
	content: "";
}

.fa-ellipsis-v:before, .fa-ellipsis-vertical:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-long-arrow-alt-right:before, .fa-right-long:before {
	content: "";
}

.fa-flag-usa:before {
	content: "";
}

.fa-laptop-file:before {
	content: "";
}

.fa-teletype:before, .fa-tty:before {
	content: "";
}

.fa-diagram-next:before {
	content: "";
}

.fa-person-rifle:before {
	content: "";
}

.fa-house-medical-circle-exclamation:before {
	content: "";
}

.fa-closed-captioning:before {
	content: "";
}

.fa-hiking:before, .fa-person-hiking:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-images:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-people-pulling:before {
	content: "";
}

.fa-n:before {
	content: "N";
}

.fa-cable-car:before, .fa-tram:before {
	content: "";
}

.fa-cloud-rain:before {
	content: "";
}

.fa-building-circle-xmark:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-arrows-down-to-line:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-face-grin:before, .fa-grin:before {
	content: "";
}

.fa-backspace:before, .fa-delete-left:before {
	content: "";
}

.fa-eye-dropper-empty:before, .fa-eye-dropper:before, .fa-eyedropper:before {
	content: "";
}

.fa-file-circle-check:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-mobile-android:before, .fa-mobile-phone:before, .fa-mobile:before {
	content: "";
}

.fa-face-meh:before, .fa-meh:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-book-dead:before, .fa-book-skull:before {
	content: "";
}

.fa-drivers-license:before, .fa-id-card:before {
	content: "";
}

.fa-dedent:before, .fa-outdent:before {
	content: "";
}

.fa-heart-circle-exclamation:before {
	content: "";
}

.fa-home-alt:before, .fa-home-lg-alt:before, .fa-home:before, .fa-house:before {
	content: "";
}

.fa-calendar-week:before {
	content: "";
}

.fa-laptop-medical:before {
	content: "";
}

.fa-b:before {
	content: "B";
}

.fa-file-medical:before {
	content: "";
}

.fa-dice-one:before {
	content: "";
}

.fa-kiwi-bird:before {
	content: "";
}

.fa-arrow-right-arrow-left:before, .fa-exchange:before {
	content: "";
}

.fa-redo-alt:before, .fa-rotate-forward:before, .fa-rotate-right:before {
	content: "";
}

.fa-cutlery:before, .fa-utensils:before {
	content: "";
}

.fa-arrow-up-wide-short:before, .fa-sort-amount-up:before {
	content: "";
}

.fa-mill-sign:before {
	content: "";
}

.fa-bowl-rice:before {
	content: "";
}

.fa-skull:before {
	content: "";
}

.fa-broadcast-tower:before, .fa-tower-broadcast:before {
	content: "";
}

.fa-truck-pickup:before {
	content: "";
}

.fa-long-arrow-alt-up:before, .fa-up-long:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-code-merge:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-hurricane:before {
	content: "";
}

.fa-mound:before {
	content: "";
}

.fa-toilet-portable:before {
	content: "";
}

.fa-compact-disc:before {
	content: "";
}

.fa-file-arrow-down:before, .fa-file-download:before {
	content: "";
}

.fa-caravan:before {
	content: "";
}

.fa-shield-cat:before {
	content: "";
}

.fa-bolt:before, .fa-zap:before {
	content: "";
}

.fa-glass-water:before {
	content: "";
}

.fa-oil-well:before {
	content: "";
}

.fa-vault:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-toilet:before {
	content: "";
}

.fa-plane-circle-xmark:before {
	content: "";
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen-sign:before, .fa-yen:before {
	content: "";
}

.fa-rouble:before, .fa-rub:before, .fa-ruble-sign:before, .fa-ruble:before {
	content: "";
}

.fa-sun:before {
	content: "";
}

.fa-guitar:before {
	content: "";
}

.fa-face-laugh-wink:before, .fa-laugh-wink:before {
	content: "";
}

.fa-horse-head:before {
	content: "";
}

.fa-bore-hole:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-arrow-alt-circle-down:before, .fa-circle-down:before {
	content: "";
}

.fa-arrows-turn-to-dots:before {
	content: "";
}

.fa-florin-sign:before {
	content: "";
}

.fa-arrow-down-short-wide:before, .fa-sort-amount-desc:before, .fa-sort-amount-down-alt:before {
	content: "";
}

.fa-less-than:before {
	content: "<";
}

.fa-angle-down:before {
	content: "";
}

.fa-car-tunnel:before {
	content: "";
}

.fa-head-side-cough:before {
	content: "";
}

.fa-grip-lines:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-user-lock:before {
	content: "";
}

.fa-arrow-right-long:before, .fa-long-arrow-right:before {
	content: "";
}

.fa-anchor-circle-xmark:before {
	content: "";
}

.fa-ellipsis-h:before, .fa-ellipsis:before {
	content: "";
}

.fa-chess-pawn:before {
	content: "";
}

.fa-first-aid:before, .fa-kit-medical:before {
	content: "";
}

.fa-person-through-window:before {
	content: "";
}

.fa-toolbox:before {
	content: "";
}

.fa-hands-holding-circle:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-credit-card-alt:before, .fa-credit-card:before {
	content: "";
}

.fa-automobile:before, .fa-car:before {
	content: "";
}

.fa-hand-holding-hand:before {
	content: "";
}

.fa-book-open-reader:before, .fa-book-reader:before {
	content: "";
}

.fa-mountain-sun:before {
	content: "";
}

.fa-arrows-left-right-to-line:before {
	content: "";
}

.fa-dice-d20:before {
	content: "";
}

.fa-truck-droplet:before {
	content: "";
}

.fa-file-circle-xmark:before {
	content: "";
}

.fa-temperature-arrow-up:before, .fa-temperature-up:before {
	content: "";
}

.fa-medal:before {
	content: "";
}

.fa-bed:before {
	content: "";
}

.fa-h-square:before, .fa-square-h:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-temperature-4:before, .fa-temperature-full:before, .fa-thermometer-4:before, .fa-thermometer-full:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-plug-circle-xmark:before {
	content: "";
}

.fa-star-of-life:before {
	content: "";
}

.fa-phone-slash:before {
	content: "";
}

.fa-paint-roller:before {
	content: "";
}

.fa-hands-helping:before, .fa-handshake-angle:before {
	content: "";
}

.fa-location-dot:before, .fa-map-marker-alt:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-greater-than:before {
	content: ">";
}

.fa-person-swimming:before, .fa-swimmer:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-droplet:before, .fa-tint:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-earth-america:before, .fa-earth-americas:before, .fa-earth:before, .fa-globe-americas:before {
	content: "";
}

.fa-person-burst:before {
	content: "";
}

.fa-dove:before {
	content: "";
}

.fa-battery-0:before, .fa-battery-empty:before {
	content: "";
}

.fa-socks:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-section:before {
	content: "";
}

.fa-gauge-high:before, .fa-tachometer-alt-fast:before, .fa-tachometer-alt:before {
	content: "";
}

.fa-envelope-open-text:before {
	content: "";
}

.fa-hospital-alt:before, .fa-hospital-wide:before, .fa-hospital:before {
	content: "";
}

.fa-wine-bottle:before {
	content: "";
}

.fa-chess-rook:before {
	content: "";
}

.fa-bars-staggered:before, .fa-reorder:before, .fa-stream:before {
	content: "";
}

.fa-dharmachakra:before {
	content: "";
}

.fa-hotdog:before {
	content: "";
}

.fa-blind:before, .fa-person-walking-with-cane:before {
	content: "";
}

.fa-drum:before {
	content: "";
}

.fa-ice-cream:before {
	content: "";
}

.fa-heart-circle-bolt:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-check-to-slot:before, .fa-vote-yea:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-boxes-alt:before, .fa-boxes-stacked:before, .fa-boxes:before {
	content: "";
}

.fa-chain:before, .fa-link:before {
	content: "";
}

.fa-assistive-listening-systems:before, .fa-ear-listen:before {
	content: "";
}

.fa-tree-city:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-rupiah-sign:before {
	content: "";
}

.fa-magnifying-glass:before, .fa-search:before {
	content: "";
}

.fa-ping-pong-paddle-ball:before, .fa-table-tennis-paddle-ball:before, .fa-table-tennis:before {
	content: "";
}

.fa-diagnoses:before, .fa-person-dots-from-line:before {
	content: "";
}

.fa-trash-can-arrow-up:before, .fa-trash-restore-alt:before {
	content: "";
}

.fa-naira-sign:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-walkie-talkie:before {
	content: "";
}

.fa-file-edit:before, .fa-file-pen:before {
	content: "";
}

.fa-receipt:before {
	content: "";
}

.fa-pen-square:before, .fa-pencil-square:before, .fa-square-pen:before {
	content: "";
}

.fa-suitcase-rolling:before {
	content: "";
}

.fa-person-circle-exclamation:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-battery-5:before, .fa-battery-full:before, .fa-battery:before {
	content: "";
}

.fa-skull-crossbones:before {
	content: "";
}

.fa-code-compare:before {
	content: "";
}

.fa-list-dots:before, .fa-list-ul:before {
	content: "";
}

.fa-school-lock:before {
	content: "";
}

.fa-tower-cell:before {
	content: "";
}

.fa-down-long:before, .fa-long-arrow-alt-down:before {
	content: "";
}

.fa-ranking-star:before {
	content: "";
}

.fa-chess-king:before {
	content: "";
}

.fa-person-harassing:before {
	content: "";
}

.fa-brazilian-real-sign:before {
	content: "";
}

.fa-landmark-alt:before, .fa-landmark-dome:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-television:before, .fa-tv-alt:before, .fa-tv:before {
	content: "";
}

.fa-shrimp:before {
	content: "";
}

.fa-list-check:before, .fa-tasks:before {
	content: "";
}

.fa-jug-detergent:before {
	content: "";
}

.fa-circle-user:before, .fa-user-circle:before {
	content: "";
}

.fa-user-shield:before {
	content: "";
}

.fa-wind:before {
	content: "";
}

.fa-car-burst:before, .fa-car-crash:before {
	content: "";
}

.fa-y:before {
	content: "Y";
}

.fa-person-snowboarding:before, .fa-snowboarding:before {
	content: "";
}

.fa-shipping-fast:before, .fa-truck-fast:before {
	content: "";
}

.fa-fish:before {
	content: "";
}

.fa-user-graduate:before {
	content: "";
}

.fa-adjust:before, .fa-circle-half-stroke:before {
	content: "";
}

.fa-clapperboard:before {
	content: "";
}

.fa-circle-radiation:before, .fa-radiation-alt:before {
	content: "";
}

.fa-baseball-ball:before, .fa-baseball:before {
	content: "";
}

.fa-jet-fighter-up:before {
	content: "";
}

.fa-diagram-project:before, .fa-project-diagram:before {
	content: "";
}

.fa-copy:before {
	content: "";
}

.fa-volume-mute:before, .fa-volume-times:before, .fa-volume-xmark:before {
	content: "";
}

.fa-hand-sparkles:before {
	content: "";
}

.fa-grip-horizontal:before, .fa-grip:before {
	content: "";
}

.fa-share-from-square:before, .fa-share-square:before {
	content: "";
}

.fa-child-combatant:before, .fa-child-rifle:before {
	content: "";
}

.fa-gun:before {
	content: "";
}

.fa-phone-square:before, .fa-square-phone:before {
	content: "";
}

.fa-add:before, .fa-plus:before {
	content: "+";
}

.fa-expand:before {
	content: "";
}

.fa-computer:before {
	content: "";
}

.fa-close:before, .fa-multiply:before, .fa-remove:before, .fa-times:before, .fa-xmark:before {
	content: "";
}

.fa-arrows-up-down-left-right:before, .fa-arrows:before {
	content: "";
}

.fa-chalkboard-teacher:before, .fa-chalkboard-user:before {
	content: "";
}

.fa-peso-sign:before {
	content: "";
}

.fa-building-shield:before {
	content: "";
}

.fa-baby:before {
	content: "";
}

.fa-users-line:before {
	content: "";
}

.fa-quote-left-alt:before, .fa-quote-left:before {
	content: "";
}

.fa-tractor:before {
	content: "";
}

.fa-trash-arrow-up:before, .fa-trash-restore:before {
	content: "";
}

.fa-arrow-down-up-lock:before {
	content: "";
}

.fa-lines-leaning:before {
	content: "";
}

.fa-ruler-combined:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-equals:before {
	content: "=";
}

.fa-blender:before {
	content: "";
}

.fa-teeth:before {
	content: "";
}

.fa-ils:before, .fa-shekel-sign:before, .fa-shekel:before, .fa-sheqel-sign:before, .fa-sheqel:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-photo-film:before, .fa-photo-video:before {
	content: "";
}

.fa-folder-minus:before {
	content: "";
}

.fa-store:before {
	content: "";
}

.fa-arrow-trend-up:before {
	content: "";
}

.fa-plug-circle-minus:before {
	content: "";
}

.fa-sign-hanging:before, .fa-sign:before {
	content: "";
}

.fa-bezier-curve:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-tablet-android:before, .fa-tablet:before {
	content: "";
}

.fa-school-flag:before {
	content: "";
}

.fa-fill:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-drumstick-bite:before {
	content: "";
}

.fa-holly-berry:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-bacteria:before {
	content: "";
}

.fa-hand-lizard:before {
	content: "";
}

.fa-notdef:before {
	content: "";
}

.fa-disease:before {
	content: "";
}

.fa-briefcase-medical:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-car-alt:before, .fa-car-rear:before {
	content: "";
}

.fa-pump-soap:before {
	content: "";
}

.fa-video-slash:before {
	content: "";
}

.fa-battery-2:before, .fa-battery-quarter:before {
	content: "";
}

.fa-radio:before {
	content: "";
}

.fa-baby-carriage:before, .fa-carriage-baby:before {
	content: "";
}

.fa-traffic-light:before {
	content: "";
}

.fa-thermometer:before {
	content: "";
}

.fa-vr-cardboard:before {
	content: "";
}

.fa-hand-middle-finger:before {
	content: "";
}

.fa-percent:before, .fa-percentage:before {
	content: "%";
}

.fa-truck-moving:before {
	content: "";
}

.fa-glass-water-droplet:before {
	content: "";
}

.fa-display:before {
	content: "";
}

.fa-face-smile:before, .fa-smile:before {
	content: "";
}

.fa-thumb-tack:before, .fa-thumbtack:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-person-praying:before, .fa-pray:before {
	content: "";
}

.fa-hammer:before {
	content: "";
}

.fa-hand-peace:before {
	content: "";
}

.fa-rotate:before, .fa-sync-alt:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-robot:before {
	content: "";
}

.fa-peace:before {
	content: "";
}

.fa-cogs:before, .fa-gears:before {
	content: "";
}

.fa-warehouse:before {
	content: "";
}

.fa-arrow-up-right-dots:before {
	content: "";
}

.fa-splotch:before {
	content: "";
}

.fa-face-grin-hearts:before, .fa-grin-hearts:before {
	content: "";
}

.fa-dice-four:before {
	content: "";
}

.fa-sim-card:before {
	content: "";
}

.fa-transgender-alt:before, .fa-transgender:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-arrow-turn-down:before, .fa-level-down:before {
	content: "";
}

.fa-person-falling-burst:before {
	content: "";
}

.fa-award:before {
	content: "";
}

.fa-ticket-alt:before, .fa-ticket-simple:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-angle-double-left:before, .fa-angles-left:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-clock-rotate-left:before, .fa-history:before {
	content: "";
}

.fa-face-grin-beam-sweat:before, .fa-grin-beam-sweat:before {
	content: "";
}

.fa-arrow-right-from-file:before, .fa-file-export:before {
	content: "";
}

.fa-shield-blank:before, .fa-shield:before {
	content: "";
}

.fa-arrow-up-short-wide:before, .fa-sort-amount-up-alt:before {
	content: "";
}

.fa-house-medical:before {
	content: "";
}

.fa-golf-ball-tee:before, .fa-golf-ball:before {
	content: "";
}

.fa-chevron-circle-left:before, .fa-circle-chevron-left:before {
	content: "";
}

.fa-house-chimney-window:before {
	content: "";
}

.fa-pen-nib:before {
	content: "";
}

.fa-tent-arrow-turn-left:before {
	content: "";
}

.fa-tents:before {
	content: "";
}

.fa-magic:before, .fa-wand-magic:before {
	content: "";
}

.fa-dog:before {
	content: "";
}

.fa-carrot:before {
	content: "";
}

.fa-moon:before {
	content: "";
}

.fa-wine-glass-alt:before, .fa-wine-glass-empty:before {
	content: "";
}

.fa-cheese:before {
	content: "";
}

.fa-yin-yang:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-code-commit:before {
	content: "";
}

.fa-temperature-low:before {
	content: "";
}

.fa-biking:before, .fa-person-biking:before {
	content: "";
}

.fa-broom:before {
	content: "";
}

.fa-shield-heart:before {
	content: "";
}

.fa-gopuram:before {
	content: "";
}

.fa-earth-oceania:before, .fa-globe-oceania:before {
	content: "";
}

.fa-square-xmark:before, .fa-times-square:before, .fa-xmark-square:before {
	content: "";
}

.fa-hashtag:before {
	content: "#";
}

.fa-expand-alt:before, .fa-up-right-and-down-left-from-center:before {
	content: "";
}

.fa-oil-can:before {
	content: "";
}

.fa-t:before {
	content: "T";
}

.fa-hippo:before {
	content: "";
}

.fa-chart-column:before {
	content: "";
}

.fa-infinity:before {
	content: "";
}

.fa-vial-circle-check:before {
	content: "";
}

.fa-person-arrow-down-to-line:before {
	content: "";
}

.fa-voicemail:before {
	content: "";
}

.fa-fan:before {
	content: "";
}

.fa-person-walking-luggage:before {
	content: "";
}

.fa-arrows-alt-v:before, .fa-up-down:before {
	content: "";
}

.fa-cloud-moon-rain:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-trailer:before {
	content: "";
}

.fa-bahai:before, .fa-haykal:before {
	content: "";
}

.fa-sd-card:before {
	content: "";
}

.fa-dragon:before {
	content: "";
}

.fa-shoe-prints:before {
	content: "";
}

.fa-circle-plus:before, .fa-plus-circle:before {
	content: "";
}

.fa-face-grin-tongue-wink:before, .fa-grin-tongue-wink:before {
	content: "";
}

.fa-hand-holding:before {
	content: "";
}

.fa-plug-circle-exclamation:before {
	content: "";
}

.fa-chain-broken:before, .fa-chain-slash:before, .fa-link-slash:before, .fa-unlink:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-person-walking-arrow-loop-left:before {
	content: "";
}

.fa-arrow-up-z-a:before, .fa-sort-alpha-up-alt:before {
	content: "";
}

.fa-fire-alt:before, .fa-fire-flame-curved:before {
	content: "";
}

.fa-tornado:before {
	content: "";
}

.fa-file-circle-plus:before {
	content: "";
}

.fa-book-quran:before, .fa-quran:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-border-all:before {
	content: "";
}

.fa-angry:before, .fa-face-angry:before {
	content: "";
}

.fa-cookie-bite:before {
	content: "";
}

.fa-arrow-trend-down:before {
	content: "";
}

.fa-feed:before, .fa-rss:before {
	content: "";
}

.fa-draw-polygon:before {
	content: "";
}

.fa-balance-scale:before, .fa-scale-balanced:before {
	content: "";
}

.fa-gauge-simple-high:before, .fa-tachometer-fast:before, .fa-tachometer:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-desktop-alt:before, .fa-desktop:before {
	content: "";
}

.fa-m:before {
	content: "M";
}

.fa-table-list:before, .fa-th-list:before {
	content: "";
}

.fa-comment-sms:before, .fa-sms:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-battery-4:before, .fa-battery-three-quarters:before {
	content: "";
}

.fa-house-circle-check:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-diagram-successor:before {
	content: "";
}

.fa-truck-arrow-right:before {
	content: "";
}

.fa-arrows-split-up-and-left:before {
	content: "";
}

.fa-fist-raised:before, .fa-hand-fist:before {
	content: "";
}

.fa-cloud-moon:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-person-falling:before {
	content: "";
}

.fa-image-portrait:before, .fa-portrait:before {
	content: "";
}

.fa-user-tag:before {
	content: "";
}

.fa-rug:before {
	content: "";
}

.fa-earth-europe:before, .fa-globe-europe:before {
	content: "";
}

.fa-cart-flatbed-suitcase:before, .fa-luggage-cart:before {
	content: "";
}

.fa-rectangle-times:before, .fa-rectangle-xmark:before, .fa-times-rectangle:before, .fa-window-close:before {
	content: "";
}

.fa-baht-sign:before {
	content: "";
}

.fa-book-open:before {
	content: "";
}

.fa-book-journal-whills:before, .fa-journal-whills:before {
	content: "";
}

.fa-handcuffs:before {
	content: "";
}

.fa-exclamation-triangle:before, .fa-triangle-exclamation:before, .fa-warning:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-arrow-turn-right:before, .fa-mail-forward:before, .fa-share:before {
	content: "";
}

.fa-bottle-droplet:before {
	content: "";
}

.fa-mask-face:before {
	content: "";
}

.fa-hill-rockslide:before {
	content: "";
}

.fa-exchange-alt:before, .fa-right-left:before {
	content: "";
}

.fa-paper-plane:before {
	content: "";
}

.fa-road-circle-exclamation:before {
	content: "";
}

.fa-dungeon:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-money-bill-1-wave:before, .fa-money-bill-wave-alt:before {
	content: "";
}

.fa-life-ring:before {
	content: "";
}

.fa-hands:before, .fa-sign-language:before, .fa-signing:before {
	content: "";
}

.fa-calendar-day:before {
	content: "";
}

.fa-ladder-water:before, .fa-swimming-pool:before, .fa-water-ladder:before {
	content: "";
}

.fa-arrows-up-down:before, .fa-arrows-v:before {
	content: "";
}

.fa-face-grimace:before, .fa-grimace:before {
	content: "";
}

.fa-wheelchair-alt:before, .fa-wheelchair-move:before {
	content: "";
}

.fa-level-down-alt:before, .fa-turn-down:before {
	content: "";
}

.fa-person-walking-arrow-right:before {
	content: "";
}

.fa-envelope-square:before, .fa-square-envelope:before {
	content: "";
}

.fa-dice:before {
	content: "";
}

.fa-bowling-ball:before {
	content: "";
}

.fa-brain:before {
	content: "";
}

.fa-band-aid:before, .fa-bandage:before {
	content: "";
}

.fa-calendar-minus:before {
	content: "";
}

.fa-circle-xmark:before, .fa-times-circle:before, .fa-xmark-circle:before {
	content: "";
}

.fa-gifts:before {
	content: "";
}

.fa-hotel:before {
	content: "";
}

.fa-earth-asia:before, .fa-globe-asia:before {
	content: "";
}

.fa-id-card-alt:before, .fa-id-card-clip:before {
	content: "";
}

.fa-magnifying-glass-plus:before, .fa-search-plus:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-user-clock:before {
	content: "";
}

.fa-allergies:before, .fa-hand-dots:before {
	content: "";
}

.fa-file-invoice:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-coffee:before, .fa-mug-saucer:before {
	content: "";
}

.fa-brush:before {
	content: "";
}

.fa-mask:before {
	content: "";
}

.fa-magnifying-glass-minus:before, .fa-search-minus:before {
	content: "";
}

.fa-ruler-vertical:before {
	content: "";
}

.fa-user-alt:before, .fa-user-large:before {
	content: "";
}

.fa-train-tram:before {
	content: "";
}

.fa-user-nurse:before {
	content: "";
}

.fa-syringe:before {
	content: "";
}

.fa-cloud-sun:before {
	content: "";
}

.fa-stopwatch-20:before {
	content: "";
}

.fa-square-full:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-jar:before {
	content: "";
}

.fa-note-sticky:before, .fa-sticky-note:before {
	content: "";
}

.fa-bug-slash:before {
	content: "";
}

.fa-arrow-up-from-water-pump:before {
	content: "";
}

.fa-bone:before {
	content: "";
}

.fa-user-injured:before {
	content: "";
}

.fa-face-sad-tear:before, .fa-sad-tear:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-tent-arrows-down:before {
	content: "";
}

.fa-exclamation:before {
	content: "!";
}

.fa-arrows-spin:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-try:before, .fa-turkish-lira-sign:before, .fa-turkish-lira:before {
	content: "";
}

.fa-dollar-sign:before, .fa-dollar:before, .fa-usd:before {
	content: "$";
}

.fa-x:before {
	content: "X";
}

.fa-magnifying-glass-dollar:before, .fa-search-dollar:before {
	content: "";
}

.fa-users-cog:before, .fa-users-gear:before {
	content: "";
}

.fa-person-military-pointing:before {
	content: "";
}

.fa-bank:before, .fa-building-columns:before, .fa-institution:before, .fa-museum:before, .fa-university:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-trowel:before {
	content: "";
}

.fa-d:before {
	content: "D";
}

.fa-stapler:before {
	content: "";
}

.fa-masks-theater:before, .fa-theater-masks:before {
	content: "";
}

.fa-kip-sign:before {
	content: "";
}

.fa-hand-point-left:before {
	content: "";
}

.fa-handshake-alt:before, .fa-handshake-simple:before {
	content: "";
}

.fa-fighter-jet:before, .fa-jet-fighter:before {
	content: "";
}

.fa-share-alt-square:before, .fa-square-share-nodes:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-plus-minus:before {
	content: "";
}

.fa-video-camera:before, .fa-video:before {
	content: "";
}

.fa-graduation-cap:before, .fa-mortar-board:before {
	content: "";
}

.fa-hand-holding-medical:before {
	content: "";
}

.fa-person-circle-check:before {
	content: "";
}

.fa-level-up-alt:before, .fa-turn-up:before {
	content: "";
}

.fa-sr-only, .fa-sr-only-focusable:not(:focus), .sr-only, .sr-only-focusable:not(:focus) {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

:host, :root {
	--fa-style-family-brands: "Font Awesome 6 Brands";
	--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

.fa-brands, .fab {
	font-weight: 400;
}

.fa-monero:before {
	content: "";
}

.fa-hooli:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-shopware:before {
	content: "";
}

.fa-creative-commons-nc:before {
	content: "";
}

.fa-aws:before {
	content: "";
}

.fa-redhat:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-cloudflare:before {
	content: "";
}

.fa-ups:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-dyalog:before {
	content: "";
}

.fa-bity:before {
	content: "";
}

.fa-stackpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-guilded:before {
	content: "";
}

.fa-vnv:before {
	content: "";
}

.fa-js-square:before, .fa-square-js:before {
	content: "";
}

.fa-microsoft:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-orcid:before {
	content: "";
}

.fa-java:before {
	content: "";
}

.fa-invision:before {
	content: "";
}

.fa-creative-commons-pd-alt:before {
	content: "";
}

.fa-centercode:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-hire-a-helper:before {
	content: "";
}

.fa-creative-commons-by:before {
	content: "";
}

.fa-unity:before {
	content: "";
}

.fa-whmcs:before {
	content: "";
}

.fa-rocketchat:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-untappd:before {
	content: "";
}

.fa-mailchimp:before {
	content: "";
}

.fa-css3-alt:before {
	content: "";
}

.fa-reddit-square:before, .fa-square-reddit:before {
	content: "";
}

.fa-vimeo-v:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-square-font-awesome:before {
	content: "";
}

.fa-deskpro:before {
	content: "";
}

.fa-sistrix:before {
	content: "";
}

.fa-instagram-square:before, .fa-square-instagram:before {
	content: "";
}

.fa-battle-net:before {
	content: "";
}

.fa-the-red-yeti:before {
	content: "";
}

.fa-hacker-news-square:before, .fa-square-hacker-news:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-threads:before {
	content: "";
}

.fa-napster:before {
	content: "";
}

.fa-snapchat-square:before, .fa-square-snapchat:before {
	content: "";
}

.fa-google-plus-g:before {
	content: "";
}

.fa-artstation:before {
	content: "";
}

.fa-markdown:before {
	content: "";
}

.fa-sourcetree:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-diaspora:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-phoenix-squadron:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-algolia:before {
	content: "";
}

.fa-red-river:before {
	content: "";
}

.fa-creative-commons-sa:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-font-awesome-alt:before, .fa-square-font-awesome-stroke:before {
	content: "";
}

.fa-atlassian:before {
	content: "";
}

.fa-linkedin-in:before {
	content: "";
}

.fa-digital-ocean:before {
	content: "";
}

.fa-nimblr:before {
	content: "";
}

.fa-chromecast:before {
	content: "";
}

.fa-evernote:before {
	content: "";
}

.fa-hacker-news:before {
	content: "";
}

.fa-creative-commons-sampling:before {
	content: "";
}

.fa-adversal:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-watchman-monitoring:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-weixin:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-git-alt:before {
	content: "";
}

.fa-lyft:before {
	content: "";
}

.fa-rev:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-wizards-of-the-coast:before {
	content: "";
}

.fa-square-viadeo:before, .fa-viadeo-square:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.fa-centos:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-cloudsmith:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-dribbble-square:before, .fa-square-dribbble:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-node:before {
	content: "";
}

.fa-mix:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-cc-apple-pay:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-debian:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-instalod:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-sellcast:before {
	content: "";
}

.fa-square-twitter:before, .fa-twitter-square:before {
	content: "";
}

.fa-r-project:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-freebsd:before {
	content: "";
}

.fa-vuejs:before {
	content: "";
}

.fa-accusoft:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-fonticons-fi:before {
	content: "";
}

.fa-app-store:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-itunes-note:before {
	content: "";
}

.fa-golang:before {
	content: "";
}

.fa-kickstarter:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-uncharted:before {
	content: "";
}

.fa-firstdraft:before {
	content: "";
}

.fa-square-youtube:before, .fa-youtube-square:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-rendact:before, .fa-wpressr:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-galactic-republic:before {
	content: "";
}

.fa-nfc-directional:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-joget:before {
	content: "";
}

.fa-fedora:before {
	content: "";
}

.fa-stripe-s:before {
	content: "";
}

.fa-meta:before {
	content: "";
}

.fa-laravel:before {
	content: "";
}

.fa-hotjar:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-sticker-mule:before {
	content: "";
}

.fa-creative-commons-zero:before {
	content: "";
}

.fa-hips:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-discord:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-app-store-ios:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-confluence:before {
	content: "";
}

.fa-mdb:before {
	content: "";
}

.fa-dochub:before {
	content: "";
}

.fa-accessible-icon:before {
	content: "";
}

.fa-ebay:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-unsplash:before {
	content: "";
}

.fa-yarn:before {
	content: "";
}

.fa-square-steam:before, .fa-steam-square:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-square-vimeo:before, .fa-vimeo-square:before {
	content: "";
}

.fa-asymmetrik:before {
	content: "";
}

.fa-font-awesome-flag:before, .fa-font-awesome-logo-full:before, .fa-font-awesome:before {
	content: "";
}

.fa-gratipay:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-hive:before {
	content: "";
}

.fa-gitkraken:before {
	content: "";
}

.fa-keybase:before {
	content: "";
}

.fa-apple-pay:before {
	content: "";
}

.fa-padlet:before {
	content: "";
}

.fa-amazon-pay:before {
	content: "";
}

.fa-github-square:before, .fa-square-github:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-fedex:before {
	content: "";
}

.fa-phoenix-framework:before {
	content: "";
}

.fa-shopify:before {
	content: "";
}

.fa-neos:before {
	content: "";
}

.fa-square-threads:before {
	content: "";
}

.fa-hackerrank:before {
	content: "";
}

.fa-researchgate:before {
	content: "";
}

.fa-swift:before {
	content: "";
}

.fa-angular:before {
	content: "";
}

.fa-speakap:before {
	content: "";
}

.fa-angrycreative:before {
	content: "";
}

.fa-y-combinator:before {
	content: "";
}

.fa-empire:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-gitlab-square:before, .fa-square-gitlab:before {
	content: "";
}

.fa-studiovinari:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-goodreads:before {
	content: "";
}

.fa-odnoklassniki-square:before, .fa-square-odnoklassniki:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-sith:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-page4:before {
	content: "";
}

.fa-hashnode:before {
	content: "";
}

.fa-react:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-squarespace:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-creative-commons-share:before {
	content: "";
}

.fa-bitcoin:before {
	content: "";
}

.fa-keycdn:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-itch-io:before {
	content: "";
}

.fa-umbraco:before {
	content: "";
}

.fa-galactic-senate:before {
	content: "";
}

.fa-ubuntu:before {
	content: "";
}

.fa-draft2digital:before {
	content: "";
}

.fa-stripe:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-dhl:before {
	content: "";
}

.fa-pinterest-square:before, .fa-square-pinterest:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-blackberry:before {
	content: "";
}

.fa-creative-commons-pd:before {
	content: "";
}

.fa-playstation:before {
	content: "";
}

.fa-quinscape:before {
	content: "";
}

.fa-less:before {
	content: "";
}

.fa-blogger-b:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-typo3:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-dailymotion:before {
	content: "";
}

.fa-affiliatetheme:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-bootstrap:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-nfc-symbol:before {
	content: "";
}

.fa-ethereum:before {
	content: "";
}

.fa-speaker-deck:before {
	content: "";
}

.fa-creative-commons-nc-eu:before {
	content: "";
}

.fa-patreon:before {
	content: "";
}

.fa-avianex:before {
	content: "";
}

.fa-ello:before {
	content: "";
}

.fa-gofore:before {
	content: "";
}

.fa-bimobject:before {
	content: "";
}

.fa-facebook-f:before {
	content: "";
}

.fa-google-plus-square:before, .fa-square-google-plus:before {
	content: "";
}

.fa-mandalorian:before {
	content: "";
}

.fa-first-order-alt:before {
	content: "";
}

.fa-osi:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-d-and-d-beyond:before {
	content: "";
}

.fa-periscope:before {
	content: "";
}

.fa-fulcrum:before {
	content: "";
}

.fa-cloudscale:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-mizuni:before {
	content: "";
}

.fa-schlix:before {
	content: "";
}

.fa-square-xing:before, .fa-xing-square:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-cloudversify:before {
	content: "";
}

.fa-usps:before {
	content: "";
}

.fa-megaport:before {
	content: "";
}

.fa-magento:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-fly:before {
	content: "";
}

.fa-aviato:before {
	content: "";
}

.fa-itunes:before {
	content: "";
}

.fa-cuttlefish:before {
	content: "";
}

.fa-blogger:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-viber:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-symfony:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-facebook-messenger:before {
	content: "";
}

.fa-audible:before {
	content: "";
}

.fa-think-peaks:before {
	content: "";
}

.fa-bilibili:before {
	content: "";
}

.fa-erlang:before {
	content: "";
}

.fa-x-twitter:before {
	content: "";
}

.fa-cotton-bureau:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-42-group:before, .fa-innosoft:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-elementor:before {
	content: "";
}

.fa-pied-piper-square:before, .fa-square-pied-piper:before {
	content: "";
}

.fa-creative-commons-nd:before {
	content: "";
}

.fa-palfed:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-resolving:before {
	content: "";
}

.fa-xbox:before {
	content: "";
}

.fa-searchengin:before {
	content: "";
}

.fa-tiktok:before {
	content: "";
}

.fa-facebook-square:before, .fa-square-facebook:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-hubspot:before {
	content: "";
}

.fa-deploydog:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-mixer:before {
	content: "";
}

.fa-lastfm-square:before, .fa-square-lastfm:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-mendeley:before {
	content: "";
}

.fa-uniregistry:before {
	content: "";
}

.fa-figma:before {
	content: "";
}

.fa-creative-commons-remix:before {
	content: "";
}

.fa-cc-amazon-pay:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-cmplid:before {
	content: "";
}

.fa-facebook:before {
	content: "";
}

.fa-gripfire:before {
	content: "";
}

.fa-jedi-order:before {
	content: "";
}

.fa-uikit:before {
	content: "";
}

.fa-fort-awesome-alt:before {
	content: "";
}

.fa-phabricator:before {
	content: "";
}

.fa-ussunnah:before {
	content: "";
}

.fa-earlybirds:before {
	content: "";
}

.fa-trade-federation:before {
	content: "";
}

.fa-autoprefixer:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-google-play:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-line:before {
	content: "";
}

.fa-google-drive:before {
	content: "";
}

.fa-servicestack:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-deezer:before {
	content: "";
}

.fa-raspberry-pi:before {
	content: "";
}

.fa-jira:before {
	content: "";
}

.fa-docker:before {
	content: "";
}

.fa-screenpal:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-gitter:before {
	content: "";
}

.fa-d-and-d:before {
	content: "";
}

.fa-microblog:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-pied-piper-hat:before {
	content: "";
}

.fa-kickstarter-k:before {
	content: "";
}

.fa-yandex:before {
	content: "";
}

.fa-readme:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-sass:before {
	content: "";
}

.fa-wirsindhandwerk:before, .fa-wsh:before {
	content: "";
}

.fa-buromobelexperte:before {
	content: "";
}

.fa-salesforce:before {
	content: "";
}

.fa-octopus-deploy:before {
	content: "";
}

.fa-medapps:before {
	content: "";
}

.fa-ns8:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-apper:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-waze:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-snapchat-ghost:before, .fa-snapchat:before {
	content: "";
}

.fa-fantasy-flight-games:before {
	content: "";
}

.fa-rust:before {
	content: "";
}

.fa-wix:before {
	content: "";
}

.fa-behance-square:before, .fa-square-behance:before {
	content: "";
}

.fa-supple:before {
	content: "";
}

.fa-rebel:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-staylinked:before {
	content: "";
}

.fa-kaggle:before {
	content: "";
}

.fa-space-awesome:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-cpanel:before {
	content: "";
}

.fa-goodreads-g:before {
	content: "";
}

.fa-git-square:before, .fa-square-git:before {
	content: "";
}

.fa-square-tumblr:before, .fa-tumblr-square:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-creative-commons-nc-jp:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-perbyte:before {
	content: "";
}

.fa-grunt:before {
	content: "";
}

.fa-weebly:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-themeco:before {
	content: "";
}

.fa-python:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-bots:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-hornbill:before {
	content: "";
}

.fa-js:before {
	content: "";
}

.fa-ideal:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-dev:before {
	content: "";
}

.fa-sketch:before {
	content: "";
}

.fa-yandex-international:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-uber:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-php:before {
	content: "";
}

.fa-alipay:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-firefox-browser:before {
	content: "";
}

.fa-replyd:before {
	content: "";
}

.fa-suse:before {
	content: "";
}

.fa-jenkins:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-rockrms:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-buffer:before {
	content: "";
}

.fa-npm:before {
	content: "";
}

.fa-yammer:before {
	content: "";
}

.fa-btc:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-stubber:before {
	content: "";
}

.fa-telegram-plane:before, .fa-telegram:before {
	content: "";
}

.fa-old-republic:before {
	content: "";
}

.fa-odysee:before {
	content: "";
}

.fa-square-whatsapp:before, .fa-whatsapp-square:before {
	content: "";
}

.fa-node-js:before {
	content: "";
}

.fa-edge-legacy:before {
	content: "";
}

.fa-slack-hash:before, .fa-slack:before {
	content: "";
}

.fa-medrt:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-vaadin:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-square-x-twitter:before {
	content: "";
}

.fa-reacteurope:before {
	content: "";
}

.fa-medium-m:before, .fa-medium:before {
	content: "";
}

.fa-amilia:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-flipboard:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-critical-role:before {
	content: "";
}

.fa-sitrox:before {
	content: "";
}

.fa-discourse:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-mastodon:before {
	content: "";
}

.fa-airbnb:before {
	content: "";
}

.fa-wolf-pack-battalion:before {
	content: "";
}

.fa-buy-n-large:before {
	content: "";
}

.fa-gulp:before {
	content: "";
}

.fa-creative-commons-sampling-plus:before {
	content: "";
}

.fa-strava:before {
	content: "";
}

.fa-ember:before {
	content: "";
}

.fa-canadian-maple-leaf:before {
	content: "";
}

.fa-teamspeak:before {
	content: "";
}

.fa-pushed:before {
	content: "";
}

.fa-wordpress-simple:before {
	content: "";
}

.fa-nutritionix:before {
	content: "";
}

.fa-wodu:before {
	content: "";
}

.fa-google-pay:before {
	content: "";
}

.fa-intercom:before {
	content: "";
}

.fa-zhihu:before {
	content: "";
}

.fa-korvue:before {
	content: "";
}

.fa-pix:before {
	content: "";
}

.fa-steam-symbol:before {
	content: "";
}

:host, :root {
	--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

.fa-regular, .far {
	font-weight: 400;
}

:host, :root {
	--fa-style-family-classic: "Font Awesome 6 Free";
	--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

.fa-solid, .fas {
	font-weight: 900;
}

.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-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 {
	font-family: "simple-line-icons";
	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;
}

.icon-user:before {
	content: "";
}

.icon-people:before {
	content: "";
}

.icon-user-female:before {
	content: "";
}

.icon-user-follow:before {
	content: "";
}

.icon-user-following:before {
	content: "";
}

.icon-user-unfollow:before {
	content: "";
}

.icon-login:before {
	content: "";
}

.icon-logout:before {
	content: "";
}

.icon-emotsmile:before {
	content: "";
}

.icon-phone:before {
	content: "";
}

.icon-call-end:before {
	content: "";
}

.icon-call-in:before {
	content: "";
}

.icon-call-out:before {
	content: "";
}

.icon-map:before {
	content: "";
}

.icon-location-pin:before {
	content: "";
}

.icon-direction:before {
	content: "";
}

.icon-directions:before {
	content: "";
}

.icon-compass:before {
	content: "";
}

.icon-layers:before {
	content: "";
}

.icon-menu:before {
	content: "";
}

.icon-list:before {
	content: "";
}

.icon-options-vertical:before {
	content: "";
}

.icon-options:before {
	content: "";
}

.icon-arrow-down:before {
	content: "";
}

.icon-arrow-left:before {
	content: "";
}

.icon-arrow-right:before {
	content: "";
}

.icon-arrow-up:before {
	content: "";
}

.icon-arrow-up-circle:before {
	content: "";
}

.icon-arrow-left-circle:before {
	content: "";
}

.icon-arrow-right-circle:before {
	content: "";
}

.icon-arrow-down-circle:before {
	content: "";
}

.icon-check:before {
	content: "";
}

.icon-clock:before {
	content: "";
}

.icon-plus:before {
	content: "";
}

.icon-minus:before {
	content: "";
}

.icon-close:before {
	content: "";
}

.icon-exclamation:before {
	content: "";
}

.icon-organization:before {
	content: "";
}

.icon-trophy:before {
	content: "";
}

.icon-screen-smartphone:before {
	content: "";
}

.icon-screen-desktop:before {
	content: "";
}

.icon-plane:before {
	content: "";
}

.icon-notebook:before {
	content: "";
}

.icon-mustache:before {
	content: "";
}

.icon-mouse:before {
	content: "";
}

.icon-magnet:before {
	content: "";
}

.icon-energy:before {
	content: "";
}

.icon-disc:before {
	content: "";
}

.icon-cursor:before {
	content: "";
}

.icon-cursor-move:before {
	content: "";
}

.icon-crop:before {
	content: "";
}

.icon-chemistry:before {
	content: "";
}

.icon-speedometer:before {
	content: "";
}

.icon-shield:before {
	content: "";
}

.icon-screen-tablet:before {
	content: "";
}

.icon-magic-wand:before {
	content: "";
}

.icon-hourglass:before {
	content: "";
}

.icon-graduation:before {
	content: "";
}

.icon-ghost:before {
	content: "";
}

.icon-game-controller:before {
	content: "";
}

.icon-fire:before {
	content: "";
}

.icon-eyeglass:before {
	content: "";
}

.icon-envelope-open:before {
	content: "";
}

.icon-envelope-letter:before {
	content: "";
}

.icon-bell:before {
	content: "";
}

.icon-badge:before {
	content: "";
}

.icon-anchor:before {
	content: "";
}

.icon-wallet:before {
	content: "";
}

.icon-vector:before {
	content: "";
}

.icon-speech:before {
	content: "";
}

.icon-puzzle:before {
	content: "";
}

.icon-printer:before {
	content: "";
}

.icon-present:before {
	content: "";
}

.icon-playlist:before {
	content: "";
}

.icon-pin:before {
	content: "";
}

.icon-picture:before {
	content: "";
}

.icon-handbag:before {
	content: "";
}

.icon-globe-alt:before {
	content: "";
}

.icon-globe:before {
	content: "";
}

.icon-folder-alt:before {
	content: "";
}

.icon-folder:before {
	content: "";
}

.icon-film:before {
	content: "";
}

.icon-feed:before {
	content: "";
}

.icon-drop:before {
	content: "";
}

.icon-drawer:before {
	content: "";
}

.icon-docs:before {
	content: "";
}

.icon-doc:before {
	content: "";
}

.icon-diamond:before {
	content: "";
}

.icon-cup:before {
	content: "";
}

.icon-calculator:before {
	content: "";
}

.icon-bubbles:before {
	content: "";
}

.icon-briefcase:before {
	content: "";
}

.icon-book-open:before {
	content: "";
}

.icon-basket-loaded:before {
	content: "";
}

.icon-basket:before {
	content: "";
}

.icon-bag:before {
	content: "";
}

.icon-action-undo:before {
	content: "";
}

.icon-action-redo:before {
	content: "";
}

.icon-wrench:before {
	content: "";
}

.icon-umbrella:before {
	content: "";
}

.icon-trash:before {
	content: "";
}

.icon-tag:before {
	content: "";
}

.icon-support:before {
	content: "";
}

.icon-frame:before {
	content: "";
}

.icon-size-fullscreen:before {
	content: "";
}

.icon-size-actual:before {
	content: "";
}

.icon-shuffle:before {
	content: "";
}

.icon-share-alt:before {
	content: "";
}

.icon-share:before {
	content: "";
}

.icon-rocket:before {
	content: "";
}

.icon-question:before {
	content: "";
}

.icon-pie-chart:before {
	content: "";
}

.icon-pencil:before {
	content: "";
}

.icon-note:before {
	content: "";
}

.icon-loop:before {
	content: "";
}

.icon-home:before {
	content: "";
}

.icon-grid:before {
	content: "";
}

.icon-graph:before {
	content: "";
}

.icon-microphone:before {
	content: "";
}

.icon-music-tone-alt:before {
	content: "";
}

.icon-music-tone:before {
	content: "";
}

.icon-earphones-alt:before {
	content: "";
}

.icon-earphones:before {
	content: "";
}

.icon-equalizer:before {
	content: "";
}

.icon-like:before {
	content: "";
}

.icon-dislike:before {
	content: "";
}

.icon-control-start:before {
	content: "";
}

.icon-control-rewind:before {
	content: "";
}

.icon-control-play:before {
	content: "";
}

.icon-control-pause:before {
	content: "";
}

.icon-control-forward:before {
	content: "";
}

.icon-control-end:before {
	content: "";
}

.icon-volume-1:before {
	content: "";
}

.icon-volume-2:before {
	content: "";
}

.icon-volume-off:before {
	content: "";
}

.icon-calendar:before {
	content: "";
}

.icon-bulb:before {
	content: "";
}

.icon-chart:before {
	content: "";
}

.icon-ban:before {
	content: "";
}

.icon-bubble:before {
	content: "";
}

.icon-camrecorder:before {
	content: "";
}

.icon-camera:before {
	content: "";
}

.icon-cloud-download:before {
	content: "";
}

.icon-cloud-upload:before {
	content: "";
}

.icon-envelope:before {
	content: "";
}

.icon-eye:before {
	content: "";
}

.icon-flag:before {
	content: "";
}

.icon-heart:before {
	content: "";
}

.icon-info:before {
	content: "";
}

.icon-key:before {
	content: "";
}

.icon-link:before {
	content: "";
}

.icon-lock:before {
	content: "";
}

.icon-lock-open:before {
	content: "";
}

.icon-magnifier:before {
	content: "";
}

.icon-magnifier-add:before {
	content: "";
}

.icon-magnifier-remove:before {
	content: "";
}

.icon-paper-clip:before {
	content: "";
}

.icon-paper-plane:before {
	content: "";
}

.icon-power:before {
	content: "";
}

.icon-refresh:before {
	content: "";
}

.icon-reload:before {
	content: "";
}

.icon-settings:before {
	content: "";
}

.icon-star:before {
	content: "";
}

.icon-symbol-female:before {
	content: "";
}

.icon-symbol-male:before {
	content: "";
}

.icon-target:before {
	content: "";
}

.icon-credit-card:before {
	content: "";
}

.icon-paypal:before {
	content: "";
}

.icon-social-tumblr:before {
	content: "";
}

.icon-social-twitter:before {
	content: "";
}

.icon-social-facebook:before {
	content: "";
}

.icon-social-instagram:before {
	content: "";
}

.icon-social-linkedin:before {
	content: "";
}

.icon-social-pinterest:before {
	content: "";
}

.icon-social-github:before {
	content: "";
}

.icon-social-google:before {
	content: "";
}

.icon-social-reddit:before {
	content: "";
}

.icon-social-skype:before {
	content: "";
}

.icon-social-dribbble:before {
	content: "";
}

.icon-social-behance:before {
	content: "";
}

.icon-social-foursqare:before {
	content: "";
}

.icon-social-soundcloud:before {
	content: "";
}

.icon-social-spotify:before {
	content: "";
}

.icon-social-stumbleupon:before {
	content: "";
}

.icon-social-youtube:before {
	content: "";
}

.icon-social-dropbox:before {
	content: "";
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

blockquote, q {
	quotes: none;
}

a:focus {
	outline: solid 1px !important;
}

a:hover, a:active {
	outline: 0;
}

a img {
	border: 0;
}

img {
	max-width: 100%;
	height: auto;
}

select {
	max-width: 100%;
}

em {
	font-style: italic;
}

* html {
	font-size: 87.5%;
}

html {
	-ms-overflow-x: hidden;
	overflow-x: hidden;
}

body {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 1.8;
	color: #4a4a4a;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

body {
	background-color: #fff;
}

.mejs-container {
	margin-bottom: 20px;
}

dfn, cite, em, i {
	font-style: italic;
}

body .oceanwp-row {
	margin: 0 -.625rem;
}

body .oceanwp-row .col {
	float: left;
	margin: 0 0 1.25rem;
	padding: 0 .625rem;
}

body .oceanwp-row .span_1_of_1 {
	float: none;
	width: 100%;
}

body .oceanwp-row .span_1_of_2 {
	width: 50%;
}

body .oceanwp-row .span_1_of_3 {
	width: 33.33%;
}

body .oceanwp-row .span_1_of_4 {
	width: 25%;
}

body .oceanwp-row .span_1_of_5 {
	width: 20%;
}

body .oceanwp-row .span_1_of_6 {
	width: 16.66666667%;
}

body .oceanwp-row .span_1_of_7 {
	width: 14.28%;
}

body .oceanwp-row .span_1_of_8 {
	width: 12.5%;
}

body .oceanwp-row .span_1_of_9 {
	width: 11.11%;
}

body .oceanwp-row .span_1_of_10 {
	width: 10%;
}

.count-1, .col-1, .col.first {
	clear: both;
	margin-left: 0;
}

.isotope-entry {
	clear: none;
}

.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.responsive-video-wrap iframe, .responsive-video-wrap object, .responsive-video-wrap embed, .responsive-audio-wrap iframe, .responsive-audio-wrap object, .responsive-audio-wrap embed {
	display: block;
}

.wp-video-shortcode {
	max-width: 100% !important;
}

.responsive-video-wrap p {
	margin: 0;
}

form.oceanwp-searchform {
	display: inline-block;
	position: relative;
	height: 35px;
}

form.oceanwp-searchform input {
	margin: 0;
	padding: 0 40px 0 15px;
	height: 100%;
	min-height: 100%;
}

form.oceanwp-searchform button {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	min-width: 40px;
	height: 60%;
	height: 100%;
	font-size: 12px;
	font-weight: 600;
	background-color: rgba(0, 0, 0, 0) !important;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	line-height: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.polylang-switcher-shortcode li {
	float: left;
	margin-right: 5px;
}

.polylang-switcher-shortcode.flags-and-names li {
	margin-right: 15px;
}

.polylang-switcher-shortcode li:last-child {
	margin-right: 0;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	font-size: 14px !important;
	font-weight: 400;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.no-display {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	display: none;
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	-webkit-clip-path: circle(1% at 1% 1%);
	clip-path: circle(1% at 1% 1%);
}

.owp-icon {
	width: 14px;
	height: 14px;
	vertical-align: text-bottom;
}

#owp-svg-icons path, #owp-svg-icons rect, #owp-svg-icons circle, #owp-svg-icons line, #owp-svg-icons polygon, #owp-svg-icons polyline {
	stroke: inherit;
	fill: none;
}

.owp-icon use {
	stroke: #333;
}

::selection {
	color: #fff;
	background: #333;
	text-shadow: none;
}

::-moz-selection {
	color: #fff;
	background: #333;
	text-shadow: none;
}

@media only screen and (min-width: 768px)and (max-width: 959px) {
	body .oceanwp-row .span_1_of_4.col-3.col {
		margin-left: 0;
		clear: both;
	}
	
	body .oceanwp-row .span_1_of_4.col:not(.product), body .oceanwp-isotope-grid .span_1_of_4.col {
		width: 50%;
	}
}

@media only screen and (max-width: 480px) {
	.col {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 30px;
	}
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

a {
	background-color: rgba(0, 0, 0, 0);
}

a:active, a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: 600;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type=checkbox], input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

.container {
	width: 1200px;
	max-width: 90%;
	margin: 0 auto;
}

#wrap {
	position: relative;
}

#main {
	position: relative;
}

#main #content-wrap {
	padding-top: 50px;
	padding-bottom: 50px;
}

.no-margins #main #content-wrap, .no-margins.separate-layout #main #content-wrap, .landing-page #main #content-wrap {
	padding-top: 0;
	padding-bottom: 0;
}

.content-area {
	float: left;
	position: relative;
	width: 72%;
	padding-right: 30px;
	border-right-width: 1px;
	border-style: solid;
	border-color: #f1f1f1;
}

.widget-area {
	width: 28%;
}

.widget-area.sidebar-primary {
	float: right;
	padding-left: 30px;
}

.widget-area.sidebar-secondary {
	float: left;
}

.content-full-width .content-area, body.content-full-screen #content-wrap {
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	border: 0 !important;
}

.content-full-screen .content-area {
	float: none;
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
}

.content-left-sidebar .content-area {
	float: right;
	padding-left: 30px;
	padding-right: 0;
	border-left-width: 1px;
	border-right-width: 0;
}

.content-left-sidebar .widget-area {
	float: left;
	padding-right: 30px;
	padding-left: 0;
}

.content-both-sidebars .content-area {
	width: 44%;
}

.content-both-sidebars.scs-style .content-area {
	left: 28%;
	padding-left: 30px;
	border-left-width: 1px;
}

.content-both-sidebars.scs-style .widget-area.sidebar-secondary {
	position: relative;
	left: -44%;
	padding-right: 30px;
}

.content-both-sidebars.ssc-style .content-area {
	left: 56%;
	padding-left: 30px;
	padding-right: 0;
	border-left-width: 1px;
	border-right-width: 0;
}

.content-both-sidebars.ssc-style .widget-area {
	position: relative;
	left: -44%;
	padding-right: 30px;
}

.content-both-sidebars.ssc-style .widget-area.sidebar-primary {
	padding-left: 0;
}

.content-both-sidebars.css-style .widget-area.sidebar-secondary {
	padding-left: 30px;
}

.boxed-layout {
	background-color: #e9e9e9;
}

.boxed-layout #wrap {
	width: 1280px;
	max-width: 100%;
	margin: 0 auto;
	background-color: #fff;
}

.boxed-layout.wrap-boxshadow #wrap {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
}

.boxed-layout #wrap .container {
	width: auto;
	max-width: none;
	padding-left: 30px;
	padding-right: 30px;
}

.boxed-layout.content-full-screen #content-wrap {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.boxed-layout #footer-widgets {
	margin: 0;
}

.boxed-layout .site-breadcrumbs {
	right: 30px;
}

.separate-layout {
	background-color: #f1f1f1;
}

.separate-layout .content-area, .separate-layout .widget-area .sidebar-box {
	background-color: #fff;
	padding: 30px;
}

.separate-layout.content-left-sidebar .content-area {
	padding: 30px;
}

.separate-layout.content-full-width .content-area {
	padding: 30px !important;
}

.separate-layout .content-area {
	border-right-width: 0;
}

.separate-layout.content-left-sidebar .content-area {
	border-left-width: 0;
}

.separate-layout .widget-area.sidebar-primary {
	padding-left: 20px;
}

.separate-layout .widget-area.sidebar-secondary {
	padding-right: 20px;
}

.separate-layout.content-left-sidebar .widget-area {
	padding-right: 20px;
	padding-left: 0;
}

.separate-layout #main #content-wrap {
	padding-top: 20px;
	padding-bottom: 20px;
}

.separate-layout .sidebar-box {
	margin-bottom: 20px;
}

.separate-layout .sidebar-box:last-child {
	margin-bottom: 0;
}

.separate-layout.content-both-sidebars.scs-style .content-area {
	border-left-width: 0;
}

.separate-layout.content-both-sidebars.scs-style .widget-area.sidebar-secondary {
	padding-right: 20px;
}

.separate-layout.content-both-sidebars.ssc-style .content-area {
	padding-right: 30px;
	border-left-width: 0;
}

.separate-layout.content-both-sidebars.ssc-style .widget-area {
	padding-right: 20px;
}

.separate-layout.content-both-sidebars.css-style .widget-area.sidebar-secondary {
	padding-left: 20px;
	padding-right: 0;
}

body.separate-blog.separate-layout .content-area {
	padding: 0 !important;
	background-color: rgba(0, 0, 0, 0);
}

body.separate-blog.separate-layout #blog-entries>* {
	background-color: #fff;
	padding: 30px;
	border: 0;
	margin-bottom: 20px;
}

body.separate-blog.separate-layout #blog-entries>:last-child {
	margin-bottom: 0;
}

body.separate-blog.separate-layout .oceanwp-pagination, body.separate-blog.separate-layout .page-jump, body.separate-blog.separate-layout .scroller-status {
	background-color: #fff;
	padding: 30px;
	margin-top: 20px;
}

body.separate-blog.separate-layout .oceanwp-pagination ul.page-numbers, body.separate-blog.separate-layout .page-jump ul.page-numbers, body.separate-blog.separate-layout .scroller-status ul.page-numbers {
	padding: 0;
}

body.separate-blog.separate-layout .oceanwp-row {
	margin: 0;
	margin-right: -1.25rem;
}

body.separate-blog.separate-layout #blog-entries.blog-grid>* {
	background-color: rgba(0, 0, 0, 0);
	padding: 0 1.25rem 0 0;
}

body.separate-blog.separate-layout #blog-entries.blog-grid>:last-child {
	margin-bottom: 1.25rem;
}

body.separate-blog.separate-layout.has-blog-grid .oceanwp-pagination {
	margin-top: 0;
}

body.separate-blog.separate-layout .blog-entry.grid-entry .blog-entry-inner {
	background-color: #fff;
	padding: 1.875rem;
	border: 0;
}

body.separate-blog.separate-layout .blog-entry.grid-entry .thumbnail {
	margin: 0;
}

@media only screen and (max-width: 1280px) {
	.content-both-sidebars .content-area {
		float: none !important;
		width: 100% !important;
		left: auto !important;
		border-width: 0 !important;
	}
	
	.content-both-sidebars:not(.separate-layout) .content-area {
		padding: 0 !important;
		margin-bottom: 40px;
	}
	
	.content-both-sidebars .widget-area.sidebar-primary, .content-both-sidebars .widget-area.sidebar-secondary {
		float: left;
		width: 49% !important;
		left: auto !important;
		padding: 0 !important;
	}
	
	.content-both-sidebars .widget-area.sidebar-primary {
		float: right;
	}
	
	.content-both-sidebars:not(.separate-layout) .widget-area.sidebar-primary, .content-both-sidebars:not(.separate-layout) .widget-area.sidebar-secondary {
		width: 48% !important;
	}
	
	.separate-layout.content-both-sidebars .content-area {
		margin-bottom: 20px;
	}
	
	.separate-layout.content-both-sidebars .widget-area.sidebar-primary, .separate-layout.content-both-sidebars .widget-area.sidebar-secondary {
		width: 49% !important;
	}
	
	.separate-layout.content-both-sidebars .widget-area.sidebar-secondary {
		margin-bottom: 20px;
	}
	
	.separate-layout.content-both-sidebars .widget-area.sidebar-primary {
		padding-left: 0;
	}
}

@media only screen and (max-width: 1080px) {
	.content-both-sidebars .content-area {
		float: none !important;
		width: 100% !important;
		left: auto !important;
		border-width: 0 !important;
	}
	
	.content-both-sidebars:not(.separate-layout) .content-area {
		padding: 0 !important;
		margin-bottom: 40px;
	}
	
	.content-both-sidebars .widget-area.sidebar-primary, .content-both-sidebars .widget-area.sidebar-secondary {
		float: left;
		width: 49% !important;
		left: auto !important;
		padding: 0 !important;
	}
	
	.content-both-sidebars .widget-area.sidebar-primary {
		float: right;
	}
	
	.content-both-sidebars:not(.separate-layout) .widget-area.sidebar-primary, .content-both-sidebars:not(.separate-layout) .widget-area.sidebar-secondary {
		width: 48% !important;
	}
	
	.separate-layout.content-both-sidebars .content-area {
		margin-bottom: 20px;
	}
	
	.separate-layout.content-both-sidebars .widget-area.sidebar-primary, .separate-layout.content-both-sidebars .widget-area.sidebar-secondary {
		width: 49% !important;
	}
	
	.separate-layout.content-both-sidebars .widget-area.sidebar-secondary {
		margin-bottom: 20px;
	}
	
	.separate-layout.content-both-sidebars .widget-area.sidebar-primary {
		padding-left: 0;
	}
}

@media only screen and (max-width: 959px) {
	.boxed-layout #wrap {
		overflow: hidden;
	}
	
	.boxed-layout .site-breadcrumbs {
		right: auto;
	}
	
	.container, body.content-full-screen .elementor-section-wrap>.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 90%;
	}
	
	.content-area, .content-left-sidebar .content-area {
		float: none !important;
		width: 100%;
		margin-bottom: 40px;
		border: 0;
	}
	
	body.sidebar-content .content-area {
		margin-bottom: 0;
	}
	
	body:not(.separate-layout) .content-area, .content-left-sidebar:not(.separate-layout) .content-area {
		padding: 0 !important;
	}
	
	.no-margins .content-area, .no-margins.content-left-sidebar .content-area {
		margin-bottom: 0;
	}
	
	.widget-area.sidebar-primary, .widget-area.sidebar-secondary, .content-left-sidebar .widget-area {
		float: none !important;
		width: 100%;
		padding: 0 !important;
		border: 0;
	}
	
	body.has-composer.has-sidebar #primary {
		margin-bottom: 40px;
	}
	
	#main #content-wrap.container {
		width: auto !important;
	}
	
	.content-both-sidebars .widget-area.sidebar-primary, .content-both-sidebars .widget-area.sidebar-secondary {
		float: none !important;
		width: 100% !important;
	}
	
	.content-both-sidebars:not(.separate-layout) .widget-area.sidebar-primary, .content-both-sidebars:not(.separate-layout) .widget-area.sidebar-secondary {
		width: 100% !important;
	}
	
	.separate-layout.content-both-sidebars .widget-area.sidebar-primary, .separate-layout.content-both-sidebars .widget-area.sidebar-secondary {
		width: 100% !important;
	}
	
	.separate-layout .container, .separate-layout.content-full-screen .elementor-section-wrap>.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 95%;
	}
	
	.separate-layout .content-area, .separate-layout.content-left-sidebar .content-area {
		margin-bottom: 20px;
	}
	
	.separate-layout .widget-area {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	body.separate-blog.separate-layout .oceanwp-row {
		margin: 0 !important;
	}
	
	body.separate-blog.separate-layout #blog-entries.blog-grid>* {
		padding: 0 !important;
	}
}

@media only screen and (min-width: 768px)and (max-width: 959px) {
	body.boxed-layout #wrap, body.boxed-layout .parallax-footer {
		width: auto !important;
	}
}

@media only screen and (max-width: 767px) {
	#wrap {
		width: 100% !important;
	}
	
	body.boxed-layout #wrap {
		width: auto !important;
	}
	
	.boxed-layout #top-bar-social.top-bar-right {
		right: auto;
	}
	
	.boxed-layout #top-bar-social.top-bar-left {
		left: auto;
	}
	
	.col:not(.swiper-slide), .blog-entry {
		width: 100% !important;
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 480px) {
	.boxed-layout #wrap .container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

figure>img {
	display: block;
	margin: 0 auto;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

img[class*=align], img[class*=attachment-] {
	height: auto;
}

.wp-caption {
	max-width: 100%;
	margin-bottom: 24px;
}

.wp-caption img[class*=wp-image-] {
	display: block;
	margin-bottom: 5px;
}

.wp-caption-text {
	font-size: 14px;
	font-style: italic;
	color: #999;
}

.wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: 0;
}

embed, iframe, object {
	width: 100%;
	max-width: 100%;
}

.entry-content .alignwide {
	margin-left: -3%;
	width: 106%;
	max-width: 106%;
}

.entry-content .alignfull {
	margin-left: -32px;
	width: calc(100% + 64px) !important;
	max-width: calc(100% + 64px);
}

.page .entry .alignfull {
	margin-left: -32px;
	width: calc(100% + 64px) !important;
	max-width: calc(100% + 64px);
}

.page .entry .alignwide {
	margin-left: -3%;
	width: 106%;
	max-width: 106%;
}

body.content-full-screen .entry-content .alignwide, body.content-full-screen .entry-content .alignfull, body.content-full-screen .entry .alignwide, body.content-full-screen .entry .alignfull {
	margin-left: 0;
	width: 100% !important;
	max-width: 100%;
}

body.single-post.content-max-width .entry-content .wp-block-embed .responsive-video-wrap, body.page.content-max-width .entry .wp-block-embed .responsive-video-wrap {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

body.single-post.content-max-width .entry-content .alignwide, body.page.content-max-width .entry .alignwide {
	margin: 0 auto;
	width: calc(90% + 32px);
	max-width: calc(90% + 32px);
}

body.single-post.content-max-width .entry-content .alignfull, body.page.content-max-width .entry .alignfull {
	width: 100vw !important;
	max-width: 100vw !important;
	margin-left: calc(50% - 50vw) !important;
}

@media screen and (max-width: 959px) {
	.entry-content .alignfull {
		margin-left: -5.5% !important;
		width: 111% !important;
		max-width: 111% !important;
	}
	
	.page .entry .alignfull {
		margin-left: -5.5% !important;
		width: 111% !important;
		max-width: 111% !important;
	}
	
	body.content-full-screen .entry-content .alignfull {
		margin-left: -5.5% !important;
		width: 111% !important;
		max-width: 111% !important;
	}
	
	body.content-full-screen.page .entry .alignfull {
		margin-left: -5.5% !important;
		width: 111% !important;
		max-width: 111% !important;
	}
}

.alignleft {
	float: left;
	margin-right: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	text-align: center;
	margin: 0 auto;
	clear: both;
}

img.aligncenter, .wp-caption.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignnone {
	display: block;
}

table {
	width: 100%;
	margin-bottom: 2.618em;
}

table th, table td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #e9e9e9;
}

table th {
	text-transform: uppercase;
}

.sticky, .bypostauthor {
	font-size: inherit;
}

.col:after, .clr:after, .group:after, dl:after, .left_float:after, .right_float:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	zoom: 1;
	height: 0;
}

.left_float {
	float: left;
	width: 48%;
}

.right_float {
	float: right;
	width: 48%;
}

.no_float {
	clear: both;
}

.left_float label, .right_float label, .no_float label {
	font-size: 13px;
	font-weight: 600;
	color: #333;
}

.full {
	display: block;
	width: 100%;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-item a, .gallery-item a:hover, .gallery-item a:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
	vertical-align: top;
}

.gallery-item a img {
	display: block;
}

.gallery-caption {
	background-color: #f5f5f5;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	padding: 8px 10px;
}

.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
	display: none;
}

@media screen and (min-width: 30em) {
	.gallery-item {
		max-width: 25%;
	}
	
	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}
	
	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}
	
	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}
	
	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
}

@media screen and (min-width: 48em) {
	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}
	
	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}
	
	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}
	
	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}
	
	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
}

.responsive-video-wrap {
	position: relative;
}

.responsive-video-wrap:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.responsive-video-wrap iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: block;
}

.wp-block-embed .responsive-video-wrap {
	position: static;
}

.wp-block-embed .responsive-video-wrap:before {
	display: none;
}

a {
	color: #333;
}

a:hover {
	color: #13aff0;
}

a.light {
	color: #fff;
}

a.light:hover {
	color: #13aff0;
}

a, a:hover, a:focus {
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.single-post:not(.elementor-page) .entry-content a:not(.wp-block-button__link):not(.wp-block-file__button), .page:not(.elementor-page):not(.woocommerce-page) .entry a:not(.wp-block-button__link):not(.wp-block-file__button) {
	cursor: pointer;
	text-underline-offset: 3px;
	text-decoration: underline;
	text-decoration-skip-ink: all;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.single-post:not(.elementor-page) .entry-content a:not(.wp-block-button__link):not(.wp-block-file__button):hover, .page:not(.elementor-page):not(.woocommerce-page) .entry a:not(.wp-block-button__link):not(.wp-block-file__button):hover {
	text-decoration: underline;
	text-decoration-style: dotted;
	text-decoration-skip-ink: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.single-post:not(.elementor-page) .entry-content a:not(.wp-block-button__link):not(.wp-block-file__button):focus:not(.wp-block-button__link):not(.wp-block-file__button), .page:not(.elementor-page):not(.woocommerce-page) .entry a:not(.wp-block-button__link):not(.wp-block-file__button):focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	outline: 2px solid rgba(0, 0, 0, 0);
	text-decoration: underline 1px dotted #13aff0;
	text-decoration-skip-ink: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	margin: 0 0 20px;
	color: #333;
	line-height: 1.4;
}

h1 {
	font-size: 23px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 17px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 14px;
}

.theme-heading {
	font-size: 14px;
	letter-spacing: 1.3px;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.theme-heading .text::before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
	font-weight: 600;
	color: #13aff0;
	padding-right: 6px;
}

p {
	margin: 0 0 20px;
}

abbr[title], dfn[title] {
	cursor: help;
}

del {
	vertical-align: baseline;
	text-decoration: line-through;
	color: #aaa;
}

code, kbd, pre, samp {
	font-size: 16px;
}

pre {
	margin: 20px 0;
	padding: 20px;
	color: #2080ad;
	background-color: #fafafa;
}

code {
	color: #2080ad;
}

.wp-block-quote {
	margin: 1.5em auto;
	padding-left: 20px;
	border-left-width: 3px;
	border-style: solid;
	border-left-color: #13aff0;
}

blockquote {
	font-style: italic;
	margin: 20px 40px;
	padding-left: 20px;
	border-left-width: 3px;
	border-style: solid;
	border-left-color: #13aff0;
}

blockquote cite {
	position: relative;
	display: block;
	padding: 10px 0 0 20px;
	color: #555;
}

blockquote cite:before {
	position: absolute;
	left: 0;
	content: "—";
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}

address {
	display: block;
	margin: 0 0 20px;
}

ul, ol {
	margin: 15px 0 15px 20px;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

li ul, li ol {
	margin: 0 0 0 25px;
}

dl {
	margin: 20px;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 20px;
}

hr {
	clear: both;
	height: 1px;
	min-height: 0;
	margin: 20px 0;
	border-top: 1px solid #e9e9e9;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

hr.dotted {
	border-style: dotted;
}

hr.dashed {
	border-style: dashed;
}

hr.blackborder {
	border-color: #000;
}

hr.whiteborder {
	border-color: #fff;
}

@media print {
	* {
		background: rgba(0, 0, 0, 0) !important;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	
	a, a:visited {
		text-decoration: underline;
	}
	
	a[href]:after {
		content: " (" attr(href) ")";
	}
	
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}
	
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	
	thead {
		display: table-header-group;
	}
	
	tr, img {
		page-break-inside: avoid;
	}
	
	img {
		max-width: 100% !important;
	}
	
	@page {
		margin: .5cm;
	}
	
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	
	h2, h3 {
		page-break-after: avoid;
	}
}

@media only screen and (max-width: 480px) {
	blockquote {
		margin: 20px 0;
	}
}

form input[type=text], form input[type=password], form input[type=email], form input[type=url], form input[type=date], form input[type=month], form input[type=time], form input[type=datetime], form input[type=datetime-local], form input[type=week], form input[type=number], form input[type=search], form input[type=tel], form input[type=color], form select, form textarea {
	display: inline-block;
	min-height: 40px;
	width: 100%;
	font-size: 14px;
	line-height: 1.8;
	padding: 6px 12px;
	vertical-align: middle;
	background-color: rgba(0, 0, 0, 0);
	color: #333;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

form select {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

form input[type=number] {
	max-width: 50px;
	padding: 0 0 0 8px;
}

input[type=text], input[type=password], input[type=email], input[type=url], input[type=search], textarea {
	-webkit-appearance: none;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
	display: none;
}

form textarea {
	min-height: 150px;
	line-height: 1.5;
	resize: vertical;
}

input[type=checkbox] {
	display: inline-block;
	background-color: #fff;
	border: 1px solid #bbb;
	line-height: 0;
	width: 16px;
	min-width: 16px;
	height: 16px;
	margin: -3px 10px 0 0;
	outline: 0;
	text-align: center;
	vertical-align: middle;
	clear: none;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	-webkit-transition: .05s border-color ease-in-out;
	-moz-transition: .05s border-color ease-in-out;
	-ms-transition: .05s border-color ease-in-out;
	-o-transition: .05s border-color ease-in-out;
	transition: .05s border-color ease-in-out;
}

input[type=radio]:checked:before, input[type=checkbox]:checked:before {
	float: left;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	line-height: 14px;
	font-family: "Font Awesome 5 Free";
	text-rendering: auto;
}

input[type=checkbox]:checked:before {
	content: "";
	margin-bottom: -1px;
	color: #13aff0;
	font-weight: 600;
}

form input:not([type]) {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 3px #ddd;
	-moz-box-shadow: inset 0 1px 3px #ddd;
	box-shadow: inset 0 1px 3px #ddd;
}

form input[type=color] {
	padding: 5px 10px;
}

form input[type=text]:focus, form input[type=password]:focus, form input[type=email]:focus, form input[type=url]:focus, form input[type=date]:focus, form input[type=month]:focus, form input[type=time]:focus, form input[type=datetime]:focus, form input[type=datetime-local]:focus, form input[type=week]:focus, form input[type=number]:focus, form input[type=search]:focus, form input[type=tel]:focus, form input[type=color]:focus, form select:focus, form textarea:focus {
	border-color: #bbb;
	outline: 0;
}

form input:not([type]):focus {
	border-color: #bbb;
	outline: 0;
}

form input[type=file]:focus, form input[type=radio]:focus, form input[type=checkbox]:focus {
	outline: 0;
}

form input[type=checkbox], form input[type=radio] {
	display: inline-block;
}

form input[type=text][disabled], form input[type=password][disabled], form input[type=email][disabled], form input[type=url][disabled], form input[type=date][disabled], form input[type=month][disabled], form input[type=time][disabled], form input[type=datetime][disabled], form input[type=datetime-local][disabled], form input[type=week][disabled], form input[type=number][disabled], form input[type=search][disabled], form input[type=tel][disabled], form input[type=color][disabled], form select[disabled], form textarea[disabled] {
	cursor: not-allowed;
	color: #cad2d3;
	background-color: #eaeded;
}

form input:not([type])[disabled] {
	cursor: not-allowed;
	color: #cad2d3;
	background-color: #eaeded;
}

form input[readonly], form select[readonly], form textarea[readonly] {
	color: #777;
	border-color: #ccc;
	background-color: #eee;
}

form input:focus:invalid, form textarea:focus:invalid, form select:focus:invalid {
	color: #b94a48;
	border-color: #e9322d;
}

form input[type=file]:focus:invalid:focus, form input[type=radio]:focus:invalid:focus, form input[type=checkbox]:focus:invalid:focus {
	outline-color: #e9322d;
}

select {
	width: 100%;
	height: 2.25em;
	min-height: auto;
	border: 1px solid #ddd;
	background-color: #fff;
	cursor: pointer;
	padding: 0 15px;
	margin: 0;
}

form select[multiple] {
	height: auto;
}

form label {
	margin-bottom: 3px;
}

form fieldset {
	margin: 0;
	padding: .35em 0 .75em;
	border: 0;
}

form legend {
	display: block;
	width: 100%;
	margin-bottom: .3em;
	padding: .3em 0;
	color: #333;
	border-bottom: 1px solid #e5e5e5;
}

input[type=button], input[type=reset], input[type=submit], button[type=submit], .button, body div.wpforms-container-full .wpforms-form input[type=submit], body div.wpforms-container-full .wpforms-form button[type=submit], body div.wpforms-container-full .wpforms-form .wpforms-page-button {
	display: inline-block;
	font-family: inherit;
	background-color: #13aff0;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	padding: 14px 20px;
	border: 0;
	cursor: pointer;
	text-align: center;
	letter-spacing: .1em;
	line-height: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, button[type=submit]:hover, input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus, button[type=submit]:focus, .button:hover, .button:focus, body div.wpforms-container-full .wpforms-form input[type=submit]:hover, body div.wpforms-container-full .wpforms-form button[type=submit]:hover, body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
	background-color: #0b7cac;
	color: #fff;
}

.elementor-form input[type=checkbox], .elementor-form input[type=radio] {
	display: inline-block !important;
}

input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus, button[type=submit]:focus, button:focus {
	outline: 0;
}

.pure-button[disabled], .pure-button-disabled, .pure-button-disabled:hover, .pure-button-disabled:focus, .pure-button-disabled:active {
	cursor: not-allowed;
	-moz-opacity: .4;
	-webkit-opacity: .4;
	opacity: .4;
	border: none;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.pure-button[disabled].nitro-lazy, .pure-button-disabled.nitro-lazy, .pure-button-disabled:hover.nitro-lazy, .pure-button-disabled:focus.nitro-lazy, .pure-button-disabled:active.nitro-lazy {
	background-image: none !important;
}

button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.pure-button-primary, .pure-button-selected, a.pure-button-primary, a.pure-button-selected {
	color: #fff;
	background-color: #0078e7;
}

.comment-form-cookies-consent {
	display: inline-block;
	width: 100%;
}

.comment-form-cookies-consent label {
	display: inline-block;
}

#top-bar-wrap {
	position: relative;
	background-color: #fff;
	font-size: 12px;
	border-bottom: 1px solid #f1f1f1;
	z-index: 101;
}

#top-bar {
	padding: 8px 0;
}

#top-bar-inner {
	position: relative;
}

.top-bar-left {
	float: left;
}

.top-bar-right {
	float: right;
}

.top-bar-centered {
	float: none;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	#top-bar {
		padding: 20px 0;
	}
	
	#top-bar>div:nth-child(2) {
		padding-top: 20px;
	}
	
	.top-bar-right {
		float: none;
		text-align: center;
	}
}

@media screen and (max-width: 782px) {
	#top-bar-wrap {
		z-index: 100;
	}
}

#top-bar-content strong {
	color: #333;
}

#top-bar-content>a {
	color: #555;
}

#top-bar-content>a:hover {
	color: #13aff0;
}

#top-bar-content select {
	background-color: rgba(0, 0, 0, 0);
	padding: 5px;
	color: rgba(0, 0, 0, .4);
	border-color: rgba(0, 0, 0, .2);
	min-width: 100px;
}

#top-bar-content #lang_sel {
	position: relative;
	display: inline-block;
	top: 3px;
	margin-right: 10px;
	z-index: 99;
}

#topbar-template {
	display: inline-block;
}

#top-bar-wrap #lang_sel ul ul {
	z-index: 99999;
}

.top-bar-right .polylang-switcher-shortcode {
	float: right;
	margin: 0;
	margin-left: 20px;
}

.top-bar-left .polylang-switcher-shortcode {
	float: left;
	margin: 0;
	margin-right: 20px;
}

@media only screen and (max-width: 767px) {
	#top-bar-content, #top-bar-social-alt {
		float: none;
		text-align: center;
	}
	
	#top-bar #lang_sel {
		text-align: left;
	}
	
	body.rtl #top-bar #lang_sel {
		text-align: right;
	}
}

.top-bar-left.has-content #top-bar-nav, .top-bar-right.has-content #top-bar-nav {
	margin: 0;
	margin-right: 20px;
	padding: 0;
}

#top-bar-nav, #top-bar-nav>li {
	display: inline-block;
}

#top-bar-content.top-bar-centered #top-bar-nav, #top-bar-content.top-bar-centered #top-bar-nav>li {
	display: inline-block;
	float: none;
}

#top-bar-nav>ul>li {
	display: inline-block;
	float: none;
	margin-right: 15px;
}

#top-bar-nav>ul>li:last-child {
	margin-right: 0;
}

#top-bar-nav>ul>li a .nav-arrow {
	margin-left: 4px;
	margin-right: 0;
}

@media only screen and (max-width: 767px) {
	#top-bar #top-bar-nav>li {
		float: none;
		display: inline-block;
	}
	
	#top-bar-nav {
		float: none;
		text-align: center;
	}
}

#top-bar-social ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#top-bar-social li {
	float: left;
}

#top-bar-social li a {
	display: block;
	float: left;
	font-size: 14px;
	color: #bbb;
	padding: 0 6px;
}

#top-bar-social.top-bar-left li:first-child a {
	padding-left: 0;
}

#top-bar-social.top-bar-right li:last-child a {
	padding-right: 0;
}

#top-bar-social li a.oceanwp-twitter a:hover {
	color: #46d4fe;
}

#top-bar-social li a.oceanwp-facebook a:hover {
	color: #37589b;
}

#top-bar-social li a.oceanwp-googleplus a:hover {
	color: #de5a49;
}

#top-bar-social li a.oceanwp-pinterest a:hover {
	color: #cb2027;
}

#top-bar-social li a.oceanwp-dribbble a:hover {
	color: #ea4c89;
}

#top-bar-social li a.oceanwp-vk a:hover {
	color: #597ba5;
}

#top-bar-social li a.oceanwp-instagram a:hover {
	color: #3f729b;
}

#top-bar-social li a.oceanwp-linkedin a:hover {
	color: #39c;
}

#top-bar-social li a.oceanwp-tumblr a:hover {
	color: #2c4762;
}

#top-bar-social li a.oceanwp-github a:hover {
	color: #60b044;
}

#top-bar-social li a.oceanwp-flickr a:hover {
	color: #fa4086;
}

#top-bar-social li a.oceanwp-skype a:hover {
	color: #00aff0;
}

#top-bar-social li a.oceanwp-youtube a:hover {
	color: #c4302b;
}

#top-bar-social li a.oceanwp-vimeo a:hover {
	color: #1ab7ea;
}

#top-bar-social li a.oceanwp-vine a:hover {
	color: #00bf8f;
}

#top-bar-social li a.oceanwp-xing a:hover {
	color: #006464;
}

#top-bar-social li a.oceanwp-yelp a:hover {
	color: #c41200;
}

#top-bar-social li a.oceanwp-tripadvisor a:hover {
	color: #589442;
}

#top-bar-social li a.oceanwp-rss a:hover {
	color: #ff7900;
}

#top-bar-social li a.oceanwp-email a:hover {
	color: #13aff0;
}

#top-bar-social.top-bar-right {
	position: absolute;
	right: 0;
	top: 50%;
	height: 20px;
	line-height: 20px;
	margin-top: -10px;
}

#top-bar-social.top-bar-left {
	position: absolute;
	left: 0;
	top: 50%;
	height: 20px;
	line-height: 20px;
	margin-top: -10px;
}

#top-bar-social.top-bar-centered {
	padding-top: 15px;
}

#top-bar-social.top-bar-centered li {
	display: inline-block;
	float: none;
}

@media only screen and (max-width: 767px) {
	#top-bar-social {
		text-align: center;
	}
	
	#top-bar-social.top-bar-left, #top-bar-social.top-bar-right {
		position: inherit;
		left: auto;
		right: auto;
		float: none;
		height: auto;
		line-height: 1.5em;
		margin-top: 0;
	}
	
	#top-bar-social li {
		float: none;
		display: inline-block;
	}
}

#site-header {
	position: relative;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #f1f1f1;
	z-index: 100;
}

#site-header.is-transparent {
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, 0);
	height: auto;
	z-index: 9999;
}

#transparent-header-wrap {
	position: relative;
}

.has-transparent-header .oceanwp-sticky-header-holder {
	height: auto !important;
}

.has-transparent-header .is-sticky #site-header {
	background-color: #fff;
}

.no-header-border #site-header {
	border-bottom: none;
}

#site-header-inner {
	position: relative;
	height: 100%;
}

#site-logo {
	float: left;
	height: 100%;
	display: table;
}

#site-logo #site-logo-inner {
	display: table-cell;
	vertical-align: middle;
	height: 74px;
}

#site-logo #site-logo-inner a {
	background-color: rgba(0, 0, 0, 0) !important;
}

#site-logo #site-logo-inner a img {
	width: auto;
	vertical-align: middle;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#site-logo #site-logo-inner a:hover img {
	-moz-opacity: .6;
	-webkit-opacity: .6;
	opacity: .6;
}

#site-logo #site-logo-inner picture {
	display: inline-block;
}

#site-logo a.site-logo-text {
	font-size: 24px;
	margin: 0;
}

#site-logo.has-responsive-logo .responsive-logo-link {
	display: none;
}

#site-header.has-header-media>*:not(.overlay-header-media) {
	position: relative;
	z-index: 2;
}

#site-header.has-header-media .overlay-header-media {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .3);
	z-index: 1;
}

#site-header .custom-header-media {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	width: 100%;
}

#site-header .custom-header-media:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	height: 100%;
	z-index: 2;
	background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 75%, rgba(0, 0, 0, .3) 100%);
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 75%, rgba(0, 0, 0, .3) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 75%, rgba(0, 0, 0, .3) 100%);
}

#site-header .custom-header-media video, #site-header .custom-header-media iframe {
	position: absolute;
	height: auto;
	left: 50%;
	max-width: 1000%;
	min-height: 100%;
	min-width: 100%;
	min-width: 100vw;
	width: auto;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

#site-header .custom-header-media .wp-custom-header-video-button {
	display: none;
}

.has-header-video #site-header-inner {
	z-index: 10;
}

#sidr .sidr-class-social-menu-inner .fa {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

@media only screen and (max-width: 959px) {
	.has-left-menu #site-logo {
		padding: 0 !important;
	}
}

@media only screen and (max-width: 767px) {
	#site-logo {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
}

#site-header.transparent-header {
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, 0);
	height: auto;
	z-index: 9999;
}

#site-header.transparent-header #site-logo.has-transparent-logo .custom-logo-link {
	display: none;
}

#site-header.transparent-header #site-logo.has-transparent-logo .transparent-logo-link {
	display: block;
}

.is-sticky #site-header.transparent-header #site-logo.has-transparent-logo .custom-logo-link {
	display: block;
}

.is-sticky #site-header.transparent-header #site-logo.has-transparent-logo .transparent-logo-link {
	display: none;
}

#site-header.top-header {
	border-bottom: 0 !important;
}

#site-header.top-header .header-top {
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);
	z-index: 100;
}

#site-header.top-header .header-top .left {
	float: left;
}

#site-header.top-header .header-top .right {
	float: right;
}

#site-header.top-header .header-top .right .inner {
	display: table;
	position: relative;
}

#site-header.top-header #searchform-header-replace {
	background-color: #fff;
}

#site-header.top-header.header-replace .left, #site-header.top-header.header-replace .right {
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

#site-header.top-header.header-replace .left.hide, #site-header.top-header.header-replace .right.hide {
	visibility: hidden;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
}

#site-header.top-header #site-navigation-wrap {
	float: none;
	right: auto !important;
	left: -15px;
}

#site-header.top-header #site-navigation-wrap .dropdown-menu>li>a {
	font-size: 10px;
	line-height: 40px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#site-header.top-header .oceanwp-social-menu, #site-header.top-header #search-toggle {
	float: none;
	display: table-cell;
	vertical-align: middle;
	height: 40px;
}

#site-header.top-header .oceanwp-social-menu .social-menu-inner {
	display: block;
	height: auto;
}

#site-header.top-header .oceanwp-social-menu {
	right: 0;
	padding: 0 10px;
}

#site-header.top-header .oceanwp-social-menu .colored ul li a, #site-header.top-header .oceanwp-social-menu .minimal ul li a, #site-header.top-header .oceanwp-social-menu .dark ul li a {
	padding: 0 3px;
}

#site-header.top-header .oceanwp-social-menu .colored ul li a span, #site-header.top-header .oceanwp-social-menu .minimal ul li a span, #site-header.top-header .oceanwp-social-menu .dark ul li a span {
	width: 26px;
	height: 26px;
	line-height: 26px;
}

#site-header.top-header #search-toggle {
	border-right: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
	padding: 0 6px;
}

#site-header.top-header #search-toggle a {
	display: inline-block;
	font-size: 12px;
	width: 28px;
	text-align: center;
}

#site-header.top-header.search-overlay #search-toggle .search-overlay-toggle {
	position: relative;
	z-index: 101;
}

#site-header.top-header.search-overlay #search-toggle .search-overlay-toggle.exit>span:before {
	content: "✕";
	color: #fff;
}

#site-header.top-header #searchform-header-replace input {
	color: #222;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#site-header.top-header #searchform-header-replace-close {
	font-size: 16px;
	padding: 0 6px;
}

#site-header.top-header .header-bottom {
	text-align: center;
}

#site-header.top-header #site-logo {
	float: none;
	display: inline-block;
	padding: 50px 0;
}

#site-header.top-header #site-logo #site-logo-inner {
	display: block;
	height: auto;
}

#site-header.top-header #site-logo #site-description {
	padding-top: 20px;
}

#site-header.top-header #site-logo #site-description h2 {
	color: #929292;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
}

#site-header.top-header .oceanwp-mobile-menu-icon {
	float: none;
	left: -15px;
	right: auto;
}

#site-header.top-header .oceanwp-mobile-menu-icon a {
	font-size: 10px;
	line-height: 40px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#site-header.top-header.has-header-media #site-header-sticky-wrapper, #site-header.top-header.has-header-media .header-top {
	z-index: 101;
}

@media only screen and (max-width: 959px) {
	.top-header-style .sidr-class-social-menu-inner, .top-header-style .sidr-class-mobile-searchform {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	#site-header.top-header .right {
		display: none;
	}
	
	#site-header.top-header.header-replace .left.hide, #site-header.top-header.header-replace .right.hide {
		visibility: visible;
		-moz-opacity: 1;
		-webkit-opacity: 1;
		opacity: 1;
	}
	
	#site-header.top-header .header-top .left, #site-header.top-header .header-top .right {
		float: none !important;
		text-align: center;
	}
	
	#site-header.top-header .oceanwp-mobile-menu-icon {
		float: none;
		left: auto !important;
		right: auto !important;
	}
	
	#site-header.top-header .oceanwp-mobile-menu-icon a {
		float: none;
	}
	
	#site-header.top-header .header-top .right .inner {
		display: block;
		padding-bottom: 10px;
	}
	
	#site-header.top-header .oceanwp-social-menu, #site-header.top-header #search-toggle {
		float: none;
		display: inline-block;
		height: auto;
	}
	
	.top-header-style .sidr-class-social-menu-inner, .top-header-style .sidr-class-mobile-searchform {
		display: block;
	}
}

#site-header.full_screen-header {
	z-index: 9999;
}

#site-header.full_screen-header #site-header-inner {
	overflow: visible !important;
}

#site-header.full_screen-header #site-navigation-wrap {
	right: 0;
}

#site-header.full_screen-header #site-logo.has-full-screen-logo {
	position: relative;
	z-index: 101;
}

#site-header.full_screen-header #site-logo.has-full-screen-logo .full-screen-logo-link {
	display: none;
}

#site-header.full_screen-header #site-logo.has-full-screen-logo.opened .custom-logo-link, #site-header.full_screen-header #site-logo.has-full-screen-logo.opened .retina-logo-link {
	display: none;
}

#site-header.full_screen-header #site-logo.has-full-screen-logo.opened .full-screen-logo-link {
	display: block;
}

#site-header.full_screen-header .menu-bar-wrap {
	float: right;
	height: 100%;
	display: table;
}

#site-header.full_screen-header .menu-bar-inner {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	height: 74px;
}

#site-header.full_screen-header .menu-bar {
	display: inline-block;
	position: relative;
	margin-left: 10px;
	min-width: 38px;
	height: 33px;
	text-align: center;
	z-index: 101;
}

#site-header.full_screen-header .menu-bar .ham {
	display: inline-block;
	width: 23px;
	height: 2px;
	position: relative;
	top: 2px;
	background-color: #333;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

#site-header.full_screen-header .menu-bar .ham:before, #site-header.full_screen-header .menu-bar .ham:after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 23px;
	height: 2px;
	left: 0;
	background-color: #333;
	outline: 1px solid rgba(0, 0, 0, 0);
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

#site-header.full_screen-header .menu-bar .ham:before {
	top: -8px;
}

#site-header.full_screen-header .menu-bar .ham:after {
	top: 8px;
}

#site-header.full_screen-header .menu-bar.exit .ham {
	background-color: rgba(0, 0, 0, 0) !important;
}

#site-header.full_screen-header .menu-bar.exit .ham:before, #site-header.full_screen-header .menu-bar.exit .ham:after {
	background-color: #fff;
}

#site-header.full_screen-header .menu-bar.exit .ham:before {
	-webkit-transform: translateY(8px) rotateZ(-45deg);
	-moz-transform: translateY(8px) rotateZ(-45deg);
	-ms-transform: translateY(8px) rotateZ(-45deg);
	-o-transform: translateY(8px) rotateZ(-45deg);
	transform: translateY(8px) rotateZ(-45deg);
}

#site-header.full_screen-header .menu-bar.exit .ham:after {
	-webkit-transform: translateY(-8px) rotateZ(45deg);
	-moz-transform: translateY(-8px) rotateZ(45deg);
	-ms-transform: translateY(-8px) rotateZ(45deg);
	-o-transform: translateY(-8px) rotateZ(45deg);
	transform: translateY(-8px) rotateZ(45deg);
}

#site-header.full_screen-header.nav-open {
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}

#site-header.full_screen-header #full-screen-menu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .9);
	overflow-y: scroll;
	z-index: 100;
}

#site-header.full_screen-header #full-screen-menu #full-screen-menu-inner {
	display: table;
	width: 100%;
	height: 100%;
	padding: 0 40px;
}

#site-header.full_screen-header #full-screen-menu #site-navigation {
	display: table-cell;
	vertical-align: middle;
	padding: 100px 0;
	text-align: center;
}

#site-header.full_screen-header .fs-dropdown-menu {
	list-style: none;
	margin: 0;
}

#site-header.full_screen-header .fs-dropdown-menu li a {
	display: block;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#site-header.full_screen-header .fs-dropdown-menu li a:hover {
	color: #929292;
}

#site-header.full_screen-header .fs-dropdown-menu li a:focus {
	outline: 1px dashed rgba(255, 255, 255, .3);
}

#site-header.full_screen-header .fs-dropdown-menu li>a .nav-arrow {
	display: inline-block;
	width: 26px;
	padding-left: 5px;
	text-align: center;
}

#site-header.full_screen-header .fs-dropdown-menu li>a .nav-arrow:before {
	content: "+";
}

#site-header.full_screen-header .fs-dropdown-menu li>a .nav-arrow:focus {
	outline: 1px dashed rgba(255, 255, 255, .3);
}

#site-header.full_screen-header .fs-dropdown-menu li.open-sub>a .nav-arrow:before {
	content: "-";
}

#site-header.full_screen-header .fs-dropdown-menu li .sidebar-box {
	display: none;
}

#site-header.full_screen-header .fs-dropdown-menu ul.sub-menu {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

#site-header.full_screen-header .fs-dropdown-menu ul.sub-menu li a {
	font-size: 16px;
	padding: 6px 0;
}

#site-header.full_screen-header .fs-dropdown-menu>li {
	display: block;
}

#site-header.full_screen-header .fs-dropdown-menu>li>a {
	font-size: 24px;
	line-height: 1.2;
	padding: 12px 0;
}

#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li {
	max-width: 220px;
	margin: 10px auto 0;
}

#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li form {
	position: relative;
}

#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li input, #site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li .search-text {
	font-size: 20px;
	padding: 4px 0;
	color: #fff;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li input {
	position: relative;
	border: 0;
	background-color: rgba(0, 0, 0, 0);
	border-bottom: 1px solid #666;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	z-index: 2;
}

#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li input:hover, #site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li input:focus {
	border-color: #fff;
}

#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li .search-text {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	cursor: text;
	-moz-opacity: .5;
	-webkit-opacity: .5;
	opacity: .5;
	z-index: 1;
}

#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li .search-text i {
	display: inline-block;
	background-color: #fff;
	width: 3px;
	height: 3px;
	margin-left: 3px;
	-webkit-animation: blink 1s linear infinite;
	-moz-animation: blink 1s linear infinite;
	-ms-animation: blink 1s linear infinite;
	-o-animation: blink 1s linear infinite;
	animation: blink 1s linear infinite;
}

#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li .search-text i+i {
	-ms-animation-delay: .2s;
	-webkit-animation-delay: .2s;
	-o-animation-delay: .2s;
	-moz-animation-delay: .2s;
	animation-delay: .2s;
}

#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li .search-text i+i+i {
	-ms-animation-delay: .4s;
	-webkit-animation-delay: .4s;
	-o-animation-delay: .4s;
	-moz-animation-delay: .4s;
	animation-delay: .4s;
}

#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li form.search-filled .search-text {
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-webkit-transition-duration: 150ms;
	-moz-transition-duration: 150ms;
	-ms-transition-duration: 150ms;
	-o-transition-duration: 150ms;
	transition-duration: 150ms;
}

#site-header.full_screen-header .oceanwp-social-menu {
	display: block;
	float: none;
	margin-top: 30px;
	text-align: center;
	right: auto;
}

#site-header.full_screen-header .oceanwp-social-menu .social-menu-inner {
	display: block;
	height: auto !important;
}

#site-header.full_screen-header .oceanwp-social-menu ul li {
	float: none;
	display: inline-block;
}

#site-header.full_screen-header .oceanwp-social-menu.simple-social ul li a {
	background-color: rgba(0, 0, 0, 0) !important;
	color: #fff;
	font-size: 24px;
	padding: 0 16px;
	margin: 0;
}

#site-header.full_screen-header .oceanwp-social-menu.simple-social ul li a:hover {
	color: #929292;
}

#site-header.full_screen-header .oceanwp-social-menu .colored ul li a, #site-header.full_screen-header .oceanwp-social-menu .minimal ul li a, #site-header.full_screen-header .oceanwp-social-menu .dark ul li a {
	padding: 0 4px;
}

#site-header.full_screen-header .oceanwp-social-menu .colored ul li a span, #site-header.full_screen-header .oceanwp-social-menu .minimal ul li a span, #site-header.full_screen-header .oceanwp-social-menu .dark ul li a span {
	font-size: 16px;
	width: 60px;
	height: 60px;
	line-height: 60px;
}

@-webkit-keyframes blink {
	0% {
		-webkit-opacity: 1;
	}
	
	50% {
		-webkit-opacity: 0;
	}
	
	100% {
		-webkit-opacity: 1;
	}
}

@-moz-keyframes blink {
	0% {
		-moz-opacity: 1;
	}
	
	50% {
		-moz-opacity: 0;
	}
	
	100% {
		-moz-opacity: 1;
	}
}

@-o-keyframes blink {
	0% {
		-o-opacity: 1;
	}
	
	50% {
		-o-opacity: 0;
	}
	
	100% {
		-o-opacity: 1;
	}
}

@keyframes blink {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@media only screen and (max-width: 959px) {
	#site-header.full_screen-header #site-logo.has-full-screen-logo.opened .custom-logo-link {
		display: block;
	}
	
	#site-header.full_screen-header #site-logo.has-full-screen-logo.opened .full-screen-logo-link {
		display: none;
	}
}

#site-header.center-header #site-logo {
	display: none;
}

#site-header.center-header #site-navigation-wrap {
	float: none;
	width: 100%;
	right: auto;
}

#site-header.center-header #site-navigation-wrap .navigation {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

#site-header.center-header #site-navigation-wrap .middle-site-logo {
	width: 24%;
	text-align: center;
}

#site-header.center-header #site-navigation-wrap .middle-site-logo a img {
	width: auto;
	vertical-align: middle;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#site-header.center-header #site-navigation-wrap .middle-site-logo:hover img {
	-moz-opacity: .6;
	-webkit-opacity: .6;
	opacity: .6;
}

#site-header.center-header #site-navigation-wrap .left-menu, #site-header.center-header #site-navigation-wrap .right-menu {
	position: relative;
	width: 38%;
}

#site-header.center-header #site-navigation-wrap .left-menu {
	float: left;
}

#site-header.center-header #site-navigation-wrap .right-menu {
	float: right;
}

#site-header.center-header #site-navigation-wrap .dropdown-menu>li {
	float: none;
	display: inline-block;
}

#site-header.center-header .centered .left-menu, #site-header.center-header .centered .right-menu {
	text-align: center;
}

#site-header.center-header .wider .left-menu {
	text-align: left;
}

#site-header.center-header .wider .right-menu {
	text-align: right;
}

#site-header.center-header .closer .left-menu {
	text-align: right;
}

#site-header.center-header .closer .right-menu {
	text-align: left;
}

#site-header.center-header #searchform-header-replace.show {
	max-width: 100% !important;
}

#site-header.center-header.header-replace #site-navigation .middle-site-logo {
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}

#site-header.center-header.header-replace #site-navigation.hide .middle-site-logo {
	visibility: hidden;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
}

#site-header.medium-header {
	background-color: rgba(0, 0, 0, 0);
	text-align: center;
}

#site-header.medium-header .top-header-wrap {
	position: relative;
	background-color: #fff;
	padding: 30px 0;
	-webkit-transition: padding .4s ease-in-out;
	-moz-transition: padding .4s ease-in-out;
	-ms-transition: padding .4s ease-in-out;
	-o-transition: padding .4s ease-in-out;
	transition: padding .4s ease-in-out;
	z-index: 10;
}

#site-header.medium-header .top-header-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	margin: 0;
}

#site-header.medium-header .top-col {
	-webkit-flex: 1 0 0%;
	flex: 1 0 0%;
}

#site-header.medium-header .top-col.col-1 {
	text-align: left;
}

#site-header.medium-header .top-col.col-2, #site-header.medium-header .top-col.logo-col {
	text-align: center;
}

#site-header.medium-header .top-col.col-3 {
	text-align: right;
}

#site-header.medium-header #medium-searchform form {
	display: inline-block;
	position: relative;
}

#site-header.medium-header #medium-searchform form.search-filled label {
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-webkit-transition-duration: 150ms;
	-moz-transition-duration: 150ms;
	-ms-transition-duration: 150ms;
	-o-transition-duration: 150ms;
	transition-duration: 150ms;
}

#site-header.medium-header #medium-searchform input {
	position: relative;
	background-color: rgba(0, 0, 0, 0) !important;
	border: 0;
	margin: 0;
	padding: 6px 38px 6px 12px;
	max-width: 178px;
	z-index: 2;
}

#site-header.medium-header #medium-searchform input:focus {
	max-width: 220px;
}

#site-header.medium-header #medium-searchform label, #site-header.medium-header #medium-searchform button {
	position: absolute;
	top: 0;
	line-height: 40px;
	margin: 0;
}

#site-header.medium-header #medium-searchform button:focus {
	outline: 1px solid;
}

#site-header.medium-header #medium-searchform label {
	left: 12px;
	color: #333;
	cursor: text;
	-moz-opacity: .5;
	-webkit-opacity: .5;
	opacity: .5;
	z-index: 1;
}

#site-header.medium-header #medium-searchform button {
	right: 0;
	width: 38px;
	background-color: rgba(0, 0, 0, 0);
	color: #555;
	border: 0;
	padding: 0;
	z-index: 2;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#site-header.medium-header #medium-searchform button:hover {
	color: #13aff0;
}

#site-header.medium-header #medium-searchform .search-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #f5f5f5;
}

#site-header.medium-header #site-logo {
	float: none;
	display: block;
}

#site-header.medium-header #site-logo #site-logo-inner {
	display: block;
	height: auto !important;
}

#site-header.medium-header .oceanwp-social-menu {
	float: none;
	display: block;
	right: auto !important;
	left: auto !important;
}

#site-header.medium-header .oceanwp-social-menu .social-menu-inner {
	display: block;
	height: auto !important;
}

#site-header.medium-header .oceanwp-social-menu ul li {
	float: none;
	display: inline-block;
}

#site-header.medium-header #site-navigation-wrap {
	position: relative;
	position: relative;
	background-color: #f9f9f9;
	float: none;
	right: auto !important;
	left: auto !important;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	z-index: 9;
}

#site-header.medium-header #site-navigation-wrap.left-menu #site-navigation {
	float: left;
	left: -22px;
}

#site-header.medium-header #site-navigation-wrap.center-menu #site-navigation .dropdown-menu>li {
	float: none;
	display: inline-block;
}

#site-header.medium-header #site-navigation-wrap.right-menu #site-navigation {
	float: right;
	right: -22px;
}

#site-header.medium-header #site-navigation-wrap #site-navigation {
	display: inline-block;
	position: relative;
}

#site-header.medium-header #site-navigation-wrap .dropdown-menu>li>a {
	font-size: 12px;
	line-height: 60px;
	padding: 0 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#site-header.medium-header.hidden-menu #site-navigation-wrap, #site-header.medium-header.hidden-menu #site-navigation, #site-header.medium-header.hidden-menu .oceanwp-mobile-menu-icon {
	max-height: 150px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.is-sticky #site-header.medium-header .top-header-wrap {
	padding: 20px 0;
}

.is-sticky #site-header.medium-header .top-header-wrap .oceanwp-social-menu .social-menu-inner {
	height: auto;
}

.is-sticky #site-header.medium-header.hidden-menu #site-navigation-wrap, .is-sticky #site-header.medium-header.hidden-menu #site-navigation, .is-sticky #site-header.medium-header.hidden-menu .oceanwp-mobile-menu-icon {
	max-height: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	visibility: hidden;
}

.is-sticky #site-header.medium-header.hidden-menu:hover #site-navigation-wrap, .is-sticky #site-header.medium-header.hidden-menu:hover #site-navigation, .is-sticky #site-header.medium-header.hidden-menu:hover .oceanwp-mobile-menu-icon {
	max-height: 150px;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	visibility: visible;
}

#site-header.medium-header .oceanwp-mobile-menu-icon {
	float: none;
	background-color: #f9f9f9;
	right: auto !important;
	left: auto !important;
}

#site-header.medium-header .oceanwp-mobile-menu-icon a {
	float: none;
	display: inline-block;
	font-size: 12px;
	padding: 0 22px;
	line-height: 60px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#site-header.medium-header.is-transparent .top-header-wrap, #site-header.medium-header.is-transparent #site-navigation-wrap, #site-header.medium-header.is-transparent .oceanwp-mobile-menu-icon {
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

@media only screen and (max-width: 959px) {
	.medium-header-style .sidr-class-social-menu-inner, .medium-header-style .sidr-class-mobile-searchform {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	#site-header.medium-header .top-header-inner {
		display: block;
	}
	
	#site-header.medium-header .top-col:not(.logo-col) {
		display: none;
	}
	
	#site-header.medium-header .top-col.logo-col {
		display: inline-block;
		text-align: center;
	}
	
	.medium-header-style .sidr-class-social-menu-inner, .medium-header-style .sidr-class-mobile-searchform {
		display: block;
	}
}

@media only screen and (max-width: 480px) {
	#site-header.medium-header .header-top-wrap {
		padding: 20px 0;
	}
	
	#site-header.medium-header .oceanwp-mobile-menu-icon a {
		line-height: 40px;
	}
}

#site-header.vertical-header {
	position: fixed;
	top: 0;
	width: 300px;
	max-width: 100%;
	height: 100%;
	border-bottom: none;
	z-index: 3000;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#site-header.vertical-header .ps__rail-y {
	padding: 0 !important;
	width: 0;
}

#site-header.vertical-header.has-scrolled {
	background-color: #fff;
}

#site-header.vertical-header.has-shadow {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
}

#site-header.vertical-header .ps__thumb-y {
	background-color: rgba(0, 0, 0, 0);
}

#site-header.vertical-header .has-template>#site-logo {
	display: none;
}

#site-header.vertical-header #site-header-inner {
	max-width: 100%;
	padding: 30px 0;
	overflow: hidden;
}

#site-header.vertical-header #site-header-inner>*:not(#site-navigation-wrap) {
	padding: 0 30px;
}

#site-header.vertical-header #site-header-inner #sidr {
	display: block;
}

#site-header.vertical-header.vh-left-logo #site-logo {
	text-align: left;
}

#site-header.vertical-header.vh-center-logo #site-logo {
	text-align: center;
}

#site-header.vertical-header.vh-right-logo #site-logo {
	text-align: right;
}

#site-header.vertical-header #site-logo, #site-header.vertical-header #site-logo #site-logo-inner {
	display: block;
	float: none;
	height: auto;
}

#site-header.vertical-header #site-logo {
	margin: 20px 0 45px;
}

#site-header.vertical-header #site-logo a:focus {
	outline: 1px dashed rgba(0, 0, 0, .3);
}

#site-header.vertical-header .has-social #site-navigation-wrap {
	right: auto;
}

#site-header.vertical-header #site-navigation-wrap {
	float: none;
	right: auto;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu li {
	display: block;
	float: none;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu li:last-child {
	border-bottom: none;
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu li>a {
	position: relative;
	line-height: 1;
	padding: 17px 30px;
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu li>a:focus {
	outline: 1px dashed rgba(0, 0, 0, .3);
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu li>a .dropdown-toggle {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 100%;
	line-height: 1;
	cursor: pointer;
	text-align: center;
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu li>a .dropdown-toggle:focus {
	outline: 1px dashed rgba(0, 0, 0, .3);
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu li>a .dropdown-toggle:before {
	content: "+";
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 1;
	margin-top: -10px;
	margin-left: -10px;
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu li.active>a>.dropdown-toggle:before {
	content: "-";
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu .sub-menu {
	display: none;
	position: relative;
	top: 100%;
	left: 0;
	background-color: rgba(0, 0, 0, .03);
	border: none;
	border-top: 1px solid rgba(0, 0, 0, .05);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#site-header.vertical-header #site-navigation-wrap .nav-arrow, #site-header.vertical-header #site-navigation-wrap .sidebar-box {
	display: none;
}

#site-header.vertical-header #vertical-searchform {
	margin-top: 40px;
}

#site-header.vertical-header #vertical-searchform form {
	position: relative;
}

#site-header.vertical-header #vertical-searchform form.search-filled label {
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-webkit-transition-duration: 150ms;
	-moz-transition-duration: 150ms;
	-ms-transition-duration: 150ms;
	-o-transition-duration: 150ms;
	transition-duration: 150ms;
}

#site-header.vertical-header #vertical-searchform form input {
	position: relative;
	font-size: 14px;
	border-width: 0 0 2px;
	background-color: rgba(0, 0, 0, 0) !important;
	border-color: rgba(0, 0, 0, .04);
	padding: 10px 12px;
	z-index: 2;
}

#site-header.vertical-header #vertical-searchform form label, #site-header.vertical-header #vertical-searchform form button {
	position: absolute;
	top: 50%;
	margin: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#site-header.vertical-header #vertical-searchform form label:focus, #site-header.vertical-header #vertical-searchform form button:focus {
	outline: 1px dashed rgba(0, 0, 0, .3);
}

#site-header.vertical-header #vertical-searchform form label {
	left: 12px;
	cursor: text;
	-moz-opacity: .5;
	-webkit-opacity: .5;
	opacity: .5;
	z-index: 1;
}

#site-header.vertical-header #vertical-searchform form button {
	right: 0;
	width: 50px;
	height: 100%;
	line-height: 1;
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
	color: #777;
	border: none;
	z-index: 2;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#site-header.vertical-header #vertical-searchform form button:hover {
	color: #333;
}

#site-header.vertical-header #vertical-searchform form .search-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .03);
}

#site-header.vertical-header .oceanwp-social-menu {
	float: none;
	display: block;
	margin-top: 40px;
}

#site-header.vertical-header .oceanwp-social-menu.simple-social {
	right: auto;
}

#site-header.vertical-header .oceanwp-social-menu .social-menu-inner {
	display: block;
	height: auto;
}

#site-header.vertical-header .custom-header-nav #site-navigation-wrap #site-navigation {
	display: block;
}

#site-header.vertical-header .custom-header-nav #site-navigation-wrap #site-navigation .dropdown-menu>li>a {
	padding-left: 0;
	padding-right: 0;
}

#site-header.vertical-header .vertical-toggle {
	display: none;
	position: absolute;
	top: 10px;
	width: 34px;
	height: 34px;
	font-size: 22px;
	line-height: 34px;
	padding: 0 !important;
	text-align: center;
}

.has-vh-transparent .is-sticky #site-header.vertical-header {
	background-color: #fff;
}

body.vertical-header-style.left-header #site-header.vertical-header {
	left: 0;
}

body.vertical-header-style.left-header #site-header.vertical-header .vertical-toggle {
	right: 0;
}

body.vertical-header-style.left-header #outer-wrap {
	margin-left: 300px;
}

body.vertical-header-style.right-header #site-header.vertical-header {
	right: 0;
}

body.vertical-header-style.right-header #site-header.vertical-header .vertical-toggle {
	left: 0;
}

body.vertical-header-style.right-header #outer-wrap {
	margin-right: 300px;
}

body.vertical-header-style.has-vh-transparent.left-header #outer-wrap {
	margin-left: 0;
}

body.vertical-header-style.has-vh-transparent.right-header #outer-wrap {
	margin-right: 0;
}

body.vertical-header-style.vh-closed.left-header #site-header.vertical-header {
	left: -266px;
}

body.vertical-header-style.vh-closed.left-header #outer-wrap {
	margin-left: 34px;
}

body.vertical-header-style.vh-closed.right-header #site-header.vertical-header {
	right: -266px;
}

body.vertical-header-style.vh-closed.right-header #outer-wrap {
	margin-right: 34px;
}

body.vertical-header-style.vh-closed.vh-opened.left-header #site-header.vertical-header {
	left: 0;
}

body.vertical-header-style.vh-closed.vh-opened.right-header #site-header.vertical-header {
	right: 0;
}

body.vertical-header-style.vh-closed.vh-opened #site-header.vertical-header #site-navigation-wrap {
	padding-right: 0;
}

body.vertical-header-style.vh-closed #site-header.vertical-header .vertical-toggle {
	display: block;
}

body.vertical-header-style.vh-closed #site-header.vertical-header #site-navigation-wrap {
	padding-right: 34px;
}

@media only screen and (max-width: 1280px) {
	body.vertical-header-style.default-collapse.left-header #site-header.vertical-header {
		left: -266px;
	}
	
	body.vertical-header-style.default-collapse.left-header #outer-wrap {
		margin-left: 34px;
	}
	
	body.vertical-header-style.default-collapse.right-header #site-header.vertical-header {
		right: -266px;
	}
	
	body.vertical-header-style.default-collapse.right-header #outer-wrap {
		margin-right: 34px;
	}
	
	body.vertical-header-style.default-collapse.vh-opened.left-header #site-header.vertical-header {
		left: 0;
	}
	
	body.vertical-header-style.default-collapse.vh-opened.right-header #site-header.vertical-header {
		right: 0;
	}
	
	body.vertical-header-style.default-collapse.vh-opened #site-header.vertical-header #site-navigation-wrap {
		padding-right: 0;
	}
	
	body.default-collapse #site-header.vertical-header .vertical-toggle {
		display: block;
	}
	
	body.default-collapse #site-header.vertical-header #site-navigation-wrap {
		padding-right: 34px;
	}
}

#site-header.custom-header ul.oceanwp-custom-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

#site-header.custom-header ul.oceanwp-custom-menu li {
	display: inline-block;
}

#site-header.custom-header ul.oceanwp-custom-menu li a {
	display: block;
	font-size: 13px;
	line-height: 40px;
	padding: 0 15px;
	letter-spacing: .6px;
}

.custom-header-logo.left {
	text-align: left;
}

.custom-header-logo.right {
	text-align: right;
}

.custom-header-logo.center {
	text-align: center;
}

.custom-header-logo #site-logo {
	float: none;
	display: inline-block;
}

.custom-header-logo #site-logo #site-logo-inner {
	display: block;
	height: auto !important;
}

.custom-header-nav.left {
	text-align: left;
}

.custom-header-nav.right {
	text-align: right;
}

.custom-header-nav.center {
	text-align: center;
}

.custom-header-nav #site-navigation-wrap {
	float: none;
	right: auto;
}

.custom-header-nav #site-navigation-wrap #site-navigation {
	display: inline-block;
	position: relative;
}

.custom-header-nav #site-navigation-wrap .dropdown-menu>li {
	float: none;
	display: inline-block;
}

.custom-header-nav .oceanwp-mobile-menu-icon {
	float: none !important;
}

.custom-header-nav .oceanwp-mobile-menu-icon a {
	display: inline-block;
}

#site-navigation-wrap {
	float: right;
	position: relative;
	right: -15px;
}

#site-navigation-wrap .dropdown-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

#site-navigation-wrap .dropdown-menu>li {
	float: left;
	position: relative;
}

#site-navigation-wrap .dropdown-menu>li>a {
	display: block;
	font-size: 13px;
	line-height: 74px;
	color: #555;
	padding: 0 15px;
	letter-spacing: .6px;
}

#site-navigation-wrap .dropdown-menu>li>a.site-search-toggle {
	letter-spacing: 0;
}

#site-navigation-wrap .dropdown-menu>li>a:hover {
	color: #13aff0;
}

#site-navigation-wrap .dropdown-menu>li>a .nav-arrow {
	padding-left: 6px;
	line-height: 1;
}

#site-navigation-wrap .dropdown-menu>li.btn>a {
	background-color: rgba(0, 0, 0, 0) !important;
}

#site-navigation-wrap .dropdown-menu>li.btn>a>span {
	background-color: #13aff0;
	color: #fff;
	padding: 12px 22px;
	font-weight: 600;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-ms-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

#site-navigation-wrap .dropdown-menu>li.btn>a>span:before, #site-navigation-wrap .dropdown-menu>li.btn>a>span:after {
	display: none !important;
}

#site-navigation-wrap .dropdown-menu>li.btn>a:hover>span {
	background-color: #0b7cac;
	color: #fff;
}

#site-navigation-wrap .dropdown-menu>li.btn.rounded>a>span {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
}

.has-social #site-navigation-wrap {
	right: 0;
}

.minimal-header.left-menu #site-navigation-wrap, .transparent-header.left-menu #site-navigation-wrap {
	float: left;
	right: 0;
}

.minimal-header.left-menu #site-logo, .transparent-header.left-menu #site-logo {
	padding-right: 20px;
}

.center-menu #site-navigation-wrap {
	position: absolute;
	float: none;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu li.menu-item {
	position: relative;
	white-space: nowrap;
	white-space: normal;
}

.sf-menu li:hover, .sf-menu li.sfHover {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.sf-menu ul.sub-menu {
	position: absolute;
	visibility: hidden;
	top: 100%;
	left: 0;
	z-index: 9999;
}

.sf-menu>li {
	float: left;
}

.sf-menu li:hover>ul, .sf-menu li.sfHover>ul {
	display: block;
}

.sf-menu a.menu-link {
	display: block;
	position: relative;
	zoom: 1;
}

.sf-menu ul.sub-menu ul {
	top: 0;
	left: 100%;
	visibility: visible;
}

.dropdown-menu, .dropdown-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dropdown-menu .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	border-top: 3px solid #13aff0;
	min-width: 180px;
	line-height: 1;
	text-align: left;
	z-index: 999;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

.dropdown-menu li .sub-menu li.menu-item {
	display: block;
	float: none;
}

.dropdown-menu ul .sub-menu {
	top: 0;
	left: 100%;
	margin-top: -3px;
}

.no-top-border .sub-menu {
	border: none;
}

.dropdown-menu ul li.menu-item {
	display: block;
	border-bottom: 1px solid #f1f1f1;
}

.dropdown-menu ul li.menu-item:last-child {
	border-bottom: 0;
}

.dropdown-menu ul li a.menu-link {
	display: block;
	position: relative;
	float: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2em;
	letter-spacing: .6px;
	padding: 12px 15px;
	text-transform: capitalize;
}

.dropdown-menu ul li a.menu-link:hover {
	background-color: #f8f8f8;
	color: #555;
}

.dropdown-menu ul li a.menu-link:hover .owp-icon use {
	stroke: #555;
}

.dropdown-menu ul li a.menu-link .nav-arrow {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -6.5px;
	padding: 0;
}

.dropdown-menu ul li a.menu-link i {
	position: relative;
	width: 20px;
	text-align: center;
	margin-right: 3px;
}

.dropdown-menu li a.menu-link i {
	padding-right: 5px;
}

.nav-content {
	display: block;
	font-size: 11px;
	line-height: 1.8;
	padding: 5px 0;
	white-space: normal;
	-moz-opacity: .7;
	-webkit-opacity: .7;
	opacity: .7;
}

.navigation li a i.icon, .navigation li a span.icon-wrap, .navigation li a img.icon {
	display: inline-block;
	vertical-align: middle;
}

.navigation li a i.icon {
	width: auto;
	height: auto;
	font-size: 1.2em;
	line-height: 1;
	padding: 0 !important;
}

.navigation li a i.before, .navigation li a i.after {
	margin-top: -.265em;
}

.navigation li a i.before {
	margin-right: 6px;
}

.navigation li a i.after {
	margin-left: 6px;
}

.navigation li a i.elusive {
	margin-top: -.3em;
}

.navigation li a span.icon-wrap {
	text-align: center;
}

.navigation li a span.icon-wrap i.below, .navigation li a span.icon-wrap img {
	display: block;
	margin: 0 0 8px;
}

.navigation li a span.icon-wrap img {
	margin: 0 auto 8px auto;
}

.navigation li a span.icon-wrap span.menu-text {
	display: block;
	line-height: 1;
}

.navigation li a img.before {
	margin-right: 6px;
}

.navigation li a img.after {
	margin-left: 6px;
}

.navigation li a .svg {
	width: 1em;
}

.navigation li a .hidden {
	display: none !important;
}

.after-header-content {
	float: right;
	height: 100%;
	display: table;
}

.after-header-content .after-header-content-inner {
	display: table-cell;
	vertical-align: middle;
	height: 74px;
}

.after-header-content .after-header-content-inner>a, .after-header-content .after-header-content-inner>div>a {
	display: inline-block;
	line-height: 74px;
}

.after-header-content .elementor {
	display: inline-block;
}

.oceanwp-mobile-menu-icon {
	display: none;
	position: relative;
}

.oceanwp-mobile-menu-icon.mobile-right {
	float: right;
}

.oceanwp-mobile-menu-icon.mobile-left {
	float: left;
}

.oceanwp-mobile-menu-icon a {
	font-size: 13px;
	line-height: 74px;
	color: #555;
	padding-left: 15px;
	letter-spacing: .6px;
	cursor: pointer;
}

.oceanwp-mobile-menu-icon a:first-child {
	padding-left: 0;
}

.oceanwp-mobile-menu-icon a:hover {
	color: #13aff0;
}

.oceanwp-mobile-menu-icon a:focus {
	outline: 1px dashed #e3e3e3;
}

.oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-text, .oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-close-text {
	padding-left: 6px;
}

.oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-close-text, .oceanwp-mobile-menu-icon a.mobile-menu.opened .oceanwp-text {
	display: none;
}

.oceanwp-mobile-menu-icon a.mobile-menu.opened .oceanwp-close-text {
	display: inline-block;
}

.oceanwp-social-menu {
	float: right;
	position: relative;
	z-index: 10;
}

.oceanwp-social-menu.simple-social {
	right: -8px;
}

.oceanwp-social-menu.social-with-style {
	right: -2px;
}

.oceanwp-social-menu .social-menu-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 74px;
}

.oceanwp-social-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.oceanwp-social-menu ul li {
	float: left;
	position: relative;
}

.oceanwp-social-menu ul li a {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0);
	color: #929292;
	padding: 0 8px;
	line-height: 1;
	text-align: center;
	letter-spacing: 0;
}

.oceanwp-social-menu ul li a span {
	width: 1em;
	height: 1em;
	text-align: center;
}

.oceanwp-social-menu ul li a:hover {
	background-color: rgba(0, 0, 0, 0);
}

.oceanwp-social-menu ul li:first-child a {
	margin-left: 0;
}

.oceanwp-social-menu ul li:last-child a {
	margin-right: 0;
}

.oceanwp-social-menu ul li.oceanwp-twitter a:hover {
	color: #46d4fe;
}

.oceanwp-social-menu ul li.oceanwp-facebook a:hover {
	color: #37589b;
}

.oceanwp-social-menu ul li.oceanwp-googleplus a:hover {
	color: #de5a49;
}

.oceanwp-social-menu ul li.oceanwp-pinterest a:hover {
	color: #cb2027;
}

.oceanwp-social-menu ul li.oceanwp-dribbble a:hover {
	color: #ea4c89;
}

.oceanwp-social-menu ul li.oceanwp-vk a:hover {
	color: #597ba5;
}

.oceanwp-social-menu ul li.oceanwp-instagram a:hover {
	color: #3f729b;
}

.oceanwp-social-menu ul li.oceanwp-linkedin a:hover {
	color: #39c;
}

.oceanwp-social-menu ul li.oceanwp-tumblr a:hover {
	color: #2c4762;
}

.oceanwp-social-menu ul li.oceanwp-github a:hover {
	color: #60b044;
}

.oceanwp-social-menu ul li.oceanwp-flickr a:hover {
	color: #fa4086;
}

.oceanwp-social-menu ul li.oceanwp-skype a:hover {
	color: #00aff0;
}

.oceanwp-social-menu ul li.oceanwp-youtube a:hover {
	color: #c4302b;
}

.oceanwp-social-menu ul li.oceanwp-vimeo a:hover {
	color: #1ab7ea;
}

.oceanwp-social-menu ul li.oceanwp-vine a:hover {
	color: #00bf8f;
}

.oceanwp-social-menu ul li.oceanwp-xing a:hover {
	color: #006464;
}

.oceanwp-social-menu ul li.oceanwp-yelp a:hover {
	color: #c41200;
}

.oceanwp-social-menu ul li.oceanwp-tripadvisor a:hover {
	color: #589442;
}

.oceanwp-social-menu ul li.oceanwp-rss a:hover {
	color: #ff7900;
}

.oceanwp-social-menu ul li.oceanwp-email a:hover {
	color: #13aff0;
}

.oceanwp-social-menu ul li.oceanwp-tiktok a:hover {
	color: #000;
}

.oceanwp-social-menu ul li.oceanwp-medium a:hover {
	color: #00ab6c;
}

.oceanwp-social-menu ul li.oceanwp-telegram a:hover {
	color: #08c;
}

.oceanwp-social-menu ul li.oceanwp-twitch a:hover {
	color: #6441a5;
}

.oceanwp-social-menu ul li.oceanwp-line a:hover {
	color: #00c300;
}

.oceanwp-social-menu ul li.oceanwp-qq a:hover {
	color: #febf1b;
}

.oceanwp-social-menu ul li.oceanwp-facebook_group a:hover {
	color: #37589b;
}

.oceanwp-social-menu ul li.oceanwp-slack a:hover {
	color: #4a154b;
}

.oceanwp-social-menu ul li.oceanwp-threads a:hover {
	color: #000;
}

.oceanwp-social-menu ul li.oceanwp-mastodon a:hover {
	color: #563acc;
}

.oceanwp-social-menu ul li.oceanwp-discord a:hover {
	color: #5865f2;
}

.oceanwp-social-menu .colored ul li a {
	position: relative;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	line-height: 1;
	padding: 1em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.oceanwp-social-menu .colored ul li a:hover {
	color: #fff;
}

.oceanwp-social-menu .colored ul li a .owp-icon use {
	stroke: #fff;
}

.oceanwp-social-menu .colored ul li.oceanwp-twitter a {
	background-color: #46d4fe;
}

.oceanwp-social-menu .colored ul li.oceanwp-twitter a:hover {
	background-color: #39b4d8;
}

.oceanwp-social-menu .colored ul li.oceanwp-facebook a {
	background-color: #37589b;
}

.oceanwp-social-menu .colored ul li.oceanwp-facebook a:hover {
	background-color: #2d477c;
}

.oceanwp-social-menu .colored ul li.oceanwp-googleplus a {
	background-color: #de5a49;
}

.oceanwp-social-menu .colored ul li.oceanwp-googleplus a:hover {
	background-color: #bb4c3e;
}

.oceanwp-social-menu .colored ul li.oceanwp-pinterest a {
	background-color: #cb2027;
}

.oceanwp-social-menu .colored ul li.oceanwp-pinterest a:hover {
	background-color: #a91d23;
}

.oceanwp-social-menu .colored ul li.oceanwp-dribbble a {
	background-color: #ea4c89;
}

.oceanwp-social-menu .colored ul li.oceanwp-dribbble a:hover {
	background-color: #c64174;
}

.oceanwp-social-menu .colored ul li.oceanwp-vk a {
	background-color: #597ba5;
}

.oceanwp-social-menu .colored ul li.oceanwp-vk a:hover {
	background-color: #486384;
}

.oceanwp-social-menu .colored ul li.oceanwp-instagram a {
	background-color: #3f729b;
}

.oceanwp-social-menu .colored ul li.oceanwp-instagram a:hover {
	background-color: #315a7c;
}

.oceanwp-social-menu .colored ul li.oceanwp-linkedin a {
	background-color: #39c;
}

.oceanwp-social-menu .colored ul li.oceanwp-linkedin a:hover {
	background-color: #2678a1;
}

.oceanwp-social-menu .colored ul li.oceanwp-tumblr a {
	background-color: #2c4762;
}

.oceanwp-social-menu .colored ul li.oceanwp-tumblr a:hover {
	background-color: #1d3042;
}

.oceanwp-social-menu .colored ul li.oceanwp-github a {
	background-color: #60b044;
}

.oceanwp-social-menu .colored ul li.oceanwp-github a:hover {
	background-color: #4f9237;
}

.oceanwp-social-menu .colored ul li.oceanwp-flickr a {
	background-color: #fa4086;
}

.oceanwp-social-menu .colored ul li.oceanwp-flickr a:hover {
	background-color: #c63169;
}

.oceanwp-social-menu .colored ul li.oceanwp-skype a {
	background-color: #00aff0;
}

.oceanwp-social-menu .colored ul li.oceanwp-skype a:hover {
	background-color: #0291c6;
}

.oceanwp-social-menu .colored ul li.oceanwp-youtube a {
	background-color: #c4302b;
}

.oceanwp-social-menu .colored ul li.oceanwp-youtube a:hover {
	background-color: #982420;
}

.oceanwp-social-menu .colored ul li.oceanwp-vimeo a {
	background-color: #1ab7ea;
}

.oceanwp-social-menu .colored ul li.oceanwp-vimeo a:hover {
	background-color: #1494bd;
}

.oceanwp-social-menu .colored ul li.oceanwp-vine a {
	background-color: #00bf8f;
}

.oceanwp-social-menu .colored ul li.oceanwp-vine a:hover {
	background-color: #01906c;
}

.oceanwp-social-menu .colored ul li.oceanwp-xing a {
	background-color: #006464;
}

.oceanwp-social-menu .colored ul li.oceanwp-xing a:hover {
	background-color: #014646;
}

.oceanwp-social-menu .colored ul li.oceanwp-yelp a {
	background-color: #c41200;
}

.oceanwp-social-menu .colored ul li.oceanwp-yelp a:hover {
	background-color: #940f01;
}

.oceanwp-social-menu .colored ul li.oceanwp-tripadvisor a {
	background-color: #589442;
}

.oceanwp-social-menu .colored ul li.oceanwp-tripadvisor a:hover {
	background-color: #426f32;
}

.oceanwp-social-menu .colored ul li.oceanwp-rss a {
	background-color: #ff7900;
}

.oceanwp-social-menu .colored ul li.oceanwp-rss a:hover {
	background-color: #d46603;
}

.oceanwp-social-menu .colored ul li.oceanwp-email a {
	background-color: #13aff0;
}

.oceanwp-social-menu .colored ul li.oceanwp-email a:hover {
	background-color: #0f8dc2;
}

.oceanwp-social-menu .colored ul li.oceanwp-tiktok a {
	background-color: #000;
}

.oceanwp-social-menu .colored ul li.oceanwp-tiktok a:hover {
	background-color: #141414;
}

.oceanwp-social-menu .colored ul li.oceanwp-medium a {
	background-color: #00ab6c;
}

.oceanwp-social-menu .colored ul li.oceanwp-medium a:hover {
	background-color: #03945f;
}

.oceanwp-social-menu .colored ul li.oceanwp-telegram a {
	background-color: #08c;
}

.oceanwp-social-menu .colored ul li.oceanwp-telegram a:hover {
	background-color: #0da4f0;
}

.oceanwp-social-menu .colored ul li.oceanwp-twitch a {
	background-color: #6441a5;
}

.oceanwp-social-menu .colored ul li.oceanwp-twitch a:hover {
	background-color: #702cee;
}

.oceanwp-social-menu .colored ul li.oceanwp-line a {
	background-color: #00c300;
}

.oceanwp-social-menu .colored ul li.oceanwp-line a:hover {
	background-color: #09f309;
}

.oceanwp-social-menu .colored ul li.oceanwp-qq a {
	background-color: #febf1b;
}

.oceanwp-social-menu .colored ul li.oceanwp-qq a:hover {
	background-color: #db9f07;
}

.oceanwp-social-menu .colored ul li.oceanwp-facebook_group a {
	background-color: #37589b;
}

.oceanwp-social-menu .colored ul li.oceanwp-facebook_group a:hover {
	background-color: #2d477c;
}

.oceanwp-social-menu .colored ul li.oceanwp-slack a {
	background-color: #4a154b;
}

.oceanwp-social-menu .colored ul li.oceanwp-slack a:hover {
	background-color: #3d0a3e;
}

.oceanwp-social-menu .colored ul li.oceanwp-threads a {
	background-color: #000;
}

.oceanwp-social-menu .colored ul li.oceanwp-threads a:hover {
	background-color: #191919;
}

.oceanwp-social-menu .colored ul li.oceanwp-mastodon a {
	background-color: #6364ff;
}

.oceanwp-social-menu .colored ul li.oceanwp-mastodon a:hover {
	background-color: #563acc;
}

.oceanwp-social-menu .colored ul li.oceanwp-discord a {
	background-color: #5865f2;
}

.oceanwp-social-menu .colored ul li.oceanwp-discord a:hover {
	background-color: #7289da;
}

.oceanwp-social-menu .minimal ul li a {
	position: relative;
	display: inline-block;
	font-size: 12px;
	background-color: rgba(0, 0, 0, 0);
	color: #bbb;
	border: 1px solid #ccc;
	line-height: 1;
	padding: 1em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.oceanwp-social-menu .minimal ul li a:hover {
	background-color: rgba(0, 0, 0, 0);
}

.oceanwp-social-menu .minimal ul li.oceanwp-twitter a:hover {
	color: #46d4fe;
	border-color: #46d4fe;
}

.oceanwp-social-menu .minimal ul li.oceanwp-facebook a:hover {
	color: #37589b;
	border-color: #37589b;
}

.oceanwp-social-menu .minimal ul li.oceanwp-googleplus a:hover {
	color: #de5a49;
	border-color: #de5a49;
}

.oceanwp-social-menu .minimal ul li.oceanwp-pinterest a:hover {
	color: #cb2027;
	border-color: #cb2027;
}

.oceanwp-social-menu .minimal ul li.oceanwp-dribbble a:hover {
	color: #ea4c89;
	border-color: #ea4c89;
}

.oceanwp-social-menu .minimal ul li.oceanwp-vk a:hover {
	color: #597ba5;
	border-color: #597ba5;
}

.oceanwp-social-menu .minimal ul li.oceanwp-instagram a:hover {
	color: #3f729b;
	border-color: #3f729b;
}

.oceanwp-social-menu .minimal ul li.oceanwp-linkedin a:hover {
	color: #39c;
	border-color: #39c;
}

.oceanwp-social-menu .minimal ul li.oceanwp-tumblr a:hover {
	color: #2c4762;
	border-color: #2c4762;
}

.oceanwp-social-menu .minimal ul li.oceanwp-github a:hover {
	color: #60b044;
	border-color: #60b044;
}

.oceanwp-social-menu .minimal ul li.oceanwp-flickr a:hover {
	color: #fa4086;
	border-color: #fa4086;
}

.oceanwp-social-menu .minimal ul li.oceanwp-skype a:hover {
	color: #00aff0;
	border-color: #00aff0;
}

.oceanwp-social-menu .minimal ul li.oceanwp-youtube a:hover {
	color: #c4302b;
	border-color: #c4302b;
}

.oceanwp-social-menu .minimal ul li.oceanwp-vimeo a:hover {
	color: #1ab7ea;
	border-color: #1ab7ea;
}

.oceanwp-social-menu .minimal ul li.oceanwp-vine a:hover {
	color: #00bf8f;
	border-color: #00bf8f;
}

.oceanwp-social-menu .minimal ul li.oceanwp-xing a:hover {
	color: #006464;
	border-color: #006464;
}

.oceanwp-social-menu .minimal ul li.oceanwp-yelp a:hover {
	color: #c41200;
	border-color: #c41200;
}

.oceanwp-social-menu .minimal ul li.oceanwp-tripadvisor a:hover {
	color: #589442;
	border-color: #589442;
}

.oceanwp-social-menu .minimal ul li.oceanwp-rss a:hover {
	color: #ff7900;
	border-color: #ff7900;
}

.oceanwp-social-menu .minimal ul li.oceanwp-email a:hover {
	color: #13aff0;
	border-color: #13aff0;
}

.oceanwp-social-menu .minimal ul li.oceanwp-tiktok a:hover {
	color: #000;
	border-color: #000;
}

.oceanwp-social-menu .minimal ul li.oceanwp-medium a:hover {
	color: #00ab6c;
	border-color: #00ab6c;
}

.oceanwp-social-menu .minimal ul li.oceanwp-telegram a:hover {
	color: #08c;
	border-color: #08c;
}

.oceanwp-social-menu .minimal ul li.oceanwp-twitch a:hover {
	color: #702cee;
	border-color: #702cee;
}

.oceanwp-social-menu .minimal ul li.oceanwp-line a:hover {
	color: #00c300;
	border-color: #00c300;
}

.oceanwp-social-menu .minimal ul li.oceanwp-qq a:hover {
	color: #febf1b;
	border-color: #febf1b;
}

.oceanwp-social-menu .minimal ul li.oceanwp-facebook_group a:hover {
	color: #37589b;
	border-color: #37589b;
}

.oceanwp-social-menu .minimal ul li.oceanwp-slack a:hover {
	color: #4a154b;
	border-color: #4a154b;
}

.oceanwp-social-menu .minimal ul li.oceanwp-threads a:hover {
	color: #000;
	border-color: #000;
}

.oceanwp-social-menu .minimal ul li.oceanwp-mastodon a:hover {
	color: #563acc;
	border-color: #563acc;
}

.oceanwp-social-menu .minimal ul li.oceanwp-discord a:hover {
	color: #5865f2;
	border-color: #7289da;
}

.oceanwp-social-menu .dark ul li a {
	position: relative;
	display: inline-block;
	font-size: 12px;
	background-color: #333;
	color: #fff;
	line-height: 1;
	padding: 1em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.oceanwp-social-menu .dark ul li a:hover {
	background-color: #000;
	color: #fff;
}

.oceanwp-social-menu .dark ul li a .owp-icon use {
	stroke: #fff;
}

.effect-one #site-navigation-wrap .dropdown-menu>li>a.menu-link>span {
	position: relative;
}

.effect-one #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
	display: block;
	background-color: #13aff0;
	position: absolute;
	bottom: -30%;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	visibility: hidden;
	-moz-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	transform-origin: bottom left;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.effect-one #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after {
	visibility: visible;
	-moz-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.effect-one #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after {
	visibility: visible;
	-moz-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.effect-two #site-navigation-wrap .dropdown-menu>li>a.menu-link>span {
	position: relative;
}

.effect-two #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
	position: absolute;
	bottom: -30%;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: rgba(0, 0, 0, .1);
	content: "";
	opacity: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
}

.effect-two #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.effect-two #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.effect-three #site-navigation-wrap .dropdown-menu>li>a.menu-link>span {
	position: relative;
}

.effect-three #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
	position: absolute;
	bottom: -30%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #13aff0;
	content: "";
	opacity: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.effect-three #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after {
	height: 2px;
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.effect-three #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after {
	height: 2px;
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.effect-four #site-navigation-wrap .dropdown-menu>li>a.menu-link>span {
	position: relative;
}

.effect-four #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:before, .effect-four #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
	display: inline-block;
	color: #13aff0;
	opacity: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.effect-four #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:before {
	margin-right: 6px;
	content: "[";
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-ms-transform: translateX(20px);
	-o-transform: translateX(20px);
	transform: translateX(20px);
}

.effect-four #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
	margin-left: 6px;
	content: "]";
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	-o-transform: translateX(-20px);
	transform: translateX(-20px);
}

.effect-four #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:before, .effect-four #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.effect-four #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:before, .effect-four #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.effect-five #site-navigation-wrap .dropdown-menu>li>a.menu-link>span {
	position: relative;
}

.effect-five #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:before, .effect-five #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
	position: absolute;
	top: 130%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #13aff0;
	content: "";
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-transform: scale(.85);
	-moz-transform: scale(.85);
	-ms-transform: scale(.85);
	-o-transform: scale(.85);
	transform: scale(.85);
}

.effect-five #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
	opacity: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.effect-five #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:before, .effect-five #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.effect-five #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after {
	top: -30%;
	opacity: 1;
}

.effect-five #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:before, .effect-five #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.effect-five #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after {
	top: -30%;
	opacity: 1;
}

.effect-six #site-navigation-wrap .dropdown-menu>li>a.menu-link>span {
	position: relative;
}

.effect-six #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:before, .effect-six #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	border: 2px solid rgba(0, 0, 0, .1);
	border-radius: 50%;
	content: "";
	opacity: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(.2);
	-moz-transform: translateX(-50%) translateY(-50%) scale(.2);
	-ms-transform: translateX(-50%) translateY(-50%) scale(.2);
	-o-transform: translateX(-50%) translateY(-50%) scale(.2);
	transform: translateX(-50%) translateY(-50%) scale(.2);
}

.effect-six #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
	width: 40px;
	height: 40px;
	border-width: 4px;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(.8);
	-moz-transform: translateX(-50%) translateY(-50%) scale(.8);
	-ms-transform: translateX(-50%) translateY(-50%) scale(.8);
	-o-transform: translateX(-50%) translateY(-50%) scale(.8);
	transform: translateX(-50%) translateY(-50%) scale(.8);
}

.effect-six #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:before, .effect-six #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1);
	-o-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}

.effect-six #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:before, .effect-six #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1);
	-o-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}

.effect-seven #site-navigation-wrap .dropdown-menu>li>a.menu-link>span {
	position: relative;
}

.effect-seven #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
	position: absolute;
	bottom: -80%;
	left: 50%;
	color: rgba(0, 0, 0, 0);
	content: "•";
	text-shadow: 0 0 rgba(0, 0, 0, 0);
	font-size: 1.2em;
	line-height: 1;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

.effect-seven #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after {
	color: #13aff0;
	text-shadow: 10px 0 #13aff0, -10px 0 #13aff0;
}

.effect-seven #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after {
	color: #13aff0;
	text-shadow: 10px 0 #13aff0, -10px 0 #13aff0;
}

.effect-eight #site-navigation-wrap .dropdown-menu>li>a.menu-link>span {
	position: relative;
	padding: 0 8px;
}

.effect-eight #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:before, .effect-eight #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	height: 2px;
	margin-top: -1px;
	background-color: rgba(0, 0, 0, .1);
	content: "";
	z-index: -1;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	pointer-events: none;
}

.effect-eight #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:before {
	-webkit-transform: translateY(-13px);
	-moz-transform: translateY(-13px);
	-ms-transform: translateY(-13px);
	-o-transform: translateY(-13px);
	transform: translateY(-13px);
}

.effect-eight #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px);
	transform: translateY(15px);
}

.effect-eight #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:before, .effect-eight #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after {
	opacity: .8;
}

.effect-eight #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.effect-eight #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.effect-eight #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:before, .effect-eight #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after {
	opacity: .8;
}

.effect-eight #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.effect-eight #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.effect-nine #site-navigation-wrap .dropdown-menu>li>a.menu-link>span {
	position: relative;
}

.effect-nine #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:before, .effect-nine #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #13aff0;
	content: "";
	opacity: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.effect-nine #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.effect-nine #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
}

.effect-nine #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:before, .effect-nine #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after {
	opacity: 1;
}

.effect-nine #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:before {
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
}

.effect-nine #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after {
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	transform: translateY(5px);
}

.effect-nine #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:before, .effect-nine #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after {
	opacity: 1;
}

.effect-nine #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:before {
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
}

.effect-nine #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after {
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	transform: translateY(5px);
}

.effect-ten #site-navigation-wrap .dropdown-menu>li>a.menu-link>span {
	padding: 8px;
	-webkit-transition: box-shadow .25s ease-out;
	-moz-transition: box-shadow .25s ease-out;
	-ms-transition: box-shadow .25s ease-out;
	-o-transition: box-shadow .25s ease-out;
	transition: box-shadow .25s ease-out;
}

.effect-ten #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span {
	-webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 10px 4px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px 4px rgba(0, 0, 0, .1);
}

.effect-ten #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span {
	-webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 10px 4px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px 4px rgba(0, 0, 0, .1);
}

.navigation .megamenu a .nav-arrow {
	display: none;
}

.navigation .megamenu>li>a.menu-link {
	font-size: 13px;
	font-weight: 600;
}

.navigation .megamenu li ul.sub-menu {
	border-top: 1px solid #f1f1f1;
}

.navigation .megamenu li a.menu-link {
	padding: 12px 20px;
}

.navigation .megamenu .sidebar-box {
	padding: 20px;
	margin-bottom: 0;
	line-height: 1.8;
	white-space: normal;
}

.navigation>ul>li>ul.megamenu.sub-menu>li {
	float: left;
	border-bottom: 0;
	border-left-width: 1px;
	border-style: solid;
	border-color: #f1f1f1;
}

.navigation>ul>li>ul.megamenu.sub-menu>li:first-child {
	border-left: none;
}

.navigation li.megamenu-li.hide-headings>.megamenu>li>a, .navigation li.megamenu-li>.megamenu>li.hide-heading>a {
	display: none;
}

.navigation .megamenu .sub-menu {
	display: block !important;
	-moz-opacity: 1 !important;
	-webkit-opacity: 1 !important;
	opacity: 1 !important;
	min-width: 100%;
	position: static;
	background: rgba(0, 0, 0, 0);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.navigation li.megamenu-li .megamenu.col-1>li {
	width: 100%;
}

.navigation li.megamenu-li .megamenu.col-2>li {
	width: 50%;
}

.navigation li.megamenu-li .megamenu.col-3>li {
	width: 33.33333333%;
}

.navigation li.megamenu-li .megamenu.col-4>li {
	width: 25%;
}

.navigation li.megamenu-li .megamenu.col-5>li {
	width: 20%;
}

.navigation li.megamenu-li .megamenu.col-6>li {
	width: 16.66666667%;
}

@media only screen and (min-width: 959px) {
	.navigation li.megamenu-li.auto-mega .megamenu.col-1 {
		width: 320px;
	}
	
	.navigation li.megamenu-li.auto-mega .megamenu.col-2 {
		width: 440px;
	}
	
	.navigation li.megamenu-li.auto-mega .megamenu.col-3 {
		width: 660px;
	}
	
	.navigation li.megamenu-li.auto-mega .megamenu.col-4 {
		width: 780px;
	}
	
	.navigation li.megamenu-li.auto-mega .megamenu.col-5 {
		width: 980px;
	}
	
	.navigation li.megamenu-li.auto-mega .megamenu.col-6 {
		width: 1080px;
	}
}

.navigation>ul>li>ul.megamenu.sub-menu>li .elementor {
	white-space: normal;
	line-height: initial;
}

.navigation li.mega-cat .megamenu {
	padding: 30px 20px;
}

.navigation li.mega-cat .mega-cat-title {
	position: relative;
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	background-color: #f8f8f8;
	color: #222;
	letter-spacing: 2px;
	margin: 0 -20px 30px;
	padding: 15px 35px;
	text-transform: uppercase;
}

.navigation li.mega-cat>ul>li {
	padding: 0 15px;
}

.navigation li.mega-cat ul li a {
	padding: 0;
}

.navigation li.mega-cat ul li a.mega-post-link {
	display: block;
	position: relative;
	background-color: #000;
}

.navigation li.mega-cat ul li a.mega-post-link img {
	display: block;
	width: 100%;
}

.navigation li.mega-cat ul li a.mega-post-link .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, .2);
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.navigation li.mega-cat ul li a.mega-post-link:hover .overlay {
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}

.navigation li.mega-cat ul li .mega-post-title {
	display: block;
	margin: 15px 0 8px;
	white-space: initial;
}

.navigation li.mega-cat ul li .mega-post-title a {
	color: #555;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: .6px;
	text-transform: none;
}

.navigation li.mega-cat ul li .mega-post-title a:hover {
	background-color: rgba(0, 0, 0, 0);
	color: #333;
}

.navigation li.mega-cat ul li .mega-post-date {
	display: block;
	font-size: 10px;
	color: #bbb;
	text-transform: uppercase;
}

.navigation li.mega-cat ul li .mega-post-date i {
	font-size: 9px;
	padding-right: 5px;
}

.navigation li.mega-cat ul li .mega-post-date svg.owp-icon {
	width: 16px;
	height: 16px;
	margin-right: .7rem;
}

.navigation>ul>li.mega-cat>ul.megamenu.sub-menu>li.first {
	border-left: 0;
}

@media only screen and (min-width: 768px)and (max-width: 1280px) {
	.navigation li.megamenu.auto-width.col-6>.sub-menu {
		width: 980px;
	}
}

#searchform-dropdown, #icon-searchform-dropdown {
	position: absolute;
	right: 0;
	background-color: #fff;
	border-top: 3px solid #13aff0;
	top: 100%;
	padding: 15px;
	width: 260px;
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
	visibility: hidden;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	transition: all .25s ease-in-out;
	z-index: 10000;
}

#searchform-dropdown input, #icon-searchform-dropdown input {
	display: block;
	background-color: rgba(0, 0, 0, 0);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	margin: 0;
}

.no-top-border #searchform-dropdown, .no-top-border #icon-searchform-dropdown {
	border: none;
}

#searchform-dropdown.show, #icon-searchform-dropdown.show {
	visibility: visible;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}

#icon-searchform-dropdown {
	width: 100%;
}

#site-header.header-replace #site-navigation .dropdown-menu {
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

#site-header.header-replace #site-navigation.hide .dropdown-menu {
	visibility: hidden;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
}

#searchform-header-replace {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	min-width: 370px;
	visibility: hidden;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

#searchform-header-replace form {
	height: 100%;
	width: 100%;
}

#searchform-header-replace input {
	height: 100%;
	width: 94%;
	font-size: 22px;
	background-color: rgba(0, 0, 0, 0);
	color: #bbb;
	padding: 0;
	outline: 0;
	border: 0;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}

#searchform-header-replace-close {
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -20px;
	height: 40px;
	line-height: 40px;
	font-size: 26px;
	color: #bbb;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#searchform-header-replace-close:hover {
	color: #222;
}

#searchform-header-replace.show {
	visibility: visible;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}

#searchform-overlay, #icon-searchform-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .9);
	z-index: 9999;
}

#searchform-overlay .container, #icon-searchform-overlay .container {
	position: relative;
	width: 100%;
	height: 100%;
}

#searchform-overlay a.search-overlay-close, #icon-searchform-overlay a.search-overlay-close {
	position: absolute;
	top: -50px;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, .2);
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}

#searchform-overlay a.search-overlay-close:hover, #icon-searchform-overlay a.search-overlay-close:hover {
	background-color: rgba(255, 255, 255, .3);
}

#searchform-overlay a.search-overlay-close span, #icon-searchform-overlay a.search-overlay-close span {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
}

#searchform-overlay a.search-overlay-close span:before, #searchform-overlay a.search-overlay-close span:after, #icon-searchform-overlay a.search-overlay-close span:before, #icon-searchform-overlay a.search-overlay-close span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	height: 2px;
	width: 100%;
	margin-top: 6px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

#searchform-overlay a.search-overlay-close span:before, #icon-searchform-overlay a.search-overlay-close span:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#searchform-overlay a.search-overlay-close span:after, #icon-searchform-overlay a.search-overlay-close span:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#searchform-overlay form, #icon-searchform-overlay form {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -33px;
	width: 100%;
	text-align: center;
}

#searchform-overlay form input, #searchform-overlay form .search-text, #icon-searchform-overlay form input, #icon-searchform-overlay form .search-text {
	font-size: 22px;
	line-height: 1.3;
	padding: 18px 0;
	margin: 0;
	min-height: 50px;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}

#searchform-overlay form input, #icon-searchform-overlay form input {
	position: relative;
	border: 0;
	background-color: rgba(0, 0, 0, 0);
	border-bottom: 1px solid #444;
	z-index: 2;
	-webkit-transition: border-color .3s ease;
	-moz-transition: border-color .3s ease;
	-ms-transition: border-color .3s ease;
	-o-transition: border-color .3s ease;
	transition: border-color .3s ease;
}

#searchform-overlay form input:hover, #icon-searchform-overlay form input:hover {
	border-color: #777;
}

#searchform-overlay form input:focus, #icon-searchform-overlay form input:focus {
	border-color: #fff;
}

#searchform-overlay form .search-text, #icon-searchform-overlay form .search-text {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	cursor: text;
	-moz-opacity: .5;
	-webkit-opacity: .5;
	opacity: .5;
	z-index: 1;
}

#searchform-overlay form .search-text i, #icon-searchform-overlay form .search-text i {
	display: inline-block;
	background-color: #fff;
	width: 3px;
	height: 3px;
	margin-left: 3px;
	-webkit-animation: blink 1s linear infinite;
	-moz-animation: blink 1s linear infinite;
	-ms-animation: blink 1s linear infinite;
	-o-animation: blink 1s linear infinite;
	animation: blink 1s linear infinite;
}

#searchform-overlay form .search-text i+i, #icon-searchform-overlay form .search-text i+i {
	-ms-animation-delay: .2s;
	-webkit-animation-delay: .2s;
	-o-animation-delay: .2s;
	-moz-animation-delay: .2s;
	animation-delay: .2s;
}

#searchform-overlay form .search-text i+i+i, #icon-searchform-overlay form .search-text i+i+i {
	-ms-animation-delay: .4s;
	-webkit-animation-delay: .4s;
	-o-animation-delay: .4s;
	-moz-animation-delay: .4s;
	animation-delay: .4s;
}

#searchform-overlay form.search-filled .search-text, #icon-searchform-overlay form.search-filled .search-text {
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-webkit-transition-duration: 150ms;
	-moz-transition-duration: 150ms;
	-ms-transition-duration: 150ms;
	-o-transition-duration: 150ms;
	transition-duration: 150ms;
}

#searchform-overlay .container {
	max-width: 550px;
}

#icon-searchform-overlay form .search-text, #icon-searchform-overlay form input {
	font-size: 16px;
}

#icon-searchform-overlay .search-overlay-close {
	line-height: inherit;
}

@media only screen and (max-width: 959px) {
	#searchform-overlay {
		display: none !important;
	}
}

#mobile-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	max-height: 400px;
	overflow-y: auto;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

#mobile-dropdown ul {
	margin: 0;
	list-style: none;
}

#mobile-dropdown ul li {
	border-bottom: 1px solid rgba(0, 0, 0, .035);
}

#mobile-dropdown ul li a {
	display: block;
	position: relative;
	padding: 12px 40px;
	text-align: left;
}

#mobile-dropdown ul li a:focus {
	outline: 1px dashed #e3e3e3;
}

#mobile-dropdown ul li a i, #mobile-dropdown ul li a img {
	margin-right: 10px;
}

#mobile-dropdown ul li a i.after {
	margin-right: 0;
	margin-left: 10px;
}

#mobile-dropdown ul li a .dropdown-toggle {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 60px;
	cursor: pointer;
	color: #555;
	padding-right: 40px;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#mobile-dropdown ul li a .dropdown-toggle:focus {
	outline: 1px dashed rgba(0, 0, 0, .4);
}

#mobile-dropdown ul li a .dropdown-toggle:before {
	content: "+";
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 30px;
	margin-top: -15px;
	margin-left: -15px;
}

#mobile-dropdown ul li.active>a>.dropdown-toggle:before {
	content: "-";
}

#mobile-dropdown ul li ul {
	display: none;
	border-top: 1px solid rgba(0, 0, 0, .035);
	margin-left: 0;
	background-color: rgba(0, 0, 0, .02);
}

#mobile-dropdown ul li.woo-menu-icon, #mobile-dropdown ul li.search-toggle-li, #mobile-dropdown ul li.side-panel-li, #mobile-dropdown ul li a .nav-arrow, #mobile-dropdown ul .sidebar-box, #mobile-dropdown ul .widget {
	display: none;
}

#mobile-dropdown .oceanwp-social-menu {
	display: block !important;
	float: none;
	width: 100%;
	right: auto !important;
	left: auto !important;
	padding: 0 40px !important;
	margin: 10px 0 !important;
}

#mobile-dropdown .oceanwp-social-menu .social-menu-inner {
	height: auto;
}

#mobile-dropdown .oceanwp-social-menu li {
	display: inline-block;
	float: none;
	border: 0;
}

#mobile-dropdown .oceanwp-social-menu li a {
	display: block;
	padding: 12px 10px;
}

#mobile-dropdown #mobile-menu-search {
	display: block;
	padding: 20px 40px;
}

#mobile-dropdown #mobile-menu-search form {
	position: relative;
}

#mobile-dropdown #mobile-menu-search form input {
	padding: 6px 45px 6px 12px !important;
	margin-top: 0 !important;
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

#mobile-dropdown #mobile-menu-search form button {
	display: block;
	position: absolute;
	right: 10px;
	height: 30px;
	line-height: 30px;
	width: 30px;
	padding: 0;
	text-align: center;
	top: 50%;
	margin-top: -15px;
	background-color: rgba(0, 0, 0, 0) !important;
	color: #555;
	border: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#mobile-dropdown #mobile-menu-search form button:hover {
	color: #222;
}

#mobile-dropdown .has-social #mobile-menu-search {
	padding-top: 0;
}

#mobile-fullscreen {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .9);
	overflow-y: scroll;
	z-index: 100000;
}

#mobile-fullscreen #mobile-fullscreen-inner {
	display: table;
	width: 100%;
	height: 100%;
	padding: 0 40px;
}

#mobile-fullscreen a.close {
	position: absolute;
	top: 14px;
	right: 14px;
}

#mobile-fullscreen a.close .close-icon-wrap {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 33px;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-ms-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

#mobile-fullscreen a.close .close-icon-wrap:hover {
	opacity: .7;
}

#mobile-fullscreen a.close .close-icon-inner, #mobile-fullscreen a.close .close-icon-inner::after {
	display: inline-block;
	width: 40px;
	height: 3px;
	background-color: #fff;
	border-radius: 3px;
}

#mobile-fullscreen a.close .close-icon-inner {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#mobile-fullscreen a.close .close-icon-inner::after {
	content: "";
	display: block;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#mobile-fullscreen nav {
	display: table-cell;
	vertical-align: middle;
	padding: 50px 0;
	text-align: center;
}

#mobile-fullscreen ul {
	list-style: none;
	margin: 0;
}

#mobile-fullscreen ul li a {
	display: block;
	position: relative;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}

#mobile-fullscreen ul li a:focus {
	outline: 1px dashed rgba(255, 255, 255, .6);
}

#mobile-fullscreen ul li a:hover {
	color: #929292;
}

#mobile-fullscreen ul li a i, #mobile-fullscreen ul li a img {
	margin-right: 10px;
}

#mobile-fullscreen ul li a i.after {
	margin-right: 0;
	margin-left: 10px;
}

#mobile-fullscreen ul li .dropdown-toggle {
	display: inline-block;
	width: 26px;
	padding-left: 5px;
	text-align: center;
}

#mobile-fullscreen ul li .dropdown-toggle:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "+";
}

#mobile-fullscreen ul li .dropdown-toggle:focus {
	outline: 1px dashed rgba(255, 255, 255, .6);
}

#mobile-fullscreen ul li.open-sub>a>.dropdown-toggle:before {
	content: "-";
}

#mobile-fullscreen ul ul.sub-menu {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

#mobile-fullscreen ul ul.sub-menu li a {
	font-size: 13px;
	padding: 3px 0;
}

#mobile-fullscreen ul>li {
	display: block;
}

#mobile-fullscreen ul>li>a {
	font-size: 18px;
	line-height: 1.2;
	padding: 12px 0;
}

#mobile-fullscreen ul .woo-menu-icon, #mobile-fullscreen ul .search-toggle-li, #mobile-fullscreen ul .side-panel-li, #mobile-fullscreen ul .sidebar-box {
	display: none;
}

#mobile-fullscreen #mobile-search {
	max-width: 220px;
	margin: 10px auto 0;
}

#mobile-fullscreen #mobile-search form {
	position: relative;
}

#mobile-fullscreen #mobile-search input, #mobile-fullscreen #mobile-search .search-text {
	font-size: 20px;
	padding: 4px 0;
	color: #fff;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

#mobile-fullscreen #mobile-search input {
	position: relative;
	border: 0;
	background-color: rgba(0, 0, 0, 0);
	border-bottom: 1px solid #666;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	z-index: 2;
}

#mobile-fullscreen #mobile-search input:hover, #mobile-fullscreen #mobile-search input:focus {
	border-color: #fff;
}

#mobile-fullscreen #mobile-search .search-text {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	cursor: text;
	-moz-opacity: .5;
	-webkit-opacity: .5;
	opacity: .5;
	z-index: 1;
}

#mobile-fullscreen #mobile-search .search-text i {
	display: inline-block;
	background-color: #fff;
	width: 3px;
	height: 3px;
	margin-left: 3px;
	-webkit-animation: blink 1s linear infinite;
	-moz-animation: blink 1s linear infinite;
	-ms-animation: blink 1s linear infinite;
	-o-animation: blink 1s linear infinite;
	animation: blink 1s linear infinite;
}

#mobile-fullscreen #mobile-search .search-text i+i {
	-ms-animation-delay: .2s;
	-webkit-animation-delay: .2s;
	-o-animation-delay: .2s;
	-moz-animation-delay: .2s;
	animation-delay: .2s;
}

#mobile-fullscreen #mobile-search .search-text i+i+i {
	-ms-animation-delay: .4s;
	-webkit-animation-delay: .4s;
	-o-animation-delay: .4s;
	-moz-animation-delay: .4s;
	animation-delay: .4s;
}

#mobile-fullscreen #mobile-search form.search-filled .search-text {
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-webkit-transition-duration: 150ms;
	-moz-transition-duration: 150ms;
	-ms-transition-duration: 150ms;
	-o-transition-duration: 150ms;
	transition-duration: 150ms;
}

#mobile-fullscreen .oceanwp-social-menu {
	display: block;
	float: none;
	margin-top: 30px;
	text-align: center;
	right: auto;
}

#mobile-fullscreen .oceanwp-social-menu .social-menu-inner {
	display: block;
	height: auto !important;
}

#mobile-fullscreen .oceanwp-social-menu ul li {
	float: none;
	display: inline-block;
}

#mobile-fullscreen .oceanwp-social-menu.simple-social ul li a {
	color: #fff;
	font-size: 24px;
	padding: 0 16px;
	margin: 0;
	background-color: rgba(0, 0, 0, 0) !important;
}

#mobile-fullscreen .oceanwp-social-menu.simple-social ul li a:hover {
	color: #929292;
}

#mobile-fullscreen .oceanwp-social-menu .colored ul li a, #mobile-fullscreen .oceanwp-social-menu .minimal ul li a, #mobile-fullscreen .oceanwp-social-menu .dark ul li a {
	padding: 0 4px;
}

#mobile-fullscreen .oceanwp-social-menu .colored ul li a span, #mobile-fullscreen .oceanwp-social-menu .minimal ul li a span, #mobile-fullscreen .oceanwp-social-menu .dark ul li a span {
	font-size: 16px;
	width: 60px;
	height: 60px;
	line-height: 60px;
}

@-webkit-keyframes blink {
	0% {
		-webkit-opacity: 1;
	}
	
	50% {
		-webkit-opacity: 0;
	}
	
	100% {
		-webkit-opacity: 1;
	}
}

@-moz-keyframes blink {
	0% {
		-moz-opacity: 1;
	}
	
	50% {
		-moz-opacity: 0;
	}
	
	100% {
		-moz-opacity: 1;
	}
}

@-o-keyframes blink {
	0% {
		-o-opacity: 1;
	}
	
	50% {
		-o-opacity: 0;
	}
	
	100% {
		-o-opacity: 1;
	}
}

@keyframes blink {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

.page-header {
	position: relative;
	background-color: #f5f5f5;
	padding: 34px 0;
}

.page-header .container {
	position: relative;
}

.has-transparent-header .page-header {
	padding: 120px 0 36px 0;
}

body.home .page-header-inner {
	text-align: center;
}

.page-header-title {
	display: block;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: 400;
	margin: 0;
	color: #333;
}

body.breadcrumbs-position-default .page-header-title {
	max-width: 70%;
}

.page-subheading {
	font-size: 15px;
	margin: 0;
}

.page-subheading p:last-child {
	margin: 0;
}

.centered-page-header .page-header-title, .centered-minimal-page-header .page-header-title {
	max-width: 100% !important;
}

.centered-page-header {
	text-align: center;
}

.centered-page-header .page-header-title {
	font-size: 32px;
}

.centered-page-header .page-subheading {
	font-size: 18px;
	font-weight: 300;
}

.centered-minimal-page-header {
	background-color: #fff;
	border-bottom: 1px solid #f1f1f1;
	text-align: center;
}

.centered-minimal-page-header .page-header-title {
	font-size: 32px;
}

.centered-minimal-page-header .page-subheading {
	font-size: 18px;
	font-weight: 300;
}

.solid-color-page-header .page-header-title {
	color: #fff !important;
}

.solid-color-page-header .site-breadcrumbs, .solid-color-page-header .site-breadcrumbs a {
	color: #fff !important;
}

.solid-color-page-header .page-subheading {
	color: #fff;
}

.background-image-page-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	background-color: #000;
	height: 400px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.background-image-page-header .page-header-inner {
	text-align: center;
}

.background-image-page-header .page-subheading {
	position: relative;
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	z-index: 2;
}

.page-header.background-image-page-header .page-header-title {
	position: relative;
	color: #fff;
	font-size: 44px;
	font-weight: 400;
	max-width: 100%;
	z-index: 2;
}

.background-image-page-header-overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	z-index: 1;
	-moz-opacity: .5;
	-webkit-opacity: .5;
	opacity: .5;
}

.site-breadcrumbs {
	position: absolute;
	right: 0;
	top: 50%;
	max-width: 50%;
	height: 32px;
	line-height: 32px;
	margin-top: -16px;
	font-size: 13px;
	color: #c6c6c6;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
}

.site-breadcrumbs ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-breadcrumbs ol li {
	display: inline-block;
}

.site-breadcrumbs ol li .breadcrumb-sep {
	margin: 0 6px;
}

.site-breadcrumbs.woocommerce-breadcrumbs .breadcrumb-sep {
	margin: 0 6px;
}

.site-breadcrumbs .icon-home.has-text, .site-breadcrumbs .breadcrumb-home.has-icon {
	display: none;
}

.site-breadcrumbs .breadcrumb-title {
	margin-right: 5px;
}

.site-breadcrumbs .owp-icon {
	vertical-align: text-top;
}

.site-breadcrumbs.position-under-title, .centered-page-header .site-breadcrumbs, .centered-minimal-page-header .site-breadcrumbs {
	position: inherit;
	top: auto;
	right: auto;
	margin-top: 0;
	max-width: 100%;
}

.oceanwp-breadcrumb .site-breadcrumbs {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	max-width: 100%;
	margin-top: 0;
}

.background-image-page-header .site-breadcrumbs {
	display: block;
	position: inherit;
	max-width: 100%;
	margin-top: 20px;
	top: auto;
	right: auto;
	color: #fff;
	text-align: center;
	z-index: 2;
}

.background-image-page-header .site-breadcrumbs a {
	color: #fff;
}

.background-image-page-header .site-breadcrumbs a:hover {
	color: #ddd;
}

.site-breadcrumbs nav, .site-breadcrumbs ol {
	margin: 0;
}

.elementor .site-breadcrumbs {
	position: relative;
	display: block;
	overflow: visible;
}

@media only screen and (max-width: 959px) {
	body.has-breadcrumbs .page-header-title {
		max-width: 100%;
		width: 100%;
	}
}

@media only screen and (max-width: 959px) {
	.site-breadcrumbs {
		position: inherit;
		top: auto;
		left: auto;
		right: auto;
		max-width: 100%;
		margin-top: 0;
	}
}

@media only screen and (max-width: 767px) {
	.page-header {
		background-attachment: initial !important;
	}
	
	.page-header-with-background .page-header-title {
		font-size: 36px;
	}
	
	.centered-page-header .page-header-title, .centered-minimal-page-header .page-header-title, .page-header.background-image-page-header .page-header-title {
		font-size: 24px;
	}
	
	.centered-page-header .page-subheading, .centered-minimal-page-header .page-header-subheading, .page-header.background-image-page-header .page-subheading {
		font-size: 14px;
	}
	
	.background-image-page-header {
		height: auto !important;
	}
	
	body.has-breadcrumbs .page-header-title {
		max-width: 100%;
		width: 100%;
	}
}

#blog-entries {
	padding-bottom: 0;
}

.blog-entry.post {
	position: relative;
}

.blog-entry.post .thumbnail {
	position: relative;
}

.blog-entry.post .thumbnail a:not(.mejs-volume-slider) {
	display: inline-block;
	position: relative;
	width: 100%;
}

.blog-entry.post .thumbnail .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .2);
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.blog-entry.post .thumbnail:hover .overlay {
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}

.blog-entry.post .thumbnail img {
	width: 100%;
}

.blog-entry.post ul.meta {
	margin: 0 0 12px;
}

.blog-entry.post .blog-entry-header {
	margin-bottom: 20px;
}

.blog-entry.post .blog-entry-header .entry-title {
	font-size: 24px;
	margin: 0;
}

.blog-entry.post .blog-entry-header .entry-title a {
	font-weight: 600;
	letter-spacing: .6px;
}

.blog-entry.post .blog-entry-summary {
	margin-bottom: 20px;
}

.blog-entry.post .blog-entry-summary p:last-child {
	margin-bottom: 0;
}

.thumbnail-caption {
	font-size: 13px;
	margin-top: .5em;
	text-align: center;
}

.blog-entry.large-entry {
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.blog-entry.large-entry .thumbnail {
	margin-bottom: 20px;
}

.blog-entry.large-entry .blog-entry-readmore a {
	display: inline-block;
	font-size: 11px;
	line-height: 1;
	border: 1px solid #ddd;
	padding: 10px 16px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	text-transform: capitalize;
	letter-spacing: 1px;
}

.blog-entry.large-entry .blog-entry-readmore a:hover {
	color: #13aff0;
	border-color: #13aff0;
}

.blog-entry.large-entry .blog-entry-readmore a i {
	margin-left: 8px;
}

.blog-entry.large-entry .blog-entry-readmore a svg.owp-icon {
	margin-left: .7rem;
}

.has-blog-grid .blog-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	height: auto !important;
}

.blog-entry.grid-entry {
	justify-content: flex-start;
}

.blog-entry.grid-entry .blog-entry-inner {
	padding: 0 1.25rem 1.25rem;
	border: 1px solid #e9e9e9;
}

.blog-entry.grid-entry .thumbnail {
	margin: 0 -1.25rem;
}

.blog-entry.grid-entry .blog-entry-header {
	margin: 1rem 0 1rem;
}

.blog-entry.grid-entry .blog-entry-header .entry-title {
	font-size: 18px;
}

.blog-entry.grid-entry .blog-entry-summary {
	line-height: 1.6;
	margin-top: .625rem;
}

.blog-entry.grid-entry .blog-entry-readmore {
	margin-top: 1rem;
}

.blog-entry.grid-entry .blog-entry-readmore a {
	display: inline-block;
	font-size: 12px;
	line-height: 1.2;
	padding-bottom: .19rem;
	border-bottom: 1px solid;
	text-transform: capitalize;
}

.blog-entry.grid-entry .blog-entry-readmore a i {
	margin-left: .5rem;
}

.blog-entry.grid-entry .blog-entry-readmore a svg.owp-icon {
	margin-left: .7rem;
}

.blog-entry.thumbnail-entry {
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.blog-entry.thumbnail-entry .blog-entry-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.blog-entry.thumbnail-entry .thumbnail, .blog-entry.thumbnail-entry .blog-entry-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.blog-entry.thumbnail-entry .center .thumbnail, .blog-entry.thumbnail-entry .center .blog-entry-content {
	-webkit-justify-content: center;
	justify-content: center;
}

.blog-entry.thumbnail-entry .bottom .thumbnail, .blog-entry.thumbnail-entry .bottom .blog-entry-content {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.blog-entry.thumbnail-entry .thumbnail {
	width: 45%;
}

.blog-entry.thumbnail-entry .thumbnail a {
	position: relative;
}

.blog-entry.thumbnail-entry .thumbnail .link-entry {
	position: absolute;
	top: 0;
}

.blog-entry.thumbnail-entry .thumbnail .left-position .link-entry {
	right: 0;
}

.blog-entry.thumbnail-entry .thumbnail .right-position .link-entry {
	left: 0;
}

.blog-entry.thumbnail-entry .blog-entry-content {
	width: 55%;
}

.blog-entry.thumbnail-entry .blog-entry-content {
	padding: 6px 0;
}

.blog-entry.thumbnail-entry .left-position .blog-entry-content {
	padding-left: 3em;
}

.blog-entry.thumbnail-entry .right-position .blog-entry-content {
	padding-right: 3em;
}

.blog-entry.thumbnail-entry .blog-entry-category {
	display: block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .6px;
	line-height: 1.2em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.blog-entry.thumbnail-entry .blog-entry-category a {
	color: #13aff0;
}

.blog-entry.thumbnail-entry .blog-entry-category a:hover {
	color: #333;
}

.blog-entry.thumbnail-entry .blog-entry-summary {
	margin-bottom: 15px;
}

.blog-entry.thumbnail-entry .blog-entry-bottom {
	display: block;
	border-top: 1px solid #e9e9e9;
	padding-top: 15px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .6px;
	line-height: 1.2em;
	text-transform: uppercase;
}

.blog-entry.thumbnail-entry .blog-entry-comments, .blog-entry.thumbnail-entry .blog-entry-comments a, .blog-entry.thumbnail-entry .blog-entry-date {
	color: #ababab;
}

.blog-entry.thumbnail-entry .blog-entry-comments {
	float: left;
}

.blog-entry.thumbnail-entry .blog-entry-comments i {
	padding-right: 6px;
}

.blog-entry.thumbnail-entry .blog-entry-comments a:hover {
	color: #333;
}

.blog-entry.thumbnail-entry .blog-entry-comments svg.owp-icon {
	width: 17px;
	height: 17px;
	margin-right: .7rem;
}

.blog-entry.thumbnail-entry .blog-entry-date {
	float: right;
}

.blog-entry.thumbnail-entry.format-standard.no-featured-image .blog-entry-content {
	width: 100%;
}

.blog-entry.thumbnail-entry.format-standard.no-featured-image .left-position .blog-entry-content {
	padding-left: 0;
}

.blog-entry.thumbnail-entry.format-standard.no-featured-image .right-position .blog-entry-content {
	padding-right: 0;
}

@media only screen and (max-width: 767px) {
	.blog-entry.thumbnail-entry .blog-entry-inner {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	
	.blog-entry.thumbnail-entry .thumbnail, .blog-entry.thumbnail-entry .blog-entry-content {
		width: 100%;
	}
	
	.blog-entry.thumbnail-entry .blog-entry-content {
		margin-top: 15px;
		padding: 0 !important;
	}
}

ul.meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	color: #4a4a4a;
	font-size: 14px;
	line-height: 1.3;
	margin: 0 0 20px;
	padding: 0 0 10px;
	list-style: none;
}

ul.meta li {
	line-height: 1.5;
	align-self: flex-end;
	flex-wrap: nowrap;
	padding-bottom: 5px;
}

ul.meta li:after {
	padding: 0 6px;
	font-weight: bold;
}

ul.meta li:last-child:after {
	display: none;
	padding: 0;
}

ul.meta li a {
	color: #4a4a4a;
}

ul.meta li a:hover {
	color: #13aff0;
}

ul.meta li i {
	padding-right: 6px;
	font-size: 17px;
}

ul.meta li .owp-icon {
	margin-right: 8px;
}

ul.meta li svg.owp-icon {
	width: 18px;
	height: 18px;
}

ul.meta li .owp-sep {
	padding: 0 5px;
}

ul.obem-default li:after {
	content: "-";
}

ul.obem-modern li:after {
	content: "|";
}

ul.obem-stylish li:after {
	content: "//";
}

ul.obem-none li:after {
	content: "";
	margin: 0 5px;
}

.single-post ul.meta {
	font-size: 14.5px;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 15px;
}

.single-post ul.meta li:after {
	padding: 0 8px;
}

.single-post ul.meta li i {
	padding-right: 9px;
}

.single-post ul.meta li .owp-icon {
	margin-right: 8px;
}

.single-post ul.meta li svg.owp-icon {
	width: 20px;
	height: 20px;
}

.single-post ul.ospm-default li:after {
	content: "-";
}

.single-post ul.ospm-modern li:after {
	content: "|";
}

.single-post ul.ospm-stylish li:after {
	content: "//";
}

.single-post ul.ospm-none li:after {
	content: "";
	margin: 0 10px;
}

.gallery-format {
	opacity: 0;
	visibility: hidden;
	height: 0;
}

.gallery-format img, .gallery-format a.gallery-lightbox {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 0;
}

.gallery-format .flickity-button {
	top: calc(100% - 18px);
	width: 30px;
	height: 36px;
	border-radius: 0;
	background-color: rgba(0, 0, 0, .6);
	display: flex;
	justify-content: center;
	align-items: center;
}

.gallery-format .flickity-button:hover {
	background-color: rgba(0, 0, 0, .8);
}

.gallery-format .flickity-button:disabled {
	pointer-events: unset;
}

.gallery-format .flickity-button.next {
	right: 0;
}

.gallery-format .flickity-button.previous {
	left: auto;
	right: 30px;
}

.gallery-format .flickity-button svg {
	fill: #fff;
	width: 12px;
	height: auto;
	position: static;
}

.wp-video {
	width: 100% !important;
}

.link-entry {
	position: absolute;
	top: 20px;
	right: 20px;
}

.link-entry i {
	display: inline-block;
	width: 60px;
	height: 60px;
	font-size: 22px;
	line-height: 60px;
	background-color: #333;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.thumbnail:hover i {
	background-color: #13aff0;
}

.link-post-svg-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #333;
	text-align: center;
	padding-top: 18px;
}

.link-post-svg-icon .owp-icon {
	width: 22px;
	height: 22px;
}

.link-post-svg-icon .owp-icon use {
	stroke: #fff;
}

.post-quote-content, .post-quote-author {
	position: relative;
	background-color: #13aff0;
	color: #fff;
	font-size: 20px;
	padding: 20px 30px;
	line-height: 1.6;
	z-index: 1;
}

.post-quote-icon {
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-size: 48px;
	-moz-opacity: .2;
	-webkit-opacity: .2;
	opacity: .2;
	z-index: -1;
}

.post-quote-icon svg.owp-icon {
	width: 45px;
	height: 45px;
}

.post-quote-author {
	background-color: #0b7cac;
	font-size: 12px;
	font-weight: 600;
	padding: 10px 30px;
	margin-top: 1px;
	text-transform: uppercase;
	letter-spacing: .6px;
}

.single-post .post-quote-wrap {
	margin-bottom: 30px;
}

.single .thumbnail {
	position: relative;
	margin-bottom: 20px;
}

.single .thumbnail img {
	width: 100%;
}

.single .entry-title {
	font-size: 34px;
	padding: 0 0 20px;
	margin: 0 0 15px;
	border-bottom: 1px solid #f1f1f1;
	letter-spacing: .6px;
}

.single-post.content-max-width #main #content-wrap {
	width: 100%;
	max-width: 100%;
}

.single-post.content-max-width .thumbnail, .single-post.content-max-width .entry-header, .single-post.content-max-width ul.meta, .single-post.content-max-width .entry-content h1, .single-post.content-max-width .entry-content h2, .single-post.content-max-width .entry-content h3, .single-post.content-max-width .entry-content h4, .single-post.content-max-width .entry-content h5, .single-post.content-max-width .entry-content h6, .single-post.content-max-width .entry-content blockquote, .single-post.content-max-width .entry-content p, .single-post.content-max-width .post-tags, .single-post.content-max-width .entry-share, .single-post.content-max-width nav.post-navigation, .single-post.content-max-width #author-bio, .single-post.content-max-width #related-posts, .single-post.content-max-width .comments-area {
	padding-left: 20px;
	padding-right: 20px;
}

.single-post.content-max-width .entry-header, .single-post.content-max-width ul.meta, .single-post.content-max-width .entry-content h1, .single-post.content-max-width .entry-content h2, .single-post.content-max-width .entry-content h3, .single-post.content-max-width .entry-content h4, .single-post.content-max-width .entry-content h5, .single-post.content-max-width .entry-content h6, .single-post.content-max-width .entry-content blockquote, .single-post.content-max-width .entry-content p, .single-post.content-max-width .wp-block-image, .single-post.content-max-width .wp-block-buttons, .single-post.content-max-width .wp-block-gallery, .single-post.content-max-width .wp-block-video, .single-post.content-max-width .wp-block-quote, .single-post.content-max-width .wp-block-text-columns, .single-post.content-max-width .wp-block-code, .single-post.content-max-width .entry-content ul, .single-post.content-max-width .entry-content ol, .single-post.content-max-width .wp-block-cover-text, .single-post.content-max-width .wp-block-cover, .single-post.content-max-width .wp-block-columns, .single-post.content-max-width .post-tags, .single-post.content-max-width .comments-area {
	margin: 1.5em auto;
	max-width: 700px;
}

.single-post.content-max-width .wp-block-columns.alignfull h1, .single-post.content-max-width .wp-block-columns.alignfull h2, .single-post.content-max-width .wp-block-columns.alignfull h3, .single-post.content-max-width .wp-block-columns.alignfull h4, .single-post.content-max-width .wp-block-columns.alignfull h5, .single-post.content-max-width .wp-block-columns.alignfull h6, .single-post.content-max-width .wp-block-columns.alignfull blockquote, .single-post.content-max-width .wp-block-columns.alignfull p, .single-post.content-max-width .wp-block-columns.alignfull .wp-block-image, .single-post.content-max-width .wp-block-columns.alignfull .wp-block-buttons, .single-post.content-max-width .wp-block-columns.alignfull .wp-block-gallery, .single-post.content-max-width .wp-block-columns.alignfull .wp-block-video, .single-post.content-max-width .wp-block-columns.alignfull .wp-block-quote, .single-post.content-max-width .wp-block-columns.alignfull .wp-block-text-columns, .single-post.content-max-width .wp-block-columns.alignfull .wp-block-code, .single-post.content-max-width .wp-block-columns.alignfull ul, .single-post.content-max-width .wp-block-columns.alignfull ol, .single-post.content-max-width .wp-block-columns.alignfull .wp-block-cover-text, .single-post.content-max-width .wp-block-columns.alignfull .wp-block-cover, .single-post.content-max-width .wp-block-columns.alignwide h1, .single-post.content-max-width .wp-block-columns.alignwide h2, .single-post.content-max-width .wp-block-columns.alignwide h3, .single-post.content-max-width .wp-block-columns.alignwide h4, .single-post.content-max-width .wp-block-columns.alignwide h5, .single-post.content-max-width .wp-block-columns.alignwide h6, .single-post.content-max-width .wp-block-columns.alignwide blockquote, .single-post.content-max-width .wp-block-columns.alignwide p, .single-post.content-max-width .wp-block-columns.alignwide .wp-block-image, .single-post.content-max-width .wp-block-columns.alignwide .wp-block-buttons, .single-post.content-max-width .wp-block-columns.alignwide .wp-block-gallery, .single-post.content-max-width .wp-block-columns.alignwide .wp-block-video, .single-post.content-max-width .wp-block-columns.alignwide .wp-block-quote, .single-post.content-max-width .wp-block-columns.alignwide .wp-block-text-columns, .single-post.content-max-width .wp-block-columns.alignwide .wp-block-code, .single-post.content-max-width .wp-block-columns.alignwide ul, .single-post.content-max-width .wp-block-columns.alignwide ol, .single-post.content-max-width .wp-block-columns.alignwide .wp-block-cover-text, .single-post.content-max-width .wp-block-columns.alignwide .wp-block-cover, .single-post.content-max-width .elementor-section h1, .single-post.content-max-width .elementor-section h2, .single-post.content-max-width .elementor-section h3, .single-post.content-max-width .elementor-section h4, .single-post.content-max-width .elementor-section h5, .single-post.content-max-width .elementor-section h6, .single-post.content-max-width .elementor-section blockquote, .single-post.content-max-width .elementor-section p, .single-post.content-max-width .elementor-section .wp-block-image, .single-post.content-max-width .elementor-section .wp-block-buttons, .single-post.content-max-width .elementor-section .wp-block-gallery, .single-post.content-max-width .elementor-section .wp-block-video, .single-post.content-max-width .elementor-section .wp-block-quote, .single-post.content-max-width .elementor-section .wp-block-text-columns, .single-post.content-max-width .elementor-section .wp-block-code, .single-post.content-max-width .elementor-section ul, .single-post.content-max-width .elementor-section ol, .single-post.content-max-width .elementor-section .wp-block-cover-text, .single-post.content-max-width .elementor-section .wp-block-cover {
	max-width: 100%;
}

.single-post.content-max-width .entry-content ul, .single-post.content-max-width .entry-content ol {
	padding-left: 40px;
	padding-right: 40px;
}

.single-post.content-max-width .thumbnail {
	margin-top: 0;
}

.single-post.content-max-width .entry-header {
	margin-bottom: 0;
	text-align: center;
}

.single-post.content-max-width ul.meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	color: #4a4a4a;
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0 0 10px;
	list-style: none;
}

.single-post.content-max-width .wp-block-quote p {
	padding: 0;
}

.single-post.content-max-width .entry-content blockquote p {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.single-post.content-max-width .thumbnail, .single-post.content-max-width .wp-block-cover-text.alignwide, .single-post.content-max-width .wp-block-image.alignwide, .single-post.content-max-width .wp-block-gallery.alignwide, .single-post.content-max-width .wp-block-text-columns.alignwide, .single-post.content-max-width .entry-share, .single-post.content-max-width nav.post-navigation, .single-post.content-max-width #author-bio, .single-post.content-max-width #related-posts {
	margin: 1.5em auto;
	max-width: 1100px;
}

.single-post.content-max-width .wp-block-cover-text.alignfull, .single-post.content-max-width .wp-block-image.alignfull, .single-post.content-max-width .wp-block-gallery.alignfull, .single-post.content-max-width .wp-block-text-columns.alignfull {
	margin: 1.5em 0;
	max-width: 100%;
}

.single-post.content-max-width .wp-block-image.alignfull img {
	width: 100% !important;
}

.single-post.content-max-width .wp-block-image.alignleft, .single-post.content-max-width .wp-block-image.alignright {
	max-width: 350px;
	margin-top: 0;
	margin-bottom: 0;
}

.single-post.content-max-width .wp-block-image.alignleft {
	margin-left: calc(50% - 350px);
	padding: 14px 36px 14px 0;
}

.single-post.content-max-width .wp-block-image.alignright {
	margin-right: calc(50% - 350px);
	padding: 14px 0 14px 36px;
}

.single-post.content-max-width figure img {
	margin: 0 auto;
}

.single-post.content-max-width .entry-content ul.alignfull, .single-post.content-max-width .entry-content ol.alignfull {
	padding-left: 0;
	padding-right: 0;
}

.single-post.content-max-width .entry-content ul.alignwide, .single-post.content-max-width .entry-content ol.alignwide {
	padding-left: 0;
	padding-right: 0;
}

.wp-block-cover-image, .wp-block-image {
	margin-bottom: 20px;
}

.wp-block-quote.blocks-quote-style-2 {
	border: 0;
}

.wp-block-pullquote {
	border-left-width: 0;
	margin: 0;
}

.wp-block-separator {
	margin: 30px auto;
}

.wp-block-separator.is-style-wide:not(.size-full) {
	max-width: 700px;
}

.elementor-edit-area ul.elementor-editor-element-settings {
	padding: 0 !important;
	margin: 0 !important;
}

@media only screen and (max-width: 480px) {
	.single-post.media-above-content .thumbnail {
		margin-bottom: 20px;
	}
	
	.single-post .entry-title {
		font-size: 26px;
	}
}

.single .entry-content {
	margin-bottom: 20px;
}

.dropcap {
	float: left;
	color: #13aff0;
	font-size: 120px;
	line-height: 80px;
	margin-top: 6px;
	margin-right: 10px;
}

.entry-footer {
	display: inline-block;
	width: 100%;
}

.single .post-tags {
	font-size: 11px;
	font-weight: 600;
	margin: 30px 0 0;
	text-transform: uppercase;
}

.single nav.post-navigation {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #f1f1f1;
}

.single nav.post-navigation:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	zoom: 1;
	height: 0;
}

.single nav.post-navigation .nav-links .title {
	display: block;
	color: #13aff0;
	line-height: 20px;
}

.single nav.post-navigation .nav-links a {
	display: block;
}

.single nav.post-navigation .nav-links i {
	font-size: 20px;
	line-height: 20px;
}

.single nav.post-navigation .nav-links .post-title {
	display: block;
	font-size: 16px;
	margin: 5px 0 0;
}

.single nav.post-navigation .nav-previous {
	float: left;
	width: 50%;
	text-align: left;
	border-right-width: 1px;
	border-style: solid;
	border-color: #f1f1f1;
	padding-right: 20px;
}

.single nav.post-navigation .nav-previous i, .single nav.post-navigation .nav-previous .owp-icon {
	float: left;
	margin-right: 20px;
}

.single nav.post-navigation .nav-previous .owp-icon {
	margin-top: 4px;
}

.single nav.post-navigation .nav-next {
	float: right;
	width: 50%;
	text-align: right;
	padding-left: 20px;
}

.single nav.post-navigation .nav-next i, .single nav.post-navigation .nav-next .owp-icon {
	float: right;
	margin-left: 20px;
}

.single nav.post-navigation .nav-next .owp-icon {
	margin-top: 4px;
}

@media only screen and (max-width: 480px) {
	.single nav.post-navigation .nav-links .nav-previous, .single nav.post-navigation .nav-links .nav-next {
		float: none;
		width: 100%;
		padding: 0;
	}
	
	.single nav.post-navigation .nav-links .nav-previous {
		border-right-width: 0;
		border-left-width: 0;
	}
}

#author-bio {
	position: relative;
	margin-top: 30px;
	padding-top: 30px;
	border-top-width: 1px;
	border-style: solid;
	border-color: #f1f1f1;
}

#author-bio #author-bio-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

#author-bio .author-bio-avatar, #author-bio .author-bio-avatar img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

#author-bio .author-bio-avatar {
	min-width: 80px;
	margin-right: 30px;
}

#author-bio .author-bio-avatar img {
	width: 80px;
	height: 80px;
	border: 3px solid #e9e9e9;
}

#author-bio .author-bio-content {
	position: relative;
}

#author-bio .author-bio-title {
	display: inline-block;
	font-size: 18px;
	margin: 0 0 10px;
	text-transform: capitalize;
}

#author-bio .author-bio-description p:last-child {
	margin: 0;
}

.author #author-bio {
	margin: 0 0 30px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
}

@media only screen and (max-width: 480px) {
	#author-bio .author-bio-avatar {
		display: none;
	}
}

#related-posts {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #f1f1f1;
}

#related-posts .title-wrap {
	display: block;
	color: #333;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: .6px;
	margin-bottom: 18px;
}

#related-posts ul {
	padding: 0;
	list-style: none;
}

#related-posts .col {
	float: left;
	position: relative;
	min-height: 100px;
	margin: 0;
	text-align: center;
}

#related-posts .span_1_of_3 {
	width: 33.3333333333%;
}

.related-thumb {
	display: block;
	background-color: #222;
}

.related-thumb img {
	display: block;
	width: 100%;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}

.related-thumb:hover img {
	-moz-opacity: .7;
	-webkit-opacity: .7;
	opacity: .7;
}

.related-post-title {
	font-size: 16px;
	font-weight: 600;
	margin: 12px 12px 3px 12px;
}

.related-post-title a {
	display: block;
}

time.published {
	font-size: 12px;
}

time.published i {
	padding-right: 5px;
}

time.published svg.owp-icon {
	width: 17px;
	height: 17px;
	margin-right: .7rem;
}

@media only screen and (max-width: 767px) {
	#related-posts .col {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	
	#related-posts .col:last-child {
		margin-bottom: 0;
	}
}

.widget-area {
	font-size: 13px;
}

.sidebar-box {
	margin-bottom: 40px;
}

.sidebar-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget-title {
	display: block;
	line-height: 1;
	font-size: 13px;
	font-weight: 400;
	color: #333;
	border-width: 0 0 0 3px;
	border-style: solid;
	border-color: #13aff0;
	letter-spacing: 1px;
	padding-left: 15px;
	margin: 0 0 20px;
	text-transform: capitalize;
}

.oceanwp-widget-recent-posts-li, .widget_categories li, .widget_recent_entries li, .widget_archive li, .widget_recent_comments li, .widget-recent-posts-icons li, .site-footer .widget_nav_menu li {
	padding: 6px 0;
	border-bottom: 1px solid #e9e9e9;
}

.oceanwp-widget-recent-posts-li:first-child, .widget_categories li:first-child, .widget_recent_entries li:first-child, .widget_archive li:first-child, .widget_recent_comments li:first-child, .widget-recent-posts-icons li:first-child, .site-footer .widget_nav_menu li:first-child {
	border-top: 1px solid #e9e9e9;
}

@media only screen and (max-width: 767px) {
	#main .widget_nav_menu li a:before {
		display: none;
	}
}

.hasCustomSelect {
	width: 100%;
	z-index: 2;
}

.theme-select {
	position: relative;
	border: 1px solid #ddd;
	color: #555;
	height: 34px;
	line-height: 32px;
	padding: 0 45px 0 15px;
	width: 100%;
	z-index: 1;
	overflow: hidden;
}

.theme-select:after {
	font-family: "Font Awesome 5 Free";
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 32px;
	width: 32px;
	font-size: 11px;
	font-weight: 600;
	color: #929292;
	border-left: 1px solid #ddd;
	text-align: center;
}

ul.page-numbers {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 10px 0 0;
	list-style: none;
	text-align: right;
	clear: both;
}

ul.page-numbers li {
	display: inline-block;
}

ul.page-numbers li .owp-icon {
	vertical-align: inherit;
}

.page-links {
	text-align: center;
	margin: 15px 0;
}

.page-numbers a, .page-numbers span:not(.elementor-screen-only), .page-links span {
	position: relative;
	display: inline-block;
	min-width: 38px;
	min-width: 38px;
	line-height: 38px;
	margin: 0 8px 0 0;
	text-align: center;
	color: #555;
	border: 1px solid #e9e9e9;
	font-size: 18px;
	cursor: pointer;
	white-space: nowrap;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.page-numbers a .owp-icon use {
	stroke: #555;
}

.page-numbers a span:not(.elementor-screen-only) {
	padding: 0;
}

.page-numbers a:hover, .page-links a:hover span, .page-numbers.current, .page-numbers.current:hover, .page-links>span {
	background-color: #f8f8f8;
	color: #333;
}

.page-numbers a:hover .owp-icon use {
	stroke: #555;
}

.elementor-pagination .page-numbers.current, .elementor-pagination .page-numbers.current:hover {
	background-color: rgba(0, 0, 0, 0);
}

.pagination-center .oceanwp-pagination ul.page-numbers, .pagination-center .oceanwp-pagination .page-links, .pagination-center .woocommerce-pagination ul.page-numbers, .pagination-center .woocommerce-pagination .page-links {
	text-align: center;
}

.pagination-left .oceanwp-pagination ul.page-numbers, .pagination-left .oceanwp-pagination .page-links, .pagination-left .woocommerce-pagination ul.page-numbers, .pagination-left .woocommerce-pagination .page-links {
	text-align: left;
}

.page-jump a {
	display: inline-block;
	font-size: 12px;
	line-height: 1.2;
	padding-bottom: 3px;
	border-bottom: 1px solid;
	text-transform: uppercase;
}

.scroller-status, .infinite-scroll-last, .infinite-scroll-error {
	display: none;
}

.scroller-status {
	margin-top: 20px;
	text-align: center;
	clear: both;
}

.scroller-status p {
	margin: 0;
}

.loader-ellips {
	font-size: 12px;
	position: relative;
	width: 3.5em;
	height: 1em;
	margin: 0 auto;
}

.loader-ellips__dot {
	display: block;
	width: 1em;
	height: 1em;
	border-radius: .5em;
	background-color: #333;
	position: absolute;
	animation-duration: .5s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1), .loader-ellips__dot:nth-child(2) {
	left: 0;
}

.loader-ellips__dot:nth-child(3) {
	left: 1.3em;
}

.loader-ellips__dot:nth-child(4) {
	left: 2.6em;
}

.loader-ellips__dot:nth-child(1) {
	animation-name: reveal;
}

.loader-ellips__dot:nth-child(2), .loader-ellips__dot:nth-child(3) {
	animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
	animation-name: reveal;
	animation-direction: reverse;
}

@keyframes reveal {
	from {
		transform: scale(.001);
	}
	
	to {
		transform: scale(1);
	}
}

@keyframes slide {
	to {
		transform: translateX(1.3em);
	}
}

.infinite-scroll-nav {
	display: none;
}

#respond {
	margin-bottom: 20px;
}

#respond form {
	display: inline-block;
	width: 100%;
}

#respond .comment-textarea, #respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url {
	margin-bottom: 20px;
}

#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url {
	float: left;
	width: 33.33%;
}

#respond .comment-form-author {
	padding-right: 10px;
}

#respond .comment-form-email {
	padding: 0 10px;
}

#respond .comment-form-url {
	padding-left: 10px;
}

#respond input[type=text] {
	width: 100%;
}

#respond #wp-comment-cookies-consent:focus {
	outline: 1px solid;
}

#respond .form-submit {
	float: right;
	margin-bottom: 0;
}

#comments {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #f1f1f1;
}

#comments ol {
	margin: 0;
	list-style: none;
}

#comments ol.children {
	margin-left: 30px;
}

#comments.empty-closed-comments {
	display: none;
}

.comment-body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #f1f1f1;
}

.comment-body img.avatar {
	width: 80px;
	height: 80px;
	margin-right: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.comment-body .comment-content {
	position: relative;
	width: 100%;
}

.comment-author {
	display: inline-block;
	width: 100%;
}

.comment-author .comment-link, .comment-author .comment-meta {
	font-weight: 600;
	margin: 5px 0 8px;
}

.comment-author .comment-link {
	float: left;
	font-size: 18px;
}

.comment-author .comment-meta {
	float: right;
	text-align: right;
	font-size: 10px;
	line-height: 2.5;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.comment-author .comment-meta .comment-reply-link, .comment-author .comment-meta .comment-edit-link {
	margin-left: 15px;
}

.comment-author .comment-meta .comment-reply-link {
	color: #13aff0;
}

.comment-author .comment-meta .comment-reply-link:hover {
	color: #333;
}

#respond #cancel-comment-reply-link {
	font-size: 10px;
	color: #929292;
	float: right;
	border: 2px solid #f1f1f1;
	padding: 3px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: .1em;
}

#respond #cancel-comment-reply-link:hover {
	color: #13aff0;
	border-color: #13aff0;
}

span.required {
	position: relative;
	top: -4px;
	font-size: 10px;
	margin-left: 3px;
	color: red;
}

.comment-body p {
	margin: 0;
}

.no-comments {
	text-align: right;
}

.no-comments i {
	margin-right: 8px;
}

.comment-navigation {
	display: inline-block;
	width: 100%;
}

.comment-navigation .nav-links a {
	display: inline-block;
	font-size: 12px;
	line-height: 1.2;
	padding-bottom: 3px;
	border-bottom: 1px solid;
	text-transform: uppercase;
}

.comment-navigation .nav-links .nav-previous {
	float: left;
	margin-right: 1.5em;
}

.comment-navigation .nav-links .nav-previous i {
	margin-right: 5px;
}

.comment-navigation .nav-links .nav-next {
	float: right;
	margin-left: 1.5em;
}

.comment-navigation .nav-links .nav-next i {
	margin-left: 5px;
}

@media only screen and (max-width: 767px) {
	#comments ol.children {
		margin-left: 0;
		margin-right: 0;
	}
	
	#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url {
		float: none;
		width: 100%;
		padding-right: 0;
		padding: 0;
		padding-left: 0;
	}
}

@media only screen and (max-width: 480px) {
	.comment-body img {
		display: none;
	}
	
	.comment-author {
		margin-bottom: 16px;
	}
	
	.comment-author .comment-link, .comment-author .comment-meta {
		float: none;
	}
}

.search-results article {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e9e9e9;
}

.search-results article .search-entry-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.search-results article .thumbnail {
	min-width: 120px;
	margin-right: 20px;
}

.search-results article .thumbnail img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.search-results article .search-entry-title {
	font-size: 24px;
	margin: 0 0 6px;
}

.search-results article .search-entry-summary p:last-child {
	margin-bottom: 0;
}

.search-results article .search-entry-readmore a {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	padding-bottom: 3px;
	border-bottom: 1px solid;
	text-transform: uppercase;
	letter-spacing: .6px;
}

.search-results article ul {
	list-style: none;
}

@media only screen and (max-width: 480px) {
	.search-results article .thumbnail {
		display: none;
	}
}

.site-footer {
	position: relative;
}

#footer-widgets {
	background-color: #222;
	padding: 30px 0;
	margin: 0;
}

#footer-widgets .footer-box {
	padding: 0 15px;
	margin: 0;
}

#footer-widgets .footer-box .footer-widget {
	margin-bottom: 20px;
}

#footer-widgets .footer-box .footer-widget:last-child {
	margin-bottom: 0;
}

#footer-widgets .footer-box .footer-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer-widgets .footer-box .widget-title {
	color: #fff;
}

#footer-widgets .footer-box a {
	color: #fff;
}

#footer-widgets .footer-box a:hover {
	color: #13aff0;
}

#footer-widgets #wp-calendar caption, #footer-widgets #wp-calendar th, #footer-widgets #wp-calendar tbody, #footer-widgets .contact-info-widget i, #footer-widgets .contact-info-widget .owp-icon, #footer-widgets .mailchimp-widget input[type=email], #footer-widgets .posts-thumbnails-widget li, #footer-widgets .social-widget li a {
	border-color: #555;
}

#footer-widgets .mailchimp-widget input[type=email]:focus {
	border-color: #13aff0;
}

#footer-widgets .tagcloud a {
	background-color: #222;
	border-color: #333;
}

#footer-widgets .tagcloud a:hover {
	background-color: #444;
	color: #fff;
	border-color: #555;
}

.parallax-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}

.has-parallax-footer #main {
	z-index: 1;
}

.has-parallax-footer:not(.boxed-layout) #main {
	-webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
}

.has-parallax-footer:not(.separate-layout) #main {
	background-color: #fff;
}

.has-parallax-footer.separate-layout #main {
	background-color: #f1f1f1;
}

.boxed-layout .parallax-footer {
	width: 1280px;
	left: auto;
	right: auto;
}

@media only screen and (max-width: 959px) {
	#footer-widgets .col {
		margin-bottom: 30px;
	}
	
	.has-parallax-footer #main {
		margin-bottom: 0 !important;
	}
	
	.parallax-footer {
		position: relative;
	}
}

@media only screen and (min-width: 481px)and (max-width: 768px) {
	#footer-widgets.tablet-1-col .footer-box {
		width: 100%;
	}
	
	#footer-widgets.tablet-2-col .footer-box {
		width: 50% !important;
	}
	
	#footer-widgets.tablet-2-col .footer-box:nth-child(3n) {
		clear: left;
	}
	
	#footer-widgets.tablet-3-col .footer-box {
		width: 33.33% !important;
		clear: none;
	}
	
	#footer-widgets.tablet-3-col .footer-box:nth-child(4n) {
		clear: left;
	}
	
	#footer-widgets.tablet-4-col .footer-box {
		width: 25% !important;
	}
	
	#footer-widgets.tablet-4-col .footer-box:nth-child(5n) {
		clear: left;
	}
}

@media only screen and (max-width: 480px) {
	#footer-widgets.mobile-1-col .footer-box {
		width: 100%;
	}
	
	#footer-widgets.mobile-2-col .footer-box {
		width: 50% !important;
	}
	
	#footer-widgets.mobile-2-col .footer-box:nth-child(3n) {
		clear: left;
	}
	
	#footer-widgets.mobile-3-col .footer-box {
		width: 33.33% !important;
		clear: none;
	}
	
	#footer-widgets.mobile-3-col .footer-box:nth-child(4n) {
		clear: left;
	}
	
	#footer-widgets.mobile-4-col .footer-box {
		width: 25% !important;
	}
	
	#footer-widgets.mobile-4-col .footer-box:nth-child(5n) {
		clear: left;
	}
}

#footer-bottom {
	background-color: #1b1b1b;
	padding: 15px 0;
	font-size: 12px;
	line-height: 1;
	color: #fff;
}

#footer-bottom #footer-bottom-menu, #footer-bottom #copyright {
	width: 50%;
}

#footer-bottom #footer-bottom-menu {
	float: right;
	text-align: right;
	padding-left: 15px;
}

#footer-bottom #footer-bottom-menu ul {
	display: inline-block;
	margin: 0;
	margin: 0;
	list-style: none;
	padding: 0;
}

#footer-bottom #footer-bottom-menu li {
	float: left;
}

#footer-bottom #footer-bottom-menu li:after {
	content: "|";
	margin-left: 5px;
	margin-right: 5px;
}

#footer-bottom #footer-bottom-menu li:last-child:after {
	content: "";
	margin-left: 0;
	margin-right: 0;
}

#footer-bottom #footer-bottom-menu a {
	color: #fff;
}

#footer-bottom #footer-bottom-menu a:hover {
	color: #13aff0;
}

#footer-bottom.no-footer-nav #copyright {
	float: none;
	width: 100%;
	text-align: center;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#footer-bottom #copyright {
	float: left;
	text-align: left;
	padding-right: 15px;
}

#footer-bottom a {
	color: #fff;
}

#footer-bottom a:hover {
	color: #13aff0;
}

@media only screen and (max-width: 959px) {
	#footer-bottom #copyright, #footer-bottom #footer-bottom-menu {
		float: none;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		text-align: center;
	}
	
	#footer-bottom #footer-bottom-menu {
		margin-bottom: 15px;
	}
	
	#footer-bottom #footer-bottom-menu li {
		float: none;
		display: inline-block;
	}
}

@media only screen and (max-width: 480px) {
	#footer-bottom #footer-bottom-menu li {
		margin-bottom: 8px;
	}
}

#scroll-top {
	display: none;
	opacity: 0;
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: rgba(0, 0, 0, .4);
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	z-index: 100;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#scroll-top>span {
	line-height: inherit;
	vertical-align: top;
}

#scroll-top:hover {
	background-color: rgba(0, 0, 0, .8);
}

#scroll-top.scroll-top-left {
	left: 20px;
	right: auto;
}

#scroll-top .owp-icon {
	vertical-align: initial;
}

#scroll-top .owp-icon use {
	stroke: #fff;
}

@media only screen and (max-width: 480px) {
	#scroll-top {
		right: 10px;
		bottom: 10px;
		width: 26px;
		height: 26px;
		line-height: 24px;
		font-size: 14px;
	}
}

.error404-content {
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.error404-content .error-title {
	font-size: 46px;
	margin: 0 0 25px;
}

.error404-content .error-text {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 35px;
}

.error404-content .searchform {
	max-width: 390px;
	margin: 0 auto;
}

.error404-content .error-btn {
	font-size: 13px;
	padding: 14px 26px;
	margin-top: 60px;
}

.error404-content .error-btn:hover {
	color: #fff;
}

@media only screen and (max-width: 480px) {
	.error404-content .searchform {
		width: 100%;
	}
	
	.error404-content .error-btn {
		margin-top: 40px;
	}
}

.fl-builder-edit #site-header, .fl-builder-edit.has-transparent-header #site-header, .elementor-editor-active #site-header {
	z-index: 1;
}

.fl-builder-edit #main, .elementor-editor-active #main {
	z-index: inherit !important;
}

#site-header .elementor-section-wrap {
	height: auto !important;
}

.elementor-widget-image .elementor-image img {
	display: inline-block;
}

.elementor-slick-slider .slick-prev, .elementor-slick-slider .slick-next {
	height: auto;
}

.pswp__button:hover {
	background-color: rgba(0, 0, 0, 0);
}

div.motopress-bootstrap-dropdown .dropdown-menu {
	display: block !important;
	position: static !important;
}

.pac-container {
	z-index: 100003;
}

.no-height .elementor-column {
	min-height: 0;
}

body .elementor-element.elementor-wc-products ul.products li.product .onsale {
	padding: 8px 12px;
}

body .elementor-element.elementor-wc-products ul.products li.product.circle-sale .onsale {
	padding: 0;
}

@media only screen and (max-width: 959px) {
	.elementor-element.elementor-wc-products ul.products li.product {
		width: auto !important;
	}
}

.elementor-editor-active .parallax-footer {
	z-index: -1;
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input[type=checkbox] {
	display: inline-block;
}

#sidr-close, .sidebar-mobile #mobile-nav {
	display: none;
}

#sidr {
	display: block;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 300px;
	max-width: 100%;
	padding-bottom: 30px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 15px;
	background-color: #fff;
	color: #555;
	-webkit-touch-callout: none;
	user-select: none;
	-webkit-overflow-scrolling: touch;
}

#sidr ul {
	margin: 0;
	list-style: none;
}

.sidr.right {
	left: auto;
	right: -300px;
}

.sidr.left {
	left: -300px;
	right: auto;
}

.sidr a {
	color: #555;
}

.sidr a:hover, .sidr-class-dropdown-toggle:hover, .sidr-class-menu-item-has-children.active>a, .sidr-class-menu-item-has-children.active>a>.sidr-class-dropdown-toggle {
	color: #13aff0;
}

.sidr-class-clr:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	zoom: 1;
	height: 0;
}

a.sidr-class-toggle-sidr-close {
	display: block;
	background-color: #f8f8f8;
	color: #333;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	padding: 20px;
	letter-spacing: .6px;
	text-transform: uppercase;
}

a.sidr-class-toggle-sidr-close i {
	display: inline-block;
	padding-right: 8px;
	margin: 0;
	width: auto;
	height: auto;
	line-height: 1;
	vertical-align: bottom;
}

a.sidr-class-toggle-sidr-close .owp-icon {
	margin-right: 8px;
}

.sidr-class-dropdown-menu ul, .sidr-class-fs-dropdown-menu ul {
	display: none;
	border-top: 1px solid rgba(0, 0, 0, .035);
	margin-left: 0;
	background-color: rgba(0, 0, 0, .02);
}

.sidr-class-dropdown-menu li, .sidr-class-fs-dropdown-menu li {
	border-bottom: 1px solid rgba(0, 0, 0, .035);
}

.sidr-class-dropdown-menu.sidr-class-left-menu li:last-child, .sidr-class-fs-dropdown-menu.sidr-class-left-menu li:last-child {
	border-bottom: none;
}

.sidr-class-dropdown-menu>li:first-child, .sidr-class-fs-dropdown-menu>li:first-child {
	border-top: 1px solid rgba(0, 0, 0, .035);
}

.sidr-class-dropdown-menu li a, .sidr-class-fs-dropdown-menu li a {
	padding: 12px 20px;
	display: block;
	position: relative;
}

.sidr-class-dropdown-menu li a:focus, .sidr-class-fs-dropdown-menu li a:focus {
	outline: 1px dashed rgba(0, 0, 0, .3);
}

.sidr-class-dropdown-menu li a.sidr-class-sf-with-ul, .sidr-class-fs-dropdown-menu li a.sidr-class-sf-with-ul {
	padding-right: 40px;
}

.sidr-class-dropdown-menu ul li:last-child, .sidr-class-fs-dropdown-menu ul li:last-child {
	border: none;
}

.sidr-class-top-bar-menu>li:first-child {
	border-top: none;
}

.sidr-class-menu-item-has-children {
	position: relative;
}

.sidr-class-dropdown-menu li.sidr-class-menu-item-has-children>a {
	padding-right: 60px;
}

.sidr-class-dropdown-toggle {
	font-size: 11px;
	height: 100%;
	width: 60px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	color: #555;
	text-align: right;
	text-align: center;
	padding-right: 20px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.sidr-class-dropdown-toggle:focus {
	outline: 1px dashed rgba(0, 0, 0, .3);
}

.sidr-class-dropdown-toggle:before {
	font-family: "Font Awesome 5 Free";
	content: "+";
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-top: -15px;
	margin-left: -15px;
}

.sidr-class-dropdown-menu li.active>a>.sidr-class-dropdown-toggle:before {
	content: "-";
}

.sidr-class-dropdown-menu ul a:before {
	font-family: "Font Awesome 5 Free";
	content: "";
	display: inline-block;
	margin: 0 10px;
	font-weight: 600;
}

.sidr-class-dropdown-menu ul ul a:before {
	margin-left: 20px;
}

.sidr-class-dropdown-menu ul ul ul a:before {
	margin-left: 40px;
}

.sidr-class-middle-site-logo, .sidr #searchform-header-replace-close, .sidr #sidr-id-searchform-overlay, .sidr .sidr-class-nav-arrow, .sidr-class-sidebar-box, .sidr-class-mega-cat .sidr-class-dropdown-toggle, .sidr-class-mega-cat .sidr-class-megamenu, .sidr-class-elementor {
	display: none !important;
}

.sidr-class-dropdown-menu li.sidr-class-menu-item-has-children.sidr-class-mega-cat>a {
	padding-right: 20px;
}

.sidr-class-dropdown-menu a i {
	font-size: inherit !important;
	vertical-align: initial !important;
	margin-right: 10px;
}

.sidr-class-dropdown-menu a i.after {
	margin-right: 0;
	margin-left: 10px;
}

.sidr-class-wpml-ls-flag {
	margin-right: 10px;
	vertical-align: baseline;
}

.oceanwp-sidr-overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .3);
	z-index: 99;
}

#mobile-menu-search, .sidr-class-woo-cart-link, .sidr-class-search-toggle-li, #sidr-id-searchform-dropdown, #sidr-id-searchform-header-replace {
	display: none;
}

.sidr-class-mobile-searchform {
	position: relative;
	margin: 30px 20px 0;
}

.sidr-class-mobile-searchform input {
	padding: 6px 45px 6px 12px !important;
	margin-top: 0 !important;
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

.sidr-class-mobile-searchform button {
	display: block;
	position: absolute;
	right: 10px;
	height: 30px;
	line-height: 30px;
	width: 30px;
	padding: 0;
	text-align: center;
	top: 50%;
	margin-top: -15px;
	background-color: rgba(0, 0, 0, 0) !important;
	color: #555;
	border: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.sidr-class-mobile-searchform button:hover {
	color: #222;
}

.sidr-class-mobile-searchform button:focus {
	outline: 1px solid;
	color: #1a1a1a;
}

.sidr-class-social-menu-inner ul {
	display: table;
	width: 100%;
	text-align: center;
	table-layout: fixed;
}

.sidr-class-social-menu-inner ul li {
	display: table-cell;
}

.sidr-class-social-menu-inner ul li a {
	display: block;
	padding: 12px 10px;
}

.admin-bar #sidr, .admin-bar .oceanwp-sidr-overlay {
	top: 32px;
	height: -webkit-calc(100% - 32px);
	height: calc(100% - 32px);
}

@media screen and (max-width: 782px) {
	.admin-bar #sidr, .admin-bar .oceanwp-sidr-overlay {
		top: 46px;
		height: -webkit-calc(100% - 46px);
		height: calc(100% - 46px);
	}
}

.ps {
	overflow: hidden !important;
	overflow-anchor: none;
	-ms-overflow-style: none;
	touch-action: auto;
	-ms-touch-action: auto;
}

.ps__rail-x {
	display: none;
	opacity: 0;
	transition: background-color .2s linear, opacity .2s linear;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	height: 15px;
	bottom: 0px;
	position: absolute;
}

.ps__rail-y {
	display: none;
	opacity: 0;
	transition: background-color .2s linear, opacity .2s linear;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	width: 15px;
	right: 0;
	position: absolute;
}

.ps--active-x>.ps__rail-x, .ps--active-y>.ps__rail-y {
	display: block;
	background-color: rgba(0, 0, 0, 0);
}

.ps:hover>.ps__rail-x, .ps:hover>.ps__rail-y, .ps--focus>.ps__rail-x, .ps--focus>.ps__rail-y, .ps--scrolling-x>.ps__rail-x, .ps--scrolling-y>.ps__rail-y {
	opacity: .6;
}

.ps .ps__rail-x:hover, .ps .ps__rail-y:hover, .ps .ps__rail-x:focus, .ps .ps__rail-y:focus, .ps .ps__rail-x.ps--clicking, .ps .ps__rail-y.ps--clicking {
	background-color: #eee;
	opacity: .9;
}

.ps__thumb-x {
	background-color: #aaa;
	border-radius: 6px;
	transition: background-color .2s linear, height .2s ease-in-out;
	-webkit-transition: background-color .2s linear, height .2s ease-in-out;
	height: 6px;
	bottom: 2px;
	position: absolute;
}

.ps__thumb-y {
	background-color: #aaa;
	border-radius: 6px;
	transition: background-color .2s linear, width .2s ease-in-out;
	-webkit-transition: background-color .2s linear, width .2s ease-in-out;
	width: 6px;
	right: 2px;
	position: absolute;
}

.ps__rail-x:hover>.ps__thumb-x, .ps__rail-x:focus>.ps__thumb-x, .ps__rail-x.ps--clicking .ps__thumb-x {
	background-color: #999;
	height: 11px;
}

.ps__rail-y:hover>.ps__thumb-y, .ps__rail-y:focus>.ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
	background-color: #999;
	width: 11px;
}

@supports (-ms-overflow-style: none) {
	.ps {
		overflow: auto !important;
	}
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
	.ps {
		overflow: auto !important;
	}
}

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
	position: relative;
}

.flickity-enabled:focus {
	outline: none;
}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}

.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.flickity-button {
	position: absolute;
	background: rgba(255, 255, 255, .75);
	border: none;
	color: #333;
}

.flickity-button:hover {
	background: #fff;
	cursor: pointer;
}

.flickity-button:focus {
	outline: none;
	box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
	opacity: .6;
}

.flickity-button:disabled {
	opacity: .3;
	cursor: auto;
	pointer-events: none;
}

.flickity-button-icon {
	fill: currentColor;
}

.flickity-prev-next-button {
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
	left: 10px;
}

.flickity-prev-next-button.next {
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
}

.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}

.flickity-rtl .flickity-page-dots {
	direction: rtl;
}

.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #333;
	border-radius: 50%;
	opacity: .25;
	cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
	opacity: 1;
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #ccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: rgba(0, 0, 0, 0);
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset rgba(0, 0, 0, 0);
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000;
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px)and (orientation: landscape),screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75);
	}
	
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: .8;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

@media only screen and (max-width: 959px) {
	body.default-breakpoint #site-logo.has-responsive-logo .custom-logo-link {
		display: none;
	}
	
	body.default-breakpoint #site-logo.has-responsive-logo .responsive-logo-link {
		display: block;
	}
	
	body.default-breakpoint .is-sticky #site-logo.has-responsive-logo .sticky-logo-link {
		display: block;
	}
	
	body.default-breakpoint .is-sticky #site-logo.has-sticky-logo .responsive-logo-link {
		display: none;
	}
	
	body.default-breakpoint #site-header.center-header #site-logo {
		display: block;
	}
	
	body.default-breakpoint #top-bar-nav, body.default-breakpoint #site-navigation-wrap, body.default-breakpoint .oceanwp-social-menu, body.default-breakpoint .after-header-content {
		display: none;
	}
	
	body.default-breakpoint .center-logo #site-logo {
		float: none;
		position: absolute;
		left: 50%;
		padding: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	body.default-breakpoint .oceanwp-mobile-menu-icon {
		display: block;
	}
	
	body.default-breakpoint #top-bar.has-no-content #top-bar-social {
		text-align: center;
	}
	
	body.default-breakpoint #top-bar.has-no-content #top-bar-social.top-bar-left, body.default-breakpoint #top-bar.has-no-content #top-bar-social.top-bar-right {
		position: inherit;
		left: auto;
		right: auto;
		float: none;
		height: auto;
		line-height: 1.5em;
		margin-top: 0;
	}
	
	body.default-breakpoint #top-bar.has-no-content #top-bar-social li {
		float: none;
		display: inline-block;
	}
	
	body.default-breakpoint.vertical-header-style #outer-wrap {
		margin: 0 !important;
	}
	
	body.default-breakpoint #site-header.vertical-header {
		position: relative;
		width: 100%;
		left: 0 !important;
		right: 0 !important;
	}
	
	body.default-breakpoint #site-header.vertical-header .has-template>#site-logo {
		display: block;
	}
	
	body.default-breakpoint #site-header.vertical-header #site-header-inner {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		padding: 0;
		max-width: 90%;
	}
	
	body.default-breakpoint #site-header.vertical-header #site-header-inner>*:not(.oceanwp-mobile-menu-icon) {
		display: none;
	}
	
	body.default-breakpoint #site-header.vertical-header #site-header-inner>* {
		padding: 0 !important;
	}
	
	body.default-breakpoint #site-header.vertical-header #site-header-inner #site-logo {
		display: block;
		margin: 0;
		width: 50%;
		text-align: left;
	}
	
	body.default-breakpoint #site-header.vertical-header #site-header-inner .oceanwp-mobile-menu-icon {
		width: 50%;
		text-align: right;
	}
	
	body.default-breakpoint #site-header.vertical-header .vertical-toggle {
		display: none;
	}
	
	body.default-breakpoint .is-sticky #site-header.vertical-header {
		position: fixed;
		height: auto;
	}
	
	body.default-breakpoint.vh-closed .vertical-toggle {
		display: none;
	}
	
	body.default-breakpoint .owp-cart-overlay {
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	.hide-tablet-mobile {
		display: none !important;
	}
}

@media only screen and (max-width: 480px) {
	.hide-mobile {
		display: none !important;
	}
}

@media only screen and (min-width: 481px)and (max-width: 767px) {
	.hide-tablet {
		display: none !important;
	}
}

.clearfix::before, .clearfix::after {
	content: " ";
	display: table;
	clear: both;
}

.eael-testimonial-slider.nav-top-left, .eael-testimonial-slider.nav-top-right, .eael-team-slider.nav-top-left, .eael-team-slider.nav-top-right, .eael-logo-carousel.nav-top-left, .eael-logo-carousel.nav-top-right, .eael-post-carousel.nav-top-left, .eael-post-carousel.nav-top-right, .eael-product-carousel.nav-top-left, .eael-product-carousel.nav-top-right {
	padding-top: 40px;
}

.eael-contact-form input[type=text], .eael-contact-form input[type=email], .eael-contact-form input[type=url], .eael-contact-form input[type=tel], .eael-contact-form input[type=date], .eael-contact-form input[type=number], .eael-contact-form textarea {
	background: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	float: none;
	height: auto;
	margin: 0;
	outline: 0;
	width: 100%;
}

.eael-contact-form input[type=submit] {
	border: 0;
	float: none;
	height: auto;
	margin: 0;
	padding: 10px 20px;
	width: auto;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s;
}

.eael-contact-form.placeholder-hide input::-webkit-input-placeholder, .eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
	opacity: 0;
	visibility: hidden;
}

.eael-contact-form.placeholder-hide input::-moz-placeholder, .eael-contact-form.placeholder-hide textarea::-moz-placeholder {
	opacity: 0;
	visibility: hidden;
}

.eael-contact-form.placeholder-hide input:-ms-input-placeholder, .eael-contact-form.placeholder-hide textarea:-ms-input-placeholder {
	opacity: 0;
	visibility: hidden;
}

.eael-contact-form.placeholder-hide input:-moz-placeholder, .eael-contact-form.placeholder-hide textarea:-moz-placeholder {
	opacity: 0;
	visibility: hidden;
}

.eael-custom-radio-checkbox input[type=checkbox], .eael-custom-radio-checkbox input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-style: solid;
	border-width: 0;
	outline: none;
	min-width: 1px;
	width: 15px;
	height: 15px;
	background: #ddd;
	padding: 3px;
}

.eael-custom-radio-checkbox input[type=checkbox]:before, .eael-custom-radio-checkbox input[type=radio]:before {
	content: "";
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: block;
}

.eael-custom-radio-checkbox input[type=checkbox]:checked:before, .eael-custom-radio-checkbox input[type=radio]:checked:before {
	background: #999;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s;
}

.eael-custom-radio-checkbox input[type=radio] {
	border-radius: 50%;
}

.eael-custom-radio-checkbox input[type=radio]:before {
	border-radius: 50%;
}

.eael-post-elements-readmore-btn {
	font-size: 12px;
	font-weight: 500;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	display: inline-block;
}

.elementor-lightbox .dialog-widget-content {
	width: 100%;
	height: 100%;
}

.eael-contact-form-align-left, .elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container {
	margin: 0 auto 0 0;
	display: inline-block;
	text-align: left;
}

.eael-contact-form-align-center, .elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container {
	float: none;
	margin: 0 auto;
	display: inline-block;
	text-align: left;
}

.eael-contact-form-align-right, .elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container {
	margin: 0 0 0 auto;
	display: inline-block;
	text-align: left;
}

.eael-force-hide {
	display: none !important;
}

.eael-d-none {
	display: none !important;
}

.eael-d-block {
	display: block !important;
}

.eael-h-auto {
	height: auto !important;
}

.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating {
	display: none;
}

.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count {
	display: none;
}

.sr-only {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.clearfix::before, .clearfix::after {
	content: " ";
	display: table;
	clear: both;
}

.eael-testimonial-slider.nav-top-left, .eael-testimonial-slider.nav-top-right, .eael-team-slider.nav-top-left, .eael-team-slider.nav-top-right, .eael-logo-carousel.nav-top-left, .eael-logo-carousel.nav-top-right, .eael-post-carousel.nav-top-left, .eael-post-carousel.nav-top-right, .eael-product-carousel.nav-top-left, .eael-product-carousel.nav-top-right {
	padding-top: 40px;
}

.eael-contact-form input[type=text], .eael-contact-form input[type=email], .eael-contact-form input[type=url], .eael-contact-form input[type=tel], .eael-contact-form input[type=date], .eael-contact-form input[type=number], .eael-contact-form textarea {
	background: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	float: none;
	height: auto;
	margin: 0;
	outline: 0;
	width: 100%;
}

.eael-contact-form input[type=submit] {
	border: 0;
	float: none;
	height: auto;
	margin: 0;
	padding: 10px 20px;
	width: auto;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s;
}

.eael-contact-form.placeholder-hide input::-webkit-input-placeholder, .eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
	opacity: 0;
	visibility: hidden;
}

.eael-contact-form.placeholder-hide input::-moz-placeholder, .eael-contact-form.placeholder-hide textarea::-moz-placeholder {
	opacity: 0;
	visibility: hidden;
}

.eael-contact-form.placeholder-hide input:-ms-input-placeholder, .eael-contact-form.placeholder-hide textarea:-ms-input-placeholder {
	opacity: 0;
	visibility: hidden;
}

.eael-contact-form.placeholder-hide input:-moz-placeholder, .eael-contact-form.placeholder-hide textarea:-moz-placeholder {
	opacity: 0;
	visibility: hidden;
}

.eael-custom-radio-checkbox input[type=checkbox], .eael-custom-radio-checkbox input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-style: solid;
	border-width: 0;
	outline: none;
	min-width: 1px;
	width: 15px;
	height: 15px;
	background: #ddd;
	padding: 3px;
}

.eael-custom-radio-checkbox input[type=checkbox]:before, .eael-custom-radio-checkbox input[type=radio]:before {
	content: "";
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: block;
}

.eael-custom-radio-checkbox input[type=checkbox]:checked:before, .eael-custom-radio-checkbox input[type=radio]:checked:before {
	background: #999;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s;
}

.eael-custom-radio-checkbox input[type=radio] {
	border-radius: 50%;
}

.eael-custom-radio-checkbox input[type=radio]:before {
	border-radius: 50%;
}

.eael-post-elements-readmore-btn {
	font-size: 12px;
	font-weight: 500;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	display: inline-block;
}

.elementor-lightbox .dialog-widget-content {
	width: 100%;
	height: 100%;
}

.eael-contact-form-align-left, .elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container {
	margin: 0 auto 0 0;
	display: inline-block;
	text-align: left;
}

.eael-contact-form-align-center, .elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container {
	float: none;
	margin: 0 auto;
	display: inline-block;
	text-align: left;
}

.eael-contact-form-align-right, .elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container {
	margin: 0 0 0 auto;
	display: inline-block;
	text-align: left;
}

.eael-force-hide {
	display: none !important;
}

.eael-d-none {
	display: none !important;
}

.eael-d-block {
	display: block !important;
}

.eael-h-auto {
	height: auto !important;
}

.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating {
	display: none;
}

.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count {
	display: none;
}

.sr-only {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.eael-gravity-form-align-default, .eael-gravity-form-align-left, .eael-gravity-form-btn-align-left {
	text-align: left;
}

.eael-gravity-form-align-right, .eael-gravity-form-btn-align-right {
	text-align: right;
}

.eael-gravity-form-align-center, .eael-gravity-form-btn-align-center {
	text-align: center;
}

.gform_wrapper form li, .gform_wrapper li {
	list-style: none;
}

.eael-gravity-form .gform_wrapper ul.gform_fields li.gfield {
	padding: 0px;
}

.eael-gravity-form .gform_wrapper textarea {
	padding: 0;
	font-weight: normal !important;
	font-family: inherit;
}

.eael-gravity-form .gform_wrapper .gform_footer input.button, .eael-gravity-form .gform_wrapper .gform_footer input[type=submit], .eael-gravity-form .gform_wrapper .gform_page_footer input.button, .eael-gravity-form .gform_wrapper .gform_page_footer input[type=submit] {
	margin: 0;
}

.eael-gravity-form.title-description-hide .gform_heading {
	display: none;
}

.eael-gravity-form.labels-hide .gform_wrapper .top_label .gfield_label, .eael-gravity-form.labels-hide .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
	display: none;
}

.eael-gravity-form-button-full-width .gform_wrapper .gform_footer input[type=submit] {
	width: 100%;
}

.eael-gravity-form .gform_wrapper .gf_scroll_text .gsection_description {
	margin: 0;
}

@media only screen and (max-width: 767px) {
	.gform_wrapper .gf_progressbar {
		width: 100% !important;
	}
}

@media only screen and (min-width: 768px) {
	.gform_wrapper .gf_progressbar {
		width: 100% !important;
	}
}

@media only screen and (min-width: 641px) {
	.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
		max-width: 100% !important;
	}
}

.ginput_container_fileupload input[type=file]::file-selector-button, .ginput_container_fileupload input[type=file]::-webkit-file-upload-button, .ginput_container_fileupload .button {
	cursor: pointer;
	background-color: rgba(0, 0, 0, .75);
	color: #fff;
	position: relative;
	display: inline-block;
	text-decoration: none;
	border: 1px solid rgba(0, 0, 0, .75);
	padding: .5em 1em;
	-webkit-transition: all .2s;
	transition: all .2s;
	border-radius: 3px;
}

.ginput_container_fileupload input[type=file]::file-selector-button:hover, .ginput_container_fileupload input[type=file]::-webkit-file-upload-button:hover, .ginput_container_fileupload .button:hover {
	background-color: #262625;
	color: #fff;
}

:root {
	--swiper-theme-color: #007aff;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
	touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
	transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper::before {
	content: "";
	flex-shrink: 0;
	order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size);
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - ( var(--swiper-navigation-size) / 2 ));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
	display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	content: "next";
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled>.swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: 50%;
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right;
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1);
}

.swiper-scrollbar-disabled>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important;
}

.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube {
	overflow: visible;
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next+.swiper-slide, .swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px);
}

.swiper-flip {
	overflow: visible;
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height;
}

.swiper-cards {
	overflow: visible;
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

.elementor-element, .elementor-lightbox {
	--swiper-theme-color: #000;
	--swiper-navigation-size: 44px;
	--swiper-pagination-bullet-size: 6px;
	--swiper-pagination-bullet-horizontal-gap: 6px;
}

.elementor-element .swiper-container .swiper-slide figure, .elementor-element .swiper .swiper-slide figure, .elementor-lightbox .swiper-container .swiper-slide figure, .elementor-lightbox .swiper .swiper-slide figure {
	line-height: 0;
}

.elementor-element .swiper-container .elementor-lightbox-content-source, .elementor-element .swiper .elementor-lightbox-content-source, .elementor-lightbox .swiper-container .elementor-lightbox-content-source, .elementor-lightbox .swiper .elementor-lightbox-content-source {
	display: none;
}

.elementor-element .swiper-container .elementor-swiper-button, .elementor-element .swiper-container~.elementor-swiper-button, .elementor-element .swiper .elementor-swiper-button, .elementor-element .swiper~.elementor-swiper-button, .elementor-lightbox .swiper-container .elementor-swiper-button, .elementor-lightbox .swiper-container~.elementor-swiper-button, .elementor-lightbox .swiper .elementor-swiper-button, .elementor-lightbox .swiper~.elementor-swiper-button {
	position: absolute;
	display: inline-flex;
	z-index: 1;
	cursor: pointer;
	font-size: 25px;
	color: hsla(0, 0%, 93.3%, .9);
	top: 50%;
	transform: translateY(-50%);
}

.elementor-element .swiper-container .elementor-swiper-button svg, .elementor-element .swiper-container~.elementor-swiper-button svg, .elementor-element .swiper .elementor-swiper-button svg, .elementor-element .swiper~.elementor-swiper-button svg, .elementor-lightbox .swiper-container .elementor-swiper-button svg, .elementor-lightbox .swiper-container~.elementor-swiper-button svg, .elementor-lightbox .swiper .elementor-swiper-button svg, .elementor-lightbox .swiper~.elementor-swiper-button svg {
	fill: hsla(0, 0%, 93.3%, .9);
	height: 1em;
	width: 1em;
}

.elementor-element .swiper-container .elementor-swiper-button-prev, .elementor-element .swiper-container~.elementor-swiper-button-prev, .elementor-element .swiper .elementor-swiper-button-prev, .elementor-element .swiper~.elementor-swiper-button-prev, .elementor-lightbox .swiper-container .elementor-swiper-button-prev, .elementor-lightbox .swiper-container~.elementor-swiper-button-prev, .elementor-lightbox .swiper .elementor-swiper-button-prev, .elementor-lightbox .swiper~.elementor-swiper-button-prev {
	left: 10px;
}

.elementor-element .swiper-container .elementor-swiper-button-next, .elementor-element .swiper-container~.elementor-swiper-button-next, .elementor-element .swiper .elementor-swiper-button-next, .elementor-element .swiper~.elementor-swiper-button-next, .elementor-lightbox .swiper-container .elementor-swiper-button-next, .elementor-lightbox .swiper-container~.elementor-swiper-button-next, .elementor-lightbox .swiper .elementor-swiper-button-next, .elementor-lightbox .swiper~.elementor-swiper-button-next {
	right: 10px;
}

.elementor-element .swiper-container .elementor-swiper-button.swiper-button-disabled, .elementor-element .swiper-container~.elementor-swiper-button.swiper-button-disabled, .elementor-element .swiper .elementor-swiper-button.swiper-button-disabled, .elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled, .elementor-lightbox .swiper-container .elementor-swiper-button.swiper-button-disabled, .elementor-lightbox .swiper-container~.elementor-swiper-button.swiper-button-disabled, .elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled, .elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled {
	opacity: .3;
}

.elementor-element .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image, .elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image, .elementor-lightbox .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image, .elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image {
	width: 100%;
}

.elementor-element .swiper-container .swiper-horizontal>.swiper-pagination-bullets, .elementor-element .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-element .swiper-container .swiper-pagination-custom, .elementor-element .swiper-container .swiper-pagination-fraction, .elementor-element .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-element .swiper-container~.swiper-pagination-custom, .elementor-element .swiper-container~.swiper-pagination-fraction, .elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets, .elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-element .swiper .swiper-pagination-custom, .elementor-element .swiper .swiper-pagination-fraction, .elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-element .swiper~.swiper-pagination-custom, .elementor-element .swiper~.swiper-pagination-fraction, .elementor-lightbox .swiper-container .swiper-horizontal>.swiper-pagination-bullets, .elementor-lightbox .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-lightbox .swiper-container .swiper-pagination-custom, .elementor-lightbox .swiper-container .swiper-pagination-fraction, .elementor-lightbox .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-lightbox .swiper-container~.swiper-pagination-custom, .elementor-lightbox .swiper-container~.swiper-pagination-fraction, .elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets, .elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-lightbox .swiper .swiper-pagination-custom, .elementor-lightbox .swiper .swiper-pagination-fraction, .elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-lightbox .swiper~.swiper-pagination-custom, .elementor-lightbox .swiper~.swiper-pagination-fraction {
	bottom: 5px;
}

.elementor-element .swiper-container.swiper-cube .elementor-swiper-button, .elementor-element .swiper-container.swiper-cube~.elementor-swiper-button, .elementor-element .swiper.swiper-cube .elementor-swiper-button, .elementor-element .swiper.swiper-cube~.elementor-swiper-button, .elementor-lightbox .swiper-container.swiper-cube .elementor-swiper-button, .elementor-lightbox .swiper-container.swiper-cube~.elementor-swiper-button, .elementor-lightbox .swiper.swiper-cube .elementor-swiper-button, .elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button {
	transform: translate3d(0, -50%, 1px);
}

.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets, .elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets {
	bottom: 5px;
	left: 0;
	width: 100%;
}

.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet, .elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-progressbar, .elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-progressbar {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.elementor-element.elementor-pagination-position-outside .swiper, .elementor-element.elementor-pagination-position-outside .swiper-container, .elementor-lightbox.elementor-pagination-position-outside .swiper, .elementor-lightbox.elementor-pagination-position-outside .swiper-container {
	padding-bottom: 30px;
}

.elementor-element.elementor-pagination-position-outside .swiper-container .elementor-swiper-button, .elementor-element.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button, .elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button, .elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button, .elementor-lightbox.elementor-pagination-position-outside .swiper-container .elementor-swiper-button, .elementor-lightbox.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button, .elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button, .elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button {
	top: calc(50% - 30px / 2);
}

.elementor-element .elementor-swiper, .elementor-lightbox .elementor-swiper {
	position: relative;
}

.elementor-element .elementor-main-swiper, .elementor-lightbox .elementor-main-swiper {
	position: static;
}

.elementor-element.elementor-arrows-position-outside .swiper, .elementor-element.elementor-arrows-position-outside .swiper-container, .elementor-lightbox.elementor-arrows-position-outside .swiper, .elementor-lightbox.elementor-arrows-position-outside .swiper-container {
	width: calc(100% - 60px);
}

.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev, .elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev, .elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev, .elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev, .elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev, .elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev, .elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev, .elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev {
	left: 0;
}

.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next, .elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next, .elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next, .elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next, .elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next, .elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next, .elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next, .elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next {
	right: 0;
}

.elementor-kit-7016 {
	--e-global-color-primary: #000;
	--e-global-color-secondary: #000;
	--e-global-color-text: #000;
	--e-global-color-accent: #81c439;
	--e-global-typography-primary-font-family: "Poppins";
	--e-global-typography-primary-font-size: 48px;
	--e-global-typography-primary-font-weight: 600;
	--e-global-typography-primary-line-height: 1.4em;
	--e-global-typography-secondary-font-family: "Poppins";
	--e-global-typography-secondary-font-size: 22px;
	--e-global-typography-secondary-font-weight: 400;
	--e-global-typography-text-font-family: "Poppins";
	--e-global-typography-text-font-size: 20px;
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-accent-font-family: "Poppins";
	--e-global-typography-accent-font-weight: 500;
	--e-global-typography-accent-line-height: 1.4em;
	color: #000;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.elementor-kit-7016 e-page-transition {
	background-color: #ffbc7d;
}

.elementor-kit-7016 a {
	font-family: "Poppins", Sans-serif;
}

.elementor-kit-7016 a:hover {
	font-family: "Poppins", Sans-serif;
}

.elementor-kit-7016 h1 {
	color: #000;
	font-family: "Poppins", Sans-serif;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.3em;
}

.elementor-kit-7016 h2 {
	color: #000;
	font-family: "Poppins", Sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.6em;
}

.elementor-kit-7016 h3 {
	color: #000;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4em;
}

.elementor-kit-7016 h4 {
	color: #000;
	font-family: "Poppins", Sans-serif;
	font-size: 18px;
	line-height: 1.4em;
}

.elementor-kit-7016 h5 {
	color: #000;
	font-family: "Poppins", Sans-serif;
}

.elementor-kit-7016 h6 {
	color: #000;
	font-family: "Poppins", Sans-serif;
}

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1140px;
}

.e-con {
	--container-max-width: 1140px;
}

.elementor-widget:not(:last-child) {
	margin-block-end: 20px;
}

.elementor-element {
	--widgets-spacing: 20px 20px;
}

@media (max-width:1024px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1024px;
	}
	
	.e-con {
		--container-max-width: 1024px;
	}
}

@media (max-width:767px) {
	.elementor-kit-7016 {
		font-size: 14px;
		line-height: 1.2em;
	}
	
	.elementor-kit-7016 h1 {
		font-size: 26px;
		line-height: 1.2em;
	}
	
	.elementor-kit-7016 h2 {
		font-size: 16px;
		line-height: 1.4em;
	}
	
	.elementor-kit-7016 h3 {
		font-size: 12px;
		line-height: 1.3em;
	}
	
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 767px;
	}
	
	.e-con {
		--container-max-width: 767px;
	}
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fad, .fal, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em;
}

.fa-xs {
	font-size: .75em;
}

.fa-sm {
	font-size: .875em;
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

.fa-border {
	border: .08em solid #eee;
	border-radius: .1em;
	padding: .2em .25em .15em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s linear infinite;
	animation: fa-spin 2s linear infinite;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s steps(8) infinite;
	animation: fa-spin 1s steps(8) infinite;
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.fa-flip-vertical {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
	-webkit-transform: scale(-1);
	transform: scale(-1);
}

:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
	-webkit-filter: none;
	filter: none;
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-500px:before {
	content: "";
}

.fa-accessible-icon:before {
	content: "";
}

.fa-accusoft:before {
	content: "";
}

.fa-acquisitions-incorporated:before {
	content: "";
}

.fa-ad:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-card:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-adversal:before {
	content: "";
}

.fa-affiliatetheme:before {
	content: "";
}

.fa-air-freshener:before {
	content: "";
}

.fa-airbnb:before {
	content: "";
}

.fa-algolia:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-alipay:before {
	content: "";
}

.fa-allergies:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-amazon-pay:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-amilia:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angry:before {
	content: "";
}

.fa-angrycreative:before {
	content: "";
}

.fa-angular:before {
	content: "";
}

.fa-ankh:before {
	content: "";
}

.fa-app-store:before {
	content: "";
}

.fa-app-store-ios:before {
	content: "";
}

.fa-apper:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-apple-alt:before {
	content: "";
}

.fa-apple-pay:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-archway:before {
	content: "";
}

.fa-arrow-alt-circle-down:before {
	content: "";
}

.fa-arrow-alt-circle-left:before {
	content: "";
}

.fa-arrow-alt-circle-right:before {
	content: "";
}

.fa-arrow-alt-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-arrows-alt-h:before {
	content: "";
}

.fa-arrows-alt-v:before {
	content: "";
}

.fa-artstation:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-asymmetrik:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-atlas:before {
	content: "";
}

.fa-atlassian:before {
	content: "";
}

.fa-atom:before {
	content: "";
}

.fa-audible:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-autoprefixer:before {
	content: "";
}

.fa-avianex:before {
	content: "";
}

.fa-aviato:before {
	content: "";
}

.fa-award:before {
	content: "";
}

.fa-aws:before {
	content: "";
}

.fa-baby:before {
	content: "";
}

.fa-baby-carriage:before {
	content: "";
}

.fa-backspace:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-bacon:before {
	content: "";
}

.fa-bacteria:before {
	content: "";
}

.fa-bacterium:before {
	content: "";
}

.fa-bahai:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-balance-scale-left:before {
	content: "";
}

.fa-balance-scale-right:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-band-aid:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-bars:before {
	content: "";
}

.fa-baseball-ball:before {
	content: "";
}

.fa-basketball-ball:before {
	content: "";
}

.fa-bath:before {
	content: "";
}

.fa-battery-empty:before {
	content: "";
}

.fa-battery-full:before {
	content: "";
}

.fa-battery-half:before {
	content: "";
}

.fa-battery-quarter:before {
	content: "";
}

.fa-battery-three-quarters:before {
	content: "";
}

.fa-battle-net:before {
	content: "";
}

.fa-bed:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bezier-curve:before {
	content: "";
}

.fa-bible:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-biking:before {
	content: "";
}

.fa-bimobject:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-biohazard:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitcoin:before {
	content: "";
}

.fa-bity:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-blackberry:before {
	content: "";
}

.fa-blender:before {
	content: "";
}

.fa-blender-phone:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-blog:before {
	content: "";
}

.fa-blogger:before {
	content: "";
}

.fa-blogger-b:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-bolt:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-bone:before {
	content: "";
}

.fa-bong:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-book-dead:before {
	content: "";
}

.fa-book-medical:before {
	content: "";
}

.fa-book-open:before {
	content: "";
}

.fa-book-reader:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-bootstrap:before {
	content: "";
}

.fa-border-all:before {
	content: "";
}

.fa-border-none:before {
	content: "";
}

.fa-border-style:before {
	content: "";
}

.fa-bowling-ball:before {
	content: "";
}

.fa-box:before {
	content: "";
}

.fa-box-open:before {
	content: "";
}

.fa-box-tissue:before {
	content: "";
}

.fa-boxes:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-brain:before {
	content: "";
}

.fa-bread-slice:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-briefcase-medical:before {
	content: "";
}

.fa-broadcast-tower:before {
	content: "";
}

.fa-broom:before {
	content: "";
}

.fa-brush:before {
	content: "";
}

.fa-btc:before {
	content: "";
}

.fa-buffer:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-burn:before {
	content: "";
}

.fa-buromobelexperte:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-bus-alt:before {
	content: "";
}

.fa-business-time:before {
	content: "";
}

.fa-buy-n-large:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-calendar-alt:before {
	content: "";
}

.fa-calendar-check:before {
	content: "";
}

.fa-calendar-day:before {
	content: "";
}

.fa-calendar-minus:before {
	content: "";
}

.fa-calendar-plus:before {
	content: "";
}

.fa-calendar-times:before {
	content: "";
}

.fa-calendar-week:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-campground:before {
	content: "";
}

.fa-canadian-maple-leaf:before {
	content: "";
}

.fa-candy-cane:before {
	content: "";
}

.fa-cannabis:before {
	content: "";
}

.fa-capsules:before {
	content: "";
}

.fa-car:before {
	content: "";
}

.fa-car-alt:before {
	content: "";
}

.fa-car-battery:before {
	content: "";
}

.fa-car-crash:before {
	content: "";
}

.fa-car-side:before {
	content: "";
}

.fa-caravan:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-caret-square-down:before {
	content: "";
}

.fa-caret-square-left:before {
	content: "";
}

.fa-caret-square-right:before {
	content: "";
}

.fa-caret-square-up:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-carrot:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cash-register:before {
	content: "";
}

.fa-cat:before {
	content: "";
}

.fa-cc-amazon-pay:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-apple-pay:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-centercode:before {
	content: "";
}

.fa-centos:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-chair:before {
	content: "";
}

.fa-chalkboard:before {
	content: "";
}

.fa-chalkboard-teacher:before {
	content: "";
}

.fa-charging-station:before {
	content: "";
}

.fa-chart-area:before {
	content: "";
}

.fa-chart-bar:before {
	content: "";
}

.fa-chart-line:before {
	content: "";
}

.fa-chart-pie:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-check-double:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-cheese:before {
	content: "";
}

.fa-chess:before {
	content: "";
}

.fa-chess-bishop:before {
	content: "";
}

.fa-chess-board:before {
	content: "";
}

.fa-chess-king:before {
	content: "";
}

.fa-chess-knight:before {
	content: "";
}

.fa-chess-pawn:before {
	content: "";
}

.fa-chess-queen:before {
	content: "";
}

.fa-chess-rook:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-chromecast:before {
	content: "";
}

.fa-church:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-circle-notch:before {
	content: "";
}

.fa-city:before {
	content: "";
}

.fa-clinic-medical:before {
	content: "";
}

.fa-clipboard:before {
	content: "";
}

.fa-clipboard-check:before {
	content: "";
}

.fa-clipboard-list:before {
	content: "";
}

.fa-clock:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-closed-captioning:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-cloud-download-alt:before {
	content: "";
}

.fa-cloud-meatball:before {
	content: "";
}

.fa-cloud-moon:before {
	content: "";
}

.fa-cloud-moon-rain:before {
	content: "";
}

.fa-cloud-rain:before {
	content: "";
}

.fa-cloud-showers-heavy:before {
	content: "";
}

.fa-cloud-sun:before {
	content: "";
}

.fa-cloud-sun-rain:before {
	content: "";
}

.fa-cloud-upload-alt:before {
	content: "";
}

.fa-cloudflare:before {
	content: "";
}

.fa-cloudscale:before {
	content: "";
}

.fa-cloudsmith:before {
	content: "";
}

.fa-cloudversify:before {
	content: "";
}

.fa-cocktail:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-code-branch:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cog:before {
	content: "";
}

.fa-cogs:before {
	content: "";
}

.fa-coins:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-comment-alt:before {
	content: "";
}

.fa-comment-dollar:before {
	content: "";
}

.fa-comment-dots:before {
	content: "";
}

.fa-comment-medical:before {
	content: "";
}

.fa-comment-slash:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-comments-dollar:before {
	content: "";
}

.fa-compact-disc:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-compress-alt:before {
	content: "";
}

.fa-compress-arrows-alt:before {
	content: "";
}

.fa-concierge-bell:before {
	content: "";
}

.fa-confluence:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-cookie:before {
	content: "";
}

.fa-cookie-bite:before {
	content: "";
}

.fa-copy:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-cotton-bureau:before {
	content: "";
}

.fa-couch:before {
	content: "";
}

.fa-cpanel:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-creative-commons-by:before {
	content: "";
}

.fa-creative-commons-nc:before {
	content: "";
}

.fa-creative-commons-nc-eu:before {
	content: "";
}

.fa-creative-commons-nc-jp:before {
	content: "";
}

.fa-creative-commons-nd:before {
	content: "";
}

.fa-creative-commons-pd:before {
	content: "";
}

.fa-creative-commons-pd-alt:before {
	content: "";
}

.fa-creative-commons-remix:before {
	content: "";
}

.fa-creative-commons-sa:before {
	content: "";
}

.fa-creative-commons-sampling:before {
	content: "";
}

.fa-creative-commons-sampling-plus:before {
	content: "";
}

.fa-creative-commons-share:before {
	content: "";
}

.fa-creative-commons-zero:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-critical-role:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-crop-alt:before {
	content: "";
}

.fa-cross:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-crow:before {
	content: "";
}

.fa-crown:before {
	content: "";
}

.fa-crutch:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-css3-alt:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-cut:before {
	content: "";
}

.fa-cuttlefish:before {
	content: "";
}

.fa-d-and-d:before {
	content: "";
}

.fa-d-and-d-beyond:before {
	content: "";
}

.fa-dailymotion:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-deaf:before {
	content: "";
}

.fa-deezer:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-democrat:before {
	content: "";
}

.fa-deploydog:before {
	content: "";
}

.fa-deskpro:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-dev:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-dharmachakra:before {
	content: "";
}

.fa-dhl:before {
	content: "";
}

.fa-diagnoses:before {
	content: "";
}

.fa-diaspora:before {
	content: "";
}

.fa-dice:before {
	content: "";
}

.fa-dice-d20:before {
	content: "";
}

.fa-dice-d6:before {
	content: "";
}

.fa-dice-five:before {
	content: "";
}

.fa-dice-four:before {
	content: "";
}

.fa-dice-one:before {
	content: "";
}

.fa-dice-six:before {
	content: "";
}

.fa-dice-three:before {
	content: "";
}

.fa-dice-two:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-digital-ocean:before {
	content: "";
}

.fa-digital-tachograph:before {
	content: "";
}

.fa-directions:before {
	content: "";
}

.fa-discord:before {
	content: "";
}

.fa-discourse:before {
	content: "";
}

.fa-disease:before {
	content: "";
}

.fa-divide:before {
	content: "";
}

.fa-dizzy:before {
	content: "";
}

.fa-dna:before {
	content: "";
}

.fa-dochub:before {
	content: "";
}

.fa-docker:before {
	content: "";
}

.fa-dog:before {
	content: "";
}

.fa-dollar-sign:before {
	content: "";
}

.fa-dolly:before {
	content: "";
}

.fa-dolly-flatbed:before {
	content: "";
}

.fa-donate:before {
	content: "";
}

.fa-door-closed:before {
	content: "";
}

.fa-door-open:before {
	content: "";
}

.fa-dot-circle:before {
	content: "";
}

.fa-dove:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-draft2digital:before {
	content: "";
}

.fa-drafting-compass:before {
	content: "";
}

.fa-dragon:before {
	content: "";
}

.fa-draw-polygon:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-dribbble-square:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-drum:before {
	content: "";
}

.fa-drum-steelpan:before {
	content: "";
}

.fa-drumstick-bite:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-dumbbell:before {
	content: "";
}

.fa-dumpster:before {
	content: "";
}

.fa-dumpster-fire:before {
	content: "";
}

.fa-dungeon:before {
	content: "";
}

.fa-dyalog:before {
	content: "";
}

.fa-earlybirds:before {
	content: "";
}

.fa-ebay:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-edge-legacy:before {
	content: "";
}

.fa-edit:before {
	content: "";
}

.fa-egg:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-elementor:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-ello:before {
	content: "";
}

.fa-ember:before {
	content: "";
}

.fa-empire:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-text:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-equals:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-erlang:before {
	content: "";
}

.fa-ethereum:before {
	content: "";
}

.fa-ethernet:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-euro-sign:before {
	content: "";
}

.fa-evernote:before {
	content: "";
}

.fa-exchange-alt:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-exclamation-triangle:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-expand-alt:before {
	content: "";
}

.fa-expand-arrows-alt:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-external-link-alt:before {
	content: "";
}

.fa-external-link-square-alt:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-dropper:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-facebook:before {
	content: "";
}

.fa-facebook-f:before {
	content: "";
}

.fa-facebook-messenger:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-fan:before {
	content: "";
}

.fa-fantasy-flight-games:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-faucet:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-feather:before {
	content: "";
}

.fa-feather-alt:before {
	content: "";
}

.fa-fedex:before {
	content: "";
}

.fa-fedora:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-figma:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-alt:before {
	content: "";
}

.fa-file-archive:before {
	content: "";
}

.fa-file-audio:before {
	content: "";
}

.fa-file-code:before {
	content: "";
}

.fa-file-contract:before {
	content: "";
}

.fa-file-csv:before {
	content: "";
}

.fa-file-download:before {
	content: "";
}

.fa-file-excel:before {
	content: "";
}

.fa-file-export:before {
	content: "";
}

.fa-file-image:before {
	content: "";
}

.fa-file-import:before {
	content: "";
}

.fa-file-invoice:before {
	content: "";
}

.fa-file-invoice-dollar:before {
	content: "";
}

.fa-file-medical:before {
	content: "";
}

.fa-file-medical-alt:before {
	content: "";
}

.fa-file-pdf:before {
	content: "";
}

.fa-file-powerpoint:before {
	content: "";
}

.fa-file-prescription:before {
	content: "";
}

.fa-file-signature:before {
	content: "";
}

.fa-file-upload:before {
	content: "";
}

.fa-file-video:before {
	content: "";
}

.fa-file-word:before {
	content: "";
}

.fa-fill:before {
	content: "";
}

.fa-fill-drip:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-fingerprint:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-fire-alt:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-firefox-browser:before {
	content: "";
}

.fa-first-aid:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-first-order-alt:before {
	content: "";
}

.fa-firstdraft:before {
	content: "";
}

.fa-fish:before {
	content: "";
}

.fa-fist-raised:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-flag-usa:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-flipboard:before {
	content: "";
}

.fa-flushed:before {
	content: "";
}

.fa-fly:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-minus:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-folder-plus:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-font-awesome:before {
	content: "";
}

.fa-font-awesome-alt:before {
	content: "";
}

.fa-font-awesome-flag:before {
	content: "";
}

.fa-font-awesome-logo-full:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-fonticons-fi:before {
	content: "";
}

.fa-football-ball:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-fort-awesome-alt:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-freebsd:before {
	content: "";
}

.fa-frog:before {
	content: "";
}

.fa-frown:before {
	content: "";
}

.fa-frown-open:before {
	content: "";
}

.fa-fulcrum:before {
	content: "";
}

.fa-funnel-dollar:before {
	content: "";
}

.fa-futbol:before {
	content: "";
}

.fa-galactic-republic:before {
	content: "";
}

.fa-galactic-senate:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-gas-pump:before {
	content: "";
}

.fa-gavel:before {
	content: "";
}

.fa-gem:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-ghost:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-gifts:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-git-alt:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-gitkraken:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-gitter:before {
	content: "";
}

.fa-glass-cheers:before {
	content: "";
}

.fa-glass-martini:before {
	content: "";
}

.fa-glass-martini-alt:before {
	content: "";
}

.fa-glass-whiskey:before {
	content: "";
}

.fa-glasses:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-globe-africa:before {
	content: "";
}

.fa-globe-americas:before {
	content: "";
}

.fa-globe-asia:before {
	content: "";
}

.fa-globe-europe:before {
	content: "";
}

.fa-gofore:before {
	content: "";
}

.fa-golf-ball:before {
	content: "";
}

.fa-goodreads:before {
	content: "";
}

.fa-goodreads-g:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-google-drive:before {
	content: "";
}

.fa-google-pay:before {
	content: "";
}

.fa-google-play:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-google-plus-g:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-gopuram:before {
	content: "";
}

.fa-graduation-cap:before {
	content: "";
}

.fa-gratipay:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-greater-than:before {
	content: "";
}

.fa-greater-than-equal:before {
	content: "";
}

.fa-grimace:before {
	content: "";
}

.fa-grin:before {
	content: "";
}

.fa-grin-alt:before {
	content: "";
}

.fa-grin-beam:before {
	content: "";
}

.fa-grin-beam-sweat:before {
	content: "";
}

.fa-grin-hearts:before {
	content: "";
}

.fa-grin-squint:before {
	content: "";
}

.fa-grin-squint-tears:before {
	content: "";
}

.fa-grin-stars:before {
	content: "";
}

.fa-grin-tears:before {
	content: "";
}

.fa-grin-tongue:before {
	content: "";
}

.fa-grin-tongue-squint:before {
	content: "";
}

.fa-grin-tongue-wink:before {
	content: "";
}

.fa-grin-wink:before {
	content: "";
}

.fa-grip-horizontal:before {
	content: "";
}

.fa-grip-lines:before {
	content: "";
}

.fa-grip-lines-vertical:before {
	content: "";
}

.fa-grip-vertical:before {
	content: "";
}

.fa-gripfire:before {
	content: "";
}

.fa-grunt:before {
	content: "";
}

.fa-guilded:before {
	content: "";
}

.fa-guitar:before {
	content: "";
}

.fa-gulp:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-hacker-news:before {
	content: "";
}

.fa-hacker-news-square:before {
	content: "";
}

.fa-hackerrank:before {
	content: "";
}

.fa-hamburger:before {
	content: "";
}

.fa-hammer:before {
	content: "";
}

.fa-hamsa:before {
	content: "";
}

.fa-hand-holding:before {
	content: "";
}

.fa-hand-holding-heart:before {
	content: "";
}

.fa-hand-holding-medical:before {
	content: "";
}

.fa-hand-holding-usd:before {
	content: "";
}

.fa-hand-holding-water:before {
	content: "";
}

.fa-hand-lizard:before {
	content: "";
}

.fa-hand-middle-finger:before {
	content: "";
}

.fa-hand-paper:before {
	content: "";
}

.fa-hand-peace:before {
	content: "";
}

.fa-hand-point-down:before {
	content: "";
}

.fa-hand-point-left:before {
	content: "";
}

.fa-hand-point-right:before {
	content: "";
}

.fa-hand-point-up:before {
	content: "";
}

.fa-hand-pointer:before {
	content: "";
}

.fa-hand-rock:before {
	content: "";
}

.fa-hand-scissors:before {
	content: "";
}

.fa-hand-sparkles:before {
	content: "";
}

.fa-hand-spock:before {
	content: "";
}

.fa-hands:before {
	content: "";
}

.fa-hands-helping:before {
	content: "";
}

.fa-hands-wash:before {
	content: "";
}

.fa-handshake:before {
	content: "";
}

.fa-handshake-alt-slash:before {
	content: "";
}

.fa-handshake-slash:before {
	content: "";
}

.fa-hanukiah:before {
	content: "";
}

.fa-hard-hat:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-hat-cowboy:before {
	content: "";
}

.fa-hat-cowboy-side:before {
	content: "";
}

.fa-hat-wizard:before {
	content: "";
}

.fa-hdd:before {
	content: "";
}

.fa-head-side-cough:before {
	content: "";
}

.fa-head-side-cough-slash:before {
	content: "";
}

.fa-head-side-mask:before {
	content: "";
}

.fa-head-side-virus:before {
	content: "";
}

.fa-heading:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-headphones-alt:before {
	content: "";
}

.fa-headset:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-heart-broken:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-helicopter:before {
	content: "";
}

.fa-highlighter:before {
	content: "";
}

.fa-hiking:before {
	content: "";
}

.fa-hippo:before {
	content: "";
}

.fa-hips:before {
	content: "";
}

.fa-hire-a-helper:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-hive:before {
	content: "";
}

.fa-hockey-puck:before {
	content: "";
}

.fa-holly-berry:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-hooli:before {
	content: "";
}

.fa-hornbill:before {
	content: "";
}

.fa-horse:before {
	content: "";
}

.fa-horse-head:before {
	content: "";
}

.fa-hospital:before {
	content: "";
}

.fa-hospital-alt:before {
	content: "";
}

.fa-hospital-symbol:before {
	content: "";
}

.fa-hospital-user:before {
	content: "";
}

.fa-hot-tub:before {
	content: "";
}

.fa-hotdog:before {
	content: "";
}

.fa-hotel:before {
	content: "";
}

.fa-hotjar:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hourglass-end:before {
	content: "";
}

.fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-start:before {
	content: "";
}

.fa-house-damage:before {
	content: "";
}

.fa-house-user:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-hryvnia:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-hubspot:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-ice-cream:before {
	content: "";
}

.fa-icicles:before {
	content: "";
}

.fa-icons:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-id-card:before {
	content: "";
}

.fa-id-card-alt:before {
	content: "";
}

.fa-ideal:before {
	content: "";
}

.fa-igloo:before {
	content: "";
}

.fa-image:before {
	content: "";
}

.fa-images:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-infinity:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-innosoft:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-instagram-square:before {
	content: "";
}

.fa-instalod:before {
	content: "";
}

.fa-intercom:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-invision:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-itch-io:before {
	content: "";
}

.fa-itunes:before {
	content: "";
}

.fa-itunes-note:before {
	content: "";
}

.fa-java:before {
	content: "";
}

.fa-jedi:before {
	content: "";
}

.fa-jedi-order:before {
	content: "";
}

.fa-jenkins:before {
	content: "";
}

.fa-jira:before {
	content: "";
}

.fa-joget:before {
	content: "";
}

.fa-joint:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-journal-whills:before {
	content: "";
}

.fa-js:before {
	content: "";
}

.fa-js-square:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-kaaba:before {
	content: "";
}

.fa-kaggle:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-keybase:before {
	content: "";
}

.fa-keyboard:before {
	content: "";
}

.fa-keycdn:before {
	content: "";
}

.fa-khanda:before {
	content: "";
}

.fa-kickstarter:before {
	content: "";
}

.fa-kickstarter-k:before {
	content: "";
}

.fa-kiss:before {
	content: "";
}

.fa-kiss-beam:before {
	content: "";
}

.fa-kiss-wink-heart:before {
	content: "";
}

.fa-kiwi-bird:before {
	content: "";
}

.fa-korvue:before {
	content: "";
}

.fa-landmark:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-laptop-code:before {
	content: "";
}

.fa-laptop-house:before {
	content: "";
}

.fa-laptop-medical:before {
	content: "";
}

.fa-laravel:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-laugh:before {
	content: "";
}

.fa-laugh-beam:before {
	content: "";
}

.fa-laugh-squint:before {
	content: "";
}

.fa-laugh-wink:before {
	content: "";
}

.fa-layer-group:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-lemon:before {
	content: "";
}

.fa-less:before {
	content: "";
}

.fa-less-than:before {
	content: "";
}

.fa-less-than-equal:before {
	content: "";
}

.fa-level-down-alt:before {
	content: "";
}

.fa-level-up-alt:before {
	content: "";
}

.fa-life-ring:before {
	content: "";
}

.fa-lightbulb:before {
	content: "";
}

.fa-line:before {
	content: "";
}

.fa-link:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-linkedin-in:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-lira-sign:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-lock-open:before {
	content: "";
}

.fa-long-arrow-alt-down:before {
	content: "";
}

.fa-long-arrow-alt-left:before {
	content: "";
}

.fa-long-arrow-alt-right:before {
	content: "";
}

.fa-long-arrow-alt-up:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-luggage-cart:before {
	content: "";
}

.fa-lungs:before {
	content: "";
}

.fa-lungs-virus:before {
	content: "";
}

.fa-lyft:before {
	content: "";
}

.fa-magento:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-mail-bulk:before {
	content: "";
}

.fa-mailchimp:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-mandalorian:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-map-marked:before {
	content: "";
}

.fa-map-marked-alt:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-map-marker-alt:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-markdown:before {
	content: "";
}

.fa-marker:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mask:before {
	content: "";
}

.fa-mastodon:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-mdb:before {
	content: "";
}

.fa-medal:before {
	content: "";
}

.fa-medapps:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-medium-m:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-medrt:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.fa-megaport:before {
	content: "";
}

.fa-meh:before {
	content: "";
}

.fa-meh-blank:before {
	content: "";
}

.fa-meh-rolling-eyes:before {
	content: "";
}

.fa-memory:before {
	content: "";
}

.fa-mendeley:before {
	content: "";
}

.fa-menorah:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-meteor:before {
	content: "";
}

.fa-microblog:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-alt:before {
	content: "";
}

.fa-microphone-alt-slash:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-microscope:before {
	content: "";
}

.fa-microsoft:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-mitten:before {
	content: "";
}

.fa-mix:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-mixer:before {
	content: "";
}

.fa-mizuni:before {
	content: "";
}

.fa-mobile:before {
	content: "";
}

.fa-mobile-alt:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-monero:before {
	content: "";
}

.fa-money-bill:before {
	content: "";
}

.fa-money-bill-alt:before {
	content: "";
}

.fa-money-bill-wave:before {
	content: "";
}

.fa-money-bill-wave-alt:before {
	content: "";
}

.fa-money-check:before {
	content: "";
}

.fa-money-check-alt:before {
	content: "";
}

.fa-monument:before {
	content: "";
}

.fa-moon:before {
	content: "";
}

.fa-mortar-pestle:before {
	content: "";
}

.fa-mosque:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-mountain:before {
	content: "";
}

.fa-mouse:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-mug-hot:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-napster:before {
	content: "";
}

.fa-neos:before {
	content: "";
}

.fa-network-wired:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-newspaper:before {
	content: "";
}

.fa-nimblr:before {
	content: "";
}

.fa-node:before {
	content: "";
}

.fa-node-js:before {
	content: "";
}

.fa-not-equal:before {
	content: "";
}

.fa-notes-medical:before {
	content: "";
}

.fa-npm:before {
	content: "";
}

.fa-ns8:before {
	content: "";
}

.fa-nutritionix:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-octopus-deploy:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-oil-can:before {
	content: "";
}

.fa-old-republic:before {
	content: "";
}

.fa-om:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-orcid:before {
	content: "";
}

.fa-osi:before {
	content: "";
}

.fa-otter:before {
	content: "";
}

.fa-outdent:before {
	content: "";
}

.fa-page4:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-pager:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-paint-roller:before {
	content: "";
}

.fa-palette:before {
	content: "";
}

.fa-palfed:before {
	content: "";
}

.fa-pallet:before {
	content: "";
}

.fa-paper-plane:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-parachute-box:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-parking:before {
	content: "";
}

.fa-passport:before {
	content: "";
}

.fa-pastafarianism:before {
	content: "";
}

.fa-paste:before {
	content: "";
}

.fa-patreon:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-peace:before {
	content: "";
}

.fa-pen:before {
	content: "";
}

.fa-pen-alt:before {
	content: "";
}

.fa-pen-fancy:before {
	content: "";
}

.fa-pen-nib:before {
	content: "";
}

.fa-pen-square:before {
	content: "";
}

.fa-pencil-alt:before {
	content: "";
}

.fa-pencil-ruler:before {
	content: "";
}

.fa-penny-arcade:before {
	content: "";
}

.fa-people-arrows:before {
	content: "";
}

.fa-people-carry:before {
	content: "";
}

.fa-pepper-hot:before {
	content: "";
}

.fa-perbyte:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-percentage:before {
	content: "";
}

.fa-periscope:before {
	content: "";
}

.fa-person-booth:before {
	content: "";
}

.fa-phabricator:before {
	content: "";
}

.fa-phoenix-framework:before {
	content: "";
}

.fa-phoenix-squadron:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-phone-alt:before {
	content: "";
}

.fa-phone-slash:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-phone-square-alt:before {
	content: "";
}

.fa-phone-volume:before {
	content: "";
}

.fa-photo-video:before {
	content: "";
}

.fa-php:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-pied-piper-hat:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pied-piper-square:before {
	content: "";
}

.fa-piggy-bank:before {
	content: "";
}

.fa-pills:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-pizza-slice:before {
	content: "";
}

.fa-place-of-worship:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-plane-arrival:before {
	content: "";
}

.fa-plane-departure:before {
	content: "";
}

.fa-plane-slash:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-playstation:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-poll:before {
	content: "";
}

.fa-poll-h:before {
	content: "";
}

.fa-poo:before {
	content: "";
}

.fa-poo-storm:before {
	content: "";
}

.fa-poop:before {
	content: "";
}

.fa-portrait:before {
	content: "";
}

.fa-pound-sign:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-pray:before {
	content: "";
}

.fa-praying-hands:before {
	content: "";
}

.fa-prescription:before {
	content: "";
}

.fa-prescription-bottle:before {
	content: "";
}

.fa-prescription-bottle-alt:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-procedures:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-project-diagram:before {
	content: "";
}

.fa-pump-medical:before {
	content: "";
}

.fa-pump-soap:before {
	content: "";
}

.fa-pushed:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-python:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-quidditch:before {
	content: "";
}

.fa-quinscape:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-quran:before {
	content: "";
}

.fa-r-project:before {
	content: "";
}

.fa-radiation:before {
	content: "";
}

.fa-radiation-alt:before {
	content: "";
}

.fa-rainbow:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-raspberry-pi:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-react:before {
	content: "";
}

.fa-reacteurope:before {
	content: "";
}

.fa-readme:before {
	content: "";
}

.fa-rebel:before {
	content: "";
}

.fa-receipt:before {
	content: "";
}

.fa-record-vinyl:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-red-river:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-redhat:before {
	content: "";
}

.fa-redo:before {
	content: "";
}

.fa-redo-alt:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-remove-format:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-reply:before {
	content: "";
}

.fa-reply-all:before {
	content: "";
}

.fa-replyd:before {
	content: "";
}

.fa-republican:before {
	content: "";
}

.fa-researchgate:before {
	content: "";
}

.fa-resolving:before {
	content: "";
}

.fa-restroom:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-rev:before {
	content: "";
}

.fa-ribbon:before {
	content: "";
}

.fa-ring:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-robot:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-rocketchat:before {
	content: "";
}

.fa-rockrms:before {
	content: "";
}

.fa-route:before {
	content: "";
}

.fa-rss:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-ruble-sign:before {
	content: "";
}

.fa-ruler:before {
	content: "";
}

.fa-ruler-combined:before {
	content: "";
}

.fa-ruler-horizontal:before {
	content: "";
}

.fa-ruler-vertical:before {
	content: "";
}

.fa-running:before {
	content: "";
}

.fa-rupee-sign:before {
	content: "";
}

.fa-rust:before {
	content: "";
}

.fa-sad-cry:before {
	content: "";
}

.fa-sad-tear:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-salesforce:before {
	content: "";
}

.fa-sass:before {
	content: "";
}

.fa-satellite:before {
	content: "";
}

.fa-satellite-dish:before {
	content: "";
}

.fa-save:before {
	content: "";
}

.fa-schlix:before {
	content: "";
}

.fa-school:before {
	content: "";
}

.fa-screwdriver:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-scroll:before {
	content: "";
}

.fa-sd-card:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-search-dollar:before {
	content: "";
}

.fa-search-location:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-searchengin:before {
	content: "";
}

.fa-seedling:before {
	content: "";
}

.fa-sellcast:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-servicestack:before {
	content: "";
}

.fa-shapes:before {
	content: "";
}

.fa-share:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-shekel-sign:before {
	content: "";
}

.fa-shield-alt:before {
	content: "";
}

.fa-shield-virus:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-shipping-fast:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-shoe-prints:before {
	content: "";
}

.fa-shopify:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-shopware:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-shuttle-van:before {
	content: "";
}

.fa-sign:before {
	content: "";
}

.fa-sign-in-alt:before {
	content: "";
}

.fa-sign-language:before {
	content: "";
}

.fa-sign-out-alt:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-signature:before {
	content: "";
}

.fa-sim-card:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-sink:before {
	content: "";
}

.fa-sistrix:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-sith:before {
	content: "";
}

.fa-skating:before {
	content: "";
}

.fa-sketch:before {
	content: "";
}

.fa-skiing:before {
	content: "";
}

.fa-skiing-nordic:before {
	content: "";
}

.fa-skull:before {
	content: "";
}

.fa-skull-crossbones:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-slack-hash:before {
	content: "";
}

.fa-slash:before {
	content: "";
}

.fa-sleigh:before {
	content: "";
}

.fa-sliders-h:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-smile:before {
	content: "";
}

.fa-smile-beam:before {
	content: "";
}

.fa-smile-wink:before {
	content: "";
}

.fa-smog:before {
	content: "";
}

.fa-smoking:before {
	content: "";
}

.fa-smoking-ban:before {
	content: "";
}

.fa-sms:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-snowboarding:before {
	content: "";
}

.fa-snowflake:before {
	content: "";
}

.fa-snowman:before {
	content: "";
}

.fa-snowplow:before {
	content: "";
}

.fa-soap:before {
	content: "";
}

.fa-socks:before {
	content: "";
}

.fa-solar-panel:before {
	content: "";
}

.fa-sort:before {
	content: "";
}

.fa-sort-alpha-down:before {
	content: "";
}

.fa-sort-alpha-down-alt:before {
	content: "";
}

.fa-sort-alpha-up:before {
	content: "";
}

.fa-sort-alpha-up-alt:before {
	content: "";
}

.fa-sort-amount-down:before {
	content: "";
}

.fa-sort-amount-down-alt:before {
	content: "";
}

.fa-sort-amount-up:before {
	content: "";
}

.fa-sort-amount-up-alt:before {
	content: "";
}

.fa-sort-down:before {
	content: "";
}

.fa-sort-numeric-down:before {
	content: "";
}

.fa-sort-numeric-down-alt:before {
	content: "";
}

.fa-sort-numeric-up:before {
	content: "";
}

.fa-sort-numeric-up-alt:before {
	content: "";
}

.fa-sort-up:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-sourcetree:before {
	content: "";
}

.fa-spa:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-speakap:before {
	content: "";
}

.fa-speaker-deck:before {
	content: "";
}

.fa-spell-check:before {
	content: "";
}

.fa-spider:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-splotch:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-spray-can:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-square-full:before {
	content: "";
}

.fa-square-root-alt:before {
	content: "";
}

.fa-squarespace:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-stackpath:before {
	content: "";
}

.fa-stamp:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-and-crescent:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-star-half-alt:before {
	content: "";
}

.fa-star-of-david:before {
	content: "";
}

.fa-star-of-life:before {
	content: "";
}

.fa-staylinked:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-steam-symbol:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-sticker-mule:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stopwatch:before {
	content: "";
}

.fa-stopwatch-20:before {
	content: "";
}

.fa-store:before {
	content: "";
}

.fa-store-alt:before {
	content: "";
}

.fa-store-alt-slash:before {
	content: "";
}

.fa-store-slash:before {
	content: "";
}

.fa-strava:before {
	content: "";
}

.fa-stream:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-stripe:before {
	content: "";
}

.fa-stripe-s:before {
	content: "";
}

.fa-stroopwafel:before {
	content: "";
}

.fa-studiovinari:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-suitcase-rolling:before {
	content: "";
}

.fa-sun:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-supple:before {
	content: "";
}

.fa-surprise:before {
	content: "";
}

.fa-suse:before {
	content: "";
}

.fa-swatchbook:before {
	content: "";
}

.fa-swift:before {
	content: "";
}

.fa-swimmer:before {
	content: "";
}

.fa-swimming-pool:before {
	content: "";
}

.fa-symfony:before {
	content: "";
}

.fa-synagogue:before {
	content: "";
}

.fa-sync:before {
	content: "";
}

.fa-sync-alt:before {
	content: "";
}

.fa-syringe:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-table-tennis:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-tablet-alt:before {
	content: "";
}

.fa-tablets:before {
	content: "";
}

.fa-tachometer-alt:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-tape:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-taxi:before {
	content: "";
}

.fa-teamspeak:before {
	content: "";
}

.fa-teeth:before {
	content: "";
}

.fa-teeth-open:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-telegram-plane:before {
	content: "";
}

.fa-temperature-high:before {
	content: "";
}

.fa-temperature-low:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-tenge:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-the-red-yeti:before {
	content: "";
}

.fa-theater-masks:before {
	content: "";
}

.fa-themeco:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-thermometer:before {
	content: "";
}

.fa-thermometer-empty:before {
	content: "";
}

.fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-three-quarters:before {
	content: "";
}

.fa-think-peaks:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbtack:before {
	content: "";
}

.fa-ticket-alt:before {
	content: "";
}

.fa-tiktok:before {
	content: "";
}

.fa-times:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-tint-slash:before {
	content: "";
}

.fa-tired:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-toilet:before {
	content: "";
}

.fa-toilet-paper:before {
	content: "";
}

.fa-toilet-paper-slash:before {
	content: "";
}

.fa-toolbox:before {
	content: "";
}

.fa-tools:before {
	content: "";
}

.fa-tooth:before {
	content: "";
}

.fa-torah:before {
	content: "";
}

.fa-torii-gate:before {
	content: "";
}

.fa-tractor:before {
	content: "";
}

.fa-trade-federation:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-traffic-light:before {
	content: "";
}

.fa-trailer:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-tram:before {
	content: "";
}

.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-trash-alt:before {
	content: "";
}

.fa-trash-restore:before {
	content: "";
}

.fa-trash-restore-alt:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-truck-loading:before {
	content: "";
}

.fa-truck-monster:before {
	content: "";
}

.fa-truck-moving:before {
	content: "";
}

.fa-truck-pickup:before {
	content: "";
}

.fa-tshirt:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-tv:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-typo3:before {
	content: "";
}

.fa-uber:before {
	content: "";
}

.fa-ubuntu:before {
	content: "";
}

.fa-uikit:before {
	content: "";
}

.fa-umbraco:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-umbrella-beach:before {
	content: "";
}

.fa-uncharted:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-undo:before {
	content: "";
}

.fa-undo-alt:before {
	content: "";
}

.fa-uniregistry:before {
	content: "";
}

.fa-unity:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-university:before {
	content: "";
}

.fa-unlink:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-unsplash:before {
	content: "";
}

.fa-untappd:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-ups:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-user-alt:before {
	content: "";
}

.fa-user-alt-slash:before {
	content: "";
}

.fa-user-astronaut:before {
	content: "";
}

.fa-user-check:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-clock:before {
	content: "";
}

.fa-user-cog:before {
	content: "";
}

.fa-user-edit:before {
	content: "";
}

.fa-user-friends:before {
	content: "";
}

.fa-user-graduate:before {
	content: "";
}

.fa-user-injured:before {
	content: "";
}

.fa-user-lock:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-user-minus:before {
	content: "";
}

.fa-user-ninja:before {
	content: "";
}

.fa-user-nurse:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-user-shield:before {
	content: "";
}

.fa-user-slash:before {
	content: "";
}

.fa-user-tag:before {
	content: "";
}

.fa-user-tie:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-users:before {
	content: "";
}

.fa-users-cog:before {
	content: "";
}

.fa-users-slash:before {
	content: "";
}

.fa-usps:before {
	content: "";
}

.fa-ussunnah:before {
	content: "";
}

.fa-utensil-spoon:before {
	content: "";
}

.fa-utensils:before {
	content: "";
}

.fa-vaadin:before {
	content: "";
}

.fa-vector-square:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-vest:before {
	content: "";
}

.fa-vest-patches:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-vial:before {
	content: "";
}

.fa-vials:before {
	content: "";
}

.fa-viber:before {
	content: "";
}

.fa-video:before {
	content: "";
}

.fa-video-slash:before {
	content: "";
}

.fa-vihara:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-vimeo-v:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-virus:before {
	content: "";
}

.fa-virus-slash:before {
	content: "";
}

.fa-viruses:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-vnv:before {
	content: "";
}

.fa-voicemail:before {
	content: "";
}

.fa-volleyball-ball:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-mute:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-vote-yea:before {
	content: "";
}

.fa-vr-cardboard:before {
	content: "";
}

.fa-vuejs:before {
	content: "";
}

.fa-walking:before {
	content: "";
}

.fa-wallet:before {
	content: "";
}

.fa-warehouse:before {
	content: "";
}

.fa-watchman-monitoring:before {
	content: "";
}

.fa-water:before {
	content: "";
}

.fa-wave-square:before {
	content: "";
}

.fa-waze:before {
	content: "";
}

.fa-weebly:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-weight:before {
	content: "";
}

.fa-weight-hanging:before {
	content: "";
}

.fa-weixin:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-whatsapp-square:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-whmcs:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-wind:before {
	content: "";
}

.fa-window-close:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-wine-bottle:before {
	content: "";
}

.fa-wine-glass:before {
	content: "";
}

.fa-wine-glass-alt:before {
	content: "";
}

.fa-wix:before {
	content: "";
}

.fa-wizards-of-the-coast:before {
	content: "";
}

.fa-wodu:before {
	content: "";
}

.fa-wolf-pack-battalion:before {
	content: "";
}

.fa-won-sign:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-wordpress-simple:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-wpressr:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-x-ray:before {
	content: "";
}

.fa-xbox:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-y-combinator:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-yammer:before {
	content: "";
}

.fa-yandex:before {
	content: "";
}

.fa-yandex-international:before {
	content: "";
}

.fa-yarn:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-yen-sign:before {
	content: "";
}

.fa-yin-yang:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-zhihu:before {
	content: "";
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.fab {
	font-family: "Font Awesome 5 Brands";
}

.fab, .far {
	font-weight: 400;
}

.fa, .far, .fas {
	font-family: "Font Awesome 5 Free";
}

.fa, .fas {
	font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa.fa-glass:before {
	content: "";
}

.fa.fa-meetup {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-star-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-star-o:before {
	content: "";
}

.fa.fa-close:before, .fa.fa-remove:before {
	content: "";
}

.fa.fa-gear:before {
	content: "";
}

.fa.fa-trash-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-trash-o:before {
	content: "";
}

.fa.fa-file-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-o:before {
	content: "";
}

.fa.fa-clock-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-clock-o:before {
	content: "";
}

.fa.fa-arrow-circle-o-down {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-down:before {
	content: "";
}

.fa.fa-arrow-circle-o-up {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-up:before {
	content: "";
}

.fa.fa-play-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-play-circle-o:before {
	content: "";
}

.fa.fa-repeat:before, .fa.fa-rotate-right:before {
	content: "";
}

.fa.fa-refresh:before {
	content: "";
}

.fa.fa-list-alt {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-dedent:before {
	content: "";
}

.fa.fa-video-camera:before {
	content: "";
}

.fa.fa-picture-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-picture-o:before {
	content: "";
}

.fa.fa-photo {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-photo:before {
	content: "";
}

.fa.fa-image {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-image:before {
	content: "";
}

.fa.fa-pencil:before {
	content: "";
}

.fa.fa-map-marker:before {
	content: "";
}

.fa.fa-pencil-square-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-pencil-square-o:before {
	content: "";
}

.fa.fa-share-square-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-share-square-o:before {
	content: "";
}

.fa.fa-check-square-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-check-square-o:before {
	content: "";
}

.fa.fa-arrows:before {
	content: "";
}

.fa.fa-times-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-times-circle-o:before {
	content: "";
}

.fa.fa-check-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-check-circle-o:before {
	content: "";
}

.fa.fa-mail-forward:before {
	content: "";
}

.fa.fa-expand:before {
	content: "";
}

.fa.fa-compress:before {
	content: "";
}

.fa.fa-eye, .fa.fa-eye-slash {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-warning:before {
	content: "";
}

.fa.fa-calendar:before {
	content: "";
}

.fa.fa-arrows-v:before {
	content: "";
}

.fa.fa-arrows-h:before {
	content: "";
}

.fa.fa-bar-chart {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-bar-chart:before {
	content: "";
}

.fa.fa-bar-chart-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-bar-chart-o:before {
	content: "";
}

.fa.fa-facebook-square, .fa.fa-twitter-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-gears:before {
	content: "";
}

.fa.fa-thumbs-o-up {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-thumbs-o-up:before {
	content: "";
}

.fa.fa-thumbs-o-down {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-thumbs-o-down:before {
	content: "";
}

.fa.fa-heart-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-heart-o:before {
	content: "";
}

.fa.fa-sign-out:before {
	content: "";
}

.fa.fa-linkedin-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-linkedin-square:before {
	content: "";
}

.fa.fa-thumb-tack:before {
	content: "";
}

.fa.fa-external-link:before {
	content: "";
}

.fa.fa-sign-in:before {
	content: "";
}

.fa.fa-github-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-lemon-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-lemon-o:before {
	content: "";
}

.fa.fa-square-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-square-o:before {
	content: "";
}

.fa.fa-bookmark-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-bookmark-o:before {
	content: "";
}

.fa.fa-facebook, .fa.fa-twitter {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-facebook:before {
	content: "";
}

.fa.fa-facebook-f {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-facebook-f:before {
	content: "";
}

.fa.fa-github {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-credit-card {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-feed:before {
	content: "";
}

.fa.fa-hdd-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hdd-o:before {
	content: "";
}

.fa.fa-hand-o-right {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-o-right:before {
	content: "";
}

.fa.fa-hand-o-left {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-o-left:before {
	content: "";
}

.fa.fa-hand-o-up {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-o-up:before {
	content: "";
}

.fa.fa-hand-o-down {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-o-down:before {
	content: "";
}

.fa.fa-arrows-alt:before {
	content: "";
}

.fa.fa-group:before {
	content: "";
}

.fa.fa-chain:before {
	content: "";
}

.fa.fa-scissors:before {
	content: "";
}

.fa.fa-files-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-files-o:before {
	content: "";
}

.fa.fa-floppy-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-floppy-o:before {
	content: "";
}

.fa.fa-navicon:before, .fa.fa-reorder:before {
	content: "";
}

.fa.fa-google-plus, .fa.fa-google-plus-square, .fa.fa-pinterest, .fa.fa-pinterest-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-google-plus:before {
	content: "";
}

.fa.fa-money {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-money:before {
	content: "";
}

.fa.fa-unsorted:before {
	content: "";
}

.fa.fa-sort-desc:before {
	content: "";
}

.fa.fa-sort-asc:before {
	content: "";
}

.fa.fa-linkedin {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-linkedin:before {
	content: "";
}

.fa.fa-rotate-left:before {
	content: "";
}

.fa.fa-legal:before {
	content: "";
}

.fa.fa-dashboard:before, .fa.fa-tachometer:before {
	content: "";
}

.fa.fa-comment-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-comment-o:before {
	content: "";
}

.fa.fa-comments-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-comments-o:before {
	content: "";
}

.fa.fa-flash:before {
	content: "";
}

.fa.fa-clipboard, .fa.fa-paste {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-paste:before {
	content: "";
}

.fa.fa-lightbulb-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-lightbulb-o:before {
	content: "";
}

.fa.fa-exchange:before {
	content: "";
}

.fa.fa-cloud-download:before {
	content: "";
}

.fa.fa-cloud-upload:before {
	content: "";
}

.fa.fa-bell-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-bell-o:before {
	content: "";
}

.fa.fa-cutlery:before {
	content: "";
}

.fa.fa-file-text-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-text-o:before {
	content: "";
}

.fa.fa-building-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-building-o:before {
	content: "";
}

.fa.fa-hospital-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hospital-o:before {
	content: "";
}

.fa.fa-tablet:before {
	content: "";
}

.fa.fa-mobile-phone:before, .fa.fa-mobile:before {
	content: "";
}

.fa.fa-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-circle-o:before {
	content: "";
}

.fa.fa-mail-reply:before {
	content: "";
}

.fa.fa-github-alt {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-folder-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-folder-o:before {
	content: "";
}

.fa.fa-folder-open-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-folder-open-o:before {
	content: "";
}

.fa.fa-smile-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-smile-o:before {
	content: "";
}

.fa.fa-frown-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-frown-o:before {
	content: "";
}

.fa.fa-meh-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-meh-o:before {
	content: "";
}

.fa.fa-keyboard-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-keyboard-o:before {
	content: "";
}

.fa.fa-flag-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-flag-o:before {
	content: "";
}

.fa.fa-mail-reply-all:before {
	content: "";
}

.fa.fa-star-half-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-star-half-o:before {
	content: "";
}

.fa.fa-star-half-empty {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-star-half-empty:before {
	content: "";
}

.fa.fa-star-half-full {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-star-half-full:before {
	content: "";
}

.fa.fa-code-fork:before {
	content: "";
}

.fa.fa-chain-broken:before {
	content: "";
}

.fa.fa-shield:before {
	content: "";
}

.fa.fa-calendar-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-calendar-o:before {
	content: "";
}

.fa.fa-css3, .fa.fa-html5, .fa.fa-maxcdn {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-ticket:before {
	content: "";
}

.fa.fa-minus-square-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-minus-square-o:before {
	content: "";
}

.fa.fa-level-up:before {
	content: "";
}

.fa.fa-level-down:before {
	content: "";
}

.fa.fa-pencil-square:before {
	content: "";
}

.fa.fa-external-link-square:before {
	content: "";
}

.fa.fa-compass {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-caret-square-o-down {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-caret-square-o-down:before {
	content: "";
}

.fa.fa-toggle-down {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-toggle-down:before {
	content: "";
}

.fa.fa-caret-square-o-up {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-caret-square-o-up:before {
	content: "";
}

.fa.fa-toggle-up {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-toggle-up:before {
	content: "";
}

.fa.fa-caret-square-o-right {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-caret-square-o-right:before {
	content: "";
}

.fa.fa-toggle-right {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-toggle-right:before {
	content: "";
}

.fa.fa-eur:before, .fa.fa-euro:before {
	content: "";
}

.fa.fa-gbp:before {
	content: "";
}

.fa.fa-dollar:before, .fa.fa-usd:before {
	content: "";
}

.fa.fa-inr:before, .fa.fa-rupee:before {
	content: "";
}

.fa.fa-cny:before, .fa.fa-jpy:before, .fa.fa-rmb:before, .fa.fa-yen:before {
	content: "";
}

.fa.fa-rouble:before, .fa.fa-rub:before, .fa.fa-ruble:before {
	content: "";
}

.fa.fa-krw:before, .fa.fa-won:before {
	content: "";
}

.fa.fa-bitcoin, .fa.fa-btc {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-bitcoin:before {
	content: "";
}

.fa.fa-file-text:before {
	content: "";
}

.fa.fa-sort-alpha-asc:before {
	content: "";
}

.fa.fa-sort-alpha-desc:before {
	content: "";
}

.fa.fa-sort-amount-asc:before {
	content: "";
}

.fa.fa-sort-amount-desc:before {
	content: "";
}

.fa.fa-sort-numeric-asc:before {
	content: "";
}

.fa.fa-sort-numeric-desc:before {
	content: "";
}

.fa.fa-xing, .fa.fa-xing-square, .fa.fa-youtube, .fa.fa-youtube-play, .fa.fa-youtube-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-youtube-play:before {
	content: "";
}

.fa.fa-adn, .fa.fa-bitbucket, .fa.fa-bitbucket-square, .fa.fa-dropbox, .fa.fa-flickr, .fa.fa-instagram, .fa.fa-stack-overflow {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-bitbucket-square:before {
	content: "";
}

.fa.fa-tumblr, .fa.fa-tumblr-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-long-arrow-down:before {
	content: "";
}

.fa.fa-long-arrow-up:before {
	content: "";
}

.fa.fa-long-arrow-left:before {
	content: "";
}

.fa.fa-long-arrow-right:before {
	content: "";
}

.fa.fa-android, .fa.fa-apple, .fa.fa-dribbble, .fa.fa-foursquare, .fa.fa-gittip, .fa.fa-gratipay, .fa.fa-linux, .fa.fa-skype, .fa.fa-trello, .fa.fa-windows {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-gittip:before {
	content: "";
}

.fa.fa-sun-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-sun-o:before {
	content: "";
}

.fa.fa-moon-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-moon-o:before {
	content: "";
}

.fa.fa-pagelines, .fa.fa-renren, .fa.fa-stack-exchange, .fa.fa-vk, .fa.fa-weibo {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-right:before {
	content: "";
}

.fa.fa-arrow-circle-o-left {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-left:before {
	content: "";
}

.fa.fa-caret-square-o-left {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-caret-square-o-left:before {
	content: "";
}

.fa.fa-toggle-left {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-toggle-left:before {
	content: "";
}

.fa.fa-dot-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-dot-circle-o:before {
	content: "";
}

.fa.fa-vimeo-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-try:before, .fa.fa-turkish-lira:before {
	content: "";
}

.fa.fa-plus-square-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-plus-square-o:before {
	content: "";
}

.fa.fa-openid, .fa.fa-slack, .fa.fa-wordpress {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-bank:before, .fa.fa-institution:before {
	content: "";
}

.fa.fa-mortar-board:before {
	content: "";
}

.fa.fa-delicious, .fa.fa-digg, .fa.fa-drupal, .fa.fa-google, .fa.fa-joomla, .fa.fa-pied-piper-alt, .fa.fa-pied-piper-pp, .fa.fa-reddit, .fa.fa-reddit-square, .fa.fa-stumbleupon, .fa.fa-stumbleupon-circle, .fa.fa-yahoo {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-spoon:before {
	content: "";
}

.fa.fa-behance, .fa.fa-behance-square, .fa.fa-steam, .fa.fa-steam-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-automobile:before {
	content: "";
}

.fa.fa-envelope-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-envelope-o:before {
	content: "";
}

.fa.fa-deviantart, .fa.fa-soundcloud, .fa.fa-spotify {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-file-pdf-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-pdf-o:before {
	content: "";
}

.fa.fa-file-word-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-word-o:before {
	content: "";
}

.fa.fa-file-excel-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-excel-o:before {
	content: "";
}

.fa.fa-file-powerpoint-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-powerpoint-o:before {
	content: "";
}

.fa.fa-file-image-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-image-o:before {
	content: "";
}

.fa.fa-file-photo-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-photo-o:before {
	content: "";
}

.fa.fa-file-picture-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-picture-o:before {
	content: "";
}

.fa.fa-file-archive-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-archive-o:before {
	content: "";
}

.fa.fa-file-zip-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-zip-o:before {
	content: "";
}

.fa.fa-file-audio-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-audio-o:before {
	content: "";
}

.fa.fa-file-sound-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-sound-o:before {
	content: "";
}

.fa.fa-file-video-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-video-o:before {
	content: "";
}

.fa.fa-file-movie-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-movie-o:before {
	content: "";
}

.fa.fa-file-code-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-code-o:before {
	content: "";
}

.fa.fa-codepen, .fa.fa-jsfiddle, .fa.fa-vine {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-life-bouy, .fa.fa-life-ring {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-life-bouy:before {
	content: "";
}

.fa.fa-life-buoy {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-life-buoy:before {
	content: "";
}

.fa.fa-life-saver {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-life-saver:before {
	content: "";
}

.fa.fa-support {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-support:before {
	content: "";
}

.fa.fa-circle-o-notch:before {
	content: "";
}

.fa.fa-ra, .fa.fa-rebel {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-ra:before {
	content: "";
}

.fa.fa-resistance {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-resistance:before {
	content: "";
}

.fa.fa-empire, .fa.fa-ge {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-ge:before {
	content: "";
}

.fa.fa-git, .fa.fa-git-square, .fa.fa-hacker-news, .fa.fa-y-combinator-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-y-combinator-square:before {
	content: "";
}

.fa.fa-yc-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-yc-square:before {
	content: "";
}

.fa.fa-qq, .fa.fa-tencent-weibo, .fa.fa-wechat, .fa.fa-weixin {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-wechat:before {
	content: "";
}

.fa.fa-send:before {
	content: "";
}

.fa.fa-paper-plane-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-paper-plane-o:before {
	content: "";
}

.fa.fa-send-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-send-o:before {
	content: "";
}

.fa.fa-circle-thin {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-circle-thin:before {
	content: "";
}

.fa.fa-header:before {
	content: "";
}

.fa.fa-sliders:before {
	content: "";
}

.fa.fa-futbol-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-futbol-o:before {
	content: "";
}

.fa.fa-soccer-ball-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-soccer-ball-o:before {
	content: "";
}

.fa.fa-slideshare, .fa.fa-twitch, .fa.fa-yelp {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-newspaper-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-newspaper-o:before {
	content: "";
}

.fa.fa-cc-amex, .fa.fa-cc-discover, .fa.fa-cc-mastercard, .fa.fa-cc-paypal, .fa.fa-cc-stripe, .fa.fa-cc-visa, .fa.fa-google-wallet, .fa.fa-paypal {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-bell-slash-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-bell-slash-o:before {
	content: "";
}

.fa.fa-trash:before {
	content: "";
}

.fa.fa-copyright {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-eyedropper:before {
	content: "";
}

.fa.fa-area-chart:before {
	content: "";
}

.fa.fa-pie-chart:before {
	content: "";
}

.fa.fa-line-chart:before {
	content: "";
}

.fa.fa-angellist, .fa.fa-ioxhost, .fa.fa-lastfm, .fa.fa-lastfm-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-cc {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-cc:before {
	content: "";
}

.fa.fa-ils:before, .fa.fa-shekel:before, .fa.fa-sheqel:before {
	content: "";
}

.fa.fa-meanpath {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-meanpath:before {
	content: "";
}

.fa.fa-buysellads, .fa.fa-connectdevelop, .fa.fa-dashcube, .fa.fa-forumbee, .fa.fa-leanpub, .fa.fa-sellsy, .fa.fa-shirtsinbulk, .fa.fa-simplybuilt, .fa.fa-skyatlas {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-diamond {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-diamond:before {
	content: "";
}

.fa.fa-intersex:before {
	content: "";
}

.fa.fa-facebook-official {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-facebook-official:before {
	content: "";
}

.fa.fa-pinterest-p, .fa.fa-whatsapp {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-hotel:before {
	content: "";
}

.fa.fa-medium, .fa.fa-viacoin, .fa.fa-y-combinator, .fa.fa-yc {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-yc:before {
	content: "";
}

.fa.fa-expeditedssl, .fa.fa-opencart, .fa.fa-optin-monster {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-battery-4:before, .fa.fa-battery:before {
	content: "";
}

.fa.fa-battery-3:before {
	content: "";
}

.fa.fa-battery-2:before {
	content: "";
}

.fa.fa-battery-1:before {
	content: "";
}

.fa.fa-battery-0:before {
	content: "";
}

.fa.fa-object-group, .fa.fa-object-ungroup, .fa.fa-sticky-note-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-sticky-note-o:before {
	content: "";
}

.fa.fa-cc-diners-club, .fa.fa-cc-jcb {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-clone, .fa.fa-hourglass-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hourglass-o:before {
	content: "";
}

.fa.fa-hourglass-1:before {
	content: "";
}

.fa.fa-hourglass-2:before {
	content: "";
}

.fa.fa-hourglass-3:before {
	content: "";
}

.fa.fa-hand-rock-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-rock-o:before {
	content: "";
}

.fa.fa-hand-grab-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-grab-o:before {
	content: "";
}

.fa.fa-hand-paper-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-paper-o:before {
	content: "";
}

.fa.fa-hand-stop-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-stop-o:before {
	content: "";
}

.fa.fa-hand-scissors-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-scissors-o:before {
	content: "";
}

.fa.fa-hand-lizard-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-lizard-o:before {
	content: "";
}

.fa.fa-hand-spock-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-spock-o:before {
	content: "";
}

.fa.fa-hand-pointer-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-pointer-o:before {
	content: "";
}

.fa.fa-hand-peace-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-peace-o:before {
	content: "";
}

.fa.fa-registered {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-chrome, .fa.fa-creative-commons, .fa.fa-firefox, .fa.fa-get-pocket, .fa.fa-gg, .fa.fa-gg-circle, .fa.fa-internet-explorer, .fa.fa-odnoklassniki, .fa.fa-odnoklassniki-square, .fa.fa-opera, .fa.fa-safari, .fa.fa-tripadvisor, .fa.fa-wikipedia-w {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-television:before {
	content: "";
}

.fa.fa-500px, .fa.fa-amazon, .fa.fa-contao {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-calendar-plus-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-calendar-plus-o:before {
	content: "";
}

.fa.fa-calendar-minus-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-calendar-minus-o:before {
	content: "";
}

.fa.fa-calendar-times-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-calendar-times-o:before {
	content: "";
}

.fa.fa-calendar-check-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-calendar-check-o:before {
	content: "";
}

.fa.fa-map-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-map-o:before {
	content: "";
}

.fa.fa-commenting:before {
	content: "";
}

.fa.fa-commenting-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-commenting-o:before {
	content: "";
}

.fa.fa-houzz, .fa.fa-vimeo {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-vimeo:before {
	content: "";
}

.fa.fa-black-tie, .fa.fa-edge, .fa.fa-fonticons, .fa.fa-reddit-alien {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-credit-card-alt:before {
	content: "";
}

.fa.fa-codiepie, .fa.fa-fort-awesome, .fa.fa-mixcloud, .fa.fa-modx, .fa.fa-product-hunt, .fa.fa-scribd, .fa.fa-usb {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-pause-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-pause-circle-o:before {
	content: "";
}

.fa.fa-stop-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-stop-circle-o:before {
	content: "";
}

.fa.fa-bluetooth, .fa.fa-bluetooth-b, .fa.fa-envira, .fa.fa-gitlab, .fa.fa-wheelchair-alt, .fa.fa-wpbeginner, .fa.fa-wpforms {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-wheelchair-alt:before {
	content: "";
}

.fa.fa-question-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-question-circle-o:before {
	content: "";
}

.fa.fa-volume-control-phone:before {
	content: "";
}

.fa.fa-asl-interpreting:before {
	content: "";
}

.fa.fa-deafness:before, .fa.fa-hard-of-hearing:before {
	content: "";
}

.fa.fa-glide, .fa.fa-glide-g {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-signing:before {
	content: "";
}

.fa.fa-first-order, .fa.fa-google-plus-official, .fa.fa-pied-piper, .fa.fa-snapchat, .fa.fa-snapchat-ghost, .fa.fa-snapchat-square, .fa.fa-themeisle, .fa.fa-viadeo, .fa.fa-viadeo-square, .fa.fa-yoast {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-google-plus-official:before {
	content: "";
}

.fa.fa-google-plus-circle {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-google-plus-circle:before {
	content: "";
}

.fa.fa-fa, .fa.fa-font-awesome {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-fa:before {
	content: "";
}

.fa.fa-handshake-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-handshake-o:before {
	content: "";
}

.fa.fa-envelope-open-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-envelope-open-o:before {
	content: "";
}

.fa.fa-linode {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-address-book-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-address-book-o:before {
	content: "";
}

.fa.fa-vcard:before {
	content: "";
}

.fa.fa-address-card-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-address-card-o:before {
	content: "";
}

.fa.fa-vcard-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-vcard-o:before {
	content: "";
}

.fa.fa-user-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-user-circle-o:before {
	content: "";
}

.fa.fa-user-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-user-o:before {
	content: "";
}

.fa.fa-id-badge {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-drivers-license:before {
	content: "";
}

.fa.fa-id-card-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-id-card-o:before {
	content: "";
}

.fa.fa-drivers-license-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-drivers-license-o:before {
	content: "";
}

.fa.fa-free-code-camp, .fa.fa-quora, .fa.fa-telegram {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-thermometer-4:before, .fa.fa-thermometer:before {
	content: "";
}

.fa.fa-thermometer-3:before {
	content: "";
}

.fa.fa-thermometer-2:before {
	content: "";
}

.fa.fa-thermometer-1:before {
	content: "";
}

.fa.fa-thermometer-0:before {
	content: "";
}

.fa.fa-bathtub:before, .fa.fa-s15:before {
	content: "";
}

.fa.fa-window-maximize, .fa.fa-window-restore {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-times-rectangle:before {
	content: "";
}

.fa.fa-window-close-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-window-close-o:before {
	content: "";
}

.fa.fa-times-rectangle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-times-rectangle-o:before {
	content: "";
}

.fa.fa-bandcamp, .fa.fa-eercast, .fa.fa-etsy, .fa.fa-grav, .fa.fa-imdb, .fa.fa-ravelry {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-eercast:before {
	content: "";
}

.fa.fa-snowflake-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-snowflake-o:before {
	content: "";
}

.fa.fa-superpowers, .fa.fa-wpexplorer {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-cab:before {
	content: "";
}

/*! elementor - v3.25.0 - 03-11-2024 */
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.elementor-widget-heading .elementor-heading-title.elementor-size-small {
	font-size: 15px;
}

.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
	font-size: 19px;
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large {
	font-size: 29px;
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
	font-size: 39px;
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
	font-size: 59px;
}

/*! elementor - v3.25.0 - 03-11-2024 */
.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
	background-color: #69727d;
	color: #fff;
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
	color: #69727d;
	border: 3px solid;
	background-color: transparent;
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
	margin-top: 8px;
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
	width: 1em;
	height: 1em;
}

.elementor-widget-text-editor .elementor-drop-cap {
	float: left;
	text-align: center;
	line-height: 1;
	font-size: 50px;
}

.elementor-widget-text-editor .elementor-drop-cap-letter {
	display: inline-block;
}

/*! elementor - v3.25.0 - 03-11-2024 */
.elementor-widget-image {
	text-align: center;
}

.elementor-widget-image a {
	display: inline-block;
}

.elementor-widget-image a img[src$=".svg"] {
	width: 48px;
}

.elementor-widget-image img {
	vertical-align: middle;
	display: inline-block;
}

/*! elementor - v3.25.0 - 03-11-2024 */
.elementor-widget-icon-box .elementor-icon-box-wrapper {
	display: block;
	text-align: center;
}

.elementor-widget-icon-box .elementor-icon-box-icon {
	margin-bottom: var(--icon-box-icon-margin, 15px);
	margin-right: auto;
	margin-left: auto;
}

@media (min-width:768px) {
	.elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
		align-items: flex-start;
	}
	
	.elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
		align-items: center;
	}
	
	.elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
		align-items: flex-end;
	}
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
	display: flex;
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
	display: inline-flex;
	flex: 0 0 auto;
}

.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
	text-align: end;
	flex-direction: row-reverse;
}

.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
	margin-left: var(--icon-box-icon-margin, 15px);
	margin-right: 0;
	margin-bottom: unset;
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
	text-align: start;
	flex-direction: row;
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
	margin-right: var(--icon-box-icon-margin, 15px);
	margin-left: 0;
	margin-bottom: unset;
}

.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper {
	display: block;
	text-align: center;
	flex-direction: unset;
}

.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-icon {
	margin-bottom: var(--icon-box-icon-margin, 15px);
	margin-right: auto;
	margin-left: auto;
}

@media (min-width:-1) {
	.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper {
		display: flex;
	}
	
	.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon {
		display: inline-flex;
		flex: 0 0 auto;
	}
	
	.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper {
		text-align: end;
		flex-direction: row-reverse;
	}
	
	.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon {
		margin-left: var(--icon-box-icon-margin, 15px);
		margin-right: 0;
		margin-bottom: unset;
	}
	
	.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper {
		text-align: start;
		flex-direction: row;
	}
	
	.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon {
		margin-right: var(--icon-box-icon-margin, 15px);
		margin-left: 0;
		margin-bottom: unset;
	}
	
	.elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-wrapper {
		display: block;
		text-align: center;
		flex-direction: unset;
	}
	
	.elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-icon {
		margin-bottom: var(--icon-box-icon-margin, 15px);
		margin-right: auto;
		margin-left: auto;
	}
}

@media (max-width:-1) {
	.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper {
		display: flex;
	}
	
	.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon {
		display: inline-flex;
		flex: 0 0 auto;
	}
	
	.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper {
		text-align: end;
		flex-direction: row-reverse;
	}
	
	.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon {
		margin-left: var(--icon-box-icon-margin, 15px);
		margin-right: 0;
		margin-bottom: unset;
	}
	
	.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper {
		text-align: start;
		flex-direction: row;
	}
	
	.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon {
		margin-right: var(--icon-box-icon-margin, 15px);
		margin-left: 0;
		margin-bottom: unset;
	}
	
	.elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-wrapper {
		display: block;
		text-align: center;
		flex-direction: unset;
	}
	
	.elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-icon {
		margin-bottom: var(--icon-box-icon-margin, 15px);
		margin-right: auto;
		margin-left: auto;
	}
}

@media (max-width:-1) {
	.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper {
		display: flex;
	}
	
	.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon {
		display: inline-flex;
		flex: 0 0 auto;
	}
	
	.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper {
		text-align: end;
		flex-direction: row-reverse;
	}
	
	.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon {
		margin-left: var(--icon-box-icon-margin, 15px);
		margin-right: 0;
		margin-bottom: unset;
	}
	
	.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper {
		text-align: start;
		flex-direction: row;
	}
	
	.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon {
		margin-right: var(--icon-box-icon-margin, 15px);
		margin-left: 0;
		margin-bottom: unset;
	}
	
	.elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-wrapper {
		display: block;
		text-align: center;
		flex-direction: unset;
	}
	
	.elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-icon {
		margin-bottom: var(--icon-box-icon-margin, 15px);
		margin-right: auto;
		margin-left: auto;
	}
}

@media (max-width:1024px) {
	.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper {
		display: flex;
	}
	
	.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon {
		display: inline-flex;
		flex: 0 0 auto;
	}
	
	.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper {
		text-align: end;
		flex-direction: row-reverse;
	}
	
	.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon {
		margin-left: var(--icon-box-icon-margin, 15px);
		margin-right: 0;
		margin-bottom: unset;
	}
	
	.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper {
		text-align: start;
		flex-direction: row;
	}
	
	.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon {
		margin-right: var(--icon-box-icon-margin, 15px);
		margin-left: 0;
		margin-bottom: unset;
	}
	
	.elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-wrapper {
		display: block;
		text-align: center;
		flex-direction: unset;
	}
	
	.elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-icon {
		margin-bottom: var(--icon-box-icon-margin, 15px);
		margin-right: auto;
		margin-left: auto;
	}
}

@media (max-width:-1) {
	.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper {
		display: flex;
	}
	
	.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon {
		display: inline-flex;
		flex: 0 0 auto;
	}
	
	.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper {
		text-align: end;
		flex-direction: row-reverse;
	}
	
	.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon {
		margin-left: var(--icon-box-icon-margin, 15px);
		margin-right: 0;
		margin-bottom: unset;
	}
	
	.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper {
		text-align: start;
		flex-direction: row;
	}
	
	.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon {
		margin-right: var(--icon-box-icon-margin, 15px);
		margin-left: 0;
		margin-bottom: unset;
	}
	
	.elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-wrapper {
		display: block;
		text-align: center;
		flex-direction: unset;
	}
	
	.elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-icon {
		margin-bottom: var(--icon-box-icon-margin, 15px);
		margin-right: auto;
		margin-left: auto;
	}
}

@media (max-width:767px) {
	.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper {
		display: flex;
	}
	
	.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon {
		display: inline-flex;
		flex: 0 0 auto;
	}
	
	.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper {
		text-align: end;
		flex-direction: row-reverse;
	}
	
	.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon {
		margin-left: var(--icon-box-icon-margin, 15px);
		margin-right: 0;
		margin-bottom: unset;
	}
	
	.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper {
		text-align: start;
		flex-direction: row;
	}
	
	.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon {
		margin-right: var(--icon-box-icon-margin, 15px);
		margin-left: 0;
		margin-bottom: unset;
	}
	
	.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper {
		display: block;
		text-align: center;
		flex-direction: unset;
	}
	
	.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-icon {
		margin-bottom: var(--icon-box-icon-margin, 15px);
		margin-right: auto;
		margin-left: auto;
	}
	
	.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
		display: block;
		flex: unset;
	}
}

.elementor-widget-icon-box .elementor-icon-box-title a {
	color: inherit;
}

.elementor-widget-icon-box .elementor-icon-box-content {
	flex-grow: 1;
}

.elementor-widget-icon-box .elementor-icon-box-description {
	margin: 0;
}

/*! elementor - v3.25.0 - 03-11-2024 */
.elementor-accordion {
	text-align: start;
}

.elementor-accordion .elementor-accordion-item {
	border: 1px solid #d5d8dc;
}

.elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
	border-top: none;
}

.elementor-accordion .elementor-tab-title {
	margin: 0;
	padding: 15px 20px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	outline: none;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
	display: inline-block;
	width: 1.5em;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
	width: 1em;
	height: 1em;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
	float: right;
	text-align: right;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
	float: left;
	text-align: left;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed {
	display: block;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened, .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed {
	display: none;
}

.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
	display: block;
}

.elementor-accordion .elementor-tab-content {
	display: none;
	padding: 15px 20px;
	border-top: 1px solid #d5d8dc;
}

@media (max-width:767px) {
	.elementor-accordion .elementor-tab-title {
		padding: 12px 15px;
	}
	
	.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
		width: 1.2em;
	}
	
	.elementor-accordion .elementor-tab-content {
		padding: 7px 15px;
	}
}

.e-con-inner>.elementor-widget-accordion, .e-con>.elementor-widget-accordion {
	width: var(--container-widget-width);
	--flex-grow: var(--container-widget-flex-grow);
}

/*! elementor - v3.25.0 - 03-11-2024 */
.elementor-widget-image-carousel .swiper, .elementor-widget-image-carousel .swiper-container {
	position: static;
}

.elementor-widget-image-carousel .swiper-container .swiper-slide figure, .elementor-widget-image-carousel .swiper .swiper-slide figure {
	line-height: inherit;
}

.elementor-widget-image-carousel .swiper-slide {
	text-align: center;
}

.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide {
	max-width: calc(100% / var(--e-image-carousel-slides-to-show, 3));
}
/* End custom CSS */

.elementor-7077 .elementor-element.elementor-element-77934cd1:not(.elementor-motion-effects-element-type-background), .elementor-7077 .elementor-element.elementor-element-77934cd1 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-image: url("https://cdn-fnifa.nitrocdn.com/uDlrWHzfsQgaxMkyTxPMqLQADaBwqPrO/assets/images/optimized/rev-3f0cc97/www.motoza.com/wp-content/uploads/2022/06/Slice-9.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: auto;
}

.elementor-7077 .elementor-element.elementor-element-77934cd1 > .elementor-container {
	max-width: 1160px;
}

.elementor-7077 .elementor-element.elementor-element-77934cd1 {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 15px 0px 450px 15px;
}

.elementor-7077 .elementor-element.elementor-element-77934cd1 > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-bc-flex-widget .elementor-7077 .elementor-element.elementor-element-27bc26af.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-7077 .elementor-element.elementor-element-27bc26af.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-7077 .elementor-element.elementor-element-27bc26af > .elementor-element-populated {
	margin: 0px 0px 0px 0px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 0px;
	padding: 30px 0px 0px 0px;
}

.elementor-widget-heading .elementor-heading-title {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-size: var(--e-global-typography-primary-font-size);
	font-weight: var(--e-global-typography-primary-font-weight);
	line-height: var(--e-global-typography-primary-line-height);
}

.elementor-7077 .elementor-element.elementor-element-304620c {
	z-index: 3;
	text-align: left;
}

.elementor-7077 .elementor-element.elementor-element-304620c .elementor-heading-title {
	color: #000;
	font-family: "Poppins", Sans-serif;
	font-size: 48px;
	font-weight: bold;
	line-height: 1.4em;
}

.elementor-widget-text-editor {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap {
	color: var(--e-global-color-primary);
	border-color: var(--e-global-color-primary);
}

.elementor-7077 .elementor-element.elementor-element-2f966565 {
	width: var(--container-widget-width, 540px);
	max-width: 540px;
	--container-widget-width: 540px;
	--container-widget-flex-grow: 0;
	z-index: 3;
	color: #000;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	line-height: 1.6em;
}

.elementor-7077 .elementor-element.elementor-element-2f966565 > .elementor-widget-container {
	margin: 10px 0px 25px 0px;
}

.elementor-widget-button .elementor-button {
	background-color: var(--e-global-color-accent);
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
	line-height: var(--e-global-typography-accent-line-height);
}

.elementor-7077 .elementor-element.elementor-element-bc292fc .elementor-button:hover, .elementor-7077 .elementor-element.elementor-element-bc292fc .elementor-button:focus {
	background-color: #74a632;
}

.elementor-7077 .elementor-element.elementor-element-bc292fc {
	z-index: 3;
}

.elementor-7077 .elementor-element.elementor-element-bc292fc .elementor-button {
	font-family: "Poppins", Sans-serif;
	font-weight: 500;
	border-radius: 30px 30px 30px 30px;
	padding: 13px 23px 13px 23px;
}

.elementor-widget-image .widget-image-caption {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
}

body:not(.rtl) .elementor-7077 .elementor-element.elementor-element-14b40e7 {
	left: -550px;
}

body.rtl .elementor-7077 .elementor-element.elementor-element-14b40e7 {
	right: -550px;
}

.elementor-7077 .elementor-element.elementor-element-14b40e7 {
	top: 39px;
	z-index: 0;
}

.elementor-7077 .elementor-element.elementor-element-14b40e7 img {
	width: 1309px;
	max-width: 1309px;
}

.elementor-7077 .elementor-element.elementor-element-29965daf {
	z-index: 0;
}

.elementor-7077 .elementor-element.elementor-element-29965daf img {
	width: 574px;
	max-width: 574px;
}

body:not(.rtl) .elementor-7077 .elementor-element.elementor-element-c08d6f8 {
	left: 0px;
}

body.rtl .elementor-7077 .elementor-element.elementor-element-c08d6f8 {
	right: 0px;
}

.elementor-7077 .elementor-element.elementor-element-c08d6f8 {
	top: 0px;
}

body:not(.rtl) .elementor-7077 .elementor-element.elementor-element-9acd7bc {
	left: 0px;
}

body.rtl .elementor-7077 .elementor-element.elementor-element-9acd7bc {
	right: 0px;
}

.elementor-7077 .elementor-element.elementor-element-9acd7bc {
	top: 0px;
}

.elementor-7077 .elementor-element.elementor-element-6a2cae9b:not(.elementor-motion-effects-element-type-background), .elementor-7077 .elementor-element.elementor-element-6a2cae9b > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #fff;
}

.elementor-7077 .elementor-element.elementor-element-6a2cae9b > .elementor-container {
	max-width: 970px;
}

.elementor-7077 .elementor-element.elementor-element-6a2cae9b {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 0px 0px 0px 0px;
}

.elementor-7077 .elementor-element.elementor-element-6a2cae9b > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-7077 .elementor-element.elementor-element-13c05e01 {
	z-index: 1;
}

.elementor-7077 .elementor-element.elementor-element-13c05e01 .elementor-heading-title {
	color: #81c439;
	font-family: "Poppins", Sans-serif;
	font-size: 48px;
	font-weight: bold;
}

.elementor-7077 .elementor-element.elementor-element-82cfc3d {
	z-index: 1;
}

.elementor-7077 .elementor-element.elementor-element-82cfc3d .elementor-heading-title {
	color: #81c439;
	font-family: "Poppins", Sans-serif;
	font-size: 48px;
	font-weight: bold;
}

.elementor-7077 .elementor-element.elementor-element-6c0f1534:not(.elementor-motion-effects-element-type-background), .elementor-7077 .elementor-element.elementor-element-6c0f1534 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: transparent;
	background-image: linear-gradient(182deg, #fff 82%, #f3f5f4 82%);
}

.elementor-7077 .elementor-element.elementor-element-6c0f1534 > .elementor-container {
	max-width: 970px;
}

.elementor-7077 .elementor-element.elementor-element-6c0f1534 {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin-top: -70px;
	margin-bottom: 0px;
	padding: 0px 0px 160px 0px;
}

.elementor-7077 .elementor-element.elementor-element-6c0f1534 > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-7077 .elementor-element.elementor-element-cd1ef16 {
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6em;
}

.elementor-7077 .elementor-element.elementor-element-3ce73648 > .elementor-container > .elementor-column > .elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

.elementor-7077 .elementor-element.elementor-element-3ce73648:not(.elementor-motion-effects-element-type-background), .elementor-7077 .elementor-element.elementor-element-3ce73648 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: transparent;
	background-image: linear-gradient(178deg, #f3f5f4 91%, #81c439 92%);
}

.elementor-7077 .elementor-element.elementor-element-3ce73648 > .elementor-container {
	max-width: 1200px;
}

.elementor-7077 .elementor-element.elementor-element-3ce73648 {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin-top: 90px;
	margin-bottom: 0px;
	padding: 0px 0px 200px 0px;
}

.elementor-7077 .elementor-element.elementor-element-3ce73648 > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-7077 .elementor-element.elementor-element-e7f2a1a {
	z-index: 1;
}

body:not(.rtl) .elementor-7077 .elementor-element.elementor-element-3ea6201f {
	left: 278px;
}

body.rtl .elementor-7077 .elementor-element.elementor-element-3ea6201f {
	right: 278px;
}

.elementor-7077 .elementor-element.elementor-element-3ea6201f {
	top: 21px;
	z-index: 0;
}

.elementor-bc-flex-widget .elementor-7077 .elementor-element.elementor-element-27f29e5b.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-7077 .elementor-element.elementor-element-27f29e5b.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-7077 .elementor-element.elementor-element-27f29e5b > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-bottom: 0px;
}

.elementor-7077 .elementor-element.elementor-element-27f29e5b > .elementor-element-populated {
	margin: 0px 0px 0px 0px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 0px;
	padding: 0px 0px 0px 60px;
}

body:not(.rtl) .elementor-7077 .elementor-element.elementor-element-5eebfbb {
	left: 0px;
}

body.rtl .elementor-7077 .elementor-element.elementor-element-5eebfbb {
	right: 0px;
}

.elementor-7077 .elementor-element.elementor-element-5eebfbb {
	top: 0px;
}

.elementor-7077 .elementor-element.elementor-element-1edf238d .elementor-heading-title {
	font-family: "Poppins", Sans-serif;
	font-size: 48px;
	font-weight: bold;
	line-height: 1.4em;
}

.elementor-7077 .elementor-element.elementor-element-57f2c99 > .elementor-widget-container {
	margin: 20px 0px 40px 0px;
}

.elementor-7077 .elementor-element.elementor-element-57f2c99 {
	font-family: "Poppins", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3em;
}

body:not(.rtl) .elementor-7077 .elementor-element.elementor-element-15c9116 {
	left: 278px;
}

body.rtl .elementor-7077 .elementor-element.elementor-element-15c9116 {
	right: 278px;
}

.elementor-7077 .elementor-element.elementor-element-15c9116 {
	top: 21px;
	z-index: 0;
}

.elementor-7077 .elementor-element.elementor-element-10e94597 {
	z-index: 1;
}

.elementor-7077 .elementor-element.elementor-element-f4e3431 > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-7077 .elementor-element.elementor-element-f4e3431 .elementor-heading-title {
	font-family: "Poppins", Sans-serif;
	font-size: 48px;
	font-weight: bold;
	line-height: 1.4em;
}

.elementor-7077 .elementor-element.elementor-element-1b344822 > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-7077 .elementor-element.elementor-element-1b344822 {
	font-family: "Poppins", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3em;
}

.elementor-7077 .elementor-element.elementor-element-d45bba9 > .elementor-widget-container {
	margin: -40px 0px 10px -10px;
}

.elementor-7077 .elementor-element.elementor-element-d45bba9 {
	text-align: left;
}

.elementor-7077 .elementor-element.elementor-element-5dfd0b7a > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-7077 .elementor-element.elementor-element-5dfd0b7a .elementor-heading-title {
	font-family: "Poppins", Sans-serif;
	font-size: 48px;
	font-weight: bold;
	line-height: 1.4em;
}

.elementor-7077 .elementor-element.elementor-element-274ac91a > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-7077 .elementor-element.elementor-element-274ac91a {
	font-family: "Poppins", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3em;
}

.elementor-7077 .elementor-element.elementor-element-4384462 > .elementor-widget-container {
	margin: -40px 0px 10px -10px;
}

.elementor-7077 .elementor-element.elementor-element-4384462 {
	text-align: left;
}

.elementor-7077 .elementor-element.elementor-element-2628ea5d > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-7077 .elementor-element.elementor-element-2628ea5d .elementor-heading-title {
	font-family: "Poppins", Sans-serif;
	font-size: 48px;
	font-weight: bold;
	line-height: 1.4em;
}

.elementor-7077 .elementor-element.elementor-element-52a3a468 > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-7077 .elementor-element.elementor-element-52a3a468 {
	font-family: "Poppins", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3em;
}

.elementor-7077 .elementor-element.elementor-element-d6735c6 > .elementor-widget-container {
	margin: -40px 0px 10px -10px;
}

.elementor-7077 .elementor-element.elementor-element-d6735c6 {
	text-align: left;
}

.elementor-7077 .elementor-element.elementor-element-8d38dc > .elementor-container > .elementor-column > .elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

.elementor-7077 .elementor-element.elementor-element-8d38dc:not(.elementor-motion-effects-element-type-background), .elementor-7077 .elementor-element.elementor-element-8d38dc > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: transparent;
	background-image: linear-gradient(182deg, #81c439 89%, #f3f5f4 90%);
}

.elementor-7077 .elementor-element.elementor-element-8d38dc > .elementor-container {
	max-width: 1200px;
}

.elementor-7077 .elementor-element.elementor-element-8d38dc {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 100px 0px 150px 0px;
	z-index: 1;
}

.elementor-7077 .elementor-element.elementor-element-8d38dc > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-bc-flex-widget .elementor-7077 .elementor-element.elementor-element-5015b9d9.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-7077 .elementor-element.elementor-element-5015b9d9.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-7077 .elementor-element.elementor-element-5015b9d9 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-bottom: 0px;
}

.elementor-7077 .elementor-element.elementor-element-5015b9d9 > .elementor-element-populated {
	margin: 0px 0px 0px 0px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-7077 .elementor-element.elementor-element-54c896e .elementor-heading-title {
	color: #fff;
	font-family: "Poppins", Sans-serif;
	font-size: 48px;
	font-weight: bold;
	line-height: 1.4em;
}

.elementor-7077 .elementor-element.elementor-element-244579ad > .elementor-widget-container {
	margin: 0px 0px 40px 0px;
}

.elementor-7077 .elementor-element.elementor-element-244579ad {
	font-family: "Poppins", Sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.4em;
}

body:not(.rtl) .elementor-7077 .elementor-element.elementor-element-a06f514 {
	left: -315px;
}

body.rtl .elementor-7077 .elementor-element.elementor-element-a06f514 {
	right: -315px;
}

.elementor-7077 .elementor-element.elementor-element-a06f514 {
	top: -15px;
}

body:not(.rtl) .elementor-7077 .elementor-element.elementor-element-279b7bd {
	left: -315px;
}

body.rtl .elementor-7077 .elementor-element.elementor-element-279b7bd {
	right: -315px;
}

.elementor-7077 .elementor-element.elementor-element-279b7bd {
	top: -15px;
}

.elementor-bc-flex-widget .elementor-7077 .elementor-element.elementor-element-518a7503.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-7077 .elementor-element.elementor-element-518a7503.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-7077 .elementor-element.elementor-element-518a7503 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-bottom: 0px;
}

.elementor-7077 .elementor-element.elementor-element-518a7503 > .elementor-element-populated, .elementor-7077 .elementor-element.elementor-element-518a7503 > .elementor-element-populated > .elementor-background-overlay, .elementor-7077 .elementor-element.elementor-element-518a7503 > .elementor-background-slideshow {
	border-radius: 20px 20px 20px 20px;
}

.elementor-7077 .elementor-element.elementor-element-518a7503 > .elementor-element-populated {
	text-align: left;
	margin: 0px 0px 0px 2px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 2px;
	padding: 0px 0px 0px 0px;
}

.elementor-7077 .elementor-element.elementor-element-757bca27 {
	margin-top: 0px;
	margin-bottom: 25px;
}

.elementor-7077 .elementor-element.elementor-element-45fefe7d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-7077 .elementor-element.elementor-element-45fefe7d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: rgba(243, 245, 244, .13);
}

.elementor-bc-flex-widget .elementor-7077 .elementor-element.elementor-element-45fefe7d.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-7077 .elementor-element.elementor-element-45fefe7d.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-7077 .elementor-element.elementor-element-45fefe7d > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-bottom: 0px;
}

.elementor-7077 .elementor-element.elementor-element-45fefe7d > .elementor-element-populated, .elementor-7077 .elementor-element.elementor-element-45fefe7d > .elementor-element-populated > .elementor-background-overlay, .elementor-7077 .elementor-element.elementor-element-45fefe7d > .elementor-background-slideshow {
	border-radius: 20px 20px 20px 20px;
}

.elementor-7077 .elementor-element.elementor-element-45fefe7d > .elementor-element-populated {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	text-align: left;
	margin: 0px 0px 0px 2px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 2px;
	padding: 0px 0px 0px 0px;
}

.elementor-7077 .elementor-element.elementor-element-45fefe7d > .elementor-element-populated > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-7077 .elementor-element.elementor-element-4eeefafd {
	width: var(--container-widget-width, 25%);
	max-width: 25%;
	--container-widget-width: 25%;
	--container-widget-flex-grow: 0;
}

.elementor-7077 .elementor-element.elementor-element-4eeefafd > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	transition: background 0s;
}

.elementor-7077 .elementor-element.elementor-element-4eeefafd img {
	width: 74px;
	max-width: 74px;
	height: 74px;
}

.elementor-widget-icon-box.elementor-view-stacked .elementor-icon {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-icon-box.elementor-view-framed .elementor-icon, .elementor-widget-icon-box.elementor-view-default .elementor-icon {
	fill: var(--e-global-color-primary);
	color: var(--e-global-color-primary);
	border-color: var(--e-global-color-primary);
}

.elementor-widget-icon-box .elementor-icon-box-title {
	color: var(--e-global-color-primary);
}

.elementor-widget-icon-box .elementor-icon-box-title, .elementor-widget-icon-box .elementor-icon-box-title a {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-size: var(--e-global-typography-primary-font-size);
	font-weight: var(--e-global-typography-primary-font-weight);
	line-height: var(--e-global-typography-primary-line-height);
}

.elementor-widget-icon-box .elementor-icon-box-description {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-7077 .elementor-element.elementor-element-22637fa4 {
	width: var(--container-widget-width, 75%);
	max-width: 75%;
	--container-widget-width: 75%;
	--container-widget-flex-grow: 0;
}

.elementor-7077 .elementor-element.elementor-element-22637fa4 > .elementor-widget-container {
	padding: 30px 60px 30px 10px;
	border-radius: 20px 20px 20px 20px;
}

.elementor-7077 .elementor-element.elementor-element-22637fa4 .elementor-icon-box-wrapper {
	text-align: left;
}

.elementor-7077 .elementor-element.elementor-element-22637fa4 .elementor-icon-box-title {
	margin-bottom: 6px;
}

.elementor-7077 .elementor-element.elementor-element-22637fa4 .elementor-icon-box-title, .elementor-7077 .elementor-element.elementor-element-22637fa4 .elementor-icon-box-title a {
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6em;
}

.elementor-7077 .elementor-element.elementor-element-22637fa4 .elementor-icon-box-description {
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
}

.elementor-7077 .elementor-element.elementor-element-52fc3111 {
	margin-top: 0px;
	margin-bottom: 25px;
}

.elementor-7077 .elementor-element.elementor-element-1cb9f21e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-7077 .elementor-element.elementor-element-1cb9f21e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: rgba(243, 245, 244, .13);
}

.elementor-bc-flex-widget .elementor-7077 .elementor-element.elementor-element-1cb9f21e.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-7077 .elementor-element.elementor-element-1cb9f21e.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-7077 .elementor-element.elementor-element-1cb9f21e > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-bottom: 0px;
}

.elementor-7077 .elementor-element.elementor-element-1cb9f21e > .elementor-element-populated, .elementor-7077 .elementor-element.elementor-element-1cb9f21e > .elementor-element-populated > .elementor-background-overlay, .elementor-7077 .elementor-element.elementor-element-1cb9f21e > .elementor-background-slideshow {
	border-radius: 20px 20px 20px 20px;
}

.elementor-7077 .elementor-element.elementor-element-1cb9f21e > .elementor-element-populated {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	text-align: left;
	margin: 0px 0px 0px 2px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 2px;
	padding: 0px 0px 0px 0px;
}

.elementor-7077 .elementor-element.elementor-element-1cb9f21e > .elementor-element-populated > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-7077 .elementor-element.elementor-element-452e5e7b {
	width: var(--container-widget-width, 25%);
	max-width: 25%;
	--container-widget-width: 25%;
	--container-widget-flex-grow: 0;
}

.elementor-7077 .elementor-element.elementor-element-452e5e7b > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	transition: background 0s;
}

.elementor-7077 .elementor-element.elementor-element-452e5e7b img {
	width: 74px;
	max-width: 74px;
	height: 74px;
}

.elementor-7077 .elementor-element.elementor-element-3e8536f4 {
	width: var(--container-widget-width, 75%);
	max-width: 75%;
	--container-widget-width: 75%;
	--container-widget-flex-grow: 0;
}

.elementor-7077 .elementor-element.elementor-element-3e8536f4 > .elementor-widget-container {
	padding: 30px 60px 30px 10px;
	border-radius: 20px 20px 20px 20px;
}

.elementor-7077 .elementor-element.elementor-element-3e8536f4 .elementor-icon-box-wrapper {
	text-align: left;
}

.elementor-7077 .elementor-element.elementor-element-3e8536f4 .elementor-icon-box-title {
	margin-bottom: 6px;
}

.elementor-7077 .elementor-element.elementor-element-3e8536f4 .elementor-icon-box-title, .elementor-7077 .elementor-element.elementor-element-3e8536f4 .elementor-icon-box-title a {
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6em;
}

.elementor-7077 .elementor-element.elementor-element-3e8536f4 .elementor-icon-box-description {
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
}

.elementor-7077 .elementor-element.elementor-element-61b04904 {
	margin-top: 0px;
	margin-bottom: 25px;
}

.elementor-7077 .elementor-element.elementor-element-7e5e9024:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-7077 .elementor-element.elementor-element-7e5e9024 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: rgba(243, 245, 244, .13);
}

.elementor-bc-flex-widget .elementor-7077 .elementor-element.elementor-element-7e5e9024.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-7077 .elementor-element.elementor-element-7e5e9024.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-7077 .elementor-element.elementor-element-7e5e9024 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-bottom: 0px;
}

.elementor-7077 .elementor-element.elementor-element-7e5e9024 > .elementor-element-populated, .elementor-7077 .elementor-element.elementor-element-7e5e9024 > .elementor-element-populated > .elementor-background-overlay, .elementor-7077 .elementor-element.elementor-element-7e5e9024 > .elementor-background-slideshow {
	border-radius: 20px 20px 20px 20px;
}

.elementor-7077 .elementor-element.elementor-element-7e5e9024 > .elementor-element-populated {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	text-align: left;
	margin: 0px 0px 0px 2px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 2px;
	padding: 0px 0px 0px 0px;
}

.elementor-7077 .elementor-element.elementor-element-7e5e9024 > .elementor-element-populated > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-7077 .elementor-element.elementor-element-58dfdb33 {
	width: var(--container-widget-width, 25%);
	max-width: 25%;
	--container-widget-width: 25%;
	--container-widget-flex-grow: 0;
}

.elementor-7077 .elementor-element.elementor-element-58dfdb33 > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	transition: background 0s;
}

.elementor-7077 .elementor-element.elementor-element-58dfdb33 img {
	width: 74px;
	max-width: 74px;
	height: 74px;
}

.elementor-7077 .elementor-element.elementor-element-3dddf7c3 {
	width: var(--container-widget-width, 75%);
	max-width: 75%;
	--container-widget-width: 75%;
	--container-widget-flex-grow: 0;
}

.elementor-7077 .elementor-element.elementor-element-3dddf7c3 > .elementor-widget-container {
	padding: 30px 60px 30px 10px;
	border-radius: 20px 20px 20px 20px;
}

.elementor-7077 .elementor-element.elementor-element-3dddf7c3 .elementor-icon-box-wrapper {
	text-align: left;
}

.elementor-7077 .elementor-element.elementor-element-3dddf7c3 .elementor-icon-box-title {
	margin-bottom: 6px;
}

.elementor-7077 .elementor-element.elementor-element-3dddf7c3 .elementor-icon-box-title, .elementor-7077 .elementor-element.elementor-element-3dddf7c3 .elementor-icon-box-title a {
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6em;
}

.elementor-7077 .elementor-element.elementor-element-3dddf7c3 .elementor-icon-box-description {
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
}

.elementor-7077 .elementor-element.elementor-element-6f9ba719:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-7077 .elementor-element.elementor-element-6f9ba719 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: rgba(243, 245, 244, .13);
}

.elementor-bc-flex-widget .elementor-7077 .elementor-element.elementor-element-6f9ba719.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-7077 .elementor-element.elementor-element-6f9ba719.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-7077 .elementor-element.elementor-element-6f9ba719 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-bottom: 0px;
}

.elementor-7077 .elementor-element.elementor-element-6f9ba719 > .elementor-element-populated, .elementor-7077 .elementor-element.elementor-element-6f9ba719 > .elementor-element-populated > .elementor-background-overlay, .elementor-7077 .elementor-element.elementor-element-6f9ba719 > .elementor-background-slideshow {
	border-radius: 20px 20px 20px 20px;
}

.elementor-7077 .elementor-element.elementor-element-6f9ba719 > .elementor-element-populated {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	text-align: left;
	margin: 0px 0px 0px 2px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 2px;
	padding: 0px 0px 0px 0px;
}

.elementor-7077 .elementor-element.elementor-element-6f9ba719 > .elementor-element-populated > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-7077 .elementor-element.elementor-element-6cc73c17 {
	width: var(--container-widget-width, 25%);
	max-width: 25%;
	--container-widget-width: 25%;
	--container-widget-flex-grow: 0;
}

.elementor-7077 .elementor-element.elementor-element-6cc73c17 > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	transition: background 0s;
}

.elementor-7077 .elementor-element.elementor-element-6cc73c17 img {
	width: 74px;
	max-width: 74px;
	height: 74px;
}

.elementor-7077 .elementor-element.elementor-element-15018db7 {
	width: var(--container-widget-width, 75%);
	max-width: 75%;
	--container-widget-width: 75%;
	--container-widget-flex-grow: 0;
}

.elementor-7077 .elementor-element.elementor-element-15018db7 > .elementor-widget-container {
	padding: 30px 60px 30px 10px;
	border-radius: 20px 20px 20px 20px;
}

.elementor-7077 .elementor-element.elementor-element-15018db7 .elementor-icon-box-wrapper {
	text-align: left;
}

.elementor-7077 .elementor-element.elementor-element-15018db7 .elementor-icon-box-title {
	margin-bottom: 6px;
}

.elementor-7077 .elementor-element.elementor-element-15018db7 .elementor-icon-box-title, .elementor-7077 .elementor-element.elementor-element-15018db7 .elementor-icon-box-title a {
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6em;
}

.elementor-7077 .elementor-element.elementor-element-15018db7 .elementor-icon-box-description {
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
}

.elementor-7077 .elementor-element.elementor-element-715c75b7 > .elementor-container > .elementor-column > .elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

.elementor-7077 .elementor-element.elementor-element-715c75b7:not(.elementor-motion-effects-element-type-background), .elementor-7077 .elementor-element.elementor-element-715c75b7 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: transparent;
	background-image: linear-gradient(178deg, #f3f5f4 48%, #fff 48%);
}

.elementor-7077 .elementor-element.elementor-element-715c75b7 > .elementor-container {
	max-width: 1200px;
}

.elementor-7077 .elementor-element.elementor-element-715c75b7 {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin-top: 90px;
	margin-bottom: 0px;
	padding: 0px 0px 30px 0px;
}

.elementor-7077 .elementor-element.elementor-element-715c75b7 > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-bc-flex-widget .elementor-7077 .elementor-element.elementor-element-6d83bb11.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-7077 .elementor-element.elementor-element-6d83bb11.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-7077 .elementor-element.elementor-element-6d83bb11.elementor-column > .elementor-widget-wrap {
	justify-content: center;
}

.elementor-7077 .elementor-element.elementor-element-6d83bb11 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-bottom: 0px;
}

.elementor-7077 .elementor-element.elementor-element-6d83bb11 > .elementor-element-populated {
	margin: 0px 0px 0px 0px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 0px;
	padding: 0px 0px 0px 60px;
}

.elementor-7077 .elementor-element.elementor-element-1a6ce6a6 {
	width: var(--container-widget-width, 700px);
	max-width: 700px;
	--container-widget-width: 700px;
	--container-widget-flex-grow: 0;
	text-align: center;
}

.elementor-7077 .elementor-element.elementor-element-1a6ce6a6 .elementor-heading-title {
	font-family: "Poppins", Sans-serif;
	font-size: 48px;
	font-weight: bold;
	line-height: 1.4em;
}

.elementor-7077 .elementor-element.elementor-element-648c5295 > .elementor-widget-container {
	margin: 20px 0px 40px 0px;
}

.elementor-7077 .elementor-element.elementor-element-648c5295 {
	z-index: 5;
	text-align: center;
	font-family: "Poppins", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3em;
}

.elementor-7077 .elementor-element.elementor-element-922aa78 > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-7077 .elementor-element.elementor-element-922aa78 {
	z-index: 5;
}

.elementor-7077 .elementor-element.elementor-element-464e896 .elementor-button:hover, .elementor-7077 .elementor-element.elementor-element-464e896 .elementor-button:focus {
	background-color: #74a632;
}

.elementor-7077 .elementor-element.elementor-element-464e896 > .elementor-widget-container {
	padding: 45px 0px 10px 0px;
}

.elementor-7077 .elementor-element.elementor-element-464e896 {
	z-index: 5;
}

.elementor-7077 .elementor-element.elementor-element-464e896 .elementor-button {
	font-family: "Poppins", Sans-serif;
	font-weight: 500;
	border-radius: 30px 30px 30px 30px;
	padding: 13px 23px 13px 23px;
}

.elementor-7077 .elementor-element.elementor-element-ee9a799 > .elementor-container > .elementor-column > .elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

.elementor-7077 .elementor-element.elementor-element-ee9a799:not(.elementor-motion-effects-element-type-background), .elementor-7077 .elementor-element.elementor-element-ee9a799 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: transparent;
	background-image: linear-gradient(178deg, #fff 92%, #f3f5f4 92%);
}

.elementor-7077 .elementor-element.elementor-element-ee9a799 > .elementor-container {
	max-width: 1240px;
}

.elementor-7077 .elementor-element.elementor-element-ee9a799 {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 100px 0px 200px 0px;
}

.elementor-7077 .elementor-element.elementor-element-ee9a799 > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-bc-flex-widget .elementor-7077 .elementor-element.elementor-element-7f59bd65.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-7077 .elementor-element.elementor-element-7f59bd65.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-7077 .elementor-element.elementor-element-7f59bd65 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-bottom: 0px;
}

.elementor-7077 .elementor-element.elementor-element-7f59bd65 > .elementor-element-populated {
	margin: 0px 0px 0px 0px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-7077 .elementor-element.elementor-element-1ad72674 {
	text-align: left;
}

.elementor-7077 .elementor-element.elementor-element-1ad72674 .elementor-heading-title {
	color: #000;
	font-family: "Poppins", Sans-serif;
	font-size: 48px;
	font-weight: bold;
	line-height: 1.4em;
}

.elementor-7077 .elementor-element.elementor-element-4a6864d5 > .elementor-widget-container {
	margin: 20px 0px 70px 0px;
	padding: 0px 100px 0px 0px;
}

.elementor-7077 .elementor-element.elementor-element-4a6864d5 {
	text-align: left;
	font-family: "Poppins", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3em;
}

.elementor-widget-accordion .elementor-accordion-icon, .elementor-widget-accordion .elementor-accordion-title {
	color: var(--e-global-color-primary);
}

.elementor-widget-accordion .elementor-accordion-icon svg {
	fill: var(--e-global-color-primary);
}

.elementor-widget-accordion .elementor-active .elementor-accordion-icon, .elementor-widget-accordion .elementor-active .elementor-accordion-title {
	color: var(--e-global-color-accent);
}

.elementor-widget-accordion .elementor-active .elementor-accordion-icon svg {
	fill: var(--e-global-color-accent);
}

.elementor-widget-accordion .elementor-accordion-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-size: var(--e-global-typography-primary-font-size);
	font-weight: var(--e-global-typography-primary-font-weight);
	line-height: var(--e-global-typography-primary-line-height);
}

.elementor-widget-accordion .elementor-tab-content {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-7077 .elementor-element.elementor-element-45ebc821 > .elementor-widget-container {
	padding: 0px 20px 0px 0px;
}

.elementor-7077 .elementor-element.elementor-element-45ebc821 {
	z-index: 2;
}

.elementor-7077 .elementor-element.elementor-element-45ebc821 .elementor-accordion-item {
	border-width: 0px;
}

.elementor-7077 .elementor-element.elementor-element-45ebc821 .elementor-accordion-item .elementor-tab-content {
	border-width: 0px;
}

.elementor-7077 .elementor-element.elementor-element-45ebc821 .elementor-accordion-item .elementor-tab-title.elementor-active {
	border-width: 0px;
}

.elementor-7077 .elementor-element.elementor-element-45ebc821 .elementor-accordion-title {
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6em;
}

.elementor-7077 .elementor-element.elementor-element-45ebc821 .elementor-tab-title {
	padding: 30px 30px 15px 30px;
}

.elementor-7077 .elementor-element.elementor-element-45ebc821 .elementor-tab-title .elementor-accordion-icon i:before {
	color: #e5e5e5;
}

.elementor-7077 .elementor-element.elementor-element-45ebc821 .elementor-tab-title .elementor-accordion-icon svg {
	fill: #e5e5e5;
}

.elementor-7077 .elementor-element.elementor-element-45ebc821 .elementor-tab-title.elementor-active .elementor-accordion-icon i:before {
	color: #81c439;
}

.elementor-7077 .elementor-element.elementor-element-45ebc821 .elementor-tab-title.elementor-active .elementor-accordion-icon svg {
	fill: #81c439;
}

.elementor-7077 .elementor-element.elementor-element-45ebc821 .elementor-accordion-icon.elementor-accordion-icon-left {
	margin-right: 20px;
}

.elementor-7077 .elementor-element.elementor-element-45ebc821 .elementor-accordion-icon.elementor-accordion-icon-right {
	margin-left: 20px;
}

.elementor-7077 .elementor-element.elementor-element-45ebc821 .elementor-tab-content {
	background-color: #f3f5f4;
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
	padding: 0px 80px 20px 80px;
}

.elementor-bc-flex-widget .elementor-7077 .elementor-element.elementor-element-d1ec2ef.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-7077 .elementor-element.elementor-element-d1ec2ef.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-7077 .elementor-element.elementor-element-d1ec2ef > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-bottom: 0px;
}

.elementor-7077 .elementor-element.elementor-element-d1ec2ef > .elementor-element-populated {
	margin: 0px 0px 0px 0px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-7077 .elementor-element.elementor-element-1e25b4ec {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}

.elementor-7077 .elementor-element.elementor-element-1e25b4ec > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-7077 .elementor-element.elementor-element-3a47e286 {
	z-index: 1;
}

.elementor-7077 .elementor-element.elementor-element-5b102df7 {
	width: initial;
	max-width: initial;
	top: 454px;
	z-index: 0;
}

body:not(.rtl) .elementor-7077 .elementor-element.elementor-element-5b102df7 {
	left: 361px;
}

body.rtl .elementor-7077 .elementor-element.elementor-element-5b102df7 {
	right: 361px;
}

body:not(.rtl) .elementor-7077 .elementor-element.elementor-element-1708e9e4 {
	left: -322px;
}

body.rtl .elementor-7077 .elementor-element.elementor-element-1708e9e4 {
	right: -322px;
}

.elementor-7077 .elementor-element.elementor-element-1708e9e4 {
	top: -315px;
	z-index: 1;
}

.elementor-7077 .elementor-element.elementor-element-3c1d6c3 {
	z-index: 1;
}

.elementor-7077 .elementor-element.elementor-element-2bad7291 {
	margin-top: 100px;
	margin-bottom: 100px;
}

.elementor-7077 .elementor-element.elementor-element-30735e3.elementor-column > .elementor-widget-wrap {
	justify-content: center;
}

.elementor-7077 .elementor-element.elementor-element-956e94c {
	width: var(--container-widget-width, 700px);
	max-width: 700px;
	--container-widget-width: 700px;
	--container-widget-flex-grow: 0;
	text-align: center;
}

.elementor-7077 .elementor-element.elementor-element-956e94c > .elementor-widget-container {
	margin: 0px 0px 40px 0px;
}

.elementor-7077 .elementor-element.elementor-element-956e94c .elementor-heading-title {
	font-family: "Poppins", Sans-serif;
	font-size: 48px;
	font-weight: bold;
	line-height: 1.4em;
}

.elementor-7077 .elementor-element.elementor-element-d00c571 {
	--e-image-carousel-slides-to-show: 5;
}

.elementor-7077 .elementor-element.elementor-element-d00c571 .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	background: #81c439;
}

.elementor-7077 .elementor-element.elementor-element-d00c571 .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	background: #888;
	opacity: 1;
}

.elementor-7077 .elementor-element.elementor-element-d00c571 .swiper-wrapper {
	display: flex;
	align-items: center;
}

.elementor-7077 .elementor-element.elementor-element-999cd3f > .elementor-container > .elementor-column > .elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

.elementor-7077 .elementor-element.elementor-element-999cd3f:not(.elementor-motion-effects-element-type-background), .elementor-7077 .elementor-element.elementor-element-999cd3f > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: transparent;
	background-image: linear-gradient(182deg, #f3f5f4 13%, #81c439 14%);
}

.elementor-7077 .elementor-element.elementor-element-999cd3f > .elementor-container {
	max-width: 1190px;
}

.elementor-7077 .elementor-element.elementor-element-999cd3f {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 200px 0px 0px 0px;
}

.elementor-7077 .elementor-element.elementor-element-999cd3f > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-bc-flex-widget .elementor-7077 .elementor-element.elementor-element-b322ea8.elementor-column .elementor-widget-wrap {
	align-items: flex-start;
}

.elementor-7077 .elementor-element.elementor-element-b322ea8.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: flex-start;
	align-items: flex-start;
}

.elementor-7077 .elementor-element.elementor-element-b322ea8 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-bottom: 0px;
}

.elementor-7077 .elementor-element.elementor-element-b322ea8 > .elementor-element-populated {
	margin: 0px 0px 0px 0px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-7077 .elementor-element.elementor-element-7fd4ef3f .elementor-heading-title {
	color: #fff;
	font-family: "Poppins", Sans-serif;
	font-size: 48px;
	font-weight: bold;
	line-height: 1.4em;
}

.elementor-7077 .elementor-element.elementor-element-41f60d01 {
	width: var(--container-widget-width, 350px);
	max-width: 350px;
	--container-widget-width: 350px;
	--container-widget-flex-grow: 0;
	font-family: "Poppins", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3em;
}

.elementor-7077 .elementor-element.elementor-element-41f60d01 > .elementor-widget-container {
	margin: 20px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-7077 .elementor-element.elementor-element-548bd30e {
	width: var(--container-widget-width, 736px);
	max-width: 736px;
	--container-widget-width: 736px;
	--container-widget-flex-grow: 0;
}

.elementor-7077 .elementor-element.elementor-element-548bd30e > .elementor-widget-container {
	margin: 0px 0px 0px -250px;
	padding: 0px 70px 0px 0px;
}

.elementor-7077 .elementor-element.elementor-element-548bd30e img {
	width: 735px;
	max-width: 735px;
}

.elementor-bc-flex-widget .elementor-7077 .elementor-element.elementor-element-7e0a991d.elementor-column .elementor-widget-wrap {
	align-items: flex-start;
}

.elementor-7077 .elementor-element.elementor-element-7e0a991d.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: flex-start;
	align-items: flex-start;
}

.elementor-7077 .elementor-element.elementor-element-7e0a991d > .elementor-element-populated {
	padding: 10px 0px 0px 0px;
}

html body .elementor-widget-eael-gravity-form .eael-gravity-form .gform_wrapper .gform_title, html body .elementor-widget-eael-gravity-form .eael-gravity-form .eael-gravity-form-title {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
	line-height: var(--e-global-typography-accent-line-height);
}

html body .elementor-widget-eael-gravity-form .eael-gravity-form .gform_wrapper .gform_description, html body .elementor-widget-eael-gravity-form .eael-gravity-form .eael-gravity-form-description {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
	line-height: var(--e-global-typography-accent-line-height);
}

.elementor-widget-eael-gravity-form .eael-gravity-form .gf_progressbar_wrapper .gf_progressbar_title {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
	line-height: var(--e-global-typography-accent-line-height);
}

.elementor-widget-eael-gravity-form .eael-gravity-form .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage, .elementor-widget-eael-gravity-form .eael-gravity-form .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
	line-height: var(--e-global-typography-accent-line-height);
}

html body .elementor-widget-eael-gravity-form .eael-gravity-form .gfield.gsection .gsection_title {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
	line-height: var(--e-global-typography-accent-line-height);
}

html body .elementor-widget-eael-gravity-form .eael-gravity-form .ginput_container_fileupload input[type="file"]::file-selector-button, html body .elementor-widget-eael-gravity-form .eael-gravity-form .ginput_container_fileupload input[type="file"]::-webkit-file-upload-button, html body .elementor-widget-eael-gravity-form .eael-gravity-form .ginput_container_fileupload .button {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
	line-height: var(--e-global-typography-accent-line-height);
}

html body .elementor-widget-eael-gravity-form .eael-gravity-form .gform_footer input[type="submit"], html body .elementor-widget-eael-gravity-form .eael-gravity-form .gform_body .gform_page_footer input[type="submit"], html body .elementor-widget-eael-gravity-form .eael-gravity-form .gform_body input[type="submit"].gform-button {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
	line-height: var(--e-global-typography-accent-line-height);
}

html body .elementor-widget-eael-gravity-form .eael-gravity-form .gform_body .gform_page_footer input[type="button"] {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
	line-height: var(--e-global-typography-accent-line-height);
}

html body .elementor-widget-eael-gravity-form .eael-gravity-form .gform_confirmation_wrapper .gform_confirmation_message {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
	line-height: var(--e-global-typography-accent-line-height);
}

.elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
	display: flex;
	justify-content: end;
}

html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gfield .gfield_label {
	font-size: 12px;
	font-weight: 400;
}

html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gfield input[type="text"], html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gfield input[type="email"], html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gfield input[type="tel"], html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gfield input[type="number"], html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gfield textarea {
	text-align: left;
}

html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gfield input[type="text"], html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gfield input[type="email"], html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gfield input[type="tel"], html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gfield input[type="number"], html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gfield textarea, html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gfield select {
	background-color: rgba(255, 255, 255, .31);
	color: #888;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: rgba(255, 255, 255, .31);
}

html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gfield.gf_left_half {
	padding-right: 20px;
}

html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gfield textarea {
	padding: 10px 0px 10px 25px;
}

html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gfield input[type="text"], html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gfield input[type="email"], html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gfield input[type="tel"], html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gfield input[type="number"], html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gfield textarea, html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gfield select {
	border-radius: 30px 30px 30px 30px;
}

html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gfield .ginput_container input[type="text"], html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gfield .ginput_container input[type="email"], html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gfield .ginput_container input[type="tel"], html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gfield .ginput_container input[type="number"], html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gfield .ginput_container_date input[type="text"], html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gfield .ginput_container_phone input[type="text"], html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gfield .ginput_container_email input[type="text"], html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gfield .ginput_container_text input[type="text"], html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gfield textarea, html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gfield select {
	font-size: 12px;
	font-weight: 400;
}

html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gfield input:focus, html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gfield textarea:focus {
	background-color: #e1e1e1;
}

html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gfield.gsection .gsection_title {
	font-family: "Poppins", Sans-serif;
	font-weight: 500;
	line-height: 1.4em;
}

html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gfield.gsection {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gform_wrapper .gf_scroll_text {
	width: 100%;
}

html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gform_footer {
	text-align: center;
	justify-content: center;
}

html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gfield--type-submit {
	text-align: center;
	justify-content: center;
}

html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gform_footer input[type="submit"] {
	display: inline-block;
	background-color: #fff !important;
	color: #81c439 !important;
	border-radius: 30px 30px 30px 30px !important;
	padding: 15px 30px 15px 30px;
}

html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gform_body .gform_page_footer input[type="submit"] {
	background-color: #fff !important;
	color: #81c439 !important;
	border-radius: 30px 30px 30px 30px !important;
	padding: 15px 30px 15px 30px;
}

html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gform_body input[type="submit"].gform-button {
	background-color: #fff !important;
	border-radius: 30px 30px 30px 30px !important;
	padding: 15px 30px 15px 30px;
}

html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gform_footer input[type="submit"]:hover {
	background-color: #74a632 !important;
	color: #fff !important;
}

html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gform_body .gform_page_footer input[type="submit"]:hover {
	background-color: #74a632 !important;
	color: #fff !important;
}

html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gform_body input[type="submit"].gform-button:hover {
	background-color: #74a632 !important;
	color: #fff !important;
}

html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gform_footer input[type="submit"], html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gform_body .gform_page_footer input[type="submit"], html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gform_body input[type="submit"].gform-button {
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4em;
}

html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gform_body .gform_page_footer input[type="button"] {
	width: 100px;
}

html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .eael-gravity-form .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), html body .elementor-7077 .elementor-element.elementor-element-6aec7bc .gform_wrapper li.gfield_error textarea {
	border-width: 1px;
}

.elementor-7077 .elementor-element.elementor-element-f862ac5 {
	width: var(--container-widget-width, 736px);
	max-width: 736px;
	--container-widget-width: 736px;
	--container-widget-flex-grow: 0;
}

.elementor-7077 .elementor-element.elementor-element-f862ac5 > .elementor-widget-container {
	margin: 0px 0px 0px -250px;
	padding: 0px 70px 0px 0px;
}

.elementor-7077 .elementor-element.elementor-element-f862ac5 img {
	width: 735px;
	max-width: 735px;
}

@media (max-width:1024px) {
	.elementor-7077 .elementor-element.elementor-element-77934cd1:not(.elementor-motion-effects-element-type-background), .elementor-7077 .elementor-element.elementor-element-77934cd1 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
		background-image: url("https://cdn-fnifa.nitrocdn.com/uDlrWHzfsQgaxMkyTxPMqLQADaBwqPrO/assets/images/optimized/rev-3f0cc97/www.motoza.com/wp-content/uploads/2022/06/Slice-10.png");
	}
	
	.elementor-7077 .elementor-element.elementor-element-77934cd1 {
		padding: 0px 20px 200px 20px;
	}
	
	.elementor-widget-heading .elementor-heading-title {
		font-size: var(--e-global-typography-primary-font-size);
		line-height: var(--e-global-typography-primary-line-height);
	}
	
	.elementor-7077 .elementor-element.elementor-element-304620c .elementor-heading-title {
		font-size: 36px;
	}
	
	.elementor-widget-text-editor {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-7077 .elementor-element.elementor-element-2f966565 {
		--container-widget-width: 450px;
		--container-widget-flex-grow: 0;
		width: var(--container-widget-width, 450px);
		max-width: 450px;
		font-size: 18px;
	}
	
	.elementor-widget-button .elementor-button {
		line-height: var(--e-global-typography-accent-line-height);
	}
	
	.elementor-widget-image .widget-image-caption {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-7077 .elementor-element.elementor-element-14b40e7 > .elementor-widget-container {
		margin: -200px 0px 0px 0px;
	}
	
	body:not(.rtl) .elementor-7077 .elementor-element.elementor-element-14b40e7 {
		left: -37.778vw;
	}
	
	body.rtl .elementor-7077 .elementor-element.elementor-element-14b40e7 {
		right: -37.778vw;
	}
	
	.elementor-7077 .elementor-element.elementor-element-14b40e7 {
		top: 34.665vw;
	}
	
	.elementor-7077 .elementor-element.elementor-element-14b40e7 img {
		width: 100vw;
	}
	
	.elementor-7077 .elementor-element.elementor-element-29965daf {
		z-index: 5;
	}
	
	.elementor-7077 .elementor-element.elementor-element-29965daf img {
		width: 45vw;
		max-width: 50vw;
	}
	
	body:not(.rtl) .elementor-7077 .elementor-element.elementor-element-c08d6f8 {
		left: 6px;
	}
	
	body.rtl .elementor-7077 .elementor-element.elementor-element-c08d6f8 {
		right: 6px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-c08d6f8 {
		top: 48px;
	}
	
	body:not(.rtl) .elementor-7077 .elementor-element.elementor-element-9acd7bc {
		left: -398px;
	}
	
	body.rtl .elementor-7077 .elementor-element.elementor-element-9acd7bc {
		right: -398px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-9acd7bc {
		top: 227px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-9acd7bc img {
		width: 100vw;
		max-width: 100vw;
	}
	
	.elementor-7077 .elementor-element.elementor-element-6a2cae9b {
		padding: 80px 10px 0px 10px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-82cfc3d > .elementor-widget-container {
		padding: 0px 80px 0px 80px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-82cfc3d .elementor-heading-title {
		font-size: 36px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-6c0f1534 {
		margin-top: -70px;
		margin-bottom: 0px;
		padding: 0px 0px 80px 0px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-cd1ef16 {
		font-size: 18px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-3ce73648 {
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 0px 0px 270px 0px;
	}
	
	body:not(.rtl) .elementor-7077 .elementor-element.elementor-element-5eebfbb {
		left: 9px;
	}
	
	body.rtl .elementor-7077 .elementor-element.elementor-element-5eebfbb {
		right: 9px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-5eebfbb {
		top: 169px;
		z-index: 1;
	}
	
	.elementor-7077 .elementor-element.elementor-element-5eebfbb img {
		width: 90%;
		max-width: 90%;
	}
	
	.elementor-7077 .elementor-element.elementor-element-1edf238d .elementor-heading-title {
		font-size: 36px;
	}
	
	body:not(.rtl) .elementor-7077 .elementor-element.elementor-element-15c9116 {
		left: -316px;
	}
	
	body.rtl .elementor-7077 .elementor-element.elementor-element-15c9116 {
		right: -316px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-15c9116 {
		top: 265px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-f4e3431 > .elementor-widget-container {
		padding: 70px 0px 0px 0px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-5dfd0b7a > .elementor-widget-container {
		padding: 70px 0px 0px 0px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-2628ea5d > .elementor-widget-container {
		padding: 70px 0px 0px 0px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-8d38dc {
		padding: 0px 20px 200px 20px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-244579ad {
		width: var(--container-widget-width, 60%);
		max-width: 60%;
		--container-widget-width: 60%;
		--container-widget-flex-grow: 0;
	}
	
	.elementor-7077 .elementor-element.elementor-element-279b7bd {
		width: initial;
		max-width: initial;
		top: 59px;
	}
	
	body:not(.rtl) .elementor-7077 .elementor-element.elementor-element-279b7bd {
		left: 563px;
	}
	
	body.rtl .elementor-7077 .elementor-element.elementor-element-279b7bd {
		right: 563px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-279b7bd img {
		width: 100%;
		max-width: 100%;
	}
	
	.elementor-7077 .elementor-element.elementor-element-518a7503 > .elementor-element-populated {
		padding: 50px 50px 0px 50px;
	}
	
	.elementor-widget-icon-box .elementor-icon-box-title, .elementor-widget-icon-box .elementor-icon-box-title a {
		font-size: var(--e-global-typography-primary-font-size);
		line-height: var(--e-global-typography-primary-line-height);
	}
	
	.elementor-widget-icon-box .elementor-icon-box-description {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-7077 .elementor-element.elementor-element-715c75b7 {
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 0px 0px 30px 0px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-6d83bb11 > .elementor-element-populated {
		padding: 0px 20px 0px 20px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-ee9a799 {
		padding: 80px 20px 150px 20px;
	}
	
	.elementor-widget-accordion .elementor-accordion-title {
		font-size: var(--e-global-typography-primary-font-size);
		line-height: var(--e-global-typography-primary-line-height);
	}
	
	.elementor-widget-accordion .elementor-tab-content {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-7077 .elementor-element.elementor-element-d1ec2ef {
		z-index: 2;
	}
	
	.elementor-7077 .elementor-element.elementor-element-5b102df7 {
		width: initial;
		max-width: initial;
		top: 468px;
	}
	
	body:not(.rtl) .elementor-7077 .elementor-element.elementor-element-5b102df7 {
		left: 455px;
	}
	
	body.rtl .elementor-7077 .elementor-element.elementor-element-5b102df7 {
		right: 455px;
	}
	
	body:not(.rtl) .elementor-7077 .elementor-element.elementor-element-1708e9e4 {
		left: -338px;
	}
	
	body.rtl .elementor-7077 .elementor-element.elementor-element-1708e9e4 {
		right: -338px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-1708e9e4 {
		top: -305px;
		z-index: 1;
	}
	
	.elementor-7077 .elementor-element.elementor-element-3c1d6c3 {
		z-index: 1;
	}
	
	.elementor-7077 .elementor-element.elementor-element-2bad7291 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-999cd3f {
		padding: 200px 20px 0px 20px;
	}
	
	html body .elementor-widget-eael-gravity-form .eael-gravity-form .gform_wrapper .gform_title, html body .elementor-widget-eael-gravity-form .eael-gravity-form .eael-gravity-form-title {
		line-height: var(--e-global-typography-accent-line-height);
	}
	
	html body .elementor-widget-eael-gravity-form .eael-gravity-form .gform_wrapper .gform_description, html body .elementor-widget-eael-gravity-form .eael-gravity-form .eael-gravity-form-description {
		line-height: var(--e-global-typography-accent-line-height);
	}
	
	.elementor-widget-eael-gravity-form .eael-gravity-form .gf_progressbar_wrapper .gf_progressbar_title {
		line-height: var(--e-global-typography-accent-line-height);
	}
	
	.elementor-widget-eael-gravity-form .eael-gravity-form .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage, .elementor-widget-eael-gravity-form .eael-gravity-form .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span {
		line-height: var(--e-global-typography-accent-line-height);
	}
	
	html body .elementor-widget-eael-gravity-form .eael-gravity-form .gfield.gsection .gsection_title {
		line-height: var(--e-global-typography-accent-line-height);
	}
	
	html body .elementor-widget-eael-gravity-form .eael-gravity-form .ginput_container_fileupload input[type="file"]::file-selector-button, html body .elementor-widget-eael-gravity-form .eael-gravity-form .ginput_container_fileupload input[type="file"]::-webkit-file-upload-button, html body .elementor-widget-eael-gravity-form .eael-gravity-form .ginput_container_fileupload .button {
		line-height: var(--e-global-typography-accent-line-height);
	}
	
	html body .elementor-widget-eael-gravity-form .eael-gravity-form .gform_footer input[type="submit"], html body .elementor-widget-eael-gravity-form .eael-gravity-form .gform_body .gform_page_footer input[type="submit"], html body .elementor-widget-eael-gravity-form .eael-gravity-form .gform_body input[type="submit"].gform-button {
		line-height: var(--e-global-typography-accent-line-height);
	}
	
	html body .elementor-widget-eael-gravity-form .eael-gravity-form .gform_body .gform_page_footer input[type="button"] {
		line-height: var(--e-global-typography-accent-line-height);
	}
	
	html body .elementor-widget-eael-gravity-form .eael-gravity-form .gform_confirmation_wrapper .gform_confirmation_message {
		line-height: var(--e-global-typography-accent-line-height);
	}
	
	.elementor-7077 .elementor-element.elementor-element-f862ac5 > .elementor-widget-container {
		padding: 50px 70px 0px 0px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-77934cd1:not(.elementor-motion-effects-element-type-background).nitro-lazy, .elementor-7077 .elementor-element.elementor-element-77934cd1 > .elementor-motion-effects-container > .elementor-motion-effects-layer.nitro-lazy {
		background-image: none !important;
	}
}

@media (max-width:767px) {
	.elementor-7077 .elementor-element.elementor-element-77934cd1:not(.elementor-motion-effects-element-type-background), .elementor-7077 .elementor-element.elementor-element-77934cd1 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
		background-image: url("https://cdn-fnifa.nitrocdn.com/uDlrWHzfsQgaxMkyTxPMqLQADaBwqPrO/assets/images/optimized/rev-3f0cc97/www.motoza.com/wp-content/uploads/2022/06/Slice-11.png");
	}
	
	.elementor-7077 .elementor-element.elementor-element-77934cd1 {
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 0px 0px 150px 0px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-27bc26af > .elementor-element-populated {
		margin: 0px 0px 0px 0px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
		padding: 30px 20px 0px 15px;
	}
	
	.elementor-widget-heading .elementor-heading-title {
		font-size: var(--e-global-typography-primary-font-size);
		line-height: var(--e-global-typography-primary-line-height);
	}
	
	.elementor-7077 .elementor-element.elementor-element-304620c .elementor-heading-title {
		font-size: 26px;
		line-height: 1.2em;
	}
	
	.elementor-widget-text-editor {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-7077 .elementor-element.elementor-element-2f966565 > .elementor-widget-container {
		margin: 5px 0px 0px 0px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-2f966565 {
		font-size: 16px;
		line-height: 1.4em;
	}
	
	.elementor-widget-button .elementor-button {
		line-height: var(--e-global-typography-accent-line-height);
	}
	
	.elementor-7077 .elementor-element.elementor-element-bc292fc > .elementor-widget-container {
		padding: 5px 0px 0px 0px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-bc292fc .elementor-button {
		font-size: 12px;
		padding: 8px 18px 8px 18px;
	}
	
	.elementor-widget-image .widget-image-caption {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-7077 .elementor-element.elementor-element-14b40e7 img {
		width: 100%;
		max-width: 100%;
	}
	
	.elementor-7077 .elementor-element.elementor-element-29965daf > .elementor-widget-container {
		padding: 0px 0px 0px 60px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-29965daf {
		z-index: 2;
	}
	
	.elementor-7077 .elementor-element.elementor-element-29965daf img {
		width: 100vw;
		max-width: 100%;
	}
	
	.elementor-7077 .elementor-element.elementor-element-c08d6f8 > .elementor-widget-container {
		margin: 0px 0px 0px 0px;
	}
	
	body:not(.rtl) .elementor-7077 .elementor-element.elementor-element-c08d6f8 {
		left: 6px;
	}
	
	body.rtl .elementor-7077 .elementor-element.elementor-element-c08d6f8 {
		right: 6px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-c08d6f8 {
		top: 173px;
		z-index: 1;
	}
	
	.elementor-7077 .elementor-element.elementor-element-c08d6f8 img {
		width: 80%;
		max-width: 80%;
	}
	
	.elementor-7077 .elementor-element.elementor-element-9acd7bc > .elementor-widget-container {
		margin: 0px 0px 0px 0px;
	}
	
	body:not(.rtl) .elementor-7077 .elementor-element.elementor-element-9acd7bc {
		left: 2px;
	}
	
	body.rtl .elementor-7077 .elementor-element.elementor-element-9acd7bc {
		right: 2px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-9acd7bc {
		top: 127px;
		z-index: 1;
	}
	
	.elementor-7077 .elementor-element.elementor-element-9acd7bc img {
		width: 80%;
		max-width: 80%;
	}
	
	.elementor-7077 .elementor-element.elementor-element-6a2cae9b {
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 0px 10px 0px 10px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-13c05e01 > .elementor-widget-container {
		margin: 0px 35px 0px 35px;
		padding: 0px 40px 0px 0px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-13c05e01 .elementor-heading-title {
		font-size: 26px;
		line-height: 1.1em;
	}
	
	.elementor-7077 .elementor-element.elementor-element-82cfc3d > .elementor-widget-container {
		margin: 0px 20px 0px 20px;
		padding: 0px 40px 0px 0px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-82cfc3d .elementor-heading-title {
		font-size: 26px;
		line-height: 1.1em;
	}
	
	.elementor-7077 .elementor-element.elementor-element-6c0f1534 {
		margin-top: -40px;
		margin-bottom: 0px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-cd1ef16 > .elementor-widget-container {
		padding: 0px 30px 0px 115px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-cd1ef16 {
		font-size: 12px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-3ce73648 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	body:not(.rtl) .elementor-7077 .elementor-element.elementor-element-3ea6201f {
		left: -223px;
	}
	
	body.rtl .elementor-7077 .elementor-element.elementor-element-3ea6201f {
		right: -223px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-3ea6201f {
		top: 186px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-27f29e5b > .elementor-element-populated {
		padding: 0px 15px 0px 15px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-5eebfbb > .elementor-widget-container {
		margin: 0px 0px 0px 0px;
	}
	
	body:not(.rtl) .elementor-7077 .elementor-element.elementor-element-5eebfbb {
		left: 2px;
	}
	
	body.rtl .elementor-7077 .elementor-element.elementor-element-5eebfbb {
		right: 2px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-5eebfbb {
		top: 127px;
		z-index: 1;
	}
	
	.elementor-7077 .elementor-element.elementor-element-5eebfbb img {
		width: 80%;
		max-width: 80%;
	}
	
	.elementor-7077 .elementor-element.elementor-element-1edf238d .elementor-heading-title {
		font-size: 26px;
		line-height: 1.1em;
	}
	
	.elementor-7077 .elementor-element.elementor-element-57f2c99 > .elementor-widget-container {
		margin: 10px 0px 0px 0px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-57f2c99 {
		font-size: 12px;
	}
	
	body:not(.rtl) .elementor-7077 .elementor-element.elementor-element-15c9116 {
		left: -223px;
	}
	
	body.rtl .elementor-7077 .elementor-element.elementor-element-15c9116 {
		right: -223px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-15c9116 {
		top: 186px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-10e94597 > .elementor-widget-container {
		margin: 20px 25px 40px 25px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-f4e3431 > .elementor-widget-container {
		padding: 0px 0px 0px 15px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-f4e3431 .elementor-heading-title {
		font-size: 36px;
		line-height: 1.3em;
	}
	
	.elementor-7077 .elementor-element.elementor-element-1b344822 > .elementor-widget-container {
		padding: 0px 0px 0px 15px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-1b344822 {
		font-size: 12px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-d45bba9 > .elementor-widget-container {
		margin: -28px 0px 0px 5px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-d45bba9 img {
		width: 220px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-5dfd0b7a > .elementor-widget-container {
		padding: 0px 0px 0px 15px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-5dfd0b7a .elementor-heading-title {
		font-size: 36px;
		line-height: 1.3em;
	}
	
	.elementor-7077 .elementor-element.elementor-element-274ac91a > .elementor-widget-container {
		padding: 0px 0px 0px 15px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-274ac91a {
		font-size: 12px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-4384462 > .elementor-widget-container {
		margin: -28px 0px 0px 5px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-4384462 img {
		width: 220px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-2628ea5d > .elementor-widget-container {
		padding: 0px 0px 0px 15px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-2628ea5d .elementor-heading-title {
		font-size: 36px;
		line-height: 1.3em;
	}
	
	.elementor-7077 .elementor-element.elementor-element-52a3a468 > .elementor-widget-container {
		padding: 0px 0px 0px 15px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-52a3a468 {
		font-size: 12px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-d6735c6 > .elementor-widget-container {
		margin: -28px 0px 0px 5px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-d6735c6 img {
		width: 220px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-8d38dc {
		padding: 0px 15px 150px 15px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-54c896e > .elementor-widget-container {
		margin: 0px 0px 5px 0px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-54c896e .elementor-heading-title {
		font-size: 26px;
		line-height: 1.2em;
	}
	
	.elementor-7077 .elementor-element.elementor-element-244579ad > .elementor-widget-container {
		margin: 5px 0px 40px 0px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-244579ad {
		--container-widget-width: 80%;
		--container-widget-flex-grow: 0;
		width: var(--container-widget-width, 80%);
		max-width: 80%;
		font-size: 16px;
		line-height: 1.3em;
	}
	
	.elementor-7077 .elementor-element.elementor-element-279b7bd {
		width: initial;
		max-width: initial;
		top: 9px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-279b7bd > .elementor-widget-container {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	body:not(.rtl) .elementor-7077 .elementor-element.elementor-element-279b7bd {
		left: 145px;
	}
	
	body.rtl .elementor-7077 .elementor-element.elementor-element-279b7bd {
		right: 145px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-279b7bd img {
		width: 100%;
		max-width: 100%;
	}
	
	.elementor-7077 .elementor-element.elementor-element-518a7503 > .elementor-element-populated {
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-757bca27 {
		padding: 0px 20px 0px 20px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-4eeefafd > .elementor-widget-container {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-4eeefafd {
		--container-widget-width: 65px;
		--container-widget-flex-grow: 0;
		width: var(--container-widget-width, 65px);
		max-width: 65px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-4eeefafd img {
		width: 35px;
		max-width: 35px;
		height: 35px;
	}
	
	.elementor-widget-icon-box .elementor-icon-box-title, .elementor-widget-icon-box .elementor-icon-box-title a {
		font-size: var(--e-global-typography-primary-font-size);
		line-height: var(--e-global-typography-primary-line-height);
	}
	
	.elementor-widget-icon-box .elementor-icon-box-description {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-7077 .elementor-element.elementor-element-22637fa4 > .elementor-widget-container {
		padding: 15px 15px 15px 5px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-22637fa4 .elementor-icon-box-title, .elementor-7077 .elementor-element.elementor-element-22637fa4 .elementor-icon-box-title a {
		font-size: 14px;
		line-height: 1.3em;
	}
	
	.elementor-7077 .elementor-element.elementor-element-22637fa4 .elementor-icon-box-description {
		font-size: 10px;
		line-height: 1.3em;
	}
	
	.elementor-7077 .elementor-element.elementor-element-52fc3111 {
		padding: 0px 20px 0px 20px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-452e5e7b {
		--container-widget-width: 65px;
		--container-widget-flex-grow: 0;
		width: var(--container-widget-width, 65px);
		max-width: 65px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-452e5e7b img {
		width: 35px;
		max-width: 35px;
		height: 35px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-3e8536f4 > .elementor-widget-container {
		padding: 15px 15px 15px 5px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-3e8536f4 .elementor-icon-box-title, .elementor-7077 .elementor-element.elementor-element-3e8536f4 .elementor-icon-box-title a {
		font-size: 14px;
		line-height: 1.3em;
	}
	
	.elementor-7077 .elementor-element.elementor-element-3e8536f4 .elementor-icon-box-description {
		font-size: 10px;
		line-height: 1.3em;
	}
	
	.elementor-7077 .elementor-element.elementor-element-61b04904 {
		padding: 0px 20px 0px 20px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-58dfdb33 {
		--container-widget-width: 65px;
		--container-widget-flex-grow: 0;
		width: var(--container-widget-width, 65px);
		max-width: 65px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-58dfdb33 img {
		width: 35px;
		max-width: 35px;
		height: 35px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-3dddf7c3 > .elementor-widget-container {
		padding: 15px 15px 15px 5px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-3dddf7c3 .elementor-icon-box-title, .elementor-7077 .elementor-element.elementor-element-3dddf7c3 .elementor-icon-box-title a {
		font-size: 14px;
		line-height: 1.3em;
	}
	
	.elementor-7077 .elementor-element.elementor-element-3dddf7c3 .elementor-icon-box-description {
		font-size: 10px;
		line-height: 1.3em;
	}
	
	.elementor-7077 .elementor-element.elementor-element-1dde6a90 {
		padding: 0px 20px 0px 20px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-6cc73c17 {
		--container-widget-width: 65px;
		--container-widget-flex-grow: 0;
		width: var(--container-widget-width, 65px);
		max-width: 65px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-6cc73c17 img {
		width: 35px;
		max-width: 35px;
		height: 35px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-15018db7 > .elementor-widget-container {
		padding: 15px 15px 15px 5px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-15018db7 .elementor-icon-box-title, .elementor-7077 .elementor-element.elementor-element-15018db7 .elementor-icon-box-title a {
		font-size: 14px;
		line-height: 1.3em;
	}
	
	.elementor-7077 .elementor-element.elementor-element-15018db7 .elementor-icon-box-description {
		font-size: 10px;
		line-height: 1.3em;
	}
	
	.elementor-7077 .elementor-element.elementor-element-715c75b7 {
		margin-top: -50px;
		margin-bottom: 0px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-6d83bb11 > .elementor-element-populated {
		padding: 15px 15px 15px 15px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-6d83bb11 {
		z-index: 1;
	}
	
	.elementor-7077 .elementor-element.elementor-element-1a6ce6a6 > .elementor-widget-container {
		padding: 0px 5px 0px 5px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-1a6ce6a6 .elementor-heading-title {
		font-size: 26px;
		line-height: 1.2em;
	}
	
	.elementor-7077 .elementor-element.elementor-element-648c5295 > .elementor-widget-container {
		margin: 15px 10px 10px 10px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-648c5295 {
		font-size: 12px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-464e896 > .elementor-widget-container {
		padding: 25px 0px 10px 0px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-464e896 .elementor-button {
		padding: 8px 18px 8px 18px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-ee9a799 {
		padding: 50px 15px 100px 15px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-1ad72674 > .elementor-widget-container {
		margin: 0px 40px 0px 0px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-1ad72674 .elementor-heading-title {
		font-size: 26px;
		line-height: 1.3em;
	}
	
	.elementor-7077 .elementor-element.elementor-element-4a6864d5 > .elementor-widget-container {
		margin: 15px 0px 30px 0px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-4a6864d5 {
		font-size: 12px;
	}
	
	.elementor-widget-accordion .elementor-accordion-title {
		font-size: var(--e-global-typography-primary-font-size);
		line-height: var(--e-global-typography-primary-line-height);
	}
	
	.elementor-widget-accordion .elementor-tab-content {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-7077 .elementor-element.elementor-element-45ebc821 > .elementor-widget-container {
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-45ebc821 .elementor-accordion-title {
		font-size: 14px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-45ebc821 .elementor-tab-title {
		padding: 20px 20px 5px 20px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-45ebc821 .elementor-accordion-icon.elementor-accordion-icon-left {
		margin-right: 18px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-45ebc821 .elementor-accordion-icon.elementor-accordion-icon-right {
		margin-left: 18px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-45ebc821 .elementor-tab-content {
		font-size: 10px;
		line-height: 1.3em;
		padding: 0px 20px 5px 55px;
	}
	
	body:not(.rtl) .elementor-7077 .elementor-element.elementor-element-5b102df7 {
		left: 144px;
	}
	
	body.rtl .elementor-7077 .elementor-element.elementor-element-5b102df7 {
		right: 144px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-5b102df7 {
		top: 473px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-3c1d6c3 > .elementor-widget-container {
		margin: -350px 0px 0px -50px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-3c1d6c3 img {
		width: 100%;
		max-width: 100%;
	}
	
	.elementor-7077 .elementor-element.elementor-element-2bad7291 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-956e94c .elementor-heading-title {
		font-size: 26px;
		line-height: 1.2em;
	}
	
	.elementor-7077 .elementor-element.elementor-element-999cd3f {
		padding: 200px 50px -50px 50px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-7fd4ef3f > .elementor-widget-container {
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-7fd4ef3f .elementor-heading-title {
		font-size: 26px;
	}
	
	html body .elementor-widget-eael-gravity-form .eael-gravity-form .gform_wrapper .gform_title, html body .elementor-widget-eael-gravity-form .eael-gravity-form .eael-gravity-form-title {
		line-height: var(--e-global-typography-accent-line-height);
	}
	
	html body .elementor-widget-eael-gravity-form .eael-gravity-form .gform_wrapper .gform_description, html body .elementor-widget-eael-gravity-form .eael-gravity-form .eael-gravity-form-description {
		line-height: var(--e-global-typography-accent-line-height);
	}
	
	.elementor-widget-eael-gravity-form .eael-gravity-form .gf_progressbar_wrapper .gf_progressbar_title {
		line-height: var(--e-global-typography-accent-line-height);
	}
	
	.elementor-widget-eael-gravity-form .eael-gravity-form .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage, .elementor-widget-eael-gravity-form .eael-gravity-form .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span {
		line-height: var(--e-global-typography-accent-line-height);
	}
	
	html body .elementor-widget-eael-gravity-form .eael-gravity-form .gfield.gsection .gsection_title {
		line-height: var(--e-global-typography-accent-line-height);
	}
	
	html body .elementor-widget-eael-gravity-form .eael-gravity-form .ginput_container_fileupload input[type="file"]::file-selector-button, html body .elementor-widget-eael-gravity-form .eael-gravity-form .ginput_container_fileupload input[type="file"]::-webkit-file-upload-button, html body .elementor-widget-eael-gravity-form .eael-gravity-form .ginput_container_fileupload .button {
		line-height: var(--e-global-typography-accent-line-height);
	}
	
	html body .elementor-widget-eael-gravity-form .eael-gravity-form .gform_footer input[type="submit"], html body .elementor-widget-eael-gravity-form .eael-gravity-form .gform_body .gform_page_footer input[type="submit"], html body .elementor-widget-eael-gravity-form .eael-gravity-form .gform_body input[type="submit"].gform-button {
		line-height: var(--e-global-typography-accent-line-height);
	}
	
	html body .elementor-widget-eael-gravity-form .eael-gravity-form .gform_body .gform_page_footer input[type="button"] {
		line-height: var(--e-global-typography-accent-line-height);
	}
	
	html body .elementor-widget-eael-gravity-form .eael-gravity-form .gform_confirmation_wrapper .gform_confirmation_message {
		line-height: var(--e-global-typography-accent-line-height);
	}
	
	.elementor-7077 .elementor-element.elementor-element-f862ac5 > .elementor-widget-container {
		margin: 0px 0px 0px -260px;
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-f862ac5 img {
		width: 500px;
		max-width: 500px;
	}
	
	.elementor-7077 .elementor-element.elementor-element-77934cd1:not(.elementor-motion-effects-element-type-background).nitro-lazy, .elementor-7077 .elementor-element.elementor-element-77934cd1 > .elementor-motion-effects-container > .elementor-motion-effects-layer.nitro-lazy {
		background-image: none !important;
	}
}

@media (min-width:768px) {
	.elementor-7077 .elementor-element.elementor-element-27bc26af {
		width: 54.824%;
	}
	
	.elementor-7077 .elementor-element.elementor-element-5298c164 {
		width: 45.134%;
	}
	
	.elementor-7077 .elementor-element.elementor-element-77b4c141 {
		width: 47.01%;
	}
	
	.elementor-7077 .elementor-element.elementor-element-3dab8c81 {
		width: 52.99%;
	}
	
	.elementor-7077 .elementor-element.elementor-element-5fbf4c92 {
		width: 50.044%;
	}
	
	.elementor-7077 .elementor-element.elementor-element-27f29e5b {
		width: 49.914%;
	}
	
	.elementor-7077 .elementor-element.elementor-element-b322ea8 {
		width: 50.34%;
	}
	
	.elementor-7077 .elementor-element.elementor-element-7e0a991d {
		width: 49.618%;
	}
}

@media (max-width:1024px) and (min-width:768px) {
	.elementor-7077 .elementor-element.elementor-element-77b4c141 {
		width: 40%;
	}
	
	.elementor-7077 .elementor-element.elementor-element-3dab8c81 {
		width: 60%;
	}
	
	.elementor-7077 .elementor-element.elementor-element-27f29e5b {
		width: 100%;
	}
	
	.elementor-7077 .elementor-element.elementor-element-5015b9d9 {
		width: 100%;
	}
	
	.elementor-7077 .elementor-element.elementor-element-518a7503 {
		width: 100%;
	}
	
	.elementor-7077 .elementor-element.elementor-element-7f59bd65 {
		width: 100%;
	}
	
	.elementor-7077 .elementor-element.elementor-element-d1ec2ef {
		width: 100%;
	}
	
	.elementor-7077 .elementor-element.elementor-element-b322ea8 {
		width: 100%;
	}
	
	.elementor-7077 .elementor-element.elementor-element-7e0a991d {
		width: 100%;
	}
}

/* Start custom CSS for column, class: .elementor-element-45fefe7d */
.list:hover {
	transform: scale(1.1);
	background-color: white;
	border-radius: 10px;
	transition: all .2s ease-in-out;
}

.listimage1 {
	background: url("https://cdn-fnifa.nitrocdn.com/uDlrWHzfsQgaxMkyTxPMqLQADaBwqPrO/assets/images/optimized/rev-3f0cc97/www.motoza.com/wp-content/uploads/2021/12/Group-135.png") no-repeat center;
	background-size: contain;
}

.listimage1.nitro-lazy {
	background-image: none !important;
}

.list:hover .listimage1 {
	background: url("https://cdn-fnifa.nitrocdn.com/uDlrWHzfsQgaxMkyTxPMqLQADaBwqPrO/assets/images/optimized/rev-3f0cc97/www.motoza.com/wp-content/uploads/2021/12/Group-135-1.png") no-repeat center;
	transition: all .2s;
	background-size: contain;
}

.list:hover .listimage1.nitro-lazy {
	background-image: none !important;
}

/* End custom CSS */

/* Start custom CSS for column, class: .elementor-element-1cb9f21e */
.list:hover {
	transform: scale(1.1);
	background-color: white;
	border-radius: 10px;
	transition: all .2s ease-in-out;
}

.listimage2 {
	background: url("https://cdn-fnifa.nitrocdn.com/uDlrWHzfsQgaxMkyTxPMqLQADaBwqPrO/assets/images/optimized/rev-3f0cc97/www.motoza.com/wp-content/uploads/2022/04/place-1.png") no-repeat center;
	background-size: contain;
}

.listimage2.nitro-lazy {
	background-image: none !important;
}

.list:hover .listimage2 {
	background: url("https://cdn-fnifa.nitrocdn.com/uDlrWHzfsQgaxMkyTxPMqLQADaBwqPrO/assets/images/optimized/rev-3f0cc97/www.motoza.com/wp-content/uploads/2022/04/place-1gr.png") no-repeat center;
	transition: all .2s;
	background-size: contain;
}

.list:hover .listimage2.nitro-lazy {
	background-image: none !important;
}

/* End custom CSS */

/* Start custom CSS for column, class: .elementor-element-7e5e9024 */
.list:hover {
	transform: scale(1.1);
	background-color: white;
	border-radius: 10px;
	transition: all .2s ease-in-out;
}

.listimage3 {
	background: url("https://cdn-fnifa.nitrocdn.com/uDlrWHzfsQgaxMkyTxPMqLQADaBwqPrO/assets/images/optimized/rev-3f0cc97/www.motoza.com/wp-content/uploads/2021/12/Group-136.png") no-repeat center;
	background-size: contain;
}

.listimage3.nitro-lazy {
	background-image: none !important;
}

.list:hover .listimage3 {
	background: url("https://cdn-fnifa.nitrocdn.com/uDlrWHzfsQgaxMkyTxPMqLQADaBwqPrO/assets/images/optimized/rev-3f0cc97/www.motoza.com/wp-content/uploads/2021/12/Group-136-1.png") no-repeat center;
	transition: all .2s;
	background-size: contain;
}

.list:hover .listimage3.nitro-lazy {
	background-image: none !important;
}

/* End custom CSS */

/* Start custom CSS for column, class: .elementor-element-6f9ba719 */
.list:hover {
	transform: scale(1.1);
	background-color: white;
	border-radius: 10px;
	transition: all .2s ease-in-out;
}

.listimage4 {
	background: url("https://cdn-fnifa.nitrocdn.com/uDlrWHzfsQgaxMkyTxPMqLQADaBwqPrO/assets/images/optimized/rev-3f0cc97/www.motoza.com/wp-content/uploads/2022/06/cont-wh.png") no-repeat center;
	background-size: contain;
}

.listimage4.nitro-lazy {
	background-image: none !important;
}

.list:hover .listimage4 {
	background: url("https://cdn-fnifa.nitrocdn.com/uDlrWHzfsQgaxMkyTxPMqLQADaBwqPrO/assets/images/optimized/rev-3f0cc97/www.motoza.com/wp-content/uploads/2022/06/cont-gr.png") no-repeat center;
	transition: all .2s;
	background-size: contain;
}

.list:hover .listimage4.nitro-lazy {
	background-image: none !important;
}

/* End custom CSS */

/* Start custom CSS for accordion, class: .elementor-element-45ebc821 */
.elementor-7077 .elementor-element.elementor-element-45ebc821 .elementor-accordion-item .elementor-tab-title.elementor-active {
	background-color: #f3f5f4;
	border-radius: 20px 20px 0px 0px;
}

.elementor-7077 .elementor-element.elementor-element-45ebc821 .elementor-accordion-item .elementor-tab-content {
	border-radius: 0px 0px 20px 20px;
}

/* End custom CSS */

/* Start custom CSS for eael-gravity-form, class: .elementor-element-6aec7bc */
#field_1_9 {
	line-height: 14px;
}

#field_1_8 {
	line-height: 14px;
}

#input_1_9.large.gfield_select {
	border-radius: 30px;
	padding-left: 20px;
}

#input_1_8.large.gfield_select {
	border-radius: 30px;
	padding-left: 20px;
}

label.gfield_label {
	padding-left: 20px !important;
}

.gform_footer.top_label {
	justify-content: center;
}

.elementor-7077 .elementor-element.elementor-element-77934cd1:not(.elementor-motion-effects-element-type-background).nitro-lazy, .elementor-7077 .elementor-element.elementor-element-77934cd1 > .elementor-motion-effects-container > .elementor-motion-effects-layer.nitro-lazy {
	background-image: none !important;
}
/* End custom CSS */

.elementor-9944 .elementor-element.elementor-element-f73e1a7:not(.elementor-motion-effects-element-type-background), .elementor-9944 .elementor-element.elementor-element-f73e1a7 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #f2f5f4;
}

.elementor-9944 .elementor-element.elementor-element-f73e1a7 {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 20px 30px 20px 30px;
	z-index: 999;
}

.elementor-9944 .elementor-element.elementor-element-f73e1a7 > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-widget-image .widget-image-caption {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-9944 .elementor-element.elementor-element-e45ee52 {
	width: auto;
	max-width: auto;
}

.elementor-9944 .elementor-element.elementor-element-3974a0b.elementor-column > .elementor-widget-wrap {
	justify-content: flex-end;
}

.elementor-widget-ucaddon_ue_side_menu .uc-side-menu-title {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-ucaddon_ue_side_menu .uc-side-menu-items ul a {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-ucaddon_ue_side_menu .uc-side-menu-items ul ul li a {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-ucaddon_ue_side_menu .uc-side-menu-items ul ul ul li a {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-ucaddon_ue_side_menu ul li.current-menu-item > a {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-ucaddon_ue_side_menu .side-menu-search-holder input {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-ucaddon_ue_side_menu .side-menu-button {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-9944 .elementor-element.elementor-element-1e2e0d8 .uc-side-menu-items {
	background-color: #fff;
}

.elementor-9944 .elementor-element.elementor-element-1e2e0d8 .ue_side_menu_overlay {
	background-color: rgba(30, 37, 50, .44);
}

.elementor-9944 .elementor-element.elementor-element-1e2e0d8 {
	width: auto;
	max-width: auto;
}

.elementor-9944 .elementor-element.elementor-element-1e2e0d8 .side-menu-holder {
	text-align: center;
}

.elementor-9944 .elementor-element.elementor-element-1e2e0d8 .open_side_menu {
	width: 30px;
	height: 30px;
	color: #81c439;
	padding: 0px 0px 0px 0px;
}

.elementor-9944 .elementor-element.elementor-element-1e2e0d8 .open_side_menu_toggle {
	background-color: #81c439;
}

.elementor-9944 .elementor-element.elementor-element-1e2e0d8 .open_side_menu:hover {
	color: #81c439;
}

.elementor-9944 .elementor-element.elementor-element-1e2e0d8 .open_side_menu:hover .open_side_menu_toggle {
	background-color: #81c439;
}

.elementor-9944 .elementor-element.elementor-element-1e2e0d8 .uc-side-menu-title {
	padding: 20px 20px 20px 20px;
	background-color: #000;
	color: #81c439;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: rgba(255, 255, 255, .39);
}

.elementor-9944 .elementor-element.elementor-element-1e2e0d8 .uc-close-side-menu {
	font-size: 16px;
	top: 20px;
	color: #81c439;
	background-color: #000;
	width: 40px;
	height: 40px;
	border-radius: 100px;
}

.elementor-9944 .elementor-element.elementor-element-1e2e0d8 .uc-close-side-menu:hover {
	color: #81c439;
}

.elementor-9944 .elementor-element.elementor-element-1e2e0d8 .uc-side-menu-items ul a {
	padding: 20px 20px 20px 20px;
	background-color: rgba(255, 255, 255, 0);
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #1e2532;
	margin: 0px 0px 0px 0px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: rgba(255, 255, 255, .22);
}

.elementor-9944 .elementor-element.elementor-element-1e2e0d8 .uc-side-menu-items ul a:hover {
	color: #1e2532;
}

.elementor-9944 .elementor-element.elementor-element-1e2e0d8 .uc-side-menu-items ul ul li a {
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	padding: 20px 60px 20px 60px;
	color: #81c439;
}

.elementor-9944 .elementor-element.elementor-element-1e2e0d8 .uc-side-menu-items ul ul li a:hover {
	color: #81c439;
}

.elementor-9944 .elementor-element.elementor-element-1e2e0d8 .uc-side-menu-items ul ul ul li a {
	padding: 20px 80px 20px 80px;
}

.elementor-9944 .elementor-element.elementor-element-1e2e0d8 .side-menu-search {
	padding: 20px 20px 20px 20px;
}

.elementor-9944 .elementor-element.elementor-element-1e2e0d8 .side-menu-search-holder {
	border-radius: 0px;
}

.elementor-9944 .elementor-element.elementor-element-1e2e0d8 .side-menu-search-holder input {
	background-color: #fff;
	padding: 10px 20px 10px 20px;
}

.elementor-9944 .elementor-element.elementor-element-1e2e0d8 .side-menu-search-holder button {
	background-color: #fff;
	color: #000;
}

.elementor-9944 .elementor-element.elementor-element-1e2e0d8 .side-menu-button {
	padding: 15px 15px 15px 15px;
	color: #fff;
}

.elementor-9944 .elementor-element.elementor-element-1e2e0d8 .side-menu-button:hover {
	color: rgba(255, 255, 255, .73);
}

.elementor-9944 .elementor-element.elementor-element-1e2e0d8 .side-menu-button-icon {
	font-size: 24px;
	margin-bottom: 10px;
}

.elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-size: var(--e-global-typography-primary-font-size);
	font-weight: var(--e-global-typography-primary-font-weight);
	line-height: var(--e-global-typography-primary-line-height);
}

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
	color: var(--e-global-color-text);
	fill: var(--e-global-color-text);
}

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover, .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted, .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus {
	color: var(--e-global-color-accent);
	fill: var(--e-global-color-accent);
}

.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before, .elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
	background-color: var(--e-global-color-accent);
}

.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before, .elementor-widget-nav-menu .e--pointer-framed .elementor-item:after {
	border-color: var(--e-global-color-accent);
}

.elementor-widget-nav-menu {
	--e-nav-menu-divider-color: var(--e-global-color-text);
}

.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown  .elementor-sub-item {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-9944 .elementor-element.elementor-element-72ede2a {
	width: auto;
	max-width: auto;
	--e-nav-menu-horizontal-menu-item-margin: calc(10px / 2);
}

.elementor-9944 .elementor-element.elementor-element-72ede2a > .elementor-widget-container {
	margin: 0px 50px 0px 0px;
}

.elementor-9944 .elementor-element.elementor-element-72ede2a .elementor-menu-toggle {
	margin: 0 auto;
}

.elementor-9944 .elementor-element.elementor-element-72ede2a .elementor-nav-menu .elementor-item {
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
}

.elementor-9944 .elementor-element.elementor-element-72ede2a .elementor-nav-menu--main .elementor-item {
	color: #000;
	fill: #000;
}

.elementor-9944 .elementor-element.elementor-element-72ede2a .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child) {
	margin-bottom: 10px;
}

.elementor-9944 .elementor-element.elementor-element-72ede2a .elementor-nav-menu--dropdown {
	background-color: #81c439;
}

.elementor-widget-button .elementor-button {
	background-color: var(--e-global-color-accent);
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
	line-height: var(--e-global-typography-accent-line-height);
}

.elementor-9944 .elementor-element.elementor-element-b0c34bb .elementor-button {
	background-color: #81c439;
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	border-radius: 30px 30px 30px 30px;
	padding: 13px 35px 13px 35px;
}

.elementor-9944 .elementor-element.elementor-element-b0c34bb .elementor-button:hover, .elementor-9944 .elementor-element.elementor-element-b0c34bb .elementor-button:focus {
	background-color: #74a632;
}

.elementor-9944 .elementor-element.elementor-element-b0c34bb {
	width: auto;
	max-width: auto;
}

@media (max-width:1024px) {
	.elementor-widget-image .widget-image-caption {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-9944 .elementor-element.elementor-element-3974a0b.elementor-column > .elementor-widget-wrap {
		justify-content: flex-end;
	}
	
	.elementor-widget-ucaddon_ue_side_menu .uc-side-menu-title {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-widget-ucaddon_ue_side_menu .uc-side-menu-items ul a {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-widget-ucaddon_ue_side_menu .uc-side-menu-items ul ul li a {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-widget-ucaddon_ue_side_menu .uc-side-menu-items ul ul ul li a {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-widget-ucaddon_ue_side_menu ul li.current-menu-item > a {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-widget-ucaddon_ue_side_menu .side-menu-search-holder input {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-widget-ucaddon_ue_side_menu .side-menu-button {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-9944 .elementor-element.elementor-element-1e2e0d8 > .elementor-widget-container {
		padding: 0px 100px 0px 0px;
	}
	
	.elementor-9944 .elementor-element.elementor-element-1e2e0d8 .open_side_menu {
		width: 40px;
		height: 40px;
	}
	
	.elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
		font-size: var(--e-global-typography-primary-font-size);
		line-height: var(--e-global-typography-primary-line-height);
	}
	
	.elementor-widget-button .elementor-button {
		line-height: var(--e-global-typography-accent-line-height);
	}
}

@media (min-width:768px) {
	.elementor-9944 .elementor-element.elementor-element-8693e92 {
		width: 14.948%;
	}
	
	.elementor-9944 .elementor-element.elementor-element-3974a0b {
		width: 85.052%;
	}
}

@media (max-width:1024px) and (min-width:768px) {
	.elementor-9944 .elementor-element.elementor-element-8693e92 {
		width: 30%;
	}
	
	.elementor-9944 .elementor-element.elementor-element-3974a0b {
		width: 70%;
	}
}

@media (max-width:767px) {
	.elementor-9944 .elementor-element.elementor-element-f73e1a7 {
		margin-top: 0px;
		margin-bottom: -1px;
		padding: 25px 25px 25px 25px;
	}
	
	.elementor-9944 .elementor-element.elementor-element-8693e92 {
		width: 50%;
	}
	
	.elementor-9944 .elementor-element.elementor-element-8693e92 > .elementor-element-populated {
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-widget-image .widget-image-caption {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-9944 .elementor-element.elementor-element-3974a0b {
		width: 50%;
	}
	
	.elementor-9944 .elementor-element.elementor-element-3974a0b.elementor-column > .elementor-widget-wrap {
		justify-content: flex-end;
	}
	
	.elementor-9944 .elementor-element.elementor-element-3974a0b > .elementor-element-populated {
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-widget-ucaddon_ue_side_menu .uc-side-menu-title {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-widget-ucaddon_ue_side_menu .uc-side-menu-items ul a {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-widget-ucaddon_ue_side_menu .uc-side-menu-items ul ul li a {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-widget-ucaddon_ue_side_menu .uc-side-menu-items ul ul ul li a {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-widget-ucaddon_ue_side_menu ul li.current-menu-item > a {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-widget-ucaddon_ue_side_menu .side-menu-search-holder input {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-widget-ucaddon_ue_side_menu .side-menu-button {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-9944 .elementor-element.elementor-element-1e2e0d8 > .elementor-widget-container {
		margin: -5px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-9944 .elementor-element.elementor-element-1e2e0d8 .open_side_menu {
		width: 40px;
		height: 40px;
	}
	
	.elementor-9944 .elementor-element.elementor-element-1e2e0d8 .uc-side-menu-items ul a {
		font-size: 14px;
	}
	
	.elementor-9944 .elementor-element.elementor-element-1e2e0d8 .uc-side-menu-items ul ul li a {
		font-size: 18px;
		padding: 15px 15px 15px 15px;
	}
	
	.elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
		font-size: var(--e-global-typography-primary-font-size);
		line-height: var(--e-global-typography-primary-line-height);
	}
	
	.elementor-widget-button .elementor-button {
		line-height: var(--e-global-typography-accent-line-height);
	}
}

/* Start custom CSS for ucaddon_ue_side_menu, class: .elementor-element-1e2e0d8 */
.uc-side-menu-items {
	padding-top: 85px;
}

.elementor-7327 .elementor-element.elementor-element-185fe1c1:not(.elementor-motion-effects-element-type-background), .elementor-7327 .elementor-element.elementor-element-185fe1c1 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: transparent;
	background-image: linear-gradient(179deg, #81c439 33%, #1e2532 35%);
}

.elementor-7327 .elementor-element.elementor-element-185fe1c1 > .elementor-container {
	max-width: 1190px;
}

.elementor-7327 .elementor-element.elementor-element-185fe1c1 {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin-top: -1px;
	margin-bottom: 0px;
	padding: 140px 0px 0px 0px;
}

.elementor-7327 .elementor-element.elementor-element-185fe1c1 > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-7327 .elementor-element.elementor-element-21b0ed32 > .elementor-element-populated {
	padding: 10px 0px 10px 0px;
}

.elementor-widget-image .widget-image-caption {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-7327 .elementor-element.elementor-element-46b5473f {
	text-align: left;
}

.elementor-7327 .elementor-element.elementor-element-173fa6c {
	text-align: left;
}

.elementor-7327 .elementor-element.elementor-element-44b495c1.elementor-column > .elementor-widget-wrap {
	justify-content: flex-end;
}

.elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-size: var(--e-global-typography-primary-font-size);
	font-weight: var(--e-global-typography-primary-font-weight);
	line-height: var(--e-global-typography-primary-line-height);
}

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
	color: var(--e-global-color-text);
	fill: var(--e-global-color-text);
}

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover, .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted, .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus {
	color: var(--e-global-color-accent);
	fill: var(--e-global-color-accent);
}

.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before, .elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
	background-color: var(--e-global-color-accent);
}

.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before, .elementor-widget-nav-menu .e--pointer-framed .elementor-item:after {
	border-color: var(--e-global-color-accent);
}

.elementor-widget-nav-menu {
	--e-nav-menu-divider-color: var(--e-global-color-text);
}

.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown  .elementor-sub-item {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-7327 .elementor-element.elementor-element-1b34abdb {
	width: auto;
	max-width: auto;
	--e-nav-menu-horizontal-menu-item-margin: calc(10px / 2);
}

.elementor-7327 .elementor-element.elementor-element-1b34abdb > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-7327 .elementor-element.elementor-element-1b34abdb .elementor-menu-toggle {
	margin: 0 auto;
}

.elementor-7327 .elementor-element.elementor-element-1b34abdb .elementor-nav-menu .elementor-item {
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
}

.elementor-7327 .elementor-element.elementor-element-1b34abdb .elementor-nav-menu--main .elementor-item {
	color: #fff;
	fill: #fff;
}

.elementor-7327 .elementor-element.elementor-element-1b34abdb .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child) {
	margin-bottom: 10px;
}

.elementor-7327 .elementor-element.elementor-element-1b34abdb .elementor-nav-menu--dropdown .elementor-item, .elementor-7327 .elementor-element.elementor-element-1b34abdb .elementor-nav-menu--dropdown  .elementor-sub-item {
	font-family: "Poppins", Sans-serif;
	font-weight: 500;
}

.elementor-7327 .elementor-element.elementor-element-aef75b9 {
	width: auto;
	max-width: auto;
	--e-nav-menu-horizontal-menu-item-margin: calc(10px / 2);
}

.elementor-7327 .elementor-element.elementor-element-aef75b9 > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-7327 .elementor-element.elementor-element-aef75b9 .elementor-nav-menu .elementor-item {
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}

.elementor-7327 .elementor-element.elementor-element-aef75b9 .elementor-nav-menu--main .elementor-item {
	color: #fff;
	fill: #fff;
}

.elementor-7327 .elementor-element.elementor-element-aef75b9 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child) {
	margin-bottom: 10px;
}

.elementor-7327 .elementor-element.elementor-element-75c97a46:not(.elementor-motion-effects-element-type-background), .elementor-7327 .elementor-element.elementor-element-75c97a46 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #1e2532;
}

.elementor-7327 .elementor-element.elementor-element-75c97a46 > .elementor-container {
	max-width: 1190px;
}

.elementor-7327 .elementor-element.elementor-element-75c97a46 {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin-top: -3px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-7327 .elementor-element.elementor-element-75c97a46 > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-7327 .elementor-element.elementor-element-7d13d6bd > .elementor-element-populated {
	margin: 10px 10px 10px 0px;
	--e-column-margin-right: 10px;
	--e-column-margin-left: 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-widget-text-editor {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap {
	color: var(--e-global-color-primary);
	border-color: var(--e-global-color-primary);
}

.elementor-7327 .elementor-element.elementor-element-e519814 {
	color: #fff;
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.elementor-widget-divider {
	--divider-color: var(--e-global-color-secondary);
}

.elementor-widget-divider .elementor-divider__text {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-size: var(--e-global-typography-secondary-font-size);
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-divider.elementor-view-stacked .elementor-icon {
	background-color: var(--e-global-color-secondary);
}

.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon {
	color: var(--e-global-color-secondary);
	border-color: var(--e-global-color-secondary);
}

.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg {
	fill: var(--e-global-color-secondary);
}

.elementor-7327 .elementor-element.elementor-element-5940677e {
	--divider-border-style: solid;
	--divider-color: #888;
	--divider-border-width: 1px;
}

.elementor-7327 .elementor-element.elementor-element-5940677e .elementor-divider-separator {
	width: 100%;
}

.elementor-7327 .elementor-element.elementor-element-5940677e .elementor-divider {
	padding-block-start: 15px;
	padding-block-end: 15px;
}

.elementor-7327 .elementor-element.elementor-element-2a25bf13 > .elementor-container > .elementor-column > .elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

.elementor-7327 .elementor-element.elementor-element-2a25bf13:not(.elementor-motion-effects-element-type-background), .elementor-7327 .elementor-element.elementor-element-2a25bf13 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #1e2532;
}

.elementor-7327 .elementor-element.elementor-element-2a25bf13 > .elementor-container {
	max-width: 1190px;
}

.elementor-7327 .elementor-element.elementor-element-2a25bf13 {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin-top: -4px;
	margin-bottom: 0px;
	padding: 0px 0px 50px 0px;
}

.elementor-7327 .elementor-element.elementor-element-2a25bf13 > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-bc-flex-widget .elementor-7327 .elementor-element.elementor-element-6685d044.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-7327 .elementor-element.elementor-element-6685d044.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-7327 .elementor-element.elementor-element-6685d044 > .elementor-element-populated {
	padding: 10px 10px 10px 0px;
}

.elementor-7327 .elementor-element.elementor-element-d763921 {
	color: #888;
	font-family: "Roboto", Sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.6em;
}

.elementor-7327 .elementor-element.elementor-element-dfdcb6b {
	color: #fff;
	font-family: "Poppins", Sans-serif;
	font-size: 12px;
	font-weight: 400;
}

.elementor-7327 .elementor-element.elementor-element-d3f1472 {
	color: #fff;
	font-family: "Poppins", Sans-serif;
	font-size: 12px;
	font-weight: 400;
}

.elementor-bc-flex-widget .elementor-7327 .elementor-element.elementor-element-25a2d7ec.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-7327 .elementor-element.elementor-element-25a2d7ec.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-7327 .elementor-element.elementor-element-25a2d7ec.elementor-column > .elementor-widget-wrap {
	justify-content: center;
}

.elementor-7327 .elementor-element.elementor-element-7e69e01a {
	width: auto;
	max-width: auto;
}

.elementor-7327 .elementor-element.elementor-element-8436a19 {
	width: auto;
	max-width: auto;
}

.elementor-7327 .elementor-element.elementor-element-8436a19 > .elementor-widget-container {
	padding: 0px 20px 0px 20px;
}

.elementor-7327 .elementor-element.elementor-element-55c45b5 {
	width: auto;
	max-width: auto;
}

.elementor-7327 .elementor-element.elementor-element-55c45b5 > .elementor-widget-container {
	padding: 0px 20px 0px 10px;
}

.elementor-bc-flex-widget .elementor-7327 .elementor-element.elementor-element-efe51da.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-7327 .elementor-element.elementor-element-efe51da.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-7327 .elementor-element.elementor-element-efe51da.elementor-column > .elementor-widget-wrap {
	justify-content: flex-end;
}

@media (max-width:1024px) {
	.elementor-7327 .elementor-element.elementor-element-185fe1c1 {
		padding: 100px 20px 0px 20px;
	}
	
	.elementor-widget-image .widget-image-caption {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
		font-size: var(--e-global-typography-primary-font-size);
		line-height: var(--e-global-typography-primary-line-height);
	}
	
	.elementor-7327 .elementor-element.elementor-element-7d13d6bd > .elementor-element-populated {
		padding: 10px 20px 10px 20px;
	}
	
	.elementor-widget-text-editor {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-widget-divider .elementor-divider__text {
		font-size: var(--e-global-typography-secondary-font-size);
	}
	
	.elementor-7327 .elementor-element.elementor-element-2a25bf13 {
		padding: 0px 20px 50px 20px;
	}
}

@media (max-width:767px) {
	.elementor-7327 .elementor-element.elementor-element-185fe1c1 {
		padding: 150px 0px 0px 0px;
	}
	
	.elementor-widget-image .widget-image-caption {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-7327 .elementor-element.elementor-element-173fa6c {
		text-align: center;
	}
	
	.elementor-7327 .elementor-element.elementor-element-44b495c1.elementor-column > .elementor-widget-wrap {
		justify-content: center;
	}
	
	.elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
		font-size: var(--e-global-typography-primary-font-size);
		line-height: var(--e-global-typography-primary-line-height);
	}
	
	.elementor-7327 .elementor-element.elementor-element-aef75b9 > .elementor-widget-container {
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-7327 .elementor-element.elementor-element-aef75b9 .elementor-nav-menu .elementor-item {
		line-height: 1.5em;
	}
	
	.elementor-7327 .elementor-element.elementor-element-aef75b9 .elementor-nav-menu--main .elementor-item {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.elementor-7327 .elementor-element.elementor-element-75c97a46 {
		margin-top: -1px;
		margin-bottom: -1px;
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-widget-text-editor {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-7327 .elementor-element.elementor-element-e519814 {
		text-align: center;
	}
	
	.elementor-widget-divider .elementor-divider__text {
		font-size: var(--e-global-typography-secondary-font-size);
	}
	
	.elementor-7327 .elementor-element.elementor-element-5940677e .elementor-divider-separator {
		width: 90%;
		margin: 0 auto;
		margin-center: 0;
	}
	
	.elementor-7327 .elementor-element.elementor-element-5940677e .elementor-divider {
		text-align: center;
	}
	
	.elementor-7327 .elementor-element.elementor-element-d763921 {
		text-align: center;
	}
	
	.elementor-7327 .elementor-element.elementor-element-7e69e01a {
		width: 100%;
		max-width: 100%;
	}
	
	.elementor-7327 .elementor-element.elementor-element-7e69e01a > .elementor-widget-container {
		padding: 0px 0px 20px 0px;
	}
	
	.elementor-7327 .elementor-element.elementor-element-8436a19 {
		width: 100%;
		max-width: 100%;
	}
	
	.elementor-7327 .elementor-element.elementor-element-8436a19 > .elementor-widget-container {
		padding: 0px 20px 20px 20px;
	}
	
	.elementor-7327 .elementor-element.elementor-element-55c45b5 {
		width: 100%;
		max-width: 100%;
	}
	
	.elementor-7327 .elementor-element.elementor-element-55c45b5 > .elementor-widget-container {
		padding: 0px 0px 20px 0px;
	}
	
	.elementor-7327 .elementor-element.elementor-element-efe51da > .elementor-element-populated {
		margin: 0px 0px 0px 0px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
		padding: 0px 0px 0px 0px;
	}
}

@media (min-width:768px) {
	.elementor-7327 .elementor-element.elementor-element-21b0ed32 {
		width: 22.018%;
	}
	
	.elementor-7327 .elementor-element.elementor-element-44b495c1 {
		width: 77.982%;
	}
	
	.elementor-7327 .elementor-element.elementor-element-6685d044 {
		width: 25.263%;
	}
	
	.elementor-7327 .elementor-element.elementor-element-25a2d7ec {
		width: 54.764%;
	}
	
	.elementor-7327 .elementor-element.elementor-element-efe51da {
		width: 19.637%;
	}
}

@media (max-width:1024px) and (min-width:768px) {
	.elementor-7327 .elementor-element.elementor-element-6685d044 {
		width: 35%;
	}
	
	.elementor-7327 .elementor-element.elementor-element-25a2d7ec {
		width: 65%;
	}
}

.oceanwp-about-me {
	position: relative;
	text-align: center;
}

.oceanwp-about-me .oceanwp-about-me-avatar, .oceanwp-about-me .oceanwp-about-me-social {
	margin-top: 20px;
}

.oceanwp-about-me .oceanwp-about-me-avatar img {
	position: relative;
	border-radius: 50%;
}

.oceanwp-about-me .oceanwp-about-me-name {
	display: block;
	font-size: 13px;
	font-weight: 600;
	margin: 16px 0 10px;
	text-transform: uppercase;
	clear: none;
}

.oceanwp-about-me .oceanwp-about-me-social li {
	display: inline-block;
	margin-left: 6px;
}

.oceanwp-about-me .oceanwp-about-me-social li:first-child {
	margin-left: 0;
}

.oceanwp-about-me .oceanwp-about-me-social li a {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li a, .oceanwp-about-me .oceanwp-about-me-social.style-color li a:hover {
	color: #fff;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li a .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-color li a:hover .owp-icon use {
	stroke: #fff;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.facebook a {
	background-color: #37589b;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.facebook a:hover {
	background-color: #4e7ddd;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.twitter a {
	background-color: #46d4fe;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.twitter a:hover {
	background-color: #7ee1fe;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.instagram a {
	background-color: #5996c7;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.instagram a:hover {
	background-color: #69b4f0;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.linkedin a {
	background-color: #419cca;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.linkedin a:hover {
	background-color: #52c3fc;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.pinterest a {
	background-color: #cb2027;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.pinterest a:hover {
	background-color: #f7555c;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.youtube a {
	background-color: #dd4646;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.youtube a:hover {
	background-color: #ff6262;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.telegram a {
	background-color: #08c;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.telegram a:hover {
	background-color: #0da4f0;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.twitch a {
	background-color: #6441a5;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.twitch a:hover {
	background-color: #702cee;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.line a {
	background-color: #00c300;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.line a:hover {
	background-color: #09f309;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.xing a {
	background-color: #006464;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.xing a:hover {
	background-color: #014646;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.vine a {
	background-color: #00bf8f;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.vine a:hover {
	background-color: #01906c;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.vimeo a {
	background-color: #1ab7ea;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.vimeo a:hover {
	background-color: #1494bd;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.github a {
	background-color: #60b044;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.github a:hover {
	background-color: #4f9237;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.flickr a {
	background-color: #fa4086;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.flickr a:hover {
	background-color: #c63169;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.yelp a {
	background-color: #c41200;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.yelp a:hover {
	background-color: #940f01;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.tripadvisor a {
	background-color: #589442;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.tripadvisor a:hover {
	background-color: #426f32;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.rss a {
	background-color: #ff7900;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.rss a:hover {
	background-color: #d46603;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.medium a {
	background-color: #00ab6c;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.medium a:hover {
	background-color: #03945f;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.vk a {
	background-color: #597ba5;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.vk a:hover {
	background-color: #486384;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.dribbble a {
	background-color: #ea4c89;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.dribbble a:hover {
	background-color: #c64174;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.tumblr a {
	background-color: #2c4762;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.tumblr a:hover {
	background-color: #1d3042;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.tiktok a {
	background-color: #000;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.tiktok a:hover {
	background-color: #141414;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li a {
	color: #aaa;
	border: 1px solid #e9e9e9;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li a .owp-icon use {
	stroke: #aaa;
}

.oceanwp-about-me .oceanwp-about-me-social.style-dark li a {
	color: #929292;
	border: 1px solid #555;
}

.oceanwp-about-me .oceanwp-about-me-social.style-dark li a .owp-icon use {
	stroke: #929292;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.facebook a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.facebook a:hover {
	color: #37589b;
	border-color: #37589b;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.facebook a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.facebook a:hover .owp-icon use {
	stroke: #37589b;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.twitter a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.twitter a:hover {
	color: #46d4fe;
	border-color: #46d4fe;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.twitter a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.twitter a:hover .owp-icon use {
	stroke: #46d4fe;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.instagram a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.instagram a:hover {
	color: #5996c7;
	border-color: #5996c7;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.instagram a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.instagram a:hover .owp-icon use {
	stroke: #5996c7;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.linkedin a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.linkedin a:hover {
	color: #419cca;
	border-color: #419cca;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.linkedin a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.linkedin a:hover .owp-icon use {
	stroke: #419cca;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.pinterest a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.pinterest a:hover {
	color: #cb2027;
	border-color: #cb2027;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.pinterest a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.pinterest a:hover .owp-icon use {
	stroke: #cb2027;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.youtube a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.youtube a:hover {
	color: #dd4646;
	border-color: #dd4646;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.youtube a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.youtube a:hover .owp-icon use {
	stroke: #dd4646;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.telegram a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.telegram a:hover {
	color: #08c;
	border-color: #08c;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.telegram a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.telegram a:hover .owp-icon use {
	stroke: #08c;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.twitch a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.twitch a:hover {
	color: #6441a5;
	border-color: #6441a5;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.twitch a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.twitch a:hover .owp-icon use {
	stroke: #6441a5;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.line a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.line a:hover {
	color: #00c300;
	border-color: #00c300;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.line a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.line a:hover .owp-icon use {
	stroke: #00c300;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.xing a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.xing a:hover {
	color: #006464;
	border-color: #006464;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.xing a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.xing a:hover .owp-icon use {
	stroke: #006464;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.vine a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.vine a:hover {
	color: #00bf8f;
	border-color: #00bf8f;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.vine a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.vine a:hover .owp-icon use {
	stroke: #00bf8f;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.vimeo a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.vimeo a:hover {
	color: #1ab7ea;
	border-color: #1ab7ea;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.vimeo a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.vimeo a:hover .owp-icon use {
	stroke: #1ab7ea;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.github a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.github a:hover {
	color: #60b044;
	border-color: #60b044;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.github a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.github a:hover .owp-icon use {
	stroke: #60b044;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.flickr a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.flickr a:hover {
	color: #fa4086;
	border-color: #fa4086;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.flickr a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.flickr a:hover .owp-icon use {
	stroke: #fa4086;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.yelp a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.yelp a:hover {
	color: #c41200;
	border-color: #c41200;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.yelp a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.yelp a:hover .owp-icon use {
	stroke: #c41200;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.tripadvisor a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.tripadvisor a:hover {
	color: #589442;
	border-color: #589442;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.tripadvisor a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.tripadvisor a:hover .owp-icon use {
	stroke: #589442;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.rss a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.rss a:hover {
	color: #ff7900;
	border-color: #ff7900;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.rss a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.rss a:hover .owp-icon use {
	stroke: #ff7900;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.medium a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.medium a:hover {
	color: #00ab6c;
	border-color: #00ab6c;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.medium a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.medium a:hover .owp-icon use {
	stroke: #00ab6c;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.vk a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.vk a:hover {
	color: #597ba5;
	border-color: #597ba5;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.vk a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.vk a:hover .owp-icon use {
	stroke: #597ba5;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.dribbble a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.dribbble a:hover {
	color: #ea4c89;
	border-color: #ea4c89;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.dribbble a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.dribbble a:hover .owp-icon use {
	stroke: #ea4c89;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.tumblr a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.tumblr a:hover {
	color: #2c4762;
	border-color: #2c4762;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.tumblr a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.tumblr a:hover .owp-icon use {
	stroke: #2c4762;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.tiktok a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.tiktok a:hover {
	color: #000;
	border-color: #000;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.tiktok a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.tiktok a:hover .owp-icon use {
	stroke: #000;
}

#wp-calendar {
	position: relative;
	width: 100%;
	font-size: 12px;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	border: 0;
}

#wp-calendar caption {
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 400;
	padding-bottom: 10px;
	padding: 0 0 10px 0;
	background-color: rgba(0, 0, 0, 0);
	color: #13aff0;
	border-width: 0 0 3px 0;
	border-style: solid;
	border-color: #e9e9e9;
	text-align: center;
	text-transform: uppercase;
}

#wp-calendar td, #wp-calendar th {
	text-align: center;
}

#wp-calendar th {
	font-family: "Open Sans";
	font-size: 12px;
	font-weight: 400;
	padding: 13px 0px 14px 0px;
	background-color: rgba(0, 0, 0, 0);
	color: #777;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #e9e9e9;
}

#wp-calendar tbody {
	border-width: 0 0 3px 0;
	border-style: solid;
	border-color: #e9e9e9;
}

#wp-calendar tbody td, #wp-calendar tbody td:hover, #wp-calendar tbody td.pad:hover {
	background: rgba(0, 0, 0, 0);
}

#wp-calendar tbody td {
	font-family: "Open Sans";
	font-size: 12px;
	color: #929292;
	width: 14.2857%;
	height: 30px;
	line-height: 30px;
	font-weight: 400;
	padding: 5px 0 0 0;
	border: 0;
	vertical-align: middle;
}

#wp-calendar tbody tr:last-child td {
	padding-bottom: 10px;
}

#wp-calendar tbody a, #wp-calendar tbody #today {
	font-weight: 600;
}

#wp-calendar tbody #today {
	color: #111;
}

#wp-calendar tfoot td {
	background-color: rgba(0, 0, 0, 0);
	border: 0;
}

#wp-calendar tfoot tr td {
	position: absolute;
	top: -10px;
	font-family: "Montserrat", sans-serif;
	background-color: rgba(0, 0, 0, 0) !important;
	font-size: 11px;
	padding-top: 10px;
	text-transform: uppercase;
}

#wp-calendar tfoot tr td#prev, #wp-calendar tfoot tr td#next {
	z-index: 10;
}

#wp-calendar tfoot tr td a {
	border-bottom: 1px solid;
}

#wp-calendar tfoot tr td a:hover {
	border-bottom-style: dashed;
}

#wp-calendar tfoot #next {
	right: 0;
}

.contact-info-widget {
	list-style: none;
	margin: 0;
	padding: 0;
}

.contact-info-widget li {
	display: inline-block;
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	border: 0;
}

.contact-info-widget li:last-child {
	margin-bottom: 0;
}

.contact-info-widget .oceanwp-info-wrap, .contact-info-widget span.oceanwp-contact-title, .contact-info-widget span.oceanwp-contact-text {
	display: block;
}

.contact-info-widget span.oceanwp-contact-title {
	color: #777;
	font-weight: bold;
	line-height: 1.4;
}

.contact-info-widget span.oceanwp-contact-text {
	line-height: 18px;
}

.contact-info-widget li.skype {
	display: inline-block;
}

.contact-info-widget li.skype a {
	display: inline-block;
	background-color: #0ca5de;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 12px 15px;
}

.contact-info-widget li.skype a:hover {
	background-color: #0581af;
	color: #fff;
}

.contact-info-widget.default i, .contact-info-widget.default .owp-icon {
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #e9e9e9;
	color: #13aff0;
	margin-right: 15px;
	text-align: center;
	border-radius: 2px;
}

.contact-info-widget.default .owp-icon {
	padding: 10px;
}

.contact-info-widget.default .owp-icon use {
	stroke: #13aff0;
}

.contact-info-widget.default .oceanwp-info-wrap {
	padding-left: 55px;
}

.contact-info-widget.big-icons li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

.contact-info-widget.big-icons li:last-child {
	margin-bottom: 0;
}

.contact-info-widget.big-icons i, .contact-info-widget.big-icons .owp-icon {
	float: left;
	width: 72px;
	height: 72px;
	line-height: 72px;
	font-size: 30px;
	margin-right: 20px;
	color: #13aff0;
	border: 1px solid #e9e9e9;
	text-align: center;
	border-radius: 50%;
	transition: all .3s ease;
}

.contact-info-widget.big-icons .owp-icon {
	padding: 16px;
}

.contact-info-widget.big-icons .owp-icon use {
	stroke: #13aff0;
}

.contact-info-widget.big-icons li:hover i {
	background-color: #13aff0;
	color: #fff;
	border-color: #13aff0;
}

.contact-info-widget.big-icons li:hover .owp-icon {
	background-color: #13aff0;
	border-color: #13aff0;
}

.contact-info-widget.big-icons li:hover .owp-icon use {
	stroke: #fff;
}

.contact-info-widget.big-icons span.oceanwp-contact-title {
	display: block;
	font-size: 14px;
}

.contact-info-widget.big-icons li.skype a {
	width: 100%;
	text-align: center;
}

.contact-info-widget.no-icons li .oceanwp-contact-title {
	display: inline-block;
	min-width: 70px;
	font-weight: 600;
}

.contact-info-widget.no-icons li.skype {
	margin-top: 20px;
}

.oceanwp-custom-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.oceanwp-custom-links li {
	padding: 2px 0;
}

.oceanwp-custom-links li a {
	display: inline-block;
	position: relative;
	font-size: 13px;
	color: #333;
}

.oceanwp-custom-links li a:before {
	content: "";
	display: inline-block;
	color: #929292;
	font-size: 10px;
	margin-right: 10px;
	margin-top: -2px;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	vertical-align: middle;
	zoom: 1;
}

.oceanwp-custom-links li a:hover {
	margin-left: 8px;
	color: #13aff0;
}

.oceanwp-custom-links li a:hover:before {
	color: #13aff0;
}

.oceanwp-custom-links li:first-child {
	padding-top: 0;
}

.oceanwp-custom-menu.right {
	text-align: right;
}

.oceanwp-custom-menu.center {
	text-align: center;
}

.oceanwp-custom-menu>ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.oceanwp-custom-menu>ul>li {
	float: none;
	display: inline-block;
}

.oceanwp-custom-menu>ul>li>a {
	display: block;
	padding: 8px 15px;
	font-size: 13px;
	line-height: 20px;
	color: #555;
	letter-spacing: .6px;
}

.oceanwp-custom-menu>ul>li>a:hover {
	color: #333;
}

.custom-menu-widget .oceanwp-custom-menu>ul>li {
	display: block;
	border-bottom: 1px solid #e9e9e9;
}

.custom-menu-widget .oceanwp-custom-menu>ul>li>a {
	padding: 8px 0;
}

.custom-menu-widget .oceanwp-custom-menu>ul>li>a .nav-arrow {
	position: absolute;
	top: 50%;
	right: 0;
	padding: 0;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.custom-menu-widget .oceanwp-custom-menu.right>ul>li>a .nav-arrow {
	right: auto;
	left: 0;
}

[dir=rtl] .custom-menu-widget .oceanwp-custom-menu.right>ul>li>a .nav-arrow {
	right: 0;
	left: auto;
}

.custom-menu-widget .oceanwp-custom-menu .dropdown-menu .sub-menu {
	position: relative;
	top: auto;
	left: auto;
	background-color: rgba(0, 0, 0, 0);
	border-top: 0;
	min-width: 100%;
	margin: 10px 0 0 12px;
	line-height: 1;
	box-shadow: none;
}

[dir=rtl] .custom-menu-widget .oceanwp-custom-menu .dropdown-menu .sub-menu {
	right: auto;
}

.custom-menu-widget .oceanwp-custom-menu .dropdown-menu .sub-menu li {
	float: none;
	display: block;
	border-bottom: 1px solid #e9e9e9;
}

.custom-menu-widget .oceanwp-custom-menu .dropdown-menu .sub-menu li:last-child {
	border-bottom: 0;
}

.custom-menu-widget .oceanwp-custom-menu .dropdown-menu .sub-menu li a.menu-link {
	padding: 8px 0;
	font-size: 13px;
	line-height: 20px;
	color: #555;
	letter-spacing: .6px;
}

.custom-menu-widget .oceanwp-custom-menu .dropdown-menu .sub-menu li a.menu-link:hover {
	background-color: rgba(0, 0, 0, 0);
	color: #333;
}

.custom-menu-widget .oceanwp-custom-menu>ul.click-menu li a {
	position: relative;
}

.custom-menu-widget .oceanwp-custom-menu>ul.click-menu li a .nav-arrow {
	display: none;
}

.custom-menu-widget .oceanwp-custom-menu>ul.click-menu .open-this {
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
	height: 100%;
	line-height: 36px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	z-index: 10;
}

[dir=rtl] .custom-menu-widget .oceanwp-custom-menu>ul.click-menu .open-this {
	left: 0;
	right: auto;
}

.custom-menu-widget .oceanwp-custom-menu>ul.click-menu .open-this i {
	padding: 0;
}

.custom-menu-widget .oceanwp-custom-menu>ul.click-menu li.opened>a>.open-this i:before {
	content: "";
}

.custom-menu-widget .oceanwp-custom-menu>ul.click-menu .sub-menu {
	border-top: 1px solid #e9e9e9;
	margin: 0;
}

.oceanwp-instagram-pics li {
	display: block;
	float: left;
	height: 100%;
	transition: all .3s ease;
}

.oceanwp-instagram-pics.margin li {
	padding: 3px;
}

.oceanwp-instagram-pics li a {
	vertical-align: top;
}

.oceanwp-instagram-pics li img {
	display: block;
	width: 100%;
}

.oceanwp-instagram-pics li:hover {
	opacity: .8;
}

.oceanwp-instagram-header {
	position: relative;
	padding: 10px;
}

.oceanwp-instagram-header.oceanwp-left {
	text-align: left;
}

.oceanwp-instagram-header.oceanwp-right {
	text-align: right;
}

.oceanwp-instagram-header.oceanwp-center {
	text-align: center;
}

.oceanwp-instagram-avatar {
	line-height: 1;
}

.oceanwp-instagram-header.oceanwp-left .oceanwp-instagram-avatar {
	float: left;
	margin-right: 10px;
}

.oceanwp-instagram-header.oceanwp-right .oceanwp-instagram-avatar {
	float: right;
	margin-left: 10px;
}

.oceanwp-instagram-header.oceanwp-center .oceanwp-instagram-avatar {
	margin: 0 0 10px;
}

.oceanwp-instagram-avatar a {
	position: relative;
	display: inline-block;
	width: 75px;
	height: 75px;
	overflow: hidden;
}

.oceanwp-instagram-avatar.square a, .oceanwp-instagram-avatar.square a img {
	border-radius: 2px;
}

.oceanwp-instagram-avatar.rounded a, .oceanwp-instagram-avatar.rounded a img {
	border-radius: 50%;
}

.oceanwp-instagram-avatar a img {
	width: 75px;
	height: 75px;
	transition: all .3s ease;
}

.oceanwp-instagram-avatar a:hover img {
	opacity: .5;
}

.oceanwp-instagram-follow {
	position: absolute;
	top: 0;
	margin-top: -12px;
	display: block;
	text-align: center;
	width: 100%;
	opacity: 0;
	transition: all ease-out .2s;
}

.oceanwp-instagram-follow span {
	display: inline-block;
	padding: 4px 6px;
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
	background-color: #47bc60;
	background-image: linear-gradient(top, #47bc60, #39a64e);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="#47bc60", EndColorStr="#39a64e");
	color: #fff;
	border: 1px solid #329345;
	text-shadow: 0 1px 1px #2c803c;
	border-radius: 3px;
}

.oceanwp-instagram-avatar a:hover .oceanwp-instagram-follow {
	top: 50%;
	opacity: 1;
}

.oceanwp-instagram-info .oceanwp-instagram-username {
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 4px;
	text-transform: capitalize;
}

.oceanwp-instagram-info .oceanwp-instagram-desc {
	display: block;
	line-height: 1.3;
	margin: 0;
}

.oceanwp-instagram-pics.style-one li:first-child {
	width: 100%;
}

.oceanwp-instagram-pics.style-one li {
	width: 33.33%;
}

.oceanwp-instagram-pics.style-two li:nth-child(1), .oceanwp-instagram-pics.style-two li:nth-child(2) {
	width: 50%;
}

.oceanwp-instagram-pics.style-two li {
	width: 25%;
}

.oceanwp-instagram-pics.style-three li:nth-child(4n+1) {
	width: 100%;
}

.oceanwp-instagram-pics.style-three li {
	width: 33.33%;
}

.oceanwp-style-four-wrap {
	background: #f6f6f6;
	border-bottom: 3px solid #eee;
	border-radius: 3px;
}

.oceanwp-instagram-bar {
	background-color: #6f97b6;
	background-image: linear-gradient(top, #6f97b6, #3f729b);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="#6f97b6", EndColorStr="#3f729b");
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	overflow: hidden;
}

.oceanwp-instagram-bar .instagram-logo {
	display: block;
	margin: 8px auto 6px;
	width: 96px;
	height: 29px;
	background: url("https://cdn-fnifa.nitrocdn.com/uDlrWHzfsQgaxMkyTxPMqLQADaBwqPrO/assets/images/optimized/rev-3f0cc97/www.motoza.com/wp-content/plugins/ocean-extra/assets/img/instagram-logo.png") no-repeat;
}

.oceanwp-instagram-bar .instagram-logo.nitro-lazy {
	background-image: none !important;
}

.oceanwp-style-four-wrap .oceanwp-instagram-header {
	background-color: #fff;
	padding: 20px 15px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #eaeaea;
}

.oceanwp-style-four-wrap .oceanwp-instagram-header.oceanwp-after {
	border-top: 1px solid #eaeaea;
	margin-bottom: 10px;
}

.oceanwp-instagram-pics.style-four.margin li img {
	padding: 3px;
	background: #fff;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .04), 0 1px 5px rgba(0, 0, 0, .1);
}

.oceanwp-instagram-pics.style-four {
	padding: 10px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-color: #eaeaea;
}

.oceanwp-instagram-pics.style-four li {
	width: 33.33%;
}

.oceanwp-instagram-pics.two-columns li {
	width: 50%;
}

.oceanwp-instagram-pics.three-columns li {
	width: 33.33%;
}

.oceanwp-instagram-pics.four-columns li {
	width: 25%;
}

.oceanwp-instagram-pics.five-columns li {
	width: 20%;
}

.oceanwp-instagram-pics.six-columns li {
	width: 16.66%;
}

.oceanwp-instagram-pics.seven-columns li {
	width: 14.28%;
}

.oceanwp-instagram-pics.eight-columns li {
	width: 12.5%;
}

.oceanwp-instagram-pics.nine-columns li {
	width: 11.11%;
}

.oceanwp-instagram-pics.ten-columns li {
	width: 10%;
}

.oceanwp-instagram-link {
	display: block;
	margin: 10px 0 0;
	text-align: center;
}

.oceanwp-instagram-link a {
	display: inline-block;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: .8px;
	padding: 0 0 3px;
	border-bottom: 1px solid;
	text-transform: uppercase;
}

.oceanwp-style-four-wrap .oceanwp-instagram-link {
	padding: 3px 0 16px;
	margin: 0;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-color: #eaeaea;
}

.oceanwp-style-four-wrap .oceanwp-instagram-link a {
	display: block;
	background-color: #5582a7;
	color: #fff;
	padding: 12px 8px;
	margin: 0 auto;
	font-weight: 600;
	border: 0;
	width: 80%;
	max-width: 300px;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .04), 0 1px 3px rgba(0, 0, 0, .1);
}

.oceanwp-style-four-wrap .oceanwp-instagram-link a:hover {
	background-color: #3f729b;
	color: #fff;
}

.oceanwp-flickr-wrap .flickr_badge_image {
	float: left;
	margin: 0 4% 10px 0;
	width: 30.6%;
	transition: all .3s ease;
}

.oceanwp-flickr-wrap .flickr_badge_image:hover {
	opacity: .8;
}

.oceanwp-flickr-wrap .flickr_badge_image#flickr_badge_image3, .oceanwp-flickr-wrap .flickr_badge_image#flickr_badge_image6, .oceanwp-flickr-wrap .flickr_badge_image#flickr_badge_image9 {
	margin-right: 0;
}

.oceanwp-flickr-wrap .flickr_badge_image a {
	border: none;
}

.oceanwp-flickr-wrap .flickr_badge_image img {
	margin: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}

p.flickr_stream_wrap {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 90%;
	line-height: 1;
	letter-spacing: .6px;
}

p.flickr_stream_wrap a {
	display: inline-block;
	background-image: url("https://cdn-fnifa.nitrocdn.com/uDlrWHzfsQgaxMkyTxPMqLQADaBwqPrO/assets/images/optimized/rev-3f0cc97/www.motoza.com/wp-content/plugins/ocean-extra/assets/img/flickr.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}

p.flickr_stream_wrap a.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width: 480px) {
	.oceanwp-flickr-wrap .flickr_badge_image {
		width: 23%;
	}
}

.oceanwp-newsletter-form-wrap {
	position: relative;
}

.oceanwp-newsletter-form-wrap .oceanwp-mail-text {
	margin-bottom: 10px;
}

.oceanwp-newsletter-form-wrap form {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
}

.oceanwp-newsletter-form-wrap input[type=email] {
	height: 50px;
	padding: 0 15px;
	margin: 0;
}

.oceanwp-newsletter-form-wrap button {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	padding: 0 15px;
	height: 60%;
	border-radius: 3px;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#mc-embedded-subscribe-form .email-wrap {
	position: relative;
	margin-bottom: 10px;
}

#mc-embedded-subscribe-form .gdpr-wrap label, #mc-embedded-subscribe-form .gdpr-wrap .err-msg {
	display: block;
}

#mc-embedded-subscribe-form .err-msg, #mc-embedded-subscribe-form .res-msg {
	display: block;
	padding: 3px 13px;
	margin-bottom: 10px;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 4px;
}

#mc-embedded-subscribe-form .err-msg, #mc-embedded-subscribe-form .failed.res-msg {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

#mc-embedded-subscribe-form .success.res-msg {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

#mc-embedded-subscribe-form .success.res-msg, #mc-embedded-subscribe-form .failed.res-msg {
	margin: 6px 0 0;
}

body.woocommerce .oceanwp-newsletter-form-wrap button {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.oceanwp-recent-posts li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	line-height: 1.6;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #e9e9e9;
}

.oceanwp-recent-posts li:first-child {
	margin-top: 0;
	padding-top: 0;
	border: 0;
}

.oceanwp-recent-posts .recent-posts-thumbnail {
	position: relative;
	width: 25%;
	min-width: 68px;
	margin-right: 4%;
}

.oceanwp-recent-posts .recent-posts-thumbnail img {
	width: 100%;
	border-radius: 3px;
}

.oceanwp-recent-posts .recent-posts-thumbnail .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, .2);
	opacity: 0;
	text-align: center;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
}

.oceanwp-recent-posts .recent-posts-thumbnail:hover .overlay {
	opacity: 1;
}

.oceanwp-recent-posts .recent-posts-details {
	width: 100%;
}

.oceanwp-recent-posts .recent-posts-title {
	font-weight: 500;
	letter-spacing: .4px;
}

.oceanwp-recent-posts .recent-posts-info {
	display: block;
	color: #aaa;
	margin-top: 6px;
	font-size: 10px;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: .2px;
}

.oceanwp-recent-posts .recent-posts-info .sep {
	padding: 0 3px;
}

.oceanwp-recent-posts .recent-posts-date, .oceanwp-recent-posts .recent-posts-comments {
	display: inline-block;
}

.oceanwp-recent-posts .recent-posts-date i, .oceanwp-recent-posts .recent-posts-comments i {
	margin-right: 4px;
}

.oceanwp-recent-posts .recent-posts-comments a {
	color: #999;
}

.oceanwp-recent-posts .recent-posts-comments a:hover {
	color: #32b6c0;
}

@media only screen and (max-width: 959px) {
	.oceanwp-recent-posts .recent-posts-thumbnail {
		width: 15%;
		margin-right: 3%;
	}
}

@media only screen and (max-width: 480px) {
	.oceanwp-recent-posts .recent-posts-thumbnail {
		width: 25%;
		margin-right: 4%;
	}
}

.oceanwp-social-icons {
	display: inline-block;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.oceanwp-social-icons.rotate a:hover {
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.oceanwp-social-icons.zoomout a:hover {
	-ms-transform: scale(.8);
	transform: scale(.8);
}

.oceanwp-social-icons.float a:hover {
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}

.oceanwp-social-icons li {
	display: inline-block;
	margin: 3px;
	padding: 0;
}

.oceanwp-social-icons li a {
	display: block;
	padding: 0;
	text-align: center;
}

.oceanwp-social-icons li .owp-icon {
	vertical-align: inherit;
}

.oceanwp-social-icons.style-light li a, .oceanwp-social-icons.style-dark li a, .oceanwp-social-icons.style-colored li a {
	width: 55px;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	border-radius: 2px;
}

.oceanwp-social-icons.style-light li a {
	color: #bbb;
	border: 1px solid #e9e9e9;
}

.oceanwp-social-icons.style-light li a .owp-icon use {
	stroke: #bbb;
}

.oceanwp-social-icons.style-light li.oceanwp-twitter a:hover {
	color: #46d4fe !important;
	border-color: #46d4fe !important;
}

.oceanwp-social-icons.style-light li.oceanwp-twitter a:hover .owp-icon use {
	stroke: #46d4fe !important;
}

.oceanwp-social-icons.style-light li.oceanwp-facebook a:hover {
	color: #37589b !important;
	border-color: #37589b !important;
}

.oceanwp-social-icons.style-light li.oceanwp-facebook a:hover .owp-icon use {
	stroke: #37589b !important;
}

.oceanwp-social-icons.style-light li.oceanwp-pinterest a:hover {
	color: #cb2027 !important;
	border-color: #cb2027 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-pinterest a:hover .owp-icon use {
	stroke: #cb2027 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-dribbble a:hover {
	color: #ea4c89 !important;
	border-color: #ea4c89 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-dribbble a:hover .owp-icon use {
	stroke: #ea4c89 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-vk a:hover {
	color: #597ba5 !important;
	border-color: #597ba5 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-vk a:hover .owp-icon use {
	stroke: #597ba5 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-instagram a:hover {
	color: #3f729b !important;
	border-color: #3f729b !important;
}

.oceanwp-social-icons.style-light li.oceanwp-instagram a:hover .owp-icon use {
	stroke: #3f729b !important;
}

.oceanwp-social-icons.style-light li.oceanwp-linkedin a:hover {
	color: #39c !important;
	border-color: #39c !important;
}

.oceanwp-social-icons.style-light li.oceanwp-linkedin a:hover .owp-icon use {
	stroke: #39c !important;
}

.oceanwp-social-icons.style-light li.oceanwp-tumblr a:hover {
	color: #2c4762 !important;
	border-color: #2c4762 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-tumblr a:hover .owp-icon use {
	stroke: #2c4762 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-github a:hover {
	color: #60b044 !important;
	border-color: #60b044 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-github a:hover .owp-icon use {
	stroke: #60b044 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-flickr a:hover {
	color: #fa4086 !important;
	border-color: #fa4086 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-flickr a:hover .owp-icon use {
	stroke: #fa4086 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-skype a:hover {
	color: #00aff0 !important;
	border-color: #00aff0 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-skype a:hover .owp-icon use {
	stroke: #00aff0 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-trello a:hover {
	color: #0079bf !important;
	border-color: #0079bf !important;
}

.oceanwp-social-icons.style-light li.oceanwp-trello a:hover .owp-icon use {
	stroke: #0079bf !important;
}

.oceanwp-social-icons.style-light li.oceanwp-foursquare a:hover {
	color: #2d5be3 !important;
	border-color: #2d5be3 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-foursquare a:hover .owp-icon use {
	stroke: #2d5be3 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-youtube a:hover {
	color: #c4302b !important;
	border-color: #c4302b !important;
}

.oceanwp-social-icons.style-light li.oceanwp-youtube a:hover .owp-icon use {
	stroke: #c4302b !important;
}

.oceanwp-social-icons.style-light li.oceanwp-vimeo a:hover {
	color: #1ab7ea !important;
	border-color: #1ab7ea !important;
}

.oceanwp-social-icons.style-light li.oceanwp-vimeo a:hover .owp-icon use {
	stroke: #1ab7ea !important;
}

.oceanwp-social-icons.style-light li.oceanwp-vine a:hover {
	color: #00bf8f !important;
	border-color: #00bf8f !important;
}

.oceanwp-social-icons.style-light li.oceanwp-vine a:hover .owp-icon use {
	stroke: #00bf8f !important;
}

.oceanwp-social-icons.style-light li.oceanwp-xing a:hover {
	color: #006464 !important;
	border-color: #006464 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-xing a:hover .owp-icon use {
	stroke: #006464 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-yelp a:hover {
	color: #c41200 !important;
	border-color: #c41200 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-yelp a:hover .owp-icon use {
	stroke: #c41200 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-tripadvisor a:hover {
	color: #589442 !important;
	border-color: #589442 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-tripadvisor a:hover .owp-icon use {
	stroke: #589442 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-rss a:hover {
	color: #ff7900 !important;
	border-color: #ff7900 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-rss a:hover .owp-icon use {
	stroke: #ff7900 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-email a:hover {
	color: #13aff0 !important;
	border-color: #13aff0 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-email a:hover .owp-icon use {
	stroke: #13aff0 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-telegram a:hover {
	color: #08c !important;
	border-color: #08c !important;
}

.oceanwp-social-icons.style-light li.oceanwp-telegram a:hover .owp-icon use {
	stroke: #08c !important;
}

.oceanwp-social-icons.style-light li.oceanwp-twitch a:hover {
	color: #6441a5 !important;
	border-color: #6441a5 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-twitch a:hover .owp-icon use {
	stroke: #6441a5 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-line a:hover {
	color: #00c300 !important;
	border-color: #00c300 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-line a:hover .owp-icon use {
	stroke: #00c300 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-medium a:hover {
	color: #00ab6c !important;
	border-color: #00ab6c !important;
}

.oceanwp-social-icons.style-light li.oceanwp-medium a:hover .owp-icon use {
	stroke: #00ab6c !important;
}

.oceanwp-social-icons.style-light li.oceanwp-tiktok a:hover {
	color: #000 !important;
	border-color: #000 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-tiktok a:hover .owp-icon use {
	stroke: #000 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-vk a:hover {
	color: #597ba5 !important;
	border-color: #597ba5 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-vk a:hover .owp-icon use {
	stroke: #597ba5 !important;
}

.oceanwp-social-icons.style-dark li a {
	color: #333;
	border: 1px solid #333;
}

.oceanwp-social-icons.style-dark li a .owp-icon use {
	stroke: #333;
}

.oceanwp-social-icons.style-dark li.oceanwp-twitter a:hover {
	color: #46d4fe !important;
	border-color: #46d4fe !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-twitter a:hover .owp-icon use {
	stroke: #46d4fe !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-facebook a:hover {
	color: #37589b !important;
	border-color: #37589b !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-facebook a:hover .owp-icon use {
	stroke: #37589b !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-pinterest a:hover {
	color: #cb2027 !important;
	border-color: #cb2027 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-pinterest a:hover .owp-icon use {
	stroke: #cb2027 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-dribbble a:hover {
	color: #ea4c89 !important;
	border-color: #ea4c89 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-dribbble a:hover .owp-icon use {
	stroke: #ea4c89 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-vk a:hover {
	color: #597ba5 !important;
	border-color: #597ba5 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-vk a:hover .owp-icon use {
	stroke: #597ba5 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-instagram a:hover {
	color: #3f729b !important;
	border-color: #3f729b !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-instagram a:hover .owp-icon use {
	stroke: #3f729b !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-linkedin a:hover {
	color: #39c !important;
	border-color: #39c !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-linkedin a:hover .owp-icon use {
	stroke: #39c !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-tumblr a:hover {
	color: #2c4762 !important;
	border-color: #2c4762 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-tumblr a:hover .owp-icon use {
	stroke: #2c4762 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-github a:hover {
	color: #60b044 !important;
	border-color: #60b044 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-github a:hover .owp-icon use {
	stroke: #60b044 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-flickr a:hover {
	color: #fa4086 !important;
	border-color: #fa4086 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-flickr a:hover .owp-icon use {
	stroke: #fa4086 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-skype a:hover {
	color: #00aff0 !important;
	border-color: #00aff0 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-skype a:hover .owp-icon use {
	stroke: #00aff0 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-trello a:hover {
	color: #0079bf !important;
	border-color: #0079bf !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-trello a:hover .owp-icon use {
	stroke: #0079bf !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-foursquare a:hover {
	color: #2d5be3 !important;
	border-color: #2d5be3 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-foursquare a:hover .owp-icon use {
	stroke: #2d5be3 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-youtube a:hover {
	color: #c4302b !important;
	border-color: #c4302b !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-youtube a:hover .owp-icon use {
	stroke: #c4302b !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-vimeo a:hover {
	color: #1ab7ea !important;
	border-color: #1ab7ea !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-vimeo a:hover .owp-icon use {
	stroke: #1ab7ea !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-vine a:hover {
	color: #00bf8f !important;
	border-color: #00bf8f !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-vine a:hover .owp-icon use {
	stroke: #00bf8f !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-xing a:hover {
	color: #006464 !important;
	border-color: #006464 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-xing a:hover .owp-icon use {
	stroke: #006464 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-yelp a:hover {
	color: #c41200 !important;
	border-color: #c41200 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-yelp a:hover .owp-icon use {
	stroke: #c41200 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-tripadvisor a:hover {
	color: #589442 !important;
	border-color: #589442 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-tripadvisor a:hover .owp-icon use {
	stroke: #589442 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-rss a:hover {
	color: #ff7900 !important;
	border-color: #ff7900 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-rss a:hover .owp-icon use {
	stroke: #ff7900 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-email a:hover {
	color: #13aff0 !important;
	border-color: #13aff0 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-email a:hover .owp-icon use {
	stroke: #13aff0 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-telegram a:hover {
	color: #08c !important;
	border-color: #08c !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-telegram a:hover .owp-icon use {
	stroke: #08c !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-twitch a:hover {
	color: #6441a5 !important;
	border-color: #6441a5 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-twitch a:hover .owp-icon use {
	stroke: #6441a5 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-line a:hover {
	color: #00c300 !important;
	border-color: #00c300 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-line a:hover .owp-icon use {
	stroke: #00c300 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-medium a:hover {
	color: #00ab6c !important;
	border-color: #00ab6c !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-medium a:hover .owp-icon use {
	stroke: #00ab6c !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-tiktok a:hover {
	color: #000 !important;
	border-color: #000 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-tiktok a:hover .owp-icon use {
	stroke: #000 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-vk a:hover {
	color: #597ba5 !important;
	border-color: #597ba5 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-vk a:hover .owp-icon use {
	stroke: #597ba5 !important;
}

.oceanwp-social-icons.style-colored li a {
	color: #fff;
}

.oceanwp-social-icons.style-colored li a .owp-icon use {
	stroke: #fff;
}

.oceanwp-social-icons.style-colored li a:hover {
	color: #fff;
}

.oceanwp-social-icons.style-colored li a:hover .owp-icon use {
	stroke: #fff;
}

.oceanwp-social-icons.style-colored li.oceanwp-twitter a {
	background-color: #46d4fe;
}

.oceanwp-social-icons.style-colored li.oceanwp-twitter a:hover {
	background-color: #39b4d8;
}

.oceanwp-social-icons.style-colored li.oceanwp-facebook a {
	background-color: #37589b;
}

.oceanwp-social-icons.style-colored li.oceanwp-facebook a:hover {
	background-color: #2d477c;
}

.oceanwp-social-icons.style-colored li.oceanwp-pinterest a {
	background-color: #cb2027;
}

.oceanwp-social-icons.style-colored li.oceanwp-pinterest a:hover {
	background-color: #a91d23;
}

.oceanwp-social-icons.style-colored li.oceanwp-dribbble a {
	background-color: #ea4c89;
}

.oceanwp-social-icons.style-colored li.oceanwp-dribbble a:hover {
	background-color: #c64174;
}

.oceanwp-social-icons.style-colored li.oceanwp-vk a {
	background-color: #597ba5;
}

.oceanwp-social-icons.style-colored li.oceanwp-vk a:hover {
	background-color: #486384;
}

.oceanwp-social-icons.style-colored li.oceanwp-instagram a {
	background-color: #3f729b;
}

.oceanwp-social-icons.style-colored li.oceanwp-instagram a:hover {
	background-color: #315a7c;
}

.oceanwp-social-icons.style-colored li.oceanwp-linkedin a {
	background-color: #39c;
}

.oceanwp-social-icons.style-colored li.oceanwp-linkedin a:hover {
	background-color: #2678a1;
}

.oceanwp-social-icons.style-colored li.oceanwp-tumblr a {
	background-color: #2c4762;
}

.oceanwp-social-icons.style-colored li.oceanwp-tumblr a:hover {
	background-color: #1d3042;
}

.oceanwp-social-icons.style-colored li.oceanwp-github a {
	background-color: #60b044;
}

.oceanwp-social-icons.style-colored li.oceanwp-github a:hover {
	background-color: #4f9237;
}

.oceanwp-social-icons.style-colored li.oceanwp-flickr a {
	background-color: #fa4086;
}

.oceanwp-social-icons.style-colored li.oceanwp-flickr a:hover {
	background-color: #c63169;
}

.oceanwp-social-icons.style-colored li.oceanwp-skype a {
	background-color: #00aff0;
}

.oceanwp-social-icons.style-colored li.oceanwp-skype a:hover {
	background-color: #0291c6;
}

.oceanwp-social-icons.style-colored li.oceanwp-trello a {
	background-color: #0079bf;
}

.oceanwp-social-icons.style-colored li.oceanwp-trello a:hover {
	background-color: #0079bf;
}

.oceanwp-social-icons.style-colored li.oceanwp-foursquare a {
	background-color: #2d5be3;
}

.oceanwp-social-icons.style-colored li.oceanwp-foursquare a:hover {
	background-color: #2d5be3;
}

.oceanwp-social-icons.style-colored li.oceanwp-youtube a {
	background-color: #c4302b;
}

.oceanwp-social-icons.style-colored li.oceanwp-youtube a:hover {
	background-color: #982420;
}

.oceanwp-social-icons.style-colored li.oceanwp-vimeo a {
	background-color: #1ab7ea;
}

.oceanwp-social-icons.style-colored li.oceanwp-vimeo a:hover {
	background-color: #1494bd;
}

.oceanwp-social-icons.style-colored li.oceanwp-vine a {
	background-color: #00bf8f;
}

.oceanwp-social-icons.style-colored li.oceanwp-vine a:hover {
	background-color: #01906c;
}

.oceanwp-social-icons.style-colored li.oceanwp-xing a {
	background-color: #006464;
}

.oceanwp-social-icons.style-colored li.oceanwp-xing a:hover {
	background-color: #014646;
}

.oceanwp-social-icons.style-colored li.oceanwp-yelp a {
	background-color: #c41200;
}

.oceanwp-social-icons.style-colored li.oceanwp-yelp a:hover {
	background-color: #940f01;
}

.oceanwp-social-icons.style-colored li.oceanwp-tripadvisor a {
	background-color: #589442;
}

.oceanwp-social-icons.style-colored li.oceanwp-tripadvisor a:hover {
	background-color: #426f32;
}

.oceanwp-social-icons.style-colored li.oceanwp-rss a {
	background-color: #ff7900;
}

.oceanwp-social-icons.style-colored li.oceanwp-rss a:hover {
	background-color: #d46603;
}

.oceanwp-social-icons.style-colored li.oceanwp-email a {
	background-color: #13aff0;
}

.oceanwp-social-icons.style-colored li.oceanwp-email a:hover {
	background-color: #0f8dc2;
}

.oceanwp-social-icons.style-colored li.oceanwp-telegram a {
	background-color: #08c;
}

.oceanwp-social-icons.style-colored li.oceanwp-telegram a:hover {
	background-color: #08c;
}

.oceanwp-social-icons.style-colored li.oceanwp-twitch a {
	background-color: #6441a5;
}

.oceanwp-social-icons.style-colored li.oceanwp-twitch a:hover {
	background-color: #6441a5;
}

.oceanwp-social-icons.style-colored li.oceanwp-line a {
	background-color: #00c300;
}

.oceanwp-social-icons.style-colored li.oceanwp-line a:hover {
	background-color: #00c300;
}

.oceanwp-social-icons.style-colored li.oceanwp-medium a {
	background-color: #00ab6c;
}

.oceanwp-social-icons.style-colored li.oceanwp-medium a:hover {
	background-color: #00ab6c;
}

.oceanwp-social-icons.style-colored li.oceanwp-tiktok a {
	background-color: #000;
}

.oceanwp-social-icons.style-colored li.oceanwp-tiktok a:hover {
	background-color: #000;
}

.oceanwp-social-icons.style-colored li.oceanwp-vk a {
	background-color: #597ba5;
}

.oceanwp-social-icons.style-colored li.oceanwp-vk a:hover {
	background-color: #597ba5;
}

.oceanwp-social-icons.style-simple li {
	margin: 0 6px;
}

.oceanwp-social-icons.style-simple li a {
	font-size: 16px;
}

.owp-social-share {
	margin: 0;
	padding: 0;
	list-style: none;
}

.owp-social-share li {
	float: left;
	margin: 0 8px 8px 0;
}

.owp-social-share li a {
	display: -ms-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 1;
	border-radius: 30px;
	overflow: hidden;
}

.owp-social-share li a .owpss-icon {
	fill: #fff;
	width: 16px;
	height: 16px;
	transition: all .3s ease;
}

.owp-social-share.style-minimal li a {
	border: 1px solid #e9e9e9;
}

.owp-social-share.style-minimal li a .owpss-icon {
	fill: #bbb;
}

.owp-social-share.style-minimal li.twitter a:hover {
	color: #00aced;
	border-color: #00aced;
}

.owp-social-share.style-minimal li.twitter a:hover .owpss-icon {
	fill: #00aced;
}

.owp-social-share.style-minimal li.facebook a:hover {
	color: #3b5998;
	border-color: #3b5998;
}

.owp-social-share.style-minimal li.facebook a:hover .owpss-icon {
	fill: #3b5998;
}

.owp-social-share.style-minimal li.googleplus a:hover {
	color: #dd4b39;
	border-color: #dd4b39;
}

.owp-social-share.style-minimal li.googleplus a:hover .owpss-icon {
	fill: #dd4b39;
}

.owp-social-share.style-minimal li.linkedin a:hover {
	color: #39c;
	border-color: #39c;
}

.owp-social-share.style-minimal li.linkedin a:hover .owpss-icon {
	fill: #39c;
}

.owp-social-share.style-minimal li.pinterest a:hover {
	color: #cb2027;
	border-color: #cb2027;
}

.owp-social-share.style-minimal li.pinterest a:hover .owpss-icon {
	fill: #cb2027;
}

.owp-social-share.style-minimal li.viber a:hover {
	color: #9d62cc;
	border-color: #9d62cc;
}

.owp-social-share.style-minimal li.viber a:hover .owpss-icon {
	fill: #9d62cc;
}

.owp-social-share.style-minimal li.vk a:hover {
	color: #3673be;
	border-color: #3673be;
}

.owp-social-share.style-minimal li.vk a:hover .owpss-icon {
	fill: #3673be;
}

.owp-social-share.style-minimal li.reddit a:hover {
	color: #ff5c1f;
	border-color: #ff5c1f;
}

.owp-social-share.style-minimal li.reddit a:hover .owpss-icon {
	fill: #ff5c1f;
}

.owp-social-share.style-minimal li.tumblr a:hover {
	color: #35465c;
	border-color: #35465c;
}

.owp-social-share.style-minimal li.tumblr a:hover .owpss-icon {
	fill: #35465c;
}

.owp-social-share.style-minimal li.viadeo a:hover {
	color: #ff7452;
	border-color: #ff7452;
}

.owp-social-share.style-minimal li.viadeo a:hover .owpss-icon {
	fill: #ff7452;
}

.owp-social-share.style-minimal li.whatsapp a:hover {
	color: #128c7e;
	border-color: #128c7e;
}

.owp-social-share.style-minimal li.whatsapp a:hover .owpss-icon {
	fill: #128c7e;
}

.owp-social-share.style-colored li a {
	color: #fff;
}

.owp-social-share.style-colored li a:hover {
	-moz-opacity: .8;
	-webkit-opacity: .8;
	opacity: .8;
}

.owp-social-share.style-colored li a .owpss-icon {
	fill: #fff;
}

.owp-social-share.style-colored li.twitter a {
	background-color: #00aced;
}

.owp-social-share.style-colored li.facebook a {
	background-color: #3b5998;
}

.owp-social-share.style-colored li.googleplus a {
	background-color: #dd4b39;
}

.owp-social-share.style-colored li.linkedin a {
	background-color: #39c;
}

.owp-social-share.style-colored li.pinterest a {
	background-color: #cb2027;
}

.owp-social-share.style-colored li.viber a {
	background-color: #9d62cc;
}

.owp-social-share.style-colored li.vk a {
	background-color: #3673be;
}

.owp-social-share.style-colored li.reddit a {
	background-color: #ff5c1f;
}

.owp-social-share.style-colored li.tumblr a {
	background-color: #35465c;
}

.owp-social-share.style-colored li.viadeo a {
	background-color: #ff7452;
}

.owp-social-share.style-colored li.whatsapp a {
	background-color: #128c7e;
}

.owp-social-share.style-dark li a {
	background-color: #222;
	color: #fff;
}

.owp-social-share.style-dark li a:hover {
	-moz-opacity: .8;
	-webkit-opacity: .8;
	opacity: .8;
}

.owp-social-share.style-dark li a .owpss-icon {
	fill: #fff;
}

.owp-social-share.style-dark.name-shown .owp-icon-wrap {
	background-color: rgba(255, 255, 255, .08);
}

.owp-social-share.name-shown li a {
	min-width: 144px;
	width: 100%;
}

.owp-social-share.name-shown ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}

.owp-social-share.name-shown ul li {
	margin: 6px;
	-ms-flex: 1;
	flex: 1;
}

.owp-social-share.name-shown ul li a {
	min-width: 144px;
	width: 100%;
}

.owp-social-share.name-shown .owp-icon-wrap {
	display: block;
	display: -ms-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, .08);
	padding: 0 12px;
	transition: all .3s ease;
}

.owp-social-share.name-shown .owp-social-name {
	display: block;
	width: 100%;
	padding: 0 10px 0 50px;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
}

.owp-social-share.name-shown.style-minimal li a:hover .owpss-icon {
	fill: #fff !important;
}

.owp-social-share.name-shown.style-minimal li.twitter a:hover .owp-icon-wrap {
	background-color: #00aced;
}

.owp-social-share.name-shown.style-minimal li.facebook a:hover .owp-icon-wrap {
	background-color: #3b5998;
}

.owp-social-share.name-shown.style-minimal li.googleplus a:hover .owp-icon-wrap {
	background-color: #dd4b39;
}

.owp-social-share.name-shown.style-minimal li.linkedin a:hover .owp-icon-wrap {
	background-color: #39c;
}

.owp-social-share.name-shown.style-minimal li.pinterest a:hover .owp-icon-wrap {
	background-color: #cb2027;
}

.owp-social-share.name-shown.style-minimal li.viber a:hover .owp-icon-wrap {
	background-color: #9d62cc;
}

.owp-social-share.name-shown.style-minimal li.vk a:hover .owp-icon-wrap {
	background-color: #3673be;
}

.owp-social-share.name-shown.style-minimal li.reddit a:hover .owp-icon-wrap {
	background-color: #ff5c1f;
}

.owp-social-share.name-shown.style-minimal li.tumblr a:hover .owp-icon-wrap {
	background-color: #35465c;
}

.owp-social-share.name-shown.style-minimal li.viadeo a:hover .owp-icon-wrap {
	background-color: #ff7452;
}

.owp-social-share.name-shown.style-minimal li.whatsapp a:hover .owp-icon-wrap {
	background-color: #128c7e;
}

.tagcloud a {
	display: inline-block;
	background-color: #f8f8f8;
	color: #333;
	border: 1px solid #e9e9e9;
	font-size: 12px !important;
	line-height: 1;
	padding: 8px 12px;
	margin: 0 2px 5px 0;
	letter-spacing: .4px;
	text-transform: uppercase;
}

.tagcloud a:hover {
	background-color: #f1f1f1;
	color: #333;
	border-color: #ddd;
}

#sidebar .video-widget .responsive-video-wrap iframe {
	min-height: 100%;
}

/*  Elementor Custom Skin    */

/*  https://www.dudaster.com */
.swiper-container.swiper-initialized .ecs-posts {
	overflow: visible;
}

.ecs-post-loop .elementor-page-title {
	display: block;
}

.ecs-loop-preview {
	height: 100%;
	width: 100%;
	background: lightgray;
	border: solid 1px gray;
	padding: 5px;
}

.ecs-loop-preview h3 {
	font-size: 16px;
	font-weight: 500;
}

.ecs-loop-preview span {
	font-size: 12px;
}

.ecs-loop-preview .ecs-image-holder {
	width: 100%;
	line-height: 113px;
	background-color: #808080;
	font-size: 45px;
	text-align: center;
	vertical-align: middle;
	font-weight: 900;
	color: #929191;
}

.ecs-link-wrapper {
	cursor: pointer;
}

.elementor-widget-ele-loop-item, .elementor-widget-ele-loop-item > .elementor-widget-container, .elementor-element-edit-mode.elementor-widget-ele-loop-item, .elementor-element-edit-mode.elementor-widget-ele-loop-item > .elementor-widget-container {
	height: 100%;
}

/* Fix for Elementor 3.4 */
.elementor-widget-posts .ecs-posts .elementor-button-wrapper {
	margin-top: 0;
}

/* Fix astra css issues */
.ecs-post-loop .ast-article-single {
	background-color: none;
	border-bottom: none;
	margin: 0;
	padding: 0;
}

.ecs-post-loop.ast-article-post {
	width: 100%;
}

/* fix storeforent css issues*/
.theme-storefront.elementor-editor-active #primary.content-area {
	float: none;
}

/* Lazy Load Animations */
.elementor-editor-active .ecs-lazyload a, .elementor-editor-preview .ecs-lazyload a {
	display: none;
}

.animation-hidden .ecs-lazy-load-animation {
	height: 0;
	visibility: hidden;
}

/* loading bar progresion */

/*
<div class="barload-wrapper  ecs-lazy-load-animation"><div class="barload-border ecs-ll-brcolor"><div class="barload-whitespace"><div class="barload-line ecs-ll-bgcolor"></div></div></div></div>
*/
.barload-wrapper {
	width: 195px;
	height: 1em;
	position: relative;
	display: inline-block;
	font-size: 16px;
	padding: 10px;
}

.barload-border {
	border: 3px solid #222;
	height: 100%;
	width: 100%;
	position: relative;
	top: -50%;
	padding: 4px 3px;
}

.barload-whitespace {
	overflow: hidden;
	overflow: hidden;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.barload-line {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #000;
	animation: barload-slide 2.75s steps(40) infinite;
	-o-animation: barload-slide 2.75s steps(40) infinite;
	-ms-animation: barload-slide 2.75s steps(40) infinite;
	-webkit-animation: barload-slide 2.75s steps(40) infinite;
	-moz-animation: barload-slide 2.75s steps(40) infinite;
}

@keyframes barload-slide {
	0% {
		left: -100%;
	}
	
	100% {
		left: 100%;
	}
}

@-o-keyframes barload-slide {
	0% {
		left: -100%;
	}
	
	100% {
		left: 100%;
	}
}

@-ms-keyframes barload-slide {
	0% {
		left: -100%;
	}
	
	100% {
		left: 100%;
	}
}

@-webkit-keyframes barload-slide {
	0% {
		left: -100%;
	}
	
	100% {
		left: 100%;
	}
}

@-moz-keyframes barload-slide {
	0% {
		left: -100%;
	}
	
	100% {
		left: 100%;
	}
}

/* four ball moving from left to right*/

/*
<div class="ballsload-container ecs-lazy-load-animation"><div class="ecs-ll-bgcolor"></div><div class="ecs-ll-bgcolor"></div><div class="ecs-ll-bgcolor"></div><div class="ecs-ll-bgcolor"></div></div>
*/
.barload-wrapper, .barload-wrapper * {
	box-sizing: content-box;
}

.ballsload-container {
	font-size: 16px;
	padding: 10px;
	position: relative;
}

.ballsload-container div {
	width: 1em;
	height: 1em;
	position: absolute;
	background-color: #000;
	top: 0;
	border-radius: 50%;
}

.ballsload-container div:nth-child(1) {
	animation: ballsload-move 2.3s infinite cubic-bezier(.2, .64, .81, .23);
	-o-animation: ballsload-move 2.3s infinite cubic-bezier(.2, .64, .81, .23);
	-ms-animation: ballsload-move 2.3s infinite cubic-bezier(.2, .64, .81, .23);
	-webkit-animation: ballsload-move 2.3s infinite cubic-bezier(.2, .64, .81, .23);
	-moz-animation: ballsload-move 2.3s infinite cubic-bezier(.2, .64, .81, .23);
}

.ballsload-container div:nth-child(2) {
	animation: ballsload-move 2.3s 172.5ms infinite cubic-bezier(.2, .64, .81, .23);
	-o-animation: ballsload-move 2.3s 172.5ms infinite cubic-bezier(.2, .64, .81, .23);
	-ms-animation: ballsload-move 2.3s 172.5ms infinite cubic-bezier(.2, .64, .81, .23);
	-webkit-animation: ballsload-move 2.3s 172.5ms infinite cubic-bezier(.2, .64, .81, .23);
	-moz-animation: ballsload-move 2.3s 172.5ms infinite cubic-bezier(.2, .64, .81, .23);
}

.ballsload-container div:nth-child(3) {
	animation: ballsload-move 2.3s 345ms infinite cubic-bezier(.2, .64, .81, .23);
	-o-animation: ballsload-move 2.3s 345ms infinite cubic-bezier(.2, .64, .81, .23);
	-ms-animation: ballsload-move 2.3s 345ms infinite cubic-bezier(.2, .64, .81, .23);
	-webkit-animation: ballsload-move 2.3s 345ms infinite cubic-bezier(.2, .64, .81, .23);
	-moz-animation: ballsload-move 2.3s 345ms infinite cubic-bezier(.2, .64, .81, .23);
}

.ballsload-container div:nth-child(4) {
	animation: ballsload-move 2.3s 517.5ms infinite cubic-bezier(.2, .64, .81, .23);
	-o-animation: ballsload-move 2.3s 517.5ms infinite cubic-bezier(.2, .64, .81, .23);
	-ms-animation: ballsload-move 2.3s 517.5ms infinite cubic-bezier(.2, .64, .81, .23);
	-webkit-animation: ballsload-move 2.3s 517.5ms infinite cubic-bezier(.2, .64, .81, .23);
	-moz-animation: ballsload-move 2.3s 517.5ms infinite cubic-bezier(.2, .64, .81, .23);
}

@keyframes ballsload-move {
	0% {
		left: 0%;
	}
	
	100% {
		left: 100%;
	}
}

@-o-keyframes ballsload-move {
	0% {
		left: 0%;
	}
	
	100% {
		left: 100%;
	}
}

@-ms-keyframes ballsload-move {
	0% {
		left: 0%;
	}
	
	100% {
		left: 100%;
	}
}

@-webkit-keyframes ballsload-move {
	0% {
		left: 0%;
	}
	
	100% {
		left: 100%;
	}
}

@-moz-keyframes ballsload-move {
	0% {
		left: 0%;
	}
	
	100% {
		left: 100%;
	}
}

/* one ball sliding left to right */

/*
<div id="movingBallG" class="ecs-lazy-load-animation"><div class="movingBallLineG  ecs-ll-bgcolor"></div><div id="movingBallG_1" class="movingBallG ecs-ll-bgcolor"></div></div>
*/
#movingBallG {
	position: relative;
	width: 250px;
	height: 19px;
	display: inline-block;
	font-size: 16px;
}

.movingBallLineG {
	position: absolute;
	left: 0px;
	top: .5em;
	height: .25em;
	width: 250px;
	background-color: #000;
}

.movingBallG {
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 1.188em;
	height: 1.188em;
	border-radius: 100px;
	-o-border-radius: 100px;
	-ms-border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	animation-name: bounce_movingBallG;
	-o-animation-name: bounce_movingBallG;
	-ms-animation-name: bounce_movingBallG;
	-webkit-animation-name: bounce_movingBallG;
	-moz-animation-name: bounce_movingBallG;
	animation-duration: 1.5s;
	-o-animation-duration: 1.5s;
	-ms-animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-direction: normal;
	-o-animation-direction: normal;
	-ms-animation-direction: normal;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
}

@keyframes bounce_movingBallG {
	0% {
		left: 0px;
	}
	
	50% {
		left: 230px;
	}
	
	100% {
		left: 0px;
	}
}

@-o-keyframes bounce_movingBallG {
	0% {
		left: 0px;
	}
	
	50% {
		left: 230px;
	}
	
	100% {
		left: 0px;
	}
}

@-ms-keyframes bounce_movingBallG {
	0% {
		left: 0px;
	}
	
	50% {
		left: 230px;
	}
	
	100% {
		left: 0px;
	}
}

@-webkit-keyframes bounce_movingBallG {
	0% {
		left: 0px;
	}
	
	50% {
		left: 230px;
	}
	
	100% {
		left: 0px;
	}
}

@-moz-keyframes bounce_movingBallG {
	0% {
		left: 0px;
	}
	
	50% {
		left: 230px;
	}
	
	100% {
		left: 0px;
	}
}

/* loading 3 dots moving form left to write */

/* 
<div class="lds-ellipsis ecs-lazy-load-animation"><div class="ecs-ll-bgcolor"></div><div class="ecs-ll-bgcolor"></div><div class="ecs-ll-bgcolor"></div><div class="ecs-ll-bgcolor"></div></div> 
*/
.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 8em;
	height: 1em;
	font-size: 13px;
}

.lds-ellipsis div {
	position: absolute;
	top: 0px;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	background: #000;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
	left: 1em;
	animation: lds-ellipsis1 .6s infinite;
}

.lds-ellipsis div:nth-child(2) {
	left: 1em;
	animation: lds-ellipsis2 .6s infinite;
}

.lds-ellipsis div:nth-child(3) {
	left: 4em;
	animation: lds-ellipsis2 .6s infinite;
}

.lds-ellipsis div:nth-child(4) {
	left: 7em;
	animation: lds-ellipsis3 .6s infinite;
}

@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	
	100% {
		transform: scale(1);
	}
}

@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}
	
	100% {
		transform: scale(0);
	}
}

@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	
	100% {
		transform: translate(3em, 0);
	}
}

.elementor-7342 .elementor-element.elementor-element-8e84384 > .elementor-container {
	max-width: 775px;
}

.elementor-7342 .elementor-element.elementor-element-8e84384 {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 0px 0px 0px 0px;
}

.elementor-7342 .elementor-element.elementor-element-8e84384 > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-bc-flex-widget .elementor-7342 .elementor-element.elementor-element-3217b808.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-7342 .elementor-element.elementor-element-3217b808.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-7342 .elementor-element.elementor-element-3217b808.elementor-column > .elementor-widget-wrap {
	justify-content: center;
}

.elementor-7342 .elementor-element.elementor-element-3217b808:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-7342 .elementor-element.elementor-element-3217b808 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #f3f5f4;
}

.elementor-7342 .elementor-element.elementor-element-3217b808 > .elementor-element-populated, .elementor-7342 .elementor-element.elementor-element-3217b808 > .elementor-element-populated > .elementor-background-overlay, .elementor-7342 .elementor-element.elementor-element-3217b808 > .elementor-background-slideshow {
	border-radius: 13px 0px 0px 13px;
}

.elementor-7342 .elementor-element.elementor-element-3217b808 > .elementor-element-populated {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 20px 20px 20px 20px;
}

.elementor-7342 .elementor-element.elementor-element-3217b808 > .elementor-element-populated > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-7342 .elementor-element.elementor-element-6a757052 img {
	width: 315px;
	border-radius: 13px 0px 0px 13px;
}

.elementor-bc-flex-widget .elementor-7342 .elementor-element.elementor-element-5ce67a9f.elementor-column .elementor-widget-wrap {
	align-items: flex-start;
}

.elementor-7342 .elementor-element.elementor-element-5ce67a9f.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: flex-start;
	align-items: flex-start;
}

.elementor-7342 .elementor-element.elementor-element-5ce67a9f.elementor-column > .elementor-widget-wrap {
	justify-content: center;
}

.elementor-7342 .elementor-element.elementor-element-5ce67a9f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-bottom: 0px;
}

.elementor-7342 .elementor-element.elementor-element-5ce67a9f:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-7342 .elementor-element.elementor-element-5ce67a9f > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #f3f5f4;
}

.elementor-7342 .elementor-element.elementor-element-5ce67a9f > .elementor-element-populated, .elementor-7342 .elementor-element.elementor-element-5ce67a9f > .elementor-element-populated > .elementor-background-overlay, .elementor-7342 .elementor-element.elementor-element-5ce67a9f > .elementor-background-slideshow {
	border-radius: 0px 13px 13px 0px;
}

.elementor-7342 .elementor-element.elementor-element-5ce67a9f > .elementor-element-populated {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin: 0px 0px 0px 0px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 0px;
	padding: 20px 40px 20px 20px;
}

.elementor-7342 .elementor-element.elementor-element-5ce67a9f > .elementor-element-populated > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-7342 .elementor-element.elementor-element-49c7425b .elementor-heading-title {
	color: #81c439;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2em;
}

.elementor-7342 .elementor-element.elementor-element-49c7425b > .elementor-widget-container {
	padding: 0px 0px 10px 0px;
}

.elementor-7342 .elementor-element.elementor-element-6b788722 {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
	width: 100%;
	max-width: 100%;
}

.elementor-7342 .elementor-element.elementor-element-6b788722 > .elementor-widget-container {
	padding: 5px 0px 0px 0px;
}

@media (min-width:768px) {
	.elementor-7342 .elementor-element.elementor-element-3217b808 {
		width: 46.226%;
	}
	
	.elementor-7342 .elementor-element.elementor-element-5ce67a9f {
		width: 53.774%;
	}
}

@media (max-width:1024px) and (min-width:768px) {
	.elementor-7342 .elementor-element.elementor-element-3217b808 {
		width: 100%;
	}
	
	.elementor-7342 .elementor-element.elementor-element-5ce67a9f {
		width: 100%;
	}
}

@media (max-width:1024px) {
	.elementor-7342 .elementor-element.elementor-element-3217b808 > .elementor-element-populated, .elementor-7342 .elementor-element.elementor-element-3217b808 > .elementor-element-populated > .elementor-background-overlay, .elementor-7342 .elementor-element.elementor-element-3217b808 > .elementor-background-slideshow {
		border-radius: 30px 30px 0px 0px;
	}
	
	.elementor-7342 .elementor-element.elementor-element-6a757052 img {
		border-radius: 20px 20px 20px 20px;
	}
	
	.elementor-7342 .elementor-element.elementor-element-5ce67a9f > .elementor-element-populated, .elementor-7342 .elementor-element.elementor-element-5ce67a9f > .elementor-element-populated > .elementor-background-overlay, .elementor-7342 .elementor-element.elementor-element-5ce67a9f > .elementor-background-slideshow {
		border-radius: 0px 0px 30px 30px;
	}
}

@media (max-width:767px) {
	.elementor-7342 .elementor-element.elementor-element-3217b808 > .elementor-element-populated, .elementor-7342 .elementor-element.elementor-element-3217b808 > .elementor-element-populated > .elementor-background-overlay, .elementor-7342 .elementor-element.elementor-element-3217b808 > .elementor-background-slideshow {
		border-radius: 30px 30px 0px 0px;
	}
	
	.elementor-7342 .elementor-element.elementor-element-6a757052 img {
		width: 100%;
		max-width: 100%;
		border-radius: 20px 20px 20px 20px;
	}
	
	.elementor-7342 .elementor-element.elementor-element-5ce67a9f > .elementor-element-populated, .elementor-7342 .elementor-element.elementor-element-5ce67a9f > .elementor-element-populated > .elementor-background-overlay, .elementor-7342 .elementor-element.elementor-element-5ce67a9f > .elementor-background-slideshow {
		border-radius: 0px 0px 30px 30px;
	}
	
	.elementor-7342 .elementor-element.elementor-element-5ce67a9f > .elementor-element-populated {
		padding: 0px 20px 20px 20px;
	}
	
	.elementor-7342 .elementor-element.elementor-element-49c7425b > .elementor-widget-container {
		padding: 0px 0px 10px 0px;
	}
}

.elementor-7584 .elementor-element.elementor-element-452fcc2 {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 0px 0px 0px 0px;
}

.elementor-7584 .elementor-element.elementor-element-452fcc2 > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-bc-flex-widget .elementor-7584 .elementor-element.elementor-element-2fe249e.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-7584 .elementor-element.elementor-element-2fe249e.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-7584 .elementor-element.elementor-element-2fe249e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-7584 .elementor-element.elementor-element-2fe249e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #f3f5f4;
}

.elementor-7584 .elementor-element.elementor-element-2fe249e > .elementor-element-populated, .elementor-7584 .elementor-element.elementor-element-2fe249e > .elementor-element-populated > .elementor-background-overlay, .elementor-7584 .elementor-element.elementor-element-2fe249e > .elementor-background-slideshow {
	border-radius: 30px 0px 0px 30px;
}

.elementor-7584 .elementor-element.elementor-element-2fe249e > .elementor-element-populated {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 30px 15px 30px 30px;
}

.elementor-7584 .elementor-element.elementor-element-2fe249e > .elementor-element-populated > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-7584 .elementor-element.elementor-element-f39a1f3 img {
	width: 100%;
	max-width: 100%;
	border-radius: 20px 0px 0px 20px;
}

.elementor-bc-flex-widget .elementor-7584 .elementor-element.elementor-element-91047c9.elementor-column .elementor-widget-wrap {
	align-items: flex-start;
}

.elementor-7584 .elementor-element.elementor-element-91047c9.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: flex-start;
	align-items: flex-start;
}

.elementor-7584 .elementor-element.elementor-element-91047c9 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-bottom: 0px;
}

.elementor-7584 .elementor-element.elementor-element-91047c9:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-7584 .elementor-element.elementor-element-91047c9 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #f3f5f4;
}

.elementor-7584 .elementor-element.elementor-element-91047c9 > .elementor-element-populated, .elementor-7584 .elementor-element.elementor-element-91047c9 > .elementor-element-populated > .elementor-background-overlay, .elementor-7584 .elementor-element.elementor-element-91047c9 > .elementor-background-slideshow {
	border-radius: 0px 30px 30px 0px;
}

.elementor-7584 .elementor-element.elementor-element-91047c9 > .elementor-element-populated {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin: 0px 0px 0px 0px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 0px;
	padding: 15px 30px 30px 15px;
}

.elementor-7584 .elementor-element.elementor-element-91047c9 > .elementor-element-populated > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-7584 .elementor-element.elementor-element-4737c64 .elementor-heading-title {
	color: #81c439;
	font-family: "Poppins", Sans-serif;
	font-size: 48px;
	font-weight: bold;
	line-height: 1.4em;
}

.elementor-7584 .elementor-element.elementor-element-0d93cfb {
	font-family: "Roboto", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6em;
	width: 100%;
	max-width: 100%;
}

.elementor-7584 .elementor-element.elementor-element-0d93cfb > .elementor-widget-container {
	padding: 10px 0px 15px 0px;
}

.elementor-7584 .elementor-element.elementor-element-5bd2128 img {
	height: 190px;
}

@media (min-width:768px) {
	.elementor-7584 .elementor-element.elementor-element-2fe249e {
		width: 50%;
	}
	
	.elementor-7584 .elementor-element.elementor-element-91047c9 {
		width: 50%;
	}
}

@media (max-width:1024px) {
	.elementor-7584 .elementor-element.elementor-element-452fcc2 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
}

@media (max-width:767px) {
	.elementor-7584 .elementor-element.elementor-element-452fcc2 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.elementor-7584 .elementor-element.elementor-element-2fe249e > .elementor-element-populated, .elementor-7584 .elementor-element.elementor-element-2fe249e > .elementor-element-populated > .elementor-background-overlay, .elementor-7584 .elementor-element.elementor-element-2fe249e > .elementor-background-slideshow {
		border-radius: 30px 30px 0px 0px;
	}
	
	.elementor-7584 .elementor-element.elementor-element-2fe249e > .elementor-element-populated {
		padding: 30px 30px 15px 30px;
	}
	
	.elementor-7584 .elementor-element.elementor-element-f39a1f3 img {
		width: 100%;
		max-width: 100%;
		border-radius: 20px 20px 20px 20px;
	}
	
	.elementor-7584 .elementor-element.elementor-element-91047c9 > .elementor-element-populated, .elementor-7584 .elementor-element.elementor-element-91047c9 > .elementor-element-populated > .elementor-background-overlay, .elementor-7584 .elementor-element.elementor-element-91047c9 > .elementor-background-slideshow {
		border-radius: 0px 0px 30px 30px;
	}
	
	.elementor-7584 .elementor-element.elementor-element-91047c9 > .elementor-element-populated {
		padding: 15px 30px 30px 30px;
	}
	
	.elementor-7584 .elementor-element.elementor-element-4737c64 .elementor-heading-title {
		font-size: 26px;
	}
	
	.elementor-7584 .elementor-element.elementor-element-4737c64 > .elementor-widget-container {
		padding: 0px 0px 15px 0px;
	}
	
	.elementor-7584 .elementor-element.elementor-element-0d93cfb {
		font-size: 14px;
	}
}
