.wcs-recurring-totals-panel {
	position: relative;
	padding: 1em 0 0;
}

.wcs-recurring-totals-panel::after {
	border-style: solid;
	border-width: 1px 0;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.wcs-recurring-totals-panel+.wcs-recurring-totals-panel::after {
	border-top-width: 0;
}

.wcs-recurring-totals-panel .wc-block-components-panel .wc-block-components-totals-item {
	padding-left: 0;
	padding-right: 0;
}

.wcs-recurring-totals-panel .wc-block-components-totals-item__label::first-letter {
	text-transform: capitalize;
}

.wcs-recurring-totals-panel .wcs-recurring-totals-panel__title .wc-block-components-totals-item__label {
	font-weight: 700;
}

.wcs-recurring-totals-panel__title {
	margin: 0;
}

.wcs-recurring-totals-panel__details .wc-block-components-panel__button,.wcs-recurring-totals-panel__details .wc-block-components-panel__button:hover,.wcs-recurring-totals-panel__details .wc-block-components-panel__button:focus {
	font-size: .875em;
}

.wcs-recurring-totals-panel__details .wc-block-components-panel__content>.wc-block-components-totals-item:first-child {
	margin-top: 0;
}

.wcs-recurring-totals-panel__details .wc-block-components-panel__content>.wc-block-components-totals-item:last-child {
	margin-bottom: 0;
}

.wcs-recurring-totals-panel__details .wcs-recurring-totals-panel__details-total .wc-block-components-totals-item__label {
	font-weight: 700;
}

.wcs-recurring-totals__subscription-length {
	float: right;
}

@charset "UTF-8";

.wp-block-archives {
	box-sizing: border-box;
}

.wp-block-archives-dropdown label {
	display: block;
}

.wp-block-avatar {
	box-sizing: border-box;
}

.wp-block-avatar.aligncenter {
	text-align: center;
}

.wp-block-audio {
	box-sizing: border-box;
}

.wp-block-audio figcaption {
	margin-bottom: 1em;
	margin-top: .5em;
}

.wp-block-audio audio {
	min-width: 300px;
	width: 100%;
}

.wp-block-button__link {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	word-break: break-word;
}

.wp-block-button__link.aligncenter {
	text-align: center;
}

.wp-block-button__link.alignright {
	text-align: right;
}

:where(.wp-block-button__link) {
	border-radius: 9999px;
	box-shadow: none;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	text-decoration: none;
}

.wp-block-button[style*=text-decoration] .wp-block-button__link {
	text-decoration: inherit;
}

.wp-block-buttons>.wp-block-button.has-custom-width {
	max-width: none;
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
	width: 100%;
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
	font-size: inherit;
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
	width: calc(25% - var(--wp--style--block-gap, .5em)*.75);
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
	width: calc(50% - var(--wp--style--block-gap, .5em)*.5);
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
	width: calc(75% - var(--wp--style--block-gap, .5em)*.25);
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
	flex-basis: 100%;
	width: 100%;
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25 {
	width: 25%;
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50 {
	width: 50%;
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75 {
	width: 75%;
}

.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared {
	border-radius: 0;
}

.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius {
	border-radius: 0!important;
}

.wp-block-button .wp-block-button__link.is-style-outline,.wp-block-button.is-style-outline>.wp-block-button__link {
	border: 2px solid;
	padding: .667em 1.333em;
}

.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color) {
	color: currentColor;
}

.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background) {
	background-color: transparent;
	background-image: none;
}

.wp-block-buttons.is-vertical {
	flex-direction: column;
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
	margin-bottom: 0;
}

.wp-block-buttons>.wp-block-button {
	display: inline-block;
	margin: 0;
}

.wp-block-buttons.is-content-justification-left {
	justify-content: flex-start;
}

.wp-block-buttons.is-content-justification-left.is-vertical {
	align-items: flex-start;
}

.wp-block-buttons.is-content-justification-center {
	justify-content: center;
}

.wp-block-buttons.is-content-justification-center.is-vertical {
	align-items: center;
}

.wp-block-buttons.is-content-justification-right {
	justify-content: flex-end;
}

.wp-block-buttons.is-content-justification-right.is-vertical {
	align-items: flex-end;
}

.wp-block-buttons.is-content-justification-space-between {
	justify-content: space-between;
}

.wp-block-buttons.aligncenter {
	text-align: center;
}

.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link {
	text-decoration: inherit;
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
	font-size: inherit;
}

.wp-block-button.aligncenter,.wp-block-calendar {
	text-align: center;
}

.wp-block-calendar td,.wp-block-calendar th {
	border: 1px solid;
	padding: .25em;
}

.wp-block-calendar th {
	font-weight: 400;
}

.wp-block-calendar caption {
	background-color: inherit;
}

.wp-block-calendar table {
	border-collapse: collapse;
	width: 100%;
}

.wp-block-calendar table:where(:not(.has-text-color)) {
	color: #40464d;
}

.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th {
	border-color: #ddd;
}

.wp-block-calendar table.has-background th {
	background-color: inherit;
}

.wp-block-calendar table.has-text-color th {
	color: inherit;
}

:where(.wp-block-calendar table:not(.has-background) th) {
	background: #ddd;
}

.wp-block-categories {
	box-sizing: border-box;
}

.wp-block-categories.alignleft {
	margin-right: 2em;
}

.wp-block-categories.alignright {
	margin-left: 2em;
}

.wp-block-code {
	box-sizing: border-box;
}

.wp-block-code code {
	display: block;
	font-family: inherit;
	overflow-wrap: break-word;
	white-space: pre-wrap;
}

.wp-block-columns {
	align-items: normal!important;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap!important;
	margin-bottom: 1.75em;
}

@media (min-width:782px) {
	.wp-block-columns {
		flex-wrap: nowrap!important;
	}
}

.wp-block-columns.are-vertically-aligned-top {
	align-items: flex-start;
}

.wp-block-columns.are-vertically-aligned-center {
	align-items: center;
}

.wp-block-columns.are-vertically-aligned-bottom {
	align-items: flex-end;
}

@media (max-width:781px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 100%!important;
	}
}

@media (min-width:782px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 0;
		flex-grow: 1;
	}

	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
		flex-grow: 0;
	}
}

.wp-block-columns.is-not-stacked-on-mobile {
	flex-wrap: nowrap!important;
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
	flex-basis: 0;
	flex-grow: 1;
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {
	flex-grow: 0;
}

:where(.wp-block-columns.has-background) {
	padding: 1.25em 2.375em;
}

.wp-block-column {
	flex-grow: 1;
	min-width: 0;
	overflow-wrap: break-word;
	word-break: break-word;
}

.wp-block-column.is-vertically-aligned-top {
	align-self: flex-start;
}

.wp-block-column.is-vertically-aligned-center {
	align-self: center;
}

.wp-block-column.is-vertically-aligned-bottom {
	align-self: flex-end;
}

.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top {
	width: 100%;
}

.wp-block-post-comments {
	box-sizing: border-box;
}

.wp-block-post-comments .alignleft {
	float: left;
}

.wp-block-post-comments .alignright {
	float: right;
}

.wp-block-post-comments .navigation:after {
	clear: both;
	content: "";
	display: table;
}

.wp-block-post-comments .commentlist {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wp-block-post-comments .commentlist .comment {
	min-height: 2.25em;
	padding-left: 3.25em;
}

.wp-block-post-comments .commentlist .comment p {
	font-size: 1em;
	line-height: 1.8;
	margin: 1em 0;
}

.wp-block-post-comments .commentlist .children {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wp-block-post-comments .comment-author {
	line-height: 1.5;
}

.wp-block-post-comments .comment-author .avatar {
	border-radius: 1.5em;
	display: block;
	float: left;
	height: 2.5em;
	margin-right: .75em;
	margin-top: .5em;
	width: 2.5em;
}

.wp-block-post-comments .comment-author cite {
	font-style: normal;
}

.wp-block-post-comments .comment-meta {
	font-size: .875em;
	line-height: 1.5;
}

.wp-block-post-comments .comment-meta b {
	font-weight: 400;
}

.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
	display: block;
	margin-bottom: 1em;
	margin-top: 1em;
}

.wp-block-post-comments .comment-body .commentmetadata {
	font-size: .875em;
}

.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label {
	display: block;
	margin-bottom: .25em;
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.wp-block-post-comments .comment-form-cookies-consent {
	display: flex;
	gap: .25em;
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
	margin-top: .35em;
}

.wp-block-post-comments .comment-reply-title {
	margin-bottom: 0;
}

.wp-block-post-comments .comment-reply-title :where(small) {
	font-size: var(--wp--preset--font-size--medium,smaller);
	margin-left: .5em;
}

.wp-block-post-comments .reply {
	font-size: .875em;
	margin-bottom: 1.4em;
}

.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea {
	border: 1px solid #949494;
	font-family: inherit;
	font-size: 1em;
}

.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea {
	padding: calc(.667em + 2px);
}

:where(.wp-block-post-comments input[type=submit]) {
	border: none;
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous {
	margin-bottom: .5em;
	margin-right: .5em;
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child {
	margin-right: 0;
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
	display: inline-block;
	margin-right: 1ch;
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1);
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
	display: inline-block;
	margin-left: 1ch;
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1);
}

.wp-block-comments-pagination.aligncenter {
	justify-content: center;
}

.wp-block-comment-template {
	box-sizing: border-box;
	list-style: none;
	margin-bottom: 0;
	max-width: 100%;
	padding: 0;
}

.wp-block-comment-template li {
	clear: both;
}

.wp-block-comment-template ol {
	list-style: none;
	margin-bottom: 0;
	max-width: 100%;
	padding-left: 2rem;
}

.wp-block-comment-template.alignleft {
	float: left;
}

.wp-block-comment-template.aligncenter {
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.wp-block-comment-template.alignright {
	float: right;
}

.wp-block-cover,.wp-block-cover-image {
	align-items: center;
	background-position: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	min-height: 430px;
	padding: 1em;
	position: relative;
}

.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]) {
	background-color: #000;
}

.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient {
	background-color: transparent;
}

.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before {
	background-color: inherit;
	content: "";
}

.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before {
	bottom: 0;
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
	opacity: .1;
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
	opacity: .2;
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
	opacity: .3;
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
	opacity: .4;
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
	opacity: .5;
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
	opacity: .6;
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
	opacity: .7;
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
	opacity: .8;
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
	opacity: .9;
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
	opacity: 1;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
	opacity: 0;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
	opacity: .1;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
	opacity: .2;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
	opacity: .3;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
	opacity: .4;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
	opacity: .5;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
	opacity: .6;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
	opacity: .7;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
	opacity: .8;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
	opacity: .9;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
	opacity: 1;
}

.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright {
	max-width: 420px;
	width: 100%;
}

.wp-block-cover-image:after,.wp-block-cover:after {
	content: "";
	display: block;
	font-size: 0;
	min-height: inherit;
}

@supports (position:sticky) {
	.wp-block-cover-image:after,.wp-block-cover:after {
		content: none;
	}
}

.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright {
	display: flex;
}

.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container {
	color: #fff;
	width: 100%;
	z-index: 1;
}

.wp-block-cover-image.is-light .wp-block-cover__inner-container,.wp-block-cover.is-light .wp-block-cover__inner-container {
	color: #000;
}

.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color) {
	color: inherit;
}

.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left {
	align-items: flex-start;
	justify-content: flex-start;
}

.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center {
	align-items: flex-start;
	justify-content: center;
}

.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right {
	align-items: flex-start;
	justify-content: flex-end;
}

.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left {
	align-items: center;
	justify-content: flex-start;
}

.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center {
	align-items: center;
	justify-content: center;
}

.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right {
	align-items: center;
	justify-content: flex-end;
}

.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left {
	align-items: flex-end;
	justify-content: flex-start;
}

.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center {
	align-items: flex-end;
	justify-content: center;
}

.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right {
	align-items: flex-end;
	justify-content: flex-end;
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
	margin: 0;
	width: auto;
}

.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background {
	border: none;
	bottom: 0;
	box-shadow: none;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	outline: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

@supports (-webkit-overflow-scrolling:touch) {
	.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax {
		background-attachment: scroll;
	}
}

@media (prefers-reduced-motion:reduce) {
	.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax {
		background-attachment: scroll;
	}
}

.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated {
	background-repeat: repeat;
	background-size: auto;
}

.wp-block-cover__image-background,.wp-block-cover__video-background {
	z-index: 0;
}

.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover {
	color: #fff;
}

.wp-block-cover-image .wp-block-cover.has-left-content {
	justify-content: flex-start;
}

.wp-block-cover-image .wp-block-cover.has-right-content {
	justify-content: flex-end;
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2 {
	margin-left: 0;
	text-align: left;
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2 {
	margin-right: 0;
	text-align: right;
}

.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2 {
	font-size: 2em;
	line-height: 1.25;
	margin-bottom: 0;
	max-width: 840px;
	padding: .44em;
	text-align: center;
	z-index: 1;
}

.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"] {
	max-width: 360px;
	width: 100%;
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
	min-width: 280px;
}

.wp-block-cover .wp-block-embed {
	min-height: 240px;
	min-width: 320px;
}

.wp-block-embed {
	overflow-wrap: break-word;
}

.wp-block-embed figcaption {
	margin-bottom: 1em;
	margin-top: .5em;
}

.wp-block-embed iframe {
	max-width: 100%;
}

.wp-block-embed__wrapper {
	position: relative;
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
	content: "";
	display: block;
	padding-top: 50%;
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
	padding-top: 42.85%;
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
	padding-top: 50%;
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 56.25%;
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
	padding-top: 75%;
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
	padding-top: 100%;
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
	padding-top: 177.77%;
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
	padding-top: 200%;
}

.wp-block-file {
	margin-bottom: 1.5em;
}

.wp-block-file:not(.wp-element-button) {
	font-size: .8em;
}

.wp-block-file.aligncenter {
	text-align: center;
}

.wp-block-file.alignright {
	text-align: right;
}

.wp-block-file *+.wp-block-file__button {
	margin-left: .75em;
}

.wp-block-file__embed {
	margin-bottom: 1em;
}

:where(.wp-block-file__button) {
	border-radius: 2em;
	padding: .5em 1em;
}

:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited {
	box-shadow: none;
	color: #fff;
	opacity: .85;
	text-decoration: none;
}

.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images) {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	margin: 0 1em 1em 0;
	position: relative;
	width: calc(50% - 1em);
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
	margin-right: 0;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
	align-items: flex-end;
	display: flex;
	height: 100%;
	justify-content: flex-start;
	margin: 0;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
	display: block;
	height: auto;
	max-width: 100%;
	width: auto;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
	background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	font-size: .8em;
	margin: 0;
	max-height: 100%;
	overflow: auto;
	padding: 3em .77em .7em;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 2;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
	display: inline;
}

.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption {
	flex-grow: 1;
}

.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
	flex: 1;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
	margin-right: 0;
	width: 100%;
}

@media (min-width:600px) {
	.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(33.33333% - .66667em);
	}

	.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(25% - .75em);
	}

	.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(20% - .8em);
	}

	.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(16.66667% - .83333em);
	}

	.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(14.28571% - .85714em);
	}

	.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(12.5% - .875em);
	}

	.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
		margin-right: 0;
	}
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
	margin-right: 0;
}

.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright {
	max-width: 420px;
	width: 100%;
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
	justify-content: center;
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
	align-self: flex-start;
}

figure.wp-block-gallery.has-nested-images {
	align-items: normal;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
	margin: 0;
	width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2);
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	max-width: 100%;
	position: relative;
}

.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div {
	flex-direction: column;
	flex-grow: 1;
	margin: 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
	display: block;
	height: auto;
	max-width: 100%!important;
	width: auto;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	font-size: 13px;
	left: 0;
	margin-bottom: 0;
	max-height: 60%;
	overflow: auto;
	padding: 0 8px 8px;
	position: absolute;
	text-align: center;
	width: 100%;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
	display: inline;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
	color: inherit;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
	box-sizing: border-box;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div {
	flex: 1 1 auto;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
	background: none;
	color: inherit;
	flex: initial;
	margin: 0;
	padding: 10px 10px 9px;
	position: relative;
}

.wp-block-gallery.has-nested-images figcaption {
	flex-basis: 100%;
	flex-grow: 1;
	text-align: center;
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
	margin-bottom: auto;
	margin-top: 0;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
	align-self: inherit;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone) {
	display: flex;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
	flex: 1 0 0%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
	width: 100%;
}

@media (min-width:600px) {
	.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
		width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667);
	}

	.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
		width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75);
	}

	.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
		width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8);
	}

	.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
		width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333);
	}

	.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
		width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714);
	}

	.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
		width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875);
	}

	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
		width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667);
	}

	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
		width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5);
	}

	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
		width: 100%;
	}
}

.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright {
	max-width: 420px;
	width: 100%;
}

.wp-block-gallery.has-nested-images.aligncenter {
	justify-content: center;
}

.wp-block-group {
	box-sizing: border-box;
}

h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background {
	padding: 1.25em 2.375em;
}

.wp-block-image img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

.wp-block-image img,.wp-block-image.has-custom-border img {
	box-sizing: border-box;
}

.wp-block-image.aligncenter {
	text-align: center;
}

.wp-block-image.alignfull img,.wp-block-image.alignwide img {
	height: auto;
	width: 100%;
}

.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright {
	display: table;
}

.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption {
	caption-side: bottom;
	display: table-caption;
}

.wp-block-image .alignleft {
	float: left;
	margin: .5em 1em .5em 0;
}

.wp-block-image .alignright {
	float: right;
	margin: .5em 0 .5em 1em;
}

.wp-block-image .aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-image figcaption {
	margin-bottom: 1em;
	margin-top: .5em;
}

.wp-block-image .is-style-rounded img,.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img {
	border-radius: 9999px;
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
	.wp-block-image.is-style-circle-mask img {
		border-radius: 0;
		-webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
		mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
		mask-mode: alpha;
		-webkit-mask-position: center;
		mask-position: center;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		mask-size: contain;
	}
}

.wp-block-image :where(.has-border-color) {
	border-style: solid;
}

.wp-block-image :where([style*=border-top-color]) {
	border-top-style: solid;
}

.wp-block-image :where([style*=border-right-color]) {
	border-right-style: solid;
}

.wp-block-image :where([style*=border-bottom-color]) {
	border-bottom-style: solid;
}

.wp-block-image :where([style*=border-left-color]) {
	border-left-style: solid;
}

.wp-block-image :where([style*=border-width]) {
	border-style: solid;
}

.wp-block-image :where([style*=border-top-width]) {
	border-top-style: solid;
}

.wp-block-image :where([style*=border-right-width]) {
	border-right-style: solid;
}

.wp-block-image :where([style*=border-bottom-width]) {
	border-bottom-style: solid;
}

.wp-block-image :where([style*=border-left-width]) {
	border-left-style: solid;
}

.wp-block-image figure {
	margin: 0;
}

ol.wp-block-latest-comments {
	box-sizing: border-box;
	margin-left: 0;
}

.wp-block-latest-comments .wp-block-latest-comments {
	padding-left: 0;
}

.wp-block-latest-comments__comment {
	line-height: 1.1;
	list-style: none;
	margin-bottom: 1em;
}

.has-avatars .wp-block-latest-comments__comment {
	list-style: none;
	min-height: 2.25em;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 3.25em;
}

.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment {
	line-height: 1.5;
}

.wp-block-latest-comments__comment-excerpt p {
	font-size: .875em;
	line-height: 1.8;
	margin: .36em 0 1.4em;
}

.wp-block-latest-comments__comment-date {
	display: block;
	font-size: .75em;
}

.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar {
	border-radius: 1.5em;
	display: block;
	float: left;
	height: 2.5em;
	margin-right: .75em;
	width: 2.5em;
}

.wp-block-latest-posts {
	box-sizing: border-box;
}

.wp-block-latest-posts.alignleft {
	margin-right: 2em;
}

.wp-block-latest-posts.alignright {
	margin-left: 2em;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: none;
	padding-left: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
	clear: both;
}

.wp-block-latest-posts.is-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

.wp-block-latest-posts.is-grid li {
	margin: 0 1.25em 1.25em 0;
	width: 100%;
}

@media (min-width:600px) {
	.wp-block-latest-posts.columns-2 li {
		width: calc(50% - .625em);
	}

	.wp-block-latest-posts.columns-2 li:nth-child(2n) {
		margin-right: 0;
	}

	.wp-block-latest-posts.columns-3 li {
		width: calc(33.33333% - .83333em);
	}

	.wp-block-latest-posts.columns-3 li:nth-child(3n) {
		margin-right: 0;
	}

	.wp-block-latest-posts.columns-4 li {
		width: calc(25% - .9375em);
	}

	.wp-block-latest-posts.columns-4 li:nth-child(4n) {
		margin-right: 0;
	}

	.wp-block-latest-posts.columns-5 li {
		width: calc(20% - 1em);
	}

	.wp-block-latest-posts.columns-5 li:nth-child(5n) {
		margin-right: 0;
	}

	.wp-block-latest-posts.columns-6 li {
		width: calc(16.66667% - 1.04167em);
	}

	.wp-block-latest-posts.columns-6 li:nth-child(6n) {
		margin-right: 0;
	}
}

.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date {
	display: block;
	font-size: .8125em;
}

.wp-block-latest-posts__post-excerpt {
	margin-bottom: 1em;
	margin-top: .5em;
}

.wp-block-latest-posts__featured-image a {
	display: inline-block;
}

.wp-block-latest-posts__featured-image img {
	height: auto;
	max-width: 100%;
	width: auto;
}

.wp-block-latest-posts__featured-image.alignleft {
	float: left;
	margin-right: 1em;
}

.wp-block-latest-posts__featured-image.alignright {
	float: right;
	margin-left: 1em;
}

.wp-block-latest-posts__featured-image.aligncenter {
	margin-bottom: 1em;
	text-align: center;
}

ol,ul {
	box-sizing: border-box;
}

ol.has-background,ul.has-background {
	padding: 1.25em 2.375em;
}

.wp-block-media-text {
	box-sizing: border-box;
  /*!rtl:begin:ignore*/
	direction: ltr;
  /*!rtl:end:ignore*/
	display: grid;
	grid-template-columns: 50% 1fr;
	grid-template-rows: auto;
}

.wp-block-media-text.has-media-on-the-right {
	grid-template-columns: 1fr 50%;
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
	align-self: start;
}

.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
	align-self: center;
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
	align-self: end;
}

.wp-block-media-text .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
	grid-column: 1;
	grid-row: 1;
  /*!rtl:end:ignore*/
	margin: 0;
}

.wp-block-media-text .wp-block-media-text__content {
	direction: ltr;
  /*!rtl:begin:ignore*/
	grid-column: 2;
	grid-row: 1;
  /*!rtl:end:ignore*/
	padding: 0 8%;
	word-break: break-word;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
	grid-column: 2;
	grid-row: 1
  /*!rtl:end:ignore*/;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  /*!rtl:begin:ignore*/
	grid-column: 1;
	grid-row: 1
  /*!rtl:end:ignore*/;
}

.wp-block-media-text__media img,.wp-block-media-text__media video {
	height: auto;
	max-width: unset;
	vertical-align: middle;
	width: 100%;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
	background-size: cover;
	height: 100%;
	min-height: 250px;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media>a {
	display: block;
	height: 100%;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
	clip: rect(0,0,0,0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

@media (max-width:600px) {
	.wp-block-media-text.is-stacked-on-mobile {
		grid-template-columns: 100%!important;
	}

	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
		grid-column: 1;
		grid-row: 1;
	}

	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		grid-column: 1;
		grid-row: 2;
	}
}

.wp-block-navigation {
	--navigation-layout-justification-setting: flex-start;
	--navigation-layout-direction: row;
	--navigation-layout-wrap: wrap;
	--navigation-layout-justify: flex-start;
	--navigation-layout-align: center;
	position: relative;
}

.wp-block-navigation ul {
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
}

.wp-block-navigation ul,.wp-block-navigation ul li {
	list-style: none;
	padding: 0;
}

.wp-block-navigation .wp-block-navigation-item {
	align-items: center;
	display: flex;
	position: relative;
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
	display: none;
}

.wp-block-navigation .wp-block-navigation-item__content {
	display: block;
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
	color: inherit;
}

.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
	text-decoration: underline;
}

.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
	text-decoration: line-through;
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a {
	text-decoration: none;
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus {
	text-decoration: none;
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
	align-self: center;
	background-color: inherit;
	border: none;
	color: currentColor;
	display: inline-block;
	font-size: inherit;
	height: .6em;
	line-height: 0;
	margin-left: .25em;
	padding: 0;
	width: .6em;
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
	stroke: currentColor;
	display: inline-block;
	height: inherit;
	margin-top: .075em;
	width: inherit;
}

.wp-block-navigation.is-vertical {
	--navigation-layout-direction: column;
	--navigation-layout-justify: initial;
	--navigation-layout-align: flex-start;
}

.wp-block-navigation.no-wrap {
	--navigation-layout-wrap: nowrap;
}

.wp-block-navigation.items-justified-center {
	--navigation-layout-justification-setting: center;
	--navigation-layout-justify: center;
}

.wp-block-navigation.items-justified-center.is-vertical {
	--navigation-layout-align: center;
}

.wp-block-navigation.items-justified-right {
	--navigation-layout-justification-setting: flex-end;
	--navigation-layout-justify: flex-end;
}

.wp-block-navigation.items-justified-right.is-vertical {
	--navigation-layout-align: flex-end;
}

.wp-block-navigation.items-justified-space-between {
	--navigation-layout-justification-setting: space-between;
	--navigation-layout-justify: space-between;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
	align-items: normal;
	background-color: inherit;
	color: inherit;
	display: flex;
	flex-direction: column;
	height: 0;
	left: -1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 100%;
	transition: opacity .1s linear;
	visibility: hidden;
	width: 0;
	z-index: 2;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
	display: flex;
	flex-grow: 1;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
	margin-left: auto;
	margin-right: 0;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	margin: 0;
}

@media (min-width:782px) {
	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
		left: 100%;
		top: -1px;
	}

	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
		background: transparent;
		content: "";
		display: block;
		height: 100%;
		position: absolute;
		right: 100%;
		width: .5em;
	}

	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
		margin-right: .25em;
	}

	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
		transform: rotate(-90deg);
	}
}

.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
	height: auto;
	min-width: 200px;
	opacity: 1;
	overflow: visible;
	visibility: visible;
	width: auto;
}

.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container {
	height: auto;
	min-width: 200px;
	opacity: 1;
	overflow: visible;
	visibility: visible;
	width: auto;
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container {
	height: auto;
	min-width: 200px;
	opacity: 1;
	overflow: visible;
	visibility: visible;
	width: auto;
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
	left: 0;
	top: 100%;
}

@media (min-width:782px) {
	.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
		left: 100%;
		top: 0;
	}
}

.wp-block-navigation-submenu {
	display: flex;
	position: relative;
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
	stroke: currentColor;
}

button.wp-block-navigation-item__content {
	background-color: transparent;
	border: none;
	color: currentColor;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-align: left;
	text-transform: inherit;
}

.wp-block-navigation-submenu__toggle {
	cursor: pointer;
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
	padding-right: .85em;
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon {
	margin-left: -.6em;
	pointer-events: none;
}

.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog {
	gap: inherit;
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
	padding: .5em 1em;
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
	padding: .5em 1em;
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container {
	left: auto;
	right: 0;
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
	left: -1px;
	right: -1px;
}

@media (min-width:782px) {
	.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
		left: auto;
		right: 100%;
	}
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.15);
	color: #000;
}

.wp-block-navigation__container {
	align-items: var(--navigation-layout-align,initial);
	display: flex;
	flex-direction: var(--navigation-layout-direction,initial);
	flex-wrap: var(--navigation-layout-wrap,wrap);
	justify-content: var(--navigation-layout-justify,initial);
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.wp-block-navigation__container .is-responsive {
	display: none;
}

.wp-block-navigation__container:only-child,.wp-block-page-list:only-child {
	flex-grow: 1;
}

@keyframes overlay-menu__fade-in-animation {
	0% {
		opacity: 0;
		transform: translateY(.5em);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.wp-block-navigation__responsive-container {
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
}

.wp-block-navigation__responsive-container .wp-block-navigation-link a {
	color: inherit;
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
	align-items: var(--navigation-layout-align,initial);
	display: flex;
	flex-direction: var(--navigation-layout-direction,initial);
	flex-wrap: var(--navigation-layout-wrap,wrap);
	justify-content: var(--navigation-layout-justify,initial);
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
	background-color: inherit!important;
	color: inherit!important;
}

.wp-block-navigation__responsive-container.is-menu-open {
	animation: overlay-menu__fade-in-animation .1s ease-out;
	animation-fill-mode: forwards;
	background-color: inherit;
	display: flex;
	flex-direction: column;
	overflow: auto;
	padding: var(--wp--style--root--padding-top,2rem) var(--wp--style--root--padding-right,2rem) var(--wp--style--root--padding-bottom,2rem) var(--wp--style--root--padding-left,2rem);
	z-index: 100000;
}

@media (prefers-reduced-motion:reduce) {
	.wp-block-navigation__responsive-container.is-menu-open {
		animation-delay: 0s;
		animation-duration: 1ms;
	}
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	align-items: var(--navigation-layout-justification-setting,inherit);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	overflow: visible;
	padding-top: calc(2rem + 24px);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
	justify-content: flex-start;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
	display: none;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
	border: none;
	height: auto;
	min-width: 200px;
	opacity: 1;
	overflow: initial;
	padding-left: 2rem;
	padding-right: 2rem;
	position: static;
	visibility: visible;
	width: auto;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
	gap: inherit;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
	padding-top: var(--wp--style--block-gap,2em);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
	padding: 0;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
	align-items: var(--navigation-layout-justification-setting,initial);
	display: flex;
	flex-direction: column;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
	background: transparent!important;
	color: inherit!important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
	left: auto;
	right: auto;
}

@media (min-width:600px) {
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
		background-color: inherit;
		display: block;
		position: relative;
		width: 100%;
		z-index: auto;
	}

	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
		display: none;
	}

	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
		left: 0;
	}
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
	background-color: #fff;
	color: #000;
}

.wp-block-navigation__toggle_button_label {
	font-size: 1rem;
	font-weight: 700;
}

.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open {
	background: transparent;
	border: none;
	color: currentColor;
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-transform: inherit;
	vertical-align: middle;
}

.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg {
	fill: currentColor;
	display: block;
	height: 24px;
	pointer-events: none;
	width: 24px;
}

.wp-block-navigation__responsive-container-open {
	display: flex;
}

.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

@media (min-width:600px) {
	.wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: none;
	}
}

.wp-block-navigation__responsive-container-close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.wp-block-navigation__responsive-close {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--wp--style--global--wide-size,100%);
	width: 100%;
}

.wp-block-navigation__responsive-close:focus {
	outline: none;
}

.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog {
	box-sizing: border-box;
}

.wp-block-navigation__responsive-dialog {
	position: relative;
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
	margin-top: 46px;
}

@media (min-width:782px) {
	.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
		margin-top: 32px;
	}
}

html.has-modal-open {
	overflow: hidden;
}

.wp-block-navigation .wp-block-navigation-item__label {
	overflow-wrap: break-word;
	word-break: normal;
}

.wp-block-navigation .wp-block-navigation-item__description {
	display: none;
}

.wp-block-navigation .wp-block-page-list {
	align-items: var(--navigation-layout-align,initial);
	background-color: inherit;
	display: flex;
	flex-direction: var(--navigation-layout-direction,initial);
	flex-wrap: var(--navigation-layout-wrap,wrap);
	justify-content: var(--navigation-layout-justify,initial);
}

.wp-block-navigation .wp-block-navigation-item {
	background-color: inherit;
}

.is-small-text {
	font-size: .875em;
}

.is-regular-text {
	font-size: 1em;
}

.is-large-text {
	font-size: 2.25em;
}

.is-larger-text {
	font-size: 3em;
}

.has-drop-cap:not(:focus):first-letter {
	float: left;
	font-size: 8.4em;
	font-style: normal;
	font-weight: 100;
	line-height: .68;
	margin: .05em .1em 0 0;
	text-transform: uppercase;
}

body.rtl .has-drop-cap:not(:focus):first-letter {
	float: none;
	margin-left: .1em;
}

p.has-drop-cap.has-background {
	overflow: hidden;
}

p.has-background {
	padding: 1.25em 2.375em;
}

:where(p.has-text-color:not(.has-link-color)) a {
	color: inherit;
}

.wp-block-post-author {
	display: flex;
	flex-wrap: wrap;
}

.wp-block-post-author__byline {
	font-size: .5em;
	margin-bottom: 0;
	margin-top: 0;
	width: 100%;
}

.wp-block-post-author__avatar {
	margin-right: 1em;
}

.wp-block-post-author__bio {
	font-size: .7em;
	margin-bottom: .7em;
}

.wp-block-post-author__content {
	flex-basis: 0;
	flex-grow: 1;
}

.wp-block-post-author__name {
	margin: 0;
}

.wp-block-post-comments-form {
	box-sizing: border-box;
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
	font-weight: inherit;
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
	font-family: inherit;
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
	font-size: inherit;
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
	line-height: inherit;
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
	font-style: inherit;
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
	letter-spacing: inherit;
}

.wp-block-post-comments-form input[type=submit] {
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	overflow-wrap: break-word;
	text-align: center;
}

.wp-block-post-comments-form input:not([type=submit]),.wp-block-post-comments-form textarea {
	border: 1px solid #949494;
	font-family: inherit;
	font-size: 1em;
}

.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form textarea {
	padding: calc(.667em + 2px);
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form .comment-form textarea {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label {
	display: block;
	margin-bottom: .25em;
}

.wp-block-post-comments-form .comment-form-cookies-consent {
	display: flex;
	gap: .25em;
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
	margin-top: .35em;
}

.wp-block-post-comments-form .comment-reply-title {
	margin-bottom: 0;
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
	font-size: var(--wp--preset--font-size--medium,smaller);
	margin-left: .5em;
}

.wp-block-post-date {
	box-sizing: border-box;
}

.wp-block-post-excerpt {
	margin-bottom: var(--wp--style--block-gap);
	margin-top: var(--wp--style--block-gap);
}

.wp-block-post-excerpt__excerpt {
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-post-excerpt__more-text {
	margin-bottom: 0;
	margin-top: var(--wp--style--block-gap);
}

.wp-block-post-excerpt__more-link {
	display: inline-block;
}

.wp-block-post-featured-image {
	margin-left: 0;
	margin-right: 0;
}

.wp-block-post-featured-image a {
	display: block;
}

.wp-block-post-featured-image img {
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	width: 100%;
}

.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img {
	width: 100%;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
	background-color: #000;
	inset: 0;
	position: absolute;
}

.wp-block-post-featured-image {
	position: relative;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
	background-color: transparent;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
	opacity: 0;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
	opacity: .1;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
	opacity: .2;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
	opacity: .3;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
	opacity: .4;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
	opacity: .5;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
	opacity: .6;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
	opacity: .7;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
	opacity: .8;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
	opacity: .9;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
	opacity: 1;
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
	display: inline-block;
	margin-right: 1ch;
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
	transform: scaleX(1);
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
	display: inline-block;
	margin-left: 1ch;
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
	transform: scaleX(1);
}

.wp-block-post-terms {
	box-sizing: border-box;
}

.wp-block-post-terms .wp-block-post-terms__separator {
	white-space: pre-wrap;
}

.wp-block-post-title {
	box-sizing: border-box;
	word-break: break-word;
}

.wp-block-post-title a {
	display: inline-block;
}

.wp-block-preformatted {
	white-space: pre-wrap;
}

.wp-block-preformatted.has-background {
	padding: 1.25em 2.375em;
}

.wp-block-pullquote {
	box-sizing: border-box;
	margin: 0 0 1em;
	overflow-wrap: break-word;
	padding: 3em 0;
	text-align: center;
}

.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p {
	color: inherit;
}

.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright {
	max-width: 420px;
}

.wp-block-pullquote cite,.wp-block-pullquote footer {
	position: relative;
}

.wp-block-pullquote .has-text-color a {
	color: inherit;
}

.wp-block-pullquote.has-text-align-left blockquote {
	text-align: left;
}

.wp-block-pullquote.has-text-align-right blockquote {
	text-align: right;
}

.wp-block-pullquote.is-style-solid-color {
	border: none;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	margin-left: auto;
	margin-right: auto;
	max-width: 60%;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: 2em;
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
	font-style: normal;
	text-transform: none;
}

.wp-block-pullquote cite {
	color: inherit;
}

.wp-block-post-template {
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
	max-width: 100%;
	padding: 0;
}

.wp-block-post-template.wp-block-post-template {
	background: none;
}

.wp-block-post-template.is-flex-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.25em;
}

.wp-block-post-template.is-flex-container li {
	margin: 0;
	width: 100%;
}

@media (min-width:600px) {
	.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li {
		width: calc(50% - .625em);
	}

	.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li {
		width: calc(33.33333% - .83333em);
	}

	.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li {
		width: calc(25% - .9375em);
	}

	.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li {
		width: calc(20% - 1em);
	}

	.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li {
		width: calc(16.66667% - 1.04167em);
	}
}

.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous {
	margin-bottom: .5em;
	margin-right: .5em;
}

.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child {
	margin-right: 0;
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type {
	margin-inline-start: auto;
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child {
	margin-inline-end: auto;
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
	display: inline-block;
	margin-right: 1ch;
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1);
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
	display: inline-block;
	margin-left: 1ch;
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1);
}

.wp-block-query-pagination.aligncenter {
	justify-content: center;
}

.wp-block-query-title,.wp-block-quote {
	box-sizing: border-box;
}

.wp-block-quote {
	overflow-wrap: break-word;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
	margin-bottom: 1em;
	padding: 0 1em;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.6;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
	font-size: 1.125em;
	text-align: right;
}

.wp-block-read-more {
	display: block;
	width: -moz-fit-content;
	width: fit-content;
}

.wp-block-read-more:not([style*=text-decoration]),.wp-block-read-more:not([style*=text-decoration]):active,.wp-block-read-more:not([style*=text-decoration]):focus {
	text-decoration: none;
}

ul.wp-block-rss {
	list-style: none;
	padding: 0;
}

ul.wp-block-rss.wp-block-rss {
	box-sizing: border-box;
}

ul.wp-block-rss.alignleft {
	margin-right: 2em;
}

ul.wp-block-rss.alignright {
	margin-left: 2em;
}

ul.wp-block-rss.is-grid {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}

ul.wp-block-rss.is-grid li {
	margin: 0 1em 1em 0;
	width: 100%;
}

@media (min-width:600px) {
	ul.wp-block-rss.columns-2 li {
		width: calc(50% - 1em);
	}

	ul.wp-block-rss.columns-3 li {
		width: calc(33.33333% - 1em);
	}

	ul.wp-block-rss.columns-4 li {
		width: calc(25% - 1em);
	}

	ul.wp-block-rss.columns-5 li {
		width: calc(20% - 1em);
	}

	ul.wp-block-rss.columns-6 li {
		width: calc(16.66667% - 1em);
	}
}

.wp-block-rss__item-author,.wp-block-rss__item-publish-date {
	display: block;
	font-size: .8125em;
}

.wp-block-search__button {
	margin-left: .625em;
	word-break: normal;
}

.wp-block-search__button.has-icon {
	line-height: 0;
}

.wp-block-search__button svg {
	fill: currentColor;
	min-height: 1.5em;
	min-width: 1.5em;
	vertical-align: text-bottom;
}

:where(.wp-block-search__button) {
	border: 1px solid #ccc;
	padding: .375em .625em;
}

.wp-block-search__inside-wrapper {
	display: flex;
	flex: auto;
	flex-wrap: nowrap;
	max-width: 100%;
}

.wp-block-search__label {
	width: 100%;
}

.wp-block-search__input {
	border: 1px solid #949494;
	flex-grow: 1;
	margin-left: 0;
	margin-right: 0;
	min-width: 3em;
	padding: 8px;
	text-decoration: unset!important;
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
	margin-left: 0;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
	border: 1px solid #949494;
	padding: 4px;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
	border: none;
	border-radius: 0;
	padding: 0 0 0 .25em;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
	outline: none;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
	padding: .125em .5em;
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
	margin: auto;
}

.wp-block-separator {
	border: 1px solid;
	border-left: none;
	border-right: none;
}

.wp-block-separator.is-style-dots {
	background: none!important;
	border: none;
	height: auto;
	line-height: 1;
	text-align: center;
}

.wp-block-separator.is-style-dots:before {
	color: currentColor;
	content: "···";
	font-family: serif;
	font-size: 1.5em;
	letter-spacing: 2em;
	padding-left: 2em;
}

.wp-block-site-logo {
	box-sizing: border-box;
	line-height: 0;
}

.wp-block-site-logo a {
	display: inline-block;
}

.wp-block-site-logo.is-default-size img {
	height: auto;
	width: 120px;
}

.wp-block-site-logo img {
	height: auto;
	max-width: 100%;
}

.wp-block-site-logo a,.wp-block-site-logo img {
	border-radius: inherit;
}

.wp-block-site-logo.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.wp-block-site-logo.is-style-rounded {
	border-radius: 9999px;
}

.wp-block-site-title a {
	color: inherit;
}

.wp-block-social-links {
	background: none;
	box-sizing: border-box;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
	text-indent: 0;
}

.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover {
	border-bottom: 0;
	box-shadow: none;
	text-decoration: none;
}

.wp-block-social-links .wp-social-link a {
	padding: .25em;
}

.wp-block-social-links .wp-social-link svg {
	height: 1em;
	width: 1em;
}

.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
	font-size: .65em;
	margin-left: .5em;
	margin-right: .5em;
}

.wp-block-social-links.has-small-icon-size {
	font-size: 16px;
}

.wp-block-social-links,.wp-block-social-links.has-normal-icon-size {
	font-size: 24px;
}

.wp-block-social-links.has-large-icon-size {
	font-size: 36px;
}

.wp-block-social-links.has-huge-icon-size {
	font-size: 48px;
}

.wp-block-social-links.aligncenter {
	display: flex;
	justify-content: center;
}

.wp-block-social-links.alignright {
	justify-content: flex-end;
}

.wp-block-social-link {
	border-radius: 9999px;
	display: block;
	height: auto;
	transition: transform .1s ease;
}

@media (prefers-reduced-motion:reduce) {
	.wp-block-social-link {
		transition-delay: 0s;
		transition-duration: 0s;
	}
}

.wp-block-social-link a {
	align-items: center;
	display: flex;
	line-height: 0;
	transition: transform .1s ease;
}

.wp-block-social-link:hover {
	transform: scale(1.1);
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited {
	fill: currentColor;
	color: currentColor;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
	background-color: #f0f0f0;
	color: #444;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
	background-color: #f90;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
	background-color: #1ea0c3;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
	background-color: #0757fe;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
	background-color: #1e1f26;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
	background-color: #02e49b;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
	background-color: #e94c89;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
	background-color: #4280ff;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
	background-color: #f45800;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
	background-color: #1778f2;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
	background-color: #000;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
	background-color: #0461dd;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
	background-color: #e65678;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
	background-color: #24292d;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
	background-color: #eceadd;
	color: #382110;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
	background-color: #ea4434;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
	background-color: #f00075;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
	background-color: #e21b24;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
	background-color: #0d66c2;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
	background-color: #3288d4;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
	background-color: #02ab6c;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
	background-color: #f6405f;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
	background-color: #ff424d;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
	background-color: #e60122;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
	background-color: #ef4155;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
	background-color: #ff4500;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
	background-color: #0478d7;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
	stroke: #000;
	background-color: #fefc00;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
	background-color: #ff5600;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
	background-color: #1bd760;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
	background-color: #2aabee;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
	background-color: #000;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
	background-color: #011835;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
	background-color: #6440a4;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
	background-color: #1da1f2;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
	background-color: #1eb7ea;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
	background-color: #4680c2;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
	background-color: #3499cd;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp {
	background-color: #25d366;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
	background-color: #d32422;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
	background-color: red;
	color: #fff;
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
	background: none;
}

.wp-block-social-links.is-style-logos-only .wp-social-link a {
	padding: 0;
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
	height: 1.25em;
	width: 1.25em;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
	color: #f90;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
	color: #1ea0c3;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
	color: #0757fe;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
	color: #1e1f26;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
	color: #02e49b;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
	color: #e94c89;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
	color: #4280ff;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
	color: #f45800;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
	color: #1778f2;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
	color: #000;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
	color: #0461dd;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
	color: #e65678;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
	color: #24292d;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
	color: #382110;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
	color: #ea4434;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
	color: #f00075;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
	color: #e21b24;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
	color: #0d66c2;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
	color: #3288d4;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
	color: #02ab6c;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
	color: #f6405f;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
	color: #ff424d;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
	color: #e60122;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
	color: #ef4155;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
	color: #ff4500;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
	color: #0478d7;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
	stroke: #000;
	color: #fff;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
	color: #ff5600;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
	color: #1bd760;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
	color: #2aabee;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
	color: #000;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
	color: #011835;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
	color: #6440a4;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
	color: #1da1f2;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
	color: #1eb7ea;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
	color: #4680c2;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp {
	color: #25d366;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
	color: #3499cd;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
	color: #d32422;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
	color: red;
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
	width: auto;
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
	padding-left: .66667em;
	padding-right: .66667em;
}

.wp-block-spacer {
	clear: both;
}

.wp-block-tag-cloud {
	box-sizing: border-box;
}

.wp-block-tag-cloud.aligncenter {
	justify-content: center;
	text-align: center;
}

.wp-block-tag-cloud.alignfull {
	padding-left: 1em;
	padding-right: 1em;
}

.wp-block-tag-cloud a {
	display: inline-block;
	margin-right: 5px;
}

.wp-block-tag-cloud span {
	display: inline-block;
	margin-left: 5px;
	text-decoration: none;
}

.wp-block-tag-cloud.is-style-outline {
	display: flex;
	flex-wrap: wrap;
	gap: 1ch;
}

.wp-block-tag-cloud.is-style-outline a {
	border: 1px solid;
	font-size: unset!important;
	margin-right: 0;
	padding: 1ch 2ch;
	text-decoration: none!important;
}

.wp-block-table {
	overflow-x: auto;
}

.wp-block-table table {
	border-collapse: collapse;
	width: 100%;
}

.wp-block-table thead {
	border-bottom: 3px solid;
}

.wp-block-table tfoot {
	border-top: 3px solid;
}

.wp-block-table td,.wp-block-table th {
	border: 1px solid;
	padding: .5em;
}

.wp-block-table .has-fixed-layout {
	table-layout: fixed;
	width: 100%;
}

.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th {
	word-break: break-word;
}

.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright {
	display: table;
	width: auto;
}

.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th {
	word-break: break-word;
}

.wp-block-table .has-subtle-light-gray-background-color {
	background-color: #f3f4f5;
}

.wp-block-table .has-subtle-pale-green-background-color {
	background-color: #e9fbe5;
}

.wp-block-table .has-subtle-pale-blue-background-color {
	background-color: #e7f5fe;
}

.wp-block-table .has-subtle-pale-pink-background-color {
	background-color: #fcf0ef;
}

.wp-block-table.is-style-stripes {
	background-color: transparent;
	border-bottom: 1px solid #f0f0f0;
	border-collapse: inherit;
	border-spacing: 0;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #f0f0f0;
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
	background-color: #f3f4f5;
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
	background-color: #e9fbe5;
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
	background-color: #e7f5fe;
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
	background-color: #fcf0ef;
}

.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th {
	border-color: transparent;
}

.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>* {
	border-color: inherit;
}

.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th {
	border-top-color: inherit;
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
	border-top-color: currentColor;
}

.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>* {
	border-right-color: inherit;
}

.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th {
	border-bottom-color: inherit;
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
	border-bottom-color: currentColor;
}

.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>* {
	border-left-color: inherit;
}

.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>* {
	border-style: inherit;
}

.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>* {
	border-style: inherit;
	border-width: inherit;
}

.wp-block-text-columns,.wp-block-text-columns.aligncenter {
	display: flex;
}

.wp-block-text-columns .wp-block-column {
	margin: 0 1em;
	padding: 0;
}

.wp-block-text-columns .wp-block-column:first-child {
	margin-left: 0;
}

.wp-block-text-columns .wp-block-column:last-child {
	margin-right: 0;
}

.wp-block-text-columns.columns-2 .wp-block-column {
	width: 50%;
}

.wp-block-text-columns.columns-3 .wp-block-column {
	width: 33.33333%;
}

.wp-block-text-columns.columns-4 .wp-block-column {
	width: 25%;
}

pre.wp-block-verse {
	overflow: auto;
	white-space: pre-wrap;
}

:where(pre.wp-block-verse) {
	font-family: inherit;
}

.wp-block-video {
	box-sizing: border-box;
}

.wp-block-video video {
	width: 100%;
}

@supports (position:sticky) {
	.wp-block-video [poster] {
		-o-object-fit: cover;
		object-fit: cover;
	}
}

.wp-block-video.aligncenter {
	text-align: center;
}

.wp-block-video figcaption {
	margin-bottom: 1em;
	margin-top: .5em;
}

.wp-element-button {
	cursor: pointer;
}

:root {
	--wp--preset--font-size--normal: 16px;
	--wp--preset--font-size--huge: 42px;
}

:root .has-very-light-gray-background-color {
	background-color: #eee;
}

:root .has-very-dark-gray-background-color {
	background-color: #313131;
}

:root .has-very-light-gray-color {
	color: #eee;
}

:root .has-very-dark-gray-color {
	color: #313131;
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
	background: linear-gradient(135deg,#00d084,#0693e3);
}

:root .has-purple-crush-gradient-background {
	background: linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe);
}

:root .has-hazy-dawn-gradient-background {
	background: linear-gradient(135deg,#faaca8,#dad0ec);
}

:root .has-subdued-olive-gradient-background {
	background: linear-gradient(135deg,#fafae1,#67a671);
}

:root .has-atomic-cream-gradient-background {
	background: linear-gradient(135deg,#fdd79a,#004a59);
}

:root .has-nightshade-gradient-background {
	background: linear-gradient(135deg,#330968,#31cdcf);
}

:root .has-midnight-gradient-background {
	background: linear-gradient(135deg,#020381,#2874fc);
}

.has-regular-font-size {
	font-size: 1em;
}

.has-larger-font-size {
	font-size: 2.625em;
}

.has-normal-font-size {
	font-size: var(--wp--preset--font-size--normal);
}

.has-huge-font-size {
	font-size: var(--wp--preset--font-size--huge);
}

.has-text-align-center {
	text-align: center;
}

.has-text-align-left {
	text-align: left;
}

.has-text-align-right {
	text-align: right;
}

#end-resizable-editor-section {
	display: none;
}

.aligncenter {
	clear: both;
}

.items-justified-left {
	justify-content: flex-start;
}

.items-justified-center {
	justify-content: center;
}

.items-justified-right {
	justify-content: flex-end;
}

.items-justified-space-between {
	justify-content: space-between;
}

.screen-reader-text {
	clip: rect(1px,1px,1px,1px);
	word-wrap: normal!important;
	border: 0;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.screen-reader-text:focus {
	clip: auto!important;
	background-color: #ddd;
	-webkit-clip-path: none;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

html :where(.has-border-color) {
	border-style: solid;
}

html :where([style*=border-top-color]) {
	border-top-style: solid;
}

html :where([style*=border-right-color]) {
	border-right-style: solid;
}

html :where([style*=border-bottom-color]) {
	border-bottom-style: solid;
}

html :where([style*=border-left-color]) {
	border-left-style: solid;
}

html :where([style*=border-width]) {
	border-style: solid;
}

html :where([style*=border-top-width]) {
	border-top-style: solid;
}

html :where([style*=border-right-width]) {
	border-right-style: solid;
}

html :where([style*=border-bottom-width]) {
	border-bottom-style: solid;
}

html :where([style*=border-left-width]) {
	border-left-style: solid;
}

html :where(img[class*=wp-image-]) {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 0 0 1em;
}

html :where(.is-position-sticky) {
	--wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height,0px);
}

@media screen and (max-width:600px) {
	html :where(.is-position-sticky) {
		--wp-admin--admin-bar--position-offset: 0px;
	}
}

.components-custom-select-control {
	position: relative;
}

.components-custom-select-control__label {
	display: block;
	margin-bottom: 8px;
}

.components-custom-select-control__button {
	border: 1px solid #757575;
	border-radius: 2px;
	min-height: 30px;
	min-width: 130px;
	position: relative;
	text-align: left;
}

.components-custom-select-control__button.components-custom-select-control__button {
	padding-right: 24px;
}

.components-custom-select-control__button:focus:not(:disabled) {
	border-color: var(--wp-admin-theme-color);
	box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
}

.components-custom-select-control__button .components-custom-select-control__button-icon {
	height: 100%;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.components-custom-select-control__menu {
	background-color: #fff;
	border: 1px solid #1e1e1e;
	border-radius: 2px;
	max-height: 400px;
	min-width: 100%;
	outline: none;
	overflow: auto;
	padding: 0;
	position: absolute;
	transition: none;
	z-index: 1000000;
}

.components-custom-select-control__menu[aria-hidden=true] {
	display: none;
}

.components-custom-select-control__item {
	align-items: center;
	cursor: default;
	display: flex;
	line-height: 28px;
	list-style-type: none;
	padding: 8px;
}

.components-custom-select-control__item.is-highlighted {
	background: #ddd;
}

.components-custom-select-control__item .components-custom-select-control__item-icon {
	margin-left: auto;
	margin-right: 0;
}

.components-custom-select-control__item:last-child {
	margin-bottom: 0;
}

.components-snackbar {
	background-color: #1e1e1e;
	border-radius: 2px;
	box-shadow: 0 2px 4px rgba(0,0,0,.3);
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
	font-size: 13px;
	max-width: 600px;
	padding: 16px 24px;
	pointer-events: auto;
	width: 100%;
}

@media(min-width:600px) {
	.components-snackbar {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
}

.components-snackbar:focus {
	box-shadow: 0 0 0 1px #fff,0 0 0 3px var(--wp-admin-theme-color);
}

.components-snackbar.components-snackbar-explicit-dismiss {
	cursor: default;
}

.components-snackbar .components-snackbar__content-with-icon {
	margin-left: 24px;
}

.components-snackbar .components-snackbar__icon {
	left: 28px;
	position: absolute;
	top: 24px;
}

.components-snackbar .components-snackbar__dismiss-button {
	cursor: pointer;
	margin-left: 32px;
}

.components-snackbar__action.components-button {
	color: #fff;
	flex-shrink: 0;
	height: auto;
	line-height: 1.4;
	margin-left: 32px;
	padding: 0;
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary) {
	background-color: initial;
	text-decoration: underline;
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):focus {
	box-shadow: none;
	color: #fff;
	outline: 1px dotted #fff;
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
	color: var(--wp-admin-theme-color);
}

.components-snackbar__content {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
	line-height: 1.4;
}

.components-snackbar-list {
	box-sizing: border-box;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 100000;
}

.components-snackbar-list__notice-container {
	padding-top: 8px;
	position: relative;
}

.components-combobox-control {
	width: 100%;
}

input.components-combobox-control__input[type=text] {
	border: none;
	box-shadow: none;
	font-size: 16px;
	line-height: inherit;
	margin: 0;
	min-height: auto;
	padding: 2px;
	width: 100%;
}

@media(min-width:600px) {
	input.components-combobox-control__input[type=text] {
		font-size: 13px;
	}
}

input.components-combobox-control__input[type=text]:focus {
	box-shadow: none;
	outline: none;
}

.components-combobox-control__suggestions-container {
	align-items: flex-start;
	border: 1px solid #757575;
	border-radius: 2px;
	box-shadow: 0 0 transparent;
	display: flex;
	flex-wrap: wrap;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
	font-size: 16px;
	line-height: normal;
	margin: 0 0 8px;
	padding: 4px;
	transition: box-shadow .1s linear;
	width: 100%;
}

@media(prefers-reduced-motion:reduce) {
	.components-combobox-control__suggestions-container {
		transition-delay: 0s;
		transition-duration: 0s;
	}
}

@media(min-width:600px) {
	.components-combobox-control__suggestions-container {
		font-size: 13px;
		line-height: normal;
	}
}

.components-combobox-control__suggestions-container:focus {
	border-color: var(--wp-admin-theme-color);
	box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
	outline: 2px solid transparent;
}

.components-combobox-control__suggestions-container::-webkit-input-placeholder {
	color: rgba(30,30,30,.62);
}

.components-combobox-control__suggestions-container::-moz-placeholder {
	color: rgba(30,30,30,.62);
	opacity: 1;
}

.components-combobox-control__suggestions-container:-ms-input-placeholder {
	color: rgba(30,30,30,.62);
}

.components-combobox-control__suggestions-container:focus-within {
	border-color: var(--wp-admin-theme-color);
	box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
	outline: 2px solid transparent;
}

.components-combobox-control__reset.components-button {
	display: flex;
	height: 24px;
	min-width: 24px;
	padding: 0;
}

.components-form-token-field__input-container {
	align-items: center;
	border: 1px solid #757575;
	border-radius: 2px;
	box-shadow: 0 0 transparent;
	cursor: text;
	display: flex;
	flex-wrap: wrap;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
	font-size: 16px;
	line-height: normal;
	margin: 0 0 8px;
	padding: 2px 4px;
	transition: box-shadow .1s linear;
	width: 100%;
}

@media(prefers-reduced-motion:reduce) {
	.components-form-token-field__input-container {
		transition-delay: 0s;
		transition-duration: 0s;
	}
}

@media(min-width:600px) {
	.components-form-token-field__input-container {
		font-size: 13px;
		line-height: normal;
	}
}

.components-form-token-field__input-container:focus {
	border-color: var(--wp-admin-theme-color);
	box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
	outline: 2px solid transparent;
}

.components-form-token-field__input-container::-webkit-input-placeholder {
	color: rgba(30,30,30,.62);
}

.components-form-token-field__input-container::-moz-placeholder {
	color: rgba(30,30,30,.62);
	opacity: 1;
}

.components-form-token-field__input-container:-ms-input-placeholder {
	color: rgba(30,30,30,.62);
}

.components-form-token-field__input-container.is-disabled {
	background: #ddd;
	border-color: #ddd;
}

.components-form-token-field__input-container.is-active {
	border-color: var(--wp-admin-theme-color);
	box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
	outline: 2px solid transparent;
}

.components-form-token-field__input-container input[type=text].components-form-token-field__input {
	background: inherit;
	border: 0;
	box-shadow: none;
	color: #1e1e1e;
	display: inline-block;
	flex: 1;
	font-size: 16px;
	margin-left: 4px;
	max-width: 100%;
	min-height: 24px;
	min-width: 50px;
	padding: 0;
	width: 100%;
}

@media(min-width:600px) {
	.components-form-token-field__input-container input[type=text].components-form-token-field__input {
		font-size: 13px;
	}
}

.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus {
	box-shadow: none;
	outline: none;
}

.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input {
	width: auto;
}

.components-form-token-field__label {
	display: inline-block;
	margin-bottom: 4px;
}

.components-form-token-field__help {
	color: #757575;
	font-size: 12px;
	font-style: normal;
}

.components-form-token-field__token {
	color: #1e1e1e;
	display: flex;
	font-size: 13px;
	margin: 2px 4px 2px 0;
	max-width: 100%;
}

.components-form-token-field__token.is-success .components-form-token-field__remove-token,.components-form-token-field__token.is-success .components-form-token-field__token-text {
	background: #4ab866;
}

.components-form-token-field__token.is-error .components-form-token-field__remove-token,.components-form-token-field__token.is-error .components-form-token-field__token-text {
	background: #cc1818;
}

.components-form-token-field__token.is-validating .components-form-token-field__remove-token,.components-form-token-field__token.is-validating .components-form-token-field__token-text {
	color: #757575;
}

.components-form-token-field__token.is-borderless {
	padding: 0 16px 0 0;
	position: relative;
}

.components-form-token-field__token.is-borderless .components-form-token-field__token-text {
	background: 0 0;
	color: var(--wp-admin-theme-color);
}

.components-form-token-field__token.is-borderless .components-form-token-field__remove-token {
	background: 0 0;
	color: #757575;
	position: absolute;
	right: 0;
	top: 1px;
}

.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text {
	color: #4ab866;
}

.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text {
	border-radius: 4px 0 0 4px;
	color: #cc1818;
	padding: 0 4px 0 6px;
}

.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text {
	color: #1e1e1e;
}

.components-form-token-field__token.is-disabled .components-form-token-field__remove-token {
	cursor: default;
}

.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text {
	background: #ddd;
	display: inline-block;
	height: auto;
	line-height: 24px;
	min-width: unset;
	transition: all .2s cubic-bezier(.4,1,.4,1);
}

@media(prefers-reduced-motion:reduce) {
	.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text {
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
		-webkit-animation-duration: 1ms;
		animation-duration: 1ms;
		transition-delay: 0s;
		transition-duration: 0s;
	}
}

.components-form-token-field__token-text {
	border-radius: 2px 0 0 2px;
	overflow: hidden;
	padding: 0 0 0 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.components-form-token-field__remove-token.components-button {
	border-radius: 0 2px 2px 0;
	color: #1e1e1e;
	cursor: pointer;
	line-height: 10px;
	overflow: initial;
	padding: 0 2px;
}

.components-form-token-field__remove-token.components-button:hover {
	color: #1e1e1e;
}

.components-form-token-field__suggestions-list {
	border-top: 1px solid #757575;
	flex: 1 0 100%;
	list-style: none;
	margin: 4px -4px -4px;
	max-height: 9em;
	min-width: 100%;
	overflow-y: auto;
	padding: 0;
	transition: all .15s ease-in-out;
}

@media(prefers-reduced-motion:reduce) {
	.components-form-token-field__suggestions-list {
		transition-delay: 0s;
		transition-duration: 0s;
	}
}

.components-form-token-field__suggestion {
	color: #757575;
	cursor: pointer;
	display: block;
	font-size: 13px;
	margin: 0;
	padding: 4px 8px;
}

.components-form-token-field__suggestion.is-selected {
	background: var(--wp-admin-theme-color);
	color: #fff;
}

.components-form-token-field__suggestion-match {
	text-decoration: underline;
}

.wc-block-grid__products .wc-block-grid__product-image {
	display: block;
	position: relative;
	text-decoration: none;
}

.wc-block-grid__products .wc-block-grid__product-image a {
	border: 0;
	box-shadow: none;
	outline: 0;
	text-decoration: none;
}

.wc-block-grid__products .wc-block-grid__product-image img {
	height: auto;
	max-width: 100%;
	width: auto;
}

.wc-block-grid__products .wc-block-grid__product-image img[hidden] {
	display: none;
}

.wc-block-grid__products .wc-block-grid__product-image img[alt=""] {
	border: 1px solid #f2f2f2;
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,.editor-styles-wrapper .wc-block-grid__product-title,.wc-block-grid__product-title {
	color: inherit;
	display: block;
	font-family: inherit;
	font-size: inherit;
	font-weight: 700;
	line-height: 1.2;
	padding: 0;
}

.wc-block-grid__product-price {
	display: block;
}

.wc-block-grid__product-price .wc-block-grid__product-price__regular {
	margin-right: .5em;
}

.wc-block-grid__product-add-to-cart.wp-block-button {
	white-space: normal;
	word-break: break-word;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	display: inline-flex;
	font-size: 1em;
	justify-content: center;
	margin-left: auto!important;
	margin-right: auto!important;
	padding: .5em 1em;
	text-align: center;
	white-space: normal;
	word-break: break-word;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading {
	opacity: .25;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
	content: "";
	display: inline-block;
	font-family: WooCommerce;
	height: auto;
	margin-left: .5em;
	width: auto;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	content: "";
	display: inline-block;
	font-family: WooCommerce;
	height: auto;
	margin-left: .5em;
	width: auto;
}

.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after {
	content: "";
	margin: 0;
}

.wc-block-grid__product-rating {
	display: block;
}

.wc-block-grid__product-rating .star-rating,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
	font-family: star;
	font-size: 1em;
	font-weight: 400;
	height: 1.618em;
	line-height: 1.618;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 5.3em;
}

.wc-block-grid__product-rating .star-rating:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
	content: "SSSSS";
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap;
}

.wc-block-grid__product-rating .star-rating span,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
	left: 0;
	overflow: hidden;
	padding-top: 1.5em;
	position: absolute;
	right: 0;
	top: 0;
}

.wc-block-grid__product-rating .star-rating span:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
	color: inherit;
	content: "SSSSS";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap;
}

.wc-block-grid__product-onsale {
	background: #fff;
	border: 1px solid #43454b;
	border-radius: 3px;
	color: #43454b;
	display: inline-block;
	font-size: .875em;
	font-weight: 600;
	padding: .25em .75em;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: auto;
	z-index: 9;
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),.wc-block-grid__product .wc-block-grid__product-title {
	margin: 0 0 12px;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart,.wc-block-grid__product .wc-block-grid__product-onsale,.wc-block-grid__product .wc-block-grid__product-price,.wc-block-grid__product .wc-block-grid__product-rating {
	margin: 0 auto 12px;
}

.theme-twentysixteen .wc-block-grid .price ins {
	color: #77a464;
}

.theme-twentynineteen .wc-block-grid__product {
	font-size: .88889em;
}

.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-components-product-title,.theme-twentynineteen .wc-block-grid__product-onsale,.theme-twentynineteen .wc-block-grid__product-title {
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
}

.theme-twentynineteen .wc-block-grid__product-title:before {
	display: none;
}

.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-grid__product-onsale {
	line-height: 1;
}

.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color) {
	color: #fff;
}

.theme-twentytwenty .wc-block-grid__product-link {
	color: #000;
}

.theme-twentytwenty .wc-block-components-product-title,.theme-twentytwenty .wc-block-grid__product-title {
	color: #cd2653;
	font-family: -apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;
	font-size: 1em;
}

.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
	margin-top: 0;
}

.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-components-product-price__value,.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-grid__product-price__value {
	font-family: -apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;
	font-size: .9em;
}

.theme-twentytwenty .wc-block-components-product-price del,.theme-twentytwenty .wc-block-grid__product-price del {
	opacity: .5;
}

.theme-twentytwenty .wc-block-components-product-price ins,.theme-twentytwenty .wc-block-grid__product-price ins {
	text-decoration: none;
}

.theme-twentytwenty .star-rating,.theme-twentytwenty .wc-block-grid__product-rating {
	font-size: .7em;
}

.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
	line-height: 1;
}

.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link {
	font-family: -apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;
}

.theme-twentytwenty .wc-block-components-product-sale-badge,.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
	background: #cd2653;
	color: #fff;
	font-family: -apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.2;
	text-transform: uppercase;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge {
	position: static;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge {
	position: absolute;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge) {
	position: absolute;
	right: 4px;
	top: 4px;
	z-index: 1;
}

.theme-twentytwenty .wc-block-active-filters__title,.theme-twentytwenty .wc-block-attribute-filter__title,.theme-twentytwenty .wc-block-price-filter__title,.theme-twentytwenty .wc-block-stock-filter__title {
	font-size: 1em;
}

.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all {
	font-size: .75em;
}

.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	font-size: .75em;
	padding: .5em;
}

@media only screen and (min-width:768px) {
	.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
		font-size: .875em;
		padding: .5em;
	}
}

@media only screen and (min-width:1168px) {
	.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
		font-size: .875em;
		padding: .5em;
	}
}

.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart {
	display: block;
	margin-top: 12px;
}

.theme-twentytwentytwo .wc-block-components-product-price ins,.theme-twentytwentytwo .wc-block-grid__product-price ins {
	text-decoration: none;
}

.screen-reader-text {
	clip: rect(1px,1px,1px,1px);
	word-wrap: normal!important;
	border: 0;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	overflow-wrap: normal!important;
	padding: 0;
	position: absolute!important;
	width: 1px;
}

.screen-reader-text:focus {
	clip: auto!important;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	-webkit-clip-path: none;
	clip-path: none;
	color: #2b2d2f;
	display: block;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.wc-block-components-product-add-to-cart-attribute-picker {
	flex-basis: 100%;
	margin: 0;
}

.wc-block-components-product-add-to-cart-attribute-picker label {
	display: block;
	font-size: 1em;
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__container {
	position: relative;
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select {
	margin: 0 0 .75em;
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select select {
	min-height: 1.75em;
	min-width: 60%;
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error {
	margin-bottom: 24px;
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select {
	border-color: #cc1818;
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select:focus {
	outline-color: #cc1818;
}

.wc-block-components-product-add-to-cart {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button {
	margin: 0 0 .75em;
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text {
	display: block;
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text>svg {
	fill: currentColor;
	height: 1.5em;
	margin: -.25em 0 -.25em .5em;
	vertical-align: top;
	width: 1.5em;
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
	color: #43454b;
	flex-basis: 5em;
	margin: 0 1em .75em 0;
	padding: .618em;
	text-align: center;
}

.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button,.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity {
	background-color: currentColor!important;
	border: 0!important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor!important;
	display: block;
	line-height: 1;
	max-width: 100%!important;
	opacity: .15;
	outline: 0!important;
	overflow: hidden!important;
	pointer-events: none;
	position: relative!important;
	width: 100%;
	z-index: 1;
}

.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button>*,.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity>*,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button>*,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity>* {
	visibility: hidden;
}

.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:after,.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity:after,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button:after,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button,.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity {
		-webkit-animation: none;
		animation: none;
	}
}

.wc-block-grid .wc-block-components-product-add-to-cart {
	justify-content: center;
}

.wc-block-components-product-add-to-cart-notice {
	margin: 0;
}

.wp-block-button.wc-block-components-product-button {
	margin-bottom: 12px;
	white-space: normal;
	word-break: break-word;
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
	border-style: none;
	display: inline-flex;
	font-family: inherit;
	font-weight: inherit;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	white-space: normal;
	word-break: break-word;
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
	background-color: currentColor!important;
	border: 0!important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor!important;
	display: block;
	line-height: 1;
	max-width: 100%!important;
	min-height: 3em;
	min-width: 8em;
	opacity: .15;
	outline: 0!important;
	overflow: hidden!important;
	pointer-events: none;
	position: relative!important;
	width: 100%;
	z-index: 1;
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder>* {
	visibility: hidden;
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@media screen and (prefers-reduced-motion:reduce) {
	.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
		-webkit-animation: none;
		animation: none;
	}
}

.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button {
	background-color: currentColor!important;
	border: 0!important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor!important;
	display: block;
	line-height: 1;
	max-width: 100%!important;
	min-height: 3em;
	min-width: 8em;
	opacity: .15;
	outline: 0!important;
	overflow: hidden!important;
	pointer-events: none;
	position: relative!important;
	width: 100%;
	z-index: 1;
}

.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button>* {
	visibility: hidden;
}

.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button {
		-webkit-animation: none;
		animation: none;
	}
}

.theme-twentytwentyone .editor-styles-wrapper .wc-block-components-product-button .wp-block-button__link {
	background-color: var(--button--color-background);
	border-color: var(--button--color-background);
	color: var(--button--color-text);
}

.wc-block-components-product-category-list {
	margin-bottom: .75em;
	margin-top: 0;
}

.wc-block-components-product-category-list ul {
	display: inline;
	margin: 0;
	padding: 0;
}

.wc-block-components-product-category-list ul li {
	display: inline;
	list-style: none;
}

.wc-block-components-product-category-list ul li:after {
	content: ", ";
}

.wc-block-components-product-category-list ul li:last-child:after {
	content: "";
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image,.wc-block-components-product-image {
	display: block;
	position: relative;
	text-decoration: none;
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image a,.wc-block-components-product-image a {
	border: 0;
	border-radius: inherit;
	box-shadow: none;
	outline: 0;
	text-decoration: none;
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img,.wc-block-components-product-image img {
	border-radius: inherit;
	vertical-align: middle;
	width: 100%;
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[hidden],.wc-block-components-product-image img[hidden] {
	display: none;
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[alt=""],.wc-block-components-product-image img[alt=""] {
	border: 1px solid #f2f2f2;
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left,.wc-block-components-product-image .wc-block-components-product-sale-badge--align-left {
	left: 4px;
	margin: 0;
	position: absolute;
	right: auto;
	top: 4px;
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center,.wc-block-components-product-image .wc-block-components-product-sale-badge--align-center {
	left: 50%;
	margin: 0;
	position: absolute;
	right: auto;
	top: 4px;
	transform: translateX(-50%);
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right,.wc-block-components-product-image .wc-block-components-product-sale-badge--align-right {
	left: auto;
	margin: 0;
	position: absolute;
	right: 4px;
	top: 4px;
}

.is-loading .wc-block-components-product-image {
	background-color: currentColor!important;
	border: 0!important;
	box-shadow: none;
	color: currentColor!important;
	display: block;
	line-height: 1;
	max-width: 100%!important;
	opacity: .15;
	outline: 0!important;
	overflow: hidden!important;
	pointer-events: none;
	position: relative!important;
	width: 100%;
	width: auto;
	z-index: 1;
}

.is-loading .wc-block-components-product-image>* {
	visibility: hidden;
}

.is-loading .wc-block-components-product-image:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-components-product-image {
		-webkit-animation: none;
		animation: none;
	}
}

.wc-block-components-product-image {
	margin: 0 0 12px;
}

.wc-block-components-product-price {
	margin-bottom: 12px;
}

.wc-block-components-product-rating {
	display: block;
	margin-bottom: 12px;
	margin-top: 0;
}

.wc-block-components-product-rating__stars {
	font-family: star;
	font-size: 1em;
	font-weight: 400;
	height: 1.618em;
	line-height: 1.618;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 5.3em;
}

.wc-block-components-product-rating__stars:before {
	color: inherit;
	content: "SSSSS";
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap;
}

.wc-block-components-product-rating__stars span {
	color: inherit;
	left: 0;
	overflow: hidden;
	padding-top: 1.5em;
	position: absolute;
	right: 0;
	top: 0;
}

.wc-block-components-product-rating__stars span:before {
	color: inherit;
	content: "SSSSS";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap;
}

.wc-block-single-product .wc-block-components-product-rating__stars {
	margin: 0;
}

.wc-block-components-product-sale-badge {
	background: #fff;
	border: 1px solid #43454b;
	border-radius: 3px;
	box-sizing: border-box;
	color: #43454b;
	display: inline-block;
	font-size: .875em;
	font-weight: 600;
	margin: 0 auto 12px;
	padding: .25em .75em;
	position: static;
	text-align: center;
	text-transform: uppercase;
	width: auto;
	z-index: 9;
}

.wc-block-components-product-sale-badge span {
	background-color: inherit;
	color: inherit;
}

.wc-block-components-product-sku {
	display: block;
	font-size: .875em;
	margin-bottom: 12px;
	margin-top: 0;
	text-transform: uppercase;
}

.wc-block-components-product-stock-indicator {
	display: block;
	font-size: .875em;
	margin-bottom: .75em;
	margin-top: 0;
}

.wc-block-components-product-summary {
	margin-bottom: 12px;
	margin-top: 0;
}

.is-loading .wc-block-components-product-summary:before {
	background-color: currentColor!important;
	border: 0!important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor!important;
	content: ".";
	display: block;
	height: 6em;
	line-height: 1;
	max-width: 100%!important;
	opacity: .15;
	outline: 0!important;
	overflow: hidden!important;
	pointer-events: none;
	position: relative!important;
	width: 100%;
	z-index: 1;
}

.is-loading .wc-block-components-product-summary:before>* {
	visibility: hidden;
}

.is-loading .wc-block-components-product-summary:before:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-components-product-summary:before {
		-webkit-animation: none;
		animation: none;
	}
}

.wc-block-components-product-tag-list {
	margin-bottom: .75em;
	margin-top: 0;
}

.wc-block-components-product-tag-list ul {
	display: inline;
	margin: 0;
	padding: 0;
}

.wc-block-components-product-tag-list ul li {
	display: inline;
	list-style: none;
}

.wc-block-components-product-tag-list ul li:after {
	content: ", ";
}

.wc-block-components-product-tag-list ul li:last-child:after {
	content: "";
}

.wc-block-components-product-title {
	display: block;
	font-size: inherit;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 12px;
	margin-top: 0;
	padding: 0;
}

.wc-block-components-product-title a {
	color: inherit;
	font-size: inherit;
}

.is-loading .wc-block-components-product-title:before {
	background-color: currentColor!important;
	border: 0!important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor!important;
	content: ".";
	display: block;
	display: inline-block;
	line-height: 1;
	max-width: 100%!important;
	opacity: .15;
	outline: 0!important;
	overflow: hidden!important;
	pointer-events: none;
	position: relative!important;
	width: 100%;
	width: 7em;
	z-index: 1;
}

.is-loading .wc-block-components-product-title:before>* {
	visibility: hidden;
}

.is-loading .wc-block-components-product-title:before:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-components-product-title:before {
		-webkit-animation: none;
		animation: none;
	}
}

.is-loading .wc-block-grid .wc-block-components-product-title:before {
	width: 10em;
}

.wc-block-components-product-title--align-left {
	text-align: left;
}

.wc-block-components-product-title--align-center {
	text-align: center;
}

.wc-block-components-product-title--align-right {
	text-align: right;
}

.wc-block-components-error {
	align-items: center;
	color: #757575;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 40px 0;
	padding: 40px 0;
	text-align: center;
}

.wc-block-components-error__header {
	color: #646970;
	font-size: 2em;
	margin: 0;
}

.wc-block-components-error__image {
	margin: 0 0 24px;
	width: 25%;
}

.wc-block-components-error__text {
	color: #8c8f94;
	font-size: 1.25em;
	margin: 1em 0 0;
	max-width: 60ch;
}

.wc-block-components-error__message {
	color: #8c8f94;
	font-style: italic;
	margin: 1em auto 0;
	max-width: 60ch;
}

.wc-block-error__button {
	margin: 40px 0 0;
}

.wc-block-components-button:not(.is-link) {
	align-items: center;
	color: inherit;
	display: inline-flex;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-weight: 700;
	justify-content: center;
	letter-spacing: inherit;
	line-height: inherit;
	line-height: 1;
	min-height: 3em;
	padding: 0 1em;
	position: relative;
	text-align: center;
	text-decoration: inherit;
	text-decoration: none;
	text-transform: inherit;
	text-transform: none;
	transition: box-shadow .1s linear;
}

.wc-block-components-button:not(.is-link):focus {
	box-shadow: 0 0 0 2px #0675c4;
	box-shadow: inset 0 0 0 1px #fff,0 0 0 2px #0675c4;
	outline: 3px solid transparent;
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
	display: block;
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg {
	fill: currentColor;
}

.wc-block-components-button:not(.is-link) .wc-block-components-spinner+.wc-block-components-button__text {
	visibility: hidden;
}

.wc-block-components-button:not(.is-link).text {
	color: #1e1e1e;
}

.wc-block-components-button:not(.is-link).text:hover {
	opacity: .9;
}

.wc-block-components-button:not(.is-link).contained,.wc-block-components-button:not(.is-link).contained:active,.wc-block-components-button:not(.is-link).contained:disabled,.wc-block-components-button:not(.is-link).contained:focus,.wc-block-components-button:not(.is-link).contained:hover {
	background-color: #1e1e1e;
	color: #fff;
}

.wc-block-components-button:not(.is-link).contained:hover {
	opacity: .9;
}

.wc-block-components-button:not(.is-link).outlined {
	background-color: initial;
	color: #1e1e1e;
}

.wc-block-components-button:not(.is-link).outlined:not(:focus) {
	box-shadow: inset 0 0 0 1px #1e1e1e;
}

.wc-block-components-button:not(.is-link).outlined:active,.wc-block-components-button:not(.is-link).outlined:disabled,.wc-block-components-button:not(.is-link).outlined:focus,.wc-block-components-button:not(.is-link).outlined:hover {
	background-color: #1e1e1e;
	color: #fff;
}

.wc-block-components-button:not(.is-link).outlined:hover {
	background-color: #1e1e1e;
	color: #fff;
	opacity: 1;
}

.wc-block-components-form {
	counter-reset: checkout-step;
}

.wc-block-components-form .wc-block-components-checkout-step {
	background: 0 0;
	border: none;
	margin: 0;
	padding: 0 0 0 24px;
	position: relative;
}

.is-mobile .wc-block-components-form .wc-block-components-checkout-step,.is-small .wc-block-components-form .wc-block-components-checkout-step {
	padding-left: 0;
}

.wc-block-components-checkout-step--disabled {
	opacity: .6;
}

.wc-block-components-checkout-step__container {
	position: relative;
}

.wc-block-components-checkout-step__content>* {
	margin-bottom: 1em;
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__content>:last-child {
	margin-bottom: 0;
	padding-bottom: 1.5em;
}

.wc-block-components-checkout-step__heading {
	align-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	justify-content: space-between;
	margin: .75em 0 1em;
	position: relative;
}

.wc-block-components-checkout-step:first-child .wc-block-components-checkout-step__heading,.wc-block-components-express-payment-continue-rule+.wc-block-components-checkout-step .wc-block-components-checkout-step__heading {
	margin-top: 0;
}

.wc-block-components-checkout-step__title {
	margin: 0 12px 0 0;
}

.wc-block-components-checkout-step__heading-content {
	font-size: .75em;
}

.wc-block-components-checkout-step__heading-content a {
	color: inherit;
	font-weight: 700;
}

.wc-block-components-checkout-step__description {
	font-size: .875em;
	line-height: 1.25;
	margin-bottom: 16px;
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before {
	background: 0 0;
	border: 0;
	border-radius: 0;
	content: " " counter(checkout-step)".";
	content: " " counter(checkout-step)"."/"";
	counter-increment: checkout-step;
	left: -24px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 0;
	transform: translateX(-50%);
	vertical-align: baseline;
	width: 24px;
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
	border-left: 1px solid;
	content: "";
	height: 100%;
	left: -24px;
	opacity: .3;
	position: absolute;
	top: 0;
}

.is-mobile .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before,.is-small .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before {
	content: counter(checkout-step)". ";
	content: counter(checkout-step)". "/"";
	left: auto;
	position: static;
	top: auto;
	transform: none;
}

.is-mobile .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after,.is-small .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
	content: unset;
}

.editor-styles-wrapper .wp-block h4.wc-block-components-checkout-step__title {
	font-size: 1em;
	line-height: 24px;
	margin: 0 12px 0 0;
}

.wc-block-components-order-summary .wc-block-components-panel__button {
	margin-top: 0;
	padding-top: 0;
}

.wc-block-components-order-summary .wc-block-components-panel__content {
	margin-bottom: 0;
}

.wc-block-components-order-summary__content {
	display: table;
	width: 100%;
}

.wc-block-components-order-summary-item {
	display: flex;
	font-size: .875em;
	padding-bottom: 1px;
	padding-top: 16px;
	position: relative;
	width: 100%;
}

.wc-block-components-order-summary-item:after {
	border-style: solid;
	border-width: 0 0 1px;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.wc-block-components-order-summary-item:first-child {
	padding-top: 0;
}

.wc-block-components-order-summary-item:last-child>div {
	padding-bottom: 0;
}

.wc-block-components-order-summary-item:last-child:after {
	display: none;
}

.wc-block-components-order-summary-item .wc-block-components-product-metadata {
	font-size: 1em;
}

.wc-block-components-order-summary-item__description,.wc-block-components-order-summary-item__image {
	display: table-cell;
	vertical-align: top;
}

.wc-block-components-order-summary-item__image {
	padding-bottom: 16px;
	position: relative;
	width: 48px;
}

.wc-block-components-order-summary-item__image>img {
	max-width: 48px;
	width: 48px;
}

.wc-block-components-order-summary-item__quantity {
	align-items: center;
	background: #fff;
	border: 2px solid;
	border-radius: 1em;
	box-shadow: 0 0 0 2px #fff;
	color: #000;
	display: flex;
	justify-content: center;
	line-height: 1;
	min-height: 20px;
	min-width: 20px;
	padding: 0 .4em;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(50%,-50%);
	white-space: nowrap;
	z-index: 1;
}

.wc-block-components-order-summary-item__description {
	padding-bottom: 16px;
	padding-left: 24px;
	padding-right: 12px;
}

.wc-block-components-order-summary-item__description .wc-block-components-product-metadata,.wc-block-components-order-summary-item__description p {
	line-height: 1.375;
	margin-top: 4px;
}

.wc-block-components-order-summary-item__total-price {
	font-weight: 700;
	margin-left: auto;
	text-align: right;
}

.wc-block-components-order-summary-item__individual-prices {
	display: block;
}

.wc-block-components-payment-method-icons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 14px;
}

.wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
	display: inline-block;
	height: 24px;
	margin: 0 4px 2px;
	max-height: 24px;
	max-width: 38px;
	padding: 0;
	width: auto;
}

.wc-block-components-payment-method-icons--align-left {
	justify-content: flex-start;
}

.wc-block-components-payment-method-icons--align-left .wc-block-components-payment-method-icon {
	margin-left: 0;
	margin-right: 8px;
}

.wc-block-components-payment-method-icons--align-right {
	justify-content: flex-end;
}

.wc-block-components-payment-method-icons--align-right .wc-block-components-payment-method-icon {
	margin-left: 8px;
	margin-right: 0;
}

.wc-block-components-payment-method-icons:last-child {
	margin-bottom: 0;
}

.is-mobile .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon,.is-small .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
	height: 16px;
}

.wc-block-components-payment-method-label--with-icon {
	display: inline-block;
	vertical-align: middle;
}

.wc-block-components-payment-method-label--with-icon>img,.wc-block-components-payment-method-label--with-icon>svg {
	margin: -2px 4px 0 0;
	vertical-align: middle;
}

.is-mobile .wc-block-components-payment-method-label--with-icon>img,.is-mobile .wc-block-components-payment-method-label--with-icon>svg,.is-small .wc-block-components-payment-method-label--with-icon>img,.is-small .wc-block-components-payment-method-label--with-icon>svg {
	display: none;
}

.editor-styles-wrapper .wc-block-components-checkout-policies,.wc-block-components-checkout-policies {
	font-size: .75em;
	line-height: 1;
	list-style: none outside;
	margin: 24px 0;
	text-align: center;
}

.wc-block-components-checkout-policies__item {
	display: inline-block;
	list-style: none outside;
	margin: 0;
	padding: 0 .25em;
}

.wc-block-components-checkout-policies__item:not(:first-child) {
	border-left: 1px solid #ccc;
}

.wc-block-components-checkout-policies__item>a {
	color: inherit;
	padding: 0 .25em;
}

.wc-block-components-product-badge {
	border: 1px solid;
	border-radius: 2px;
	display: inline-block;
	font-size: .75em;
	font-weight: 600;
	padding: 0 .66em;
	text-transform: uppercase;
	white-space: nowrap;
}

.wc-block-components-product-details.wc-block-components-product-details {
	list-style: none;
	margin: .5em 0;
	padding: 0;
}

.wc-block-components-product-details.wc-block-components-product-details:last-of-type {
	margin-bottom: 0;
}

.wc-block-components-product-details.wc-block-components-product-details li {
	margin-left: 0;
}

.wc-block-components-product-details__name,.wc-block-components-product-details__value {
	display: inline-block;
}

.is-large:not(.wc-block-checkout) .wc-block-components-product-details__name {
	font-weight: 700;
}

img.wc-block-components-product-image[alt=""] {
	border: 1px solid #f2f2f2;
}

.wc-block-components-product-metadata {
	font-size: .75em;
}

.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p,.wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
	margin: .25em 0;
}

.wc-block-components-checkout-return-to-cart-button {
	box-shadow: none;
	color: inherit;
	padding-left: calc(24px + .25em);
	position: relative;
	text-decoration: none;
}

.wc-block-components-checkout-return-to-cart-button svg {
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.wc-block-components-shipping-calculator-address {
	margin-bottom: 0;
}

.wc-block-components-shipping-calculator-address__button {
	margin-top: 1.5em;
	width: 100%;
}

.wc-block-components-shipping-calculator {
	padding: .5em 0 .75em;
}

.wc-block-components-shipping-rates-control__package {
	margin-bottom: 36px;
}

.wc-block-components-shipping-rates-control__package:last-child {
	margin-bottom: 0;
}

.wc-block-components-shipping-rates-control__package .wc-block-components-panel__button {
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: .75em;
	padding-top: .75em;
}

.wc-block-components-shipping-rates-control__package .wc-block-components-panel__content,.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control,.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option-layout,.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__option-layout {
	padding-bottom: 0;
}

.wc-block-components-shipping-rates-control__package-items {
	display: block;
	font-size: .875em;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wc-block-components-shipping-rates-control__package-item {
	display: inline-block;
	margin: 0;
	overflow-wrap: anywhere;
	padding: 0;
	word-break: break-word;
	-ms-word-break: break-all;
}

.wc-block-components-shipping-rates-control__package-item:not(:last-child):after {
	content: ", ";
	white-space: pre;
}

.wc-block-components-totals-coupon .wc-block-components-panel__button {
	margin-top: 0;
	padding-top: 0;
}

.wc-block-components-totals-coupon .wc-block-components-panel__content {
	padding-bottom: 0;
}

.wc-block-components-totals-coupon__form {
	display: flex;
	margin-bottom: 0;
	width: 100%;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
	flex-grow: 1;
	margin-bottom: 0;
	margin-top: 0;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
	flex-shrink: 0;
	height: 3em;
	margin-left: 8px;
	padding-left: 24px;
	padding-right: 24px;
	white-space: nowrap;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button.no-margin {
	margin: 0;
}

.wc-block-components-totals-coupon__content {
	flex-direction: column;
	position: relative;
}

.wc-block-components-totals-discount__coupon-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wc-block-components-totals-discount .wc-block-components-totals-item__value {
	color: #4ab866;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	font-size: 1.25em;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
	font-weight: 700;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax {
	margin-bottom: 0;
}

.wc-block-components-totals-shipping fieldset.wc-block-components-totals-shipping__fieldset {
	background-color: initial;
	border: 0;
	margin: 0;
	padding: 0;
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__via {
	margin-bottom: 16px;
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__description,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__label,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-description,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-label {
	flex-basis: 100%;
	text-align: left;
}

.wc-block-components-totals-shipping .wc-block-components-shipping-rates-control__no-results-notice {
	margin: 0 0 .75em;
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button {
	background: 0 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	display: inline;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-decoration: inherit;
	text-decoration: underline;
	text-shadow: none;
	text-transform: inherit;
	vertical-align: baseline;
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:active,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:focus,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:hover {
	background: 0 0;
	opacity: .8;
}

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button {
	background: 0 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	display: inline;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-decoration: inherit;
	text-decoration: underline;
	text-shadow: none;
	text-transform: inherit;
	vertical-align: baseline;
}

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:active,.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:focus,.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:hover {
	background: 0 0;
}

.editor-styles-wrapper .wc-block-components-checkbox-list,.wc-block-components-checkbox-list {
	list-style: none outside;
	margin: 0;
	padding: 0;
}

.editor-styles-wrapper .wc-block-components-checkbox-list li,.wc-block-components-checkbox-list li {
	list-style: none outside;
	margin: 0 0 4px;
	padding: 0;
}

.editor-styles-wrapper .wc-block-components-checkbox-list li.show-less button,.editor-styles-wrapper .wc-block-components-checkbox-list li.show-more button,.wc-block-components-checkbox-list li.show-less button,.wc-block-components-checkbox-list li.show-more button {
	background: 0 0;
	border: none;
	cursor: pointer;
	padding: 0;
	text-decoration: underline;
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,.wc-block-components-checkbox-list.is-loading li {
	background-color: currentColor!important;
	border: 0!important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor!important;
	display: block;
	line-height: 1;
	max-width: 100%!important;
	opacity: .15;
	outline: 0!important;
	overflow: hidden!important;
	pointer-events: none;
	position: relative!important;
	width: 100%;
	z-index: 1;
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li>*,.wc-block-components-checkbox-list.is-loading li>* {
	visibility: hidden;
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li:after,.wc-block-components-checkbox-list.is-loading li:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@media screen and (prefers-reduced-motion:reduce) {
	.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,.wc-block-components-checkbox-list.is-loading li {
		-webkit-animation: none;
		animation: none;
	}
}

.wc-block-components-chip {
	align-items: center;
	border: 0;
	border-radius: 0;
	color: inherit;
	display: inline-flex;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	line-height: 1;
	margin: 0 .365em .365em 0;
	max-width: 100%;
	padding: .25em .5em;
	text-decoration: inherit;
	text-transform: inherit;
}

.wc-block-components-chip,.wc-block-components-chip:active,.wc-block-components-chip:focus,.wc-block-components-chip:hover {
	background: 0 0;
	border: 1px solid;
	color: inherit;
}

.wc-block-components-chip.wc-block-components-chip--radius-small {
	border-radius: 3px;
}

.wc-block-components-chip.wc-block-components-chip--radius-medium {
	border-radius: .433em;
}

.wc-block-components-chip.wc-block-components-chip--radius-large {
	border-radius: 2em;
	padding-left: .75em;
	padding-right: .25em;
}

.wc-block-components-chip .wc-block-components-chip__text {
	flex-grow: 1;
	font-size: .875em;
}

.wc-block-components-chip.is-removable .wc-block-components-chip__text {
	padding-right: .5em;
}

.wc-block-components-chip .wc-block-components-chip__remove {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #e0e0e0;
	border: 0;
	border-radius: 25px;
	height: 16px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	width: 16px;
}

.wc-block-components-chip .wc-block-components-chip__remove-icon {
	fill: #1e1e1e;
}

.theme-twentytwentyone .wc-block-components-chip,.theme-twentytwentyone .wc-block-components-chip:active,.theme-twentytwentyone .wc-block-components-chip:focus,.theme-twentytwentyone .wc-block-components-chip:hover {
	background: #fff;
}

.theme-twentytwentyone .wc-block-components-chip:active button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),.theme-twentytwentyone .wc-block-components-chip:focus button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),.theme-twentytwentyone .wc-block-components-chip:hover button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),.theme-twentytwentyone .wc-block-components-chip button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background) {
	background: 0 0;
}

.wc-block-components-chip__remove:focus,.wc-block-components-chip__remove:hover,button.wc-block-components-chip:focus>.wc-block-components-chip__remove,button.wc-block-components-chip:hover>.wc-block-components-chip__remove {
	background: #949494;
}

.wc-block-components-chip__remove:focus .wc-block-components-chip__remove-icon,.wc-block-components-chip__remove:hover .wc-block-components-chip__remove-icon,button.wc-block-components-chip:focus>.wc-block-components-chip__remove .wc-block-components-chip__remove-icon,button.wc-block-components-chip:hover>.wc-block-components-chip__remove .wc-block-components-chip__remove-icon {
	fill: #fff;
}

.wc-block-components-chip__remove:disabled,button.wc-block-components-chip:disabled>.wc-block-components-chip__remove {
	fill: #fff;
	cursor: not-allowed;
}

.wc-block-components-combobox .wc-block-components-combobox-control,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control {
	border: 0;
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-decoration: inherit;
	text-transform: inherit;
	vertical-align: baseline;
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-base-control__field,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-base-control__field {
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container {
	border: 0;
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	position: relative;
	text-decoration: inherit;
	text-transform: inherit;
	vertical-align: baseline;
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
	background: #fff;
	border: 1px solid #50575e;
	border-radius: 4px;
	box-shadow: none;
	box-sizing: border-box;
	color: inherit;
	color: #2b2d2f;
	font-family: inherit;
	font-size: inherit;
	font-size: 1em;
	font-style: inherit;
	font-weight: inherit;
	font-weight: 400;
	height: 3em;
	letter-spacing: inherit;
	line-height: inherit;
	line-height: 1;
	opacity: 1;
	outline: inherit;
	padding: 1.5em 16px .25em;
	text-align: left;
	text-decoration: inherit;
	text-overflow: ellipsis;
	text-transform: inherit;
	text-transform: none;
	white-space: nowrap;
	width: 100%;
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
	background-color: #fff;
	box-shadow: 0 0 0 1px #50575e;
	color: #2b2d2f;
	outline: 0;
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
	background-color: rgba(0,0,0,.1);
	border-color: hsla(0,0%,100%,.4);
	color: #fff;
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus {
	background-color: rgba(0,0,0,.1);
	box-shadow: 0 0 0 1px hsla(0,0%,100%,.4);
	color: #fff;
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
	background-color: #fff;
	border: 1px solid #50575e;
	border-top: 0;
	color: #2b2d2f;
	margin: 3em 0 0;
	max-height: 300px;
	min-width: 100%;
	overflow: auto;
	padding: 0;
	position: absolute;
	z-index: 10;
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
	background-color: #1e1e1e;
	color: #fff;
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
	color: #757575;
	cursor: default;
	font-size: 1em;
	list-style: none;
	margin: 0;
	padding: .25em 16px;
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected {
	background-color: #ddd;
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected {
	background-color: rgba(0,0,0,.4);
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover {
	background-color: #00669e;
	color: #fff;
}

.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
	color: inherit;
	color: #757575;
	font-family: inherit;
	font-size: inherit;
	font-size: 1em;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	line-height: 1.375;
	margin: 0 0 0 17px;
	max-width: calc(100% - 32px);
	overflow: hidden;
	position: absolute;
	text-decoration: inherit;
	text-overflow: ellipsis;
	text-transform: inherit;
	transform: translateY(.75em);
	transform-origin: top left;
	transition: all .2s ease;
	white-space: nowrap;
	z-index: 1;
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
	color: hsla(0,0%,100%,.6);
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
		transition: none;
	}
}

.wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label {
	transform: translateY(4px)scale(.75);
}

.wc-block-components-combobox.has-error .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control label.components-base-control__label {
	color: #cc1818;
}

.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input,.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:active,.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:hover,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:active,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:hover {
	border-color: #cc1818;
}

.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus {
	box-shadow: 0 0 0 1px #cc1818;
}

.wc-block-components-country-input {
	margin-top: 1.5em;
}

@-webkit-keyframes fadein {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadein {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes slidein {
	0% {
		transform: translateX(0);
	}

	to {
		transform: translateX(-480px);
	}
}

@keyframes slidein {
	0% {
		transform: translateX(0);
	}

	to {
		transform: translateX(-480px);
	}
}

@media only screen and (max-width:480px) {
@	-webkit-keyframes slidein {
		0%{transform: translateX(0);
	}

	to {
		transform: translateX(-100vw);
	}
}

@keyframes slidein {
	0% {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100vw);
	}
}}

.wc-block-components-drawer__screen-overlay {
	background-color: rgba(95,95,95,.35);
	bottom: 0;
	left: 0;
	opacity: 1;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity .3s;
	z-index: 9999;
}

.wc-block-components-drawer__screen-overlay--with-slide-out {
	transition: opacity .3s;
}

.wc-block-components-drawer__screen-overlay--with-slide-in {
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-name: fadein;
	animation-name: fadein;
}

.wc-block-components-drawer__screen-overlay--is-hidden {
	opacity: 0;
	pointer-events: none;
}

.wc-block-components-drawer {
	background: #fff;
	display: block;
	height: 100%;
	left: 100%;
	position: relative;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(-480px);
	width: 480px;
}

.wc-block-components-drawer:after {
	border-style: solid;
	border-width: 0 0 0 1px;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

@media only screen and (max-width:480px) {
	.wc-block-components-drawer {
		transform: translateX(-100vw);
		width: 100vw;
	}
}

.wc-block-components-drawer__screen-overlay--with-slide-out .wc-block-components-drawer {
	transition: transform .3s;
}

.wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer {
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-name: slidein;
	animation-name: slidein;
}

.wc-block-components-drawer__screen-overlay--is-hidden .wc-block-components-drawer {
	transform: translateX(0);
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-components-drawer,.wc-block-components-drawer__screen-overlay {
		-webkit-animation-name: none!important;
		animation-name: none!important;
		transition: none!important;
	}
}

.wc-block-components-drawer .components-modal__content {
	padding: 40px 16px;
}

.wc-block-components-drawer .components-modal__header {
	position: relative;
}

.wc-block-components-drawer .components-modal__header .components-button {
	background: 0 0;
	border: 0;
	border-radius: 0;
	margin: -1em;
	padding: 1em;
	position: absolute;
	right: 0;
	top: 0;
	vertical-align: baseline;
}

.wc-block-components-drawer .components-modal__header .components-button>span {
	clip: rect(1px,1px,1px,1px);
	word-wrap: normal!important;
	border: 0;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	overflow-wrap: normal!important;
	padding: 0;
	position: absolute!important;
	width: 1px;
}

.wc-block-components-drawer .components-modal__header-heading {
	border: 0;
	border-radius: 0;
	font-size: 1.25rem;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	word-break: break-word;
}

.wc-filter-element-label-list-count:before {
	content: " (";
}

.wc-filter-element-label-list-count:after {
	content: ")";
}

.wc-block-filter-title-placeholder {
	background-color: currentColor!important;
	border: 0!important;
	border-radius: .25rem;
	border-radius: 1.625em;
	box-shadow: none;
	color: currentColor!important;
	display: block;
	line-height: 1;
	margin-bottom: 12px;
	margin-top: 12px;
	max-width: 100%!important;
	max-width: -webkit-max-content!important;
	max-width: -moz-max-content!important;
	max-width: max-content!important;
	min-width: 80px;
	opacity: .15;
	outline: 0!important;
	overflow: hidden!important;
	pointer-events: none;
	position: relative!important;
	width: 100%;
	z-index: 1;
}

.wc-block-filter-title-placeholder>* {
	visibility: hidden;
}

.wc-block-filter-title-placeholder:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-filter-title-placeholder {
		-webkit-animation: none;
		animation: none;
	}
}

.wc-block-filter-title-placeholder .wc-block-active-filters__title,.wc-block-filter-title-placeholder .wc-block-attribute-filter__title,.wc-block-filter-title-placeholder .wc-block-price-filter__title,.wc-block-filter-title-placeholder .wc-block-rating-filter__title,.wc-block-filter-title-placeholder .wc-block-stock-filter__title {
	height: 1em;
	margin: 0;
}

.wc-block-components-filter-reset-button {
	background: 0 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	cursor: pointer;
	display: inline;
	font-family: inherit;
	font-size: inherit;
	font-size: .875em;
	font-style: inherit;
	font-weight: inherit;
	font-weight: 400;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-decoration: inherit;
	text-decoration: underline;
	text-shadow: none;
	text-transform: inherit;
	vertical-align: baseline;
}

.wc-block-components-filter-reset-button:active,.wc-block-components-filter-reset-button:focus,.wc-block-components-filter-reset-button:hover {
	background: 0 0;
}

.wc-block-components-filter-reset-button:hover {
	color: inherit;
	text-decoration: none;
}

.wc-block-components-filter-reset-button[disabled] {
	cursor: not-allowed;
}

.wc-block-components-filter-submit-button {
	border: none;
	display: block;
	margin-left: auto;
	white-space: nowrap;
}

.wc-block-components-filter-submit-button.is-loading {
	background-color: currentColor!important;
	border: 0!important;
	border-radius: .25rem;
	border-radius: 0;
	box-shadow: none;
	color: currentColor!important;
	display: block;
	line-height: 1;
	line-height: normal;
	margin-top: 16px;
	max-width: 100%!important;
	opacity: .15;
	outline: 0!important;
	overflow: hidden!important;
	pointer-events: none;
	position: relative!important;
	width: 100%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	z-index: 1;
}

.wc-block-components-filter-submit-button.is-loading>* {
	visibility: hidden;
}

.wc-block-components-filter-submit-button.is-loading:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-components-filter-submit-button.is-loading {
		-webkit-animation: none;
		animation: none;
	}
}

.wc-blocks-components-form-token-field-wrapper .components-popover {
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	z-index: z-index(".components-popover");
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded,.wc-blocks-components-form-token-field-wrapper .components-popover[data-x-axis][data-y-axis] {
	opacity: 1;
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded {
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: z-index(".components-popover")!important;
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow) {
	margin-left: 2px;
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):before {
	border: 8px solid #ccc;
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow).is-alternate:before {
	border-color: #1e1e1e;
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):after {
	border: 8px solid #fff;
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):before {
	content: "";
	height: 0;
	line-height: 0;
	position: absolute;
	width: 0;
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top] {
	margin-top: -8px;
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before {
	bottom: -8px;
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after {
	bottom: -6px;
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before {
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-style: solid;
	margin-left: -10px;
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom] {
	margin-top: 8px;
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before {
	top: -8px;
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after {
	top: -6px;
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before {
	border-bottom-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top: none;
	margin-left: -10px;
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left] {
	margin-left: -8px;
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:before {
	right: -8px;
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:after {
	right: -6px;
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:before {
	border-bottom-color: transparent;
	border-left-style: solid;
	border-right: none;
	border-top-color: transparent;
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right] {
	margin-left: 8px;
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:before {
	left: -8px;
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:after {
	left: -6px;
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:before {
	border-bottom-color: transparent;
	border-left: none;
	border-right-style: solid;
	border-top-color: transparent;
}

.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=top] {
	bottom: 100%;
}

.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=bottom] {
	top: 100%;
}

.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=middle] {
	align-items: center;
	display: flex;
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-top {
	margin-top: 12px;
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-bottom {
	margin-top: -12px;
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-left:not(.is-from-top):not(.is-from-bottom) {
	margin-left: 12px;
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-right:not(.is-from-top):not(.is-from-bottom) {
	margin-right: 12px;
}

.wc-blocks-components-form-token-field-wrapper .components-popover__content {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: 0 2px 6px rgba(0,0,0,5%);
	height: 100%;
}

.is-alternate .wc-blocks-components-form-token-field-wrapper .components-popover__content {
	border: 1px solid #1e1e1e;
	box-shadow: none;
}

.components-popover .wc-blocks-components-form-token-field-wrapper .components-popover__content {
	height: auto;
	overflow-y: auto;
	position: absolute;
}

.components-popover.is-expanded .wc-blocks-components-form-token-field-wrapper .components-popover__content {
	border: none;
	border-top: 1px solid #1e1e1e;
	height: calc(100% - 48px);
	min-width: auto;
	overflow-y: visible;
	position: static;
}

.components-popover[data-y-axis=top] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
	bottom: 100%;
}

.components-popover[data-x-axis=center] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
	left: 50%;
	transform: translateX(-50%);
}

.components-popover[data-x-axis=right] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
	left: 100%;
	position: absolute;
}

.components-popover:not([data-y-axis=middle])[data-x-axis=right] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
	margin-left: -25px;
}

.components-popover[data-x-axis=left] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
	position: absolute;
	right: 100%;
}

.components-popover:not([data-y-axis=middle])[data-x-axis=left] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
	margin-right: -25px;
}

.wc-blocks-components-form-token-field-wrapper .components-popover__header {
	align-items: center;
	background: #fff;
	display: flex;
	height: 48px;
	justify-content: space-between;
	padding: 0 8px 0 16px;
}

.wc-blocks-components-form-token-field-wrapper .components-popover__header-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.wc-blocks-components-form-token-field-wrapper .components-popover__close.components-button {
	z-index: z-index(".components-popover__close");
}

.wc-blocks-components-form-token-field-wrapper .components-tooltip.components-popover {
	z-index: z-index(".components-tooltip");
}

.wc-blocks-components-form-token-field-wrapper .components-tooltip.components-popover .components-popover__content {
	min-width: 0;
}

.wc-blocks-components-form-token-field-wrapper .components-tooltip .components-popover__content {
	background: #1e1e1e;
	border-radius: 2px;
	border-width: 0;
	box-shadow: none;
	color: #fff;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
	white-space: nowrap;
}

.wc-blocks-components-form-token-field-wrapper .components-tooltip .components-popover__content>div {
	padding: 4px 8px;
}

.wc-blocks-components-form-token-field-wrapper .components-tooltip__shortcut {
	display: inline-block;
	margin-left: 8px;
}

.wc-blocks-components-form-token-field-wrapper .disabled-element-wrapper {
	position: relative;
}

.wc-blocks-components-form-token-field-wrapper .disabled-element-wrapper .event-catcher {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: z-index(".components-tooltip .event-catcher");
}

.wc-blocks-components-form-token-field-wrapper {
	border-color: #949494;
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__label,.wc-blocks-components-form-token-field-wrapper .components-visually-hidden {
	clip: rect(1px,1px,1px,1px);
	word-wrap: normal!important;
	border: 0;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	overflow-wrap: normal!important;
	padding: 0;
	position: absolute!important;
	width: 1px;
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
	border-color: inherit;
	box-sizing: border-box;
	margin-bottom: 0;
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
	background-color: #fff;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	position: relative;
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input {
	min-height: 30px;
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text {
	background: #e0e0e0;
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token {
	border: none;
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list {
	background-color: #fff;
	border: 1px solid #949494;
	border-top: 0 solid #949494;
	left: -1px;
	margin: 1px 0 0;
	position: absolute;
	right: -1px;
	top: 100%;
	z-index: 50;
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list:empty {
	display: none;
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion {
	padding: 8px;
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion.is-selected {
	background: #f0f0f0;
	color: #2f2f2f;
}

.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token {
	margin-right: 0;
	position: relative;
	width: 100%;
	z-index: 1;
}

.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__remove-token.components-button,.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token-text {
	background: 0 0;
}

.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token-text {
	padding-left: 4px;
	width: 100%;
}

.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input {
	position: absolute;
}

.wc-blocks-components-form-token-field-wrapper.single-selection .is-active .components-form-token-field__token+input[type=text].components-form-token-field__input {
	border: 1px solid #949494;
	margin: 0 2px 4px;
	padding: 0 5px;
	position: static;
}

.wc-block-components-formatted-money-amount {
	white-space: nowrap;
}

.wc-block-components-load-more {
	text-align: center;
	width: 100%;
}

.wc-block-components-loading-mask {
	min-height: 34px;
	pointer-events: none;
	position: relative;
}

.wc-block-components-loading-mask .components-spinner {
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
}

.wc-block-components-loading-mask .wc-block-components-loading-mask__children {
	opacity: .25;
}

.wc-block-components-pagination {
	margin: 0 auto 16px;
}

.wc-block-components-pagination__ellipsis,.wc-block-components-pagination__page {
	color: #333;
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
}

.wc-block-components-pagination__page {
	border-color: transparent;
	min-width: 2.2em;
	padding: .3em .6em;
}

@media(max-width:782px) {
	.wc-block-components-pagination__page {
		min-width: 1.6em;
		padding: .1em .2em;
	}
}

.wc-block-components-pagination__page:not(.toggle) {
	background-color: initial;
}

.wc-block-components-pagination__ellipsis {
	padding: .3em;
}

@media(max-width:782px) {
	.wc-block-components-pagination__ellipsis {
		padding: .1em;
	}
}

.wc-block-components-pagination__page--active[disabled] {
	color: #333;
	font-weight: 700;
	opacity: 1!important;
}

.wc-block-components-pagination__page--active[disabled]:focus,.wc-block-components-pagination__page--active[disabled]:hover {
	background-color: inherit;
	color: #333;
	opacity: 1!important;
}

html[dir=rtl] .wc-block-components-pagination-page--arrow span {
	display: inline-block;
	transform: scaleX(-1);
}

.wc-block-components-price-slider {
	margin-bottom: 24px;
}

.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
	background-color: currentColor!important;
	border: 0!important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor!important;
	display: block;
	line-height: 1;
	max-width: 100%!important;
	opacity: .15;
	outline: 0!important;
	overflow: hidden!important;
	pointer-events: none;
	position: relative!important;
	width: 100%;
	z-index: 1;
}

.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button>*,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button>*,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper>* {
	visibility: hidden;
}

.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button:after,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button:after,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
		-webkit-animation: none;
		animation: none;
	}
}

.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__amount {
	display: none;
}

.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__amount,.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__button,.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
	-webkit-animation: none;
	animation: none;
}

.wc-block-components-price-slider__range-input-wrapper {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: 0 0;
	border: 0!important;
	border-radius: 4px;
	clear: both;
	flex-grow: 1;
	height: 4px;
	margin: 15px 0;
	outline: none;
	padding: 0!important;
	position: relative;
}

.wc-block-components-price-slider__range-input-wrapper:before {
	background: currentColor;
	bottom: 0;
	content: "";
	left: 0;
	opacity: .2;
	position: absolute;
	right: 0;
	top: 0;
}

.wc-block-components-price-slider__range-input-wrapper.is-loading {
	background-color: currentColor!important;
	border: 0!important;
	border-radius: .25rem;
	border-radius: 0;
	box-shadow: none;
	color: currentColor!important;
	display: block;
	height: .5625em;
	line-height: 1;
	max-width: 100%!important;
	opacity: .15;
	outline: 0!important;
	overflow: hidden!important;
	pointer-events: none;
	position: relative!important;
	width: 100%;
	z-index: 1;
}

.wc-block-components-price-slider__range-input-wrapper.is-loading>* {
	visibility: hidden;
}

.wc-block-components-price-slider__range-input-wrapper.is-loading:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-components-price-slider__range-input-wrapper.is-loading {
		-webkit-animation: none;
		animation: none;
	}
}

.wc-block-components-price-slider__range-input-progress {
	--track-background: linear-gradient(90deg,transparent var(--low),var(--range-color) 0,var(--range-color) var(--high),transparent 0) no-repeat 0 100%/100% 100%;
	--range-color: currentColor;
	background: var(--track-background);
	height: 4px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.wc-block-components-price-slider__controls {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: space-between;
	margin: 16px 0;
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
	border-radius: 4px;
	border-width: 1px;
	font-size: .875em;
	margin: 0;
	max-width: 80px;
	min-width: 0;
	padding: 8px;
	width: auto;
}

.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
	max-width: 60px;
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading {
	background-color: currentColor!important;
	border: 0!important;
	border-radius: .25rem;
	border-radius: 0!important;
	box-shadow: none;
	color: currentColor!important;
	display: block;
	line-height: 1;
	max-width: 100%!important;
	opacity: .15;
	outline: 0!important;
	overflow: hidden!important;
	pointer-events: none;
	position: relative!important;
	width: 100%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	z-index: 1;
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading>* {
	visibility: hidden;
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading {
		-webkit-animation: none;
		animation: none;
	}
}

.wc-block-components-price-slider__range-text {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 24px 0;
}

.wc-block-components-price-slider__range-text .wc-block-components-formatted-money-amount {
	font-size: .875em;
}

.wc-block-components-price-slider__actions {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: flex-end;
}

.wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
	font-size: .875em;
	margin-left: 0;
	margin-top: 0;
}

.wc-block-components-price-slider__range-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: 0 0;
	border: 0!important;
	display: block;
	height: 0;
	left: 0;
	margin: 0;
	outline: none;
	outline: none!important;
	padding: 0!important;
	pointer-events: none;
	position: relative;
	position: absolute;
	top: 0;
	width: 100%;
}

.wc-block-components-price-slider__range-input::-webkit-slider-runnable-track {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: default;
	height: 1px;
	outline: 0;
}

.wc-block-components-price-slider__range-input::-webkit-slider-thumb {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	background-position: 0 0;
	border: 2px solid #1e1e1e;
	border-radius: 100%;
	box-sizing: content-box;
	cursor: pointer;
	height: 12px;
	margin: -5px 0 0;
	padding: 0;
	pointer-events: auto;
	-webkit-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	vertical-align: top;
	width: 12px;
	z-index: 20;
}

.wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
	background: #1e1e1e;
	border-color: #fff;
}

.wc-block-components-price-slider__range-input::-webkit-slider-progress {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: 0 0;
	border: 0!important;
	margin: 0;
	outline: none;
	padding: 0!important;
}

.wc-block-components-price-slider__range-input::-moz-focus-outer {
	border: 0;
}

.wc-block-components-price-slider__range-input::-moz-range-track {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: default;
	height: 1px;
	outline: 0;
}

.wc-block-components-price-slider__range-input::-moz-range-progress {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: 0 0;
	border: 0!important;
	margin: 0;
	outline: none;
	padding: 0!important;
}

.wc-block-components-price-slider__range-input::-moz-range-thumb {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	background-position: 0 0;
	border: 2px solid #1e1e1e;
	border-radius: 100%;
	box-sizing: content-box;
	cursor: pointer;
	height: 12px;
	margin: 0;
	padding: 0;
	pointer-events: auto;
	-moz-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	vertical-align: top;
	width: 12px;
	z-index: 20;
}

.wc-block-components-price-slider__range-input::-moz-range-thumb:hover {
	background: #1e1e1e;
	border-color: #fff;
}

.wc-block-components-price-slider__range-input::-ms-thumb {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	background-position: 0 0;
	border: 2px solid #1e1e1e;
	border-radius: 100%;
	box-sizing: content-box;
	cursor: pointer;
	height: 12px;
	margin: 0;
	padding: 0;
	pointer-events: auto;
	-ms-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	vertical-align: top;
	width: 12px;
	z-index: 20;
}

.wc-block-components-price-slider__range-input::-ms-thumb:hover {
	background: #1e1e1e;
	border-color: #fff;
}

.wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb {
	background: #1e1e1e;
	border-color: #fff;
}

.wc-block-components-price-slider__range-input:focus::-moz-range-thumb {
	background: #1e1e1e;
	border-color: #fff;
}

.wc-block-components-price-slider__range-input:focus::-ms-thumb {
	background: #1e1e1e;
	border-color: #fff;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min {
	z-index: 21;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb {
	background-position-x: left;
	margin-left: -2px;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
	background-position-x: left;
	transform: translate(-2px,2px);
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-ms-thumb {
	background-position-x: left;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max {
	z-index: 20;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-webkit-slider-thumb {
	background-position-x: right;
	margin-left: 2px;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
	background-position-x: right;
	transform: translate(2px,2px);
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb {
	background-position-x: right;
}

.rtl .wc-block-components-price-slider__range-input-progress {
	--track-background: linear-gradient(270deg,transparent var(--low),var(--range-color) 0,var(--range-color) var(--high),transparent 0) no-repeat 0 100%/100% 100%;
	--range-color: #af7dd1;
	background: var(--track-background);
}

@media(-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
	.wc-block-components-price-slider__range-input-wrapper {
		background: 0 0;
		box-shadow: none;
		height: 24px;
	}

	.wc-block-components-price-slider__range-input-progress {
		background: #af7dd1;
		top: 7px;
		width: 100%;
	}

	.wc-block-components-price-slider__range-input {
		height: 24px;
		pointer-events: auto;
	}

	.wc-block-components-price-slider__range-input::-ms-track {
		background: 0 0;
		border-color: transparent;
		border-width: 7px 0;
		color: transparent;
	}

	.wc-block-components-price-slider__range-input::-ms-fill-lower {
		background: #e1e1e1;
		box-shadow: inset 0 0 0 1px #b8b8b8;
	}

	.wc-block-components-price-slider__range-input::-ms-fill-upper {
		background: 0 0;
	}

	.wc-block-components-price-slider__range-input::-ms-tooltip {
		display: none;
	}

	.wc-block-components-price-slider__range-input::-ms-thumb {
		pointer-events: auto;
		transform: translate(1px);
	}

	.wc-block-components-price-slider__range-input--max::-ms-fill-upper {
		background: #e1e1e1;
		box-shadow: inset 0 0 0 1px #b8b8b8;
	}

	.wc-block-components-price-slider__range-input--max::-ms-fill-lower {
		background: 0 0;
	}

	.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
		background-color: currentColor!important;
		border: 0!important;
		border-radius: .25rem;
		box-shadow: none;
		color: currentColor!important;
		display: block;
		line-height: 1;
		max-width: 100%!important;
		opacity: .15;
		outline: 0!important;
		overflow: hidden!important;
		pointer-events: none;
		position: relative!important;
		width: 100%;
		z-index: 1;
	}

	.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper>* {
		visibility: hidden;
	}

	.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after {
		-webkit-animation: loading__animation 1.5s ease-in-out infinite;
		animation: loading__animation 1.5s ease-in-out infinite;
		background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
		background-repeat: no-repeat;
		content: " ";
		display: block;
		height: 100%;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		transform: translateX(-100%);
	}
}

@media screen and (-ms-high-contrast:active)and (prefers-reduced-motion:reduce),screen and (-ms-high-contrast:none)and (prefers-reduced-motion:reduce) {
	.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
		-webkit-animation: none;
		animation: none;
	}
}

@media(-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
	.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
		-webkit-animation: none;
		animation: none;
	}
}

@supports(-ms-ime-align:auto) {
	.wc-block-components-price-slider__range-input-wrapper {
		background: 0 0;
		box-shadow: none;
		height: 24px;
	}

	.wc-block-components-price-slider__range-input-progress {
		background: #af7dd1;
		top: 7px;
		width: 100%;
	}

	.wc-block-components-price-slider__range-input {
		height: 24px;
		pointer-events: auto;
	}

	.wc-block-components-price-slider__range-input::-ms-track {
		background: 0 0;
		border-color: transparent;
		border-width: 7px 0;
		color: transparent;
	}

	.wc-block-components-price-slider__range-input::-ms-fill-lower {
		background: #e1e1e1;
		box-shadow: inset 0 0 0 1px #b8b8b8;
	}

	.wc-block-components-price-slider__range-input::-ms-fill-upper {
		background: 0 0;
	}

	.wc-block-components-price-slider__range-input::-ms-tooltip {
		display: none;
	}

	.wc-block-components-price-slider__range-input::-ms-thumb {
		pointer-events: auto;
		transform: translate(1px);
	}

	.wc-block-components-price-slider__range-input--max::-ms-fill-upper {
		background: #e1e1e1;
		box-shadow: inset 0 0 0 1px #b8b8b8;
	}

	.wc-block-components-price-slider__range-input--max::-ms-fill-lower {
		background: 0 0;
	}

	.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
		background-color: currentColor!important;
		border: 0!important;
		border-radius: .25rem;
		box-shadow: none;
		color: currentColor!important;
		display: block;
		line-height: 1;
		max-width: 100%!important;
		opacity: .15;
		outline: 0!important;
		overflow: hidden!important;
		pointer-events: none;
		position: relative!important;
		width: 100%;
		z-index: 1;
	}

	.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper>* {
		visibility: hidden;
	}

	.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after {
		-webkit-animation: loading__animation 1.5s ease-in-out infinite;
		animation: loading__animation 1.5s ease-in-out infinite;
		background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
		background-repeat: no-repeat;
		content: " ";
		display: block;
		height: 100%;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		transform: translateX(-100%);
	}@	media screen and (prefers-reduced-motion:reduce) {
		.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper{-webkit-animation: none;
		animation: none;
	}
}

.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
	-webkit-animation: none;
	animation: none;
}}

.theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper {
	background: 0 0;
	border: 3px solid;
	box-sizing: border-box;
}

.theme-twentytwentyone .wc-block-components-price-slider__range-input-progress {
	--range-color: currentColor;
	margin: -3px;
}

.theme-twentytwentyone .wc-block-price-filter__range-input {
	background: 0 0;
	margin: -3px;
	width: calc(100% + 6px);
}

.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-webkit-slider-thumb,.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-webkit-slider-thumb {
	filter: none;
}

.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-moz-range-thumb,.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-moz-range-thumb {
	filter: none;
}

.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-ms-thumb,.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-ms-thumb {
	filter: none;
}

.theme-twentytwentyone .wc-block-price-filter__range-input::-webkit-slider-thumb {
	margin-top: -9px;
}

.theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
	transform: translate(2px,1px);
}

.theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
	transform: translate(-2px,1px);
}

.theme-twentytwentyone .wc-block-price-filter__range-input::-ms-track {
	border-color: transparent!important;
}

@media(-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
	.theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper {
		border: 0;
		height: auto;
		height: 50px;
		position: relative;
	}

	.theme-twentytwentyone .wc-block-components-price-slider__range-input-progress {
		display: none;
	}

	.theme-twentytwentyone .wc-block-price-filter__range-input {
		height: 100%;
		margin: 0;
		width: 100%;
	}
}

.wc-block-components-product-sort-select {
	margin-bottom: 24px;
	text-align: left;
}

@-webkit-keyframes spin {
	0% {
		transform: rotate(0);
	}

	to {
		transform: rotate(1turn);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0);
	}

	to {
		transform: rotate(1turn);
	}
}

.wc-block-grid {
	text-align: center;
}

.wc-block-grid__no-products {
	padding: 40px;
	text-align: center;
	width: 100%;
}

.wc-block-grid__no-products .wc-block-grid__no-products-image {
	color: inherit;
	display: block;
	margin: 0 auto 1em;
	max-width: 150px;
}

.wc-block-grid__no-products .wc-block-grid__no-products-title {
	display: block;
	font-weight: 700;
	margin: 0;
}

.wc-block-grid__no-products .wc-block-grid__no-products-description {
	display: block;
	margin: .25em 0 1em;
}

.wc-block-grid__products {
	background-clip: padding-box;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px 16px;
	padding: 0;
}

.wc-block-grid__product {
	border-bottom: 16px solid transparent;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	box-sizing: border-box;
	float: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: auto;
}

.wc-block-grid__product.wc-block-grid__product {
	box-sizing: border-box;
}

.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product,.wc-block-grid.has-aligned-buttons .wc-block-grid__product {
	display: flex;
	flex-direction: column;
}

.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product>:last-child,.wc-block-grid.has-aligned-buttons .wc-block-grid__product>:last-child {
	margin-bottom: 0;
	margin-top: auto;
	padding-bottom: 12px;
}

.theme-twentytwenty .wc-block-grid.has-1-columns .wc-block-grid__product,.wc-block-grid.has-1-columns .wc-block-grid__product {
	flex: 1 0 100%;
	max-width: 100%;
}

.theme-twentytwenty .wc-block-grid.has-2-columns .wc-block-grid__product,.wc-block-grid.has-2-columns .wc-block-grid__product {
	flex: 1 0 50%;
	max-width: 50%;
}

.theme-twentytwenty .wc-block-grid.has-3-columns .wc-block-grid__product,.wc-block-grid.has-3-columns .wc-block-grid__product {
	flex: 1 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product,.wc-block-grid.has-4-columns .wc-block-grid__product {
	flex: 1 0 25%;
	max-width: 25%;
}

.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product,.wc-block-grid.has-5-columns .wc-block-grid__product {
	flex: 1 0 20%;
	max-width: 20%;
}

.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product,.wc-block-grid.has-6-columns .wc-block-grid__product {
	flex: 1 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.theme-twentytwenty .wc-block-grid.has-7-columns .wc-block-grid__product,.wc-block-grid.has-7-columns .wc-block-grid__product {
	flex: 1 0 14.2857142857%;
	max-width: 14.2857142857%;
}

.theme-twentytwenty .wc-block-grid.has-8-columns .wc-block-grid__product,.wc-block-grid.has-8-columns .wc-block-grid__product {
	flex: 1 0 12.5%;
	max-width: 12.5%;
}

.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product,.wc-block-grid.has-6-columns .wc-block-grid__product {
	font-size: .5em;
}

.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product,.theme-twentytwenty .wc-block-grid.has-6-columns.alignfull .wc-block-grid__product,.wc-block-grid.has-5-columns .wc-block-grid__product,.wc-block-grid.has-6-columns.alignfull .wc-block-grid__product {
	font-size: .58em;
}

.theme-twentytwenty .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,.theme-twentytwenty .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product,.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,.wc-block-grid.has-5-columns.alignfull .wc-block-grid__product {
	font-size: .75em;
}

.theme-twentytwenty .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull),.wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull) {
	font-size: .92em;
}

@media(max-width:480px) {
	.wc-block-grid.has-2-columns .wc-block-grid__products {
		display: block;
	}

	.wc-block-grid.has-2-columns .wc-block-grid__product {
		flex: 1 0 100%;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		padding: 0;
	}

	.wc-block-grid.has-3-columns .wc-block-grid__products {
		display: block;
	}

	.wc-block-grid.has-3-columns .wc-block-grid__product {
		flex: 1 0 100%;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		padding: 0;
	}

	.wc-block-grid.has-4-columns .wc-block-grid__products {
		display: block;
	}

	.wc-block-grid.has-4-columns .wc-block-grid__product {
		flex: 1 0 100%;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		padding: 0;
	}

	.wc-block-grid.has-5-columns .wc-block-grid__products {
		display: block;
	}

	.wc-block-grid.has-5-columns .wc-block-grid__product {
		flex: 1 0 100%;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		padding: 0;
	}

	.wc-block-grid.has-6-columns .wc-block-grid__products {
		display: block;
	}

	.wc-block-grid.has-6-columns .wc-block-grid__product {
		flex: 1 0 100%;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		padding: 0;
	}

	.wc-block-grid.has-7-columns .wc-block-grid__products {
		display: block;
	}

	.wc-block-grid.has-7-columns .wc-block-grid__product {
		flex: 1 0 100%;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		padding: 0;
	}

	.wc-block-grid.has-8-columns .wc-block-grid__products {
		display: block;
	}

	.wc-block-grid.has-8-columns .wc-block-grid__product {
		flex: 1 0 100%;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		padding: 0;
	}
}

@media(min-width:481px)and (max-width:600px) {
	.wc-block-grid.has-2-columns .wc-block-grid__product {
		flex: 1 0 50%;
		margin: 0 0 24px;
		max-width: 50%;
		padding: 0;
	}

	.wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(odd) {
		padding-right: 8px;
	}

	.wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n) {
		padding-left: 8px;
	}

	.wc-block-grid.has-3-columns .wc-block-grid__product {
		flex: 1 0 50%;
		margin: 0 0 24px;
		max-width: 50%;
		padding: 0;
	}

	.wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(odd) {
		padding-right: 8px;
	}

	.wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n) {
		padding-left: 8px;
	}

	.wc-block-grid.has-4-columns .wc-block-grid__product {
		flex: 1 0 50%;
		margin: 0 0 24px;
		max-width: 50%;
		padding: 0;
	}

	.wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(odd) {
		padding-right: 8px;
	}

	.wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n) {
		padding-left: 8px;
	}

	.wc-block-grid.has-5-columns .wc-block-grid__product {
		flex: 1 0 50%;
		margin: 0 0 24px;
		max-width: 50%;
		padding: 0;
	}

	.wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(odd) {
		padding-right: 8px;
	}

	.wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n) {
		padding-left: 8px;
	}

	.wc-block-grid.has-6-columns .wc-block-grid__product {
		flex: 1 0 50%;
		margin: 0 0 24px;
		max-width: 50%;
		padding: 0;
	}

	.wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(odd) {
		padding-right: 8px;
	}

	.wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n) {
		padding-left: 8px;
	}

	.wc-block-grid.has-7-columns .wc-block-grid__product {
		flex: 1 0 50%;
		margin: 0 0 24px;
		max-width: 50%;
		padding: 0;
	}

	.wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(odd) {
		padding-right: 8px;
	}

	.wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n) {
		padding-left: 8px;
	}

	.wc-block-grid.has-8-columns .wc-block-grid__product {
		flex: 1 0 50%;
		margin: 0 0 24px;
		max-width: 50%;
		padding: 0;
	}

	.wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(odd) {
		padding-right: 8px;
	}

	.wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n) {
		padding-left: 8px;
	}
}

.wc-block-components-product-name {
	font-size: 1em;
	overflow-wrap: anywhere;
	word-break: break-word;
	-ms-word-break: break-all;
}

.wc-block-components-product-price--align-left {
	display: block;
	text-align: left;
}

.wc-block-components-product-price--align-center {
	display: block;
	text-align: center;
}

.wc-block-components-product-price--align-right {
	display: block;
	text-align: right;
}

.wc-block-components-product-price__value.is-discounted {
	margin-left: .5em;
}

.is-loading .wc-block-components-product-price:before {
	background-color: currentColor!important;
	border: 0!important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor!important;
	content: ".";
	display: block;
	display: inline-block;
	line-height: 1;
	max-width: 100%!important;
	opacity: .15;
	outline: 0!important;
	overflow: hidden!important;
	pointer-events: none;
	position: relative!important;
	width: 100%;
	width: 5em;
	z-index: 1;
}

.is-loading .wc-block-components-product-price:before>* {
	visibility: hidden;
}

.is-loading .wc-block-components-product-price:before:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-components-product-price:before {
		-webkit-animation: none;
		animation: none;
	}
}

.wc-block-components-quantity-selector {
	border-radius: 4px;
	box-sizing: content-box;
	display: flex;
	margin: 0 0 .25em;
	position: relative;
	width: 107px;
}

.wc-block-components-quantity-selector:after {
	border: 1px solid;
	border-radius: 4px;
	bottom: 0;
	content: "";
	left: 0;
	opacity: .45;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	background: 0 0;
	border: 0;
	box-shadow: none;
	color: currentColor;
	flex: auto;
	font-size: 1em;
	font-weight: 600;
	line-height: 1;
	margin: 0;
	min-width: 40px;
	order: 2;
	padding: .4em 0;
	text-align: center;
	vertical-align: middle;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
	box-shadow: inset 0 0 1px 1px currentColor;
	outline: none;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled {
	opacity: .6;
}

.wc-block-components-quantity-selector input::-webkit-inner-spin-button,.wc-block-components-quantity-selector input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
	background: 0 0;
	border: 0;
	box-shadow: none;
	color: currentColor;
	cursor: pointer;
	font-size: .9em;
	font-style: normal;
	font-weight: 400;
	margin: 0;
	min-width: 30px;
	opacity: .6;
	padding: 0;
	text-align: center;
	text-decoration: none;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
	box-shadow: inset 0 0 1px 1px currentColor;
	outline: none;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
	opacity: 1;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
	box-shadow: none;
	cursor: default;
	opacity: .6;
}

.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus {
	border-radius: 4px 0 0 4px;
	order: 1;
}

.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus {
	border-radius: 0 4px 4px 0;
	order: 3;
}

.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
	background: 0 0;
}

.wc-block-components-radio-control__option {
	color: inherit;
	display: block;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 1em 0;
	padding: 0 0 0 2.5em;
	position: relative;
	text-decoration: inherit;
	text-transform: inherit;
}

.wc-block-components-radio-control__option:first-child {
	margin-top: 0;
}

.wc-block-components-radio-control__option:last-child {
	margin-bottom: 0;
}

.wc-block-components-radio-control__option-layout {
	display: table;
	width: 100%;
}

.wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout:after {
	display: none;
}

.wc-block-components-radio-control__description-group,.wc-block-components-radio-control__label-group {
	display: table-row;
}

.wc-block-components-radio-control__description-group>span,.wc-block-components-radio-control__label-group>span {
	display: table-cell;
}

.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-description,.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-label,.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-description,.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label {
	min-width: 50%;
	text-align: right;
}

.wc-block-components-radio-control__label,.wc-block-components-radio-control__secondary-label {
	line-height: max(1.5rem,24px);
}

.wc-block-components-radio-control__description,.wc-block-components-radio-control__secondary-description {
	font-size: .875em;
	line-height: 20px;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	border: 2px solid #50575e;
	border-radius: 50%;
	display: inline-block;
	height: 1.5em;
	left: 0;
	min-height: 24px;
	min-width: 24px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5em;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
	background: #000;
	border-radius: 50%;
	content: "";
	display: block;
	height: .75em;
	left: 50%;
	margin: 0;
	min-height: 12px;
	min-width: 12px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: .75em;
}

.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input {
	background-color: rgba(0,0,0,.1);
	border-color: hsla(0,0%,100%,.6);
}

.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
	background: #fff;
}

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
	border-width: 2px;
}

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
	background-color: var(--form--color-text);
}

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:after {
	display: none;
}

.is-loading .wc-block-components-review-list-item__text {
	background-color: currentColor!important;
	border: 0!important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor!important;
	display: block;
	line-height: 1;
	max-width: 100%!important;
	opacity: .15;
	outline: 0!important;
	overflow: hidden!important;
	pointer-events: none;
	position: relative!important;
	width: 100%;
	width: 60%;
	z-index: 1;
}

.is-loading .wc-block-components-review-list-item__text>* {
	visibility: hidden;
}

.is-loading .wc-block-components-review-list-item__text:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-components-review-list-item__text {
		-webkit-animation: none;
		animation: none;
	}
}

.is-loading .wc-block-components-review-list-item__text:before {
	content: " ";
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
	background-color: currentColor!important;
	border: 0!important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor!important;
	display: block;
	line-height: 1;
	max-width: 100%!important;
	opacity: .15;
	outline: 0!important;
	overflow: hidden!important;
	pointer-events: none;
	position: relative!important;
	width: 100%;
	z-index: 1;
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image>* {
	visibility: hidden;
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
		-webkit-animation: none;
		animation: none;
	}
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:before {
	content: " ";
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
	background-color: currentColor!important;
	border: 0!important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor!important;
	display: block;
	font-size: 1em;
	line-height: 1;
	max-width: 100%!important;
	opacity: .15;
	outline: 0!important;
	overflow: hidden!important;
	pointer-events: none;
	position: relative!important;
	width: 100%;
	width: 80px;
	z-index: 1;
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author>* {
	visibility: hidden;
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
		-webkit-animation: none;
		animation: none;
	}
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:before {
	content: " ";
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__product,.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__rating .wc-block-components-review-list-item__rating__stars>span {
	display: none;
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
	background-color: currentColor!important;
	border: 0!important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor!important;
	display: block;
	height: 1em;
	line-height: 1;
	max-width: 100%!important;
	opacity: .15;
	outline: 0!important;
	overflow: hidden!important;
	pointer-events: none;
	position: relative!important;
	width: 100%;
	width: 120px;
	z-index: 1;
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date>* {
	visibility: hidden;
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
		-webkit-animation: none;
		animation: none;
	}
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:before {
	content: " ";
}

.editor-styles-wrapper .wc-block-components-review-list-item__item,.wc-block-components-review-list-item__item {
	list-style: none;
	margin: 0 0 48px;
}

.wc-block-components-review-list-item__info {
	-ms-grid-columns: 1fr;
	display: -ms-grid;
	display: grid;
	grid-template-columns: 1fr;
	margin-bottom: 24px;
}

.wc-block-components-review-list-item__meta {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	grid-row: 1;
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__info {
	-ms-grid-columns: calc(3em + 16px)1fr;
	grid-template-columns: calc(3em + 16px)1fr;
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__meta {
	-ms-grid-column: 2;
	grid-column: 2;
}

.wc-block-components-review-list-item__image {
	-ms-grid-row-span: 2;
	align-items: center;
	display: flex;
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	grid-row: 1/3;
	height: 3em;
	justify-content: center;
	position: relative;
	width: 3em;
}

.wc-block-components-review-list-item__image>img {
	display: block;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.wc-block-components-review-list-item__verified {
	bottom: -7px;
	height: 21px;
	line-height: 21px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	right: -7px;
	text-indent: 21px;
	width: 21px;
}

.wc-block-components-review-list-item__verified:before {
	background: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="21" height="21" fill="none"%3E%3Ccircle cx="10.5" cy="10.5" r="10.5" fill="%23fff"/%3E%3Cpath fill="%23008A21" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3Cmask id="a" width="17" height="17" x="2" y="2" maskUnits="userSpaceOnUse"%3E%3Cpath fill="%23fff" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3C/mask%3E%3Cg mask="url(%23a)"%3E%3Cpath fill="%23008A21" d="M.5.5h20v20H.5z"/%3E%3C/g%3E%3C/svg%3E')50% no-repeat;
	content: "";
	display: block;
	height: 21px;
	width: 21px;
}

.wc-block-components-review-list-item__meta {
	align-items: center;
	display: flex;
	flex-flow: row wrap;
}

.wc-block-components-review-list-item__meta:after {
	content: "";
	flex-basis: 100%;
	order: 3;
}

.wc-block-components-review-list-item__author,.wc-block-components-review-list-item__product {
	display: block;
	font-weight: 700;
	margin-right: 8px;
	order: 1;
}

.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author {
	font-weight: 400;
	order: 4;
}

.wc-block-components-review-list-item__published-date {
	order: 5;
}

.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date {
	padding-left: 8px;
	position: relative;
}

.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before {
	border-right: 1px solid;
	content: "";
	display: inline-block;
	height: 1em;
	margin-left: -8px;
	opacity: .5;
	position: absolute;
	top: calc(50% + .1em);
	transform: translateY(-50%);
	vertical-align: middle;
}

.wc-block-components-review-list-item__author:first-child+.wc-block-components-review-list-item__published-date:before,.wc-block-components-review-list-item__rating+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before {
	display: none;
}

.wc-block-components-review-list-item__rating {
	order: 2;
}

.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars {
	display: block;
	font-family: star;
	font-size: 1em;
	font-weight: 400;
	height: 1em;
	line-height: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	width: 5.3em;
}

.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars:before {
	content: "SSSSS";
	float: left;
	left: 0;
	opacity: .25;
	position: absolute;
	top: 0;
}

.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span {
	float: left;
	left: 0;
	overflow: hidden;
	padding-top: 1.5em;
	position: absolute;
	top: 0;
}

.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span:before {
	color: #e6a237;
	content: "SSSSS";
	left: 0;
	position: absolute;
	top: 0;
}

.wc-block-components-review-list-item__text p {
	font-size: inherit;
}

.wc-block-components-review-list.wc-block-components-review-list {
	margin: 0;
}

.wc-block-components-review-sort-select {
	text-align: right;
}

.wc-block-components-sidebar-layout {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 16px;
	position: relative;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
	box-sizing: border-box;
	margin: 0;
	padding-right: 3.7735849057%;
	width: 65%;
}

.wc-block-components-sidebar {
	box-sizing: border-box;
	margin: 0;
	padding-left: 2.2641509434%;
	width: 35%;
}

.wc-block-components-sidebar .wc-block-components-panel>h2 {
	border: 0;
	border-radius: 0;
	font-size: 1em;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

.is-medium.wc-block-components-sidebar-layout,.is-mobile.wc-block-components-sidebar-layout,.is-small.wc-block-components-sidebar-layout {
	flex-direction: column;
	margin: 0 auto 16px;
}

.is-medium.wc-block-components-sidebar-layout .wc-block-components-main,.is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar,.is-mobile.wc-block-components-sidebar-layout .wc-block-components-main,.is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar,.is-small.wc-block-components-sidebar-layout .wc-block-components-main,.is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar {
	padding: 0;
	width: 100%;
}

.is-large .wc-block-components-sidebar .wc-block-components-panel,.is-large .wc-block-components-sidebar .wc-block-components-totals-item {
	padding-left: 16px;
	padding-right: 16px;
}

.is-large .wc-block-components-sidebar .wc-block-components-panel .wc-block-components-totals-item {
	padding: 0;
}

.wc-block-components-sidebar .wc-block-components-panel>h2 {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-decoration: inherit;
	text-transform: inherit;
}

.wc-block-components-sidebar .wc-block-components-panel>h2 .wc-block-components-panel__button {
	font-weight: 400;
}

.theme-twentytwenty .wc-block-components-sidebar .wc-block-components-panel>h2 {
	border: 0;
	border-radius: 0;
	font-size: 1.25em;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

.wc-block-components-sort-select {
	margin-bottom: 12px;
}

.wc-block-components-sort-select__label {
	display: inline-block;
	font-weight: 400;
	margin-right: 12px;
}

.wc-block-components-sort-select__select {
	font-size: inherit;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.wc-block-components-spinner {
	box-sizing: content-box;
	color: inherit;
	font-size: 1.25em;
	height: 100%;
	position: absolute;
	text-align: center;
	width: 100%;
}

.wc-block-components-spinner:after {
	-webkit-animation: spinner__animation 1s linear infinite;
	animation: spinner__animation 1s linear infinite;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border: .2em solid;
	border-left: .2em solid transparent;
	border-radius: 50%;
	box-sizing: border-box;
	content: " ";
	height: 1em;
	left: 50%;
	margin: -.5em 0 0 -.5em;
	position: absolute;
	top: 50%;
	transform: translateZ(0)scale(.5);
	transform-origin: 50% 50%;
	width: 1em;
}

.wc-block-components-state-input {
	margin-top: 1.5em;
}

.wc-block-components-tabs .wc-block-components-tabs__list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item {
	background: 0 0;
	border: none;
	border-radius: 0;
	box-shadow: inset 0 -1px currentColor;
	color: inherit;
	flex: auto;
	outline-offset: -1px;
	padding: 12px 16px;
	text-align: center;
	transition: box-shadow .1s linear;
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item.is-active {
	box-shadow: inset 0 -3px currentColor;
	font-weight: 600;
	position: relative;
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item:focus {
	outline: 1px dotted currentColor;
	outline-offset: -1px;
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item:active,.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item:hover {
	background: 0 0;
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content {
	display: inline-block;
	font-size: 1em;
	font-weight: 700;
	line-height: 1;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content>img,.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content>svg {
	height: 1.2em;
	margin: .2em 0 -.2em;
	vertical-align: middle;
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons {
	margin: .2em 0 -.2em;
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
	height: 1.2em;
	vertical-align: middle;
}

.wc-block-components-tabs .wc-block-components-tabs__content {
	padding: 16px 0;
	text-transform: none;
}

.wc-block-components-textarea {
	background-color: #fff;
	border: 1px solid #50575e;
	border-radius: 4px;
	color: #2b2d2f;
	font-family: inherit;
	font-size: 1em;
	line-height: 1.375;
	margin: 0;
	padding: .75em 16px;
	width: 100%;
}

.has-dark-controls .wc-block-components-textarea {
	background-color: rgba(0,0,0,.1);
	border-color: hsla(0,0%,100%,.4);
	color: #fff;
}

.has-dark-controls .wc-block-components-textarea::-moz-placeholder {
	color: hsla(0,0%,100%,.6);
}

.has-dark-controls .wc-block-components-textarea:-ms-input-placeholder {
	color: hsla(0,0%,100%,.6);
}

.has-dark-controls .wc-block-components-textarea::placeholder {
	color: hsla(0,0%,100%,.6);
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-textarea {
	background-color: rgba(0,0,0,.1);
	color: #fff;
}

.theme-twentytwenty .wc-block-components-title.wc-block-components-title,.wc-block-components-title.wc-block-components-title {
	border: 0;
	border-radius: 0;
	font-size: 1.25em;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	word-break: break-word;
}

.wc-block-components-notices__snackbar {
	bottom: 20px;
	left: 16px;
	position: fixed;
	width: auto;
}

@media(max-width:782px) {
	.wc-block-components-notices__snackbar {
		bottom: auto;
		left: 0;
		position: fixed;
		top: 10px;
	}

	.wc-block-components-notices__snackbar .components-snackbar-list__notice-container {
		margin-left: 10px;
		margin-right: 10px;
	}
}

.with-scroll-to-top__scroll-point {
	position: relative;
	top: -36px;
}

.wc-block-components-express-payment {
	margin: auto;
	position: relative;
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
	width: 100%;
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li {
	margin: 0;
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li>img {
	height: 48px;
	width: 100%;
}

.wc-block-components-express-payment--checkout {
	margin-top: 15px;
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container {
	display: flex;
	flex-direction: row;
	left: 0;
	position: absolute;
	right: 0;
	top: -5px;
	vertical-align: middle;
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:before {
	border-left: 1px solid;
	border-radius: 5px 0 0 0;
	border-top: 1px solid;
	content: "";
	display: block;
	height: 4px;
	margin-right: 12px;
	opacity: .3;
	pointer-events: none;
	width: 10px;
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:after {
	border-radius: 0 5px 0 0;
	border-right: 1px solid;
	border-top: 1px solid;
	content: "";
	display: block;
	flex-grow: 1;
	height: 4px;
	margin-left: 12px;
	opacity: .3;
	pointer-events: none;
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title {
	flex-grow: 0;
	transform: translateY(-50%);
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content {
	padding: 19px 24px 24px;
	position: relative;
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content:after {
	border-radius: 0 0 5px 5px;
	border-style: solid;
	border-width: 0 1px 1px;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content>p {
	margin-bottom: 1em;
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons>li {
	display: inline-block;
	width: 50%;
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons>li:nth-child(2n) {
	padding-left: 8px;
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons>li:nth-child(odd) {
	padding-right: 8px;
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons>li:only-child {
	display: block;
	padding: 0;
	width: 100%;
}

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li {
	padding-bottom: 16px;
	text-align: center;
	width: 100%;
}

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li:last-child {
	padding-bottom: 0;
}

.wc-block-components-express-payment-continue-rule {
	align-items: center;
	display: flex;
	margin: 24px 0;
	padding: 0 24px;
	text-align: center;
}

.wc-block-components-express-payment-continue-rule:before {
	margin-right: 10px;
}

.wc-block-components-express-payment-continue-rule:after {
	margin-left: 10px;
}

.wc-block-components-express-payment-continue-rule:after,.wc-block-components-express-payment-continue-rule:before {
	border-bottom: 1px solid;
	content: " ";
	flex: 1;
	opacity: .3;
}

.wc-block-components-express-payment-continue-rule--cart {
	margin: 16px 0;
	text-transform: uppercase;
}

.theme-twentynineteen .wc-block-components-express-payment__title:before {
	display: none;
}

.theme-twentytwenty .wc-block-components-express-payment .wc-block-components-express-payment__title {
	padding-left: 12px;
	padding-right: 12px;
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder {
	margin-bottom: 16px;
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder * {
	pointer-events: all;
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset {
	display: block;
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .components-button {
	background-color: #1e1e1e;
	color: #fff;
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .wc-block-checkout__no-payment-methods-placeholder-description {
	display: block;
	margin: .25em 0 1em;
}

.components-notice.wc-block-checkout__no-payment-methods-notice {
	margin-bottom: 16px;
}

.wc-block-card-elements {
	display: flex;
	width: 100%;
}

.wc-block-card-elements .wc-block-components-validation-error {
	position: static;
}

.wc-block-gateway-container {
	margin-bottom: 1.5em;
	position: relative;
	white-space: nowrap;
}

.wc-block-gateway-container.wc-card-number-element {
	flex-basis: 15em;
	flex-grow: 1;
	min-width: min(15em,60%);
}

.wc-block-gateway-container.wc-card-expiry-element {
	flex-basis: 7em;
	margin-left: 12px;
	min-width: min(7em,calc(24% - 12px));
}

.wc-block-gateway-container.wc-card-cvc-element {
	flex-basis: 7em;
	margin-left: 12px;
	min-width: min(5em,calc(16% - 12px));
}

.wc-block-gateway-container .wc-block-gateway-input {
	background-color: #fff;
	border: 1px solid #50575e;
	border-radius: 4px;
	box-sizing: border-box;
	color: #2b2d2f;
	cursor: text;
	font-family: inherit;
	font-size: 1em;
	height: 3em;
	line-height: 1.375;
	margin: 0;
	padding: .75em 0 .75em 16px;
	width: 100%;
}

.wc-block-gateway-container .wc-block-gateway-input:focus,.wc-block-gateway-container:focus {
	background-color: #fff;
}

.wc-block-gateway-container label {
	color: inherit;
	color: #757575;
	cursor: text;
	font-family: inherit;
	font-size: inherit;
	font-size: 1em;
	font-style: inherit;
	font-weight: inherit;
	left: 0;
	letter-spacing: inherit;
	line-height: inherit;
	line-height: 1.375;
	margin: 0 0 0 17px;
	max-width: calc(100% - 24px);
	overflow: hidden;
	position: absolute;
	text-decoration: inherit;
	text-overflow: ellipsis;
	text-transform: inherit;
	top: 0;
	transform: translateY(.75em);
	transform-origin: top left;
	transition: transform .2s ease;
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-gateway-container label {
		transition: none;
	}
}

.wc-block-gateway-container.wc-inline-card-element label {
	margin-left: calc(24px + 1.5em);
}

.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input.focused.empty+label,.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input:not(.empty)+label {
	margin-left: 16px;
	transform: translateY(4px)scale(.75);
}

.wc-block-gateway-container.wc-inline-card-element+.wc-block-components-validation-error {
	margin-top: -24px;
	position: static;
}

.wc-block-gateway-container .wc-block-gateway-input.focused.empty,.wc-block-gateway-container .wc-block-gateway-input:not(.empty) {
	padding: 1.5em 0 .25em 16px;
}

.wc-block-gateway-container .wc-block-gateway-input.focused.empty+label,.wc-block-gateway-container .wc-block-gateway-input:not(.empty)+label {
	transform: translateY(4px)scale(.75);
}

.wc-block-gateway-container .wc-block-gateway-input.has-error {
	border-color: #cc1818;
}

.wc-block-gateway-container .wc-block-gateway-input.has-error:focus {
	outline-color: #cc1818;
}

.wc-block-gateway-container .wc-block-gateway-input.has-error+label {
	color: #cc1818;
}

.is-large .wc-card-cvc-element .wc-block-components-validation-error>p,.is-large .wc-card-expiry-element .wc-block-components-validation-error>p,.is-medium .wc-card-cvc-element .wc-block-components-validation-error>p,.is-medium .wc-card-expiry-element .wc-block-components-validation-error>p {
	line-height: 16px;
	padding-top: 4px;
}

.is-mobile .wc-card-cvc-element .wc-block-components-validation-error>p,.is-mobile .wc-card-expiry-element .wc-block-components-validation-error>p,.is-small .wc-card-cvc-element .wc-block-components-validation-error>p,.is-small .wc-card-expiry-element .wc-block-components-validation-error>p {
	min-height: 28px;
}

.wc-block-components-checkout-payment-methods * {
	pointer-events: all;
}

.is-mobile .wc-block-card-elements,.is-small .wc-block-card-elements {
	flex-wrap: wrap;
}

.is-mobile .wc-block-gateway-container.wc-card-number-element,.is-small .wc-block-gateway-container.wc-card-number-element {
	flex-basis: 100%;
}

.is-mobile .wc-block-gateway-container.wc-card-expiry-element,.is-small .wc-block-gateway-container.wc-card-expiry-element {
	flex-basis: calc(50% - 8px);
	margin-left: 0;
	margin-right: 8px;
}

.is-mobile .wc-block-gateway-container.wc-card-cvc-element,.is-small .wc-block-gateway-container.wc-card-cvc-element {
	flex-basis: calc(50% - 8px);
	margin-left: 8px;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option {
	padding-left: 56px;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option:after {
	content: none;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option .wc-block-components-radio-control__input {
	left: 16px;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option,.wc-block-checkout__payment-method .wc-block-components-radio-control__option:first-child,.wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child {
	margin: 0;
	padding-bottom: 1em;
	padding-top: 1em;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option-checked {
	font-weight: 700;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option,.wc-block-checkout__payment-method .wc-block-components-radio-control__option {
	position: relative;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:after,.wc-block-checkout__payment-method .wc-block-components-radio-control__option:after {
	border-style: solid;
	border-width: 1px 1px 0;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:last-child:after,.wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child:after {
	border-width: 1px;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option:after {
	border-width: 0;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label {
	align-items: center;
	display: flex;
	justify-content: flex-start;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label img {
	height: 24px;
	max-height: 24px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: left;
	object-position: left;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__option {
	padding-left: 16px;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__input {
	display: none;
}

.wc-block-checkout__payment-method .wc-block-components-checkout-step__description-payments-aligned {
	height: 28px;
	padding-top: 14px;
}

.wc-block-components-radio-control-accordion-content {
	padding: 0 16px 1em;
}

.wc-block-components-radio-control-accordion-content:empty {
	display: none;
}

.wc-block-checkout__order-notes .wc-block-components-checkout-step__content {
	padding-bottom: 0;
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block {
	background-color: currentColor!important;
	border: 0!important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor!important;
	display: block;
	line-height: 1;
	margin-top: 2em;
	max-width: 100%!important;
	min-height: 15em;
	opacity: .15;
	outline: 0!important;
	overflow: hidden!important;
	pointer-events: none;
	position: relative!important;
	width: 100%;
	z-index: 1;
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block>* {
	visibility: hidden;
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@media screen and (prefers-reduced-motion:reduce) {
	.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block {
		-webkit-animation: none;
		animation: none;
	}
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block h3 {
	display: none;
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
	box-sizing: content-box;
	display: inline-block;
	margin-bottom: 2em;
	padding-right: 5%;
	text-align: center;
	vertical-align: top;
	width: 30%;
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product:nth-child(3n+3) {
	padding-right: 0;
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div .wc-block-components-product-name {
	font-weight: 400;
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div .wc-block-components-product-price {
	display: block;
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-button__button {
	margin-top: 1em;
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart {
	justify-content: center;
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:not(.is-link) {
	background-color: #eee;
	color: #333;
	font-weight: 600;
	margin-top: 1em;
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:not(.is-link):focus,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:not(.is-link):hover {
	background-color: #d5d5d5;
	border-color: #d5d5d5;
	color: #333;
}

@media(max-width:480px) {
	.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
		display: block;
		width: 100%;
	}
}

.is-medium .wc-block-cart__sidebar,.is-mobile .wc-block-cart__sidebar,.is-small .wc-block-cart__sidebar {
	margin-bottom: 24px;
	order: 0;
}

.editor-styles-wrapper .wc-block-cart__empty-cart__title,.wc-block-cart__empty-cart__title {
	font-size: inherit;
}

.wc-block-cart__submit {
	margin: 0 0 16px;
	position: relative;
}

.wc-block-cart__submit-button {
	box-sizing: border-box;
	margin: 0;
	width: 100%;
}

.wc-block-cart .wc-block-cart__submit-container {
	padding: 0;
}

@media(min-width:783px) {
	.wc-block-cart .wc-block-cart__submit-container--sticky {
		display: none;
	}
}

@media(max-width:782px) {
	.wc-block-cart .wc-block-cart__submit-container--sticky {
		background: #fff;
		bottom: 0;
		left: 0;
		padding: 16px;
		position: fixed;
		width: 100%;
		z-index: 9999;
	}

	.wc-block-cart .wc-block-cart__submit-container--sticky:before {
		box-shadow: 0 -10px 20px 10px currentColor;
		color: hsla(0,0%,80%,.5);
		content: "";
		height: 100%;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
}

.wc-block-checkout-error {
	padding: 40px;
	text-align: center;
	width: 100%;
}

.wc-block-checkout-error .wc-block-checkout-error__image {
	color: inherit;
	display: block;
	margin: 0 auto 1em;
	max-width: 150px;
}

.wc-block-checkout-error .wc-block-checkout-error__title {
	display: block;
	font-weight: 700;
	margin: 0;
}

.wc-block-checkout-error .wc-block-checkout-error__description {
	display: block;
	margin: .25em 0 1em;
}

.wc-block-checkout-empty {
	padding: 40px;
	text-align: center;
	width: 100%;
}

.wc-block-checkout-empty .wc-block-checkout-empty__image {
	color: inherit;
	display: block;
	margin: 0 auto 1em;
	max-width: 150px;
}

.wc-block-checkout-empty .wc-block-checkout-empty__title {
	display: block;
	font-weight: 700;
	margin: 0;
}

.wc-block-checkout-empty .wc-block-checkout-empty__description {
	display: block;
	margin: .25em 0 1em;
}

.wc-block-checkout__actions {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
	height: auto;
	padding: 1em;
	width: 50%;
}

.wc-block-checkout__actions .wc-block-components-checkout-place-order-button .wc-block-components-button__text {
	line-height: 24px;
}

.wc-block-checkout__actions .wc-block-components-checkout-place-order-button .wc-block-components-button__text>svg {
	fill: #fff;
	vertical-align: top;
}

.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button {
	display: none;
}

.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
	width: 100%;
}

.is-large .wc-block-checkout__actions {
	padding: 1.5em 0;
	position: relative;
}

.is-large .wc-block-checkout__actions:after {
	border-style: solid;
	border-width: 1px 0 0;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.wc-block-checkout__form {
	margin: 0;
	max-width: 100%;
}

.is-medium .wc-block-checkout__main,.is-mobile .wc-block-checkout__main,.is-small .wc-block-checkout__main {
	order: 1;
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form {
	margin-left: -6px;
	margin-right: -6px;
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form:after,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form:after,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form:after,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form:after,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form:after,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form:after {
	clear: both;
	content: "";
	display: block;
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input {
	float: left;
	margin-left: 6px;
	margin-right: 6px;
	position: relative;
	width: calc(50% - 12px);
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2) {
	margin-top: 0;
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company {
	width: calc(100% - 12px);
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox {
	clear: both;
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder {
	margin-bottom: 16px;
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder * {
	pointer-events: all;
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset {
	display: block;
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .components-button {
	background-color: #1e1e1e;
	color: #fff;
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .wc-block-checkout__no-shipping-placeholder-description {
	display: block;
	margin: .25em 0 1em;
}

.wc-block-checkout__shipping-option .wc-block-components-radio-control__option {
	margin: 0;
	padding: .75em 0 .75em 2.5em;
	position: relative;
}

.wc-block-checkout__shipping-option .wc-block-components-radio-control__option:after {
	border-style: solid;
	border-width: 0 0 1px;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__no-results-notice {
	margin: .75em 0;
}

.wc-block-checkout__terms {
	margin: 1.5em 0;
}

.wc-block-checkout__terms textarea {
	position: relative;
	top: -5px;
}

.wc-block-checkout__terms.wc-block-checkout__terms--disabled {
	opacity: .6;
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
	color: inherit;
	display: block;
	flex-basis: 0;
	flex-grow: 1;
}

.wc-block-checkout__sidebar .wc-block-components-totals-footer-item {
	margin: 0;
	padding: 0;
}

.is-medium .wc-block-checkout__sidebar,.is-mobile .wc-block-checkout__sidebar,.is-small .wc-block-checkout__sidebar {
	margin-bottom: 24px;
	order: 0;
}

.wc-block-checkout__add-note {
	margin: 1.5em 0;
}

.is-medium .wc-block-checkout__add-note,.is-mobile .wc-block-checkout__add-note,.is-small .wc-block-checkout__add-note {
	margin-bottom: 1em;
	margin-top: 1em;
	padding: 1em 0;
	position: relative;
}

.is-medium .wc-block-checkout__add-note:after,.is-mobile .wc-block-checkout__add-note:after,.is-small .wc-block-checkout__add-note:after {
	border-style: solid;
	border-width: 1px 0;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.wc-block-checkout__add-note .wc-block-components-textarea {
	margin-top: 16px;
}

.wc-block-checkout__order-notes.wc-block-components-checkout-step {
	padding-left: 0;
}

.wp-block-woocommerce-checkout {
	margin: 0;
}

.wp-block-woocommerce-checkout .with-scroll-to-top__scroll-point {
	top: -96px;
}

.wp-block-woocommerce-checkout.is-loading {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 16px;
	position: relative;
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block {
	padding-left: 2.2641509434%;
	width: 35%;
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block {
	padding-right: 3.7735849057%;
	width: 65%;
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block {
	box-sizing: border-box;
	margin: 0;
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div {
	background-color: currentColor!important;
	border: 0!important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor!important;
	display: block;
	display: none;
	line-height: 1;
	margin: 0 0 1.5em;
	max-width: 100%!important;
	opacity: .15;
	outline: 0!important;
	overflow: hidden!important;
	pointer-events: none;
	position: relative!important;
	width: 100%;
	z-index: 1;
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div>*,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div>* {
	visibility: hidden;
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div:after,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@media screen and (prefers-reduced-motion:reduce) {
	.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div {
		-webkit-animation: none;
		animation: none;
	}
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-contact-information-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-payment-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-contact-information-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-payment-block {
	display: block;
	min-height: 10em;
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-shipping-address-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-shipping-address-block {
	display: block;
	min-height: 24em;
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-actions-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-actions-block {
	display: block;
	margin-left: 50%;
	min-height: 4em;
	width: 50%;
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-order-summary-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-order-summary-block {
	display: block;
	min-height: 47em;
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel>h2,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2 {
	border: 0;
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-decoration: inherit;
	text-transform: inherit;
	vertical-align: baseline;
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel>h2 .wc-block-components-panel__button,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2 .wc-block-components-panel__button {
	font-weight: 400;
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-totals-item,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-item {
	padding-left: 16px;
	padding-right: 16px;
}

@media only screen and (max-width:700px) {
	.wp-block-woocommerce-checkout.is-loading {
		flex-direction: column;
		margin: 0 auto 16px;
	}

	.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block {
		padding: 0;
		width: 100%;
	}

	.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-item {
		padding-left: 0;
		padding-right: 0;
	}
}

.theme-twentytwenty .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2 {
	border: 0;
	border-radius: 0;
	font-size: 1.25em;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

.wp-block-woocommerce-featured-category {
	background-color: initial;
	border-color: transparent;
	box-sizing: border-box;
	color: #fff;
}

.wc-block-featured-category {
	align-content: center;
	align-items: center;
	background-color: inherit;
	background-position: 50%;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.wc-block-featured-category.has-background-dim .background-dim__overlay:before {
	background: inherit;
	border-radius: inherit;
	bottom: 0;
	content: "";
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.wc-block-featured-category.has-background-dim-10 .background-dim__overlay:before {
	opacity: .1;
}

.wc-block-featured-category.has-background-dim-20 .background-dim__overlay:before {
	opacity: .2;
}

.wc-block-featured-category.has-background-dim-30 .background-dim__overlay:before {
	opacity: .3;
}

.wc-block-featured-category.has-background-dim-40 .background-dim__overlay:before {
	opacity: .4;
}

.wc-block-featured-category.has-background-dim-50 .background-dim__overlay:before {
	opacity: .5;
}

.wc-block-featured-category.has-background-dim-60 .background-dim__overlay:before {
	opacity: .6;
}

.wc-block-featured-category.has-background-dim-70 .background-dim__overlay:before {
	opacity: .7;
}

.wc-block-featured-category.has-background-dim-80 .background-dim__overlay:before {
	opacity: .8;
}

.wc-block-featured-category.has-background-dim-90 .background-dim__overlay:before {
	opacity: .9;
}

.wc-block-featured-category.has-background-dim-100 .background-dim__overlay:before {
	opacity: 1;
}

.wc-block-featured-category__selection {
	width: 100%;
}

.wc-block-featured-category.has-left-content {
	justify-content: flex-start;
}

.wc-block-featured-category.has-left-content .wc-block-featured-category__description,.wc-block-featured-category.has-left-content .wc-block-featured-category__price,.wc-block-featured-category.has-left-content .wc-block-featured-category__title,.wc-block-featured-category.has-left-content .wc-block-featured-category__variation {
	margin-left: 0;
	text-align: left;
}

.wc-block-featured-category.has-right-content {
	justify-content: flex-end;
}

.wc-block-featured-category.has-right-content .wc-block-featured-category__description,.wc-block-featured-category.has-right-content .wc-block-featured-category__price,.wc-block-featured-category.has-right-content .wc-block-featured-category__title,.wc-block-featured-category.has-right-content .wc-block-featured-category__variation {
	margin-right: 0;
	text-align: right;
}

.wc-block-featured-category.is-repeated {
	background-repeat: repeat;
	background-size: auto;
}

.wc-block-featured-category__description,.wc-block-featured-category__price,.wc-block-featured-category__title,.wc-block-featured-category__variation {
	line-height: 1.25;
	margin-bottom: 0;
	text-align: center;
}

.wc-block-featured-category__description a,.wc-block-featured-category__description a:active,.wc-block-featured-category__description a:focus,.wc-block-featured-category__description a:hover,.wc-block-featured-category__price a,.wc-block-featured-category__price a:active,.wc-block-featured-category__price a:focus,.wc-block-featured-category__price a:hover,.wc-block-featured-category__title a,.wc-block-featured-category__title a:active,.wc-block-featured-category__title a:focus,.wc-block-featured-category__title a:hover,.wc-block-featured-category__variation a,.wc-block-featured-category__variation a:active,.wc-block-featured-category__variation a:focus,.wc-block-featured-category__variation a:hover {
	color: #fff;
}

.wc-block-featured-category__description,.wc-block-featured-category__link,.wc-block-featured-category__price,.wc-block-featured-category__title,.wc-block-featured-category__variation {
	color: inherit;
	padding: 0 48px 16px;
	width: 100%;
	z-index: 1;
}

.wc-block-featured-category .wc-block-featured-category__background-image {
	bottom: 0;
	height: 100%;
	left: 0;
	margin: 0;
	-o-object-fit: none;
	object-fit: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.wc-block-featured-category .wc-block-featured-category__background-image.has-parallax {
	background-attachment: fixed;
}

@supports(-webkit-overflow-scrolling:touch) {
	.wc-block-featured-category .wc-block-featured-category__background-image.has-parallax {
		background-attachment: scroll;
	}
}

@media(prefers-reduced-motion:reduce) {
	.wc-block-featured-category .wc-block-featured-category__background-image.has-parallax {
		background-attachment: scroll;
	}
}

.wc-block-featured-category__description {
	color: inherit;
}

.wc-block-featured-category__description p {
	margin: 0;
}

.wc-block-featured-category .wc-block-featured-category__title {
	color: inherit;
	margin-top: 0;
}

.wc-block-featured-category .wc-block-featured-category__title div {
	color: inherit;
}

.wc-block-featured-category .wc-block-featured-category__title:before {
	display: none;
}

.wc-block-featured-category__wrapper {
	align-content: center;
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	justify-content: center;
	overflow: hidden;
	width: 100%;
}

.wc-block-featured-category .wp-block-button.aligncenter {
	text-align: center;
}

.wp-block-woocommerce-featured-product {
	background-color: initial;
	border-color: transparent;
	box-sizing: border-box;
	color: #fff;
}

.wc-block-featured-product {
	align-content: center;
	align-items: center;
	background-color: inherit;
	background-position: 50%;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.wc-block-featured-product.has-background-dim .background-dim__overlay:before {
	background: inherit;
	border-radius: inherit;
	bottom: 0;
	content: "";
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.wc-block-featured-product.has-background-dim-10 .background-dim__overlay:before {
	opacity: .1;
}

.wc-block-featured-product.has-background-dim-20 .background-dim__overlay:before {
	opacity: .2;
}

.wc-block-featured-product.has-background-dim-30 .background-dim__overlay:before {
	opacity: .3;
}

.wc-block-featured-product.has-background-dim-40 .background-dim__overlay:before {
	opacity: .4;
}

.wc-block-featured-product.has-background-dim-50 .background-dim__overlay:before {
	opacity: .5;
}

.wc-block-featured-product.has-background-dim-60 .background-dim__overlay:before {
	opacity: .6;
}

.wc-block-featured-product.has-background-dim-70 .background-dim__overlay:before {
	opacity: .7;
}

.wc-block-featured-product.has-background-dim-80 .background-dim__overlay:before {
	opacity: .8;
}

.wc-block-featured-product.has-background-dim-90 .background-dim__overlay:before {
	opacity: .9;
}

.wc-block-featured-product.has-background-dim-100 .background-dim__overlay:before {
	opacity: 1;
}

.wc-block-featured-product__selection {
	width: 100%;
}

.wc-block-featured-product.has-left-content {
	justify-content: flex-start;
}

.wc-block-featured-product.has-left-content .wc-block-featured-product__description,.wc-block-featured-product.has-left-content .wc-block-featured-product__price,.wc-block-featured-product.has-left-content .wc-block-featured-product__title,.wc-block-featured-product.has-left-content .wc-block-featured-product__variation {
	margin-left: 0;
	text-align: left;
}

.wc-block-featured-product.has-right-content {
	justify-content: flex-end;
}

.wc-block-featured-product.has-right-content .wc-block-featured-product__description,.wc-block-featured-product.has-right-content .wc-block-featured-product__price,.wc-block-featured-product.has-right-content .wc-block-featured-product__title,.wc-block-featured-product.has-right-content .wc-block-featured-product__variation {
	margin-right: 0;
	text-align: right;
}

.wc-block-featured-product.is-repeated {
	background-repeat: repeat;
	background-size: auto;
}

.wc-block-featured-product__description,.wc-block-featured-product__price,.wc-block-featured-product__title,.wc-block-featured-product__variation {
	line-height: 1.25;
	margin-bottom: 0;
	text-align: center;
}

.wc-block-featured-product__description a,.wc-block-featured-product__description a:active,.wc-block-featured-product__description a:focus,.wc-block-featured-product__description a:hover,.wc-block-featured-product__price a,.wc-block-featured-product__price a:active,.wc-block-featured-product__price a:focus,.wc-block-featured-product__price a:hover,.wc-block-featured-product__title a,.wc-block-featured-product__title a:active,.wc-block-featured-product__title a:focus,.wc-block-featured-product__title a:hover,.wc-block-featured-product__variation a,.wc-block-featured-product__variation a:active,.wc-block-featured-product__variation a:focus,.wc-block-featured-product__variation a:hover {
	color: #fff;
}

.wc-block-featured-product__description,.wc-block-featured-product__link,.wc-block-featured-product__price,.wc-block-featured-product__title,.wc-block-featured-product__variation {
	color: inherit;
	padding: 0 48px 16px;
	width: 100%;
	z-index: 1;
}

.wc-block-featured-product .wc-block-featured-product__background-image {
	bottom: 0;
	height: 100%;
	left: 0;
	margin: 0;
	-o-object-fit: none;
	object-fit: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.wc-block-featured-product .wc-block-featured-product__background-image.has-parallax {
	background-attachment: fixed;
}

@supports(-webkit-overflow-scrolling:touch) {
	.wc-block-featured-product .wc-block-featured-product__background-image.has-parallax {
		background-attachment: scroll;
	}
}

@media(prefers-reduced-motion:reduce) {
	.wc-block-featured-product .wc-block-featured-product__background-image.has-parallax {
		background-attachment: scroll;
	}
}

.wc-block-featured-product__description {
	color: inherit;
}

.wc-block-featured-product__description p {
	margin: 0;
}

.wc-block-featured-product .wc-block-featured-product__title {
	color: inherit;
	margin-top: 0;
}

.wc-block-featured-product .wc-block-featured-product__title div {
	color: inherit;
}

.wc-block-featured-product .wc-block-featured-product__title:before {
	display: none;
}

.wc-block-featured-product__wrapper {
	align-content: center;
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	justify-content: center;
	overflow: hidden;
	width: 100%;
}

.wc-block-featured-product .wp-block-button.aligncenter {
	text-align: center;
}

.wc-block-featured-product .wc-block-featured-product__title,.wc-block-featured-product .wc-block-featured-product__variation {
	border: 0;
	margin-top: 0;
}

.wc-block-featured-product .wc-block-featured-product__title:before,.wc-block-featured-product .wc-block-featured-product__variation:before {
	display: none;
}

.wc-block-featured-product .wc-block-featured-product__variation {
	font-style: italic;
	padding-top: 0;
}

.wc-block-featured-product .wc-block-featured-product__description p {
	line-height: 1.5;
	margin: 0;
}

.wc-block-mini-cart__badge,.wc-block-mini-cart__quantity-badge {
	align-items: center;
	display: flex;
}

.wc-block-mini-cart__badge {
	background: 0 0;
	border: .15em solid;
	border-radius: 1em;
	box-sizing: border-box;
	color: inherit;
	font-size: .875em;
	font-weight: 600;
	height: 1.4285714286em;
	justify-content: center;
	margin-left: -.7142857143em;
	min-width: 1.4285714286em;
	padding: 0 .25em;
	transform: translateY(-50%);
	white-space: nowrap;
	z-index: 1;
}

.wc-block-mini-cart__icon {
	display: block;
	height: 1.5em;
	width: 1.5em;
}

html[dir=rtl] .wc-block-mini-cart__icon {
	transform: scaleX(-1);
}

.wc-block-cart .wc-block-components-shipping-calculator {
	white-space: nowrap;
}

.wc-block-cart .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.wc-block-cart .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.wc-block-cart .wc-block-components-address-form .wc-block-components-text-input:first-of-type {
	margin-top: 0;
}

table.wc-block-cart-items,table.wc-block-cart-items td,table.wc-block-cart-items th {
	background: 0 0!important;
	border: 0;
	margin: 0 0 2em;
}

.editor-styles-wrapper table.wc-block-cart-items,table.wc-block-cart-items {
	width: 100%;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header,table.wc-block-cart-items .wc-block-cart-items__header {
	font-size: .75em;
	text-transform: uppercase;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image,table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
	width: 100px;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product,table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
	visibility: hidden;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total,table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total {
	text-align: right;
	width: 100px;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
	margin: 0;
	width: 100%;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
	background: 0 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	display: inline;
	font-family: inherit;
	font-size: inherit;
	font-size: .75em;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-decoration: inherit;
	text-decoration: underline;
	text-shadow: none;
	text-transform: inherit;
	text-transform: none;
	vertical-align: baseline;
	white-space: nowrap;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
	background: 0 0;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
	display: block;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
	font-size: 1em;
	line-height: inherit;
	text-align: right;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata {
	margin-bottom: .75em;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row.is-disabled,table.wc-block-cart-items .wc-block-cart-items__row.is-disabled {
	opacity: .5;
	pointer-events: none;
	transition: opacity .2s ease;
}

.wc-block-cart .wc-block-components-totals-footer-item,.wc-block-cart .wc-block-components-totals-taxes {
	margin: 0;
}

.wc-block-cart--is-loading h2 span,.wc-block-cart--is-loading th span,.wc-block-mini-cart__drawer.is-loading h2 span,.wc-block-mini-cart__drawer.is-loading th span {
	background-color: currentColor!important;
	border: 0!important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor!important;
	display: block;
	display: inline-block;
	line-height: 1;
	max-width: 100%!important;
	min-width: 84px;
	opacity: .15;
	outline: 0!important;
	overflow: hidden!important;
	pointer-events: none;
	position: relative!important;
	width: 100%;
	z-index: 1;
}

.wc-block-cart--is-loading h2 span>*,.wc-block-cart--is-loading th span>*,.wc-block-mini-cart__drawer.is-loading h2 span>*,.wc-block-mini-cart__drawer.is-loading th span>* {
	visibility: hidden;
}

.wc-block-cart--is-loading h2 span:after,.wc-block-cart--is-loading th span:after,.wc-block-mini-cart__drawer.is-loading h2 span:after,.wc-block-mini-cart__drawer.is-loading th span:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-cart--is-loading h2 span,.wc-block-cart--is-loading th span,.wc-block-mini-cart__drawer.is-loading h2 span,.wc-block-mini-cart__drawer.is-loading th span {
		-webkit-animation: none;
		animation: none;
	}
}

.wc-block-cart--is-loading h2 span:before,.wc-block-cart--is-loading th span:before,.wc-block-mini-cart__drawer.is-loading h2 span:before,.wc-block-mini-cart__drawer.is-loading th span:before {
	content: " ";
}

.wc-block-cart--is-loading h2 span,.wc-block-mini-cart__drawer.is-loading h2 span {
	min-width: 33%;
}

.wc-block-cart--is-loading .wc-block-components-product-metadata,.wc-block-cart--is-loading .wc-block-components-product-price,.wc-block-cart--is-loading .wc-block-components-quantity-selector,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price,.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector {
	background-color: currentColor!important;
	border: 0!important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor!important;
	display: block;
	line-height: 1;
	max-width: 100%!important;
	opacity: .15;
	outline: 0!important;
	overflow: hidden!important;
	pointer-events: none;
	position: relative!important;
	width: 100%;
	z-index: 1;
}

.wc-block-cart--is-loading .wc-block-components-product-metadata>*,.wc-block-cart--is-loading .wc-block-components-product-price>*,.wc-block-cart--is-loading .wc-block-components-quantity-selector>*,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata>*,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price>*,.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector>* {
	visibility: hidden;
}

.wc-block-cart--is-loading .wc-block-components-product-metadata:after,.wc-block-cart--is-loading .wc-block-components-product-price:after,.wc-block-cart--is-loading .wc-block-components-quantity-selector:after,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata:after,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price:after,.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-cart--is-loading .wc-block-components-product-metadata,.wc-block-cart--is-loading .wc-block-components-product-price,.wc-block-cart--is-loading .wc-block-components-quantity-selector,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price,.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector {
		-webkit-animation: none;
		animation: none;
	}
}

.wc-block-cart--is-loading .wc-block-components-product-name,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name {
	background-color: currentColor!important;
	border: 0!important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor!important;
	display: block;
	display: inline-block;
	line-height: 1;
	max-width: 100%!important;
	min-width: 84px;
	opacity: .15;
	outline: 0!important;
	overflow: hidden!important;
	pointer-events: none;
	position: relative!important;
	width: 100%;
	z-index: 1;
}

.wc-block-cart--is-loading .wc-block-components-product-name>*,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name>* {
	visibility: hidden;
}

.wc-block-cart--is-loading .wc-block-components-product-name:after,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-cart--is-loading .wc-block-components-product-name,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name {
		-webkit-animation: none;
		animation: none;
	}
}

.wc-block-cart--is-loading .wc-block-components-product-name:before,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:before {
	content: " ";
}

.wc-block-cart--is-loading .wc-block-components-product-metadata,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata {
	margin-top: .25em;
	min-width: 8em;
}

.wc-block-cart--is-loading .wc-block-cart-item__remove-link,.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__remove-link {
	visibility: hidden;
}

.wc-block-cart--is-loading .wc-block-cart-item__image>a,.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a {
	background-color: currentColor!important;
	border: 0!important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor!important;
	display: block;
	line-height: 1;
	max-width: 100%!important;
	opacity: .15;
	outline: 0!important;
	overflow: hidden!important;
	pointer-events: none;
	position: relative!important;
	width: 100%;
	z-index: 1;
}

.wc-block-cart--is-loading .wc-block-cart-item__image>a>*,.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a>* {
	visibility: hidden;
}

.wc-block-cart--is-loading .wc-block-cart-item__image>a:after,.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-cart--is-loading .wc-block-cart-item__image>a,.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a {
		-webkit-animation: none;
		animation: none;
	}
}

.wc-block-cart--is-loading .wc-block-components-product-price,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price {
	display: block;
	margin-top: .25em;
	max-width: 3em;
}

.wc-block-cart--is-loading .wc-block-components-product-price:before,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price:before {
	content: " ";
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card,.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card {
	background-color: currentColor!important;
	border: 0!important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor!important;
	display: block;
	line-height: 1;
	max-width: 100%!important;
	min-height: 460px;
	opacity: .15;
	outline: 0!important;
	overflow: hidden!important;
	pointer-events: none;
	position: relative!important;
	width: 100%;
	z-index: 1;
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card>*,.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card>* {
	visibility: hidden;
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:after,.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card,.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card {
		-webkit-animation: none;
		animation: none;
	}
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:before,.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card:before {
	content: " ";
}

.wc-block-components-sidebar-layout.wc-block-cart--skeleton {
	display: none;
}

.is-loading+.wc-block-components-sidebar-layout.wc-block-cart--skeleton {
	display: flex;
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge {
	margin-top: 4px;
}

.is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,.is-mobile .wc-block-cart-item__total .wc-block-components-sale-badge,.is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,.is-small .wc-block-cart-item__total .wc-block-components-sale-badge,.is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
	display: none;
}

.is-medium table.wc-block-cart-items td,.is-mobile table.wc-block-cart-items td,.is-small table.wc-block-cart-items td {
	padding: 0;
}

.is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link,.is-medium table.wc-block-cart-items .wc-block-cart-items__header,.is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link,.is-mobile table.wc-block-cart-items .wc-block-cart-items__header,.is-small table.wc-block-cart-items .wc-block-cart-item__remove-link,.is-small table.wc-block-cart-items .wc-block-cart-items__header {
	display: none;
}

.is-medium table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row,.is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row,.is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row {
	position: relative;
}

.is-medium table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after,.is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after,.is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after {
	border-style: solid;
	border-width: 0 0 1px;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row,.is-small table.wc-block-cart-items .wc-block-cart-items__row {
	-ms-grid-columns: 80px 132px;
	display: -ms-grid;
	display: grid;
	grid-template-columns: 80px 132px;
	padding: 16px 0;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row: 1;
	grid-row-start: 1;
	padding-right: 16px;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
	-ms-grid-column-span: 2;
	-ms-grid-column-align: stretch;
	-ms-grid-column: 2;
	grid-column-end: 4;
	grid-column-start: 2;
	-ms-grid-row: 1;
	grid-row-start: 1;
	justify-self: stretch;
	padding: 0 16px 16px 0;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
	-ms-grid-row-align: end;
	align-self: end;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row: 2;
	grid-row-start: 2;
	padding-right: 16px;
	padding-top: 16px;
	vertical-align: bottom;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
	-ms-grid-row: 1;
	grid-row-start: 1;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount {
	display: inline-block;
}

.is-large.wc-block-cart {
	margin-bottom: 3em;
}

.is-large.wc-block-cart .wc-block-cart-items {
	position: relative;
}

.is-large.wc-block-cart .wc-block-cart-items:after {
	border-style: solid;
	border-width: 0 0 1px;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.is-large.wc-block-cart .wc-block-cart-items th {
	padding: .25rem 16px .25rem 0;
	white-space: nowrap;
}

.is-large.wc-block-cart .wc-block-cart-items td {
	padding: 16px 0 16px 16px;
	position: relative;
	vertical-align: top;
}

.is-large.wc-block-cart .wc-block-cart-items td:after {
	border-style: solid;
	border-width: 1px 0 0;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.is-large.wc-block-cart .wc-block-cart-items th:last-child {
	padding-right: 0;
}

.is-large.wc-block-cart .wc-block-cart-items td:last-child {
	padding-right: 16px;
}

.is-large.wc-block-cart .wc-block-components-radio-control__input {
	left: 0;
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
	background: 0 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	display: inline;
	display: block;
	font-family: inherit;
	font-size: inherit;
	font-size: .75em;
	font-style: inherit;
	font-weight: inherit;
	font-weight: 600;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0;
	padding: .25rem 0;
	text-align: right;
	text-decoration: inherit;
	text-transform: inherit;
	text-transform: uppercase;
	vertical-align: baseline;
}

.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator,.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel) {
	padding-left: 16px;
	padding-right: 16px;
}

.is-large.wc-block-cart .wc-block-cart__payment-options {
	padding: 16px 0 0;
}

.is-large.wc-block-cart .wc-block-cart__payment-options:empty {
	padding: 0;
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-empty-cart-block {
	display: none;
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 16px;
	position: relative;
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block {
	box-sizing: border-box;
	margin: 0;
	min-height: 10em;
	padding-right: 3.7735849057%;
	width: 65%;
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block {
	background-color: currentColor!important;
	border: 0!important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor!important;
	display: block;
	line-height: 1;
	max-width: 100%!important;
	min-height: 15em;
	opacity: .15;
	outline: 0!important;
	overflow: hidden!important;
	pointer-events: none;
	position: relative!important;
	width: 100%;
	z-index: 1;
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block>* {
	visibility: hidden;
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@media screen and (prefers-reduced-motion:reduce) {
	.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block {
		-webkit-animation: none;
		animation: none;
	}
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block {
	box-sizing: border-box;
	margin: 0;
	min-height: 12em;
	padding-left: 2.2641509434%;
	width: 35%;
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block {
	background-color: currentColor!important;
	border: 0!important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor!important;
	display: block;
	line-height: 1;
	margin: 0 0 1em;
	max-width: 100%!important;
	min-height: 3em;
	opacity: .15;
	outline: 0!important;
	overflow: hidden!important;
	pointer-events: none;
	position: relative!important;
	width: 100%;
	z-index: 1;
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block>*,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block>*,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block>*,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block>* {
	visibility: hidden;
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block:after,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block:after,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block:after,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@media screen and (prefers-reduced-motion:reduce) {
	.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block {
		-webkit-animation: none;
		animation: none;
	}
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block {
	height: 20em;
}

@media only screen and (max-width:700px) {
	.wp-block-woocommerce-cart.is-loading {
		padding-top: 16px;
	}

	.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block {
		flex-direction: column;
		margin: 0 auto 16px;
	}

	.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block {
		padding: 0;
		width: 100%;
	}
}

.wc-block-mini-cart {
	display: inline-block;
}

.wc-block-mini-cart__button {
	align-items: center;
	background-color: initial;
	border: none;
	color: inherit;
	display: flex;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	padding: .75em .5em;
}

.wc-block-mini-cart__button:hover:not([disabled]) {
	opacity: .6;
}

.wc-block-mini-cart__amount {
	display: none;
}

.wc-block-mini-cart__tax-label {
	margin-right: .5em;
}

@media screen and (min-width:768px) {
	.wc-block-mini-cart__amount {
		display: initial;
		font-size: inherit;
		font-weight: inherit;
		margin-right: 8px;
	}
}

.modal-open .wc-block-mini-cart__button {
	pointer-events: none;
}

.wc-block-mini-cart__drawer {
	font-size: 1rem;
}

.wc-block-mini-cart__drawer .components-modal__content {
	padding: 0;
	position: relative;
}

.wc-block-mini-cart__drawer .components-modal__header {
	position: absolute;
	right: 16px;
	top: 40px;
}

.wc-block-mini-cart__drawer .components-modal__header button {
	color: inherit;
	z-index: 9999;
}

.wc-block-mini-cart__drawer .components-modal__header svg {
	fill: currentColor;
}

.wp-block-woocommerce-mini-cart-contents {
	box-sizing: border-box;
	height: 100vh;
	justify-content: center;
	padding: 0;
}

:where(.wp-block-woocommerce-mini-cart-contents) {
	background: #fff;
}

.wp-block-woocommerce-empty-mini-cart-contents-block,.wp-block-woocommerce-filled-mini-cart-contents-block {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.wp-block-woocommerce-empty-mini-cart-contents-block {
	justify-content: center;
}

.wp-block-woocommerce-filled-mini-cart-contents-block {
	justify-content: space-between;
}

.wp-block-woocommerce-empty-mini-cart-contents-block .wc-block-mini-cart__empty-cart-wrapper {
	overflow-y: auto;
	padding: 40px 16px 16px;
}

h2.wc-block-mini-cart__title {
	font-size: 2em;
	margin: 40px 16px 0;
}

.wc-block-mini-cart__items {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	overflow-y: auto;
	padding: 16px 16px 0;
}

.wc-block-mini-cart__items .wc-block-mini-cart__products-table {
	margin-bottom: auto;
	margin-right: -16px;
	padding-right: 16px;
}

.wc-block-mini-cart__items .wc-block-mini-cart__products-table .wc-block-cart-items__row {
	padding-bottom: 8px;
	padding-top: 8px;
}

.wc-block-mini-cart__items .wc-block-mini-cart__products-table .wc-block-cart-items__row:last-child:after {
	content: none;
}

.wc-block-mini-cart__footer {
	border-top: 1px solid #ddd;
	padding: 24px 16px;
}

.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal {
	font-weight: 600;
	margin-bottom: 16px;
}

.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description {
	display: none;
	font-size: .75em;
	font-weight: 400;
}

@media only screen and (min-width:480px) {
	.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description {
		display: unset;
	}
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions {
	display: flex;
	gap: 16px;
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button {
	flex-grow: 1;
	font-weight: 600;
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined {
	color: currentColor;
	display: none;
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined:not(:focus) {
	box-shadow: inset 0 0 0 1px currentColor;
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined:focus,.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined:hover {
	color: #fff;
}

@media only screen and (min-width:480px) {
	.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined {
		display: inline-flex;
	}
}

.wc-block-mini-cart__footer .wc-block-components-payment-method-icons {
	margin-top: 16px;
}

.wc-block-mini-cart__shopping-button {
	display: flex;
	justify-content: center;
}

.wc-block-mini-cart__shopping-button a {
	border: 2px solid;
	color: currentColor;
	font-weight: 600;
	padding: 12px 24px;
	text-decoration: none;
}

.wc-block-mini-cart__shopping-button a:focus,.wc-block-mini-cart__shopping-button a:hover {
	background-color: #1e1e1e;
	border-color: #1e1e1e;
	color: #fff;
}

.wc-block-components-checkbox {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	margin-top: 1.5em;
	text-decoration: inherit;
	text-transform: inherit;
}

.wc-block-components-checkbox label {
	align-items: flex-start;
	display: flex;
	font-size: .875em;
	position: relative;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 2px solid #50575e;
	border-radius: 2px;
	box-sizing: border-box;
	font-size: 1em;
	height: 1.5em;
	margin: 0 1em 0 0;
	min-height: 1.5em;
	min-width: 1.5em;
	overflow: hidden;
	position: static;
	vertical-align: middle;
	width: 1.5em;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
	background: #fff;
	border-color: #50575e;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
	outline: 2px solid #50575e;
	outline-offset: 2px;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:after,.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:before {
	content: "";
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:not(:checked)+.wc-block-components-checkbox__mark {
	display: none;
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
	background-color: rgba(0,0,0,.1);
	border-color: hsla(0,0%,100%,.6);
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
	background: rgba(0,0,0,.1);
	border-color: hsla(0,0%,100%,.6);
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
	outline: 2px solid hsla(0,0%,100%,.6);
	outline-offset: 2px;
}

.wc-block-components-checkbox.has-error,.wc-block-components-checkbox.has-error a {
	color: #cc1818;
}

.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input,.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:active,.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:focus,.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:hover {
	border-color: #cc1818;
}

.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:focus {
	outline: 2px solid #cc1818;
	outline-offset: 2px;
}

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
	fill: #000;
	height: 1.125em;
	margin-left: .1875em;
	margin-top: .0625em;
	pointer-events: none;
	position: absolute;
	width: 1.125em;
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__mark {
	fill: #fff;
}

.wc-block-components-checkbox .wc-block-components-checkbox__label,.wc-block-components-checkbox>span {
	line-height: 1.5em;
	vertical-align: middle;
}

@media(-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
	.wc-block-components-checkbox__mark {
		display: none;
	}
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox],.theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox] {
	background-color: #fff;
	border-color: var(--form--border-color);
	position: relative;
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox]:checked,.theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox]:checked {
	background-color: #fff;
	border-color: var(--form--border-color);
}

.theme-twentytwentyone .wc-block-components-checkbox__mark {
	display: none;
}

.wc-block-components-panel.has-border {
	position: relative;
}

.wc-block-components-panel.has-border:after {
	border-style: solid;
	border-width: 1px 0;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.wc-block-components-panel.has-border+.wc-block-components-panel.has-border:after {
	border-top-width: 0;
}

.wc-block-components-panel.has-border.no-top-border {
	position: relative;
}

.wc-block-components-panel.has-border.no-top-border:after {
	border-style: solid;
	border-width: 0 0 1px;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.wc-block-components-panel__button {
	border: 0;
	border-radius: 0;
	height: auto;
	line-height: 1;
	margin: .375em 0 0;
	padding: .375em 32px 0 0;
	position: relative;
	text-align: left;
	vertical-align: baseline;
	width: 100%;
	word-break: break-word;
}

.wc-block-components-panel__button[aria-expanded=true] {
	margin-bottom: .375em;
	padding-bottom: .375em;
}

.wc-block-components-panel__button,.wc-block-components-panel__button:active,.wc-block-components-panel__button:focus,.wc-block-components-panel__button:hover {
	background: 0 0;
	box-shadow: none;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-decoration: inherit;
	text-transform: inherit;
}

.wc-block-components-panel__button>.wc-block-components-panel__button-icon {
	fill: currentColor;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: auto;
}

.wc-block-components-panel__content[hidden] {
	display: none;
}

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-panel__button {
	background-color: inherit;
	color: inherit;
}

.theme-twentyseventeen .wc-block-components-panel__button,.theme-twentytwenty .wc-block-components-panel__button {
	background: 0 0;
	color: inherit;
}

.theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:focus,.theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:hover,.theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:focus,.theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:hover {
	background: 0 0;
}

.wc-block-components-notices {
	display: block;
	margin-bottom: 2em;
}

.wc-block-components-notices .wc-block-components-notices__notice {
	display: flex;
	flex-wrap: nowrap;
	margin: 0;
}

.wc-block-components-notices .wc-block-components-notices__notice a {
	text-decoration: underline;
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss {
	background: 0 0;
	border: 0;
	color: currentColor;
	margin: 0 0 0 auto;
	outline: 0;
	padding: 0;
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss svg {
	fill: currentColor;
	vertical-align: text-top;
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content>div:not(.components-notice__actions) :first-child {
	margin-top: 0;
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content>div:not(.components-notice__actions) :last-child {
	margin-bottom: 0;
}

.wc-block-components-notices .wc-block-components-notices__notice+.wc-block-components-notices__notice {
	margin-top: 1em;
}

.theme-twentytwenty .wc-block-components-notices__notice,.theme-twentytwentyone .wc-block-components-notices__notice {
	padding: 1.5rem 3rem;
}

.wc-block-components-form .wc-block-components-text-input,.wc-block-components-text-input {
	margin-top: 1.5em;
	position: relative;
	white-space: nowrap;
}

.wc-block-components-form .wc-block-components-text-input label,.wc-block-components-text-input label {
	color: inherit;
	color: #757575;
	cursor: text;
	font-family: inherit;
	font-size: inherit;
	font-size: 1em;
	font-style: inherit;
	font-weight: inherit;
	left: 0;
	letter-spacing: inherit;
	line-height: inherit;
	line-height: 1.375;
	margin: 0 0 0 17px;
	max-width: calc(100% - 32px);
	overflow: hidden;
	position: absolute;
	text-decoration: inherit;
	text-overflow: ellipsis;
	text-transform: inherit;
	top: 0;
	transform: translateY(.75em);
	transform-origin: top left;
	transition: transform .2s ease;
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input label,.has-dark-controls .wc-block-components-text-input label {
	color: hsla(0,0%,100%,.6);
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-components-form .wc-block-components-text-input label,.wc-block-components-text-input label {
		transition: none;
	}
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label,.wc-block-components-text-input input:-webkit-autofill+label {
	transform: translateY(4px)scale(.75);
}

.wc-block-components-form .wc-block-components-text-input.is-active label,.wc-block-components-text-input.is-active label {
	transform: translateY(4px)scale(.75);
}

.wc-block-components-form .wc-block-components-text-input input[type=email],.wc-block-components-form .wc-block-components-text-input input[type=number],.wc-block-components-form .wc-block-components-text-input input[type=tel],.wc-block-components-form .wc-block-components-text-input input[type=text],.wc-block-components-form .wc-block-components-text-input input[type=url],.wc-block-components-text-input input[type=email],.wc-block-components-text-input input[type=number],.wc-block-components-text-input input[type=tel],.wc-block-components-text-input input[type=text],.wc-block-components-text-input input[type=url] {
	background-color: #fff;
	border: 1px solid #50575e;
	border-radius: 4px;
	box-sizing: border-box;
	color: #2b2d2f;
	font-family: inherit;
	font-size: 1em;
	height: 3em;
	line-height: 1.375;
	margin: 0;
	min-height: 0;
	padding: .75em 0;
	text-indent: 16px;
	width: 100%;
}

.wc-block-components-form .wc-block-components-text-input input[type=email]:focus,.wc-block-components-form .wc-block-components-text-input input[type=number]:focus,.wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,.wc-block-components-form .wc-block-components-text-input input[type=text]:focus,.wc-block-components-form .wc-block-components-text-input input[type=url]:focus,.wc-block-components-text-input input[type=email]:focus,.wc-block-components-text-input input[type=number]:focus,.wc-block-components-text-input input[type=tel]:focus,.wc-block-components-text-input input[type=text]:focus,.wc-block-components-text-input input[type=url]:focus {
	background-color: #fff;
	box-shadow: 0 0 0 1px #50575e;
	color: #2b2d2f;
	outline: 0;
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email],.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number],.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel],.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text],.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url],.has-dark-controls .wc-block-components-text-input input[type=email],.has-dark-controls .wc-block-components-text-input input[type=number],.has-dark-controls .wc-block-components-text-input input[type=tel],.has-dark-controls .wc-block-components-text-input input[type=text],.has-dark-controls .wc-block-components-text-input input[type=url] {
	background-color: rgba(0,0,0,.1);
	border-color: hsla(0,0%,100%,.4);
	color: #fff;
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,.has-dark-controls .wc-block-components-text-input input[type=email]:focus,.has-dark-controls .wc-block-components-text-input input[type=number]:focus,.has-dark-controls .wc-block-components-text-input input[type=tel]:focus,.has-dark-controls .wc-block-components-text-input input[type=text]:focus,.has-dark-controls .wc-block-components-text-input input[type=url]:focus {
	background-color: rgba(0,0,0,.1);
	box-shadow: 0 0 0 1px hsla(0,0%,100%,.4);
	color: #fff;
}

.wc-block-components-form .wc-block-components-text-input input[type=number],.wc-block-components-text-input input[type=number] {
	-moz-appearance: textfield;
}

.wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-inner-spin-button,.wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-outer-spin-button,.wc-block-components-text-input input[type=number]::-webkit-inner-spin-button,.wc-block-components-text-input input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
}

.wc-block-components-form .wc-block-components-text-input.is-active input[type=email],.wc-block-components-form .wc-block-components-text-input.is-active input[type=number],.wc-block-components-form .wc-block-components-text-input.is-active input[type=tel],.wc-block-components-form .wc-block-components-text-input.is-active input[type=text],.wc-block-components-form .wc-block-components-text-input.is-active input[type=url],.wc-block-components-text-input.is-active input[type=email],.wc-block-components-text-input.is-active input[type=number],.wc-block-components-text-input.is-active input[type=tel],.wc-block-components-text-input.is-active input[type=text],.wc-block-components-text-input.is-active input[type=url] {
	padding: 1.5em 0 .25em;
}

.wc-block-components-form .wc-block-components-text-input.has-error input,.wc-block-components-form .wc-block-components-text-input.has-error input:active,.wc-block-components-form .wc-block-components-text-input.has-error input:focus,.wc-block-components-form .wc-block-components-text-input.has-error input:hover,.wc-block-components-text-input.has-error input,.wc-block-components-text-input.has-error input:active,.wc-block-components-text-input.has-error input:focus,.wc-block-components-text-input.has-error input:hover {
	border-color: #cc1818;
}

.wc-block-components-form .wc-block-components-text-input.has-error input:focus,.wc-block-components-text-input.has-error input:focus {
	box-shadow: 0 0 0 1px #cc1818;
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input,.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:active,.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:focus,.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:hover,.has-dark-controls .wc-block-components-text-input.has-error input,.has-dark-controls .wc-block-components-text-input.has-error input:active,.has-dark-controls .wc-block-components-text-input.has-error input:focus,.has-dark-controls .wc-block-components-text-input.has-error input:hover {
	border-color: #f18c8c;
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:focus,.has-dark-controls .wc-block-components-text-input.has-error input:focus {
	box-shadow: 0 0 0 1px #f18c8c;
}

.wc-block-components-form .wc-block-components-text-input.has-error label,.wc-block-components-text-input.has-error label {
	color: #cc1818;
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error label,.has-dark-controls .wc-block-components-text-input.has-error label {
	color: #f18c8c;
}

.wc-block-components-form .wc-block-components-text-input:only-child,.wc-block-components-text-input:only-child {
	margin-top: 1.5em;
}

.wc-block-components-totals-wrapper {
	padding: 16px 0;
	position: relative;
}

.wc-block-components-totals-wrapper:after {
	border-style: solid;
	border-width: 1px 0 0;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.wc-block-components-totals-wrapper.has-bottom-border:after {
	border-bottom-width: 1px;
}

.wc-block-components-totals-wrapper:empty {
	padding: 0;
}

.wc-block-components-totals-wrapper:empty:after {
	content: none;
}

.wc-block-components-totals-wrapper.slot-wrapper {
	padding: 0;
}

.wc-block-components-totals-wrapper.slot-wrapper>*>* {
	padding: 16px 0;
	position: relative;
}

.wc-block-components-totals-wrapper.slot-wrapper>*>:after {
	border-style: solid;
	border-width: 0 0 1px;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.wc-block-components-totals-wrapper.slot-wrapper>*>:last-child:after {
	border-bottom-width: 0;
}

.wc-block-components-discounts-meta .wc-block-components-totals-wrapper:first-child {
	position: relative;
}

.wc-block-components-discounts-meta .wc-block-components-totals-wrapper:first-child:after {
	border-style: solid;
	border-width: 1px 0 0;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.wc-block-components-totals-item {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.wc-block-components-totals-item__label {
	flex-grow: 1;
}

.wc-block-components-totals-item__value {
	font-weight: 700;
	white-space: nowrap;
}

.wc-block-components-totals-item__description {
	font-size: .875em;
	width: 100%;
}

.wc-block-components-validation-error {
	color: #cc1818;
	font-size: .75em;
	max-width: 100%;
	white-space: normal;
}

.wc-block-components-validation-error>p {
	margin: 0;
	padding: 4px 0 0;
}

.has-dark-mode-palette .wc-block-components-validation-error {
	color: #f18c8c;
}

.wc-block-components-select+.wc-block-components-validation-error {
	margin-bottom: 24px;
}

.wc-block-product-categories {
	margin-bottom: 1em;
}

.wc-block-product-categories.is-dropdown {
	display: flex;
}

.wc-block-product-categories select {
	margin-right: .5em;
}

.wc-block-product-categories-list--has-images {
	list-style: none outside;
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
	clear: both;
	list-style: none outside;
	margin: 4px 0 4px 60px;
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item ul {
	margin: 4px 0 0;
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
	border: 1px solid #eee;
	display: inline-block;
	margin: 0 .5em 0 -60px;
	max-width: 50px;
	padding: 0;
	position: relative;
	vertical-align: middle;
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image img {
	display: block;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
}

.wc-block-product-categories-list-item-count:before {
	content: " (";
}

.wc-block-product-categories-list-item-count:after {
	content: ")";
}

.wp-block-woocommerce-product-categories.is-loading .wc-block-product-categories__placeholder {
	background: currentColor;
	display: inline-block;
	height: 1em;
	min-width: 200px;
	opacity: .2;
	width: 50%;
}

.wc-block-product-categories__button {
	align-items: center;
	display: flex;
	margin: 0;
	overflow: hidden;
	padding: 0 .5em;
	position: relative;
}

.wc-block-product-categories__button svg {
	fill: currentColor;
	outline: none;
}

.rtl .wc-block-product-categories__button svg {
	transform: rotate(180deg);
}

.wc-block-product-categories__button:active {
	color: currentColor;
}

.wc-block-product-categories__button:disabled,.wc-block-product-categories__button[aria-disabled=true] {
	cursor: default;
	opacity: .3;
}

.wc-block-product-categories__button:disabled:focus,.wc-block-product-categories__button[aria-disabled=true]:focus {
	box-shadow: none;
}

.wc-block-product-search .wc-block-product-search__fields {
	display: flex;
}

.wc-block-product-search .wc-block-product-search__field {
	flex-grow: 1;
	line-height: 1.8;
	padding: 6px 8px;
}

.wc-block-product-search .wc-block-product-search__button {
	align-items: center;
	cursor: pointer;
	display: flex;
	margin: 0 0 0 6px;
	overflow: hidden;
	padding: 0 .5em;
	position: relative;
}

.wc-block-product-search .wc-block-product-search__button svg {
	fill: currentColor;
	outline: none;
}

.rtl .wc-block-product-search .wc-block-product-search__button svg {
	transform: rotate(180deg);
}

.wc-block-product-search .wc-block-product-search__button:active {
	color: currentColor;
}

.wc-block-product-search .wc-block-product-search__button:disabled,.wc-block-product-search .wc-block-product-search__button[aria-disabled=true] {
	cursor: default;
	opacity: .3;
}

.wc-block-product-search .wc-block-product-search__button:disabled:focus,.wc-block-product-search .wc-block-product-search__button[aria-disabled=true]:focus {
	box-shadow: none;
}

.wp-block-woocommerce-price-filter {
	border-color: #757575;
	border-radius: 4px;
	border-style: none!important;
}

.wp-block-woocommerce-price-filter h1,.wp-block-woocommerce-price-filter h2,.wp-block-woocommerce-price-filter h3,.wp-block-woocommerce-price-filter h4,.wp-block-woocommerce-price-filter h5,.wp-block-woocommerce-price-filter h6 {
	text-transform: inherit;
}

.wc-block-price-filter,.wc-block-price-filter__controls,.wc-block-price-slider {
	border-color: inherit;
	border-radius: inherit;
}

.wc-block-price-filter__controls input {
	border-color: inherit!important;
	border-radius: inherit!important;
	border-style: solid;
}

.wc-block-price-filter__controls .input-loading {
	background-color: currentColor!important;
	border: 0!important;
	border-radius: .25rem;
	border-radius: 0;
	box-shadow: none;
	color: currentColor!important;
	display: block;
	height: 2em;
	line-height: 1;
	max-width: 100%!important;
	opacity: .15;
	outline: 0!important;
	overflow: hidden!important;
	pointer-events: none;
	position: relative!important;
	width: 100%;
	width: 5.625em;
	z-index: 1;
}

.wc-block-price-filter__controls .input-loading>* {
	visibility: hidden;
}

.wc-block-price-filter__controls .input-loading:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-price-filter__controls .input-loading {
		-webkit-animation: none;
		animation: none;
	}
}

.editor-styles-wrapper .wc-block-price-filter__button.wc-block-components-price-slider__button,.wc-block-price-filter__button.wc-block-components-price-slider__button {
	font-size: .875em;
	padding: .5em 1em;
}

.wp-block-woocommerce-attribute-filter {
	border-style: none!important;
}

.wp-block-woocommerce-attribute-filter h1,.wp-block-woocommerce-attribute-filter h2,.wp-block-woocommerce-attribute-filter h3,.wp-block-woocommerce-attribute-filter h4,.wp-block-woocommerce-attribute-filter h5,.wp-block-woocommerce-attribute-filter h6 {
	text-transform: inherit;
}

.wc-block-attribute-filter {
	border-color: inherit;
	border-radius: inherit;
	margin-bottom: 16px;
}

.wc-block-attribute-filter .is-loading {
	background-color: currentColor!important;
	border: 0!important;
	border-radius: .25rem;
	border-radius: 0;
	box-shadow: none;
	color: currentColor!important;
	display: block;
	height: 1em;
	line-height: 1;
	margin-top: 16px;
	max-width: 100%!important;
	opacity: .15;
	outline: 0!important;
	overflow: hidden!important;
	pointer-events: none;
	position: relative!important;
	width: 100%;
	z-index: 1;
}

.wc-block-attribute-filter .is-loading>* {
	visibility: hidden;
}

.wc-block-attribute-filter .is-loading:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-attribute-filter .is-loading {
		-webkit-animation: none;
		animation: none;
	}
}

.wc-block-attribute-filter.style-dropdown {
	align-items: flex-start;
	display: flex;
	gap: 16px;
	position: relative;
}

.wc-block-attribute-filter.style-dropdown .single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input {
	opacity: 0;
}

.wc-block-attribute-filter.style-dropdown .single-selection .components-form-token-field__input-container.is-active .components-form-token-field__token+input[type=text].components-form-token-field__input {
	opacity: 1;
}

.wc-block-attribute-filter.style-dropdown .wc-block-components-filter-submit-button {
	height: 36px;
	line-height: 1;
}

.wc-block-attribute-filter.style-dropdown>svg {
	pointer-events: none;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
}

.wc-block-attribute-filter .wc-block-attribute-filter-list {
	margin: 0;
	width: 100%;
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li label {
	cursor: pointer;
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li input {
	cursor: pointer;
	display: inline-block;
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper {
	flex-grow: 1;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	max-width: unset;
	width: 0;
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper:not(.is-loading) {
	border: 1px solid #757575!important;
	border-radius: 4px;
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper.is-loading {
	border-radius: .25em;
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field {
	border-radius: inherit;
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
	border: 0;
	border-radius: inherit;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	padding: 8px;
	text-decoration: inherit;
	text-transform: inherit;
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input {
	font-size: .875em;
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::-moz-placeholder {
	color: #000;
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input:-ms-input-placeholder {
	color: #000;
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::placeholder {
	color: #000;
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list {
	border: 1px solid #757575;
	border-radius: 4px;
	margin-top: 8px;
	max-height: 21em;
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #000;
	margin: 12px;
	padding: 12px;
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestion,.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token {
	font-size: .875em;
}

.wc-block-attribute-filter__conditions-toggle,.wc-block-attribute-filter__display-toggle,.wc-block-attribute-filter__multiple-toggle {
	width: 100%;
}

.wc-block-attribute-filter__instructions {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 1em;
}

.wc-block-attribute-filter__selection {
	padding-top: 1em;
}

.woocommerce-product-attributes .woocommerce-search-list__search .components-base-control__label {
	color: inherit;
	color: #757575;
	font-family: inherit;
	font-size: inherit;
	font-size: 1em;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-decoration: inherit;
	text-transform: inherit;
}

.wc-block-attribute-filter__actions {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: flex-end;
}

.wc-block-attribute-filter__actions .wc-block-components-filter-submit-button {
	margin-left: 0;
}

.wc-block-attribute-filter__actions .wc-block-components-filter-submit-button:disabled {
	cursor: auto;
	opacity: .6;
}

.wc-block-attribute-filter__actions .wc-block-filter-submit-button.wc-block-components-filter-submit-button.wc-block-attribute-filter__button {
	font-size: .875em;
	margin-top: 0;
}

.editor-styles-wrapper .wc-block-components-checkbox,.wc-block-components-checkbox {
	margin-top: 1em;
}

.editor-styles-wrapper .wc-block-attribute-filter__button.wc-block-attribute-filter__button,.wc-block-attribute-filter__button.wc-block-attribute-filter__button {
	font-size: .875em;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	padding: .5em 1em;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.wp-block-woocommerce-stock-filter h1,.wp-block-woocommerce-stock-filter h2,.wp-block-woocommerce-stock-filter h3,.wp-block-woocommerce-stock-filter h4,.wp-block-woocommerce-stock-filter h5,.wp-block-woocommerce-stock-filter h6 {
	text-transform: inherit;
}

.wc-block-stock-filter {
	margin-bottom: 24px;
}

.wc-block-stock-filter.is-loading {
	background-color: currentColor!important;
	border: 0!important;
	border-radius: .25rem;
	border-radius: 0;
	box-shadow: none;
	color: currentColor!important;
	display: block;
	line-height: 1;
	margin-top: 16px;
	max-width: 100%!important;
	opacity: .15;
	outline: 0!important;
	overflow: hidden!important;
	pointer-events: none;
	position: relative!important;
	width: 100%;
	z-index: 1;
}

.wc-block-stock-filter.is-loading>* {
	visibility: hidden;
}

.wc-block-stock-filter.is-loading:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-stock-filter.is-loading {
		-webkit-animation: none;
		animation: none;
	}
}

.wc-block-stock-filter .wc-block-stock-filter-list {
	margin: 0;
}

.wc-block-stock-filter .wc-block-stock-filter-list li label {
	cursor: pointer;
}

.wc-block-stock-filter .wc-block-stock-filter-list li input {
	cursor: pointer;
	display: inline-block;
}

.wc-block-stock-filter.style-dropdown {
	align-items: flex-start;
	display: flex;
	gap: 16px;
	position: relative;
}

.wc-block-stock-filter.style-dropdown .single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input {
	opacity: 0;
}

.wc-block-stock-filter.style-dropdown .single-selection .components-form-token-field__input-container.is-active .components-form-token-field__token+input[type=text].components-form-token-field__input {
	opacity: 1;
}

.wc-block-stock-filter.style-dropdown .wc-block-components-filter-submit-button {
	height: 36px;
	line-height: 1;
}

.wc-block-stock-filter.style-dropdown>svg {
	pointer-events: none;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper {
	flex-grow: 1;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	max-width: unset;
	width: 0;
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper:not(.is-loading) {
	border: 1px solid #757575!important;
	border-radius: 4px;
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper.is-loading {
	border-radius: .25em;
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field {
	border-radius: inherit;
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
	border: 0;
	border-radius: inherit;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	padding: 8px;
	text-decoration: inherit;
	text-transform: inherit;
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input {
	font-size: .875em;
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::-moz-placeholder {
	color: #000;
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input:-ms-input-placeholder {
	color: #000;
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::placeholder {
	color: #000;
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list {
	border: 1px solid #757575;
	border-radius: 4px;
	margin-top: 8px;
	max-height: 21em;
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #000;
	margin: 12px;
	padding: 12px;
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestion,.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token {
	font-size: .875em;
}

.wc-block-stock-filter .wc-block-components-product-rating {
	margin-bottom: 0;
}

.wc-block-stock-filter__actions {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: flex-end;
	margin-top: 16px;
}

.wc-block-stock-filter__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
	font-size: .875em;
	margin-left: 0;
	margin-top: 0;
}

.editor-styles-wrapper .wc-block-stock-filter .wc-block-stock-filter__button,.wc-block-stock-filter__actions .wc-block-stock-filter__button {
	font-size: .875em;
	margin-top: .5em;
	padding: .5em 1em;
}

.wp-block-woocommerce-active-filters h1,.wp-block-woocommerce-active-filters h2,.wp-block-woocommerce-active-filters h3,.wp-block-woocommerce-active-filters h4,.wp-block-woocommerce-active-filters h5,.wp-block-woocommerce-active-filters h6 {
	text-transform: inherit;
}

.wp-block-woocommerce-active-filters .wc-block-filter-title-placeholder .wc-block-active-filters__title {
	height: 1em;
}

.wc-block-active-filters {
	margin-bottom: 24px;
	overflow: hidden;
}

.wc-block-active-filters .wc-block-active-filters__clear-all {
	background: 0 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	cursor: pointer;
	display: inline;
	float: right;
	font-family: inherit;
	font-size: inherit;
	font-size: .875em;
	font-style: inherit;
	font-weight: inherit;
	font-weight: 400;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 15px 0 0;
	padding: 0;
	text-decoration: inherit;
	text-decoration: underline;
	text-shadow: none;
	text-transform: inherit;
	vertical-align: baseline;
}

.wc-block-active-filters .wc-block-active-filters__clear-all:active,.wc-block-active-filters .wc-block-active-filters__clear-all:focus,.wc-block-active-filters .wc-block-active-filters__clear-all:hover {
	background: 0 0;
}

.wc-block-active-filters .wc-block-active-filters__clear-all:hover {
	color: inherit;
	text-decoration: none;
}

.wc-block-active-filters .wc-block-active-filters__clear-all,.wc-block-active-filters .wc-block-active-filters__clear-all:active,.wc-block-active-filters .wc-block-active-filters__clear-all:focus,.wc-block-active-filters .wc-block-active-filters__clear-all:hover {
	background: 0 0;
	color: inherit;
}

.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder {
	background-color: currentColor!important;
	border: 0!important;
	border-radius: .25rem;
	border-radius: 0;
	box-shadow: none;
	color: currentColor!important;
	display: block;
	display: inline-block;
	float: right;
	height: 1em;
	line-height: 1;
	max-width: 100%!important;
	opacity: .15;
	outline: 0!important;
	overflow: hidden!important;
	pointer-events: none;
	position: relative!important;
	width: 100%;
	width: 80px;
	z-index: 1;
}

.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder>* {
	visibility: hidden;
}

.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder {
		-webkit-animation: none;
		animation: none;
	}
}

.wc-block-active-filters .wc-block-active-filters__list {
	clear: both;
	list-style: none outside;
	margin: 0 0 4px;
	padding: 0;
}

.wc-block-active-filters .wc-block-active-filters__list.wc-block-active-filters--loading {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	margin-top: 12px;
}

.wc-block-active-filters .wc-block-active-filters__list.wc-block-active-filters--loading.wc-block-active-filters__list--chips {
	align-items: flex-end;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0 10px;
}

.wc-block-active-filters .wc-block-active-filters__list li {
	list-style: none outside;
	margin: 9px 0 0;
	padding: 0;
}

.wc-block-active-filters .wc-block-active-filters__list li ul {
	list-style: none outside;
	margin: 0;
	padding: 0;
}

.wc-block-active-filters .wc-block-active-filters__list>li:first-child,.wc-block-active-filters .wc-block-active-filters__list li:first-child .wc-block-active-filters__list-item-type {
	margin: 0;
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list {
	display: inline-block;
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span {
	background-color: currentColor!important;
	border: 0!important;
	border-radius: .25rem;
	border-radius: 0;
	box-shadow: none;
	color: currentColor!important;
	display: block;
	display: inline-block;
	height: 1em;
	line-height: 1;
	max-width: 100%!important;
	opacity: .15;
	outline: 0!important;
	overflow: hidden!important;
	pointer-events: none;
	position: relative!important;
	width: 100%;
	z-index: 1;
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span>* {
	visibility: hidden;
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span {
		-webkit-animation: none;
		animation: none;
	}
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips {
	display: inline-block;
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span {
	background-color: currentColor!important;
	border: 0!important;
	border-radius: .25rem;
	border-radius: 13px;
	box-shadow: none;
	color: currentColor!important;
	display: block;
	display: inline-block;
	height: 1em;
	line-height: 1;
	margin-right: 15px!important;
	max-width: 100%!important;
	min-width: 70px;
	opacity: .15;
	outline: 0!important;
	overflow: hidden!important;
	pointer-events: none;
	position: relative!important;
	width: 100%;
	z-index: 1;
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span>* {
	visibility: hidden;
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span {
		-webkit-animation: none;
		animation: none;
	}
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips:last-of-type>span {
	margin-right: 0!important;
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips:nth-child(3) {
	flex-grow: 1;
	max-width: 200px;
}

.wc-block-active-filters .wc-block-active-filters__list>.wc-block-active-filters__list-item .wc-block-active-filters__list-item-name {
	margin: 9px 0 0;
}

.wc-block-active-filters .wc-block-active-filters__list-item-type {
	display: block;
	font-size: .75em;
	font-weight: 700;
	letter-spacing: .1em;
	margin: 16px 0 0;
	text-transform: uppercase;
}

.wc-block-active-filters .wc-block-active-filters__list-item-operator {
	font-style: italic;
	font-weight: 400;
}

.wc-block-active-filters .wc-block-active-filters__list-item-name {
	align-items: center;
	display: flex;
	font-size: .875em;
	padding: 0;
	position: relative;
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #e0e0e0;
	border: 0;
	border-radius: 25px;
	color: currentColor;
	font-size: .75em;
	height: 16px;
	line-height: 16px;
	margin: 0 .5em 0 0;
	padding: 0;
	width: 16px;
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove:focus,.wc-block-active-filters .wc-block-active-filters__list-item-remove:hover {
	background: #949494;
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove:focus .wc-block-components-chip__remove-icon,.wc-block-active-filters .wc-block-active-filters__list-item-remove:hover .wc-block-components-chip__remove-icon {
	fill: #fff;
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove:disabled {
	color: #e0e0e0;
	cursor: not-allowed;
}

.wc-block-active-filters .wc-block-active-filters__list--chips li,.wc-block-active-filters .wc-block-active-filters__list--chips ul {
	display: inline;
}

.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-active-filters__list-item-type {
	display: none;
}

.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-components-chip {
	margin-bottom: .1875em;
	margin-top: .1875em;
}

.wc-block-rating-filter.is-loading {
	background-color: currentColor!important;
	border: 0!important;
	border-radius: .25rem;
	border-radius: 0;
	box-shadow: none;
	color: currentColor!important;
	display: block;
	line-height: 1;
	margin-top: 16px;
	max-width: 100%!important;
	opacity: .15;
	outline: 0!important;
	overflow: hidden!important;
	pointer-events: none;
	position: relative!important;
	width: 100%;
	z-index: 1;
}

.wc-block-rating-filter.is-loading>* {
	visibility: hidden;
}

.wc-block-rating-filter.is-loading:after {
	-webkit-animation: loading__animation 1.5s ease-in-out infinite;
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-rating-filter.is-loading {
		-webkit-animation: none;
		animation: none;
	}
}

.wc-block-rating-filter.style-dropdown {
	align-items: flex-start;
	display: flex;
	gap: 16px;
	position: relative;
}

.wc-block-rating-filter.style-dropdown .single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input {
	opacity: 0;
}

.wc-block-rating-filter.style-dropdown .single-selection .components-form-token-field__input-container.is-active .components-form-token-field__token+input[type=text].components-form-token-field__input {
	opacity: 1;
}

.wc-block-rating-filter.style-dropdown .wc-block-components-filter-submit-button {
	height: 36px;
	line-height: 1;
}

.wc-block-rating-filter.style-dropdown>svg {
	pointer-events: none;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
}

.wc-block-rating-filter .wc-block-components-product-rating__stars {
	display: inline-block;
	height: 1em;
	line-height: 1;
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper {
	flex-grow: 1;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	max-width: unset;
	width: 0;
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper:not(.is-loading) {
	border: 1px solid #757575!important;
	border-radius: 4px;
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper.is-loading {
	border-radius: .25em;
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field {
	border-radius: inherit;
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
	border: 0;
	border-radius: inherit;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	padding: 8px;
	text-decoration: inherit;
	text-transform: inherit;
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input {
	font-size: .875em;
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::-moz-placeholder {
	color: #000;
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input:-ms-input-placeholder {
	color: #000;
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::placeholder {
	color: #000;
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list {
	border: 1px solid #757575;
	border-radius: 4px;
	margin-top: 8px;
	max-height: 21em;
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #000;
	margin: 12px;
	padding: 12px;
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestion,.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token {
	font-size: .875em;
}

.wc-block-rating-filter .wc-block-components-product-rating {
	margin-bottom: 0;
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container {
	padding: 4px 30px 4px 8px;
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-form-token-field__token-text {
	background-color: #fff;
	border: 1px solid;
	border-radius: 25px 0 0 25px;
	border-right: 0;
	line-height: 22px;
	padding: .25em .5em .25em .75em;
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container>.components-form-token-field__input {
	margin: .25em 0;
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-button.components-form-token-field__remove-token {
	background-color: #fff;
	border: 1px solid;
	border-left: 0;
	border-radius: 0 25px 25px 0;
	padding: 1px .25em 0 0;
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-button.components-form-token-field__remove-token.has-icon svg {
	background-color: #e0e0e0;
	border-radius: 25px;
}

.wp-block-woocommerce-rating-filter {
	margin-bottom: 24px;
}

.wp-block-woocommerce-rating-filter .wc-block-rating-filter .wc-block-rating-filter-list li input,.wp-block-woocommerce-rating-filter .wc-block-rating-filter .wc-block-rating-filter-list li label {
	cursor: pointer;
}

.wc-block-rating-filter__actions {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: flex-end;
	margin-top: 16px;
}

.wc-block-rating-filter__actions .wc-block-components-filter-submit-button {
	margin-left: 0;
}

.wc-block-rating-filter__actions .wc-block-components-filter-submit-button:disabled {
	cursor: auto;
	opacity: .6;
}

.wc-block-rating-filter__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
	font-size: .875em;
	margin-left: 0;
	margin-top: 0;
}

.editor-styles-wrapper .wc-block-rating-filter .wc-block-rating-filter__button,.wc-block-rating-filter__actions .wc-block-rating-filter__button {
	font-size: .875em;
	margin-top: .5em;
	padding: .5em 1em;
}

:where(div[data-block-name="woocommerce/legacy-template"]) {
	margin-left: auto;
	margin-right: auto;
	max-width: 1e3px;
}

@-webkit-keyframes spinner__animation {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
		animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
		transform: rotate(0);
	}

	to {
		transform: rotate(1turn);
	}
}

@keyframes spinner__animation {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
		animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
		transform: rotate(0);
	}

	to {
		transform: rotate(1turn);
	}
}

@-webkit-keyframes loading__animation {
	to {
		transform: translateX(100%);
	}
}

@keyframes loading__animation {
	to {
		transform: translateX(100%);
	}
}

.color-block-support-panel .wc-block-feedback-prompt {
	grid-column: 1/-1;
}
/*! This file is auto-generated */
.wp-block-button__link {
	color: #fff;
	background-color: #32373c;
	border-radius: 9999px;
	box-shadow: none;
	text-decoration: none;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	font-size: 1.125em;
}

.wp-block-file__button {
	background: #32373c;
	color: #fff;
	text-decoration: none;
}

.site-content .elementor-row {
	flex-wrap: wrap;
}

.elementor-widget-inner {
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal!important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em .5em 1em;
	padding: .2em 1em;
	border: 2px solid #00a0d2;
}

.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: 400;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d;
	opacity: .75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc;
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1e3ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media(prefers-reduced-motion:reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2e3ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 input[type=file] {
	cursor: pointer;
}

.wpcf7 input[type=file]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type=url],.wpcf7 input[type=email],.wpcf7 input[type=tel] {
	direction: ltr;
}

.wpcf7-reflection>output {
	display: list-item;
	list-style: none;
}

.sf-timetable-menu,.sf-timetable-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-timetable-menu {
	line-height: 1;
}

.sf-timetable-menu ul {
	position: absolute;
	top: -999em!important;
	width: 10em;
}

.sf-timetable-menu ul li {
	width: 100%;
}

.sf-timetable-menu li:hover {
	visibility: inherit;
}

.sf-timetable-menu li {
	float: left;
	position: relative;
}

.sf-timetable-menu a {
	display: block;
	position: relative;
}

.sf-timetable-menu li:hover ul,.sf-timetable-menu li.sfHover ul {
	left: 0;
	top: 2.5em;
	z-index: 99;
}

ul.sf-timetable-menu li:hover li ul,ul.sf-timetable-menu li.sfHover li ul {
	top: -999em;
}

ul.sf-timetable-menu li li:hover ul,ul.sf-timetable-menu li li.sfHover ul {
	left: 10em;
	top: 0;
}

ul.sf-timetable-menu li li:hover li ul,ul.sf-timetable-menu li li.sfHover li ul {
	top: -999em;
}

ul.sf-timetable-menu li li li:hover ul,ul.sf-timetable-menu li li li.sfHover ul {
	left: 10em;
	top: 0;
}

.sf-timetable-menu {
	float: left;
	margin-bottom: 1em;
}

.sf-timetable-menu a {
	border-left: 1px solid #fff;
	border-top: 1px solid #cfdeff;
	padding: .75em 1em;
	text-decoration: none;
}

.sf-timetable-menu a,.sf-timetable-menu a:visited {
	color: #13a;
}

.sf-timetable-menu li {
	background: #bdd2ff;
}

.sf-timetable-menu li li {
	background: #aabde6;
}

.sf-timetable-menu li li li {
	background: #9aaedb;
}

.sf-timetable-menu li:hover,.sf-timetable-menu li.sfHover,.sf-timetable-menu a:focus,.sf-timetable-menu a:hover,.sf-timetable-menu a:active {
	background: #cfdeff;
	outline: 0;
}

.qtip {
	position: absolute;
	left: -28e3px;
	top: -28e3px;
	display: none;
	max-width: 280px;
	min-width: 50px;
	font-size: 10.5px;
	line-height: 12px;
	direction: ltr;
	box-shadow: none;
	padding: 0;
}

.qtip-content {
	position: relative;
	padding: 5px 9px;
	overflow: hidden;
	text-align: left;
	word-wrap: break-word;
}

.qtip-titlebar {
	position: relative;
	padding: 5px 35px 5px 10px;
	overflow: hidden;
	border-width: 0 0 1px;
	font-weight: 700;
}

.qtip-titlebar+.qtip-content {
	border-top-width: 0!important;
}

.qtip-close {
	position: absolute;
	right: -9px;
	top: -9px;
	z-index: 11;
	cursor: pointer;
	outline: none;
	border: 1px solid transparent;
}

.qtip-titlebar .qtip-close {
	right: 4px;
	top: 50%;
	margin-top: -9px;
}

* html .qtip-titlebar .qtip-close {
	top: 16px;
}

.qtip-titlebar .ui-icon,.qtip-icon .ui-icon {
	display: block;
	text-indent: -1e3em;
	direction: ltr;
}

.qtip-icon,.qtip-icon .ui-icon {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
}

.qtip-icon .ui-icon {
	width: 18px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	text-indent: 0;
	font: 700 10px/13px Tahoma,sans-serif;
	color: inherit;
	background: no-repeat -100em -100em;
}

.qtip-focus {
}

.qtip-hover {
}

.qtip-default {
	border: 1px solid #f1d031;
	background-color: #ffffa3;
	color: #555;
}

.qtip-default .qtip-titlebar {
	background-color: #ffef93;
}

.qtip-default .qtip-icon {
	border-color: #ccc;
	background: #f1f1f1;
	color: #777;
}

.qtip-default .qtip-titlebar .qtip-close {
	border-color: #aaa;
	color: #111;
}/*!Light tooltip style*/.qtip-light {
	background-color: #fff;
	border-color: #e2e2e2;
	color: #454545;
}

.qtip-light .qtip-titlebar {
	background-color: #f1f1f1;
}/*!Dark tooltip style*/.qtip-dark {
	background-color: #505050;
	border-color: #303030;
	color: #f3f3f3;
}

.qtip-dark .qtip-titlebar {
	background-color: #404040;
}

.qtip-dark .qtip-icon {
	border-color: #444;
}

.qtip-dark .qtip-titlebar .ui-state-hover {
	border-color: #303030;
}/*!Cream tooltip style*/.qtip-cream {
	background-color: #fbf7aa;
	border-color: #f9e98e;
	color: #a27d35;
}

.qtip-cream .qtip-titlebar {
	background-color: #f0de7d;
}

.qtip-cream .qtip-close .qtip-icon {
	background-position: -82px 0;
}/*!Red tooltip style*/.qtip-red {
	background-color: #f78b83;
	border-color: #d95252;
	color: #912323;
}

.qtip-red .qtip-titlebar {
	background-color: #f06d65;
}

.qtip-red .qtip-close .qtip-icon {
	background-position: -102px 0;
}

.qtip-red .qtip-icon {
	border-color: #d95252;
}

.qtip-red .qtip-titlebar .ui-state-hover {
	border-color: #d95252;
}/*!Green tooltip style*/.qtip-green {
	background-color: #caed9e;
	border-color: #90d93f;
	color: #3f6219;
}

.qtip-green .qtip-titlebar {
	background-color: #b0de78;
}

.qtip-green .qtip-close .qtip-icon {
	background-position: -42px 0;
}/*!Blue tooltip style*/.qtip-blue {
	background-color: #e5f6fe;
	border-color: #add9ed;
	color: #5e99bd;
}

.qtip-blue .qtip-titlebar {
	background-color: #d0e9f5;
}

.qtip-blue .qtip-close .qtip-icon {
	background-position: -2px 0;
}

.qtip-shadow {
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
}

.qtip-rounded,.qtip-tipsy,.qtip-bootstrap {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.qtip-rounded .qtip-titlebar {
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.qtip-youtube {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;
	color: #fff;
	border: 0 solid transparent;
	background: #4a4a4a;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
	background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}

.qtip-youtube .qtip-titlebar {
	background-color: #4a4a4a;
	background-color: initial;
}

.qtip-youtube .qtip-content {
	padding: .75em;
	font: 12px arial,sans-serif;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
}

.qtip-youtube .qtip-icon {
	border-color: #222;
}

.qtip-youtube .qtip-titlebar .ui-state-hover {
	border-color: #303030;
}

.qtip-jtools {
	background: #232323;
	background: rgba(0,0,0,.7);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#717171),to(#232323));
	background-image: -moz-linear-gradient(top,#717171,#232323);
	background-image: -webkit-linear-gradient(top,#717171,#232323);
	background-image: -ms-linear-gradient(top,#717171,#232323);
	background-image: -o-linear-gradient(top,#717171,#232323);
	border: 2px solid #ddd;
	border: 2px solid #f1f1f1;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 12px #333;
	-moz-box-shadow: 0 0 12px #333;
	box-shadow: 0 0 12px #333;
}

.qtip-jtools .qtip-titlebar {
	background-color: initial;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
}

.qtip-jtools .qtip-content {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
}

.qtip-jtools .qtip-titlebar,.qtip-jtools .qtip-content {
	background: 0 0;
	color: #fff;
	border: 0 dashed transparent;
}

.qtip-jtools .qtip-icon {
	border-color: #555;
}

.qtip-jtools .qtip-titlebar .ui-state-hover {
	border-color: #333;
}

.qtip-cluetip {
	-webkit-box-shadow: 4px 4px 5px rgba(0,0,0,.4);
	-moz-box-shadow: 4px 4px 5px rgba(0,0,0,.4);
	box-shadow: 4px 4px 5px rgba(0,0,0,.4);
	background-color: #d9d9c2;
	color: #111;
	border: 0 dashed transparent;
}

.qtip-cluetip .qtip-titlebar {
	background-color: #87876a;
	color: #fff;
	border: 0 dashed transparent;
}

.qtip-cluetip .qtip-icon {
	border-color: #808064;
}

.qtip-cluetip .qtip-titlebar .ui-state-hover {
	border-color: #696952;
	color: #696952;
}

.qtip-tipsy {
	background: #000;
	background: rgba(0,0,0,.87);
	color: #fff;
	border: 0 solid transparent;
	font-size: 11px;
	font-family: lucida grande,sans-serif;
	font-weight: 700;
	line-height: 16px;
	text-shadow: 0 1px #000;
}

.qtip-tipsy .qtip-titlebar {
	padding: 6px 35px 0 10px;
	background-color: initial;
}

.qtip-tipsy .qtip-content {
	padding: 6px 10px;
}

.qtip-tipsy .qtip-icon {
	border-color: #222;
	text-shadow: none;
}

.qtip-tipsy .qtip-titlebar .ui-state-hover {
	border-color: #303030;
}

.qtip-tipped {
	border: 3px solid #959fa9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #f9f9f9;
	color: #454545;
	font-weight: 400;
	font-family: serif;
}

.qtip-tipped .qtip-titlebar {
	border-bottom-width: 0;
	color: #fff;
	background: #3a79b8;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#3A79B8),to(#2E629D));
	background-image: -webkit-linear-gradient(top,#3A79B8,#2E629D);
	background-image: -moz-linear-gradient(top,#3A79B8,#2E629D);
	background-image: -ms-linear-gradient(top,#3A79B8,#2E629D);
	background-image: -o-linear-gradient(top,#3A79B8,#2E629D);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
}

.qtip-tipped .qtip-icon {
	border: 2px solid #285589;
	background: #285589;
}

.qtip-tipped .qtip-icon .ui-icon {
	background-color: #fbfbfb;
	color: #555;
}

.qtip-bootstrap {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	padding: 1px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.qtip-bootstrap .qtip-titlebar {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.qtip-bootstrap .qtip-titlebar .qtip-close {
	right: 11px;
	top: 45%;
	border-style: none;
}

.qtip-bootstrap .qtip-content {
	padding: 9px 14px;
}

.qtip-bootstrap .qtip-icon {
	background: 0 0;
}

.qtip-bootstrap .qtip-icon .ui-icon {
	width: auto;
	height: auto;
	float: right;
	font-size: 20px;
	font-weight: 700;
	line-height: 18px;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20);
}

.qtip-bootstrap .qtip-icon .ui-icon:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .4;
	filter: alpha(opacity=40);
}

.qtip:not(.ie9haxors) div.qtip-content,.qtip:not(.ie9haxors) div.qtip-titlebar {
	filter: none;
	-ms-filter: none;
}

.qtip .qtip-tip {
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;
}

x:-o-prefocus,.qtip .qtip-tip {
	visibility: hidden;
}

.qtip .qtip-tip,.qtip .qtip-tip .qtip-vml,.qtip .qtip-tip canvas {
	position: absolute;
	color: #123456;
	background: 0 0;
	border: 0 dashed transparent;
}

.qtip .qtip-tip canvas {
	top: 0;
	left: 0;
}

.qtip .qtip-tip .qtip-vml {
	behavior: url(#default#VML);
	display: inline-block;
	visibility: visible;
}

#qtip-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#qtip-overlay.blurs {
	cursor: pointer;
}

#qtip-overlay div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.qtipmodal-ie6fix {
	position: absolute!important;
}

.timetable_clearfix:after {
	font-size: 0;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

div.rtl {
	direction: rtl;
}

.tt_hide {
	display: none!important;
}

.tt_tabs_navigation,.tt_items_list {
	padding: 0;
	margin: 0;
	list-style: none;
}

div.tt_tabs {
	border: none!important;
	position: static;
	padding: 0;
}

.tt_tabs .ui-tabs-panel {
	padding: 0!important;
	clear: both;
}

table.tt_timetable {
	width: 100%;
	font-size: 11px;
	color: #666;
	border: none;
	letter-spacing: normal;
	font-size: 11px;
	line-height: normal;
	font-family: lato,Helvetica,Arial,sans-serif;
	border-collapse: separate!important;
	border-spacing: 2px!important;
	background: #fff!important;
}

table.tt_timetable * {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

.tt_timetable th,.tt_timetable td {
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	line-height: normal;
	color: #34495e;
	text-transform: none;
	border: none!important;
}

.tt_timetable th,.tt_timetable td.tt_hours_column {
	text-align: center;
	vertical-align: middle;
}

.tt_timetable th {
	width: 12.5%;
	padding: 10px 15px 12px;
	letter-spacing: normal;
}

.tt_timetable .event_container {
	padding: 7px 10px;
	position: relative;
}

body.rtl .tt_timetable .event_container {
	position: static;
}

.tt_timetable td {
	width: 12.5%;
	vertical-align: top;
	height: 31px;
	border: none;
	padding: 0;
	position: relative;
}

body.rtl .tt_timetable td {
	position: static;
}

.tt_timetable td .event_hour_booking_wrapper,.tt_timetable td .event_hour_booking_wrapper *,.tt_event_hours .event_hour_booking_wrapper,.tt_event_hours .event_hour_booking_wrapper * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}

.tt_timetable td .event_hour_booking_wrapper.always {
	margin: 15px 0 3px;
}

.tt_timetable td.tt_single_event .event_hour_booking_wrapper.always {
	padding: 0 10px;
	margin: 9px 0 10px;
}

.tt_timetable .event span.available_slots+.event_hour_booking_wrapper.always {
	margin: 16px 0 3px;
}

.tt_timetable td .event_hour_booking_wrapper.on_hover {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	height: 50px;
}

body.rtl .tt_timetable td.event .event_hour_booking_wrapper.on_hover {
	right: auto;
	bottom: auto;
	left: auto;
	visibility: hidden;
	opacity: 0;
}

body.rtl .tt_timetable td.event .event_hour_booking_wrapper.on_hover {
	visibility: visible;
	opacity: 1;
}

.tt_timetable .hours {
	color: #fff;
	font-weight: 700;
}

.tt_timetable .event {
	background-color: #00a27c;
	color: #fff;
	line-height: 140%;
	text-align: center;
	padding: 0!important;
	vertical-align: top;
}

.tt_timetable .event a,.tt_timetable .event .event_header {
	display: block;
	color: #fff!important;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 2px;
	text-decoration: none;
	outline: none;
	transition: none!important;
	border: none;
}

.tt_timetable .event a:hover,.tt_timetable .event a.event_header:hover {
	text-decoration: underline;
}

.tt_timetable .event span.available_slots {
	display: block;
	color: #ffd544;
	margin-top: 3px;
}

.tt_event_hours .available_slots_wrapper {
	padding-bottom: 0;
}

.tt_event_hours .available_slots_wrapper span.available_slots {
	display: block;
	color: #34495e;
}

.tt_timetable .event a.event_hour_booking,.tt_responsive .tt_timetable.small .tt_items_list .value a.event_hour_booking,.tt_event_hours a.event_hour_booking {
	display: block;
	margin: 0;
	padding: 11px 5px;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	height: auto;
	font-weight: 400;
	text-decoration: none;
	-webkit-transition: background-color .2s,bottom .2s,top .2s!important;
	-moz-transition: background-color .2s,bottom .2s,top .2s!important;
	-o-transition: background-color .2s,bottom .2s,top .2s!important;
	transition: background-color .2s,bottom .2s,top .2s!important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
}

.tt_event_hours .event_hour_booking_wrapper {
	margin-top: 1em;
}

.tt_responsive .tt_timetable.small .tt_items_list .value a.event_hour_booking {
	margin-top: 10px;
	float: none;
}

.tt_timetable .event .event_hour_booking_wrapper.on_hover a.event_hour_booking {
}

.tt_timetable .event a.event_hour_booking,.tt_items_list .value a.event_hour_booking {
	background-color: #05bb90;
}

.tt_timetable .event a.event_hour_booking:hover,.tt_items_list .value a.event_hour_booking:hover {
	background-color: #07b38a;
}

.tt_timetable .event a.event_hour_booking.unavailable,.tt_timetable .event:hover a.event_hour_booking.unavailable,.tt_timetable .event a.event_hour_booking.booked,.tt_timetable .event:hover a.event_hour_booking.booked,.tt_responsive .tt_timetable.small .tt_items_list .value a.event_hour_booking.unavailable,.tt_responsive .tt_timetable.small .tt_items_list .value a:hover.event_hour_booking.unavailable,.tt_responsive .tt_timetable.small .tt_items_list .value a.event_hour_booking.booked,.tt_responsive .tt_timetable.small .tt_items_list .value a:hover.event_hour_booking.booked {
	background-color: #eee;
	color: #aaa!important;
	cursor: default;
}

.tt_timetable .event .event_hour_booking_wrapper.on_hover a.event_hour_booking {
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50px;
	top: auto;
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding-top: 16px;
	padding-bottom: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tt_timetable .event.tt_single_event:hover .event_hour_booking_wrapper.on_hover a.event_hour_booking,.tt_timetable .event_container:hover .event_hour_booking_wrapper.on_hover a.event_hour_booking {
	bottom: 0;
}

.tt_timetable .event a.tt_inactive {
	opacity: .5;
}

.tt_timetable .event span.event_hour_places {
	margin-left: 5px;
}

.tt_timetable .event .before_hour_text,.tt_timetable .event .after_hour_text {
	font-size: 13px;
}

.tt_timetable tr {
	background-color: #fff!important;
}

.tt_timetable .row_gray {
	background-color: #f0f0f0!important;
}

.tt_timetable .event:hover,.tt_timetable .event .event_container.tt_tooltip:hover {
	background-color: #1f736a;
}

.tt_timetable .event.tt_tooltip:hover .hours,.tt_timetable .event .event_container.tt_tooltip:hover .hours {
	color: #fff;
}

.tt_timetable .event .hours_container {
	margin: 15px 0;
}

.tt_timetable .event .top_hour {
	margin-top: 15px;
}

.tt_timetable .event .bottom_hour,.event_layout_4 .tt_timetable .event .top_hour {
	margin-bottom: 15px;
}

.tt_timetable .event hr {
	background: #fff;
	border: none;
	height: 1px;
	margin: 0;
	opacity: .4;
}

.tt_timetable.small {
	display: none;
	font-size: 13px;
}

.tt_timetable.small.desktop {
	display: block;
}

.tt_responsive .tt_timetable.small .box_header {
	font-size: 16px!important;
	color: #34495e!important;
	font-family: lato;
}

.rtl .tt_responsive .tt_timetable.small .box_header {
	text-align: right;
}

.tt_responsive .tt_timetable.small .tt_items_list div.event_container {
	width: 302px;
	padding: 0;
}

.tt_responsive .tt_timetable.small.use_colors .tt_items_list div.event_container {
	width: 282px;
}

.tt_responsive .tt_timetable.small .tt_items_list div.value {
	width: 120px;
}

.tt_responsive .tt_timetable.small .tt_items_list a,.tt_responsive .tt_timetable.small .tt_items_list span {
	font-family: lato;
	color: #34495e!important;
	text-decoration: none;
	outline: none;
}

.tt_responsive .tt_timetable.small.use_colors .tt_items_list a,.tt_responsive .tt_timetable.small.use_colors .tt_items_list span {
	color: #fff!important;
}

.rtl .tt_responsive .tt_timetable.small .tt_items_list a,.rtl .tt_responsive .tt_timetable.small .tt_items_list span {
	text-align: right;
}

.tt_responsive .tt_timetable.small .tt_items_list span.event_description {
	color: #6e7a87!important;
}

.tt_responsive .tt_timetable.small.use_colors .tt_items_list span.event_description {
	color: #fff!important;
}

.tt_responsive .tt_timetable.small .tt_items_list span.available_slots,.tt_responsive .tt_timetable.small .tt_items_list span.available_slots span.count {
	color: #ff8400!important;
}

.tt_responsive .tt_timetable.small .tt_items_list a:hover {
	text-decoration: underline;
}

.tt_responsive .tt_timetable.small .tt_items_list .value a.event_hour_booking {
	color: #fff!important;
	padding-left: 5px;
	padding-right: 5px;
	width: auto;
}

.tt_responsive .tt_timetable.small .tt_items_list .value a.event_hour_booking:hover {
	text-decoration: none;
}

.tt_timetable.small .box_header {
	position: relative;
	cursor: pointer;
	margin: 30px 0 0;
}

.tt_timetable.small.use_colors .box_header {
	margin-bottom: 30px;
}

.tt_timetable.small .box_header:first-child {
	margin-top: 0;
}

.tt_timetable.small .box_header:after {
	visibility: visible;
	position: absolute;
	right: 0;
	font-size: 20px;
	line-height: 1;
}

.rtl .tt_timetable.small .box_header:after {
	visibility: visible;
	position: absolute;
	right: auto;
	left: 0;
	font-size: 20px;
	line-height: 1;
}

.tt_timetable.small .plus.box_header:after {
	content: "+";
}

.tt_timetable.small .minus.box_header:after {
	content: "-";
}

h3.box_header.plus+ul.tt_items_list {
	display: none;
}

.tt_tooltip {
	cursor: pointer;
}

.tt_tooltip .tt_tooltip_text {
	display: block;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: 1000;
	left: -19px;
	bottom: 100%;
	line-height: 1;
	text-align: center;
	-webkit-transition-duration: .25s;
	-moz-transition-duration: .25s;
	-o-transition-duration: .25s;
	-ms-transition-duration: .25s;
	transition-duration: .25s;
	-webkit-transition-timing-function: cubic-bezier(.35,0,.35,1);
	-moz-transition-timing-function: cubic-bezier(.35,0,.35,1);
	-o-transition-timing-function: cubic-bezier(.35,0,.35,1);
	-ms-transition-timing-function: cubic-bezier(.35,0,.35,1);
	transition-timing-function: cubic-bezier(.35,0,.35,1);
	-webkit-transition-property: opacity,visibility;
	-moz-transition-property: opacity,visibility;
	-o-transition-property: opacity,visibility;
	-ms-transition-property: opacity,visibility;
	transition-property: opacity,visibility;
}

.rtl .tt_tooltip .tt_tooltip_text {
	left: auto;
}

.tt_tooltip .tt_tooltip_content {
	background: #1f736a;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 7px 10px 10px;
	line-height: 150%;
	font-size: 11px;
	text-align: left;
}

.rtl .tt_tooltip .tt_tooltip_content {
	text-align: right;
}

.tt_tooltip:hover .tt_tooltip_text {
	visibility: visible;
	opacity: 1;
}

.tt_tooltip .tt_tooltip_arrow {
	content: '';
	position: relative;
	border-color: #1f736a transparent;
	border-style: solid;
	border-width: 5px 5px 0;
	bottom: -6px;
	left: 0;
	display: inline;
}

.rtl .tt_tooltip .tt_tooltip_arrow {
	left: auto;
	right: 0;
}

.tt_navigation_wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tt_navigation_cell {
	display: inline-block;
	max-width: 100%;
	margin: 0 30px 30px 0!important;
}

.tt_navigation_cell:nth-child(2) {
	margin-right: 0!important;
}

.rtl .tt_navigation_cell {
	margin: 0 0 30px 30px!important;
}

.tt_navigation_cell:nth-child(2) {
	margin-left: 0!important;
}

.tabs_box_navigation.sf-timetable-menu {
	float: none;
	clear: both;
}

.tabs_box_navigation li:after {
	content: none!important;
}

.tabs_box_navigation.sf-timetable-menu * {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	line-height: 1;
}

.tabs_box_navigation.sf-timetable-menu li.submenu:hover:after {
	background: 0 0;
}

.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected {
	width: 256px;
	height: auto;
	padding: 13px 12px!important;
	background: #00a27c;
	color: #fff;
	cursor: pointer;
	margin: 0!important;
}

.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected:hover {
	background-color: #1f736a;
}

.tabs_box_navigation.sf-timetable-menu li:hover ul,.tabs_box_navigation.sf-timetable-menu li.sfHover ul {
	top: 38px;
	border: 1px solid #1f736a;
}

.sf-timetable-menu {
	padding: 0!important;
	margin: 0 30px 0 0!important;
	list-style: none!important;
}

.rtl .sf-timetable-menu {
	margin: 0 0 0 30px!important;
}

.sf-timetable-menu a {
	text-decoration: none!important;
}

.sf-timetable-menu li,.sf-timetable-menu li:hover,.sf-timetable-menu li.sfHover,.sf-timetable-menu a:focus,.sf-timetable-menu a:hover,.sf-timetable-menu a:active {
	background: #fff;
}

.sf-timetable-menu li:hover a,.sf-timetable-menu li.selected a,.sf-timetable-menu li.current-menu-item a,.sf-timetable-menu li.current-menu-ancestor a {
	color: #fff;
	background: #1f736a;
}

.sf-timetable-menu li ul {
	display: block;
	width: 228px;
	background: #fff;
	border: 1px solid #e8e8e8;
	padding: 0 0 5px!important;
	list-style: none!important;
	margin: 0!important;
}

.sf-timetable-menu li ul.tabs_box_navigation_hidden {
	display: none;
}

.sf-timetable-menu li:hover ul,.sf-timetable-menu li.sfHover ul {
	top: 44px;
}

.sf-timetable-menu li ul li {
	width: 218px;
	height: auto;
	background-color: #fff;
	padding: 0 5px!important;
	list-style: none!important;
	margin: 0!important;
}

.sf-timetable-menu li:hover {
	background: 0 0;
}

.sf-timetable-menu li:hover ul a,.sf-timetable-menu li.submenu:hover ul a {
	display: block;
	width: auto;
	border: none;
	color: #34495e!important;
	background: #fff;
	padding: 12px 14px;
	font-size: 15px;
	font-family: lato,Helvetica,Arial,sans-serif;
	transition: none!important;
}

.sf-timetable-menu li ul li a:hover,.sf-timetable-menu li ul li.selected a:hover {
	background-color: #00a27c;
	color: #fff!important;
	font-weight: 400;
}

.sf-timetable-menu li ul li.selected a {
	background-color: #f0f0f0;
	color: #34495e;
	font-weight: 400;
}

.tt_items_list {
	padding: 0!important;
	margin: 0!important;
	list-style: none!important;
}

.tt_items_list.margin_top {
	margin-top: 8px;
}

.tt_items_list li {
	padding: 12px 0!important;
	margin: 0!important;
	list-style: none!important;
	border-bottom: 1px solid #e0e0e0;
	background-position: 0;
	background-repeat: no-repeat;
	line-height: 120%;
}

.use_colors .tt_items_list li {
	padding: 12px 10px!important;
	background-color: #00a27c;
}

.rtl .tt_items_list li {
	background-position: 0;
}

.tt_items_list li:first-child {
	padding-top: 0;
}

.tt_items_list .event_container {
	float: left;
}

.rtl .tt_items_list .event_container {
	float: right;
}

.tt_items_list a,.tt_items_list span {
	outline: none;
}

.tt_items_list.thin a,.tt_items_list.thin span {
	font-weight: 400;
}

.tt_items_list.thin span.event_description {
	display: block;
	margin-top: 10px;
}

.tt_items_list.thin span.available_slots {
	display: block;
	margin-top: 9px;
	float: none;
}

.tt_items_list.thin a.event_hour_booking.tt_inactive {
	opacity: .5;
}

.tt_items_list .value {
	float: right;
	text-align: right;
	color: #34495e;
}

.use_colors .tt_items_list .value {
	color: #fff;
}

.tt_items_list .value a.event_hour_booking {
	display: block;
	text-align: center;
}

.rtl .tt_items_list .value {
	float: left;
}

.tt_items_list.opening_hours li span,.tt_items_list.opening_hours .value {
	color: #fff;
}

.tt_items_list.opening_hours li {
	border-color: #4468b2;
}

.home_box .tt_items_list li:first-child {
	padding-top: 12px;
}

.tt_items_list li a {
	border: none;
}

.tt_items_list li a:hover {
	text-decoration: underline;
}

.tt-ui-tabs-hide {
	display: none;
}

.tt_tabs .ui-tabs-panel p {
	padding: 24px 0 25px;
}

.tt_tabs_navigation,.ui-tabs .tt_tabs_navigation {
	float: left!important;
	clear: both;
	vertical-align: bottom;
	width: auto!important;
	padding: 0;
	margin: 0;
	list-style: none!important;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	background: 0 0!important;
	border: none!important;
}

.rtl .tt_tabs_navigation,.rtl .ui-tabs .tt_tabs_navigation {
	float: right!important;
}

.tt_tabs_navigation li,.ui-tabs .tt_tabs_navigation li {
	float: left;
	margin: 0 20px 0 0!important;
	padding: 0!important;
	font-size: 18px!important;
	background: 0 0!important;
	border: none!important;
	list-style: none!important;
}

.rtl .tt_tabs_navigation li,.rtl .ui-tabs .tt_tabs_navigation li {
	float: right;
	margin: 0 0 0 20px!important;
}

.tt_tabs_navigation li:last-child {
	margin-right: 0!important;
}

.rtl .tt_tabs_navigation li:last-child {
	margin-left: 0!important;
}

.tt_tabs_navigation li a {
	width: auto!important;
	display: block;
	text-align: center;
	color: #666!important;
	padding: 8px 0!important;
	border: none!important;
	border-bottom: 1px solid #e5e5e5!important;
	line-height: normal;
	outline: none;
	text-decoration: none;
	font-size: 15px!important;
	font-family: lato,Helvetica,Arial,sans-serif;
	transition: none!important;
	margin-bottom: 1px;
}

.tt_tabs_navigation li a:hover,.tt_tabs_navigation li a.selected,.tt_tabs_navigation li.ui-tabs-active a {
	border-bottom-width: 3px!important;
	padding-bottom: 7px!important;
	border-color: #00a27c!important;
	color: #000!important;
	margin-bottom: 0;
}

.sf-timetable-menu a:hover,.tt_tabs_navigation li a:hover,.tt_tabs_navigation li a:focus,.tt_tabs_navigation li a:active {
	text-decoration: none;
}

.tabs_box_navigation.sf-timetable-menu {
	float: left;
	clear: none;
	font-family: lato,Helvetica,Arial,sans-serif;
	font-size: 18px;
}

.rtl .tabs_box_navigation.sf-timetable-menu {
	float: right;
}

.tabs_box_navigation.sf-timetable-menu li.submenu:hover:after {
	background: 0 0;
}

.tabs_box_navigation .tabs_box_navigation_icon {
	float: right;
	background: url(../../themes/img/arrow_menu_expand.png)no-repeat;
	width: 11px;
	height: 11px;
	margin-top: 3px;
}

.rtl .tabs_box_navigation .tabs_box_navigation_icon {
	float: left;
}

.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected {
	width: 190px;
	height: auto;
	padding: 15px 19px!important;
	margin: 0!important;
	list-style: none!important;
	color: #fff;
	cursor: pointer;
	border: 1px solid #00a27c;
}

.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected:hover {
	background-color: #fff;
	color: #34495e;
	box-shadow: 0 6px 8px rgba(0,0,0,.1);
	border: 1px solid rgba(0,0,0,.1);
}

.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected:hover .tabs_box_navigation_icon {
	background-position: 0 -11px;
}

.rtl .tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected:hover .tabs_box_navigation_icon {
	background-position: 0 -11px;
}

.tabs_box_navigation.sf-timetable-menu li:hover ul,.tabs_box_navigation.sf-timetable-menu li.sfHover ul {
	top: 48px!important;
	left: -1px;
	box-shadow: 0 6px 8px rgba(0,0,0,.1);
	border: 1px solid rgba(0,0,0,.1);
	border-top: none;
}

.rtl .tabs_box_navigation.sf-timetable-menu li:hover ul,.tabs_box_navigation.sf-timetable-menu li.sfHover ul {
	left: auto;
	right: -1px;
}

.tabs_box_navigation label {
	display: inline!important;
	font-size: 18px!important;
	font-weight: 400!important;
}

.tabs_box_navigation_hidden {
	display: none;
}

form.tt_generate_pdf {
	display: block;
	float: right;
}

form.tt_generate_pdf textarea.tt_pdf_html {
	display: none;
}

form.tt_generate_pdf input[type=submit] {
	background-image: none;
	background-color: #00a27c;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	font-family: lato,Helvetica,Arial,sans-serif;
	padding: 13px 20px;
	-webkit-transition: background-color .2s,bottom .2s!important;
	-moz-transition: background-color .2s,bottom .2s!important;
	-o-transition: background-color .2s,bottom .2s!important;
	transition: background-color .2s,bottom .2s!important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
}

form.tt_generate_pdf input[type=submit]:hover {
	background-color: #07b38a;
}

.tt_booking_overlay {
	position: absolute;
	background-color: rgba(85,85,85,.2);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999998;
}

.tt_booking {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	z-index: 999999;
	width: 500px;
	background-color: #fff;
	margin: 0 50px;
	overflow: hidden;
	font-family: lato,Helvetica,Arial,sans-serif;
	text-align: center;
	-webkit-box-shadow: 0 20px 30px -5px rgba(0,0,0,.15);
	-moz-box-shadow: 0 20px 30px -5px rgba(0,0,0,.15);
	box-shadow: 0 20px 30px -5px rgba(0,0,0,.15);
}

.tt_booking,.tt_booking * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.tt_booking .tt_booking_message {
	margin: 40px 20px 37px;
}

.tt_center {
	text-align: center;
}

.tt_booking .tt_booking_message h2 {
	font-family: lato,Helvetica,Arial,sans-serif;
	font-size: 24px;
	line-height: 36px;
	color: #111;
	color: #333;
	margin: 0 0 25px;
	font-weight: 400;
}

.tt_booking .tt_booking_message p {
	color: #34495e;
	color: #666;
	font-size: 16px;
	margin: 33px 10px 0;
	line-height: 24px;
	padding: 0;
	font-weight: 400;
}

.tt_booking .tt_booking_message p.error-info {
	margin-top: 20px;
	margin-bottom: 0;
}

.tt_booking p:empty {
	display: none;
}

.tt_booking .event_details_wrapper {
	padding: 14px 13px 15px;
	border: 1px solid #e9e9e9;
	margin: 0 10px;
}

.tt_booking p.event_details {
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	color: #333;
	font-weight: 400;
}

.tt_booking p.event_details.bold {
	font-weight: 700;
}

.tt_booking a {
	font-size: 16px;
	font-weight: 400;
	color: #27ae61;
	text-decoration: none;
}

.tt_booking a:hover {
	cursor: pointer;
	text-decoration: none;
	color: #27ae61;
}

.tt_booking .tt_btn_wrapper {
	margin-top: 35px;
}

.tt_booking a.tt_btn {
	display: inline-block;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	font-size: 16px;
	min-width: 160px;
	margin: 0 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s;
}

.tt_booking a.tt_btn.book,.tt_booking a.tt_btn.login,.tt_booking a.tt_btn.continue {
	background-color: #27ae61;
	color: #fff;
}

.tt_booking a.tt_btn:hover {
	background-color: #239c57;
}

.tt_booking a.tt_btn.cancel {
	background-color: #eee;
	color: #333;
}

.tt_booking a.tt_btn.cancel:hover {
	background-color: #e5e5e5;
}

.tt_booking form.tt_booking_form {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 35px 0 -15px;
}

.tt_booking form.tt_booking_form .tt_field_wrapper {
	flex-grow: 1;
	flex-basis: 191px;
	text-align: left;
	border: none;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 15px;
	margin: 0 10px 15px;
}

.tt_booking form.tt_booking_form .tt_field_wrapper.wide {
	flex-basis: 100%;
}

.tt_booking form.tt_booking_form .tt_field_wrapper.terms_checkbox_wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	border-bottom: 0;
}

.tt_booking form.tt_booking_form .tt_field_wrapper label {
	text-transform: uppercase;
	color: #999;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	display: block;
	margin: 0;
	padding: 0;
}

.tt_booking form.tt_booking_form .tt_field_wrapper .tt_field {
	width: 100%;
	border: 0;
	outline: none;
	font-family: lato,Helvetica,Arial,sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	color: #333;
	display: inline-block;
	padding: 8px 0 15px;
	margin: 0;
}

.tt_booking form.tt_booking_form .tt_field_wrapper .tt_field[type=checkbox] {
	width: auto;
	cursor: pointer;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

.tt_booking form.tt_booking_form .tt_field_wrapper .tt_field[type=checkbox]+label {
	cursor: pointer;
	margin-left: 10px;
}

.tt_booking form.tt_booking_form .tt_field_wrapper .tt_field[type=checkbox]+label a {
	font-size: 12px;
}

.tt_booking form.tt_booking_form .tt_field_wrapper textarea.tt_field {
	resize: none;
	height: 83px;
}

.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper {
	width: 100%;
}

.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper input[type=number].tt_field {
	width: 138px;
	appearance: textfield;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
}

.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper input[type=number].tt_field::-webkit-inner-spin-button,.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper input[type=number].tt_field::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper {
	float: right;
}

.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper input[type=button] {
	float: right;
	border: none;
	display: inline-block;
	width: 25px;
	background-color: #e9e9e9;
	cursor: pointer;
	margin-left: 5px;
	margin-top: 11px;
	padding: 0;
	color: #333;
	font-size: 17px;
	font-family: Arial;
	-webkit-appearance: none;
}

.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper input[type=button]:focus {
	outline: none;
}

.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper input[type=button].tt_slots_number_minus {
	margin-left: 0;
	padding-top: 11px;
	padding-bottom: 13px;
	line-height: 1px;
}

.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper input[type=button].tt_slots_number_plus {
	padding-top: 10px;
	padding-bottom: 8px;
	line-height: 7px;
}

.tt_preloader {
	margin: 50px auto;
	width: 70px;
	text-align: center;
}

.tt_preloader>div {
	width: 18px;
	height: 18px;
	background-color: #e5e5e5;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.tt_preloader .bounce1 {
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s;
}

.tt_preloader .bounce2 {
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s;
}

.qtip-default {
	background: 0 0;
	border-color: transparent;
}

.qtip.tt-qtip2 {
	z-index: 9999999!important;
}

.qtip.tt-qtip2 .qtip-content {
	border: none;
	padding: 7px 10px 10px;
	line-height: 150%;
}

.qtip.tt-qtip2.ui-tooltip-success .qtip-content {
	background-color: #00a27c;
}

.qtip.tt-qtip2.ui-tooltip-error .qtip-content {
	background-color: #f0acb0;
}

.qtip.tt-qtip2 .qtip-content h2,.qtip.tt-qtip2 .qtip-content p {
	color: #fff;
	margin: 0;
	padding: 0;
}

.qtip.tt-qtip2 .qtip-content h2 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 2px;
}

.qtip.tt-qtip2 .qtip-content p {
	font-size: 11px;
}

@-webkit-keyframes sk-bouncedelay {
	0%,80%,100% {
		-webkit-transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
	}
}

@keyframes sk-bouncedelay {
	0%,80%,100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.tt_event_padding_top_0 {
	padding-top: 0!important;
}

.tt_event_padding_bottom_0 {
	padding-bottom: 0!important;
}

.tt_event_padding_0 {
	padding: 0!important;
}

.tt_event_margin_top_13 {
	margin-top: 13px!important;
}

.tt_event_margin_top_27 {
	margin-top: 27px!important;
}

.tt_event_theme_page * {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.tt_event_theme_page {
	width: 930px;
	background: #fff;
	padding: 30px;
	margin: 0 auto 30px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.tt_event_page_left {
	float: left;
	width: 630px;
}

.rtl .tt_event_page_left {
	float: right;
}

.tt_event_page_right {
	float: right;
	width: 270px;
}

.rtl .tt_event_page_right {
	float: left;
}

.tt_event_page_left .attachment-event-post-thumb {
	margin-bottom: 17px;
}

.tt_event_theme_page h2,.tt_event_theme_page h3,.tt_event_theme_page h4,.tt_event_theme_page h5 {
	font-family: lato;
	line-height: 120%;
	color: #34495e;
	margin: 0;
	padding: 0;
}

.tt_event_theme_page h2 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 5px;
}

.tt_event_theme_page h3 {
	font-size: 29px;
	font-weight: 700;
}

.tt_event_theme_page h4 {
	font-size: 24px;
	font-weight: 400;
}

.tt_event_theme_page h5 {
	font-size: 18px;
	font-weight: 400;
	line-height: 140%;
}

.tt_event_hours_count {
	color: #798795;
	margin-left: 5px;
	font-weight: 400;
}

.rtl .tt_event_hours_count {
	margin-left: 0;
	margin-right: 5px;
}

.tt_event_theme_page p {
	font-size: 15px;
	font-family: lato;
	font-weight: 400;
	color: #34495e;
	margin: 0;
	padding: 1em 0;
	line-height: 140%;
}

.tt_event_theme_page .textwidget p:first-child {
	margin-top: 30px;
}

.tt_event_theme_page .textwidget p {
	padding: 0;
}

.tt_event_items_list {
	list-style: none;
	padding: 20px 0;
	margin: 0;
}

.tt_event_items_list li {
	background: url(../../themes/img/bullet.png)0 no-repeat;
	padding-left: 20px;
	font-size: 15px;
	font-family: lato;
	font-weight: 400;
	color: #34495e;
	line-height: 160%;
}

.rtl .tt_event_items_list li {
	background-position: 100%;
	padding-left: 0;
	padding-right: 20px;
}

.tt_event_items_list li.type_info {
	background: 0 0;
	padding: 0;
	border-bottom: 1px solid #efefef;
	padding: 8px 0;
}

.tt_event_items_list li label {
	float: left;
	width: 115px;
	font-weight: 700!important;
	font-size: 15px!important;
}

.rtl .tt_event_items_list li label {
	float: right;
}

.tt_event_items_list li .tt_event_text {
	float: left;
	width: 185px;
}

.rtl .tt_event_items_list li .tt_event_text {
	float: right;
}

.tt_event_columns {
}

.tt_event_column_left,.tt_event_column_right {
	width: 300px;
}

.tt_event_column_left {
	float: left;
	margin-right: 30px;
}

.rtl .tt_event_column_left {
	float: right;
	margin-right: 0;
	margin-left: 30px;
}

.tt_event_column_right {
	float: right;
}

.rtl .tt_event_column_right {
	float: left;
}

.tt_event_hours {
	clear: both;
	padding: 0;
	margin: 0;
	list-style: none;
}

.tt_event_hours li {
	float: left;
	width: 246px;
	border: 1px solid #efefef;
	border-left: 3px solid #00a27c;
	margin: 0 30px 30px 0;
	padding: 15px 25px;
}

.rtl .tt_event_hours li {
	float: right;
	margin: 0 0 30px 30px;
	border-left: 1px solid #efefef;
	border-right: 3px solid #00a27c;
}

.tt_event_hours li.event_hours_right {
	margin-right: 0;
}

.rtl .tt_event_hours li.event_hours_right {
	margin-left: 0;
}

.tt_event_url {
	font-size: 14px;
	text-decoration: none;
	border: none;
	display: inline-block;
	background: #f0f0f0;
	padding: 12px 25px 13px;
	margin: 0 10px 10px 0;
	color: #444;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	-webkit-transition: background-color .2s,color .2s;
	-moz-transition: background-color .2s,color .2s;
	-o-transition: background-color .2s,color .2s;
	transition: background-color .2s,color .2s;
}

a.tt_event_url:hover,.tt_event_url.active {
	background: #353c40;
	color: #fff;
}

.tt_event_theme_page .tt_event_url {
	margin: 0;
}

.tt_upcoming_events_wrapper {
	clear: both;
	float: left;
	width: 100%;
}

.rtl .tt_upcoming_events_wrapper {
	float: right;
}

.tt_upcoming_events_wrapper .caroufredsel_wrapper {
	margin: 0!important;
	overflow: hidden;
	width: 100%!important;
}

.tt_upcoming_events_wrapper * {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

.tt_upcoming_events_wrapper p.message {
	padding: 0;
}

.tt_upcoming_events {
	padding: 0!important;
	margin: 0!important;
	list-style: none!important;
	border-radius: 0!important;
	box-shadow: none!important;
	border: none!important;
}

.tt_upcoming_events li {
	width: 270px;
	padding: 0 0 10px!important;
	margin: 0!important;
	border: none!important;
	list-style: none!important;
	background: 0 0!important;
}

.tt_upcoming_events li:before,.tt_upcoming_events li:after {
	content: none!important;
	background: 0 0!important;
	border: none!important;
}

.tt_upcoming_events li .tt_upcoming_events_event_container {
	display: block!important;
	border: 1px solid #efefef;
	border-left: 3px solid #00a27c;
	background-color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	color: #34495e;
	font-family: lato;
	font-size: 14px;
	font-weight: 700;
	line-height: 140%;
	height: 40px;
	overflow: hidden;
	outline: none;
	transition: none!important;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

.rtl .tt_upcoming_events li .tt_upcoming_events_event_container {
	border-left: 1px solid #efefef;
	border-right: 3px solid #00a27c;
	text-align: right;
}

.tt_upcoming_events li .tt_upcoming_events_event_container:hover {
	background: #00a27c;
	color: #fff;
	height: auto;
	overflow: visible;
	border-top: 1px solid #00a27c;
	border-bottom: 1px solid #00a27c;
	border-right: 1px solid #00a27c;
}

.rtl .tt_upcoming_events li .tt_upcoming_events_event_container:hover {
	border-right: 0 solid #00a27c;
	border-left: 1px solid #00a27c;
}

.tt_upcoming_events li .tt_upcoming_events_event_container .tt_upcoming_events_arrow {
	display: block;
	float: right;
	width: 11px;
	height: 11px;
	background: url(../../themes/img/arrow_widget_expand.png)no-repeat;
	margin-top: 13px;
}

.rtl .tt_upcoming_events li .tt_upcoming_events_event_container .tt_upcoming_events_arrow {
	float: left;
}

.tt_upcoming_events li .tt_upcoming_events_event_container:hover .tt_upcoming_events_arrow {
	background-position: 0 -11px;
}

.tt_upcoming_events li .tt_upcoming_events_event_container .tt_upcoming_events_hours {
	display: block;
	font-weight: 400;
	font-size: 13px;
}

.tt_upcoming_events li .tt_upcoming_events_event_container img.wp-post-image {
	max-width: 100%;
	height: auto;
	margin-top: 10px;
}

.tt_calendar_icon {
	display: block;
	float: left;
	width: 11px;
	height: 11px;
	background: url(../../themes/img/calendar.png)no-repeat;
	margin-right: 8px;
	margin-top: 5px;
}

.rtl .tt_calendar_icon {
	float: right;
	margin-right: 0;
	margin-left: 8px;
}

.tt_upcoming_events li .tt_upcoming_events_event_container:hover .tt_calendar_icon {
	background-position: 0 -11px;
}

.tt_upcoming_events li .tt_upcoming_events_event_container .tt_event_hours_description {
	display: block;
	font-size: 13px;
	margin-top: 10px;
	font-weight: 400;
}

.tt_upcoming_event_controls a {
	border: 1px solid #efefef;
	display: block;
	float: left;
	padding: 6px;
	outline: none;
}

.rtl .tt_upcoming_event_controls a {
	float: right;
}

.tt_upcoming_event_controls a#upcoming_event_prev {
	margin-right: 2px;
}

.rtl .tt_upcoming_event_controls a#upcoming_event_prev {
	margin-right: 0;
	margin-left: 2px;
}

.tt_upcoming_event_controls span {
	display: block;
	width: 11px;
	height: 11px;
}

.tt_upcoming_event_controls .tt_upcoming_event_prev_arrow {
	background: url(../../themes/img/arrow_scroll_up.png)no-repeat;
}

.tt_upcoming_event_controls .tt_upcoming_event_next_arrow {
	background: url(../../themes/img/arrow_scroll_down.png)no-repeat;
}

.tt_upcoming_event_controls a:hover {
	border-color: #00a27c;
	background-color: #00a27c;
}

.tt_upcoming_event_controls a:hover span {
	background-position: 0 -11px;
}

.timetable_sidebar_box {
	clear: both;
	margin-top: 50px;
}

.timetable_sidebar_box:first-child {
	margin-top: 0;
}

.page_margin_top {
	margin-top: 30px;
}

.tt_event_responsive_image,.tt_event_page_left .attachment-event-post-thumb {
	width: 100%;
	height: auto;
}

@media screen and (max-width:1009px) {
	.tt_event_theme_page .textwidget p:first-child {
		margin-top: 23px;
	}

	.tt_event_theme_page h2 {
		font-size: 30px;
	}

	.tt_event_theme_page h3 {
		font-size: 22px;
	}

	.tt_event_theme_page h4 {
		font-size: 18px;
	}

	.tt_event_theme_page h5 {
		font-size: 16px;
	}

	.tt_event_theme_page p,.tt_event_items_list li {
		font-size: 14px;
	}

	.tt_event_theme_page {
		padding: 20px;
		width: 710px;
	}

	.tt_event_page_left {
		width: 480px;
	}

	.tt_event_page_right {
		width: 210px;
	}

	.tt_event_column_left {
		margin-right: 10px;
	}

	.rtl .tt_event_column_left {
		margin-right: 0;
		margin-left: 10px;
	}

	.tt_event_column_left,.tt_event_column_right {
		width: 235px;
	}

	.tt_event_hours li {
		width: 184px;
		margin: 0 23px 23px 0;
		padding: 15px 20px;
	}

	.rtl .tt_event_hours li {
		margin: 0 0 23px 23px;
	}

	.tt_upcoming_events li {
		width: 210px;
	}

	.tt_upcoming_events li a {
		padding: 10px;
	}

	.tt_event_items_list li.type_info {
		padding: 5px 0;
	}

	.tt_event_margin_top_27 {
		margin-top: 20px!important;
	}

	.tt_event_theme_page h3 {
		margin-top: 15px;
	}

	.tt_responsive .tt_timetable th,.tt_responsive .tt_timetable .event_container,.tt_responsive .tt_tooltip .tt_tooltip_content {
		padding: 4px 4px 5px;
	}

	.tt_responsive .tt_timetable td {
		height: 18px;
	}

	.tt_timetable .event span.available_slots+.event_hour_booking_wrapper.always {
		margin-bottom: 0;
	}

	.tt_timetable td .event_hour_booking_wrapper.always {
		margin-bottom: 0;
	}

	.tt_timetable td.tt_single_event .event_hour_booking_wrapper.always {
		padding: 0 4px;
		margin-bottom: 5px;
	}

	.timetable_sidebar_box {
		margin-top: 40px;
	}
}

@media screen and (max-width:767px) {
	.tt_event_theme_page,.tt_event_page_left,.tt_event_page_right,.tt_upcoming_events li {
		width: 422px;
	}

	.tt_event_page_right {
		margin-top: 50px;
	}

	.tt_event_column_left,.tt_event_column_right {
		width: 206px;
	}

	.tt_event_hours li {
		width: 368px;
		margin: 0 0 23px;
		padding: 15px 25px;
	}

	.tt_event_hours li:last-child {
		margin-bottom: 0;
	}

	.tt_upcoming_events li a {
		padding: 10px 20px;
	}

	.tt_responsive .tt_timetable {
		display: none;
	}

	.tt_responsive .tt_timetable.small {
		display: block;
	}

	.tt_double_buttons .tt_navigation_cell:first-child {
		margin: 0 0 10px!important;
		width: 100%;
	}

	.tt_double_buttons .tt_navigation_cell:last-child {
		margin: 0 0 30px!important;
	}

	.tt_tabs .tt_navigation_cell:first-child {
		margin: 0 0 30px!important;
	}

	.tt_double_buttons .sf-timetable-menu:first-of-type {
		margin-right: 10px!important;
	}

	.tt_double_buttons .sf-timetable-menu:last-of-type {
		margin-right: 0!important;
	}

	.rtl .tt_double_buttons .sf-timetable-menu:first-of-type {
		margin-left: 10px!important;
		margin-right: 0!important;
	}

	.rtl .tt_double_buttons .sf-timetable-menu:last-of-type {
		margin-left: 0!important;
	}

	.tt_double_buttons .tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected {
		padding: 15px!important;
		width: 174px;
	}

	.tt_double_buttons .sf-timetable-menu li ul {
		width: 204px;
	}

	.tt_double_buttons .sf-timetable-menu li ul li {
		width: 194px;
	}

	.tt_double_buttons .tabs_box_navigation label {
		font-size: 16px!important;
	}

	.tt_booking .tt_booking_message_wrapper {
		width: auto;
	}

	.tt_booking .tt_booking_message {
		margin: 10px 10px 15px;
	}

	.tt_booking .tt_booking_message h2 {
		font-size: 22px;
		line-height: 33px;
		margin-bottom: 12px;
	}

	.tt_booking .tt_booking_message p {
		font-size: 14px;
		line-height: 21px;
		margin-top: 15px;
	}

	.tt_booking .event_details_wrapper {
		padding: 9px 13px 10px;
	}

	.tt_booking p.event_details {
		margin-top: 0;
		margin-bottom: 0;
	}

	.tt_booking a {
		font-size: 14px;
		line-height: 21px;
	}

	.tt_booking .tt_btn_wrapper {
		margin-top: 15px;
	}

	.tt_booking a.tt_btn {
		min-width: 150px;
	}

	.tt_event_url {
		padding: 12px;
		font-size: 13px;
	}

	.tt_booking form.tt_booking_form {
		margin-top: 15px;
	}

	.tt_booking form.tt_booking_form .tt_field_wrapper .tt_field {
		font-size: 14px;
		line-height: 21px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.tt_booking form.tt_booking_form .tt_field_wrapper textarea.tt_field {
		height: 64px;
	}

	.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper input[type=button] {
		margin-top: 0;
	}
}

@media screen and (max-width:479px) {
	.tt_event_theme_page,.tt_event_page_left,.tt_event_page_right,.tt_upcoming_events li,.tt_event_column_left,.tt_event_column_right {
		width: 280px;
	}

	.tt_event_hours li {
		width: 236px;
		padding: 15px 20px;
	}

	.tt_event_theme_page {
		padding: 10px;
	}

	.tt_event_column_left {
		margin-right: 0;
	}

	.rtl .tt_event_column_left {
		margin-left: 0;
	}

	.tt_event_column_right {
		margin-top: 23px;
	}

	.tt_event_column_left .tt_event_items_list {
		padding-bottom: 0;
	}

	.tt_responsive .tt_timetable.small .tt_items_list div.event_container {
		width: 148px;
	}

	.tt_responsive .tt_timetable.small .tt_items_list div.value {
		width: 112px;
	}

	.tt_responsive .tt_timetable.small.use_colors .tt_items_list li {
		padding: 12px 5px!important;
	}

	.tt_responsive .tt_timetable.small.use_colors .tt_items_list div.event_container {
		width: 138px;
	}

	.tt_responsive .tt_timetable.small .box_header {
		font-size: 14px!important;
	}

	.tt_navigation_cell {
		margin-right: 0!important;
	}

	.tt_navigation_cell:first-child {
		margin-bottom: 10px!important;
		width: 100%;
	}

	.tt_navigation_cell:last-child {
		margin-bottom: 30px!important;
	}

	.tt_responsive.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected {
		width: 220px;
	}

	.tt_responsive.tabs_box_navigation.sf-timetable-menu li ul {
		width: 258px;
	}

	.sf-timetable-menu li ul li {
		width: 248px;
	}

	.tt_double_buttons .tabs_box_navigation,.tt_double_buttons .sf-timetable-menu:first-of-type {
		margin-right: 0!important;
	}

	.rtl .tt_double_buttons .tabs_box_navigation,.rtl .tt_double_buttons .sf-timetable-menu:first-of-type {
		margin-right: 0!important;
		margin-left: 0!important;
	}

	.tt_double_buttons .sf-timetable-menu:first-of-type {
		margin-bottom: 10px!important;
	}

	.tt_double_buttons .tt_responsive.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected {
		width: 220px;
		padding: 15px 19px!important;
	}

	.tt_double_buttons .tt_responsive.tabs_box_navigation.sf-timetable-menu li ul {
		width: 258px;
	}

	.tt_double_buttons .sf-timetable-menu li ul li {
		width: 248px;
	}

	.tt_double_buttons .tabs_box_navigation label {
		font-size: 18px!important;
	}

	.tt_booking .tt_booking_message h2 {
		font-size: 20px;
		line-height: 30px;
	}

	.tt_booking p.event_details {
		font-size: 14px;
		line-height: 22px;
	}

	.tt_booking p {
		margin-top: 0;
		margin-bottom: 0;
	}

	.tt_booking .tt_btn_wrapper {
		margin-top: 10px;
		margin-bottom: 15px;
	}

	.tt_booking a.tt_btn {
		font-size: 14px;
		min-width: 110px;
		padding-left: 10px;
		padding-right: 10px;
		margin: 10px 5px 0;
	}
}

@media screen and (max-height:479px) {
	.tt_booking .tt_booking_message_wrapper {
		margin-top: 0;
		margin-bottom: 0;
	}
}

:root {
	--woocommerce: #a46497;
	--wc-green: #7ad03a;
	--wc-red: #a00;
	--wc-orange: #ffba00;
	--wc-blue: #2ea2cc;
	--wc-primary: #a46497;
	--wc-primary-text: white;
	--wc-secondary: #ebe9eb;
	--wc-secondary-text: #515151;
	--wc-highlight: #77a464;
	--wc-highligh-text: white;
	--wc-content-bg: #fff;
	--wc-subtext: #767676;
}

.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button {
	float: right;
}

.woocommerce .col2-set,.woocommerce-page .col2-set {
	width: 100%;
}

.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before {
	content: " ";
	display: table;
}

.woocommerce .col2-set::after,.woocommerce-page .col2-set::after {
	clear: both;
}

.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1 {
	float: left;
	width: 48%;
}

.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2 {
	float: right;
	width: 48%;
}

.woocommerce img,.woocommerce-page img {
	height: auto;
	max-width: 100%;
}

.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images {
	float: left;
	width: 48%;
}

.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before {
	content: " ";
	display: table;
}

.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after {
	clear: both;
}

.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a {
	float: left;
	width: 30.75%;
	margin-right: 3.8%;
	margin-bottom: 1em;
}

.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last {
	margin-right: 0;
}

.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first {
	clear: both;
}

.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a {
	width: 100%;
	margin-right: 0;
	float: none;
}

.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a {
	width: 48%;
}

.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a {
	width: 22.05%;
}

.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a {
	width: 16.9%;
}

.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary {
	float: right;
	width: 48%;
	clear: none;
}

.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs {
	clear: both;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before {
	content: " ";
	display: table;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after {
	clear: both;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
	display: inline-block;
}

.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before {
	content: " ";
	display: table;
}

.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after {
	clear: both;
}

.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img {
	float: right;
	height: auto;
}

.woocommerce ul.products,.woocommerce-page ul.products {
	clear: both;
}

.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before {
	content: " ";
	display: table;
}

.woocommerce ul.products::after,.woocommerce-page ul.products::after {
	clear: both;
}

.woocommerce ul.products li.product,.woocommerce-page ul.products li.product {
	float: left;
	margin: 0 3.8% 2.992em 0;
	padding: 0;
	position: relative;
	width: 22.05%;
	margin-left: 0;
}

.woocommerce ul.products li.first,.woocommerce-page ul.products li.first {
	clear: both;
}

.woocommerce ul.products li.last,.woocommerce-page ul.products li.last {
	margin-right: 0;
}

.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product {
	width: 100%;
	margin-right: 0;
}

.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product {
	width: 48%;
}

.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product {
	width: 30.75%;
}

.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product {
	width: 16.95%;
}

.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product {
	width: 13.5%;
}

.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product {
	width: 100%;
	margin-right: 0;
}

.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product {
	width: 48%;
}

.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product {
	width: 30.75%;
}

.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product {
	width: 16.95%;
}

.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product {
	width: 13.5%;
}

.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count {
	float: left;
}

.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering {
	float: right;
}

.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before {
	content: " ";
	display: table;
}

.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after {
	clear: both;
}

.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li {
	display: inline-block;
}

.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img {
	height: auto;
}

.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions {
	text-align: right;
}

.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text {
	width: 80px;
}

.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon {
	float: left;
}

.woocommerce #content table.cart td.actions .coupon label,.woocommerce table.cart td.actions .coupon label,.woocommerce-page #content table.cart td.actions .coupon label,.woocommerce-page table.cart td.actions .coupon label {
	display: none;
}

.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals {
	width: 100%;
}

.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before {
	content: " ";
	display: table;
}

.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after {
	clear: both;
}

.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related {
	width: 30.75%;
	float: left;
}

.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells {
	width: 48%;
	float: left;
}

.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products {
	float: none;
}

.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li {
	width: 48%;
}

.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator {
	width: 48%;
	clear: right;
	float: right;
}

.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before {
	content: " ";
	display: table;
}

.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after {
	clear: both;
}

.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
	width: 47%;
}

.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals {
	float: right;
	width: 48%;
}

.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before {
	content: " ";
	display: table;
}

.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after {
	clear: both;
}

.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img {
	float: right;
	height: auto;
}

.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before {
	content: " ";
	display: table;
}

.woocommerce form .form-row::after,.woocommerce-page form .form-row::after {
	clear: both;
}

.woocommerce form .form-row label,.woocommerce-page form .form-row label {
	display: block;
}

.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox {
	display: inline;
}

.woocommerce form .form-row select,.woocommerce-page form .form-row select {
	width: 100%;
}

.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text {
	box-sizing: border-box;
	width: 100%;
}

.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last {
	width: 47%;
	overflow: visible;
}

.woocommerce form .form-row-first,.woocommerce-page form .form-row-first {
	float: left;
}

.woocommerce form .form-row-last,.woocommerce-page form .form-row-last {
	float: right;
}

.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide {
	clear: both;
}

.woocommerce form .password-input,.woocommerce-page form .password-input {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password] {
	padding-right: 2.5rem;
}

.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal {
	display: none;
}

.woocommerce form .show-password-input,.woocommerce-page form .show-password-input {
	position: absolute;
	right: .7em;
	top: .7em;
	cursor: pointer;
}

.woocommerce form .show-password-input::after,.woocommerce-page form .show-password-input::after {
	font-family: WooCommerce;
	speak: never;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-left: .618em;
	content: "\e010";
	text-decoration: none;
}

.woocommerce form .show-password-input.display-password::after,.woocommerce-page form .show-password-input.display-password::after {
	color: #585858;
}

.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select {
	width: auto;
}

.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions {
	text-align: left;
	padding: 0 1em 0 0;
	float: left;
}

.woocommerce #payment #place_order,.woocommerce-page #payment #place_order {
	float: right;
}

.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before {
	content: " ";
	display: table;
}

.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after {
	clear: both;
}

.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions {
	margin-bottom: 1.618em;
	padding: 1.618em;
}

.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed {
	position: relative;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	float: left;
	width: 30%;
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: right;
	width: 68%;
}

.woocommerce-page.left-sidebar #content.twentyeleven {
	width: 58.4%;
	margin: 0 7.6%;
	float: right;
}

.woocommerce-page.right-sidebar #content.twentyeleven {
	margin: 0 7.6%;
	width: 58.4%;
	float: left;
}

.twentyfourteen .tfwc {
	padding: 12px 10px 0;
	max-width: 474px;
	margin: 0 auto;
}

.twentyfourteen .tfwc .product .entry-summary {
	padding: 0!important;
	margin: 0 0 1.618em!important;
}

.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
	margin-top: 0;
}

@media screen and (min-width:673px) {
	.twentyfourteen .tfwc {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media screen and (min-width:1040px) {
	.twentyfourteen .tfwc {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media screen and (min-width:1110px) {
	.twentyfourteen .tfwc {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media screen and (min-width:1218px) {
	.twentyfourteen .tfwc {
		margin-right: 54px;
	}

	.full-width .twentyfourteen .tfwc {
		margin-right: auto;
	}
}

.twentyfifteen .t15wc {
	padding-left: 7.6923%;
	padding-right: 7.6923%;
	padding-top: 7.6923%;
	margin-bottom: 7.6923%;
	background: #fff;
	box-shadow: 0 0 1px rgba(0,0,0,.15);
}

.twentyfifteen .t15wc .page-title {
	margin-left: 0;
}

@media screen and (min-width:38.75em) {
	.twentyfifteen .t15wc {
		margin-right: 7.6923%;
		margin-left: 7.6923%;
		margin-top: 8.3333%;
	}
}

@media screen and (min-width:59.6875em) {
	.twentyfifteen .t15wc {
		margin-left: 8.3333%;
		margin-right: 8.3333%;
		padding: 10%;
	}

	.single-product .twentyfifteen .entry-summary {
		padding: 0!important;
	}
}

.twentysixteen .site-main {
	margin-right: 7.6923%;
	margin-left: 7.6923%;
}

.twentysixteen .entry-summary {
	margin-right: 0;
	margin-left: 0;
}

#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary {
	width: 46.42857%;
}

@media screen and (min-width:44.375em) {
	.twentysixteen .site-main {
		margin-right: 23.0769%;
	}
}

@media screen and (min-width:56.875em) {
	.twentysixteen .site-main {
		margin-right: 0;
		margin-left: 0;
	}

	.no-sidebar .twentysixteen .site-main {
		margin-right: 15%;
		margin-left: 15%;
	}

	.no-sidebar .twentysixteen .entry-summary {
		margin-right: 0;
		margin-left: 0;
	}
}

.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1 {
	float: right;
}

.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2 {
	float: left;
}

@charset "UTF-8";

:root {
	--woocommerce: #a46497;
	--wc-green: #7ad03a;
	--wc-red: #a00;
	--wc-orange: #ffba00;
	--wc-blue: #2ea2cc;
	--wc-primary: #a46497;
	--wc-primary-text: white;
	--wc-secondary: #ebe9eb;
	--wc-secondary-text: #515151;
	--wc-highlight: #77a464;
	--wc-highligh-text: white;
	--wc-content-bg: #fff;
	--wc-subtext: #767676;
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@font-face {
	font-family:star;src:url(../../plugins/fonts/star.eot);src:
	url(../../plugins/fonts/star.eot?#iefix)format("embedded-opentype"),
	url(../../plugins/fonts/star.woff)format("woff"),
	url(../../plugins/fonts/star.ttf)format("truetype"),
	url(../../plugins/fonts/star.svg#star)format("svg");font-weight:400;font-style:normal;
}

@font-face {
	 font-family:WooCommerce;src:url(../../plugins/fonts/WooCommerce.eot);src:url(../../plugins/fonts/WooCommerce.eot?#iefix)format("embedded-opentype"),
	url(../../plugins/fonts/WooCommerce.woff)format("woff"),url(../../plugins/fonts/WooCommerce.ttf)format("truetype"),
	url(../../plugins/fonts/WooCommerce.svg#WooCommerce)format("svg");font-weight:400;font-style:normal;
}

.woocommerce-store-notice,p.demo_store {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	width: 100%;
	font-size: 1em;
	padding: 1em 0;
	text-align: center;
	background-color: #a46497;
	color: #fff;
	z-index: 99998;
	box-shadow: 0 1px 1em rgba(0,0,0,.2);
	display: none;
}

.woocommerce-store-notice a,p.demo_store a {
	color: #fff;
	text-decoration: underline;
}

.screen-reader-text {
	clip: rect(1px,1px,1px,1px);
	height: 1px;
	overflow: hidden;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important;
}

.admin-bar p.demo_store {
	top: 32px;
}

.clear {
	clear: both;
}

.woocommerce .blockUI.blockOverlay {
	position: relative;
}

.woocommerce .blockUI.blockOverlay::before {
	height: 1em;
	width: 1em;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -.5em;
	margin-top: -.5em;
	content: "";
	-webkit-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
	background: url(../../themes/img/loader.svg)50%;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0,0,0,.75);
}

.woocommerce .loader::before {
	height: 1em;
	width: 1em;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -.5em;
	margin-top: -.5em;
	content: "";
	-webkit-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
	background: url(../../themes/img/loader.svg)50%;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0,0,0,.75);
}

.woocommerce a.remove {
	display: block;
	font-size: 1.5em;
	height: 1em;
	width: 1em;
	text-align: center;
	line-height: 1;
	border-radius: 100%;
	color: red!important;
	text-decoration: none;
	font-weight: 700;
	border: 0;
}

.woocommerce a.remove:hover {
	color: #fff!important;
	background: red;
}

.woocommerce small.note {
	display: block;
	color: #767676;
	font-size: .857em;
	margin-top: 10px;
}

.woocommerce .woocommerce-breadcrumb {
	margin: 0 0 1em;
	padding: 0;
	font-size: .92em;
	color: #767676;
}

.woocommerce .woocommerce-breadcrumb::after,.woocommerce .woocommerce-breadcrumb::before {
	content: " ";
	display: table;
}

.woocommerce .woocommerce-breadcrumb::after {
	clear: both;
}

.woocommerce .woocommerce-breadcrumb a {
	color: #767676;
}

.woocommerce .quantity .qty {
	width: 3.631em;
	text-align: center;
}

.woocommerce div.product {
	margin-bottom: 0;
	position: relative;
}

.woocommerce div.product .product_title {
	clear: none;
	margin-top: 0;
	padding: 0;
}

.woocommerce div.product p.price,.woocommerce div.product span.price {
	color: #77a464;
	font-size: 1.25em;
}

.woocommerce div.product p.price ins,.woocommerce div.product span.price ins {
	background: inherit;
	font-weight: 700;
	display: inline-block;
}

.woocommerce div.product p.price del,.woocommerce div.product span.price del {
	opacity: .5;
	display: inline-block;
}

.woocommerce div.product p.stock {
	font-size: .92em;
}

.woocommerce div.product .stock {
	color: #77a464;
}

.woocommerce div.product .out-of-stock {
	color: red;
}

.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 1.618em;
}

.woocommerce div.product div.images {
	margin-bottom: 2em;
}

.woocommerce div.product div.images img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: none;
}

.woocommerce div.product div.images div.thumbnails {
	padding-top: 1em;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	position: relative;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	transition: all cubic-bezier(.795,-.035,0,1).5s;
	margin: 0;
	padding: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
	background-color: #fff;
	opacity: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
	border: 1px solid #f2f2f2;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 25%;
	display: inline-block;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	position: absolute;
	top: .5em;
	right: .5em;
	font-size: 2em;
	z-index: 9;
	width: 36px;
	height: 36px;
	background: #fff;
	text-indent: -9999px;
	border-radius: 100%;
	box-sizing: content-box;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #000;
	border-radius: 100%;
	position: absolute;
	top: 9px;
	left: 9px;
	box-sizing: content-box;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
	content: "";
	display: block;
	width: 2px;
	height: 8px;
	background: #000;
	border-radius: 6px;
	position: absolute;
	top: 19px;
	left: 22px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: content-box;
}

.woocommerce div.product div.images .flex-control-thumbs {
	overflow: hidden;
	zoom: 1;
	margin: 0;
	padding: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
	list-style: none;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
	cursor: pointer;
	opacity: .5;
	margin: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover {
	opacity: 1;
}

.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: left;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: left;
}

.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: left;
}

.woocommerce div.product div.summary {
	margin-bottom: 2em;
}

.woocommerce div.product div.social {
	text-align: right;
	margin: 0 0 1em;
}

.woocommerce div.product div.social span {
	margin: 0 0 0 2px;
}

.woocommerce div.product div.social span span {
	margin: 0;
}

.woocommerce div.product div.social span .stButton .chicklets {
	padding-left: 16px;
	width: 0;
}

.woocommerce div.product div.social iframe {
	float: left;
	margin-top: 3px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	list-style: none;
	padding: 0 0 0 1em;
	margin: 0 0 1.618em;
	overflow: hidden;
	position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid #d3ced2;
	background-color: #ebe9eb;
	color: #515151;
	display: inline-block;
	position: relative;
	z-index: 0;
	border-radius: 4px 4px 0 0;
	margin: 0 -5px;
	padding: 0 1em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: inline-block;
	padding: .5em 0;
	font-weight: 700;
	color: #515151;
	text-decoration: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	text-decoration: none;
	color: #6b6b6b;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #fff;
	color: #515151;
	z-index: 2;
	border-bottom-color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: inherit;
	text-shadow: inherit;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
	box-shadow: 2px 2px #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
	box-shadow: -2px 2px #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	border: 1px solid #d3ced2;
	position: absolute;
	bottom: -1px;
	width: 5px;
	height: 5px;
	content: " ";
	box-sizing: border-box;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	left: -5px;
	border-bottom-right-radius: 4px;
	border-width: 0 1px 1px 0;
	box-shadow: 2px 2px #ebe9eb;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	right: -5px;
	border-bottom-left-radius: 4px;
	border-width: 0 0 1px 1px;
	box-shadow: -2px 2px #ebe9eb;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	position: absolute;
	content: " ";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #d3ced2;
	z-index: 1;
}

.woocommerce div.product .woocommerce-tabs .panel {
	margin: 0 0 2em;
	padding: 0;
}

.woocommerce div.product p.cart {
	margin-bottom: 2em;
}

.woocommerce div.product p.cart::after,.woocommerce div.product p.cart::before {
	content: " ";
	display: table;
}

.woocommerce div.product p.cart::after {
	clear: both;
}

.woocommerce div.product form.cart {
	margin-bottom: 2em;
}

.woocommerce div.product form.cart::after,.woocommerce div.product form.cart::before {
	content: " ";
	display: table;
}

.woocommerce div.product form.cart::after {
	clear: both;
}

.woocommerce div.product form.cart div.quantity {
	float: left;
	margin: 0 4px 0 0;
}

.woocommerce div.product form.cart table {
	border-width: 0 0 1px;
}

.woocommerce div.product form.cart table td {
	padding-left: 0;
}

.woocommerce div.product form.cart table div.quantity {
	float: none;
	margin: 0;
}

.woocommerce div.product form.cart table small.stock {
	display: block;
	float: none;
}

.woocommerce div.product form.cart .variations {
	margin-bottom: 1em;
	border: 0;
	width: 100%;
}

.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th {
	border: 0;
	line-height: 2em;
	vertical-align: top;
}

.woocommerce div.product form.cart .variations label {
	font-weight: 700;
	text-align: left;
}

.woocommerce div.product form.cart .variations select {
	max-width: 100%;
	min-width: 75%;
	display: inline-block;
	margin-right: 1em;
}

.woocommerce div.product form.cart .variations td.label {
	padding-right: 1em;
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
	margin-bottom: 1em;
}

.woocommerce div.product form.cart .reset_variations {
	visibility: hidden;
	font-size: .83em;
}

.woocommerce div.product form.cart .wc-no-matching-variations {
	display: none;
}

.woocommerce div.product form.cart .button {
	vertical-align: middle;
	float: left;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
	padding-right: 1em;
	padding-left: 1em;
}

.woocommerce div.product form.cart .group_table td {
	vertical-align: top;
	padding-bottom: .5em;
	border: 0;
}

.woocommerce div.product form.cart .group_table td:first-child {
	width: 4em;
	text-align: center;
}

.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
	display: inline-block;
	width: auto;
	margin: 0 auto;
	-webkit-transform: scale(1.5,1.5);
	-ms-transform: scale(1.5,1.5);
	transform: scale(1.5,1.5);
}

.woocommerce span.onsale {
	min-height: 3.236em;
	min-width: 3.236em;
	padding: .202em;
	font-size: 1em;
	font-weight: 700;
	position: absolute;
	text-align: center;
	line-height: 3.236;
	top: -.5em;
	left: -.5em;
	margin: 0;
	border-radius: 100%;
	background-color: #77a464;
	color: #fff;
	font-size: .857em;
	z-index: 9;
}

.woocommerce .products ul,.woocommerce ul.products {
	margin: 0 0 1em;
	padding: 0;
	list-style: none outside;
	clear: both;
}

.woocommerce .products ul::after,.woocommerce .products ul::before,.woocommerce ul.products::after,.woocommerce ul.products::before {
	content: " ";
	display: table;
}

.woocommerce .products ul::after,.woocommerce ul.products::after {
	clear: both;
}

.woocommerce .products ul li,.woocommerce ul.products li {
	list-style: none outside;
}

.woocommerce ul.products li.product .onsale {
	top: 0;
	right: 0;
	left: auto;
	margin: -.5em -.5em 0 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3 {
	padding: .5em 0;
	margin: 0;
	font-size: 1em;
}

.woocommerce ul.products li.product a {
	text-decoration: none;
}

.woocommerce ul.products li.product a img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 1em;
	box-shadow: none;
}

.woocommerce ul.products li.product strong {
	display: block;
}

.woocommerce ul.products li.product .woocommerce-placeholder {
	border: 1px solid #f2f2f2;
}

.woocommerce ul.products li.product .star-rating {
	font-size: .857em;
}

.woocommerce ul.products li.product .button {
	margin-top: 1em;
}

.woocommerce ul.products li.product .price {
	color: #77a464;
	display: block;
	font-weight: 400;
	margin-bottom: .5em;
	font-size: .857em;
}

.woocommerce ul.products li.product .price del {
	color: inherit;
	opacity: .5;
	display: inline-block;
}

.woocommerce ul.products li.product .price ins {
	background: 0 0;
	font-weight: 700;
	display: inline-block;
}

.woocommerce ul.products li.product .price .from {
	font-size: .67em;
	margin: -2px 0 0;
	text-transform: uppercase;
	color: rgba(132,132,132,.5);
}

.woocommerce .woocommerce-result-count {
	margin: 0 0 1em;
}

.woocommerce .woocommerce-ordering {
	margin: 0 0 1em;
}

.woocommerce .woocommerce-ordering select {
	vertical-align: top;
}

.woocommerce nav.woocommerce-pagination {
	text-align: center;
}

.woocommerce nav.woocommerce-pagination ul {
	display: inline-block;
	white-space: nowrap;
	padding: 0;
	clear: both;
	border: 1px solid #d3ced2;
	border-right: 0;
	margin: 1px;
}

.woocommerce nav.woocommerce-pagination ul li {
	border-right: 1px solid #d3ced2;
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
	overflow: hidden;
}

.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span {
	margin: 0;
	text-decoration: none;
	padding: 0;
	line-height: 1;
	font-size: 1em;
	font-weight: 400;
	padding: .5em;
	min-width: 1em;
	display: block;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #ebe9eb;
	color: #8a7e88;
}

.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button {
	font-size: 100%;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: .618em 1em;
	font-weight: 700;
	border-radius: 3px;
	left: auto;
	color: #515151;
	background-color: #ebe9eb;
	border: 0;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
}

.woocommerce #respond input#submit.loading,.woocommerce a.button.loading,.woocommerce button.button.loading,.woocommerce input.button.loading {
	opacity: .25;
	padding-right: 2.618em;
}

.woocommerce #respond input#submit.loading::after,.woocommerce a.button.loading::after,.woocommerce button.button.loading::after,.woocommerce input.button.loading::after {
	font-family: WooCommerce;
	content: "\e01c";
	vertical-align: top;
	font-weight: 400;
	position: absolute;
	top: .618em;
	right: 1em;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

.woocommerce #respond input#submit.added::after,.woocommerce a.button.added::after,.woocommerce button.button.added::after,.woocommerce input.button.added::after {
	font-family: WooCommerce;
	content: "\e017";
	margin-left: .53em;
	vertical-align: bottom;
}

.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover {
	background-color: #dfdcde;
	text-decoration: none;
	background-image: none;
	color: #515151;
}

.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt {
	background-color: #a46497;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}

.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover {
	background-color: #96588a;
	color: #fff;
}

.woocommerce #respond input#submit.alt.disabled,.woocommerce #respond input#submit.alt.disabled:hover,.woocommerce #respond input#submit.alt:disabled,.woocommerce #respond input#submit.alt:disabled:hover,.woocommerce #respond input#submit.alt:disabled[disabled],.woocommerce #respond input#submit.alt:disabled[disabled]:hover,.woocommerce a.button.alt.disabled,.woocommerce a.button.alt.disabled:hover,.woocommerce a.button.alt:disabled,.woocommerce a.button.alt:disabled:hover,.woocommerce a.button.alt:disabled[disabled],.woocommerce a.button.alt:disabled[disabled]:hover,.woocommerce button.button.alt.disabled,.woocommerce button.button.alt.disabled:hover,.woocommerce button.button.alt:disabled,.woocommerce button.button.alt:disabled:hover,.woocommerce button.button.alt:disabled[disabled],.woocommerce button.button.alt:disabled[disabled]:hover,.woocommerce input.button.alt.disabled,.woocommerce input.button.alt.disabled:hover,.woocommerce input.button.alt:disabled,.woocommerce input.button.alt:disabled:hover,.woocommerce input.button.alt:disabled[disabled],.woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: #a46497;
	color: #fff;
}

.woocommerce #respond input#submit.disabled,.woocommerce #respond input#submit:disabled,.woocommerce #respond input#submit:disabled[disabled],.woocommerce a.button.disabled,.woocommerce a.button:disabled,.woocommerce a.button:disabled[disabled],.woocommerce button.button.disabled,.woocommerce button.button:disabled,.woocommerce button.button:disabled[disabled],.woocommerce input.button.disabled,.woocommerce input.button:disabled,.woocommerce input.button:disabled[disabled] {
	color: inherit;
	cursor: not-allowed;
	opacity: .5;
	padding: .618em 1em;
}

.woocommerce #respond input#submit.disabled:hover,.woocommerce #respond input#submit:disabled:hover,.woocommerce #respond input#submit:disabled[disabled]:hover,.woocommerce a.button.disabled:hover,.woocommerce a.button:disabled:hover,.woocommerce a.button:disabled[disabled]:hover,.woocommerce button.button.disabled:hover,.woocommerce button.button:disabled:hover,.woocommerce button.button:disabled[disabled]:hover,.woocommerce input.button.disabled:hover,.woocommerce input.button:disabled:hover,.woocommerce input.button:disabled[disabled]:hover {
	color: inherit;
	background-color: #ebe9eb;
}

.woocommerce .cart .button,.woocommerce .cart input.button {
	float: none;
}

.woocommerce a.added_to_cart {
	padding-top: .5em;
	display: inline-block;
}

.woocommerce #reviews h2 small {
	float: right;
	color: #767676;
	font-size: 15px;
	margin: 10px 0 0;
}

.woocommerce #reviews h2 small a {
	text-decoration: none;
	color: #767676;
}

.woocommerce #reviews h3 {
	margin: 0;
}

.woocommerce #reviews #respond {
	margin: 0;
	border: 0;
	padding: 0;
}

.woocommerce #reviews #comment {
	height: 75px;
}

.woocommerce #reviews #comments .add_review::after,.woocommerce #reviews #comments .add_review::before {
	content: " ";
	display: table;
}

.woocommerce #reviews #comments .add_review::after {
	clear: both;
}

.woocommerce #reviews #comments h2 {
	clear: none;
}

.woocommerce #reviews #comments ol.commentlist {
	margin: 0;
	width: 100%;
	background: 0 0;
	list-style: none;
}

.woocommerce #reviews #comments ol.commentlist::after,.woocommerce #reviews #comments ol.commentlist::before {
	content: " ";
	display: table;
}

.woocommerce #reviews #comments ol.commentlist::after {
	clear: both;
}

.woocommerce #reviews #comments ol.commentlist li {
	padding: 0;
	margin: 0 0 20px;
	border: 0;
	position: relative;
	background: 0;
	border: 0;
}

.woocommerce #reviews #comments ol.commentlist li .meta {
	color: #767676;
	font-size: .75em;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px;
	width: 32px;
	height: auto;
	background: #ebe9eb;
	border: 1px solid #e4e1e3;
	margin: 0;
	box-shadow: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 0 50px;
	border: 1px solid #e4e1e3;
	border-radius: 4px;
	padding: 1em 1em 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text::after,.woocommerce #reviews #comments ol.commentlist li .comment-text::before {
	content: " ";
	display: table;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
	clear: both;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
	margin: 0 0 1em;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	font-size: .83em;
}

.woocommerce #reviews #comments ol.commentlist ul.children {
	list-style: none outside;
	margin: 20px 0 0 50px;
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
	display: none;
}

.woocommerce #reviews #comments ol.commentlist #respond {
	border: 1px solid #e4e1e3;
	border-radius: 4px;
	padding: 1em 1em 0;
	margin: 20px 0 0 50px;
}

.woocommerce #reviews #comments .commentlist>li::before {
	content: "";
}

.woocommerce .star-rating {
	float: right;
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 1em;
	width: 5.4em;
	font-family: star;
}

.woocommerce .star-rating::before {
	content: "sssss";
	color: #d3ced2;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.woocommerce .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.woocommerce .star-rating span::before {
	content: "SSSSS";
	top: 0;
	position: absolute;
	left: 0;
}

.woocommerce .woocommerce-product-rating {
	line-height: 2;
	display: block;
}

.woocommerce .woocommerce-product-rating::after,.woocommerce .woocommerce-product-rating::before {
	content: " ";
	display: table;
}

.woocommerce .woocommerce-product-rating::after {
	clear: both;
}

.woocommerce .woocommerce-product-rating .star-rating {
	margin: .5em 4px 0 0;
	float: left;
}

.woocommerce .products .star-rating {
	display: block;
	margin: 0 0 .5em;
	float: none;
}

.woocommerce .hreview-aggregate .star-rating {
	margin: 10px 0 0;
}

.woocommerce #review_form #respond {
	position: static;
	margin: 0;
	width: auto;
	padding: 0;
	background: 0 0;
	border: 0;
}

.woocommerce #review_form #respond::after,.woocommerce #review_form #respond::before {
	content: " ";
	display: table;
}

.woocommerce #review_form #respond::after {
	clear: both;
}

.woocommerce #review_form #respond p {
	margin: 0 0 10px;
}

.woocommerce #review_form #respond .form-submit input {
	left: auto;
}

.woocommerce #review_form #respond textarea {
	box-sizing: border-box;
	width: 100%;
}

.woocommerce p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
}

.woocommerce p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: WooCommerce;
	content: "\e021";
	text-indent: 0;
}

.woocommerce p.stars a:hover~a::before {
	content: "\e021";
}

.woocommerce p.stars:hover a::before {
	content: "\e020";
}

.woocommerce p.stars.selected a.active::before {
	content: "\e020";
}

.woocommerce p.stars.selected a.active~a::before {
	content: "\e021";
}

.woocommerce p.stars.selected a:not(.active)::before {
	content: "\e020";
}

.woocommerce table.shop_attributes {
	border: 0;
	border-top: 1px dotted rgba(0,0,0,.1);
	margin-bottom: 1.618em;
	width: 100%;
}

.woocommerce table.shop_attributes th {
	width: 150px;
	font-weight: 700;
	padding: 8px;
	border-top: 0;
	border-bottom: 1px dotted rgba(0,0,0,.1);
	margin: 0;
	line-height: 1.5;
}

.woocommerce table.shop_attributes td {
	font-style: italic;
	padding: 0;
	border-top: 0;
	border-bottom: 1px dotted rgba(0,0,0,.1);
	margin: 0;
	line-height: 1.5;
}

.woocommerce table.shop_attributes td p {
	margin: 0;
	padding: 8px 0;
}

.woocommerce table.shop_attributes tr:nth-child(even) td,.woocommerce table.shop_attributes tr:nth-child(even) th {
	background: rgba(0,0,0,.025);
}

.woocommerce table.shop_table {
	border: 1px solid rgba(0,0,0,.1);
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	border-radius: 5px;
}

.woocommerce table.shop_table th {
	font-weight: 700;
	padding: 9px 12px;
	line-height: 1.5em;
}

.woocommerce table.shop_table td {
	border-top: 1px solid rgba(0,0,0,.1);
	padding: 9px 12px;
	vertical-align: middle;
	line-height: 1.5em;
}

.woocommerce table.shop_table td small {
	font-weight: 400;
}

.woocommerce table.shop_table td del {
	font-weight: 400;
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th {
	border-top: 0;
}

.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th {
	font-weight: 700;
	border-top: 1px solid rgba(0,0,0,.1);
}

.woocommerce table.my_account_orders {
	font-size: .85em;
}

.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th {
	padding: 4px 8px;
	vertical-align: middle;
}

.woocommerce table.my_account_orders .button {
	white-space: nowrap;
}

.woocommerce table.woocommerce-MyAccount-downloads td,.woocommerce table.woocommerce-MyAccount-downloads th {
	vertical-align: top;
	text-align: center;
}

.woocommerce table.woocommerce-MyAccount-downloads td:first-child,.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
	text-align: left;
}

.woocommerce table.woocommerce-MyAccount-downloads td:last-child,.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
	text-align: left;
}

.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
	content: "↓";
	display: inline-block;
}

.woocommerce td.product-name .wc-item-meta,.woocommerce td.product-name dl.variation {
	list-style: none outside;
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,.woocommerce td.product-name .wc-item-meta dt,.woocommerce td.product-name dl.variation .wc-item-meta-label,.woocommerce td.product-name dl.variation dt {
	float: left;
	clear: both;
	margin-right: .25em;
	display: inline-block;
	list-style: none outside;
}

.woocommerce td.product-name .wc-item-meta dd,.woocommerce td.product-name dl.variation dd {
	margin: 0;
}

.woocommerce td.product-name .wc-item-meta p,.woocommerce td.product-name .wc-item-meta:last-child,.woocommerce td.product-name dl.variation p,.woocommerce td.product-name dl.variation:last-child {
	margin-bottom: 0;
}

.woocommerce td.product-name p.backorder_notification {
	font-size: .83em;
}

.woocommerce td.product-quantity {
	min-width: 80px;
}

.woocommerce ul.cart_list,.woocommerce ul.product_list_widget {
	list-style: none outside;
	padding: 0;
	margin: 0;
}

.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li {
	padding: 4px 0;
	margin: 0;
	list-style: none;
}

.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before {
	content: " ";
	display: table;
}

.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after {
	clear: both;
}

.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a {
	display: block;
	font-weight: 700;
}

.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img {
	float: right;
	margin-left: 4px;
	width: 32px;
	height: auto;
	box-shadow: none;
}

.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl {
	margin: 0;
	padding-left: 1em;
	border-left: 2px solid rgba(0,0,0,.1);
}

.woocommerce ul.cart_list li dl::after,.woocommerce ul.cart_list li dl::before,.woocommerce ul.product_list_widget li dl::after,.woocommerce ul.product_list_widget li dl::before {
	content: " ";
	display: table;
}

.woocommerce ul.cart_list li dl::after,.woocommerce ul.product_list_widget li dl::after {
	clear: both;
}

.woocommerce ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dt {
	display: inline-block;
	float: left;
	margin-bottom: 1em;
}

.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt {
	font-weight: 700;
	padding: 0 0 .25em;
	margin: 0 4px 0 0;
	clear: left;
}

.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd {
	padding: 0 0 .25em;
}

.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child {
	margin-bottom: 0;
}

.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating {
	float: none;
}

.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total {
	border-top: 3px double #ebe9eb;
	padding: 4px 0 0;
}

.woocommerce .widget_shopping_cart .total strong,.woocommerce.widget_shopping_cart .total strong {
	min-width: 40px;
	display: inline-block;
}

.woocommerce .widget_shopping_cart .cart_list li,.woocommerce.widget_shopping_cart .cart_list li {
	padding-left: 2em;
	position: relative;
	padding-top: 0;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove {
	position: absolute;
	top: 0;
	left: 0;
}

.woocommerce .widget_shopping_cart .buttons::after,.woocommerce .widget_shopping_cart .buttons::before,.woocommerce.widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::before {
	content: " ";
	display: table;
}

.woocommerce .widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::after {
	clear: both;
}

.woocommerce .widget_shopping_cart .buttons a,.woocommerce.widget_shopping_cart .buttons a {
	margin-right: 5px;
	margin-bottom: 5px;
}

.woocommerce form .form-row {
	padding: 3px;
	margin: 0 0 6px;
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
	-webkit-transition: opacity .5s .5s ease;
	transition: opacity .5s .5s ease;
	opacity: 0;
}

.woocommerce form .form-row label {
	line-height: 2;
}

.woocommerce form .form-row label.hidden {
	visibility: hidden;
}

.woocommerce form .form-row label.inline {
	display: inline;
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
	background: #1e85be;
	color: #fff;
	border-radius: 3px;
	padding: 1em;
	margin: .5em 0 0;
	clear: both;
	display: none;
	position: relative;
}

.woocommerce form .form-row .woocommerce-input-wrapper .description a {
	color: #fff;
	text-decoration: underline;
	border: 0;
	box-shadow: none;
}

.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
	left: 50%;
	top: 0;
	margin-top: -4px;
	-webkit-transform: translateX(-50%)rotate(180deg);
	-ms-transform: translateX(-50%)rotate(180deg);
	transform: translateX(-50%)rotate(180deg);
	content: "";
	position: absolute;
	border-width: 4px 6px 0;
	border-style: solid;
	border-color: #1e85be transparent transparent transparent;
	z-index: 100;
	display: block;
}

.woocommerce form .form-row select {
	cursor: pointer;
	margin: 0;
}

.woocommerce form .form-row .required {
	color: red;
	font-weight: 700;
	border: 0!important;
	text-decoration: none;
	visibility: hidden;
}

.woocommerce form .form-row .optional {
	visibility: visible;
}

.woocommerce form .form-row .input-checkbox {
	display: inline;
	margin: -2px 8px 0 0;
	text-align: center;
	vertical-align: middle;
}

.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: normal;
}

.woocommerce form .form-row textarea {
	height: 4em;
	line-height: 1.5;
	display: block;
	box-shadow: none;
}

.woocommerce form .form-row .select2-container {
	width: 100%;
	line-height: 2em;
}

.woocommerce form .form-row.woocommerce-invalid label {
	color: #a00;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select {
	border-color: #a00;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select {
	border-color: #6dc22e;
}

.woocommerce form .form-row ::-webkit-input-placeholder {
	line-height: normal;
}

.woocommerce form .form-row :-moz-placeholder {
	line-height: normal;
}

.woocommerce form .form-row :-ms-input-placeholder {
	line-height: normal;
}

.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register {
	border: 1px solid #d3ced2;
	padding: 20px;
	margin: 2em 0;
	text-align: left;
	border-radius: 5px;
}

.woocommerce ul#shipping_method {
	list-style: none outside;
	margin: 0;
	padding: 0;
}

.woocommerce ul#shipping_method li {
	margin: 0 0 .5em;
	line-height: 1.5em;
	list-style: none outside;
}

.woocommerce ul#shipping_method li input {
	margin: 3px .4375em 0 0;
	vertical-align: top;
}

.woocommerce ul#shipping_method li label {
	display: inline;
}

.woocommerce ul#shipping_method .amount {
	font-weight: 700;
}

.woocommerce p.woocommerce-shipping-contents {
	margin: 0;
}

.woocommerce ul.order_details {
	margin: 0 0 3em;
	list-style: none;
}

.woocommerce ul.order_details::after,.woocommerce ul.order_details::before {
	content: " ";
	display: table;
}

.woocommerce ul.order_details::after {
	clear: both;
}

.woocommerce ul.order_details li {
	float: left;
	margin-right: 2em;
	text-transform: uppercase;
	font-size: .715em;
	line-height: 1;
	border-right: 1px dashed #d3ced2;
	padding-right: 2em;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

.woocommerce ul.order_details li strong {
	display: block;
	font-size: 1.4em;
	text-transform: none;
	line-height: 1.5;
}

.woocommerce ul.order_details li:last-of-type {
	border: none;
}

.woocommerce .wc-bacs-bank-details-account-name {
	font-weight: 700;
}

.woocommerce .woocommerce-customer-details,.woocommerce .woocommerce-order-details,.woocommerce .woocommerce-order-downloads {
	margin-bottom: 2em;
}

.woocommerce .woocommerce-customer-details :last-child,.woocommerce .woocommerce-order-details :last-child,.woocommerce .woocommerce-order-downloads :last-child {
	margin-bottom: 0;
}

.woocommerce .woocommerce-customer-details address {
	font-style: normal;
	margin-bottom: 0;
	border: 1px solid rgba(0,0,0,.1);
	border-bottom-width: 2px;
	border-right-width: 2px;
	text-align: left;
	width: 100%;
	border-radius: 5px;
	padding: 6px 12px;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
	margin-bottom: 0;
	padding-left: 1.5em;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
	font-family: WooCommerce;
	speak: never;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "\e037";
	text-decoration: none;
	margin-left: -1.5em;
	line-height: 1.75;
	position: absolute;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
	font-family: WooCommerce;
	speak: never;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "\e02d";
	text-decoration: none;
	margin-left: -1.5em;
	line-height: 1.75;
	position: absolute;
}

.woocommerce .woocommerce-widget-layered-nav-list {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none outside;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
	padding: 0 0 1px;
	list-style: none;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before {
	content: " ";
	display: table;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
	clear: both;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
	padding: 1px 0;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
	font-family: WooCommerce;
	speak: never;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "\e013";
	text-decoration: none;
	color: #a00;
}

.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
	margin-top: 1em;
}

.woocommerce .widget_layered_nav_filters ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none outside;
	overflow: hidden;
	zoom: 1;
}

.woocommerce .widget_layered_nav_filters ul li {
	float: left;
	padding: 0 1em 1px 1px;
	list-style: none;
}

.woocommerce .widget_layered_nav_filters ul li a {
	text-decoration: none;
}

.woocommerce .widget_layered_nav_filters ul li a::before {
	font-family: WooCommerce;
	speak: never;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "\e013";
	text-decoration: none;
	color: #a00;
	vertical-align: inherit;
	margin-right: .5em;
}

.woocommerce .widget_price_filter .price_slider {
	margin-bottom: 1em;
}

.woocommerce .widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
	font-size: .8751em;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	font-size: 1.15em;
	float: left;
}

.woocommerce .widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
	margin-left: .5em;
	margin-right: .5em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	background-color: #a46497;
	border-radius: 1em;
	cursor: ew-resize;
	outline: 0;
	top: -.3em;
	margin-left: -.5em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	border-radius: 1em;
	background-color: #a46497;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	border-radius: 1em;
	background-color: #462940;
	border: 0;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
	height: .5em;
}

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

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
	left: -1px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
	right: -1px;
}

.woocommerce .widget_rating_filter ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none outside;
}

.woocommerce .widget_rating_filter ul li {
	padding: 0 0 1px;
	list-style: none;
}

.woocommerce .widget_rating_filter ul li::after,.woocommerce .widget_rating_filter ul li::before {
	content: " ";
	display: table;
}

.woocommerce .widget_rating_filter ul li::after {
	clear: both;
}

.woocommerce .widget_rating_filter ul li a {
	padding: 1px 0;
	text-decoration: none;
}

.woocommerce .widget_rating_filter ul li .star-rating {
	float: none;
	display: inline-block;
}

.woocommerce .widget_rating_filter ul li.chosen a::before {
	font-family: WooCommerce;
	speak: never;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "\e013";
	text-decoration: none;
	color: #a00;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	float: left;
	margin-right: 1em;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	display: inline-block;
}

.woocommerce-no-js form.woocommerce-form-coupon,.woocommerce-no-js form.woocommerce-form-login {
	display: block!important;
}

.woocommerce-no-js .showcoupon,.woocommerce-no-js .woocommerce-form-coupon-toggle,.woocommerce-no-js .woocommerce-form-login-toggle {
	display: none!important;
}

.woocommerce-error,.woocommerce-info,.woocommerce-message {
	padding: 1em 2em 1em 3.5em;
	margin: 0 0 2em;
	position: relative;
	background-color: #f7f6f7;
	color: #515151;
	border-top: 3px solid #a46497;
	list-style: none outside;
	width: auto;
	word-wrap: break-word;
}

.woocommerce-error::after,.woocommerce-error::before,.woocommerce-info::after,.woocommerce-info::before,.woocommerce-message::after,.woocommerce-message::before {
	content: " ";
	display: table;
}

.woocommerce-error::after,.woocommerce-info::after,.woocommerce-message::after {
	clear: both;
}

.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before {
	font-family: WooCommerce;
	content: "\e028";
	display: inline-block;
	position: absolute;
	top: 1em;
	left: 1.5em;
}

.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button {
	float: right;
}

.woocommerce-error li,.woocommerce-info li,.woocommerce-message li {
	list-style: none outside!important;
	padding-left: 0!important;
	margin-left: 0!important;
}

.rtl.woocommerce .price_label,.rtl.woocommerce .price_label span {
	direction: ltr;
	unicode-bidi: embed;
}

.woocommerce-message {
	border-top-color: #8fae1b;
}

.woocommerce-message::before {
	content: "\e015";
	color: #8fae1b;
}

.woocommerce-info {
	border-top-color: #1e85be;
}

.woocommerce-info::before {
	color: #1e85be;
}

.woocommerce-error {
	border-top-color: #b81c23;
}

.woocommerce-error::before {
	content: "\e016";
	color: #b81c23;
}

.woocommerce-account .woocommerce::after,.woocommerce-account .woocommerce::before {
	content: " ";
	display: table;
}

.woocommerce-account .woocommerce::after {
	clear: both;
}

.woocommerce-account .addresses .title::after,.woocommerce-account .addresses .title::before {
	content: " ";
	display: table;
}

.woocommerce-account .addresses .title::after {
	clear: both;
}

.woocommerce-account .addresses .title h3 {
	float: left;
}

.woocommerce-account .addresses .title .edit {
	float: right;
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
	font-weight: 700;
	margin-bottom: 0;
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
	margin-bottom: 0;
}

.woocommerce-account ul.digital-downloads {
	margin-left: 0;
	padding-left: 0;
}

.woocommerce-account ul.digital-downloads li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.woocommerce-account ul.digital-downloads li::before {
	font-family: WooCommerce;
	speak: never;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "\e00a";
	text-decoration: none;
}

.woocommerce-account ul.digital-downloads li .count {
	float: right;
}

#add_payment_method table.cart .product-thumbnail,.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail {
	min-width: 32px;
}

#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img {
	width: 32px;
	box-shadow: none;
}

#add_payment_method table.cart td,#add_payment_method table.cart th,.woocommerce-cart table.cart td,.woocommerce-cart table.cart th,.woocommerce-checkout table.cart td,.woocommerce-checkout table.cart th {
	vertical-align: middle;
}

#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text {
	float: left;
	box-sizing: border-box;
	border: 1px solid #d3ced2;
	padding: 6px 6px 5px;
	margin: 0 4px 0 0;
	outline: 0;
}

#add_payment_method table.cart input,.woocommerce-cart table.cart input,.woocommerce-checkout table.cart input {
	margin: 0;
	vertical-align: middle;
}

#add_payment_method .wc-proceed-to-checkout,.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout .wc-proceed-to-checkout {
	padding: 1em 0;
}

#add_payment_method .wc-proceed-to-checkout::after,#add_payment_method .wc-proceed-to-checkout::before,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::before,.woocommerce-checkout .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::before {
	content: " ";
	display: table;
}

#add_payment_method .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::after {
	clear: both;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	display: block;
	text-align: center;
	margin-bottom: 1em;
	font-size: 1.25em;
	padding: 1em;
}

#add_payment_method .cart-collaterals .shipping-calculator-button,.woocommerce-cart .cart-collaterals .shipping-calculator-button,.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
	float: none;
	margin-top: .5em;
	display: inline-block;
}

#add_payment_method .cart-collaterals .shipping-calculator-button::after,.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
	font-family: WooCommerce;
	speak: never;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-left: .618em;
	content: "\e019";
	text-decoration: none;
}

#add_payment_method .cart-collaterals .shipping-calculator-form,.woocommerce-cart .cart-collaterals .shipping-calculator-form,.woocommerce-checkout .cart-collaterals .shipping-calculator-form {
	margin: 1em 0 0;
}

#add_payment_method .cart-collaterals .cart_totals p small,.woocommerce-cart .cart-collaterals .cart_totals p small,.woocommerce-checkout .cart-collaterals .cart_totals p small {
	color: #767676;
	font-size: .83em;
}

#add_payment_method .cart-collaterals .cart_totals table,.woocommerce-cart .cart-collaterals .cart_totals table,.woocommerce-checkout .cart-collaterals .cart_totals table {
	border-collapse: separate;
	margin: 0 0 6px;
	padding: 0;
}

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
	border-top: 0;
}

#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th {
	width: 35%;
}

#add_payment_method .cart-collaterals .cart_totals table td,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table td,.woocommerce-checkout .cart-collaterals .cart_totals table th {
	vertical-align: top;
	border-left: 0;
	border-right: 0;
	line-height: 1.5em;
}

#add_payment_method .cart-collaterals .cart_totals table small,.woocommerce-cart .cart-collaterals .cart_totals table small,.woocommerce-checkout .cart-collaterals .cart_totals table small {
	color: #767676;
}

#add_payment_method .cart-collaterals .cart_totals table select,.woocommerce-cart .cart-collaterals .cart_totals table select,.woocommerce-checkout .cart-collaterals .cart_totals table select {
	width: 100%;
}

#add_payment_method .cart-collaterals .cart_totals .discount td,.woocommerce-cart .cart-collaterals .cart_totals .discount td,.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
	color: #77a464;
}

#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th {
	border-top: 1px solid #ebe9eb;
}

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
	margin-bottom: 0;
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product,.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
	margin-top: 0;
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address,.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
	float: left;
	clear: none;
}

#add_payment_method .checkout .col-2 .notes,.woocommerce-cart .checkout .col-2 .notes,.woocommerce-checkout .checkout .col-2 .notes {
	clear: left;
}

#add_payment_method .checkout .col-2 .form-row-first,.woocommerce-cart .checkout .col-2 .form-row-first,.woocommerce-checkout .checkout .col-2 .form-row-first {
	clear: left;
}

#add_payment_method .checkout .create-account small,.woocommerce-cart .checkout .create-account small,.woocommerce-checkout .checkout .create-account small {
	font-size: 11px;
	color: #767676;
	font-weight: 400;
}

#add_payment_method .checkout div.shipping-address,.woocommerce-cart .checkout div.shipping-address,.woocommerce-checkout .checkout div.shipping-address {
	padding: 0;
	clear: left;
	width: 100%;
}

#add_payment_method .checkout .shipping_address,.woocommerce-cart .checkout .shipping_address,.woocommerce-checkout .checkout .shipping_address {
	clear: both;
}

#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment {
	background: #ebe9eb;
	border-radius: 5px;
}

#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods {
	text-align: left;
	padding: 1em;
	border-bottom: 1px solid #d3ced2;
	margin: 0;
	list-style: none outside;
}

#add_payment_method #payment ul.payment_methods::after,#add_payment_method #payment ul.payment_methods::before,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::before,.woocommerce-checkout #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::before {
	content: " ";
	display: table;
}

#add_payment_method #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::after {
	clear: both;
}

#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li {
	line-height: 2;
	text-align: left;
	margin: 0;
	font-weight: 400;
}

#add_payment_method #payment ul.payment_methods li input,.woocommerce-cart #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input {
	margin: 0 1em 0 0;
}

#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img {
	vertical-align: middle;
	margin: -2px 0 0 .5em;
	padding: 0;
	position: relative;
	box-shadow: none;
}

#add_payment_method #payment ul.payment_methods li img+img,.woocommerce-cart #payment ul.payment_methods li img+img,.woocommerce-checkout #payment ul.payment_methods li img+img {
	margin-left: 2px;
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before {
	content: " ";
	display: table;
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after {
	clear: both;
}

#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row {
	padding: 1em;
}

#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 1em;
	margin: 1em 0;
	font-size: .92em;
	border-radius: 2px;
	line-height: 1.5;
	background-color: #dfdcde;
	color: #515151;
}

#add_payment_method #payment div.payment_box input.input-text,#add_payment_method #payment div.payment_box textarea,.woocommerce-cart #payment div.payment_box input.input-text,.woocommerce-cart #payment div.payment_box textarea,.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea {
	border-color: #c7c1c6;
	border-top-color: #bbb3b9;
}

#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
	color: #bbb3b9;
}

#add_payment_method #payment div.payment_box :-moz-placeholder,.woocommerce-cart #payment div.payment_box :-moz-placeholder,.woocommerce-checkout #payment div.payment_box :-moz-placeholder {
	color: #bbb3b9;
}

#add_payment_method #payment div.payment_box :-ms-input-placeholder,.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
	color: #bbb3b9;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
	list-style: none outside;
	margin: 0;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
	margin: 0 0 .5em;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
	cursor: pointer;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
	vertical-align: middle;
	margin: -3px 1em 0 0;
	position: relative;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form,.woocommerce-cart #payment div.payment_box .wc-credit-card-form,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
	border: 0;
	padding: 0;
	margin: 1em 0 0;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
	font-size: 1.5em;
	padding: 8px;
	background-repeat: no-repeat;
	background-position: right .618em center;
	background-size: 32px 20px;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
	background-image: url(../../themes/img/visa.svg);
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
	background-image: url(../../themes/img/mastercard.svg);
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
	background-image: url(../../themes/img/laser.svg);
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
	background-image: url(../../themes/img/diners.svg);
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
	background-image: url(../../themes/img/maestro.svg);
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
	background-image: url(../../themes/img/jcb.svg);
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
	background-image: url(../../themes/img/amex.svg);
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
	background-image: url(../../themes/img/discover.svg);
}

#add_payment_method #payment div.payment_box span.help,.woocommerce-cart #payment div.payment_box span.help,.woocommerce-checkout #payment div.payment_box span.help {
	font-size: .857em;
	color: #767676;
	font-weight: 400;
}

#add_payment_method #payment div.payment_box .form-row,.woocommerce-cart #payment div.payment_box .form-row,.woocommerce-checkout #payment div.payment_box .form-row {
	margin: 0 0 1em;
}

#add_payment_method #payment div.payment_box p:last-child,.woocommerce-cart #payment div.payment_box p:last-child,.woocommerce-checkout #payment div.payment_box p:last-child {
	margin-bottom: 0;
}

#add_payment_method #payment div.payment_box::before,.woocommerce-cart #payment div.payment_box::before,.woocommerce-checkout #payment div.payment_box::before {
	content: "";
	display: block;
	border: 1em solid #dfdcde;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	top: -.75em;
	left: 0;
	margin: -1em 0 0 2em;
}

#add_payment_method #payment .payment_method_paypal .about_paypal,.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
	float: right;
	line-height: 52px;
	font-size: .83em;
}

#add_payment_method #payment .payment_method_paypal img,.woocommerce-cart #payment .payment_method_paypal img,.woocommerce-checkout #payment .payment_method_paypal img {
	max-height: 52px;
	vertical-align: middle;
}

.woocommerce-terms-and-conditions {
	border: 1px solid rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	background: rgba(0,0,0,5%);
}

.woocommerce-invalid #terms {
	outline: 2px solid red;
	outline-offset: 2px;
}

.woocommerce-password-strength {
	text-align: center;
	font-weight: 600;
	padding: 3px .5em;
	font-size: 1em;
}

.woocommerce-password-strength.strong {
	background-color: #c1e1b9;
	border-color: #83c373;
}

.woocommerce-password-strength.short {
	background-color: #f1adad;
	border-color: #e35b5b;
}

.woocommerce-password-strength.bad {
	background-color: #fbc5a9;
	border-color: #f78b53;
}

.woocommerce-password-strength.good {
	background-color: #ffe399;
	border-color: #ffc733;
}

.woocommerce-password-hint {
	margin: .5em 0 0;
	display: block;
}

#content.twentyeleven .woocommerce-pagination a {
	font-size: 1em;
	line-height: 1;
}

.single-product .twentythirteen #reply-title,.single-product .twentythirteen #respond #commentform,.single-product .twentythirteen .entry-summary {
	padding: 0;
}

.single-product .twentythirteen p.stars {
	clear: both;
}

.twentythirteen .woocommerce-breadcrumb {
	padding-top: 40px;
}

.twentyfourteen ul.products li.product {
	margin-top: 0!important;
}

body:not(.search-results) .twentysixteen .entry-summary {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.twentysixteen .price ins {
	background: inherit;
	color: inherit;
}
/*! elementor-icons - v5.17.0 - 28-11-2022 */
@font-face {
	 font-family:eicons;src:url(../../plugins/fonts/eicons.eot?5.17.0);
	src:url(../../plugins/fonts/eicons.eot?5.17.0#iefix) format("embedded-opentype"),url(../../plugins/fonts/eicons.woff2?5.17.0) format("woff2"),url(../../plugins/fonts/eicons.woff?5.17.0) format("woff"),url(../../plugins/fonts/eicons.ttf?5.17.0) format("truetype"),url(../../plugins/fonts/eicons.svg?5.17.0#eicon) format("svg");font-weight:400;font-style:normal;
}

[class*=" eicon-"],[class^=eicon] {
	display: inline-block;
	font-family: eicons;
	font-size: inherit;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@keyframes a {
	0% {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(359deg);
	}
}

.eicon-animation-spin {
	animation: a 2s infinite linear;
}

.eicon-editor-link:before {
	content: '\e800';
}

.eicon-editor-unlink:before {
	content: '\e801';
}

.eicon-editor-external-link:before {
	content: '\e802';
}

.eicon-editor-close:before {
	content: '\e803';
}

.eicon-editor-list-ol:before {
	content: '\e804';
}

.eicon-editor-list-ul:before {
	content: '\e805';
}

.eicon-editor-bold:before {
	content: '\e806';
}

.eicon-editor-italic:before {
	content: '\e807';
}

.eicon-editor-underline:before {
	content: '\e808';
}

.eicon-editor-paragraph:before {
	content: '\e809';
}

.eicon-editor-h1:before {
	content: '\e80a';
}

.eicon-editor-h2:before {
	content: '\e80b';
}

.eicon-editor-h3:before {
	content: '\e80c';
}

.eicon-editor-h4:before {
	content: '\e80d';
}

.eicon-editor-h5:before {
	content: '\e80e';
}

.eicon-editor-h6:before {
	content: '\e80f';
}

.eicon-editor-quote:before {
	content: '\e810';
}

.eicon-editor-code:before {
	content: '\e811';
}

.eicon-elementor:before {
	content: '\e812';
}

.eicon-elementor-circle:before {
	content: '\e813';
}

.eicon-pojome:before {
	content: '\e814';
}

.eicon-plus:before {
	content: '\e815';
}

.eicon-menu-bar:before {
	content: '\e816';
}

.eicon-apps:before {
	content: '\e817';
}

.eicon-accordion:before {
	content: '\e818';
}

.eicon-alert:before {
	content: '\e819';
}

.eicon-animation-text:before {
	content: '\e81a';
}

.eicon-animation:before {
	content: '\e81b';
}

.eicon-banner:before {
	content: '\e81c';
}

.eicon-blockquote:before {
	content: '\e81d';
}

.eicon-button:before {
	content: '\e81e';
}

.eicon-call-to-action:before {
	content: '\e81f';
}

.eicon-captcha:before {
	content: '\e820';
}

.eicon-carousel:before {
	content: '\e821';
}

.eicon-checkbox:before {
	content: '\e822';
}

.eicon-columns:before {
	content: '\e823';
}

.eicon-countdown:before {
	content: '\e824';
}

.eicon-counter:before {
	content: '\e825';
}

.eicon-date:before {
	content: '\e826';
}

.eicon-divider-shape:before {
	content: '\e827';
}

.eicon-divider:before {
	content: '\e828';
}

.eicon-download-button:before {
	content: '\e829';
}

.eicon-dual-button:before {
	content: '\e82a';
}

.eicon-email-field:before {
	content: '\e82b';
}

.eicon-facebook-comments:before {
	content: '\e82c';
}

.eicon-facebook-like-box:before {
	content: '\e82d';
}

.eicon-form-horizontal:before {
	content: '\e82e';
}

.eicon-form-vertical:before {
	content: '\e82f';
}

.eicon-gallery-grid:before {
	content: '\e830';
}

.eicon-gallery-group:before {
	content: '\e831';
}

.eicon-gallery-justified:before {
	content: '\e832';
}

.eicon-gallery-masonry:before {
	content: '\e833';
}

.eicon-icon-box:before {
	content: '\e834';
}

.eicon-image-before-after:before {
	content: '\e835';
}

.eicon-image-box:before {
	content: '\e836';
}

.eicon-image-hotspot:before {
	content: '\e837';
}

.eicon-image-rollover:before {
	content: '\e838';
}

.eicon-info-box:before {
	content: '\e839';
}

.eicon-inner-section:before {
	content: '\e83a';
}

.eicon-mailchimp:before {
	content: '\e83b';
}

.eicon-menu-card:before {
	content: '\e83c';
}

.eicon-navigation-horizontal:before {
	content: '\e83d';
}

.eicon-nav-menu:before {
	content: '\e83e';
}

.eicon-navigation-vertical:before {
	content: '\e83f';
}

.eicon-number-field:before {
	content: '\e840';
}

.eicon-parallax:before {
	content: '\e841';
}

.eicon-php7:before {
	content: '\e842';
}

.eicon-post-list:before {
	content: '\e843';
}

.eicon-post-slider:before {
	content: '\e844';
}

.eicon-post:before {
	content: '\e845';
}

.eicon-posts-carousel:before {
	content: '\e846';
}

.eicon-posts-grid:before {
	content: '\e847';
}

.eicon-posts-group:before {
	content: '\e848';
}

.eicon-posts-justified:before {
	content: '\e849';
}

.eicon-posts-masonry:before {
	content: '\e84a';
}

.eicon-posts-ticker:before {
	content: '\e84b';
}

.eicon-price-list:before {
	content: '\e84c';
}

.eicon-price-table:before {
	content: '\e84d';
}

.eicon-radio:before {
	content: '\e84e';
}

.eicon-rtl:before {
	content: '\e84f';
}

.eicon-scroll:before {
	content: '\e850';
}

.eicon-search:before {
	content: '\e851';
}

.eicon-select:before {
	content: '\e852';
}

.eicon-share:before {
	content: '\e853';
}

.eicon-sidebar:before {
	content: '\e854';
}

.eicon-skill-bar:before {
	content: '\e855';
}

.eicon-slider-3d:before {
	content: '\e856';
}

.eicon-slider-album:before {
	content: '\e857';
}

.eicon-slider-device:before {
	content: '\e858';
}

.eicon-slider-full-screen:before {
	content: '\e859';
}

.eicon-slider-push:before {
	content: '\e85a';
}

.eicon-slider-vertical:before {
	content: '\e85b';
}

.eicon-slider-video:before {
	content: '\e85c';
}

.eicon-slides:before {
	content: '\e85d';
}

.eicon-social-icons:before {
	content: '\e85e';
}

.eicon-spacer:before {
	content: '\e85f';
}

.eicon-table:before {
	content: '\e860';
}

.eicon-tabs:before {
	content: '\e861';
}

.eicon-tel-field:before {
	content: '\e862';
}

.eicon-text-area:before {
	content: '\e863';
}

.eicon-text-field:before {
	content: '\e864';
}

.eicon-thumbnails-down:before {
	content: '\e865';
}

.eicon-thumbnails-half:before {
	content: '\e866';
}

.eicon-thumbnails-right:before {
	content: '\e867';
}

.eicon-time-line:before {
	content: '\e868';
}

.eicon-toggle:before {
	content: '\e869';
}

.eicon-url:before {
	content: '\e86a';
}

.eicon-t-letter:before {
	content: '\e86b';
}

.eicon-wordpress:before {
	content: '\e86c';
}

.eicon-text:before {
	content: '\e86d';
}

.eicon-anchor:before {
	content: '\e86e';
}

.eicon-bullet-list:before {
	content: '\e86f';
}

.eicon-code:before {
	content: '\e870';
}

.eicon-favorite:before {
	content: '\e871';
}

.eicon-google-maps:before {
	content: '\e872';
}

.eicon-image:before {
	content: '\e873';
}

.eicon-photo-library:before {
	content: '\e874';
}

.eicon-woocommerce:before {
	content: '\e875';
}

.eicon-youtube:before {
	content: '\e876';
}

.eicon-flip-box:before {
	content: '\e877';
}

.eicon-settings:before {
	content: '\e878';
}

.eicon-headphones:before {
	content: '\e879';
}

.eicon-testimonial:before {
	content: '\e87a';
}

.eicon-counter-circle:before {
	content: '\e87b';
}

.eicon-person:before {
	content: '\e87c';
}

.eicon-chevron-right:before {
	content: '\e87d';
}

.eicon-chevron-left:before {
	content: '\e87e';
}

.eicon-close:before {
	content: '\e87f';
}

.eicon-file-download:before {
	content: '\e880';
}

.eicon-save:before {
	content: '\e881';
}

.eicon-zoom-in:before {
	content: '\e882';
}

.eicon-shortcode:before {
	content: '\e883';
}

.eicon-nerd:before {
	content: '\e884';
}

.eicon-device-desktop:before {
	content: '\e885';
}

.eicon-device-tablet:before {
	content: '\e886';
}

.eicon-device-mobile:before {
	content: '\e887';
}

.eicon-document-file:before {
	content: '\e888';
}

.eicon-folder-o:before {
	content: '\e889';
}

.eicon-hypster:before {
	content: '\e88a';
}

.eicon-h-align-left:before {
	content: '\e88b';
}

.eicon-h-align-right:before {
	content: '\e88c';
}

.eicon-h-align-center:before {
	content: '\e88d';
}

.eicon-h-align-stretch:before {
	content: '\e88e';
}

.eicon-v-align-top:before {
	content: '\e88f';
}

.eicon-v-align-bottom:before {
	content: '\e890';
}

.eicon-v-align-middle:before {
	content: '\e891';
}

.eicon-v-align-stretch:before {
	content: '\e892';
}

.eicon-pro-icon:before {
	content: '\e893';
}

.eicon-mail:before {
	content: '\e894';
}

.eicon-lock-user:before {
	content: '\e895';
}

.eicon-testimonial-carousel:before {
	content: '\e896';
}

.eicon-media-carousel:before {
	content: '\e897';
}

.eicon-section:before {
	content: '\e898';
}

.eicon-column:before {
	content: '\e899';
}

.eicon-edit:before {
	content: '\e89a';
}

.eicon-clone:before {
	content: '\e89b';
}

.eicon-trash:before {
	content: '\e89c';
}

.eicon-play:before {
	content: '\e89d';
}

.eicon-angle-right:before {
	content: '\e89e';
}

.eicon-angle-left:before {
	content: '\e89f';
}

.eicon-animated-headline:before {
	content: '\e8a0';
}

.eicon-menu-toggle:before {
	content: '\e8a1';
}

.eicon-fb-embed:before {
	content: '\e8a2';
}

.eicon-fb-feed:before {
	content: '\e8a3';
}

.eicon-twitter-embed:before {
	content: '\e8a4';
}

.eicon-twitter-feed:before {
	content: '\e8a5';
}

.eicon-sync:before {
	content: '\e8a6';
}

.eicon-import-export:before {
	content: '\e8a7';
}

.eicon-check-circle:before {
	content: '\e8a8';
}

.eicon-library-save:before {
	content: '\e8a9';
}

.eicon-library-download:before {
	content: '\e8aa';
}

.eicon-insert:before {
	content: '\e8ab';
}

.eicon-preview-medium:before {
	content: '\e8ac';
}

.eicon-sort-down:before {
	content: '\e8ad';
}

.eicon-sort-up:before {
	content: '\e8ae';
}

.eicon-heading:before {
	content: '\e8af';
}

.eicon-logo:before {
	content: '\e8b0';
}

.eicon-meta-data:before {
	content: '\e8b1';
}

.eicon-post-content:before {
	content: '\e8b2';
}

.eicon-post-excerpt:before {
	content: '\e8b3';
}

.eicon-post-navigation:before {
	content: '\e8b4';
}

.eicon-yoast:before {
	content: '\e8b5';
}

.eicon-nerd-chuckle:before {
	content: '\e8b6';
}

.eicon-nerd-wink:before {
	content: '\e8b7';
}

.eicon-comments:before {
	content: '\e8b8';
}

.eicon-download-circle-o:before {
	content: '\e8b9';
}

.eicon-library-upload:before {
	content: '\e8ba';
}

.eicon-save-o:before {
	content: '\e8bb';
}

.eicon-upload-circle-o:before {
	content: '\e8bc';
}

.eicon-ellipsis-h:before {
	content: '\e8bd';
}

.eicon-ellipsis-v:before {
	content: '\e8be';
}

.eicon-arrow-left:before {
	content: '\e8bf';
}

.eicon-arrow-right:before {
	content: '\e8c0';
}

.eicon-arrow-up:before {
	content: '\e8c1';
}

.eicon-arrow-down:before {
	content: '\e8c2';
}

.eicon-play-o:before {
	content: '\e8c3';
}

.eicon-archive-posts:before {
	content: '\e8c4';
}

.eicon-archive-title:before {
	content: '\e8c5';
}

.eicon-featured-image:before {
	content: '\e8c6';
}

.eicon-post-info:before {
	content: '\e8c7';
}

.eicon-post-title:before {
	content: '\e8c8';
}

.eicon-site-logo:before {
	content: '\e8c9';
}

.eicon-site-search:before {
	content: '\e8ca';
}

.eicon-site-title:before {
	content: '\e8cb';
}

.eicon-plus-square:before {
	content: '\e8cc';
}

.eicon-minus-square:before {
	content: '\e8cd';
}

.eicon-cloud-check:before {
	content: '\e8ce';
}

.eicon-drag-n-drop:before {
	content: '\e8cf';
}

.eicon-welcome:before {
	content: '\e8d0';
}

.eicon-handle:before {
	content: '\e8d1';
}

.eicon-cart:before {
	content: '\e8d2';
}

.eicon-product-add-to-cart:before {
	content: '\e8d3';
}

.eicon-product-breadcrumbs:before {
	content: '\e8d4';
}

.eicon-product-categories:before {
	content: '\e8d5';
}

.eicon-product-description:before {
	content: '\e8d6';
}

.eicon-product-images:before {
	content: '\e8d7';
}

.eicon-product-info:before {
	content: '\e8d8';
}

.eicon-product-meta:before {
	content: '\e8d9';
}

.eicon-product-pages:before {
	content: '\e8da';
}

.eicon-product-price:before {
	content: '\e8db';
}

.eicon-product-rating:before {
	content: '\e8dc';
}

.eicon-product-related:before {
	content: '\e8dd';
}

.eicon-product-stock:before {
	content: '\e8de';
}

.eicon-product-tabs:before {
	content: '\e8df';
}

.eicon-product-title:before {
	content: '\e8e0';
}

.eicon-product-upsell:before {
	content: '\e8e1';
}

.eicon-products:before {
	content: '\e8e2';
}

.eicon-bag-light:before {
	content: '\e8e3';
}

.eicon-bag-medium:before {
	content: '\e8e4';
}

.eicon-bag-solid:before {
	content: '\e8e5';
}

.eicon-basket-light:before {
	content: '\e8e6';
}

.eicon-basket-medium:before {
	content: '\e8e7';
}

.eicon-basket-solid:before {
	content: '\e8e8';
}

.eicon-cart-light:before {
	content: '\e8e9';
}

.eicon-cart-medium:before {
	content: '\e8ea';
}

.eicon-cart-solid:before {
	content: '\e8eb';
}

.eicon-exchange:before {
	content: '\e8ec';
}

.eicon-preview-thin:before {
	content: '\e8ed';
}

.eicon-device-laptop:before {
	content: '\e8ee';
}

.eicon-collapse:before {
	content: '\e8ef';
}

.eicon-expand:before {
	content: '\e8f0';
}

.eicon-navigator:before {
	content: '\e8f1';
}

.eicon-plug:before {
	content: '\e8f2';
}

.eicon-dashboard:before {
	content: '\e8f3';
}

.eicon-typography:before {
	content: '\e8f4';
}

.eicon-info-circle-o:before {
	content: '\e8f5';
}

.eicon-integration:before {
	content: '\e8f6';
}

.eicon-plus-circle-o:before {
	content: '\e8f7';
}

.eicon-rating:before {
	content: '\e8f8';
}

.eicon-review:before {
	content: '\e8f9';
}

.eicon-tools:before {
	content: '\e8fa';
}

.eicon-loading:before {
	content: '\e8fb';
}

.eicon-sitemap:before {
	content: '\e8fc';
}

.eicon-click:before {
	content: '\e8fd';
}

.eicon-clock:before {
	content: '\e8fe';
}

.eicon-library-open:before {
	content: '\e8ff';
}

.eicon-warning:before {
	content: '\e900';
}

.eicon-flow:before {
	content: '\e901';
}

.eicon-cursor-move:before {
	content: '\e902';
}

.eicon-arrow-circle-left:before {
	content: '\e903';
}

.eicon-flash:before {
	content: '\e904';
}

.eicon-redo:before {
	content: '\e905';
}

.eicon-ban:before {
	content: '\e906';
}

.eicon-barcode:before {
	content: '\e907';
}

.eicon-calendar:before {
	content: '\e908';
}

.eicon-caret-left:before {
	content: '\e909';
}

.eicon-caret-right:before {
	content: '\e90a';
}

.eicon-caret-up:before {
	content: '\e90b';
}

.eicon-chain-broken:before {
	content: '\e90c';
}

.eicon-check-circle-o:before {
	content: '\e90d';
}

.eicon-check:before {
	content: '\e90e';
}

.eicon-chevron-double-left:before {
	content: '\e90f';
}

.eicon-chevron-double-right:before {
	content: '\e910';
}

.eicon-undo:before {
	content: '\e911';
}

.eicon-filter:before {
	content: '\e912';
}

.eicon-circle-o:before {
	content: '\e913';
}

.eicon-circle:before {
	content: '\e914';
}

.eicon-clock-o:before {
	content: '\e915';
}

.eicon-cog:before {
	content: '\e916';
}

.eicon-cogs:before {
	content: '\e917';
}

.eicon-commenting-o:before {
	content: '\e918';
}

.eicon-copy:before {
	content: '\e919';
}

.eicon-database:before {
	content: '\e91a';
}

.eicon-dot-circle-o:before {
	content: '\e91b';
}

.eicon-envelope:before {
	content: '\e91c';
}

.eicon-external-link-square:before {
	content: '\e91d';
}

.eicon-eyedropper:before {
	content: '\e91e';
}

.eicon-folder:before {
	content: '\e91f';
}

.eicon-font:before {
	content: '\e920';
}

.eicon-adjust:before {
	content: '\e921';
}

.eicon-lightbox:before {
	content: '\e922';
}

.eicon-heart-o:before {
	content: '\e923';
}

.eicon-history:before {
	content: '\e924';
}

.eicon-image-bold:before {
	content: '\e925';
}

.eicon-info-circle:before {
	content: '\e926';
}

.eicon-link:before {
	content: '\e927';
}

.eicon-long-arrow-left:before {
	content: '\e928';
}

.eicon-long-arrow-right:before {
	content: '\e929';
}

.eicon-caret-down:before {
	content: '\e92a';
}

.eicon-paint-brush:before {
	content: '\e92b';
}

.eicon-pencil:before {
	content: '\e92c';
}

.eicon-plus-circle:before {
	content: '\e92d';
}

.eicon-zoom-in-bold:before {
	content: '\e92e';
}

.eicon-sort-amount-desc:before {
	content: '\e92f';
}

.eicon-sign-out:before {
	content: '\e930';
}

.eicon-spinner:before {
	content: '\e931';
}

.eicon-square:before {
	content: '\e932';
}

.eicon-star-o:before {
	content: '\e933';
}

.eicon-star:before {
	content: '\e934';
}

.eicon-text-align-justify:before {
	content: '\e935';
}

.eicon-text-align-center:before {
	content: '\e936';
}

.eicon-tags:before {
	content: '\e937';
}

.eicon-text-align-left:before {
	content: '\e938';
}

.eicon-text-align-right:before {
	content: '\e939';
}

.eicon-close-circle:before {
	content: '\e93a';
}

.eicon-trash-o:before {
	content: '\e93b';
}

.eicon-font-awesome:before {
	content: '\e93c';
}

.eicon-user-circle-o:before {
	content: '\e93d';
}

.eicon-video-camera:before {
	content: '\e93e';
}

.eicon-heart:before {
	content: '\e93f';
}

.eicon-wrench:before {
	content: '\e940';
}

.eicon-help:before {
	content: '\e941';
}

.eicon-help-o:before {
	content: '\e942';
}

.eicon-zoom-out-bold:before {
	content: '\e943';
}

.eicon-plus-square-o:before {
	content: '\e944';
}

.eicon-minus-square-o:before {
	content: '\e945';
}

.eicon-minus-circle:before {
	content: '\e946';
}

.eicon-minus-circle-o:before {
	content: '\e947';
}

.eicon-code-bold:before {
	content: '\e948';
}

.eicon-cloud-upload:before {
	content: '\e949';
}

.eicon-search-bold:before {
	content: '\e94a';
}

.eicon-map-pin:before {
	content: '\e94b';
}

.eicon-meetup:before {
	content: '\e94c';
}

.eicon-slideshow:before {
	content: '\e94d';
}

.eicon-t-letter-bold:before {
	content: '\e94e';
}

.eicon-preferences:before {
	content: '\e94f';
}

.eicon-table-of-contents:before {
	content: '\e950';
}

.eicon-tv:before {
	content: '\e951';
}

.eicon-upload:before {
	content: '\e952';
}

.eicon-instagram-comments:before {
	content: '\e953';
}

.eicon-instagram-nested-gallery:before {
	content: '\e954';
}

.eicon-instagram-post:before {
	content: '\e955';
}

.eicon-instagram-video:before {
	content: '\e956';
}

.eicon-instagram-gallery:before {
	content: '\e957';
}

.eicon-instagram-likes:before {
	content: '\e958';
}

.eicon-facebook:before {
	content: '\e959';
}

.eicon-twitter:before {
	content: '\e95a';
}

.eicon-pinterest:before {
	content: '\e95b';
}

.eicon-frame-expand:before {
	content: '\e95c';
}

.eicon-frame-minimize:before {
	content: '\e95d';
}

.eicon-archive:before {
	content: '\e95e';
}

.eicon-colors-typography:before {
	content: '\e95f';
}

.eicon-custom:before {
	content: '\e960';
}

.eicon-footer:before {
	content: '\e961';
}

.eicon-header:before {
	content: '\e962';
}

.eicon-layout-settings:before {
	content: '\e963';
}

.eicon-lightbox-expand:before {
	content: '\e964';
}

.eicon-error-404:before {
	content: '\e965';
}

.eicon-theme-style:before {
	content: '\e966';
}

.eicon-search-results:before {
	content: '\e967';
}

.eicon-single-post:before {
	content: '\e968';
}

.eicon-site-identity:before {
	content: '\e969';
}

.eicon-theme-builder:before {
	content: '\e96a';
}

.eicon-download-bold:before {
	content: '\e96b';
}

.eicon-share-arrow:before {
	content: '\e96c';
}

.eicon-global-settings:before {
	content: '\e96d';
}

.eicon-user-preferences:before {
	content: '\e96e';
}

.eicon-lock:before {
	content: '\e96f';
}

.eicon-export-kit:before {
	content: '\e970';
}

.eicon-import-kit:before {
	content: '\e971';
}

.eicon-lottie:before {
	content: '\e972';
}

.eicon-products-archive:before {
	content: '\e973';
}

.eicon-single-product:before {
	content: '\e974';
}

.eicon-disable-trash-o:before {
	content: '\e975';
}

.eicon-single-page:before {
	content: '\e976';
}

.eicon-wordpress-light:before {
	content: '\e977';
}

.eicon-cogs-check:before {
	content: '\e978';
}

.eicon-custom-css:before {
	content: '\e979';
}

.eicon-global-colors:before {
	content: '\e97a';
}

.eicon-globe:before {
	content: '\e97b';
}

.eicon-typography-1:before {
	content: '\e97c';
}

.eicon-background:before {
	content: '\e97d';
}

.eicon-device-responsive:before {
	content: '\e97e';
}

.eicon-device-wide:before {
	content: '\e97f';
}

.eicon-code-highlight:before {
	content: '\e980';
}

.eicon-video-playlist:before {
	content: '\e981';
}

.eicon-download-kit:before {
	content: '\e982';
}

.eicon-kit-details:before {
	content: '\e983';
}

.eicon-kit-parts:before {
	content: '\e984';
}

.eicon-kit-upload:before {
	content: '\e985';
}

.eicon-kit-plugins:before {
	content: '\e986';
}

.eicon-kit-upload-alt:before {
	content: '\e987';
}

.eicon-hotspot:before {
	content: '\e988';
}

.eicon-paypal-button:before {
	content: '\e989';
}

.eicon-shape:before {
	content: '\e98a';
}

.eicon-wordart:before {
	content: '\e98b';
}

.eicon-checkout:before {
	content: '\e98c';
}

.eicon-container:before {
	content: '\e98d';
}

.eicon-flip:before {
	content: '\e98e';
}

.eicon-info:before {
	content: '\e98f';
}

.eicon-my-account:before {
	content: '\e990';
}

.eicon-purchase-summary:before {
	content: '\e991';
}

.eicon-page-transition:before {
	content: '\e992';
}

.eicon-spotify:before {
	content: '\e993';
}

.eicon-stripe-button:before {
	content: '\e994';
}

.eicon-woo-settings:before {
	content: '\e995';
}

.eicon-woo-cart:before {
	content: '\e996';
}

.eicon-grow:before {
	content: '\e997';
}

.eicon-order-end:before {
	content: '\e998';
}

.eicon-nowrap:before {
	content: '\e999';
}

.eicon-order-start:before {
	content: '\e99a';
}

.eicon-progress-tracker:before {
	content: '\e99b';
}

.eicon-shrink:before {
	content: '\e99c';
}

.eicon-wrap:before {
	content: '\e99d';
}

.eicon-align-center-h:before {
	content: '\e99e';
}

.eicon-align-center-v:before {
	content: '\e99f';
}

.eicon-align-end-h:before {
	content: '\e9a0';
}

.eicon-align-end-v:before {
	content: '\e9a1';
}

.eicon-align-start-h:before {
	content: '\e9a2';
}

.eicon-align-start-v:before {
	content: '\e9a3';
}

.eicon-align-stretch-h:before {
	content: '\e9a4';
}

.eicon-align-stretch-v:before {
	content: '\e9a5';
}

.eicon-justify-center-h:before {
	content: '\e9a6';
}

.eicon-justify-center-v:before {
	content: '\e9a7';
}

.eicon-justify-end-h:before {
	content: '\e9a8';
}

.eicon-justify-end-v:before {
	content: '\e9a9';
}

.eicon-justify-space-around-h:before {
	content: '\e9aa';
}

.eicon-justify-space-around-v:before {
	content: '\e9ab';
}

.eicon-justify-space-between-h:before {
	content: '\e9ac';
}

.eicon-justify-space-between-v:before {
	content: '\e9ad';
}

.eicon-justify-space-evenly-h:before {
	content: '\e9ae';
}

.eicon-justify-space-evenly-v:before {
	content: '\e9af';
}

.eicon-justify-start-h:before {
	content: '\e9b0';
}

.eicon-justify-start-v:before {
	content: '\e9b1';
}

.eicon-woocommerce-cross-sells:before {
	content: '\e9b2';
}

.eicon-woocommerce-notices:before {
	content: '\e9b3';
}

.eicon-inner-container:before {
	content: '\e9b4';
}

.eicon-warning-full:before {
	content: '\e9b5';
}

.eicon-exit:before {
	content: '\e9b6';
}

.eicon-loop-builder:before {
	content: '\e9b7';
}

.eicon-notes:before {
	content: '\e9b8';
}

.eicon-read:before {
	content: '\e9b9';
}

.eicon-unread:before {
	content: '\e9ba';
}

.eicon-carousel-loop:before {
	content: '\e9bb';
}

.eicon-eye:before {
	content: '\e8ac';
}

.eicon-elementor-square:before {
	content: '\e813';
}

@charset "UTF-8";

.dialog-widget-content {
	background-color: #fff;
	position: absolute;
	border-radius: 3px;
	-webkit-box-shadow: 2px 8px 23px 3px rgba(0,0,0,.2);
	box-shadow: 2px 8px 23px 3px rgba(0,0,0,.2);
	overflow: hidden;
}

.dialog-message {
	font-size: 12px;
	line-height: 1.5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.dialog-type-lightbox {
	position: fixed;
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.8);
	z-index: 9999;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.dialog-type-lightbox .dialog-widget-content {
	margin: auto;
	width: 375px;
}

.dialog-type-lightbox .dialog-header {
	font-size: 15px;
	color: #495157;
	padding: 30px 0 10px;
	font-weight: 500;
}

.dialog-type-lightbox .dialog-message {
	padding: 0 30px 30px;
	min-height: 50px;
}

.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message {
	text-align: center;
}

.dialog-type-lightbox .dialog-buttons-wrapper {
	border-top: 1px solid #e6e9ec;
	text-align: center;
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button {
	font-family: Roboto,Arial,Helvetica,Verdana,sans-serif;
	width: 50%;
	border: none;
	background: none;
	color: #6d7882;
	font-size: 15px;
	cursor: pointer;
	padding: 13px 0;
	outline: 0;
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:hover {
	background-color: #f4f6f7;
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-ok {
	color: #b01b1b;
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-take_over {
	color: #39b54a;
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:active {
	background-color: rgba(230,233,236,.5);
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button::-moz-focus-inner {
	border: 0;
}

.dialog-close-button {
	cursor: pointer;
	position: absolute;
	margin-top: 15px;
	right: 15px;
	font-size: 15px;
	line-height: 1;
}

.dialog-close-button:not(:hover) {
	opacity: .4;
}

.dialog-alert-widget .dialog-buttons-wrapper>button {
	width: 100%;
}

.dialog-confirm-widget .dialog-button:first-child {
	border-right: 1px solid #e6e9ec;
}

#elementor-change-exit-preference-dialog .dialog-message a {
	cursor: pointer;
}

#elementor-change-exit-preference-dialog .dialog-message>div {
	margin-bottom: 10px;
}

#elementor-change-exit-preference-dialog .dialog-ok {
	color: #39b54a;
}

#e-experiments-dependency-dialog .dialog-confirm-header {
	font-weight: 600;
}

#e-experiments-dependency-dialog .dialog-ok {
	color: #39b54a;
}

.dialog-prevent-scroll {
	overflow: hidden;
	max-height: 100vh;
}

@media (min-width:1024px) {
	body.admin-bar .dialog-lightbox-widget {
		height: calc(100vh - 32px);
	}
}

@media (max-width:1024px) {
	body.admin-bar .dialog-type-lightbox {
		position: sticky;
		height: 100vh;
	}
}

.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio {
	padding-bottom: 42.8571%;
}

.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
	padding-bottom: 56.25%;
}

.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio {
	padding-bottom: 75%;
}

.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio {
	padding-bottom: 66.6666%;
}

.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio {
	padding-bottom: 100%;
}

.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio {
	padding-bottom: 177.8%;
}

.elementor-fit-aspect-ratio {
	position: relative;
	height: 0;
}

.elementor-fit-aspect-ratio iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border: 0;
	background-color: #000;
}

.elementor-fit-aspect-ratio video {
	width: 100%;
}

.flatpickr-calendar {
	width: 280px;
}

.flatpickr-calendar .flatpickr-current-month span.cur-month {
	font-weight: 300;
}

.flatpickr-calendar .dayContainer {
	width: 280px;
	min-width: 280px;
	max-width: 280px;
}

.flatpickr-calendar .flatpickr-days {
	width: 280px;
}

.flatpickr-calendar .flatpickr-day {
	max-width: 37px;
	height: 37px;
	line-height: 37px;
}

.elementor-templates-modal .dialog-widget-content {
	font-family: Roboto,Arial,Helvetica,Verdana,sans-serif;
	background-color: #f1f3f5;
	width: 100%;
}

@media (max-width:1439px) {
	.elementor-templates-modal .dialog-widget-content {
		max-width: 990px;
	}
}

@media (min-width:1440px) {
	.elementor-templates-modal .dialog-widget-content {
		max-width: 1200px;
	}
}

.elementor-templates-modal .dialog-header {
	padding: 0;
	z-index: 1;
}

.elementor-templates-modal .dialog-buttons-wrapper,.elementor-templates-modal .dialog-header {
	background-color: #fff;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.1);
	box-shadow: 0 0 8px rgba(0,0,0,.1);
	position: relative;
}

.elementor-templates-modal .dialog-buttons-wrapper {
	border: none;
	display: none;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 5px;
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button {
	height: 40px;
	margin-left: 5px;
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success {
	padding: 12px 36px;
	color: #fff;
	width: auto;
	font-size: 15px;
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover {
	background-color: #39b54a;
}

.elementor-templates-modal .dialog-message {
	height: 750px;
	max-height: 85vh;
	overflow-y: scroll;
	padding-top: 25px;
}

.elementor-templates-modal .dialog-content {
	height: 100%;
}

.elementor-templates-modal .dialog-loading {
	display: none;
}

.elementor-templates-modal__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 50px;
}

.elementor-templates-modal__header__logo {
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
}

.elementor-templates-modal__header__logo-area {
	text-align: left;
	padding-left: 15px;
}

.elementor-templates-modal__header__logo-area>* {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.elementor-templates-modal__header__logo__icon-wrapper {
	margin-right: 10px;
	font-size: 12px;
}

.elementor-templates-modal__header__logo__title {
	padding-top: 2px;
}

.elementor-templates-modal__header__items-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.elementor-templates-modal__header__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.elementor-templates-modal__header__item>i {
	font-size: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}

.elementor-templates-modal__header__item>i:not(:hover) {
	color: #a4afb7;
}

.elementor-templates-modal__header__close--normal {
	width: 47px;
	border-left: 1px solid #e6e9ec;
}

.elementor-templates-modal__header__close--normal i {
	font-size: 18px;
}

.elementor-templates-modal__header__close--skip {
	padding: 10px 10px 10px 20px;
	margin-right: 10px;
	color: #fff;
	background-color: #a4afb7;
	font-size: 11px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	border-radius: 2px;
	cursor: pointer;
}

.elementor-templates-modal__header__close--skip>i {
	font-size: inherit;
	padding-left: 10px;
	margin-left: 15px;
	border-left: 1px solid;
}

.elementor-templates-modal__header__close--skip>i:not(:hover) {
	color: #fff;
}

.elementor-templates-modal__sidebar {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 25%;
	background-color: hsla(0,0%,100%,.3);
}

.elementor-templates-modal__content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-shadow: 0 0 13px inset rgba(0,0,0,.05);
	box-shadow: inset 0 0 13px rgba(0,0,0,.05);
}

#wpadminbar #wp-admin-bar-elementor_edit_page .elementor-general-section+.elementor-second-section {
	border-top: 1px solid #464b50;
	margin-top: 6px;
}

.elementor-hidden {
	display: none;
}

.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible {
	position: absolute;
	top: -10000em;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

.elementor-clearfix:after {
	content: "";
	display: block;
	clear: both;
	width: 0;
	height: 0;
}

.e-logo-wrapper {
	background: #93003c;
	display: inline-block;
	padding: .75em;
	border-radius: 50%;
	line-height: 1;
}

.e-logo-wrapper i {
	color: #fff;
	font-size: 1em;
}

#e-enable-unfiltered-files-dialog-import-template .dialog-confirm-ok {
	color: #39b54a;
}

#e-enable-unfiltered-files-dialog-import-template .dialog-confirm-cancel {
	color: #b01b1b;
}

.elementor {
	-webkit-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;
}

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

.elementor a {
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

.elementor hr {
	margin: 0;
	background-color: transparent;
}

.elementor img {
	height: auto;
	max-width: 100%;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
	margin: 0;
}

.elementor embed,.elementor iframe,.elementor object,.elementor video {
	max-width: 100%;
	width: 100%;
	margin: 0;
	line-height: 1;
	border: none;
}

.elementor .elementor-custom-embed {
	line-height: 0;
}

.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
	z-index: 0;
	direction: ltr;
}

.elementor .elementor-background-video-container {
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	pointer-events: none;
}

.elementor .elementor-background-video-container.elementor-loading {
	opacity: 0;
}

.elementor .elementor-background-video-embed {
	max-width: none;
}

.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.elementor .elementor-background-video {
	max-width: none;
}

.elementor .elementor-html5-video {
	-o-object-fit: cover;
	object-fit: cover;
}

.elementor .elementor-background-overlay,.elementor .elementor-background-slideshow {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.elementor .elementor-background-slideshow {
	z-index: 0;
}

.elementor .elementor-background-slideshow__slide__image {
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-size: cover;
}

.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute {
	position: absolute;
}

.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed {
	position: fixed;
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
	max-width: 100%;
}

@media (max-width:1024px) {
	.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
		max-width: 100%;
	}
}

@media (max-width:479px) {
	.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
		max-width: 100%;
	}
}

.elementor-element {
	--flex-direction: initial;
	--flex-wrap: initial;
	--justify-content: initial;
	--align-items: initial;
	--align-content: initial;
	--gap: initial;
	--flex-basis: initial;
	--flex-grow: initial;
	--flex-shrink: initial;
	--order: initial;
	--align-self: initial;
	-ms-flex-preferred-size: var(--flex-basis);
	flex-basis: var(--flex-basis);
	-webkit-box-flex: var(--flex-grow);
	-ms-flex-positive: var(--flex-grow);
	flex-grow: var(--flex-grow);
	-ms-flex-negative: var(--flex-shrink);
	flex-shrink: var(--flex-shrink);
	-webkit-box-ordinal-group: var(--order);
	-ms-flex-order: var(--order);
	order: var(--order);
	-ms-flex-item-align: var(--align-self);
	align-self: var(--align-self);
}

.elementor-element.elementor-absolute,.elementor-element.elementor-fixed {
	z-index: 1;
}

.elementor-element:where(.e-con-full,.elementor-widget) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: var(--flex-direction);
	flex-direction: var(--flex-direction);
	-ms-flex-wrap: var(--flex-wrap);
	flex-wrap: var(--flex-wrap);
	-webkit-box-pack: var(--justify-content);
	-ms-flex-pack: var(--justify-content);
	justify-content: var(--justify-content);
	-webkit-box-align: var(--align-items);
	-ms-flex-align: var(--align-items);
	align-items: var(--align-items);
	-ms-flex-line-pack: var(--align-content);
	align-content: var(--align-content);
	gap: var(--gap);
}

.elementor-invisible {
	visibility: hidden;
}

.elementor-align-center {
	text-align: center;
}

.elementor-align-center .elementor-button {
	width: auto;
}

.elementor-align-right {
	text-align: right;
}

.elementor-align-right .elementor-button {
	width: auto;
}

.elementor-align-left {
	text-align: left;
}

.elementor-align-left .elementor-button {
	width: auto;
}

.elementor-align-justify .elementor-button {
	width: 100%;
}

.elementor-custom-embed-play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.elementor-custom-embed-play i {
	font-size: 100px;
	color: #fff;
	text-shadow: 1px 0 6px rgba(0,0,0,.3);
}

.elementor-custom-embed-play svg {
	height: 100px;
	width: 100px;
	fill: #fff;
	-webkit-filter: drop-shadow(1px 0 6px rgba(0,0,0,.3));
	filter: drop-shadow(1px 0 6px rgba(0,0,0,.3));
}

.elementor-custom-embed-play i,.elementor-custom-embed-play svg {
	opacity: .8;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.elementor-custom-embed-play.elementor-playing i {
	font-family: eicons;
}

.elementor-custom-embed-play.elementor-playing i:before {
	content: "\e8fb";
}

.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg {
	-webkit-animation: eicon-spin 2s linear infinite;
	animation: eicon-spin 2s linear infinite;
}

.elementor-tag {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.elementor-ken-burns {
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-transition-duration: 10s;
	-o-transition-duration: 10s;
	transition-duration: 10s;
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}

.elementor-ken-burns--out {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

.elementor-ken-burns--active {
	-webkit-transition-duration: 20s;
	-o-transition-duration: 20s;
	transition-duration: 20s;
}

.elementor-ken-burns--active.elementor-ken-burns--out {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.elementor-ken-burns--active.elementor-ken-burns--in {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

@media (min-width:-1px) {
	.elementor-widescreen-align-center {
		text-align: center;
	}

	.elementor-widescreen-align-center .elementor-button {
		width: auto;
	}

	.elementor-widescreen-align-right {
		text-align: right;
	}

	.elementor-widescreen-align-right .elementor-button {
		width: auto;
	}

	.elementor-widescreen-align-left {
		text-align: left;
	}

	.elementor-widescreen-align-left .elementor-button {
		width: auto;
	}

	.elementor-widescreen-align-justify .elementor-button {
		width: 100%;
	}
}

@media (max-width:-1px) {
	.elementor-laptop-align-center {
		text-align: center;
	}

	.elementor-laptop-align-center .elementor-button {
		width: auto;
	}

	.elementor-laptop-align-right {
		text-align: right;
	}

	.elementor-laptop-align-right .elementor-button {
		width: auto;
	}

	.elementor-laptop-align-left {
		text-align: left;
	}

	.elementor-laptop-align-left .elementor-button {
		width: auto;
	}

	.elementor-laptop-align-justify .elementor-button {
		width: 100%;
	}
}

@media (max-width:-1px) {
	.elementor-tablet_extra-align-center {
		text-align: center;
	}

	.elementor-tablet_extra-align-center .elementor-button {
		width: auto;
	}

	.elementor-tablet_extra-align-right {
		text-align: right;
	}

	.elementor-tablet_extra-align-right .elementor-button {
		width: auto;
	}

	.elementor-tablet_extra-align-left {
		text-align: left;
	}

	.elementor-tablet_extra-align-left .elementor-button {
		width: auto;
	}

	.elementor-tablet_extra-align-justify .elementor-button {
		width: 100%;
	}
}

@media (max-width:1024px) {
	.elementor-tablet-align-center {
		text-align: center;
	}

	.elementor-tablet-align-center .elementor-button {
		width: auto;
	}

	.elementor-tablet-align-right {
		text-align: right;
	}

	.elementor-tablet-align-right .elementor-button {
		width: auto;
	}

	.elementor-tablet-align-left {
		text-align: left;
	}

	.elementor-tablet-align-left .elementor-button {
		width: auto;
	}

	.elementor-tablet-align-justify .elementor-button {
		width: 100%;
	}
}

@media (max-width:767px) {
	.elementor-mobile_extra-align-center {
		text-align: center;
	}

	.elementor-mobile_extra-align-center .elementor-button {
		width: auto;
	}

	.elementor-mobile_extra-align-right {
		text-align: right;
	}

	.elementor-mobile_extra-align-right .elementor-button {
		width: auto;
	}

	.elementor-mobile_extra-align-left {
		text-align: left;
	}

	.elementor-mobile_extra-align-left .elementor-button {
		width: auto;
	}

	.elementor-mobile_extra-align-justify .elementor-button {
		width: 100%;
	}
}

@media (max-width:479px) {
	.elementor-mobile-align-center {
		text-align: center;
	}

	.elementor-mobile-align-center .elementor-button {
		width: auto;
	}

	.elementor-mobile-align-right {
		text-align: right;
	}

	.elementor-mobile-align-right .elementor-button {
		width: auto;
	}

	.elementor-mobile-align-left {
		text-align: left;
	}

	.elementor-mobile-align-left .elementor-button {
		width: auto;
	}

	.elementor-mobile-align-justify .elementor-button {
		width: 100%;
	}
}

:root {
	--page-title-display: block;
}

.elementor-page-title,h1.entry-title {
	display: var(--page-title-display);
}

@-webkit-keyframes eicon-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes eicon-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.eicon-animation-spin {
	-webkit-animation: eicon-spin 2s linear infinite;
	animation: eicon-spin 2s linear infinite;
}

.elementor-section {
	position: relative;
}

.elementor-section .elementor-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

@media (max-width:1024px) {
	.elementor-section .elementor-container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 1140px;
}

.elementor-section.elementor-section-stretched {
	position: relative;
	width: 100%;
}

.elementor-section.elementor-section-items-top>.elementor-container {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.elementor-section.elementor-section-items-middle>.elementor-container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media (min-width:480px) {
	.elementor-section.elementor-section-height-full {
		height: 100vh;
	}

	.elementor-section.elementor-section-height-full>.elementor-container {
		height: 100%;
	}
}

.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.elementor-row {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width:1024px) {
	.elementor-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.elementor-widget-wrap {
	position: relative;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.elementor-widget-wrap>.elementor-element {
	width: 100%;
}

.elementor-widget-wrap.e-swiper-container {
	width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)));
}

.elementor-widget {
	position: relative;
}

.elementor-widget:not(:last-child) {
	margin-bottom: 20px;
}

.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial {
	margin-bottom: 0;
}

.elementor-column {
	min-height: 1px;
}

.elementor-column,.elementor-column-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.elementor-column-wrap {
	width: 100%;
}

.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated {
	padding: 5px;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
	padding: 10px;
}

.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
	padding: 15px;
}

.elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
	padding: 20px;
}

.elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
	padding: 30px;
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
	padding: 0;
}

@media (min-width:480px) {
	.elementor-column.elementor-col-10,.elementor-column[data-col="10"] {
		width: 10%;
	}

	.elementor-column.elementor-col-11,.elementor-column[data-col="11"] {
		width: 11.111%;
	}

	.elementor-column.elementor-col-12,.elementor-column[data-col="12"] {
		width: 12.5%;
	}

	.elementor-column.elementor-col-14,.elementor-column[data-col="14"] {
		width: 14.285%;
	}

	.elementor-column.elementor-col-16,.elementor-column[data-col="16"] {
		width: 16.666%;
	}

	.elementor-column.elementor-col-20,.elementor-column[data-col="20"] {
		width: 20%;
	}

	.elementor-column.elementor-col-25,.elementor-column[data-col="25"] {
		width: 25%;
	}

	.elementor-column.elementor-col-30,.elementor-column[data-col="30"] {
		width: 30%;
	}

	.elementor-column.elementor-col-33,.elementor-column[data-col="33"] {
		width: 33.333%;
	}

	.elementor-column.elementor-col-40,.elementor-column[data-col="40"] {
		width: 40%;
	}

	.elementor-column.elementor-col-50,.elementor-column[data-col="50"] {
		width: 50%;
	}

	.elementor-column.elementor-col-60,.elementor-column[data-col="60"] {
		width: 60%;
	}

	.elementor-column.elementor-col-66,.elementor-column[data-col="66"] {
		width: 66.666%;
	}

	.elementor-column.elementor-col-70,.elementor-column[data-col="70"] {
		width: 70%;
	}

	.elementor-column.elementor-col-75,.elementor-column[data-col="75"] {
		width: 75%;
	}

	.elementor-column.elementor-col-80,.elementor-column[data-col="80"] {
		width: 80%;
	}

	.elementor-column.elementor-col-83,.elementor-column[data-col="83"] {
		width: 83.333%;
	}

	.elementor-column.elementor-col-90,.elementor-column[data-col="90"] {
		width: 90%;
	}

	.elementor-column.elementor-col-100,.elementor-column[data-col="100"] {
		width: 100%;
	}
}

@media (max-width:479px) {
	.elementor-column.elementor-xs-10 {
		width: 10%;
	}

	.elementor-column.elementor-xs-11 {
		width: 11.111%;
	}

	.elementor-column.elementor-xs-12 {
		width: 12.5%;
	}

	.elementor-column.elementor-xs-14 {
		width: 14.285%;
	}

	.elementor-column.elementor-xs-16 {
		width: 16.666%;
	}

	.elementor-column.elementor-xs-20 {
		width: 20%;
	}

	.elementor-column.elementor-xs-25 {
		width: 25%;
	}

	.elementor-column.elementor-xs-30 {
		width: 30%;
	}

	.elementor-column.elementor-xs-33 {
		width: 33.333%;
	}

	.elementor-column.elementor-xs-40 {
		width: 40%;
	}

	.elementor-column.elementor-xs-50 {
		width: 50%;
	}

	.elementor-column.elementor-xs-60 {
		width: 60%;
	}

	.elementor-column.elementor-xs-66 {
		width: 66.666%;
	}

	.elementor-column.elementor-xs-70 {
		width: 70%;
	}

	.elementor-column.elementor-xs-75 {
		width: 75%;
	}

	.elementor-column.elementor-xs-80 {
		width: 80%;
	}

	.elementor-column.elementor-xs-83 {
		width: 83.333%;
	}

	.elementor-column.elementor-xs-90 {
		width: 90%;
	}

	.elementor-column.elementor-xs-100 {
		width: 100%;
	}
}

@media (max-width:479px) {
	.elementor-column.elementor-sm-10 {
		width: 10%;
	}

	.elementor-column.elementor-sm-11 {
		width: 11.111%;
	}

	.elementor-column.elementor-sm-12 {
		width: 12.5%;
	}

	.elementor-column.elementor-sm-14 {
		width: 14.285%;
	}

	.elementor-column.elementor-sm-16 {
		width: 16.666%;
	}

	.elementor-column.elementor-sm-20 {
		width: 20%;
	}

	.elementor-column.elementor-sm-25 {
		width: 25%;
	}

	.elementor-column.elementor-sm-30 {
		width: 30%;
	}

	.elementor-column.elementor-sm-33 {
		width: 33.333%;
	}

	.elementor-column.elementor-sm-40 {
		width: 40%;
	}

	.elementor-column.elementor-sm-50 {
		width: 50%;
	}

	.elementor-column.elementor-sm-60 {
		width: 60%;
	}

	.elementor-column.elementor-sm-66 {
		width: 66.666%;
	}

	.elementor-column.elementor-sm-70 {
		width: 70%;
	}

	.elementor-column.elementor-sm-75 {
		width: 75%;
	}

	.elementor-column.elementor-sm-80 {
		width: 80%;
	}

	.elementor-column.elementor-sm-83 {
		width: 83.333%;
	}

	.elementor-column.elementor-sm-90 {
		width: 90%;
	}

	.elementor-column.elementor-sm-100 {
		width: 100%;
	}
}

@media (min-width:480px) and (max-width:1024px) {
	.elementor-column.elementor-md-10 {
		width: 10%;
	}

	.elementor-column.elementor-md-11 {
		width: 11.111%;
	}

	.elementor-column.elementor-md-12 {
		width: 12.5%;
	}

	.elementor-column.elementor-md-14 {
		width: 14.285%;
	}

	.elementor-column.elementor-md-16 {
		width: 16.666%;
	}

	.elementor-column.elementor-md-20 {
		width: 20%;
	}

	.elementor-column.elementor-md-25 {
		width: 25%;
	}

	.elementor-column.elementor-md-30 {
		width: 30%;
	}

	.elementor-column.elementor-md-33 {
		width: 33.333%;
	}

	.elementor-column.elementor-md-40 {
		width: 40%;
	}

	.elementor-column.elementor-md-50 {
		width: 50%;
	}

	.elementor-column.elementor-md-60 {
		width: 60%;
	}

	.elementor-column.elementor-md-66 {
		width: 66.666%;
	}

	.elementor-column.elementor-md-70 {
		width: 70%;
	}

	.elementor-column.elementor-md-75 {
		width: 75%;
	}

	.elementor-column.elementor-md-80 {
		width: 80%;
	}

	.elementor-column.elementor-md-83 {
		width: 83.333%;
	}

	.elementor-column.elementor-md-90 {
		width: 90%;
	}

	.elementor-column.elementor-md-100 {
		width: 100%;
	}
}

@media (min-width:-1px) {
	.elementor-reverse-widescreen>.elementor-container>:first-child {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.elementor-reverse-widescreen>.elementor-container>:nth-child(2) {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.elementor-reverse-widescreen>.elementor-container>:nth-child(3) {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.elementor-reverse-widescreen>.elementor-container>:nth-child(4) {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.elementor-reverse-widescreen>.elementor-container>:nth-child(5) {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.elementor-reverse-widescreen>.elementor-container>:nth-child(6) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.elementor-reverse-widescreen>.elementor-container>:nth-child(7) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.elementor-reverse-widescreen>.elementor-container>:nth-child(8) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.elementor-reverse-widescreen>.elementor-container>:nth-child(9) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.elementor-reverse-widescreen>.elementor-container>:nth-child(10) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media (min-width:1025px) and (max-width:-1px) {
	.elementor-reverse-laptop>.elementor-container>:first-child {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(2) {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(3) {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(4) {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(5) {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(6) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(7) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(8) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(9) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(10) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media (min-width:-1px) and (max-width:-1px) {
	.elementor-reverse-laptop>.elementor-container>:first-child {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(2) {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(3) {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(4) {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(5) {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(6) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(7) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(8) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(9) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(10) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media (min-width:1025px) and (max-width:-1px) {
	.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9),.elementor-reverse-laptop>.elementor-container>:nth-child(10) {
		-webkit-box-ordinal-group: initial;
		-ms-flex-order: initial;
		order: 0;
	}

	.elementor-reverse-tablet_extra>.elementor-container>:first-child {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2) {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3) {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4) {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5) {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media (min-width:480px) and (max-width:1024px) {
	.elementor-reverse-tablet>.elementor-container>:first-child {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(2) {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(3) {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(4) {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(5) {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(6) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(7) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(8) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(9) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(10) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.elementor-reverse-tablet>.elementor-container>:first-child {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(2) {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(3) {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(4) {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(5) {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(6) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(7) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(8) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(9) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(10) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media (min-width:480px) and (max-width:767px) {
	.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9),.elementor-reverse-tablet>.elementor-container>:nth-child(10) {
		-webkit-box-ordinal-group: initial;
		-ms-flex-order: initial;
		order: 0;
	}

	.elementor-reverse-mobile_extra>.elementor-container>:first-child {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2) {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3) {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4) {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5) {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media (max-width:479px) {
	.elementor-reverse-mobile>.elementor-container>:first-child {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(2) {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(3) {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(4) {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(5) {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(6) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(7) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(8) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(9) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(10) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.elementor-column {
		width: 100%;
	}
}

ul.elementor-icon-list-items.elementor-inline-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
	word-break: break-word;
}

.elementor-grid {
	display: grid;
	grid-column-gap: var(--grid-column-gap);
	grid-row-gap: var(--grid-row-gap);
}

.elementor-grid .elementor-grid-item {
	min-width: 0;
}

.elementor-grid-0 .elementor-grid {
	display: inline-block;
	width: 100%;
	word-spacing: var(--grid-column-gap);
	margin-bottom: calc(-1 * var(--grid-row-gap));
}

.elementor-grid-0 .elementor-grid .elementor-grid-item {
	display: inline-block;
	margin-bottom: var(--grid-row-gap);
	word-break: break-word;
}

.elementor-grid-1 .elementor-grid {
	grid-template-columns: repeat(1,1fr);
}

.elementor-grid-2 .elementor-grid {
	grid-template-columns: repeat(2,1fr);
}

.elementor-grid-3 .elementor-grid {
	grid-template-columns: repeat(3,1fr);
}

.elementor-grid-4 .elementor-grid {
	grid-template-columns: repeat(4,1fr);
}

.elementor-grid-5 .elementor-grid {
	grid-template-columns: repeat(5,1fr);
}

.elementor-grid-6 .elementor-grid {
	grid-template-columns: repeat(6,1fr);
}

.elementor-grid-7 .elementor-grid {
	grid-template-columns: repeat(7,1fr);
}

.elementor-grid-8 .elementor-grid {
	grid-template-columns: repeat(8,1fr);
}

.elementor-grid-9 .elementor-grid {
	grid-template-columns: repeat(9,1fr);
}

.elementor-grid-10 .elementor-grid {
	grid-template-columns: repeat(10,1fr);
}

.elementor-grid-11 .elementor-grid {
	grid-template-columns: repeat(11,1fr);
}

.elementor-grid-12 .elementor-grid {
	grid-template-columns: repeat(12,1fr);
}

@media (min-width:-1px) {
	.elementor-grid-widescreen-0 .elementor-grid {
		display: inline-block;
		width: 100%;
		word-spacing: var(--grid-column-gap);
		margin-bottom: calc(-1 * var(--grid-row-gap));
	}

	.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-bottom: var(--grid-row-gap);
		word-break: break-word;
	}

	.elementor-grid-widescreen-1 .elementor-grid {
		grid-template-columns: repeat(1,1fr);
	}

	.elementor-grid-widescreen-2 .elementor-grid {
		grid-template-columns: repeat(2,1fr);
	}

	.elementor-grid-widescreen-3 .elementor-grid {
		grid-template-columns: repeat(3,1fr);
	}

	.elementor-grid-widescreen-4 .elementor-grid {
		grid-template-columns: repeat(4,1fr);
	}

	.elementor-grid-widescreen-5 .elementor-grid {
		grid-template-columns: repeat(5,1fr);
	}

	.elementor-grid-widescreen-6 .elementor-grid {
		grid-template-columns: repeat(6,1fr);
	}

	.elementor-grid-widescreen-7 .elementor-grid {
		grid-template-columns: repeat(7,1fr);
	}

	.elementor-grid-widescreen-8 .elementor-grid {
		grid-template-columns: repeat(8,1fr);
	}

	.elementor-grid-widescreen-9 .elementor-grid {
		grid-template-columns: repeat(9,1fr);
	}

	.elementor-grid-widescreen-10 .elementor-grid {
		grid-template-columns: repeat(10,1fr);
	}

	.elementor-grid-widescreen-11 .elementor-grid {
		grid-template-columns: repeat(11,1fr);
	}

	.elementor-grid-widescreen-12 .elementor-grid {
		grid-template-columns: repeat(12,1fr);
	}
}

@media (max-width:-1px) {
	.elementor-grid-laptop-0 .elementor-grid {
		display: inline-block;
		width: 100%;
		word-spacing: var(--grid-column-gap);
		margin-bottom: calc(-1 * var(--grid-row-gap));
	}

	.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-bottom: var(--grid-row-gap);
		word-break: break-word;
	}

	.elementor-grid-laptop-1 .elementor-grid {
		grid-template-columns: repeat(1,1fr);
	}

	.elementor-grid-laptop-2 .elementor-grid {
		grid-template-columns: repeat(2,1fr);
	}

	.elementor-grid-laptop-3 .elementor-grid {
		grid-template-columns: repeat(3,1fr);
	}

	.elementor-grid-laptop-4 .elementor-grid {
		grid-template-columns: repeat(4,1fr);
	}

	.elementor-grid-laptop-5 .elementor-grid {
		grid-template-columns: repeat(5,1fr);
	}

	.elementor-grid-laptop-6 .elementor-grid {
		grid-template-columns: repeat(6,1fr);
	}

	.elementor-grid-laptop-7 .elementor-grid {
		grid-template-columns: repeat(7,1fr);
	}

	.elementor-grid-laptop-8 .elementor-grid {
		grid-template-columns: repeat(8,1fr);
	}

	.elementor-grid-laptop-9 .elementor-grid {
		grid-template-columns: repeat(9,1fr);
	}

	.elementor-grid-laptop-10 .elementor-grid {
		grid-template-columns: repeat(10,1fr);
	}

	.elementor-grid-laptop-11 .elementor-grid {
		grid-template-columns: repeat(11,1fr);
	}

	.elementor-grid-laptop-12 .elementor-grid {
		grid-template-columns: repeat(12,1fr);
	}
}

@media (max-width:-1px) {
	.elementor-grid-tablet_extra-0 .elementor-grid {
		display: inline-block;
		width: 100%;
		word-spacing: var(--grid-column-gap);
		margin-bottom: calc(-1 * var(--grid-row-gap));
	}

	.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-bottom: var(--grid-row-gap);
		word-break: break-word;
	}

	.elementor-grid-tablet_extra-1 .elementor-grid {
		grid-template-columns: repeat(1,1fr);
	}

	.elementor-grid-tablet_extra-2 .elementor-grid {
		grid-template-columns: repeat(2,1fr);
	}

	.elementor-grid-tablet_extra-3 .elementor-grid {
		grid-template-columns: repeat(3,1fr);
	}

	.elementor-grid-tablet_extra-4 .elementor-grid {
		grid-template-columns: repeat(4,1fr);
	}

	.elementor-grid-tablet_extra-5 .elementor-grid {
		grid-template-columns: repeat(5,1fr);
	}

	.elementor-grid-tablet_extra-6 .elementor-grid {
		grid-template-columns: repeat(6,1fr);
	}

	.elementor-grid-tablet_extra-7 .elementor-grid {
		grid-template-columns: repeat(7,1fr);
	}

	.elementor-grid-tablet_extra-8 .elementor-grid {
		grid-template-columns: repeat(8,1fr);
	}

	.elementor-grid-tablet_extra-9 .elementor-grid {
		grid-template-columns: repeat(9,1fr);
	}

	.elementor-grid-tablet_extra-10 .elementor-grid {
		grid-template-columns: repeat(10,1fr);
	}

	.elementor-grid-tablet_extra-11 .elementor-grid {
		grid-template-columns: repeat(11,1fr);
	}

	.elementor-grid-tablet_extra-12 .elementor-grid {
		grid-template-columns: repeat(12,1fr);
	}
}

@media (max-width:1024px) {
	.elementor-grid-tablet-0 .elementor-grid {
		display: inline-block;
		width: 100%;
		word-spacing: var(--grid-column-gap);
		margin-bottom: calc(-1 * var(--grid-row-gap));
	}

	.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-bottom: var(--grid-row-gap);
		word-break: break-word;
	}

	.elementor-grid-tablet-1 .elementor-grid {
		grid-template-columns: repeat(1,1fr);
	}

	.elementor-grid-tablet-2 .elementor-grid {
		grid-template-columns: repeat(2,1fr);
	}

	.elementor-grid-tablet-3 .elementor-grid {
		grid-template-columns: repeat(3,1fr);
	}

	.elementor-grid-tablet-4 .elementor-grid {
		grid-template-columns: repeat(4,1fr);
	}

	.elementor-grid-tablet-5 .elementor-grid {
		grid-template-columns: repeat(5,1fr);
	}

	.elementor-grid-tablet-6 .elementor-grid {
		grid-template-columns: repeat(6,1fr);
	}

	.elementor-grid-tablet-7 .elementor-grid {
		grid-template-columns: repeat(7,1fr);
	}

	.elementor-grid-tablet-8 .elementor-grid {
		grid-template-columns: repeat(8,1fr);
	}

	.elementor-grid-tablet-9 .elementor-grid {
		grid-template-columns: repeat(9,1fr);
	}

	.elementor-grid-tablet-10 .elementor-grid {
		grid-template-columns: repeat(10,1fr);
	}

	.elementor-grid-tablet-11 .elementor-grid {
		grid-template-columns: repeat(11,1fr);
	}

	.elementor-grid-tablet-12 .elementor-grid {
		grid-template-columns: repeat(12,1fr);
	}
}

@media (max-width:767px) {
	.elementor-grid-mobile_extra-0 .elementor-grid {
		display: inline-block;
		width: 100%;
		word-spacing: var(--grid-column-gap);
		margin-bottom: calc(-1 * var(--grid-row-gap));
	}

	.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-bottom: var(--grid-row-gap);
		word-break: break-word;
	}

	.elementor-grid-mobile_extra-1 .elementor-grid {
		grid-template-columns: repeat(1,1fr);
	}

	.elementor-grid-mobile_extra-2 .elementor-grid {
		grid-template-columns: repeat(2,1fr);
	}

	.elementor-grid-mobile_extra-3 .elementor-grid {
		grid-template-columns: repeat(3,1fr);
	}

	.elementor-grid-mobile_extra-4 .elementor-grid {
		grid-template-columns: repeat(4,1fr);
	}

	.elementor-grid-mobile_extra-5 .elementor-grid {
		grid-template-columns: repeat(5,1fr);
	}

	.elementor-grid-mobile_extra-6 .elementor-grid {
		grid-template-columns: repeat(6,1fr);
	}

	.elementor-grid-mobile_extra-7 .elementor-grid {
		grid-template-columns: repeat(7,1fr);
	}

	.elementor-grid-mobile_extra-8 .elementor-grid {
		grid-template-columns: repeat(8,1fr);
	}

	.elementor-grid-mobile_extra-9 .elementor-grid {
		grid-template-columns: repeat(9,1fr);
	}

	.elementor-grid-mobile_extra-10 .elementor-grid {
		grid-template-columns: repeat(10,1fr);
	}

	.elementor-grid-mobile_extra-11 .elementor-grid {
		grid-template-columns: repeat(11,1fr);
	}

	.elementor-grid-mobile_extra-12 .elementor-grid {
		grid-template-columns: repeat(12,1fr);
	}
}

@media (max-width:479px) {
	.elementor-grid-mobile-0 .elementor-grid {
		display: inline-block;
		width: 100%;
		word-spacing: var(--grid-column-gap);
		margin-bottom: calc(-1 * var(--grid-row-gap));
	}

	.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-bottom: var(--grid-row-gap);
		word-break: break-word;
	}

	.elementor-grid-mobile-1 .elementor-grid {
		grid-template-columns: repeat(1,1fr);
	}

	.elementor-grid-mobile-2 .elementor-grid {
		grid-template-columns: repeat(2,1fr);
	}

	.elementor-grid-mobile-3 .elementor-grid {
		grid-template-columns: repeat(3,1fr);
	}

	.elementor-grid-mobile-4 .elementor-grid {
		grid-template-columns: repeat(4,1fr);
	}

	.elementor-grid-mobile-5 .elementor-grid {
		grid-template-columns: repeat(5,1fr);
	}

	.elementor-grid-mobile-6 .elementor-grid {
		grid-template-columns: repeat(6,1fr);
	}

	.elementor-grid-mobile-7 .elementor-grid {
		grid-template-columns: repeat(7,1fr);
	}

	.elementor-grid-mobile-8 .elementor-grid {
		grid-template-columns: repeat(8,1fr);
	}

	.elementor-grid-mobile-9 .elementor-grid {
		grid-template-columns: repeat(9,1fr);
	}

	.elementor-grid-mobile-10 .elementor-grid {
		grid-template-columns: repeat(10,1fr);
	}

	.elementor-grid-mobile-11 .elementor-grid {
		grid-template-columns: repeat(11,1fr);
	}

	.elementor-grid-mobile-12 .elementor-grid {
		grid-template-columns: repeat(12,1fr);
	}
}

@media (min-width:1025px) {
	#elementor-device-mode:after {
		content: "desktop";
	}
}

@media (min-width:-1px) {
	#elementor-device-mode:after {
		content: "widescreen";
	}
}

@media (max-width:-1px) {
	#elementor-device-mode:after {
		content: "laptop";
	}
}

@media (max-width:-1px) {
	#elementor-device-mode:after {
		content: "tablet_extra";
	}
}

@media (max-width:1024px) {
	#elementor-device-mode:after {
		content: "tablet";
	}
}

@media (max-width:767px) {
	#elementor-device-mode:after {
		content: "mobile_extra";
	}
}

@media (max-width:479px) {
	#elementor-device-mode:after {
		content: "mobile";
	}
}

.e-con {
	--border-radius: 0;
	--display: flex;
	--flex-direction: column;
	--flex-basis: auto;
	--flex-grow: 0;
	--flex-shrink: 1;
	--content-width: Min(100%,var(--container-max-width,1140px));
	--width: 100%;
	--min-height: initial;
	--height: auto;
	--text-align: initial;
	--margin-top: 0;
	--margin-right: 0;
	--margin-bottom: 0;
	--margin-left: 0;
	--padding-top: var(--container-default-padding-top,10px);
	--padding-right: var(--container-default-padding-right,10px);
	--padding-bottom: var(--container-default-padding-bottom,10px);
	--padding-left: var(--container-default-padding-left,10px);
	--position: relative;
	--z-index: revert;
	--overflow: visible;
	--transition: 0;
	--gap: var(--widgets-spacing,20px);
	--overlay-mix-blend-mode: initial;
	--overlay-opacity: 1;
	--overlay-transition: 0.3s;
	position: var(--position);
	-webkit-box-flex: var(--flex-grow);
	-ms-flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis);
	flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis);
	width: var(--width);
	min-width: 0;
	min-height: var(--min-height);
	height: var(--height);
	border-radius: var(--border-radius);
	margin: var(--margin-top) var(--margin-right) var(--margin-bottom) var(--margin-left);
	padding-left: var(--padding-left);
	padding-right: var(--padding-right);
	z-index: var(--z-index);
	overflow: var(--overflow);
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	transition: var(--transition);
}

.e-con-full,.e-con>.e-con-inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: var(--flex-direction);
	flex-direction: var(--flex-direction);
	text-align: var(--text-align);
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
}

.e-con,.e-con>.e-con-inner {
	display: var(--display);
}

.e-con-boxed {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: initial;
	-ms-flex-wrap: initial;
	flex-wrap: nowrap;
	-webkit-box-pack: initial;
	-ms-flex-pack: initial;
	justify-content: normal;
	-webkit-box-align: initial;
	-ms-flex-align: initial;
	align-items: normal;
	-ms-flex-line-pack: initial;
	align-content: normal;
	gap: initial;
}

.e-con>.e-con-inner {
	-ms-flex-wrap: var(--flex-wrap);
	flex-wrap: var(--flex-wrap);
	-webkit-box-pack: var(--justify-content);
	-ms-flex-pack: var(--justify-content);
	justify-content: var(--justify-content);
	-webkit-box-align: var(--align-items);
	-ms-flex-align: var(--align-items);
	align-items: var(--align-items);
	-ms-flex-line-pack: var(--align-content);
	align-content: var(--align-content);
	gap: var(--gap);
	width: 100%;
	max-width: var(--content-width);
	margin: 0 auto;
	padding-inline: 0;
	height: 100%;
	-ms-flex-preferred-size: initial;
	flex-basis: auto;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: initial;
	flex-shrink: 1;
	-ms-flex-item-align: initial;
	align-self: auto;
}

:is(.elementor-section-wrap,[data-elementor-id])>.e-con {
	--margin-right: auto;
	--margin-left: auto;
	max-width: min(100%,var(--width));
}

.e-con .elementor-widget.elementor-widget {
	margin-bottom: 0;
}

.e-con:before,.e-con>.e-con-inner>.elementor-background-slideshow:before,.e-con>.e-con-inner>.elementor-background-video-container:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-background-video-container:before {
	content: var(--background-overlay);
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	mix-blend-mode: var(--overlay-mix-blend-mode);
	opacity: var(--overlay-opacity);
	-webkit-transition: var(--overlay-transition);
	-o-transition: var(--overlay-transition);
	transition: var(--overlay-transition);
	border-radius: var(--border-radius);
}

.e-con>.e-con-inner>.elementor-background-video-container:before,.e-con>.elementor-background-video-container:before {
	z-index: 1;
}

.e-con>.e-con-inner>.elementor-background-slideshow:before,.e-con>.elementor-background-slideshow:before {
	z-index: 2;
}

.e-con .elementor-widget {
	min-width: 0;
}

.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper {
	width: 100%;
}

.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container {
	height: 100%;
}

.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget {
	max-width: 100%;
}

@media (max-width:767px) {
	.e-con {
		--width: 100%;
		--flex-wrap: wrap;
	}
}

.elementor-form-fields-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.elementor-field-group {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.elementor-field-group.elementor-field-type-submit {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.elementor-field-group .elementor-field-textual {
	width: 100%;
	max-width: 100%;
	border: 1px solid #818a91;
	background-color: transparent;
	color: #373a3c;
	vertical-align: middle;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.elementor-field-group .elementor-field-textual:focus {
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1) inset;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
	outline: 0;
}

.elementor-field-group .elementor-field-textual::-webkit-input-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6;
}

.elementor-field-group .elementor-field-textual:-ms-input-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6;
}

.elementor-field-group .elementor-field-textual:-moz-placeholder,.elementor-field-group .elementor-field-textual::-moz-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6;
}

.elementor-field-group .elementor-field-textual::-ms-input-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6;
}

.elementor-field-group .elementor-field-textual::placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6;
}

.elementor-field-group .elementor-select-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%;
}

.elementor-field-group .elementor-select-wrapper select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	padding-right: 20px;
}

.elementor-field-group .elementor-select-wrapper:before {
	content: "\e92a";
	font-family: eicons;
	font-size: 15px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
	pointer-events: none;
	text-shadow: 0 0 3px rgba(0,0,0,.3);
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
	content: "";
}

.elementor-field-subgroup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.elementor-field-subgroup .elementor-field-option label {
	display: inline-block;
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
	padding-right: 10px;
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
	display: inline;
}

.elementor-field-label {
	cursor: pointer;
}

.elementor-mark-required .elementor-field-label:after {
	content: "*";
	color: red;
	padding-left: .2em;
}

.elementor-field-textual {
	line-height: 1.4;
	font-size: 15px;
	min-height: 40px;
	padding: 5px 14px;
	border-radius: 3px;
}

.elementor-field-textual.elementor-size-xs {
	font-size: 13px;
	min-height: 33px;
	padding: 4px 12px;
	border-radius: 2px;
}

.elementor-field-textual.elementor-size-md {
	font-size: 16px;
	min-height: 47px;
	padding: 6px 16px;
	border-radius: 4px;
}

.elementor-field-textual.elementor-size-lg {
	font-size: 18px;
	min-height: 59px;
	padding: 7px 20px;
	border-radius: 5px;
}

.elementor-field-textual.elementor-size-xl {
	font-size: 20px;
	min-height: 72px;
	padding: 8px 24px;
	border-radius: 6px;
}

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.elementor-button-align-stretch .e-form__buttons__wrapper__button {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
	-ms-flex-preferred-size: initial;
	flex-basis: auto;
}

.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper {
	-webkit-box-flex: initial;
	-ms-flex-positive: initial;
	flex-grow: 0;
}

.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button {
	-ms-flex-preferred-size: initial;
	flex-basis: auto;
}

@media screen and (max-width:1024px) {
	.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
		-ms-flex-preferred-size: initial;
		flex-basis: auto;
	}

	.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper {
		-webkit-box-flex: initial;
		-ms-flex-positive: initial;
		flex-grow: 0;
	}

	.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
		-ms-flex-preferred-size: initial;
		flex-basis: auto;
	}
}

@media screen and (max-width:479px) {
	.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
		-ms-flex-preferred-size: initial;
		flex-basis: auto;
	}

	.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper {
		-webkit-box-flex: initial;
		-ms-flex-positive: initial;
		flex-grow: 0;
	}

	.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
		-ms-flex-preferred-size: initial;
		flex-basis: auto;
	}
}

.elementor-error .elementor-field {
	border-color: #d9534f;
}

.elementor-error .help-inline {
	color: #d9534f;
	font-size: .9em;
}

.elementor-message {
	margin: 10px 0;
	font-size: 1em;
	line-height: 1;
}

.elementor-message:before {
	content: "\e90e";
	display: inline-block;
	font-family: eicons;
	font-weight: 400;
	font-style: normal;
	vertical-align: middle;
	margin-right: 5px;
}

.elementor-message.elementor-message-danger {
	color: #d9534f;
}

.elementor-message.elementor-message-danger:before {
	content: "\e87f";
}

.elementor-message.form-message-success {
	color: #5cb85c;
}

.elementor-form .elementor-button {
	padding-top: 0;
	padding-bottom: 0;
	border: none;
}

.elementor-form .elementor-button>span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.elementor-form .elementor-button.elementor-size-xs {
	min-height: 33px;
}

.elementor-form .elementor-button.elementor-size-sm {
	min-height: 40px;
}

.elementor-form .elementor-button.elementor-size-md {
	min-height: 47px;
}

.elementor-form .elementor-button.elementor-size-lg {
	min-height: 59px;
}

.elementor-form .elementor-button.elementor-size-xl {
	min-height: 72px;
}

.elementor-element .elementor-widget-container {
	-webkit-transition: background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;
	transition: background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;
	-o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-box-shadow .3s;
}

.elementor-button {
	display: inline-block;
	line-height: 1;
	background-color: #818a91;
	font-size: 15px;
	padding: 12px 24px;
	border-radius: 3px;
	color: #fff;
	fill: #fff;
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.elementor-button:focus,.elementor-button:hover,.elementor-button:visited {
	color: #fff;
}

.elementor-button-content-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.elementor-button-icon {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.elementor-button-icon svg {
	width: 1em;
	height: auto;
}

.elementor-button-icon .e-font-icon-svg {
	height: 1em;
}

.elementor-button-text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
	display: inline-block;
}

.elementor-button.elementor-size-xs {
	font-size: 13px;
	padding: 10px 20px;
	border-radius: 2px;
}

.elementor-button.elementor-size-md {
	font-size: 16px;
	padding: 15px 30px;
	border-radius: 4px;
}

.elementor-button.elementor-size-lg {
	font-size: 18px;
	padding: 20px 40px;
	border-radius: 5px;
}

.elementor-button.elementor-size-xl {
	font-size: 20px;
	padding: 25px 50px;
	border-radius: 6px;
}

.elementor-button .elementor-align-icon-right {
	margin-left: 5px;
	-webkit-box-ordinal-group: 16;
	-ms-flex-order: 15;
	order: 15;
}

.elementor-button .elementor-align-icon-left {
	margin-right: 5px;
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.elementor-button span {
	text-decoration: inherit;
}

.elementor-element.elementor-button-info .elementor-button {
	background-color: #5bc0de;
}

.elementor-element.elementor-button-success .elementor-button {
	background-color: #5cb85c;
}

.elementor-element.elementor-button-warning .elementor-button {
	background-color: #f0ad4e;
}

.elementor-element.elementor-button-danger .elementor-button {
	background-color: #d9534f;
}

.elementor-widget-button .elementor-button .elementor-button-info {
	background-color: #5bc0de;
}

.elementor-widget-button .elementor-button .elementor-button-success {
	background-color: #5cb85c;
}

.elementor-widget-button .elementor-button .elementor-button-warning {
	background-color: #f0ad4e;
}

.elementor-widget-button .elementor-button .elementor-button-danger {
	background-color: #d9534f;
}

.elementor-tab-title a {
	color: inherit;
}

.elementor-view-stacked .elementor-icon {
	padding: .5em;
	background-color: #818a91;
	color: #fff;
	fill: #fff;
}

.elementor-view-framed .elementor-icon {
	padding: .5em;
	color: #818a91;
	border: 3px solid #818a91;
	background-color: transparent;
}

.elementor-icon {
	display: inline-block;
	line-height: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: #818a91;
	font-size: 50px;
	text-align: center;
}

.elementor-icon:hover {
	color: #818a91;
}

.elementor-icon i,.elementor-icon svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
}

.elementor-icon i:before,.elementor-icon svg:before {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.elementor-icon i.fad {
	width: auto;
}

.elementor-shape-circle .elementor-icon {
	border-radius: 50%;
}

.e-transform .elementor-widget-container {
	-webkit-transform: perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));
	transform: perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));
	-webkit-transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
	-ms-transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
	transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
	-webkit-transition: -webkit-transform var(--e-transform-transition-duration,.4s);
	transition: -webkit-transform var(--e-transform-transition-duration,.4s);
	-o-transition: transform var(--e-transform-transition-duration,.4s);
	transition: transform var(--e-transform-transition-duration,.4s);
	transition: transform var(--e-transform-transition-duration,.4s),-webkit-transform var(--e-transform-transition-duration,.4s);
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.swiper-container .swiper-slide figure {
	line-height: 0;
}

.swiper-container .elementor-lightbox-content-source {
	display: none;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.swiper-container-multirow>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	-o-transition-property: transform,height;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform;
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-button-next,.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background: no-repeat 50%;
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
	left: 10px;
	right: auto;
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
	right: 10px;
	left: auto;
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom: 5px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 50%;
	background: #000;
	opacity: .2;
}

.swiper-pagination-fraction {
	color: #000;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff;
}

.swiper-pagination-bullet-active {
	opacity: 1;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000;
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px;
}

.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: hsla(0,0%,100%,.5);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000;
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));
	background-image: -o-linear-gradient(right,rgba(0,0,0,.5),transparent);
	background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));
	background-image: -o-linear-gradient(left,rgba(0,0,0,.5),transparent);
	background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));
	background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
	background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));
	background-image: -o-linear-gradient(top,rgba(0,0,0,.5),transparent);
	background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent);
}

.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px;
}

.swiper-container-cube,.swiper-container-flip {
	overflow: visible;
}

.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide {
	pointer-events: none;
	z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: 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%;
	-o-object-fit: contain;
	object-fit: contain;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-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;
}

.elementor-pagination-position-outside .swiper-container {
	padding-bottom: 30px;
}

.elementor-pagination-position-outside .elementor-swiper-button {
	top: calc(50% - 30px / 2);
}

.elementor-swiper {
	position: relative;
}

.elementor-main-swiper {
	position: static;
}

.elementor-arrows-position-outside .swiper-container {
	width: calc(100% - 60px);
}

.elementor-arrows-position-outside .elementor-swiper-button-prev {
	left: 0;
}

.elementor-arrows-position-outside .elementor-swiper-button-next {
	right: 0;
}

.swiper-image-stretch .swiper-slide .swiper-slide-image {
	width: 100%;
}

.elementor-swiper-button {
	position: absolute;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	z-index: 1;
	cursor: pointer;
	font-size: 25px;
	color: hsla(0,0%,93.3%,.9);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.elementor-swiper-button svg {
	fill: hsla(0,0%,93.3%,.9);
	height: 1em;
	width: 1em;
}

.elementor-swiper-button-prev {
	left: 10px;
}

.elementor-swiper-button-next {
	right: 10px;
}

.elementor-swiper-button.swiper-button-disabled {
	opacity: .3;
}

.swiper-container-cube .elementor-swiper-button {
	-webkit-transform: translate3d(0,-50%,1px);
	transform: translate3d(0,-50%,1px);
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
	animation: swiper-preloader-spin 1s steps(12) infinite;
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-size: 100%;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%;
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

.elementor-lightbox {
	--lightbox-ui-color: hsla(0,0%,93.3%,0.9);
	--lightbox-ui-color-hover: #fff;
	--lightbox-text-color: var(--lightbox-ui-color);
	--lightbox-header-icons-size: 20px;
	--lightbox-navigation-icons-size: 25px;
}

.elementor-lightbox .dialog-header {
	display: none;
}

.elementor-lightbox .dialog-widget-content {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	height: 100%;
}

.elementor-lightbox .dialog-message {
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
}

.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) {
	height: 100%;
}

.elementor-lightbox .dialog-message.dialog-lightbox-message {
	padding: 0;
}

.elementor-lightbox .dialog-lightbox-close-button {
	cursor: pointer;
	position: absolute;
	font-size: var(--lightbox-header-icons-size);
	right: .75em;
	margin-top: 13px;
	padding: .25em;
	z-index: 2;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.elementor-lightbox .dialog-lightbox-close-button svg {
	height: 1em;
	width: 1em;
}

.elementor-lightbox .dialog-lightbox-close-button,.elementor-lightbox .elementor-swiper-button {
	color: var(--lightbox-ui-color);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 1;
}

.elementor-lightbox .dialog-lightbox-close-button svg,.elementor-lightbox .elementor-swiper-button svg {
	fill: var(--lightbox-ui-color);
}

.elementor-lightbox .dialog-lightbox-close-button:hover,.elementor-lightbox .elementor-swiper-button:hover {
	color: var(--lightbox-ui-color-hover);
}

.elementor-lightbox .dialog-lightbox-close-button:hover svg,.elementor-lightbox .elementor-swiper-button:hover svg {
	fill: var(--lightbox-ui-color-hover);
}

.elementor-lightbox .swiper-container {
	height: 100%;
}

.elementor-lightbox .elementor-lightbox-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	padding: 70px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	margin: auto;
}

@media (max-width:479px) {
	.elementor-lightbox .elementor-lightbox-item {
		padding: 70px 0;
	}
}

.elementor-lightbox .elementor-lightbox-image {
	max-height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.elementor-lightbox .elementor-lightbox-image,.elementor-lightbox .elementor-lightbox-image:hover {
	opacity: 1;
	-webkit-filter: none;
	filter: none;
	border: none;
}

.elementor-lightbox .elementor-lightbox-image,.elementor-lightbox .elementor-video-container {
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,.3),0 0 8px -5px rgba(0,0,0,.3);
	box-shadow: 0 0 30px rgba(0,0,0,.3),0 0 8px -5px rgba(0,0,0,.3);
	border-radius: 2px;
}

.elementor-lightbox .elementor-video-container {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

@media (min-width:1025px) {
	.elementor-lightbox .elementor-video-container {
		width: 75%;
	}
}

@media (max-width:1024px) {
	.elementor-lightbox .elementor-video-container {
		width: 100%;
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container {
		width: 70%;
	}
}

.elementor-lightbox .elementor-swiper-button:focus {
	outline-width: 1px;
}

.elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 15%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: var(--lightbox-navigation-icons-size);
}

.elementor-lightbox .elementor-swiper-button-prev {
	left: 0;
}

.elementor-lightbox .elementor-swiper-button-next {
	right: 0;
}

@media (max-width:479px) {
	.elementor-lightbox .elementor-swiper-button:focus {
		outline: none;
	}

	.elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev {
		width: 20%;
	}

	.elementor-lightbox .elementor-swiper-button-next i,.elementor-lightbox .elementor-swiper-button-prev i {
		padding: 10px;
		background-color: rgba(0,0,0,.5);
	}

	.elementor-lightbox .elementor-swiper-button-prev {
		left: 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.elementor-lightbox .elementor-swiper-button-next {
		right: 0;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.elementor-slideshow__counter {
	color: currentColor;
	font-size: .75em;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.elementor-slideshow__footer,.elementor-slideshow__header {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 15px 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.elementor-slideshow__footer {
	color: var(--lightbox-text-color);
}

.elementor-slideshow__header {
	color: var(--lightbox-ui-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	font-size: var(--lightbox-header-icons-size);
	padding-left: 1em;
	padding-right: 2.6em;
	top: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 10;
}

.elementor-slideshow__header>i,.elementor-slideshow__header>svg {
	cursor: pointer;
	padding: .25em;
	margin: 0 .35em;
}

.elementor-slideshow__header>i {
	font-size: inherit;
}

.elementor-slideshow__header>i:hover {
	color: var(--lightbox-ui-color-hover);
}

.elementor-slideshow__header>svg {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	fill: var(--lightbox-ui-color);
	height: 1em;
	width: 1em;
}

.elementor-slideshow__header>svg:hover {
	fill: var(--lightbox-ui-color-hover);
}

.elementor-slideshow__header .elementor-slideshow__counter {
	margin-right: auto;
}

.elementor-slideshow__header .elementor-icon-share {
	z-index: 5;
}

.elementor-slideshow__share-menu {
	background-color: transparent;
	width: 0;
	height: 0;
	position: absolute;
	overflow: hidden;
	-webkit-transition: background-color .4s;
	-o-transition: background-color .4s;
	transition: background-color .4s;
}

.elementor-slideshow__share-menu .elementor-slideshow__share-links a {
	color: #2c2c2c;
}

.elementor-slideshow__share-links {
	display: block;
	position: absolute;
	min-width: 200px;
	right: 2.8em;
	top: 3em;
	background-color: #fff;
	border-radius: 3px;
	padding: 14px 20px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transform-origin: 90% 10%;
	-ms-transform-origin: 90% 10%;
	transform-origin: 90% 10%;
	-webkit-transition: all .25s .1s;
	-o-transition: all .25s .1s;
	transition: all .25s .1s;
	-webkit-box-shadow: 0 4px 15px rgba(0,0,0,.3);
	box-shadow: 0 4px 15px rgba(0,0,0,.3);
}

.elementor-slideshow__share-links a {
	text-align: left;
	color: #55595c;
	font-size: 12px;
	line-height: 2.5;
	display: block;
	opacity: 0;
	-webkit-transition: opacity .5s .1s;
	-o-transition: opacity .5s .1s;
	transition: opacity .5s .1s;
}

.elementor-slideshow__share-links a:hover {
	color: #000;
}

.elementor-slideshow__share-links a i,.elementor-slideshow__share-links a svg {
	margin-right: .75em;
}

.elementor-slideshow__share-links a i {
	font-size: 1.25em;
}

.elementor-slideshow__share-links a svg {
	height: 1.25em;
	width: 1.25em;
}

.elementor-slideshow__share-links:before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	right: .5em;
	border: .45em solid transparent;
	border-bottom-color: #fff;
	-webkit-transform: translateY(-100%) scaleX(.7);
	-ms-transform: translateY(-100%) scaleX(.7);
	transform: translateY(-100%) scaleX(.7);
}

.elementor-slideshow__footer {
	bottom: 0;
	z-index: 5;
	position: fixed;
}

.elementor-slideshow__description,.elementor-slideshow__title {
	margin: 0;
}

.elementor-slideshow__title {
	font-size: 16px;
	font-weight: 700;
}

.elementor-slideshow__description {
	font-size: 14px;
}

.elementor-slideshow--ui-hidden .elementor-slideshow__footer,.elementor-slideshow--ui-hidden .elementor-slideshow__header {
	opacity: 0;
	pointer-events: none;
}

.elementor-slideshow--ui-hidden .elementor-swiper-button-next,.elementor-slideshow--ui-hidden .elementor-swiper-button-prev {
	opacity: 0;
}

.elementor-slideshow--fullscreen-mode .elementor-video-container {
	width: 100%;
}

.elementor-slideshow--zoom-mode .elementor-slideshow__footer,.elementor-slideshow--zoom-mode .elementor-slideshow__header {
	background-color: rgba(0,0,0,.5);
}

.elementor-slideshow--zoom-mode .elementor-swiper-button-next,.elementor-slideshow--zoom-mode .elementor-swiper-button-prev {
	opacity: 0;
	pointer-events: none;
}

.elementor-slideshow--share-mode .elementor-slideshow__share-menu {
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	opacity: 1;
	cursor: default;
	background-color: rgba(0,0,0,.5);
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links,.elementor-slideshow--share-mode .elementor-slideshow__share-links a {
	opacity: 1;
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter {
	color: #1da1f2;
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook {
	color: #3b5998;
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest {
	color: #bd081c;
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold {
	color: #a4afb7;
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-twitter {
	fill: #1da1f2;
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-facebook {
	fill: #3b5998;
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-pinterest {
	fill: #bd081c;
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-download-bold {
	fill: #a4afb7;
}

.elementor-slideshow--share-mode .eicon-share-arrow {
	z-index: 2;
}

.animated {
	-webkit-animation-duration: 1.25s;
	animation-duration: 1.25s;
}

.animated.animated-slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.animated.animated-fast {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.reverse {
	animation-direction: reverse;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@media (prefers-reduced-motion:reduce) {
	.animated {
		-webkit-animation: none;
		animation: none;
	}
}

.elementor-shape {
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr;
}

.elementor-shape-top {
	top: -1px;
}

.elementor-shape-top:not([data-negative=false]) svg {
	z-index: -1;
}

.elementor-shape-bottom {
	bottom: -1px;
}

.elementor-shape-bottom:not([data-negative=true]) svg {
	z-index: -1;
}

.elementor-shape[data-negative=false].elementor-shape-bottom,.elementor-shape[data-negative=true].elementor-shape-top {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.elementor-shape svg {
	display: block;
	width: calc(100% + 1.3px);
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.elementor-shape .elementor-shape-fill {
	fill: #fff;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

#wp-admin-bar-elementor_edit_page>.ab-item:before {
	content: "\e813";
	font-family: eicons;
	top: 3px;
	font-size: 18px;
}

#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 200px;
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
	background: #55595c;
	font-size: 11px;
	line-height: 9px;
	margin-top: 6px;
	padding: 4px 8px;
	border-radius: 3px;
}

#wp-admin-bar-elementor_inspector>.ab-item:before {
	content: "\f348";
	top: 2px;
}

#wpadminbar * {
	font-style: normal;
}

.page-template-elementor_canvas.elementor-page:before {
	display: none;
}

.elementor-post__thumbnail__link {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

#left-area ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items {
	padding: 0;
}

.e--ua-appleWebkit.rtl {
	--flex-right: flex-start;
}

.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right {
	--justify-content: var(--flex-right,flex-end);
}

.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center {
	--justify-content: center;
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid {
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: var(--justify-content,space-between);
	-ms-flex-pack: var(--justify-content,space-between);
	justify-content: var(--justify-content,space-between);
	margin-left: calc(-.5 * var(--grid-column-gap));
	margin-right: calc(-.5 * var(--grid-column-gap));
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item {
	margin-left: calc(.5 * var(--grid-column-gap));
	margin-right: calc(.5 * var(--grid-column-gap));
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid {
	display: inline-block;
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item {
	margin-left: 0;
	margin-right: 0;
}

@media (max-width:1024px) {
	.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right {
		--justify-content: var(--flex-right,flex-end);
	}

	.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center {
		--justify-content: center;
	}

	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid {
		width: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: var(--justify-content,space-between);
		-ms-flex-pack: var(--justify-content,space-between);
		justify-content: var(--justify-content,space-between);
		margin-left: calc(-.5 * var(--grid-column-gap));
		margin-right: calc(-.5 * var(--grid-column-gap));
	}

	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item {
		margin-left: calc(.5 * var(--grid-column-gap));
		margin-right: calc(.5 * var(--grid-column-gap));
	}

	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid {
		display: inline-block;
	}

	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width:479px) {
	.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right {
		--justify-content: var(--flex-right,flex-end);
	}

	.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center {
		--justify-content: center;
	}

	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid {
		width: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: var(--justify-content,space-between);
		-ms-flex-pack: var(--justify-content,space-between);
		justify-content: var(--justify-content,space-between);
		margin-left: calc(-.5 * var(--grid-column-gap));
		margin-right: calc(-.5 * var(--grid-column-gap));
	}

	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item {
		margin-left: calc(.5 * var(--grid-column-gap));
		margin-right: calc(.5 * var(--grid-column-gap));
	}

	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid {
		display: inline-block;
	}

	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width:479px) {
	.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone {
		display: none;
	}
}

@media (min-width:480px) and (max-width:767px) {
	.elementor .elementor-hidden-mobile_extra {
		display: none;
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.elementor .elementor-hidden-tablet {
		display: none;
	}
}

@media (min-width:-1px) and (max-width:-1px) {
	.elementor .elementor-hidden-tablet_extra {
		display: none;
	}
}

@media (min-width:-1px) and (max-width:-1px) {
	.elementor .elementor-hidden-laptop {
		display: none;
	}
}

@media (min-width:1025px) and (max-width:99999px) {
	.elementor .elementor-hidden-desktop {
		display: none;
	}
}

@media (min-width:-1px) {
	.elementor .elementor-hidden-widescreen {
		display: none;
	}
}

.elementor-widget-text-path {
	font-size: 20px;
	text-align: var(--alignment,left);
}

.elementor-widget-text-path svg {
	width: var(--width);
	max-width: 100%;
	height: auto;
	overflow: visible;
	word-spacing: var(--word-spacing);
	-webkit-transform: rotate(var(--rotate,0)) scaleX(var(--scale-x,1)) scaleY(var(--scale-y,1));
	-ms-transform: rotate(var(--rotate,0)) scaleX(var(--scale-x,1)) scaleY(var(--scale-y,1));
	transform: rotate(var(--rotate,0)) scaleX(var(--scale-x,1)) scaleY(var(--scale-y,1));
}

.elementor-widget-text-path svg path {
	vector-effect: non-scaling-stroke;
	fill: var(--path-fill,transparent);
	stroke: var(--stroke-color,transparent);
	stroke-width: var(--stroke-width,1px);
	-webkit-transition: var(--stroke-transition) stroke,var(--stroke-transition) fill;
	-o-transition: var(--stroke-transition) stroke,var(--stroke-transition) fill;
	transition: var(--stroke-transition) stroke,var(--stroke-transition) fill;
}

.elementor-widget-text-path svg:hover path {
	--path-fill: var(--path-fill-hover);
	--stroke-color: var(--stroke-color-hover);
	--stroke-width: var(--stroke-width-hover);
}

.elementor-widget-text-path svg text {
	--fill: var(--text-color);
	fill: var(--fill);
	direction: var(--direction,ltr);
	-webkit-transition: var(--transition) stroke,var(--transition) stroke-width,var(--transition) fill;
	-o-transition: var(--transition) stroke,var(--transition) stroke-width,var(--transition) fill;
	transition: var(--transition) stroke,var(--transition) stroke-width,var(--transition) fill;
}

.elementor-widget-text-path svg text:hover {
	--color: var(--text-color-hover,var(--text-color));
	--fill: var(--color);
	color: var(--color);
}

.elementor-accordion {
	text-align: left;
}

.elementor-accordion .elementor-accordion-item {
	border: 1px solid #d4d4d4;
}

.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 #d4d4d4;
}

@media (max-width:479px) {
	.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,100%);
}

.elementor-alert {
	padding: 15px;
	border-left: 5px solid transparent;
	position: relative;
	text-align: left;
}

.elementor-alert .elementor-alert-title {
	display: block;
	font-weight: 700;
}

.elementor-alert .elementor-alert-description {
	font-size: 13px;
}

.elementor-alert button.elementor-alert-dismiss {
	position: absolute;
	right: var(--dismiss-icon-horizontal-position,10px);
	top: var(--dismiss-icon-vertical-position,10px);
	padding: 3px;
	font-size: var(--dismiss-icon-size,20px);
	line-height: 1;
	background: transparent;
	color: var(--dismiss-icon-normal-color,inherit);
	border: none;
	cursor: pointer;
	-webkit-transition-duration: var(--dismiss-icon-hover-transition-duration,.3s);
	-o-transition-duration: var(--dismiss-icon-hover-transition-duration,.3s);
	transition-duration: var(--dismiss-icon-hover-transition-duration,.3s);
}

.elementor-alert button.elementor-alert-dismiss:hover {
	color: var(--dismiss-icon-hover-color,inherit);
}

.elementor-alert button.elementor-alert-dismiss svg {
	width: var(--dismiss-icon-size,20px);
	height: var(--dismiss-icon-size,20px);
	fill: var(--dismiss-icon-normal-color,currentColor);
	-webkit-transition-duration: var(--dismiss-icon-hover-transition-duration,.3s);
	-o-transition-duration: var(--dismiss-icon-hover-transition-duration,.3s);
	transition-duration: var(--dismiss-icon-hover-transition-duration,.3s);
}

.elementor-alert button.elementor-alert-dismiss svg:hover {
	fill: var(--dismiss-icon-hover-color,currentColor);
}

.elementor-alert.elementor-alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bcdff1;
}

.elementor-alert.elementor-alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #cae6be;
}

.elementor-alert.elementor-alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #f9f0c3;
}

.elementor-alert.elementor-alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #e8c4c4;
}

@media (max-width:479px) {
	.elementor-alert {
		padding: 10px;
	}

	.elementor-alert button.elementor-alert-dismiss {
		right: 7px;
		top: 7px;
	}
}

.elementor-counter .elementor-counter-number-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 69px;
	font-weight: 600;
	line-height: 1;
}

.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	white-space: pre-wrap;
}

.elementor-counter .elementor-counter-number-prefix {
	text-align: right;
}

.elementor-counter .elementor-counter-number-suffix {
	text-align: left;
}

.elementor-counter .elementor-counter-title {
	text-align: center;
	font-size: 19px;
	font-weight: 400;
	line-height: 2.5;
}

.elementor-widget-divider {
	--divider-border-style: none;
	--divider-border-width: 1px;
	--divider-color: #2c2c2c;
	--divider-icon-size: 20px;
	--divider-element-spacing: 10px;
	--divider-pattern-height: 24px;
	--divider-pattern-size: 20px;
	--divider-pattern-url: none;
	--divider-pattern-repeat: repeat-x;
}

.elementor-widget-divider .elementor-divider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.elementor-widget-divider .elementor-divider__text {
	font-size: 15px;
	line-height: 1;
	max-width: 95%;
}

.elementor-widget-divider .elementor-divider__element {
	margin: 0 var(--divider-element-spacing);
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.elementor-widget-divider .elementor-icon {
	font-size: var(--divider-icon-size);
}

.elementor-widget-divider .elementor-divider-separator {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	direction: ltr;
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before {
	display: block;
	content: "";
	border-bottom: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color);
}

.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 100;
	flex-shrink: 100;
}

.elementor-widget-divider--element-align-left .elementor-divider-separator:before {
	content: none;
}

.elementor-widget-divider--element-align-left .elementor-divider__element {
	margin-left: 0;
}

.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 100;
	flex-shrink: 100;
}

.elementor-widget-divider--element-align-right .elementor-divider-separator:after {
	content: none;
}

.elementor-widget-divider--element-align-right .elementor-divider__element {
	margin-right: 0;
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
	border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color);
}

.elementor-widget-divider--separator-type-pattern {
	--divider-border-style: none;
}

.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator {
	width: 100%;
	min-height: var(--divider-pattern-height);
	-webkit-mask-size: var(--divider-pattern-size) 100%;
	mask-size: var(--divider-pattern-size) 100%;
	-webkit-mask-repeat: var(--divider-pattern-repeat);
	mask-repeat: var(--divider-pattern-repeat);
	background-color: var(--divider-color);
	-webkit-mask-image: var(--divider-pattern-url);
	mask-image: var(--divider-pattern-url);
}

.elementor-widget-divider--no-spacing {
	--divider-pattern-size: auto;
}

.elementor-widget-divider--bg-round {
	--divider-pattern-repeat: round;
}

.rtl .elementor-widget-divider .elementor-divider__text {
	direction: rtl;
}

.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider {
	width: var(--container-widget-width,100%);
}

.elementor-image-gallery .gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

.elementor-image-gallery .gallery-item img {
	margin: 0 auto;
}

.elementor-image-gallery .gallery-item .gallery-caption {
	margin: 0;
}

.elementor-image-gallery figure img {
	display: block;
}

.elementor-image-gallery figure figcaption {
	width: 100%;
}

.gallery-spacing-custom .elementor-image-gallery .gallery-icon {
	padding: 0;
}

@media (min-width:480px) {
	.elementor-image-gallery .gallery-columns-2 .gallery-item {
		max-width: 50%;
	}

	.elementor-image-gallery .gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}

	.elementor-image-gallery .gallery-columns-4 .gallery-item {
		max-width: 25%;
	}

	.elementor-image-gallery .gallery-columns-5 .gallery-item {
		max-width: 20%;
	}

	.elementor-image-gallery .gallery-columns-6 .gallery-item {
		max-width: 16.666%;
	}

	.elementor-image-gallery .gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}

	.elementor-image-gallery .gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}

	.elementor-image-gallery .gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}

	.elementor-image-gallery .gallery-columns-10 .gallery-item {
		max-width: 10%;
	}
}

@media (min-width:480px) and (max-width:479px) {
	.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
		max-width: 50%;
	}
}

@media (max-width:479px) {
	.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
		max-width: 100%;
	}
}

.elementor-widget-google_maps .elementor-widget-container {
	overflow: hidden;
}

.elementor-widget-google_maps iframe {
	height: 300px;
}

.elementor-heading-title {
	padding: 0;
	margin: 0;
	line-height: 1;
}

.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-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:480px) {
	.elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
		-webkit-box-align: end;
		-ms-flex-align: end;
		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: -webkit-box;
	display: -ms-flexbox;
	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: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
	text-align: right;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	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: left;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	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;
	-webkit-box-orient: unset;
	-webkit-box-direction: unset;
	-ms-flex-direction: unset;
	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:-1px) {
	.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: -webkit-box;
		display: -ms-flexbox;
		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: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper {
		text-align: right;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		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: left;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		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;
		-webkit-box-orient: unset;
		-webkit-box-direction: unset;
		-ms-flex-direction: unset;
		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:-1px) {
	.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: -webkit-box;
		display: -ms-flexbox;
		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: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper {
		text-align: right;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		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: left;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		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;
		-webkit-box-orient: unset;
		-webkit-box-direction: unset;
		-ms-flex-direction: unset;
		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:-1px) {
	.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: -webkit-box;
		display: -ms-flexbox;
		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: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper {
		text-align: right;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		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: left;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		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;
		-webkit-box-orient: unset;
		-webkit-box-direction: unset;
		-ms-flex-direction: unset;
		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: -webkit-box;
		display: -ms-flexbox;
		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: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper {
		text-align: right;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		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: left;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		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;
		-webkit-box-orient: unset;
		-webkit-box-direction: unset;
		-ms-flex-direction: unset;
		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:767px) {
	.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: -webkit-box;
		display: -ms-flexbox;
		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: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper {
		text-align: right;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		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: left;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		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;
		-webkit-box-orient: unset;
		-webkit-box-direction: unset;
		-ms-flex-direction: unset;
		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:479px) {
	.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: -webkit-box;
		display: -ms-flexbox;
		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: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper {
		text-align: right;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		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: left;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		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;
		-webkit-box-orient: unset;
		-webkit-box-direction: unset;
		-ms-flex-direction: unset;
		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;
		-webkit-box-flex: unset;
		-ms-flex: unset;
		flex: unset;
	}
}

.elementor-widget-icon-box .elementor-icon-box-title a {
	color: inherit;
}

.elementor-widget-icon-box .elementor-icon-box-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.elementor-widget-icon-box .elementor-icon-box-description {
	margin: 0;
}

.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container {
	overflow: hidden;
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
	margin-right: -8px;
	margin-left: -8px;
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-right: 8px;
	margin-left: 8px;
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	width: auto;
	left: auto;
	right: auto;
	position: relative;
	height: 100%;
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	border-left-width: 1px;
	border-style: solid;
	right: -8px;
}

.elementor-widget .elementor-icon-list-items {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.elementor-widget .elementor-icon-list-item {
	margin: 0;
	padding: 0;
	position: relative;
}

.elementor-widget .elementor-icon-list-item:after {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: inherit;
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
	-ms-flex-item-align: center;
	align-self: center;
	padding-left: 5px;
}

.elementor-widget .elementor-icon-list-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.elementor-widget .elementor-icon-list-icon svg {
	width: var(--e-icon-list-icon-size,1em);
	height: var(--e-icon-list-icon-size,1em);
}

.elementor-widget .elementor-icon-list-icon i {
	width: 1.25em;
	font-size: var(--e-icon-list-icon-size);
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
	text-align: var(--e-icon-list-icon-align);
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
	margin: var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0);
}

.elementor-widget.elementor-list-item-link-full_width a {
	width: 100%;
}

.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
	margin: auto;
}

.elementor-widget.elementor-align-center .elementor-inline-items {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: left;
}

.elementor-widget.elementor-align-left .elementor-inline-items {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right;
}

.elementor-widget.elementor-align-right .elementor-icon-list-items {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
	left: 0;
}

.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
	right: 0;
}

@media (min-width:-1px) {
	.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after {
		margin: auto;
	}

	.elementor-widget.elementor-widescreen-align-center .elementor-inline-items {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: left;
	}

	.elementor-widget.elementor-widescreen-align-left .elementor-inline-items {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: right;
	}

	.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after {
		left: 0;
	}

	.elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after {
		right: 0;
	}
}

@media (max-width:-1px) {
	.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after {
		margin: auto;
	}

	.elementor-widget.elementor-laptop-align-center .elementor-inline-items {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: left;
	}

	.elementor-widget.elementor-laptop-align-left .elementor-inline-items {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: right;
	}

	.elementor-widget.elementor-laptop-align-right .elementor-icon-list-items {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after {
		left: 0;
	}

	.elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after {
		right: 0;
	}
}

@media (max-width:-1px) {
	.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after {
		margin: auto;
	}

	.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: left;
	}

	.elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: right;
	}

	.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after {
		left: 0;
	}

	.elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after {
		right: 0;
	}
}

@media (max-width:1024px) {
	.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
		margin: auto;
	}

	.elementor-widget.elementor-tablet-align-center .elementor-inline-items {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: left;
	}

	.elementor-widget.elementor-tablet-align-left .elementor-inline-items {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: right;
	}

	.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
		left: 0;
	}

	.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
		right: 0;
	}
}

@media (max-width:767px) {
	.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after {
		margin: auto;
	}

	.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: left;
	}

	.elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: right;
	}

	.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after {
		left: 0;
	}

	.elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after {
		right: 0;
	}
}

@media (max-width:479px) {
	.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
		margin: auto;
	}

	.elementor-widget.elementor-mobile-align-center .elementor-inline-items {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: left;
	}

	.elementor-widget.elementor-mobile-align-left .elementor-inline-items {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: right;
	}

	.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after {
		left: 0;
	}

	.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
		right: 0;
	}
}

.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-widget-image-box .elementor-image-box-content {
	width: 100%;
}

@media (min-width:480px) {
	.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
		text-align: right;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
		text-align: left;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.elementor-widget-image-box.elementor-position-top .elementor-image-box-img {
		margin: auto;
	}

	.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
}

@media (max-width:479px) {
	.elementor-widget-image-box .elementor-image-box-img {
		margin-left: auto!important;
		margin-right: auto!important;
		margin-bottom: 15px;
	}
}

.elementor-widget-image-box .elementor-image-box-img {
	display: inline-block;
}

.elementor-widget-image-box .elementor-image-box-title a {
	color: inherit;
}

.elementor-widget-image-box .elementor-image-box-wrapper {
	text-align: center;
}

.elementor-widget-image-box .elementor-image-box-description {
	margin: 0;
}

.elementor-widget-image-carousel .swiper-container {
	position: static;
}

.elementor-widget-image-carousel .swiper-container .swiper-slide figure {
	line-height: inherit;
}

.elementor-widget-image-carousel .swiper-slide {
	text-align: center;
}

.elementor-image-carousel-wrapper:not(.swiper-container-initialized) .swiper-slide {
	max-width: calc(100% / var(--e-image-carousel-slides-to-show, 3));
}

body.elementor-page .elementor-widget-menu-anchor {
	margin-bottom: 0;
}

.elementor-widget-progress {
	text-align: left;
}

.elementor-progress-wrapper {
	position: relative;
	background-color: #eee;
	color: #fff;
	height: 100%;
	border-radius: 2px;
}

.elementor-progress-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #818a91;
	width: 0;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	border-radius: 2px;
	-webkit-transition: width 1s ease-in-out;
	-o-transition: width 1s ease-in-out;
	transition: width 1s ease-in-out;
}

.elementor-progress-text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 15px;
}

.elementor-progress-percentage {
	padding-right: 15px;
}

.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar {
	background-color: #5bc0de;
}

.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar {
	background-color: #5cb85c;
}

.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar {
	background-color: #f0ad4e;
}

.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar {
	background-color: #d9534f;
}

.elementor-progress .elementor-title {
	display: block;
}

@media (max-width:479px) {
	.elementor-progress-text {
		padding-left: 10px;
	}
}

.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper {
	height: auto;
}

.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container {
	line-height: 1;
	font-size: 0;
}

.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid {
	display: inline-grid;
}

.elementor-widget-social-icons .elementor-grid {
	grid-column-gap: var(--grid-column-gap,5px);
	grid-row-gap: var(--grid-row-gap,5px);
	grid-template-columns: var(--grid-template-columns);
	-webkit-box-pack: var(--justify-content,center);
	-ms-flex-pack: var(--justify-content,center);
	justify-content: var(--justify-content,center);
	justify-items: var(--justify-content,center);
}

.elementor-icon.elementor-social-icon {
	font-size: var(--icon-size,25px);
	line-height: var(--icon-size,25px);
	width: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
	height: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
}

.elementor-social-icon {
	--e-social-icon-icon-color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background-color: #818a91;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
}

.elementor-social-icon i {
	color: var(--e-social-icon-icon-color);
}

.elementor-social-icon svg {
	fill: var(--e-social-icon-icon-color);
}

.elementor-social-icon:last-child {
	margin: 0;
}

.elementor-social-icon:hover {
	opacity: .9;
	color: #fff;
}

.elementor-social-icon-android {
	background-color: #a4c639;
}

.elementor-social-icon-apple {
	background-color: #999;
}

.elementor-social-icon-behance {
	background-color: #1769ff;
}

.elementor-social-icon-bitbucket {
	background-color: #205081;
}

.elementor-social-icon-codepen {
	background-color: #000;
}

.elementor-social-icon-delicious {
	background-color: #39f;
}

.elementor-social-icon-deviantart {
	background-color: #05cc47;
}

.elementor-social-icon-digg {
	background-color: #005be2;
}

.elementor-social-icon-dribbble {
	background-color: #ea4c89;
}

.elementor-social-icon-elementor {
	background-color: #d30c5c;
}

.elementor-social-icon-envelope {
	background-color: #ea4335;
}

.elementor-social-icon-facebook,.elementor-social-icon-facebook-f {
	background-color: #3b5998;
}

.elementor-social-icon-flickr {
	background-color: #0063dc;
}

.elementor-social-icon-foursquare {
	background-color: #2d5be3;
}

.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp {
	background-color: #006400;
}

.elementor-social-icon-github {
	background-color: #333;
}

.elementor-social-icon-gitlab {
	background-color: #e24329;
}

.elementor-social-icon-globe {
	background-color: #818a91;
}

.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g {
	background-color: #dd4b39;
}

.elementor-social-icon-houzz {
	background-color: #7ac142;
}

.elementor-social-icon-instagram {
	background-color: #262626;
}

.elementor-social-icon-jsfiddle {
	background-color: #487aa2;
}

.elementor-social-icon-link {
	background-color: #818a91;
}

.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in {
	background-color: #0077b5;
}

.elementor-social-icon-medium {
	background-color: #00ab6b;
}

.elementor-social-icon-meetup {
	background-color: #ec1c40;
}

.elementor-social-icon-mixcloud {
	background-color: #273a4b;
}

.elementor-social-icon-odnoklassniki {
	background-color: #f4731c;
}

.elementor-social-icon-pinterest {
	background-color: #bd081c;
}

.elementor-social-icon-product-hunt {
	background-color: #da552f;
}

.elementor-social-icon-reddit {
	background-color: #ff4500;
}

.elementor-social-icon-rss {
	background-color: #f26522;
}

.elementor-social-icon-shopping-cart {
	background-color: #4caf50;
}

.elementor-social-icon-skype {
	background-color: #00aff0;
}

.elementor-social-icon-slideshare {
	background-color: #0077b5;
}

.elementor-social-icon-snapchat {
	background-color: #fffc00;
}

.elementor-social-icon-soundcloud {
	background-color: #f80;
}

.elementor-social-icon-spotify {
	background-color: #2ebd59;
}

.elementor-social-icon-stack-overflow {
	background-color: #fe7a15;
}

.elementor-social-icon-steam {
	background-color: #00adee;
}

.elementor-social-icon-stumbleupon {
	background-color: #eb4924;
}

.elementor-social-icon-telegram {
	background-color: #2ca5e0;
}

.elementor-social-icon-thumb-tack {
	background-color: #1aa1d8;
}

.elementor-social-icon-tripadvisor {
	background-color: #589442;
}

.elementor-social-icon-tumblr {
	background-color: #35465c;
}

.elementor-social-icon-twitch {
	background-color: #6441a5;
}

.elementor-social-icon-twitter {
	background-color: #1da1f2;
}

.elementor-social-icon-viber {
	background-color: #665cac;
}

.elementor-social-icon-vimeo {
	background-color: #1ab7ea;
}

.elementor-social-icon-vk {
	background-color: #45668e;
}

.elementor-social-icon-weibo {
	background-color: #dd2430;
}

.elementor-social-icon-weixin {
	background-color: #31a918;
}

.elementor-social-icon-whatsapp {
	background-color: #25d366;
}

.elementor-social-icon-wordpress {
	background-color: #21759b;
}

.elementor-social-icon-xing {
	background-color: #026466;
}

.elementor-social-icon-yelp {
	background-color: #af0606;
}

.elementor-social-icon-youtube {
	background-color: #cd201f;
}

.elementor-social-icon-500px {
	background-color: #0099e5;
}

.elementor-shape-rounded .elementor-icon.elementor-social-icon {
	border-radius: 10%;
}

.elementor-shape-circle .elementor-icon.elementor-social-icon {
	border-radius: 50%;
}

.elementor-column .elementor-spacer-inner {
	height: var(--spacer-size);
}

.e-con {
	--container-widget-width: 100%;
}

.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer {
	width: var(--container-widget-width,var(--spacer-size));
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer {
	height: 100%;
}

.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner {
	height: var(--container-widget-height,var(--spacer-size));
}

.elementor-star-rating {
	color: #ccd6df;
	font-family: eicons;
	display: inline-block;
}

.elementor-star-rating i {
	display: inline-block;
	position: relative;
	font-style: normal;
	cursor: default;
}

.elementor-star-rating i:before {
	content: "\e934";
	display: block;
	font-size: inherit;
	font-family: inherit;
	position: absolute;
	overflow: hidden;
	color: #f0ad4e;
	top: 0;
	left: 0;
}

.elementor-star-rating .elementor-star-empty:before {
	content: none;
}

.elementor-star-rating .elementor-star-1:before {
	width: 10%;
}

.elementor-star-rating .elementor-star-2:before {
	width: 20%;
}

.elementor-star-rating .elementor-star-3:before {
	width: 30%;
}

.elementor-star-rating .elementor-star-4:before {
	width: 40%;
}

.elementor-star-rating .elementor-star-5:before {
	width: 50%;
}

.elementor-star-rating .elementor-star-6:before {
	width: 60%;
}

.elementor-star-rating .elementor-star-7:before {
	width: 70%;
}

.elementor-star-rating .elementor-star-8:before {
	width: 80%;
}

.elementor-star-rating .elementor-star-9:before {
	width: 90%;
}

.elementor-star-rating__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.elementor-star-rating__title {
	margin-right: 10px;
}

.elementor-star-rating--align-right .elementor-star-rating__wrapper {
	text-align: right;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.elementor-star-rating--align-left .elementor-star-rating__wrapper {
	text-align: left;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.elementor-star-rating--align-center .elementor-star-rating__wrapper {
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.elementor-star-rating--align-justify .elementor-star-rating__title {
	margin-right: auto;
}

@media (max-width:1024px) {
	.elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper {
		text-align: right;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper {
		text-align: left;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper {
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.elementor-star-rating-tablet--align-justify .elementor-star-rating__title {
		margin-right: auto;
	}
}

@media (max-width:479px) {
	.elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper {
		text-align: right;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper {
		text-align: left;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper {
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.elementor-star-rating-mobile--align-justify .elementor-star-rating__title {
		margin-right: auto;
	}
}

.last-star {
	letter-spacing: 0;
}

.elementor--star-style-star_unicode .elementor-star-rating {
	font-family: Arial,Helvetica,sans-serif;
}

.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before {
	content: "★";
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
	width: 25%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active {
	border-right-style: none;
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
	height: 999em;
	width: 0;
	right: 0;
	border-right-style: solid;
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
	top: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after {
	top: 100%;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
	display: table-cell;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
	border-bottom-style: none;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
	bottom: 0;
	height: 0;
	width: 999em;
	border-bottom-style: solid;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
	right: 100%;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
	left: 100%;
}

.elementor-widget-tabs .elementor-tab-content,.elementor-widget-tabs .elementor-tab-title,.elementor-widget-tabs .elementor-tab-title:after,.elementor-widget-tabs .elementor-tab-title:before,.elementor-widget-tabs .elementor-tabs-content-wrapper {
	border: 1px #d4d4d4;
}

.elementor-widget-tabs .elementor-tabs {
	text-align: left;
}

.elementor-widget-tabs .elementor-tabs-wrapper {
	overflow: hidden;
}

.elementor-widget-tabs .elementor-tab-title {
	cursor: pointer;
	outline: var(--focus-outline,none);
}

.elementor-widget-tabs .elementor-tab-desktop-title {
	position: relative;
	padding: 20px 25px;
	font-weight: 700;
	line-height: 1;
	border: solid transparent;
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
	border-color: #d4d4d4;
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before {
	display: block;
	content: "";
	position: absolute;
}

.elementor-widget-tabs .elementor-tab-desktop-title:focus-visible {
	border: 1px solid #000;
}

.elementor-widget-tabs .elementor-tab-mobile-title {
	padding: 10px;
	cursor: pointer;
}

.elementor-widget-tabs .elementor-tab-content {
	padding: 20px;
	display: none;
}

@media (max-width:479px) {
	.elementor-tabs .elementor-tab-content,.elementor-tabs .elementor-tab-title {
		border-style: solid solid none;
	}

	.elementor-tabs .elementor-tabs-wrapper {
		display: none;
	}

	.elementor-tabs .elementor-tabs-content-wrapper {
		border-bottom-style: solid;
	}

	.elementor-tabs .elementor-tab-content {
		padding: 10px;
	}
}

@media (min-width:480px) {
	.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		border-style: solid solid solid none;
	}

	.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
		border-style: none solid solid;
	}

	.elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper,.elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper,.elementor-widget-tabs.elementor-tabs-alignment-stretch .elementor-tabs-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-horizontal .elementor-tab-title {
		width: 100%;
	}

	.elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-vertical .elementor-tab-title {
		height: 100%;
	}

	.elementor-tabs .elementor-tab-mobile-title {
		display: none;
	}
}

.elementor-testimonial-wrapper {
	overflow: hidden;
	text-align: center;
}

.elementor-testimonial-wrapper .elementor-testimonial-content {
	font-size: 1.3em;
	margin-bottom: 20px;
}

.elementor-testimonial-wrapper .elementor-testimonial-name {
	line-height: 1.5;
	display: block;
}

.elementor-testimonial-wrapper .elementor-testimonial-job {
	font-size: .85em;
	display: block;
}

.elementor-testimonial-wrapper .elementor-testimonial-meta {
	width: 100%;
	line-height: 1;
}

.elementor-testimonial-wrapper .elementor-testimonial-meta-inner {
	display: inline-block;
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image {
	display: table-cell;
	vertical-align: middle;
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	max-width: none;
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image {
	padding-right: 15px;
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details {
	text-align: left;
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
	display: block;
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
	margin-bottom: 20px;
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
	background-color: #818a91;
	color: #fff;
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
	color: #818a91;
	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-toggle {
	text-align: left;
}

.elementor-toggle .elementor-tab-title {
	font-weight: 700;
	line-height: 1;
	margin: 0;
	padding: 15px;
	border-bottom: 1px solid #d4d4d4;
	cursor: pointer;
	outline: none;
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon {
	display: inline-block;
	width: 1em;
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg {
	-webkit-margin-start: -5px;
	margin-inline-start: -5px;
	width: 1em;
	height: 1em;
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
	float: right;
	text-align: right;
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
	float: left;
	text-align: left;
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed {
	display: block;
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened {
	display: none;
}

.elementor-toggle .elementor-tab-title.elementor-active {
	border-bottom: none;
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed {
	display: none;
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened {
	display: block;
}

.elementor-toggle .elementor-tab-content {
	padding: 15px;
	border-bottom: 1px solid #d4d4d4;
	display: none;
}

@media (max-width:479px) {
	.elementor-toggle .elementor-tab-title {
		padding: 12px;
	}

	.elementor-toggle .elementor-tab-content {
		padding: 12px 10px;
	}
}

.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle {
	width: var(--container-widget-width,100%);
}

.elementor-widget-video .elementor-widget-container {
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50%;
}

.elementor-widget-video .elementor-custom-embed-image-overlay {
	cursor: pointer;
	text-align: center;
}

.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i {
	opacity: 1;
}

.elementor-widget-video .elementor-custom-embed-image-overlay img {
	display: block;
	width: 100%;
}

.elementor-widget-video .e-hosted-video .elementor-video {
	-o-object-fit: cover;
	object-fit: cover;
}

.e-con-inner>.elementor-widget-video,.e-con>.elementor-widget-video {
	width: var(--container-widget-width,100%);
}

.elementor-kit-6 {
	--e-global-color-primary: #6EC1E4;
	--e-global-color-secondary: #54595F;
	--e-global-color-text: #7A7A7A;
	--e-global-color-accent: #61CE70;
	--e-global-typography-primary-font-family: "Roboto";
	--e-global-typography-primary-font-weight: 600;
	--e-global-typography-secondary-font-family: "Roboto Slab";
	--e-global-typography-secondary-font-weight: 400;
	--e-global-typography-text-font-family: "Roboto";
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-accent-font-family: "Roboto";
	--e-global-typography-accent-font-weight: 500;
}

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1200px;
}

.e-con {
	--container-max-width: 1200px;
}

.elementor-widget:not(:last-child) {
	margin-bottom: 20px;
}

.elementor-element {
	--widgets-spacing: 20px;
}{}

h1.entry-title {
	display: var(--page-title-display);
}

@media(max-width:1024px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1024px;
	}

	.e-con {
		--container-max-width: 1024px;
	}
}

@media(max-width:479px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 767px;
	}

	.e-con {
		--container-max-width: 767px;
	}
}

.elementor-widget-heading .elementor-heading-title {
	color: var( --e-global-color-primary );
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
	font-weight: var( --e-global-typography-primary-font-weight );
}

.elementor-widget-image .widget-image-caption {
	color: var( --e-global-color-text );
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
	font-weight: var( --e-global-typography-text-font-weight );
}

.elementor-widget-text-editor {
	color: var( --e-global-color-text );
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
	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-widget-button .elementor-button {
	font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
	font-weight: var( --e-global-typography-accent-font-weight );
	background-color: var( --e-global-color-accent );
}

.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-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-widget-image-box .elementor-image-box-title {
	color: var( --e-global-color-primary );
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
	font-weight: var( --e-global-typography-primary-font-weight );
}

.elementor-widget-image-box .elementor-image-box-description {
	color: var( --e-global-color-text );
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
	font-weight: var( --e-global-typography-text-font-weight );
}

.elementor-widget-icon.elementor-view-stacked .elementor-icon {
	background-color: var( --e-global-color-primary );
}

.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon {
	color: var( --e-global-color-primary );
	border-color: var( --e-global-color-primary );
}

.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon svg {
	fill: var( --e-global-color-primary );
}

.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-weight: var( --e-global-typography-primary-font-weight );
}

.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-weight: var( --e-global-typography-text-font-weight );
}

.elementor-widget-star-rating .elementor-star-rating__title {
	color: var( --e-global-color-text );
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
	font-weight: var( --e-global-typography-text-font-weight );
}

.elementor-widget-image-gallery .gallery-item .gallery-caption {
	font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
	font-weight: var( --e-global-typography-accent-font-weight );
}

.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after {
	border-color: var( --e-global-color-text );
}

.elementor-widget-icon-list .elementor-icon-list-icon i {
	color: var( --e-global-color-primary );
}

.elementor-widget-icon-list .elementor-icon-list-icon svg {
	fill: var( --e-global-color-primary );
}

.elementor-widget-icon-list .elementor-icon-list-text {
	color: var( --e-global-color-secondary );
}

.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a {
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
	font-weight: var( --e-global-typography-text-font-weight );
}

.elementor-widget-counter .elementor-counter-number-wrapper {
	color: var( --e-global-color-primary );
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
	font-weight: var( --e-global-typography-primary-font-weight );
}

.elementor-widget-counter .elementor-counter-title {
	color: var( --e-global-color-secondary );
	font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
	font-weight: var( --e-global-typography-secondary-font-weight );
}

.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar {
	background-color: var( --e-global-color-primary );
}

.elementor-widget-progress .elementor-title {
	color: var( --e-global-color-primary );
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
	font-weight: var( --e-global-typography-text-font-weight );
}

.elementor-widget-testimonial .elementor-testimonial-content {
	color: var( --e-global-color-text );
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
	font-weight: var( --e-global-typography-text-font-weight );
}

.elementor-widget-testimonial .elementor-testimonial-name {
	color: var( --e-global-color-primary );
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
	font-weight: var( --e-global-typography-primary-font-weight );
}

.elementor-widget-testimonial .elementor-testimonial-job {
	color: var( --e-global-color-secondary );
	font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
	font-weight: var( --e-global-typography-secondary-font-weight );
}

.elementor-widget-tabs .elementor-tab-title, .elementor-widget-tabs .elementor-tab-title a {
	color: var( --e-global-color-primary );
}

.elementor-widget-tabs .elementor-tab-title.elementor-active,
					 .elementor-widget-tabs .elementor-tab-title.elementor-active a {
	color: var( --e-global-color-accent );
}

.elementor-widget-tabs .elementor-tab-title {
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
	font-weight: var( --e-global-typography-primary-font-weight );
}

.elementor-widget-tabs .elementor-tab-content {
	color: var( --e-global-color-text );
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
	font-weight: var( --e-global-typography-text-font-weight );
}

.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-weight: var( --e-global-typography-primary-font-weight );
}

.elementor-widget-accordion .elementor-tab-content {
	color: var( --e-global-color-text );
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
	font-weight: var( --e-global-typography-text-font-weight );
}

.elementor-widget-toggle .elementor-toggle-title, .elementor-widget-toggle .elementor-toggle-icon {
	color: var( --e-global-color-primary );
}

.elementor-widget-toggle .elementor-toggle-icon svg {
	fill: var( --e-global-color-primary );
}

.elementor-widget-toggle .elementor-tab-title.elementor-active a, .elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon {
	color: var( --e-global-color-accent );
}

.elementor-widget-toggle .elementor-toggle-title {
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
	font-weight: var( --e-global-typography-primary-font-weight );
}

.elementor-widget-toggle .elementor-tab-content {
	color: var( --e-global-color-text );
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
	font-weight: var( --e-global-typography-text-font-weight );
}

.elementor-widget-alert .elementor-alert-title {
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
	font-weight: var( --e-global-typography-primary-font-weight );
}

.elementor-widget-alert .elementor-alert-description {
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
	font-weight: var( --e-global-typography-text-font-weight );
}

.elementor-widget-text-path {
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
	font-weight: var( --e-global-typography-text-font-weight );
}

.elementor-3280 .elementor-element.elementor-element-4a52693 {
	margin-top: 100px;
	margin-bottom: 120px;
}

.elementor-3280 .elementor-element.elementor-element-1b3e969:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-3280 .elementor-element.elementor-element-1b3e969 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-image: url("../../themes/img/ab-bgr.png");
	background-position: center center;
	background-size: cover;
}

.elementor-3280 .elementor-element.elementor-element-1b3e969 > .elementor-element-populated {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 0px 15px 0px 15px;
}

.elementor-3280 .elementor-element.elementor-element-1b3e969 > .elementor-element-populated > .elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-3280 .elementor-element.elementor-element-7d645b4 > .elementor-container > .elementor-column > .elementor-widget-wrap {
	align-content: flex-end;
	align-items: flex-end;
}

.elementor-3280 .elementor-element.elementor-element-7d645b4 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.elementor-3280 .elementor-element.elementor-element-16630bb > .elementor-element-populated {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 15px 15px 15px 15px;
}

.elementor-3280 .elementor-element.elementor-element-16630bb > .elementor-element-populated > .elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-3280 .elementor-element.elementor-element-4d737cd > .elementor-element-populated {
	padding: 15px 15px 15px 15px;
}

.elementor-3280 .elementor-element.elementor-element-8ab2131 {
	width: auto;
	max-width: auto;
	bottom: 22%;
}

body:not(.rtl) .elementor-3280 .elementor-element.elementor-element-8ab2131 {
	left: 159px;
}

body.rtl .elementor-3280 .elementor-element.elementor-element-8ab2131 {
	right: 159px;
}

.elementor-3280 .elementor-element.elementor-element-c24d11e > .elementor-widget-container {
	padding: 15px 0px 0px 0px;
}

.elementor-bc-flex-widget .elementor-3280 .elementor-element.elementor-element-510d09e.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-3280 .elementor-element.elementor-element-510d09e.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-3280 .elementor-element.elementor-element-510d09e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-3280 .elementor-element.elementor-element-510d09e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #FFFFFF;
}

.elementor-3280 .elementor-element.elementor-element-510d09e > .elementor-element-populated {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 0px 10px 0px 120px;
}

.elementor-3280 .elementor-element.elementor-element-510d09e > .elementor-element-populated > .elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-3280 .elementor-element.elementor-element-e2d370f .pxl-heading {
	text-align: left;
}

.elementor-3280 .elementor-element.elementor-element-e2d370f .pxl-heading .wrap-subtitle {
	justify-content: left;
}

.elementor-3280 .elementor-element.elementor-element-e2d370f .pxl-heading .pxl-heading--inner {
	max-width: 500px;
}

.elementor-3280 .elementor-element.elementor-element-e2d370f .pxl-heading .pxl-item--title {
	color: #2B3C6B;
	font-family: "Salsa", Sans-serif;
	font-size: 42px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 0px;
}

.elementor-3280 .elementor-element.elementor-element-e2d370f .pxl-heading .pxl-item--subtitle {
	color: #FF6666;
	font-family: "Mulish", Sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 17px;
}

.elementor-3280 .elementor-element.elementor-element-e2d370f .pxl-heading .pxl-item--subtitle .wrap-subtitle svg {
	fill: #FF6666;
}

.elementor-3280 .elementor-element.elementor-element-e2d370f .pxl-heading .pxl-item--subtitle span {
	color: #FF6666;
	text-fill-color: #FF6666;
	-webkit-text-fill-color: #FF6666;
	background-image: none;
}

.elementor-3280 .elementor-element.elementor-element-e2d370f > .elementor-widget-container {
	margin: 30px 0px 0px 0px;
}

.elementor-3280 .elementor-element.elementor-element-6f791bb .pxl-text-editor .pxl-item--inner {
	max-width: 465px;
}

.elementor-3280 .elementor-element.elementor-element-6f791bb .pxl-text-editor p {
	color: #70747F;
	font-family: "Mulish", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
}

.elementor-3280 .elementor-element.elementor-element-6f791bb > .elementor-widget-container {
	padding: 22px 0px 0px 0px;
}

.elementor-3280 .elementor-element.elementor-element-884cde8 .pxl-text-editor p {
	color: #2B3C6B;
	font-family: "Salsa", Sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 33px;
}

.elementor-3280 .elementor-element.elementor-element-884cde8 > .elementor-widget-container {
	margin: 11px 0px 033px 0px;
	padding: 0px 0px 0px 30px;
	border-style: solid;
	border-width: 0px 0px 0px 06px;
	border-color: #6345ED;
}

.elementor-3280 .elementor-element.elementor-element-884cde8 {
	width: initial;
	max-width: initial;
}

.elementor-3280 .elementor-element.elementor-element-ea929ac .elementor-repeater-item-203127d  i {
	background-color: #FC477E;
}

.elementor-3280 .elementor-element.elementor-element-ea929ac .elementor-repeater-item-03e8655  i {
	background-color: #1AB9FF;
}

.elementor-3280 .elementor-element.elementor-element-ea929ac .pxl-link a {
	font-family: "Salsa", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 37px;
}

.elementor-3280 .elementor-element.elementor-element-ea929ac .pxl-link li {
	margin-bottom: 8px;
}

.elementor-3280 .elementor-element.elementor-element-ea929ac .pxl-link a i {
	color: #FFFFFF;
	font-size: 12px;
}

.elementor-3280 .elementor-element.elementor-element-ea929ac > .elementor-widget-container {
	padding: 0px 50px 0px 0px;
}

.elementor-3280 .elementor-element.elementor-element-ea929ac {
	width: auto;
	max-width: auto;
}

.elementor-3280 .elementor-element.elementor-element-e3d2f2c .elementor-repeater-item-203127d  i {
	background-color: #B250FE;
}

.elementor-3280 .elementor-element.elementor-element-e3d2f2c .elementor-repeater-item-03e8655  i {
	background-color: #0226FF;
}

.elementor-3280 .elementor-element.elementor-element-e3d2f2c .pxl-link a {
	font-family: "Salsa", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 37px;
}

.elementor-3280 .elementor-element.elementor-element-e3d2f2c .pxl-link li {
	margin-bottom: 8px;
}

.elementor-3280 .elementor-element.elementor-element-e3d2f2c .pxl-link a i {
	color: #FFFFFF;
	font-size: 12px;
}

.elementor-3280 .elementor-element.elementor-element-e3d2f2c {
	width: auto;
	max-width: auto;
}

.elementor-3280 .elementor-element.elementor-element-289a924 .pxl-button .btn {
	font-family: "Salsa", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 5px 5px 5px 5px;
	padding: 10px 30px 10px 30px;
}

.elementor-3280 .elementor-element.elementor-element-289a924 .pxl-btn-effect4:before {
	background-color: #FAB319 !important;
}

.elementor-3280 .elementor-element.elementor-element-289a924 .pxl-button .btn:hover {
	color: #FFFFFF !important;
	background-color: #FE7162 !important;
}

.elementor-3280 .elementor-element.elementor-element-289a924 .pxl-button .pxl-btn-effect4 {
	background-color: #FE7162 !important;
}

.elementor-3280 .elementor-element.elementor-element-289a924 .pxl-button:hover .pxl-btn-effect4:after {
	border-color: #FE7162 !important;
}

.elementor-3280 .elementor-element.elementor-element-289a924 .pxl-button .btn i {
	font-size: 24px;
}

.elementor-3280 .elementor-element.elementor-element-289a924 .pxl-button .pxl-icon--right i {
	margin-left: 10px;
}

.elementor-3280 .elementor-element.elementor-element-289a924 > .elementor-widget-container {
	margin: 25px 0px 0px 0px;
}

.elementor-3280 .elementor-element.elementor-element-2730363 .pxl-shape-divider .pxl-row-angle {
	fill: #FFFFFF;
	height: 60px;
}

.elementor-3280 .elementor-element.elementor-element-2730363:not(.elementor-motion-effects-element-type-background), .elementor-3280 .elementor-element.elementor-element-2730363 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #FCF9F4;
}

.elementor-3280 .elementor-element.elementor-element-2730363 {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 130px 0px 0px 0px;
}

.elementor-3280 .elementor-element.elementor-element-2730363 > .elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-3280 .elementor-element.elementor-element-f4d23cf .pxl-heading {
	text-align: center;
}

.elementor-3280 .elementor-element.elementor-element-f4d23cf .pxl-heading .wrap-subtitle {
	justify-content: center;
}

.elementor-3280 .elementor-element.elementor-element-f4d23cf .pxl-heading .pxl-heading--inner {
	max-width: 723px;
}

.elementor-3280 .elementor-element.elementor-element-f4d23cf .pxl-heading .pxl-item--title {
	color: #2B3C6B;
	font-family: "Salsa", Sans-serif;
	font-size: 42px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 0px;
}

.elementor-3280 .elementor-element.elementor-element-f4d23cf .pxl-heading .pxl-item--subtitle {
	color: #FF6666;
	font-family: "Mulish", Sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 17px;
}

.elementor-3280 .elementor-element.elementor-element-f4d23cf .pxl-heading .pxl-item--subtitle .wrap-subtitle svg {
	fill: #FF6666;
}

.elementor-3280 .elementor-element.elementor-element-f4d23cf .pxl-heading .pxl-item--subtitle span {
	color: #FF6666;
	text-fill-color: #FF6666;
	-webkit-text-fill-color: #FF6666;
	background-image: none;
}

.elementor-3280 .elementor-element.elementor-element-1526cc7:not(.elementor-motion-effects-element-type-background), .elementor-3280 .elementor-element.elementor-element-1526cc7 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #FCF9F4;
}

.elementor-3280 .elementor-element.elementor-element-1526cc7 {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 30px 0px 53px 0px;
}

.elementor-3280 .elementor-element.elementor-element-1526cc7 > .elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-3280 .elementor-element.elementor-element-13a2ae4 .pxl-shape-divider .pxl-row-angle {
	fill: #FCF9F4;
	height: 60px;
}

.elementor-3280 .elementor-element.elementor-element-13a2ae4:not(.elementor-motion-effects-element-type-background), .elementor-3280 .elementor-element.elementor-element-13a2ae4 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #f6ff02;;
}

.elementor-3280 .elementor-element.elementor-element-13a2ae4 {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 135px 0px 65px 0px;
}

.elementor-3280 .elementor-element.elementor-element-13a2ae4 > .elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

body:not(.elementor-editor-active) .elementor-3280 .elementor-element.elementor-element-79c2b6d .pxl-particle .elementor-repeater-item-3667aaf {
	left: 0%;
	bottom: -50%;
}

body:not(.elementor-editor-active) .elementor-3280 .elementor-element.elementor-element-79c2b6d .pxl-particle .elementor-repeater-item-8114bf1 {
	bottom: -50%;
	right: 0%;
}

body:not(.elementor-editor-active) .elementor-3280 .elementor-element.elementor-element-79c2b6d .pxl-particle .elementor-repeater-item-1d992e3 {
	top: -10%;
	left: 10%;
}

body:not(.elementor-editor-active) .elementor-3280 .elementor-element.elementor-element-79c2b6d .pxl-particle .elementor-repeater-item-8c443dc {
	top: -10%;
	left: 50%;
}

body:not(.elementor-editor-active) .elementor-3280 .elementor-element.elementor-element-79c2b6d .pxl-particle .elementor-repeater-item-f818652 {
	left: 50%;
	bottom: 0%;
}

body:not(.elementor-editor-active) .elementor-3280 .elementor-element.elementor-element-79c2b6d .pxl-particle .elementor-repeater-item-d5c5273 {
	top: -10%;
	right: 5%;
}

.elementor-3280 .elementor-element.elementor-element-88cdff0 .pxl-counter .pxl-item--icon i {
	color: #B250FE;
	text-fill-color: #B250FE;
	-webkit-text-fill-color: #B250FE;
	background-image: none;
	font-size: 70px;
}

.elementor-3280 .elementor-element.elementor-element-c4d5423 .pxl-counter .pxl-item--icon i {
	color: #1AB9FF;
	text-fill-color: #1AB9FF;
	-webkit-text-fill-color: #1AB9FF;
	background-image: none;
	font-size: 70px;
}

.elementor-3280 .elementor-element.elementor-element-b1fc016 .pxl-counter .pxl-item--icon i {
	color: #FAB319;
	text-fill-color: #FAB319;
	-webkit-text-fill-color: #FAB319;
	background-image: none;
	font-size: 63px;
}

.elementor-3280 .elementor-element.elementor-element-e26a67c .pxl-counter .pxl-item--icon i {
	font-size: 65px;
}

.elementor-3280 .elementor-element.elementor-element-fed5349 {
	padding: 130px 10px 0px 10px;
}

.elementor-3280 .elementor-element.elementor-element-fccc14f .pxl-heading {
	text-align: center;
}

.elementor-3280 .elementor-element.elementor-element-fccc14f .pxl-heading .wrap-subtitle {
	justify-content: center;
}

.elementor-3280 .elementor-element.elementor-element-fccc14f .pxl-heading .pxl-heading--inner {
	max-width: 723px;
}

.elementor-3280 .elementor-element.elementor-element-fccc14f .pxl-heading .pxl-item--title {
	color: #2B3C6B;
	font-family: "Salsa", Sans-serif;
	font-size: 42px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 0px;
}

.elementor-3280 .elementor-element.elementor-element-fccc14f .pxl-heading .pxl-item--subtitle {
	color: #FF6666;
	font-family: "Mulish", Sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 17px;
}

.elementor-3280 .elementor-element.elementor-element-fccc14f .pxl-heading .pxl-item--subtitle .wrap-subtitle svg {
	fill: #FF6666;
}

.elementor-3280 .elementor-element.elementor-element-fccc14f .pxl-heading .pxl-item--subtitle span {
	color: #FF6666;
	text-fill-color: #FF6666;
	-webkit-text-fill-color: #FF6666;
	background-image: none;
}

.elementor-3280 .elementor-element.elementor-element-70633b1 .elementor-repeater-item-08c5b9c  .pxl-item--meta:before {
	background-color: #FC477E;
}

.elementor-3280 .elementor-element.elementor-element-70633b1 .elementor-repeater-item-08c5b9c  .pxl-item--meta:after {
	background-color: #FC477E;
}

.elementor-3280 .elementor-element.elementor-element-70633b1 .elementor-repeater-item-08c5b9c  .pxl-item--inner2 {
	background-color: #FC477E;
}

.elementor-3280 .elementor-element.elementor-element-70633b1 .elementor-repeater-item-bed4808  .pxl-item--meta:before {
	background-color: #B250FE;
}

.elementor-3280 .elementor-element.elementor-element-70633b1 .elementor-repeater-item-bed4808  .pxl-item--meta:after {
	background-color: #B250FE;
}

.elementor-3280 .elementor-element.elementor-element-70633b1 .elementor-repeater-item-bed4808  .pxl-item--inner2 {
	background-color: #B250FE;
}

.elementor-3280 .elementor-element.elementor-element-70633b1 .elementor-repeater-item-3c1ed7d  .pxl-item--meta:before {
	background-color: #FAB319;
}

.elementor-3280 .elementor-element.elementor-element-70633b1 .elementor-repeater-item-3c1ed7d  .pxl-item--meta:after {
	background-color: #FAB319;
}

.elementor-3280 .elementor-element.elementor-element-70633b1 .elementor-repeater-item-3c1ed7d  .pxl-item--inner2 {
	background-color: #FAB319;
}

.elementor-3280 .elementor-element.elementor-element-70633b1 .elementor-repeater-item-f110f6a  .pxl-item--meta:before {
	background-color: #1AB9FF;
}

.elementor-3280 .elementor-element.elementor-element-70633b1 .elementor-repeater-item-f110f6a  .pxl-item--meta:after {
	background-color: #1AB9FF;
}

.elementor-3280 .elementor-element.elementor-element-70633b1 .elementor-repeater-item-f110f6a  .pxl-item--inner2 {
	background-color: #1AB9FF;
}

.elementor-3280 .elementor-element.elementor-element-70633b1 .elementor-repeater-item-9ea43c3  .pxl-item--meta:before {
	background-color: #04138B;
}

.elementor-3280 .elementor-element.elementor-element-70633b1 .elementor-repeater-item-9ea43c3  .pxl-item--meta:after {
	background-color: #04138B;
}

.elementor-3280 .elementor-element.elementor-element-70633b1 .elementor-repeater-item-9ea43c3  .pxl-item--inner2 {
	background-color: #04138B;
}

.elementor-3280 .elementor-element.elementor-element-70633b1 > .elementor-widget-container {
	padding: 50px 0px 0px 0px;
}

.elementor-3280 .elementor-element.elementor-element-88a2733 > .elementor-container {
	max-width: 1350px;
}

.elementor-3280 .elementor-element.elementor-element-88a2733 > .elementor-container > .elementor-column > .elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

.elementor-3280 .elementor-element.elementor-element-88a2733 {
	margin-top: 140px;
	margin-bottom: 0px;
	z-index: 11;
}

.elementor-3280 .elementor-element.elementor-element-6c1a036.elementor-column > .elementor-widget-wrap {
	justify-content: center;
}

.elementor-3280 .elementor-element.elementor-element-6c1a036:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-3280 .elementor-element.elementor-element-6c1a036 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #1AB9FF;
}

.elementor-3280 .elementor-element.elementor-element-6c1a036 > .elementor-element-populated, .elementor-3280 .elementor-element.elementor-element-6c1a036 > .elementor-element-populated > .elementor-background-overlay, .elementor-3280 .elementor-element.elementor-element-6c1a036 > .elementor-background-slideshow {
	border-radius: 20px 20px 20px 20px;
}

.elementor-3280 .elementor-element.elementor-element-6c1a036 > .elementor-element-populated {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 31px 10px 21px 10px;
}

.elementor-3280 .elementor-element.elementor-element-6c1a036 > .elementor-element-populated > .elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-3280 .elementor-element.elementor-element-5e32017 > .elementor-container {
	max-width: 500px;
}

.elementor-3280 .elementor-element.elementor-element-5e32017 > .elementor-container > .elementor-column > .elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

.elementor-3280 .elementor-element.elementor-element-5e32017 {
	padding: 0% 6.5% 0% 6.5%;
}

.elementor-3280 .elementor-element.elementor-element-d9e44e7 .pxl-heading {
	text-align: left;
}

.elementor-3280 .elementor-element.elementor-element-d9e44e7 .pxl-heading .wrap-subtitle {
	justify-content: left;
}

.elementor-3280 .elementor-element.elementor-element-d9e44e7 .pxl-heading .pxl-heading--inner {
	max-width: 714px;
}

.elementor-3280 .elementor-element.elementor-element-d9e44e7 .pxl-heading .pxl-item--title {
	color: #FFFFFF;
	font-family: "Salsa", Sans-serif;
	font-size: 42px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 0px;
}

.elementor-3280 .elementor-element.elementor-element-d9e44e7 .pxl-heading .pxl-item--subtitle {
	color: #FF6666;
	font-family: "Mulish", Sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 17px;
}

.elementor-3280 .elementor-element.elementor-element-d9e44e7 .pxl-heading .pxl-item--subtitle .wrap-subtitle svg {
	fill: #FF6666;
}

.elementor-3280 .elementor-element.elementor-element-d9e44e7 .pxl-heading .pxl-item--subtitle span {
	color: #FF6666;
	text-fill-color: #FF6666;
	-webkit-text-fill-color: #FF6666;
	background-image: none;
}

.elementor-3280 .elementor-element.elementor-element-352f1ea .pxl-text-editor p {
	color: #FFFFFF;
	font-family: "Mulish", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 32px;
}

.elementor-3280 .elementor-element.elementor-element-9149f6f.elementor-column > .elementor-widget-wrap {
	justify-content: flex-end;
}

.elementor-3280 .elementor-element.elementor-element-fb7afab .pxl-button .btn {
	font-family: "Salsa", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 5px 5px 5px 5px;
	border-style: solid !important;
	border-width: 2px 2px 2px 2px !important;
	border-color: #FFFFFF !important;
	padding: 5px 30px 5px 30px;
	color: #FFFFFF;
	background-color: #1AB9FF !important;
}

.elementor-3280 .elementor-element.elementor-element-fb7afab .pxl-button .btn:hover {
	background-color: #FF6666 !important;
	border-color: #FF6666 !important;
}

.elementor-3280 .elementor-element.elementor-element-fb7afab .pxl-button .pxl-btn-effect4 {
	background-color: #FF6666 !important;
}

.elementor-3280 .elementor-element.elementor-element-fb7afab .pxl-button:hover .pxl-btn-effect4:after {
	border-color: #FF6666 !important;
}

.elementor-3280 .elementor-element.elementor-element-fb7afab .pxl-button .btn i {
	font-size: 21px;
}

.elementor-3280 .elementor-element.elementor-element-fb7afab .pxl-button .pxl-icon--right i {
	margin-left: 10px;
}

.elementor-3280 .elementor-element.elementor-element-fb7afab > .elementor-widget-container {
	padding: 10px 0px 10px 0px;
}

.elementor-3280 .elementor-element.elementor-element-fb7afab {
	width: auto;
	max-width: auto;
}

.elementor-3280 .elementor-element.elementor-element-63fb2e1 .pxl-icon-box .pxl-item--title {
	color: #FFFFFF;
	font-family: "Salsa", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
}

.elementor-3280 .elementor-element.elementor-element-63fb2e1 .pxl-icon-box .pxl-item--title span {
	color: #FFFFFF;
	text-fill-color: #FFFFFF;
	-webkit-text-fill-color: #FFFFFF;
	background-image: none;
}

.elementor-3280 .elementor-element.elementor-element-63fb2e1 .pxl-icon-box .pxl-item--description {
	color: #FFFFFF;
}

.elementor-3280 .elementor-element.elementor-element-63fb2e1 .pxl-icon-box .pxl-item--description a {
	color: #FFFFFF;
	font-family: "Salsa", Sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 25px;
}

.elementor-3280 .elementor-element.elementor-element-63fb2e1 .pxl-icon-box .pxl-item--description a:hover {
	color: #FF6666;
}

.elementor-3280 .elementor-element.elementor-element-63fb2e1 .pxl-icon-box .pxl-item--icon i {
	color: #FFFFFF;
	text-fill-color: #FFFFFF;
	-webkit-text-fill-color: #FFFFFF;
	background-image: none;
	font-size: 55px;
}

.elementor-3280 .elementor-element.elementor-element-63fb2e1 > .elementor-widget-container {
	margin: 0px 0px 0px 38px;
	padding: 10px 0px 10px 0px;
}

.elementor-3280 .elementor-element.elementor-element-63fb2e1 {
	width: auto;
	max-width: auto;
}

.elementor-3280 .elementor-element.elementor-element-d160c4c .pxl-shape-divider .pxl-row-angle {
	fill: #FFFFFF;
	height: 60px;
}

.elementor-3280 .elementor-element.elementor-element-d160c4c .pxl-shape-divider .pxl-row-angle-bottom {
	fill: #223668 !important;
}

.elementor-3280 .elementor-element.elementor-element-d160c4c:not(.elementor-motion-effects-element-type-background), .elementor-3280 .elementor-element.elementor-element-d160c4c > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #FCF9F4;
}

.elementor-3280 .elementor-element.elementor-element-d160c4c > .elementor-background-overlay {
	background-color: #FCF9F4;
	opacity: 0.5;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-3280 .elementor-element.elementor-element-d160c4c {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: -100px;
	margin-bottom: -70px;
	padding: 200px 0px 180px 0px;
	z-index: 10;
}

.elementor-3280 .elementor-element.elementor-element-0dff792.elementor-column > .elementor-widget-wrap {
	justify-content: center;
}

body:not(.elementor-editor-active) .elementor-3280 .elementor-element.elementor-element-6e93b53 .pxl-particle .elementor-repeater-item-e2c8ee6 {
	left: 0%;
}

body:not(.elementor-editor-active) .elementor-3280 .elementor-element.elementor-element-6e93b53 .pxl-particle .elementor-repeater-item-c2eae7b {
	top: -5%;
	right: 0%;
}

.elementor-3280 .elementor-element.elementor-element-5665b51 .pxl-heading {
	text-align: center;
}

.elementor-3280 .elementor-element.elementor-element-5665b51 .pxl-heading .wrap-subtitle {
	justify-content: center;
}

.elementor-3280 .elementor-element.elementor-element-5665b51 .pxl-heading .pxl-heading--inner {
	max-width: 604px;
}

.elementor-3280 .elementor-element.elementor-element-5665b51 .pxl-heading .pxl-item--title {
	color: #2B3C6B;
	font-family: "Salsa", Sans-serif;
	font-size: 42px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 0px;
}

.elementor-3280 .elementor-element.elementor-element-5665b51 .pxl-heading .pxl-item--subtitle {
	color: #FF6666;
	font-family: "Mulish", Sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 17px;
}

.elementor-3280 .elementor-element.elementor-element-5665b51 .pxl-heading .pxl-item--subtitle .wrap-subtitle svg {
	fill: #FF6666;
}

.elementor-3280 .elementor-element.elementor-element-5665b51 .pxl-heading .pxl-item--subtitle span {
	color: #FF6666;
	text-fill-color: #FF6666;
	-webkit-text-fill-color: #FF6666;
	background-image: none;
}

.elementor-3280 .elementor-element.elementor-element-5665b51 .pxl-heading .pxl-title--highlight {
	color: #FF6666;
}

.elementor-3280 .elementor-element.elementor-element-bc1d893 > .elementor-widget-container {
	margin: 60px 0px 0px 0px;
}

@media(max-width:1024px) {
	.elementor-3280 .elementor-element.elementor-element-4a52693 {
		margin-top: -80px;
		margin-bottom: 0px;
	}

	.elementor-3280 .elementor-element.elementor-element-1b3e969 > .elementor-element-populated {
		padding: 0px 15px 30px 15px;
	}

	.elementor-3280 .elementor-element.elementor-element-7d645b4 {
		margin-top: 130px;
		margin-bottom: 0px;
	}

	.elementor-3280 .elementor-element.elementor-element-1c2dd1e {
		text-align: right;
	}

	.elementor-3280 .elementor-element.elementor-element-c26dd7e {
		text-align: left;
	}

	body:not(.rtl) .elementor-3280 .elementor-element.elementor-element-8ab2131 {
		left: 32%;
	}

	body.rtl .elementor-3280 .elementor-element.elementor-element-8ab2131 {
		right: 32%;
	}

	.elementor-3280 .elementor-element.elementor-element-510d09e > .elementor-element-populated {
		padding: 10px 15px 50px 15px;
	}

	.elementor-3280 .elementor-element.elementor-element-e2d370f .pxl-heading .pxl-heading--inner {
		max-width: 100%;
	}

	.elementor-3280 .elementor-element.elementor-element-e2d370f .pxl-heading .pxl-item--title {
		font-size: 35px;
		line-height: 1em;
	}

	.elementor-3280 .elementor-element.elementor-element-e2d370f .pxl-heading .pxl-item--subtitle {
		margin-bottom: 11px;
	}

	.elementor-3280 .elementor-element.elementor-element-e2d370f > .elementor-widget-container {
		margin: 0px 0px 0px 0px;
	}

	.elementor-3280 .elementor-element.elementor-element-6f791bb .pxl-text-editor .pxl-item--inner {
		max-width: 100%;
	}

	.elementor-3280 .elementor-element.elementor-element-884cde8 > .elementor-widget-container {
		margin: 0px 0px 20px 0px;
		padding: 0px 0px 0px 20px;
	}

	.elementor-3280 .elementor-element.elementor-element-884cde8 {
		width: 100%;
		max-width: 100%;
	}

	.elementor-3280 .elementor-element.elementor-element-2730363 {
		padding: 100px 5px 20px 5px;
	}

	.elementor-3280 .elementor-element.elementor-element-f4d23cf .pxl-heading .pxl-heading--inner {
		max-width: 100%;
	}

	.elementor-3280 .elementor-element.elementor-element-f4d23cf .pxl-heading .pxl-item--title {
		font-size: 35px;
		line-height: 1em;
	}

	.elementor-3280 .elementor-element.elementor-element-f4d23cf .pxl-heading .pxl-item--subtitle {
		margin-bottom: 21px;
	}

	.elementor-3280 .elementor-element.elementor-element-1526cc7 {
		padding: 0px 5px 70px 5px;
	}

	.elementor-3280 .elementor-element.elementor-element-13a2ae4 {
		padding: 100px 5px 65px 5px;
	}

	.elementor-3280 .elementor-element.elementor-element-c0bfe8a > .elementor-element-populated {
		margin: 50px 0px 0px 0px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
	}

	.elementor-3280 .elementor-element.elementor-element-b41a998 > .elementor-element-populated {
		margin: 50px 0px 0px 0px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
	}

	.elementor-3280 .elementor-element.elementor-element-fed5349 {
		padding: 70px 5px 0px 5px;
	}

	.elementor-3280 .elementor-element.elementor-element-fccc14f .pxl-heading .pxl-heading--inner {
		max-width: 100%;
	}

	.elementor-3280 .elementor-element.elementor-element-fccc14f .pxl-heading .pxl-item--title {
		font-size: 35px;
		line-height: 1.3em;
		margin-bottom: 28px;
	}

	.elementor-3280 .elementor-element.elementor-element-fccc14f .pxl-heading .pxl-item--subtitle {
		margin-bottom: 14px;
	}

	.elementor-3280 .elementor-element.elementor-element-88a2733 {
		margin-top: 60px;
		margin-bottom: 0px;
	}

	.elementor-3280 .elementor-element.elementor-element-6c1a036 > .elementor-element-populated, .elementor-3280 .elementor-element.elementor-element-6c1a036 > .elementor-element-populated > .elementor-background-overlay, .elementor-3280 .elementor-element.elementor-element-6c1a036 > .elementor-background-slideshow {
		border-radius: 0px 0px 0px 0px;
	}

	.elementor-3280 .elementor-element.elementor-element-6c1a036 > .elementor-element-populated {
		padding: 30px 20px 30px 20px;
	}

	.elementor-3280 .elementor-element.elementor-element-5e32017 {
		padding: 0% 0% 0% 0%;
	}

	.elementor-3280 .elementor-element.elementor-element-d9e44e7 .pxl-heading .pxl-item--title {
		font-size: 35px;
		line-height: 1em;
	}

	.elementor-3280 .elementor-element.elementor-element-9149f6f.elementor-column > .elementor-widget-wrap {
		justify-content: flex-start;
	}

	.elementor-3280 .elementor-element.elementor-element-9149f6f > .elementor-element-populated {
		margin: -20px 0px 0px 0px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
	}

	.elementor-3280 .elementor-element.elementor-element-fb7afab > .elementor-widget-container {
		margin: 0px 40px 0px 0px;
	}

	.elementor-3280 .elementor-element.elementor-element-63fb2e1 > .elementor-widget-container {
		margin: 0px 0px 0px 0px;
	}

	.elementor-3280 .elementor-element.elementor-element-d160c4c {
		margin-top: -60px;
		margin-bottom: -40px;
		padding: 120px 0px 100px 0px;
	}

	.elementor-3280 .elementor-element.elementor-element-0dff792 > .elementor-element-populated {
		padding: 10px 15px 10px 15px;
	}

	.elementor-3280 .elementor-element.elementor-element-5665b51 .pxl-heading .pxl-heading--inner {
		max-width: 100%;
	}

	.elementor-3280 .elementor-element.elementor-element-5665b51 .pxl-heading .pxl-item--title {
		font-size: 35px;
		line-height: 1em;
	}

	.elementor-3280 .elementor-element.elementor-element-5665b51 .pxl-heading .pxl-item--subtitle {
		margin-bottom: 20px;
	}

	.elementor-3280 .elementor-element.elementor-element-bc1d893 > .elementor-widget-container {
		margin: 20px 10px 0px 0px;
	}
}

@media(max-width:767px) {
	body:not(.rtl) .elementor-3280 .elementor-element.elementor-element-8ab2131 {
		left: 26%;
	}

	body.rtl .elementor-3280 .elementor-element.elementor-element-8ab2131 {
		right: 26%;
	}

	.elementor-3280 .elementor-element.elementor-element-e2d370f .pxl-heading .pxl-item--title {
		font-size: 30px;
	}

	.elementor-3280 .elementor-element.elementor-element-884cde8 > .elementor-widget-container {
		margin: 0px 0px 20px 0px;
		padding: 0px 0px 0px 20px;
	}

	.elementor-3280 .elementor-element.elementor-element-f4d23cf .pxl-heading .pxl-item--title {
		font-size: 30px;
		line-height: 1.3em;
	}

	.elementor-3280 .elementor-element.elementor-element-13a2ae4 {
		padding: 100px 0px 40px 0px;
	}

	.elementor-3280 .elementor-element.elementor-element-fed5349 {
		padding: 0px 0px 0px 0px;
	}

	.elementor-3280 .elementor-element.elementor-element-fccc14f .pxl-heading .pxl-item--title {
		font-size: 30px;
		margin-bottom: 26px;
	}

	.elementor-3280 .elementor-element.elementor-element-fccc14f .pxl-heading .pxl-item--subtitle {
		margin-bottom: 13px;
	}

	.elementor-3280 .elementor-element.elementor-element-fccc14f > .elementor-widget-container {
		margin: 40px 0px 0px 0px;
	}

	.elementor-3280 .elementor-element.elementor-element-d9e44e7 .pxl-heading .pxl-item--title {
		font-size: 30px;
		line-height: 42px;
	}

	.elementor-3280 .elementor-element.elementor-element-d160c4c {
		margin-top: -30px;
		margin-bottom: -40px;
		padding: 100px 0px 50px 0px;
	}

	.elementor-3280 .elementor-element.elementor-element-5665b51 .pxl-heading .pxl-item--title {
		font-size: 30px;
	}

	.elementor-3280 .elementor-element.elementor-element-bc1d893 > .elementor-widget-container {
		margin: 20px 0px 0px 0px;
		padding: 0px 0px 50px 0px;
	}
}

@media(max-width:479px) {
	.elementor-3280 .elementor-element.elementor-element-4a52693 {
		padding: 0px 0px 10px 0px;
	}

	.elementor-3280 .elementor-element.elementor-element-1c2dd1e img {
		width: 100%;
	}

	.elementor-3280 .elementor-element.elementor-element-c26dd7e img {
		width: 100%;
	}

	.elementor-3280 .elementor-element.elementor-element-8ab2131 > .elementor-widget-container {
		padding: 0px 0px 0px 0px;
	}

	.elementor-3280 .elementor-element.elementor-element-8ab2131 {
		width: auto;
		max-width: auto;
		bottom: 20%;
	}

	body:not(.rtl) .elementor-3280 .elementor-element.elementor-element-8ab2131 {
		left: 15px;
	}

	body.rtl .elementor-3280 .elementor-element.elementor-element-8ab2131 {
		right: 15px;
	}

	.elementor-3280 .elementor-element.elementor-element-c24d11e img {
		width: 100%;
	}

	.elementor-3280 .elementor-element.elementor-element-e2d370f .pxl-heading .pxl-item--title {
		font-size: 27px;
		line-height: 1.3em;
	}

	.elementor-3280 .elementor-element.elementor-element-e2d370f .pxl-heading .pxl-item--subtitle {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.elementor-3280 .elementor-element.elementor-element-884cde8 .pxl-text-editor p {
		font-size: 19px;
		line-height: 26px;
	}

	.elementor-3280 .elementor-element.elementor-element-884cde8 > .elementor-widget-container {
		padding: 0px 0px 0px 20px;
	}

	.elementor-3280 .elementor-element.elementor-element-ea929ac > .elementor-widget-container {
		padding: 0px 50px 0px 0px;
	}

	.elementor-3280 .elementor-element.elementor-element-e3d2f2c > .elementor-widget-container {
		padding: 0px 0px 0px 0px;
	}

	.elementor-3280 .elementor-element.elementor-element-289a924 .pxl-button .btn {
		font-size: 16px;
		padding: 10px 20px 10px 20px;
	}

	.elementor-3280 .elementor-element.elementor-element-289a924 .pxl-button .btn i {
		font-size: 20px;
	}

	.elementor-3280 .elementor-element.elementor-element-2730363 {
		padding: 60px 0px 0px 0px;
	}

	.elementor-3280 .elementor-element.elementor-element-f4d23cf .pxl-heading .pxl-item--title {
		font-size: 27px;
		line-height: 1.3em;
	}

	.elementor-3280 .elementor-element.elementor-element-f4d23cf .pxl-heading .pxl-item--subtitle {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.elementor-3280 .elementor-element.elementor-element-f4d23cf > .elementor-widget-container {
		padding: 0px 0px 20px 0px;
	}

	.elementor-3280 .elementor-element.elementor-element-1526cc7 {
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 0px 0px 50px 0px;
	}

	.elementor-3280 .elementor-element.elementor-element-f5a4c82 > .elementor-element-populated {
		padding: 15px 15px 15px 15px;
	}

	.elementor-3280 .elementor-element.elementor-element-7b409b3 > .elementor-element-populated {
		padding: 15px 15px 15px 15px;
	}

	.elementor-3280 .elementor-element.elementor-element-d986fca > .elementor-element-populated {
		padding: 15px 15px 15px 15px;
	}

	.elementor-3280 .elementor-element.elementor-element-6c73dd9 > .elementor-element-populated {
		padding: 15px 15px 15px 15px;
	}

	.elementor-3280 .elementor-element.elementor-element-13a2ae4 {
		padding: 70px 0px 50px 0px;
	}

	.elementor-3280 .elementor-element.elementor-element-5775124 > .elementor-element-populated {
		margin: 10px 0px 0px 0px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
	}

	.elementor-3280 .elementor-element.elementor-element-c0bfe8a > .elementor-element-populated {
		margin: 10px 0px 0px 0px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
	}

	.elementor-3280 .elementor-element.elementor-element-b41a998 > .elementor-element-populated {
		margin: 10px 0px 0px 0px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
	}

	.elementor-3280 .elementor-element.elementor-element-fed5349 {
		padding: 50px 0px 0px 0px;
	}

	.elementor-3280 .elementor-element.elementor-element-fccc14f .pxl-heading .pxl-item--title {
		font-size: 27px;
		line-height: 1.3em;
		margin-bottom: 0px;
	}

	.elementor-3280 .elementor-element.elementor-element-fccc14f .pxl-heading .pxl-item--subtitle {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.elementor-3280 .elementor-element.elementor-element-fccc14f > .elementor-widget-container {
		margin: 0px 0px 30px 0px;
	}

	.elementor-3280 .elementor-element.elementor-element-70633b1 > .elementor-widget-container {
		padding: 10px 0px 0px 0px;
	}

	.elementor-3280 .elementor-element.elementor-element-6c1a036 > .elementor-element-populated {
		padding: 20px 20px 20px 20px;
	}

	.elementor-3280 .elementor-element.elementor-element-d9e44e7 .pxl-heading .pxl-item--title {
		font-size: 28px;
	}

	.elementor-3280 .elementor-element.elementor-element-d9e44e7 .pxl-heading .pxl-item--subtitle {
		font-size: 15px;
		margin-bottom: 10px;
	}

	.elementor-3280 .elementor-element.elementor-element-d160c4c {
		margin-top: -60px;
		margin-bottom: -40px;
	}

	.elementor-3280 .elementor-element.elementor-element-5665b51 .pxl-heading .pxl-item--title {
		font-size: 28px;
		line-height: 1.3em;
	}

	.elementor-3280 .elementor-element.elementor-element-5665b51 .pxl-heading .pxl-item--subtitle {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.elementor-3280 .elementor-element.elementor-element-bc1d893 > .elementor-widget-container {
		margin: 10px 0px 0px 0px;
	}
}

@media(min-width:480px) {
	.elementor-3280 .elementor-element.elementor-element-1b3e969 {
		width: 50.832%;
	}

	.elementor-3280 .elementor-element.elementor-element-510d09e {
		width: 49.168%;
	}

	.elementor-3280 .elementor-element.elementor-element-bbd05f1 {
		width: 56.815%;
	}

	.elementor-3280 .elementor-element.elementor-element-9149f6f {
		width: 43.144%;
	}
}

@media(max-width:1024px) and (min-width:480px) {
	.elementor-3280 .elementor-element.elementor-element-1b3e969 {
		width: 100%;
	}

	.elementor-3280 .elementor-element.elementor-element-510d09e {
		width: 100%;
	}

	.elementor-3280 .elementor-element.elementor-element-f5a4c82 {
		width: 50%;
	}

	.elementor-3280 .elementor-element.elementor-element-7b409b3 {
		width: 50%;
	}

	.elementor-3280 .elementor-element.elementor-element-d986fca {
		width: 50%;
	}

	.elementor-3280 .elementor-element.elementor-element-6c73dd9 {
		width: 50%;
	}

	.elementor-3280 .elementor-element.elementor-element-fb046ae {
		width: 50%;
	}

	.elementor-3280 .elementor-element.elementor-element-5775124 {
		width: 50%;
	}

	.elementor-3280 .elementor-element.elementor-element-c0bfe8a {
		width: 50%;
	}

	.elementor-3280 .elementor-element.elementor-element-b41a998 {
		width: 50%;
	}

	.elementor-3280 .elementor-element.elementor-element-bbd05f1 {
		width: 100%;
	}

	.elementor-3280 .elementor-element.elementor-element-9149f6f {
		width: 100%;
	}
}

@media(max-width:767px) and (min-width:480px) {
	.elementor-3280 .elementor-element.elementor-element-f5a4c82 {
		width: 100%;
	}

	.elementor-3280 .elementor-element.elementor-element-7b409b3 {
		width: 100%;
	}

	.elementor-3280 .elementor-element.elementor-element-d986fca {
		width: 100%;
	}

	.elementor-3280 .elementor-element.elementor-element-6c73dd9 {
		width: 100%;
	}
}

.elementor-412 .elementor-element.elementor-element-4895cfe:not(.elementor-motion-effects-element-type-background), .elementor-412 .elementor-element.elementor-element-4895cfe > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #223668;
}

.elementor-412 .elementor-element.elementor-element-4895cfe {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-412 .elementor-element.elementor-element-4895cfe > .elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-412 .elementor-element.elementor-element-636da97 > .elementor-element-populated {
	padding: 9px 10px 9px 10px;
}

.elementor-412 .elementor-element.elementor-element-1e77b46 .pxl-text-editor {
	text-align: center;
}

.elementor-412 .elementor-element.elementor-element-1e77b46 .pxl-text-editor p {
	color: #FFFFFF;
	font-family: "Salsa", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 0px;
}

.elementor-412 .elementor-element.elementor-element-0b431f6 > .elementor-container {
	max-width: 1515px;
}

.elementor-412 .elementor-element.elementor-element-0b431f6 > .elementor-container > .elementor-column > .elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

.elementor-412 .elementor-element.elementor-element-0b431f6 {
	margin-top: 0px;
	margin-bottom: 0px;
}

body:not(.elementor-editor-active) .elementor-412 .elementor-element.elementor-element-3bcdf4b .pxl-particle .elementor-repeater-item-3cd3148 {
	left: -20%;
	bottom: -190%;
}

.elementor-412 .elementor-element.elementor-element-50336ca > .elementor-widget-container {
	margin: 0px 0px 0px -320px;
}

.elementor-412 .elementor-element.elementor-element-50336ca {
	width: auto;
	max-width: auto;
	top: -60px;
	z-index: -1;
}

body:not(.rtl) .elementor-412 .elementor-element.elementor-element-50336ca {
	right: -47px;
}

body.rtl .elementor-412 .elementor-element.elementor-element-50336ca {
	left: -47px;
}

.elementor-412 .elementor-element.elementor-element-be88b48.elementor-column > .elementor-widget-wrap {
	justify-content: center;
}

.elementor-412 .elementor-element.elementor-element-6fb24e6 .pxl-nav-menu .pxl-menu-primary > li > a {
	color: #FFFFFF;
	font-family: "Salsa", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 80px;
}

.elementor-412 .elementor-element.elementor-element-6fb24e6 .pxl-nav-menu .pxl-menu-primary > li > a:hover {
	color: #FF6666;
}

.elementor-412 .elementor-element.elementor-element-6fb24e6 .pxl-nav-menu .pxl-menu-primary > li.current-menu-parent > a, .elementor-412 .elementor-element.elementor-element-6fb24e6 .pxl-nav-menu .pxl-menu-primary > li.current_page_item > a {
	color: #FF6666;
}

.elementor-412 .elementor-element.elementor-element-6fb24e6 .pxl-nav-menu .pxl-menu-primary > li > a:before {
	background: #FF6666;
	height: 0px;
}

.elementor-412 .elementor-element.elementor-element-6fb24e6 .pxl-nav-menu li.pxl-megamenu, .elementor-412 .elementor-element.elementor-element-6fb24e6 .pxl-nav-menu .pxl-menu-primary li .sub-menu li > a {
	color: #2B3C6B;
}

.elementor-412 .elementor-element.elementor-element-6fb24e6 .pxl-nav-menu .pxl-menu-primary li .sub-menu li:hover > a, .elementor-412 .elementor-element.elementor-element-6fb24e6 .pxl-nav-menu .pxl-menu-primary li .sub-menu li.current_page_item > a, .elementor-412 .elementor-element.elementor-element-6fb24e6 .pxl-nav-menu .pxl-menu-primary li .sub-menu li.current-menu-item > a, .elementor-412 .elementor-element.elementor-element-6fb24e6 .pxl-nav-menu .pxl-menu-primary li .sub-menu li.current_page_ancestor > a, .elementor-412 .elementor-element.elementor-element-6fb24e6 .pxl-nav-menu .pxl-menu-primary li .sub-menu li.current-menu-ancestor > a {
	color: #FF6666;
}

.elementor-412 .elementor-element.elementor-element-6fb24e6 .pxl-menu-primary .sub-menu li + li {
	margin-top: 0px;
}

.elementor-412 .elementor-element.elementor-element-6fb24e6 {
	width: auto;
	max-width: auto;
}

.elementor-412 .elementor-element.elementor-element-167e478 .pxl-search-popup-button {
	color: #FFFFFF;
}

.elementor-412 .elementor-element.elementor-element-167e478 .pxl-search-popup-button:hover {
	color: #D49C1A;
}

.elementor-412 .elementor-element.elementor-element-167e478 > .elementor-widget-container {
	margin: 0px 0px 0px 18px;
}

.elementor-412 .elementor-element.elementor-element-167e478 {
	width: auto;
	max-width: auto;
}

.elementor-412 .elementor-element.elementor-element-af38bba.elementor-column > .elementor-widget-wrap {
	justify-content: flex-end;
}

.elementor-412 .elementor-element.elementor-element-8bb6066 .pxl-hidden-button {
	color: #FFFFFF;
	background-color: #B250FE;
	font-size: 32px;
}

.elementor-412 .elementor-element.elementor-element-8bb6066 .pxl-hidden-button:hover {
	background-color: #D49C1A;
}

.elementor-412 .elementor-element.elementor-element-8bb6066 {
	width: auto;
	max-width: auto;
}

.elementor-412 .elementor-element.elementor-element-1dcfabf .pxl-icon-box .pxl-item--title {
	color: #FFFFFF;
	font-family: "Salsa", Sans-serif;
	font-size: 20px;
	line-height: 25px;
}

.elementor-412 .elementor-element.elementor-element-1dcfabf .pxl-icon-box .pxl-item--title span {
	color: #FFFFFF;
	text-fill-color: #FFFFFF;
	-webkit-text-fill-color: #FFFFFF;
	background-image: none;
}

.elementor-412 .elementor-element.elementor-element-1dcfabf .pxl-icon-box .pxl-item--description {
	color: #FFFFFF;
}

.elementor-412 .elementor-element.elementor-element-1dcfabf .pxl-icon-box .pxl-item--description a {
	color: #FFFFFF;
	font-family: "Salsa", Sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 25px;
}

.elementor-412 .elementor-element.elementor-element-1dcfabf .pxl-icon-box .pxl-item--description a:hover {
	color: #D49C1A;
}

.elementor-412 .elementor-element.elementor-element-1dcfabf .pxl-icon-box .pxl-item--icon i {
	color: #D49C1A;
	text-fill-color: #D49C1A;
	-webkit-text-fill-color: #D49C1A;
	background-image: none;
	font-size: 55px;
}

.elementor-412 .elementor-element.elementor-element-1dcfabf > .elementor-widget-container {
	margin: 0px 0px 0px 38px;
}

.elementor-412 .elementor-element.elementor-element-1dcfabf {
	width: auto;
	max-width: auto;
}

@media(min-width:480px) {
	.elementor-412 .elementor-element.elementor-element-1c201b6 {
		width: 11.274%;
	}

	.elementor-412 .elementor-element.elementor-element-be88b48 {
		width: 65.921%;
	}

	.elementor-412 .elementor-element.elementor-element-af38bba {
		width: 22.227%;
	}
}

@media(max-width:479px) {
	.elementor-412 .elementor-element.elementor-element-636da97 > .elementor-element-populated {
		padding: 21px 15px 9px 15px;
	}

	.elementor-412 .elementor-element.elementor-element-1e77b46 .pxl-text-editor p {
		font-size: 14px;
	}
}

.elementor-145 .elementor-element.elementor-element-c9515a4 {
	overflow: hidden;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 55px 0px 55px 0px;
	z-index: 2;
}

.elementor-145 .elementor-element.elementor-element-c9515a4 .pxl-shape-divider .pxl-row-angle {
	fill: #FFFFFF;
	height: 30px;
}

.elementor-145 .elementor-element.elementor-element-c9515a4 .pxl-shape-divider .pxl-row-angle-bottom {
	fill: #2C4073 !important;
}

.elementor-145 .elementor-element.elementor-element-c9515a4:not(.elementor-motion-effects-element-type-background), .elementor-145 .elementor-element.elementor-element-c9515a4 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #223668;
}

.elementor-145 .elementor-element.elementor-element-c9515a4 > .elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

body:not(.elementor-editor-active) .elementor-145 .elementor-element.elementor-element-8c47531 .pxl-particle .elementor-repeater-item-4acf627 {
	top: 40%;
	left: 7%;
}

body:not(.elementor-editor-active) .elementor-145 .elementor-element.elementor-element-8c47531 .pxl-particle .elementor-repeater-item-7162d1f {
	top: 40%;
	right: 7%;
}

.elementor-145 .elementor-element.elementor-element-512c22b > .elementor-container > .elementor-column > .elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

.elementor-145 .elementor-element.elementor-element-3ba080b .pxl-heading .pxl-item--title {
	color: #FFFFFF;
	font-size: 42px;
	font-weight: 400;
	margin-bottom: 0px;
}

.elementor-145 .elementor-element.elementor-element-c7c074d .pxl-text-editor p {
	color: #FFFFFF;
	font-family: "Mulish", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 32px;
}

.elementor-145 .elementor-element.elementor-element-c7c074d > .elementor-widget-container {
	margin: 5px 0px 0px 0px;
}

.elementor-bc-flex-widget .elementor-145 .elementor-element.elementor-element-951831e.elementor-column .elementor-widget-wrap {
	align-items: flex-start;
}

.elementor-145 .elementor-element.elementor-element-951831e.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: flex-start;
	align-items: flex-start;
}

.elementor-145 .elementor-element.elementor-element-ded212d > .elementor-widget-container {
	margin: 06px 0px 0px 0px;
}

.elementor-145 .elementor-element.elementor-element-838ac48 {
	overflow: hidden;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 40px 0px 50px 0px;
	z-index: 1;
}

.elementor-145 .elementor-element.elementor-element-838ac48:not(.elementor-motion-effects-element-type-background), .elementor-145 .elementor-element.elementor-element-838ac48 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #2C4073;
}

.elementor-145 .elementor-element.elementor-element-838ac48 > .elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-145 .elementor-element.elementor-element-c51fbdc {
	padding: 0px 5px 0px 5px;
}

.elementor-145 .elementor-element.elementor-element-3286508 .pxl-heading .pxl-item--title {
	color: #FFFFFF;
	font-family: "Mulish", Sans-serif;
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 0px;
}

.elementor-145 .elementor-element.elementor-element-3286508 > .elementor-widget-container {
	margin: 20px 0px 17px 0px;
}

.elementor-145 .elementor-element.elementor-element-3286508 {
	width: var( --container-widget-width, 90% );
	max-width: 90%;
	--container-widget-width: 90%;
	--container-widget-flex-grow: 0;
}

.elementor-145 .elementor-element.elementor-element-690e6e4 .pxl-link a {
	color: #FFFFFF;
	font-family: "Salsa", Sans-serif;
	font-size: 18px;
	line-height: 32px;
}

.elementor-145 .elementor-element.elementor-element-690e6e4 .pxl-link a:hover {
	color: #FAB319;
}

.elementor-145 .elementor-element.elementor-element-690e6e4 .pxl-link li {
	margin-bottom: 12px;
}

.elementor-145 .elementor-element.elementor-element-690e6e4 .pxl-link a i {
	color: #FAB319;
	font-size: 20px;
}

.elementor-145 .elementor-element.elementor-element-58c1dc0:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-145 .elementor-element.elementor-element-58c1dc0 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-image: url("../../themes/img/bg-open.png");
	background-position: center left;
	background-repeat: no-repeat;
}

.elementor-145 .elementor-element.elementor-element-58c1dc0 > .elementor-element-populated {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 40px 40px 40px 40px;
}

.elementor-145 .elementor-element.elementor-element-58c1dc0 > .elementor-element-populated > .elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-145 .elementor-element.elementor-element-5d64d6d .pxl-heading .pxl-item--title {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 0px;
}

.elementor-145 .elementor-element.elementor-element-9efae73 .pxl-text-editor p {
	color: #FFFFFF;
	font-family: "Mulish", Sans-serif;
	font-size: 18px;
	line-height: 32px;
}

.elementor-145 .elementor-element.elementor-element-9efae73 > .elementor-widget-container {
	margin: 19px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-145 .elementor-element.elementor-element-f9da5e7 .pxl-text-editor p {
	color: #FFFFFF;
	font-family: "Mulish", Sans-serif;
	font-size: 18px;
	line-height: 32px;
}

.elementor-145 .elementor-element.elementor-element-f9da5e7 > .elementor-widget-container {
	margin: -13px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-145 .elementor-element.elementor-element-d9465b7 .pxl-text-editor p {
	color: #FFFFFF;
	font-family: "Salsa", Sans-serif;
	font-size: 18px;
	line-height: 32px;
}

.elementor-145 .elementor-element.elementor-element-d9465b7 > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
	padding: 16px 0px 0px 0px;
	border-style: dashed;
	border-width: 2px 0px 0px 0px;
	border-color: #FFFFFF;
}

.elementor-145 .elementor-element.elementor-element-d9465b7 {
	width: var( --container-widget-width, 168px );
	max-width: 168px;
	--container-widget-width: 168px;
	--container-widget-flex-grow: 0;
}

.elementor-145 .elementor-element.elementor-element-dd129df .pxl-text-editor p {
	color: #FFFFFF;
	font-family: "Salsa", Sans-serif;
	font-size: 24px;
	font-weight: 400;
}

.elementor-145 .elementor-element.elementor-element-dd129df > .elementor-widget-container {
	margin: -14px 0px 0px 0px;
}

.elementor-145 .elementor-element.elementor-element-dd69968 .pxl-heading .pxl-item--title {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 0px;
}

.elementor-145 .elementor-element.elementor-element-732157d .pxl-link a {
	color: #FFFFFF;
	font-family: "Mulish", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
}

.elementor-145 .elementor-element.elementor-element-732157d .pxl-link a:hover {
	color: #FAB319;
}

.elementor-145 .elementor-element.elementor-element-732157d .pxl-link li {
	margin-bottom: 8px;
}

.elementor-145 .elementor-element.elementor-element-732157d .pxl-link a i {
	color: #FAB319;
	margin-top: 9px;
	font-size: 16px;
}

.elementor-145 .elementor-element.elementor-element-732157d > .elementor-widget-container {
	padding: 23px 0px 0px 0px;
}

.elementor-145 .elementor-element.elementor-element-3fc7de5 .pxl-heading .pxl-item--title {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 0px;
}

.elementor-145 .elementor-element.elementor-element-f3a0f75 > .elementor-widget-container {
	padding: 27px 0px 0px 0px;
}

.elementor-145 .elementor-element.elementor-element-84e3d49 {
	margin-top: 70px;
	margin-bottom: 0px;
}

.elementor-145 .elementor-element.elementor-element-43f8826:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-145 .elementor-element.elementor-element-43f8826 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #223668;
}

.elementor-145 .elementor-element.elementor-element-43f8826 > .elementor-element-populated {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 20px 0px 5px 0px;
}

.elementor-145 .elementor-element.elementor-element-43f8826 > .elementor-element-populated > .elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

body:not(.elementor-editor-active) .elementor-145 .elementor-element.elementor-element-8c4d07c .pxl-particle .elementor-repeater-item-36cdecd {
	left: -20%;
	bottom: 0%;
}

body:not(.elementor-editor-active) .elementor-145 .elementor-element.elementor-element-8c4d07c .pxl-particle .elementor-repeater-item-cea78f4 {
	bottom: 30%;
	right: -20%;
}

.elementor-145 .elementor-element.elementor-element-2987fdd .pxl-text-editor {
	text-align: center;
}

.elementor-145 .elementor-element.elementor-element-2987fdd .pxl-text-editor p {
	color: #FFFFFF;
	font-family: "Salsa", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}

.elementor-145 .elementor-element.elementor-element-2987fdd .pxl-text-editor a {
	color: #FAB319;
}

@media(max-width:1024px) {
	.elementor-145 .elementor-element.elementor-element-838ac48 {
		padding: 40px 0px 20px 0px;
	}

	.elementor-145 .elementor-element.elementor-element-a231489 > .elementor-element-populated {
		padding: 10px 10px 10px 10px;
	}

	.elementor-145 .elementor-element.elementor-element-c51fbdc {
		padding: 0px 10px 0px 10px;
	}

	.elementor-145 .elementor-element.elementor-element-58c1dc0:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-145 .elementor-element.elementor-element-58c1dc0 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
		background-position: top left;
	}

	.elementor-145 .elementor-element.elementor-element-43f8826 > .elementor-element-populated {
		margin: 0px 20px 0px 20px;
		--e-column-margin-right: 20px;
		--e-column-margin-left: 20px;
		padding: 20px 20px 5px 20px;
	}
}

@media(max-width:767px) {
	.elementor-145 .elementor-element.elementor-element-838ac48 {
		padding: 40px 0px 20px 0px;
	}

	.elementor-145 .elementor-element.elementor-element-a231489 > .elementor-element-populated {
		padding: 0px 0px 0px 0px;
	}

	.elementor-145 .elementor-element.elementor-element-c51fbdc {
		padding: 30px 10px 0px 10px;
	}

	.elementor-145 .elementor-element.elementor-element-0e9fb6d > .elementor-element-populated {
		padding: 10px 20px 10px 20px;
	}

	.elementor-145 .elementor-element.elementor-element-58c1dc0 > .elementor-element-populated {
		margin: 30px 15px 0px 15px;
		--e-column-margin-right: 15px;
		--e-column-margin-left: 15px;
	}

	.elementor-145 .elementor-element.elementor-element-45b0288 > .elementor-element-populated {
		margin: 20px 0px 0px 0px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
		padding: 15px 20px 15px 20px;
	}

	.elementor-145 .elementor-element.elementor-element-732157d > .elementor-widget-container {
		padding: 20px 0px 0px 0px;
	}

	.elementor-145 .elementor-element.elementor-element-66746f9 > .elementor-element-populated {
		margin: 20px 0px 0px 0px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
		padding: 15px 20px 15px 20px;
	}

	.elementor-145 .elementor-element.elementor-element-f3a0f75 > .elementor-widget-container {
		padding: 20px 0px 0px 0px;
	}

	.elementor-145 .elementor-element.elementor-element-84e3d49 {
		margin-top: 20px;
		margin-bottom: 0px;
		padding: 0px 0px 0px 0px;
	}

	.elementor-145 .elementor-element.elementor-element-43f8826 > .elementor-element-populated {
		margin: 0px 30px 0px 30px;
		--e-column-margin-right: 30px;
		--e-column-margin-left: 30px;
	}
}

@media(max-width:479px) {
	.elementor-145 .elementor-element.elementor-element-3ba080b .pxl-heading .pxl-item--title {
		font-size: 35px;
	}

	.elementor-145 .elementor-element.elementor-element-a231489 > .elementor-element-populated {
		padding: 0px 0px 0px 0px;
	}

	.elementor-145 .elementor-element.elementor-element-c51fbdc {
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 0px 10px 0px 10px;
	}

	.elementor-145 .elementor-element.elementor-element-0e9fb6d > .elementor-element-populated {
		padding: 15px 20px 15px 20px;
	}

	.elementor-145 .elementor-element.elementor-element-58c1dc0 > .elementor-element-populated {
		margin: 10px 20px 10px 20px;
		--e-column-margin-right: 20px;
		--e-column-margin-left: 20px;
	}

	.elementor-145 .elementor-element.elementor-element-45b0288 > .elementor-element-populated {
		margin: 0px 0px 0px 0px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
	}

	.elementor-145 .elementor-element.elementor-element-732157d > .elementor-widget-container {
		padding: 10px 0px 10px 0px;
	}

	.elementor-145 .elementor-element.elementor-element-66746f9 > .elementor-element-populated {
		margin: 0px 0px 0px 0px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
		padding: 0px 20px 15px 20px;
	}
}

@media(min-width:480px) {
	.elementor-145 .elementor-element.elementor-element-31f18c7 {
		width: 56.928%;
	}

	.elementor-145 .elementor-element.elementor-element-951831e {
		width: 43.028%;
	}

	.elementor-145 .elementor-element.elementor-element-58c1dc0 {
		width: 28.051%;
	}

	.elementor-145 .elementor-element.elementor-element-45b0288 {
		width: 21.907%;
	}
}

@media(max-width:1024px) and (min-width:480px) {
	.elementor-145 .elementor-element.elementor-element-31f18c7 {
		width: 100%;
	}

	.elementor-145 .elementor-element.elementor-element-951831e {
		width: 100%;
	}

	.elementor-145 .elementor-element.elementor-element-a231489 {
		width: 100%;
	}

	.elementor-145 .elementor-element.elementor-element-0e9fb6d {
		width: 50%;
	}

	.elementor-145 .elementor-element.elementor-element-58c1dc0 {
		width: 50%;
	}

	.elementor-145 .elementor-element.elementor-element-45b0288 {
		width: 50%;
	}

	.elementor-145 .elementor-element.elementor-element-66746f9 {
		width: 50%;
	}
}

@media(max-width:767px) and (min-width:480px) {
	.elementor-145 .elementor-element.elementor-element-0e9fb6d {
		width: 100%;
	}

	.elementor-145 .elementor-element.elementor-element-58c1dc0 {
		width: 100%;
	}

	.elementor-145 .elementor-element.elementor-element-45b0288 {
		width: 100%;
	}

	.elementor-145 .elementor-element.elementor-element-66746f9 {
		width: 100%;
	}
}

.elementor-387 .elementor-element.elementor-element-4a3b8ef {
	overflow: hidden;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-387 .elementor-element.elementor-element-4a3b8ef .pxl-shape-divider .pxl-row-angle {
	fill: #FFFFFF;
	height: 80px;
}

.elementor-387 .elementor-element.elementor-element-4a3b8ef:not(.elementor-motion-effects-element-type-background), .elementor-387 .elementor-element.elementor-element-4a3b8ef > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-image: url("../../themes/img/bg-pagetitle.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.elementor-387 .elementor-element.elementor-element-4a3b8ef > .elementor-background-overlay {
	background-color: #223668;
	opacity: 0.85;
	mix-blend-mode: multiply;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-387 .elementor-element.elementor-element-20794b4.elementor-column > .elementor-widget-wrap {
	justify-content: center;
}

.elementor-387 .elementor-element.elementor-element-20794b4 > .elementor-element-populated {
	padding: 237px 10px 205px 10px;
}

body:not(.elementor-editor-active) .elementor-387 .elementor-element.elementor-element-c72a155 .pxl-particle .elementor-repeater-item-7652802 {
	top: 40%;
	right: 19%;
}

body:not(.elementor-editor-active) .elementor-387 .elementor-element.elementor-element-c72a155 .pxl-particle .elementor-repeater-item-e115189 {
	bottom: 36%;
	right: 10%;
}

body:not(.elementor-editor-active) .elementor-387 .elementor-element.elementor-element-c72a155 .pxl-particle .elementor-repeater-item-563ce75 {
	bottom: 33%;
	right: 10%;
}

body:not(.elementor-editor-active) .elementor-387 .elementor-element.elementor-element-c72a155 .pxl-particle .elementor-repeater-item-a1cdde4 {
	bottom: 30%;
	right: 10%;
}

body:not(.elementor-editor-active) .elementor-387 .elementor-element.elementor-element-c72a155 .pxl-particle .elementor-repeater-item-f4962c6 {
	left: 20%;
	bottom: 25%;
}

.elementor-387 .elementor-element.elementor-element-42e3374 .pxl-heading {
	text-align: center;
}

.elementor-387 .elementor-element.elementor-element-42e3374 .pxl-heading .wrap-subtitle {
	justify-content: center;
}

.elementor-387 .elementor-element.elementor-element-42e3374 .pxl-heading .pxl-item--title {
	color: #FFFFFF;
	font-family: "Salsa", Sans-serif;
	font-size: 65px;
	font-weight: 500;
	line-height: 75px;
	margin-bottom: 0px;
}

.elementor-387 .elementor-element.elementor-element-42e3374 {
	width: var( --container-widget-width, 900px );
	max-width: 900px;
	--container-widget-width: 900px;
	--container-widget-flex-grow: 0;
}

.elementor-387 .elementor-element.elementor-element-fd2b9b3 .pxl-breadcrumb {
	color: #FFFFFF;
	font-family: "Rubik", Sans-serif;
	font-size: 20px;
	font-weight: 500;
}

.elementor-387 .elementor-element.elementor-element-fd2b9b3 .pxl-breadcrumb li::after {
	color: #FAB319;
	text-fill-color: #FAB319;
	-webkit-text-fill-color: #FAB319;
	background-image: none;
}

.elementor-387 .elementor-element.elementor-element-fd2b9b3 .pxl-breadcrumb li:last-child {
	color: #FAB319  !important;
}

.elementor-387 .elementor-element.elementor-element-fd2b9b3 > .elementor-widget-container {
	margin: 23px 0px 0px 0px;
}

@media(max-width:1024px) {
	.elementor-387 .elementor-element.elementor-element-20794b4 > .elementor-element-populated {
		padding: 150px 15px 150px 15px;
	}

	.elementor-387 .elementor-element.elementor-element-42e3374 .pxl-heading .pxl-item--title {
		font-size: 45px;
		line-height: 55px;
	}

	.elementor-387 .elementor-element.elementor-element-fd2b9b3 .pxl-breadcrumb {
		font-size: 17px;
	}

	.elementor-387 .elementor-element.elementor-element-fd2b9b3 > .elementor-widget-container {
		margin: 15px 0px 0px 0px;
	}
}

@media(max-width:479px) {
	.elementor-387 .elementor-element.elementor-element-20794b4 > .elementor-element-populated {
		padding: 100px 15px 100px 15px;
	}

	.elementor-387 .elementor-element.elementor-element-42e3374 .pxl-heading .pxl-item--title {
		font-size: 24px;
		line-height: 36px;
	}

	.elementor-387 .elementor-element.elementor-element-fd2b9b3 .pxl-breadcrumb {
		font-size: 15px;
	}

	.elementor-387 .elementor-element.elementor-element-fd2b9b3 > .elementor-widget-container {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,.slick-slider .slick-list {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}
/* perfect-scrollbar v0.6.14 */
.ps-container {
	-ms-touch-action: auto;
	touch-action: auto;
	overflow: hidden !important;
	-ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
	.ps-container {
		overflow: auto !important;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.ps-container {
		overflow: auto !important;
	}
}

.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail {
	display: block;
	background-color: transparent;
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
	background-color: #eee;
	opacity: .9;
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
	background-color: #999;
	height: 11px;
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
	background-color: #eee;
	opacity: .9;
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	background-color: #999;
	width: 11px;
}

.ps-container>.ps-scrollbar-x-rail {
	display: none;
	position: absolute;
	opacity: 0;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	-o-transition: background-color .2s linear, opacity .2s linear;
	-moz-transition: background-color .2s linear, opacity .2s linear;
	transition: background-color .2s linear, opacity .2s linear;
	bottom: 0px;
	height: 15px;
}

.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
	position: absolute;
	background-color: #aaa;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
	-o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
	-moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
	bottom: 2px;
	height: 6px;
}

.ps-container>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x,.ps-container>.ps-scrollbar-x-rail:active>.ps-scrollbar-x {
	height: 11px;
}

.ps-container>.ps-scrollbar-y-rail {
	display: none;
	position: absolute;
	opacity: 0;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	-o-transition: background-color .2s linear, opacity .2s linear;
	-moz-transition: background-color .2s linear, opacity .2s linear;
	transition: background-color .2s linear, opacity .2s linear;
	right: 0;
	width: 15px;
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	position: absolute;
	background-color: #aaa;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
	-o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
	-moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
	right: 2px;
	width: 6px;
}

.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,.ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y {
	width: 11px;
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
	background-color: #eee;
	opacity: .9;
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
	background-color: #999;
	height: 11px;
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
	background-color: #eee;
	opacity: .9;
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	background-color: #999;
	width: 11px;
}

.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail {
	opacity: .6;
}

.ps-container:hover>.ps-scrollbar-x-rail:hover {
	background-color: #eee;
	opacity: .9;
}

.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
	background-color: #999;
}

.ps-container:hover>.ps-scrollbar-y-rail:hover {
	background-color: #eee;
	opacity: .9;
}

.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
	background-color: #999;
}

.ps-theme-wpc {
	-ms-touch-action: none;
	touch-action: none;
	overflow: hidden!important;
	-ms-overflow-style: none;
}

@supports(-ms-overflow-style:none) {
	.ps-theme-wpc {
		overflow: auto!important;
	}
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
	.ps-theme-wpc {
		overflow: auto!important;
	}
}

.ps-theme-wpc.ps-active-x>.ps-scrollbar-x-rail,.ps-theme-wpc.ps-active-y>.ps-scrollbar-y-rail {
	display: block;
	background-color: initial;
}

.ps-theme-wpc.ps-in-scrolling {
	pointer-events: none;
}

.ps-theme-wpc.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
	background-color: rgba(0,0,0,.1)!important;
}

.ps-theme-wpc.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
	background-color: #000;
}

.ps-theme-wpc.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
	background-color: rgba(0,0,0,.1)!important;
}

.ps-theme-wpc.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	background-color: #000;
	width: 2px;
	border-radius: 1px;
}

.ps-theme-wpc>.ps-scrollbar-x-rail {
	display: none;
	position: absolute;
	opacity: 0;
	transition: background-color .2s linear,opacity .2s linear;
	bottom: 0;
	height: 2px;
	border-radius: 1px;
}

.ps-theme-wpc>.ps-scrollbar-x-rail>.ps-scrollbar-x {
	position: absolute;
	background-color: #000;
	transition: background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out;
	bottom: 0;
	height: 2px!important;
	border-radius: 1px!important;
}

.ps-theme-wpc>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x,.ps-theme-wpc>.ps-scrollbar-x-rail:active>.ps-scrollbar-x {
	height: 2px;
	border-radius: 1px;
}

.ps-theme-wpc>.ps-scrollbar-y-rail {
	display: none;
	position: absolute;
	opacity: 0;
	transition: background-color .2s linear,opacity .2s linear;
	right: 0;
	width: 2px;
	border-radius: 1px;
}

.ps-theme-wpc>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	position: absolute;
	background-color: #000;
	transition: background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out;
	right: 0;
	width: 2px!important;
	border-radius: 1px!important;
}

.ps-theme-wpc>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,.ps-theme-wpc>.ps-scrollbar-y-rail:active>.ps-scrollbar-y {
	width: 2px;
	border-radius: 1px;
}

.ps-theme-wpc:hover.ps-in-scrolling {
	pointer-events: none;
}

.ps-theme-wpc:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
	background-color: #000;
}

.ps-theme-wpc:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
	background-color: #000;
	height: 2px;
	border-radius: 1px;
}

.ps-theme-wpc:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
	background-color: #000;
}

.ps-theme-wpc:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	background-color: #000;
	width: 2px;
	border-radius: 1px;
}

.ps-theme-wpc:hover>.ps-scrollbar-x-rail:hover {
	background-color: rgba(0,0,0,.1);
	opacity: 1;
}

.ps-theme-wpc:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
	background-color: #000;
}

.ps-theme-wpc:hover>.ps-scrollbar-y-rail:hover {
	background-color: rgba(0,0,0,.1);
	opacity: 1;
}

.ps-theme-wpc:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
	background-color: #000;
}

.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: 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: transparent;
}

.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: inset transparent;
}

.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;
	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;
	}
}

@font-face {
		font-family:feather;src:url(../../plugins/fonts/feather.eot);src:
	url(../../plugins/fonts/feather.eot#iefix)format('embedded-opentype'),
	url(../../plugins/fonts/feather.ttf)format('truetype'),
	url(../../plugins/fonts/feather.woff)format('woff'),
	url(../../plugins/fonts/feather.svg#feather)format('svg');font-weight:400;font-style:normal;
}

@keyframes wpc-spinner {
	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes wpc-spinner {
	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes woosq-spinner {
	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes woosq-spinner {
	to {
		-webkit-transform: rotate(360deg);
	}
}

.woosq-btn-has-icon {
	display: inline-flex;
	align-items: center;
}

.woosq-btn-has-icon .woosq-btn-icon {
	margin: 0;
}

.woosq-btn-icon-text .woosq-btn-text {
	margin-left: 5px;
}

.woosq-btn-text-icon .woosq-btn-text {
	margin-right: 5px;
}

.woosq-popup {
	position: relative;
	width: 90%;
	max-width: 920px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	max-height: 460px;
	box-sizing: border-box;
	overflow: hidden;
}

.woosq-popup *,.woosq-sidebar * {
	box-sizing: border-box;
}

.woosq-open .select2-container {
	z-index: 99999969;
}

.woosq-product {
	position: relative;
	overflow: hidden;
}

.woosq-product>.product {
	display: flex!important;
	float: none!important;
}

.woosq-product>.product>div {
	width: 50%!important;
	float: none!important;
	margin: 0!important;
	height: 460px;
	overflow: auto;
}

.woosq-product .thumbnails {
	outline: none;
	width: 460px;
	max-height: 460px;
	text-align: center;
	position: relative;
	background-color: #f9f9f9;
}

.woosq-product .thumbnails .images {
	width: 100%!important;
	height: 100%!important;
	float: none!important;
	margin: 0!important;
	padding: 0!important;
}

.woosq-product .thumbnails .thumbnail {
	display: flex;
	height: 100%;
	justify-content: center;
}

.woosq-product .thumbnails img {
	display: block;
	object-fit: contain;
	object-position: center;
	vertical-align: middle;
	max-height: 460px;
	max-width: 100%;
	margin: auto;
	border-radius: 0;
}

.woosq-product .thumbnails img[data-fancybox=gallery] {
	cursor: pointer;
}

.woosq-open .fancybox-container {
	z-index: 99999970;
}

.woosq-product .thumbnails {
	position: relative;
	margin: 0;
}

.woosq-product .thumbnails .slick-slide {
	outline: none;
	max-height: 100%;
}

.woosq-product .thumbnails .slick-list {
	width: 100%;
	max-height: 100%;
	position: relative;
}

.woosq-product .thumbnails .slick-track {
	display: flex;
	align-items: center;
	max-height: 460px;
}

.woosq-product .thumbnails .slick-dots {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: 8;
}

.woosq-product .thumbnails .slick-dots li {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.woosq-product .thumbnails .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 16px;
	height: 16px;
	padding: 5px;
	margin: 0;
	text-align: center;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: 0 0;
	opacity: .5;
}

.woosq-product .thumbnails .slick-dots li.slick-active button {
	opacity: 1;
}

.woosq-product .thumbnails .slick-dots li button:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #000;
}

.woosq-product .thumbnails .slick-dots li button:focus {
	outline: none;
}

.woosq-product .thumbnails .slick-arrow {
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
	color: #222;
	background-color: initial;
	border-radius: 0;
	border: none!important;
	z-index: 8;
}

.woosq-product .thumbnails .slick-arrow:hover {
	color: #fff;
	background-color: rgba(0,0,0,.5);
}

.woosq-product .thumbnails .slick-arrow:before {
	font-family: feather;
	font-size: 24px;
	line-height: 44px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.woosq-product .thumbnails .slick-arrow:focus {
	outline: none;
}

.woosq-product .thumbnails .slick-arrow.slick-prev {
	left: 0;
}

.woosq-product .thumbnails .slick-arrow.slick-prev:before {
	content: '\e929';
}

.woosq-product .thumbnails .slick-arrow.slick-next {
	right: 0;
}

.woosq-product .thumbnails .slick-arrow.slick-next:before {
	content: '\e92a';
}

.woosq-product>.product .summary {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

.woosq-related {
	padding-top: 20px;
	padding-bottom: 0;
	margin-top: 10px;
	margin-bottom: 0;
	border-width: 1px 0 0;
	border-style: dashed;
	border-color: #ddd;
}

.woosq-related .woosq-related-heading {
	margin-bottom: 10px;
}

.woosq-related .woosq-related-product {
	outline: none;
	display: flex;
	align-items: center;
}

.woosq-related .woosq-related-product .woosq-related-product-image {
	width: 80px;
	flex: 0 0 80px;
	margin: 0;
}

.woosq-related .woosq-related-product .woosq-related-product-image img {
	width: 100%;
	height: auto;
}

.woosq-related .woosq-related-product .woosq-related-product-info {
	flex-grow: 1;
	padding: 0 10px;
	text-align: start;
}

.woosq-related .woosq-related-product .woosq-related-product-name {
	font-weight: 700;
}

.woosq-related .woosq-related-product .woosq-related-product-atc p,.woosq-related .woosq-related-product .woosq-related-product-atc .add_to_cart_inline {
	margin: 0;
	padding: 0;
	border: none;
	display: inline-block;
	width: 100%;
}

.woosq-related .woosq-related-product .woosq-related-product-atc p .button {
	display: block;
	margin: 0;
	outline: none;
}

.woosq-related .slick-dots {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

.woosq-related .slick-dots li {
	display: inline-block;
	margin: 0 5px;
	font-size: 0;
}

.woosq-related .slick-dots li button {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	padding: 0;
	font-size: 0;
	line-height: 0;
	background-color: rgba(0,0,0,.2);
	border: none;
	outline: none;
	overflow: hidden;
}

.woosq-related .slick-dots li.slick-active button {
	background-color: rgba(0,0,0,.5);
}

.view-details-btn {
	width: 50%;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	background-color: #222;
	box-shadow: 10px -20px 20px #fff;
	color: #fff;
	text-align: center;
	outline: none;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.view-details-btn:after {
	content: '\e90f';
	font-family: feather;
	margin-left: 10px;
}

.view-details-btn:hover {
	background-color: #5fbd74;
}

.woosq-product>.product .summary .summary-content {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	padding: 20px;
}

.woosq-popup.view-details .woosq-product>.product .summary .summary-content {
	padding-bottom: 64px;
}

body.rtl .mfp-woosq .mfp-close {
	right: auto!important;
	left: 0!important;
}

@media screen and (max-width:1023px) {
	.woosq-popup {
		max-width: 460px;
		max-height: 90vh;
		overflow: hidden;
		display: flex;
		flex-direction: column;
	}

	.woosq-product {
		height: 100%;
		flex-grow: 1;
		position: relative;
		overflow-y: auto;
	}

	.woosq-product>.product {
		display: flex;
		flex-direction: column;
	}

	.woosq-product>.product>div {
		width: 100%!important;
		float: none!important;
		margin: 0!important;
		height: auto;
	}

	.woosq-product>.product .thumbnails {
		max-height: 338px;
	}

	.woosq-product .thumbnails img {
		max-height: 338px;
		margin: 0;
	}

	.woosq-product .thumbnails .slick-track {
		max-height: 338px;
	}

	.view-details-btn {
		width: 100%;
	}
}

@media screen and (max-width:767px) {
	.mfp-woosq .mfp-arrow {
		display: none;
	}
}

.mfp-woosq {
	z-index: 99999969;
	overflow: auto;
}

.mfp-woosq .mfp-content {
	text-align: -webkit-auto;
}

.mfp-woosq .mfp-container {
	padding: 0;
}

.mfp-woosq .mfp-close {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 0;
}

.mfp-woosq .mfp-close:hover {
	background-color: initial;
}

.mfp-woosq .mfp-close:active {
	top: 0;
}

.mfp-woosq .mfp-close:focus {
	outline: none;
}

.mfp-woosq .mfp-close:before {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	content: '\e9ea';
	font-family: feather;
	display: inline-block;
	font-size: 24px;
	color: #222;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mfp-woosq .mfp-preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	font-size: 0;
	margin: 0 auto;
	margin-top: -15px;
	margin-left: -15px;
	right: auto;
	bottom: auto;
}

.mfp-woosq .mfp-preloader:before {
	content: '\e9a7';
	font-family: feather;
	display: inline-block;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	-webkit-animation: woosq-spinner 1s linear infinite;
	-moz-animation: woosq-spinner 1s linear infinite;
	-ms-animation: woosq-spinner 1s linear infinite;
	-o-animation: woosq-spinner 1s linear infinite;
	animation: woosq-spinner 1s linear infinite;
}

.mfp-woosq .mfp-arrow {
	width: 60px;
	height: 60px;
	line-height: 60px;
	border: none;
	padding: 0;
	outline: none;
	text-align: center;
	margin-top: -30px;
	border-radius: 0;
	opacity: 1;
}

.mfp-woosq .mfp-arrow:active {
	margin-top: -30px;
}

.mfp-woosq .mfp-arrow:hover {
	background-color: rgba(0,0,0,.5);
}

.mfp-woosq .mfp-arrow:focus {
	outline: none;
}

.mfp-woosq .mfp-arrow:before {
	width: 60px;
	height: 60px;
	line-height: 60px;
	padding: 0;
	border-width: 0;
	margin: 0;
	display: inline-block;
	font-family: feather;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
}

.mfp-woosq .mfp-arrow:after {
	display: none;
}

.mfp-woosq .mfp-arrow.mfp-arrow-left:before {
	content: '\e90e';
}

.mfp-woosq .mfp-arrow.mfp-arrow-right:before {
	content: '\e90f';
}

.mfp-fade {
}

.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-zoom-in {
}

.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	transition: all .2s ease-in-out;
	transform: scale(.8);
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all .3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
	transform: scale(.8);
	opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-newspaper {
}

.mfp-newspaper .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .5s;
	transform: scale(0)rotate(500deg);
}

.mfp-newspaper.mfp-bg {
	opacity: 0;
	transition: all .5s;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1)rotate(0);
}

.mfp-newspaper.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
	transform: scale(0)rotate(500deg);
	opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-move-horizontal {
}

.mfp-move-horizontal .mfp-with-anim {
	opacity: 0;
	transition: all .3s;
	transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
	opacity: 0;
	transition: all .3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
	transform: translateX(50px);
	opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-move-from-top {
}

.mfp-move-from-top .mfp-content {
}

.mfp-move-from-top .mfp-with-anim {
	opacity: 0;
	transition: all .2s;
	transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
	opacity: 0;
	transition: all .2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
	transform: translateY(-50px);
	opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-3d-unfold {
}

.mfp-3d-unfold .mfp-content {
	perspective: 2e3px;
}

.mfp-3d-unfold .mfp-with-anim {
	opacity: 0;
	transition: all .3s ease-in-out;
	transform-style: preserve-3d;
	transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
	opacity: 0;
	transition: all .5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: rotateY(0);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
	transform: rotateY(60deg);
	opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-zoom-out {
}

.mfp-zoom-out .mfp-with-anim {
	opacity: 0;
	transition: all .3s ease-in-out;
	transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
	opacity: 0;
	transition: all .3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
	transform: scale(1.3);
	opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-slide-bottom {
}

.mfp-slide-bottom .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	-webkit-transform: translateY(-20px)perspective(600px)rotateX(10deg);
	-moz-transform: translateY(-20px)perspective(600px)rotateX(10deg);
	-ms-transform: translateY(-20px)perspective(600px)rotateX(10deg);
	-o-transform: translateY(-20px)perspective(600px)rotateX(10deg);
	transform: translateY(-20px)perspective(600px)rotateX(10deg);
}

.mfp-slide-bottom.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: translateY(0)perspective(600px)rotateX(0);
	-moz-transform: translateY(0)perspective(600px)rotateX(0);
	-ms-transform: translateY(0)perspective(600px)rotateX(0);
	-o-transform: translateY(0)perspective(600px)rotateX(0);
	transform: translateY(0)perspective(600px)rotateX(0);
}

.mfp-slide-bottom.mfp-removing .mfp-with-anim {
	opacity: 0;
	-webkit-transform: translateY(-10px)perspective(600px)rotateX(10deg);
	-moz-transform: translateY(-10px)perspective(600px)rotateX(10deg);
	-ms-transform: translateY(-10px)perspective(600px)rotateX(10deg);
	-o-transform: translateY(-10px)perspective(600px)rotateX(10deg);
	transform: translateY(-10px)perspective(600px)rotateX(10deg);
}

.mfp-slide-bottom.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

.mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}

.woosq-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	z-index: 99999968;
	opacity: 0;
	visibility: hidden;
}

.woosq-sidebar {
	font-family: open sans,Helvetica,Arial,sans-serif;
	font-size: 14px;
	padding: 0;
	height: 100%;
	max-height: 100%;
	background-color: #fff;
	z-index: 99999969;
	position: fixed;
	display: flex;
	flex-direction: column;
	opacity: 0;
	visibility: hidden;
}

.woosq-sidebar .woosq-close {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 0;
	background-image: url(../../themes/img/close.svg);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 20px 20px;
	text-align: center;
	position: absolute;
	top: 0;
	left: -40px;
	z-index: 9;
	cursor: pointer;
}

body.woosq-open .woosq-overlay,body.woosq-open .woosq-sidebar {
	opacity: 1;
	visibility: visible;
}

.woosq-sidebar .woosq-product {
	flex-grow: 1;
	overflow-x: hidden;
	overflow-y: auto;
}

.woosq-sidebar .woosq-product>.product {
	display: flex;
	flex-direction: column;
}

.woosq-sidebar .woosq-product>.product>div {
	width: 100%!important;
	float: none!important;
	margin: 0!important;
	height: auto;
}

.woosq-sidebar .view-details-btn {
	width: 100%;
	position: relative;
	box-shadow: none;
	padding: 14px 20px;
	line-height: 1;
	height: auto;
}

.woosq-sidebar.woosq-loading:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}

.woosq-sidebar.woosq-loading:after {
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	content: '';
	background-image: url(../../themes/img/curve.svg);
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-animation: woosq-spinner 1s linear infinite;
	-moz-animation: woosq-spinner 1s linear infinite;
	-ms-animation: woosq-spinner 1s linear infinite;
	-o-animation: woosq-spinner 1s linear infinite;
	animation: woosq-spinner 1s linear infinite;
	z-index: 9;
}

.woosq-sidebar.woosq-position-01 {
	position: fixed;
	top: 0;
	left: 100%;
	width: 100%;
	max-width: 460px;
	box-sizing: border-box;
	text-align: start;
	-webkit-transform: translate3d(20px,0,0);
	transform: translate3d(20px,0,0);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.woosq-open .woosq-sidebar.woosq-position-01 {
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

.woosq-sidebar.woosq-position-02 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 460px;
	box-sizing: border-box;
	text-align: start;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.woosq-sidebar.woosq-position-02 .woosq-close {
	left: unset;
	right: -40px;
}

.woosq-open .woosq-sidebar.woosq-position-02 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.woosq-sidebar.woosq-heading-yes {
	display: flex;
	flex-direction: column;
}

.woosq-sidebar.woosq-heading-yes .woosq-sidebar-heading {
	flex: none;
	height: 48px;
	line-height: 48px;
	padding: 0 60px 0 20px;
	margin: 0;
	position: relative;
	color: #222;
	font-weight: 700;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	background-color: rgba(0,0,0,.1);
}

.woosq-sidebar.woosq-heading-yes .woosq-sidebar-heading .woosq-close {
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	position: absolute;
	left: unset;
	top: 0;
	right: 0;
	cursor: pointer;
	font-size: 0;
	background-image: url(../../themes/img/close-dark.svg);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 14px;
}

.woosq-sidebar.woosq-heading-yes .woosq-product .thumbnails {
	padding: 20px 20px 0;
	background-color: initial;
}

@media screen and (max-width:1023px) {
	.woosq-sidebar .woosq-close {
		left: unset!important;
		right: 0!important;
		background-color: rgba(255,255,255,.5);
		background-image: background-image: url(../../themes/img/close-dark.svg);
	}
}

@font-face {
	 font-family:woosw;src:url(../../plugins/fonts/woosw.eot?vv2087);src:url(../../plugins/fonts/woosw.eot?vv2087#iefix)format('embedded-opentype'),
	url(../../plugins/fonts/woosw.ttf?vv2087)format('truetype'),
	url(../../plugins/fonts/woosw.woff?vv2087)format('woff'),
	url(../../plugins/fonts/woosw.svg?vv2087#woosw)format('svg');font-weight:400;font-style:normal;font-display:block;
}

[class^=woosw-icon-],[class*=" woosw-icon-"] {
	font-family: woosw!important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.woosw-icon-20:before {
	content: "\e900";
}

.woosw-icon-21:before {
	content: "\e901";
}

.woosw-icon-22:before {
	content: "\e902";
}

.woosw-icon-16:before {
	content: "\e903";
}

.woosw-icon-17:before {
	content: "\e904";
}

.woosw-icon-18:before {
	content: "\e905";
}

.woosw-icon-19:before {
	content: "\e906";
}

.woosw-icon-23:before {
	content: "\e907";
}

.woosw-icon-24:before {
	content: "\e908";
}

.woosw-icon-25:before {
	content: "\f004";
}

.woosw-icon-26:before {
	content: "\f005";
}

.woosw-icon-27:before {
	content: "\f006";
}

.woosw-icon-28:before {
	content: "\f08a";
}

.woosw-icon-29:before {
	content: "\f110";
}

.woosw-icon-11:before {
	content: "\e909";
}

.woosw-icon-10:before {
	content: "\e90a";
}

.woosw-icon-9:before {
	content: "\e90b";
}

.woosw-icon-8:before {
	content: "\e90c";
}

.woosw-icon-5:before {
	content: "\e90d";
}

.woosw-icon-6:before {
	content: "\e90e";
}

.woosw-icon-12:before {
	content: "\e90f";
}

.woosw-icon-42:before {
	content: "\e919";
}

.woosw-icon-2:before {
	content: "\e910";
}

.woosw-icon-43:before {
	content: "\e91a";
}

.woosw-icon-15:before {
	content: "\e911";
}

.woosw-icon-44:before {
	content: "\e91b";
}

.woosw-icon-7:before {
	content: "\e912";
}

.woosw-icon-4:before {
	content: "\e913";
}

.woosw-icon-13:before {
	content: "\e914";
}

.woosw-icon-14:before {
	content: "\e915";
}

.woosw-icon-46:before {
	content: "\e91c";
}

.woosw-icon-3:before {
	content: "\e916";
}

.woosw-icon-45:before {
	content: "\e91d";
}

.woosw-icon-1:before {
	content: "\e918";
}

.woosw-icon-41:before {
	content: "\e917";
}

.woosw-icon-30:before {
	content: "\e97a";
}

.woosw-icon-31:before {
	content: "\e97b";
}

.woosw-icon-32:before {
	content: "\e97c";
}

.woosw-icon-33:before {
	content: "\e97f";
}

.woosw-icon-35:before {
	content: "\e981";
}

.woosw-icon-36:before {
	content: "\e982";
}

.woosw-icon-37:before {
	content: "\e983";
}

.woosw-icon-38:before {
	content: "\e9d7";
}

.woosw-icon-34:before {
	content: "\e9d9";
}

.woosw-icon-39:before {
	content: "\e9da";
}

.woosw-icon-40:before {
	content: "\ea2e";
}

@keyframes wpc-spinner {
	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes wpc-spinner {
	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes woosw-spinner {
	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes woosw-spinner {
	to {
		-webkit-transform: rotate(360deg);
	}
}

.woosw-btn.woosw-added:before {
	content: '\2713';
	margin-right: 5px;
}

.woosw-btn.woosw-btn-has-icon.woosw-added:before {
	display: none;
}

.woosw-btn.woosw-adding:after {
	content: '...'!important;
	display: inline-block!important;
}

.woosw-btn.woosw-btn-has-icon.woosw-adding:after {
	display: none!important;
}

.woosw-btn-has-icon {
	display: inline-flex;
	align-items: center;
}

.woosw-btn-has-icon .woosw-btn-icon {
	margin: 0;
}

.woosw-btn-icon-text .woosw-btn-text {
	margin-left: 5px;
}

.woosw-btn-text-icon .woosw-btn-text {
	margin-right: 5px;
}

.woosw-btn-has-icon.woosw-adding .woosw-btn-icon {
	-webkit-animation: woosw-spinner 1s linear infinite;
	-moz-animation: woosw-spinner 1s linear infinite;
	-ms-animation: woosw-spinner 1s linear infinite;
	-o-animation: woosw-spinner 1s linear infinite;
	animation: woosw-spinner 1s linear infinite;
}

.woosw-view-wishlist {
	font-weight: 700;
	cursor: pointer;
}

.woosw-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999989;
	background: rgba(0,0,0,.7);
	opacity: 0;
	font-size: 14px;
	visibility: hidden;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	box-sizing: border-box;
}

.woosw-popup * {
	box-sizing: border-box;
}

.woosw-popup table {
	margin: 0;
}

.woosw-popup .woosw-popup-content-mid:before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 7;
	background-color: rgba(255,255,255,.7);
	opacity: 0;
	visibility: hidden;
}

.woosw-popup .woosw-popup-content-mid:after {
	width: 32px;
	height: 32px;
	display: block;
	margin-top: -16px;
	margin-left: -16px;
	content: '';
	background-image: url(../../themes/img/curve.svg);
	background-repeat: no-repeat;
	background-position: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 8;
	-webkit-animation: woosw-spinner 1s linear infinite;
	-moz-animation: woosw-spinner 1s linear infinite;
	-ms-animation: woosw-spinner 1s linear infinite;
	-o-animation: woosw-spinner 1s linear infinite;
	animation: woosw-spinner 1s linear infinite;
	opacity: 0;
	visibility: hidden;
}

.woosw-popup.woosw-loading .woosw-popup-content {
	pointer-events: none;
}

.woosw-popup.woosw-loading .woosw-popup-content-mid:before,.woosw-popup.woosw-loading .woosw-popup-content-mid:after {
	opacity: 1;
	visibility: visible;
}

.woosw-popup .woosw-popup-inner {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content {
	width: 100%;
	max-width: 460px;
	height: auto;
	max-height: 100%;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	-webkit-transform: translate3d(-50%,-50%,0);
	padding: 0;
	display: flex;
	flex-direction: column;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	overflow: hidden;
}

.woosw-popup.woosw-show {
	opacity: 1;
	visibility: visible;
}

.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content {
	top: 50%;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content>div {
	align-self: stretch;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top {
	flex: none;
	height: 48px;
	line-height: 48px;
	padding: 0 60px 0 20px;
	margin: 0;
	position: relative;
	color: #fff;
	font-weight: 700;
	background-color: #222;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-count-wrapper:before {
	content: '(';
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-count-wrapper:after {
	content: ')';
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-manage,.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-empty {
	color: #fff;
	margin-left: 5px;
	font-weight: 400;
	text-decoration: underline;
	cursor: pointer;
}

#woosw_manage .woosw-popup-content-mid {
	padding: 10px 0;
}

.woosw-new-wishlist {
	display: flex;
	align-items: center;
}

#woosw_wishlist_name {
	flex-grow: 1;
}

.woosw-new-wishlist input {
	border-radius: 4px!important;
	height: 40px!important;
	line-height: 38px!important;
	padding: 0 10px!important;
	margin: 0;
}

.woosw-new-wishlist input[type=button] {
	margin-left: 10px;
}

.woosw-disable {
	opacity: .5;
	pointer-events: none;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-popup-close {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	text-transform: none;
	color: #999;
	font-weight: 400;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-popup-close:after {
	display: inline-block;
	float: right;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	content: '\e918';
	font-size: 20px;
	font-family: woosw;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.rtl .woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top {
	padding: 0 20px 0 60px;
}

body.rtl .woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-popup-close {
	right: auto;
	left: 0;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-mid {
	display: block;
	position: relative;
	min-height: 80px;
	flex: auto;
	flex-grow: 1;
	padding: 0;
	margin: 0;
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: auto;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-mid .woosw-popup-content-mid-massage {
	display: block;
	padding: 20px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.woosw-popup .woosw-items {
	margin: 0;
	padding: 10px 0;
	overflow-y: auto;
	position: relative;
}

.woosw-popup .woosw-items .woosw-item {
	padding: 0 20px;
}

.woosw-popup .woosw-items .woosw-item .woosw-item-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	border-top: 1px dashed #eee;
}

.woosw-popup .woosw-items .woosw-item:first-child .woosw-item-inner {
	border-top: none;
}

.woosw-popup .woosw-items .woosw-item .woosw-item-inner>div {
	margin-right: 10px;
}

.woosw-popup .woosw-items .woosw-item .woosw-item-inner>div:last-child {
	margin-right: 0;
}

.woosw-popup .woosw-items .woosw-item .woosw-item--info {
	flex-grow: 1;
}

.woosw-popup .woosw-items .woosw-item .woosw-item--remove {
	width: 14px;
	flex: 0 0 14px;
	font-size: 0;
}

.woosw-popup .woosw-items .woosw-item .woosw-item--remove span {
	display: inline-block;
	width: 14px;
	text-align: center;
	cursor: pointer;
}

.woosw-popup .woosw-items .woosw-item .woosw-item--remove span:before {
	display: inline-block;
	content: '\e918';
	font-size: 16px;
	font-family: woosw;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.woosw-popup .woosw-items .woosw-item .woosw-item--remove span.woosw-removing:before {
	animation: woosw-spinner 1s linear infinite;
	-webkit-animation: woosw-spinner 1s linear infinite;
}

.woosw-popup .woosw-items .woosw-item .woosw-item--remove span:hover:before {
	color: #cc6055;
}

.woosw-popup .woosw-items .woosw-item .woosw-item--image {
	width: 80px;
	flex: 0 0 80px;
}

.woosw-popup .woosw-items .woosw-item .woosw-item--image img {
	width: 100%;
	height: auto;
	border: none;
	padding: 0;
	margin: 0;
	box-shadow: none;
}

.woosw-popup .woosw-items .woosw-item .woosw-item--stock p {
	margin: 0;
}

.woosw-popup .woosw-items .woosw-item .woosw-item--name,.woosw-popup .woosw-items .woosw-item .woosw-item--name a {
	font-weight: 700;
	text-decoration: none;
}

.woosw-popup .woosw-items .woosw-item .woosw-item--add p,.woosw-popup .woosw-items .woosw-item .woosw-item--add .add_to_cart_inline {
	border: none;
	padding: 0;
	margin: 0;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot {
	flex: none;
	padding: 20px;
	position: relative;
	color: #fff;
	font-size: 14px;
	background-color: #fff;
	text-transform: uppercase;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a,.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner span {
	line-height: 1.2;
	text-decoration: none;
	border-bottom: 1px solid #222;
	outline: none;
	cursor: pointer;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-notice {
	display: block;
	text-align: center;
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding: 0 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	background-color: #5fbd74;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translate3d(0,100%,0);
	-webkit-transform: translate3d(0,100%,0);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	opacity: 0;
	visibility: hidden;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-notice.woosw-notice-show {
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	opacity: 1;
	visibility: visible;
}

.woosw-items .woosw-item .woosw-item--note {
	padding-left: 10px;
	border-left: 2px solid #222;
	font-style: italic;
	font-size: 14px;
	cursor: pointer;
}

.woosw-items .woosw-item .woosw-item--note-add {
	width: 100%;
	position: relative;
}

.woosw-items .woosw-item .woosw-item--note-add input {
	height: 40px!important;
	line-height: 38px!important;
	padding: 0 10px!important;
	border-radius: 4px!important;
}

.woosw-items .woosw-item .woosw-item--note-add input[type=text] {
	width: 100%;
}

.woosw-items .woosw-item .woosw-item--note-add input[type=button] {
	position: absolute;
	top: 0;
	right: 0;
}

body.rtl .woosw-items .woosw-item .woosw-item--note {
	border-left: none;
	border-right: 2px solid #222;
	padding-left: 0;
	padding-right: 10px;
}

.woosw-list table.woosw-items {
	margin: 0;
	padding: 0;
}

.woosw-list table.woosw-items tr td {
	vertical-align: middle;
	padding: 10px;
}

.woosw-list table.woosw-items tr:nth-child(2n) td {
	background-color: rgba(0,0,0,3%);
}

.woosw-list table.woosw-items tr:hover td {
	background-color: rgba(0,0,0,5%);
}

.woosw-list table.woosw-items .woosw-item .woosw-item--remove {
	vertical-align: middle;
	width: 16px;
}

.woosw-list table.woosw-items .woosw-item .woosw-item--remove span {
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	cursor: pointer;
}

.woosw-list table.woosw-items .woosw-item .woosw-item--remove span:before {
	display: inline-block;
	content: '\e918';
	font-size: 16px;
	font-family: woosw;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.woosw-list table.woosw-items .woosw-item .woosw-item--remove span.woosw-removing:before {
	animation: woosw-spinner 1s linear infinite;
	-webkit-animation: woosw-spinner 1s linear infinite;
}

.woosw-list table.woosw-items .woosw-item .woosw-item--remove span:hover:before {
	color: #cc6055;
}

.woosw-list table.woosw-items .woosw-item .woosw-item--image {
	width: 100px;
}

.woosw-list table.woosw-items .woosw-item .woosw-item--image img {
	width: 80px;
	height: auto;
	border-radius: 2px;
	border: none;
	padding: 0;
	margin: 0;
	box-shadow: none;
}

.woosw-list table.woosw-items .woosw-item .woosw-item--name a {
	font-weight: 700;
}

.woosw-list table.woosw-items .woosw-item .woosw-item--add p,.woosw-list table.woosw-items .woosw-item .woosw-item--add .add_to_cart_inline {
	border: none;
	padding: 0;
	margin: 0;
}

.woosw-list .woosw-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
}

.woosw-list .woosw-copy {
	display: flex;
	align-items: center;
}

.woosw-list .woosw-copy .woosw-copy-url {
	margin-left: 10px;
	margin-right: 0;
}

body.rtl .woosw-list .woosw-copy .woosw-copy-url {
	margin-left: 0;
	margin-right: 10px;
}

.woosw-list .woosw-share .woosw-share-label,.woosw-list .woosw-share a {
	display: inline-block;
	margin-left: 0;
	margin-right: 10px;
	text-decoration: none!important;
	font-style: normal!important;
}

body.rtl .woosw-list .woosw-share .woosw-share-label,body.rtl .woosw-list .woosw-share a {
	margin-right: 0;
	margin-left: 10px;
}

.woosw-menu-item .woosw-menu-item-inner {
	position: relative;
}

.woosw-menu-item .woosw-menu-item-inner:after {
	content: attr(data-count);
	display: block;
	background-color: #e94b35;
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	border-radius: 8px;
	position: absolute;
	top: -10px;
	right: -10px;
}

.woosw-icon {
	font-family: woosw;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.woosw-share-facebook .woosw-icon:before {
	content: '\e919';
}

.woosw-share-twitter .woosw-icon:before {
	content: '\e91d';
}

.woosw-share-pinterest .woosw-icon:before {
	content: '\e91c';
}

.woosw-share-instagram .woosw-icon:before {
	content: '\e91a';
}

.woosw-share-mail .woosw-icon:before {
	content: '\e91b';
}

@media only screen and (max-width:860px) {
	.woosw-list .woosw-actions {
		flex-direction: column;
		align-items: flex-start;
	}
}

.notiny-container {
	z-index: 999999;
}

.notiny-theme-woosw {
	padding: 10px;
	background-color: #fff;
	color: #222;
	margin: 5px 0;
	min-height: 32px;
	max-width: 100vw;
	display: flex;
	align-items: center;
	border: 1px solid #eee;
	box-shadow: 0 4px 4px rgba(0,0,0,3%);
}

.notiny-theme-woosw .notiny-img {
	margin: 0;
	padding: 0;
	width: 48px;
	flex: 0 0 48px;
	margin-right: 10px;
}

.notiny-theme-woosw .notiny-img img {
	width: 100%;
	height: auto;
	margin: 0;
}

.notiny-theme-woosw .notiny-text {
	font-size: 14px;
	line-height: 1.4;
	flex-grow: 1;
}

.notiny-container-fluid-top .notiny-theme-woosw,.notiny-container-fluid-bottom .notiny-theme-woosw {
	width: 90%;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.notiny-container-fluid-top {
	top: 10px!important;
}

.notiny-container-fluid-bottom {
	bottom: 10px!important;
}

.woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content {
	left: unset;
	top: 0;
	right: 0;
	height: 100%;
	transform: translate3d(100%,0,0);
	-webkit-transform: translate3d(100%,0,0);
}

.woosw-popup.woosw-popup-right.woosw-show .woosw-popup-inner .woosw-popup-content {
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
}

.woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top {
	background-color: rgba(0,0,0,.1);
	color: #222;
	text-transform: uppercase;
}

.woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot {
	background-color: #fff;
	color: #222;
	text-transform: uppercase;
}

.woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top a,.woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-empty,.woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-manage,.woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-popup-close,.woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot a,.woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-continue {
	color: #222;
}

.woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content {
	left: 0;
	top: 0;
	right: unset;
	height: 100%;
	transform: translate3d(-100%,0,0);
	-webkit-transform: translate3d(-100%,0,0);
}

.woosw-popup.woosw-popup-left.woosw-show .woosw-popup-inner .woosw-popup-content {
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
}

.woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top {
	background-color: rgba(0,0,0,.1);
}

.woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top {
	background-color: rgba(0,0,0,.1);
	color: #222;
	text-transform: uppercase;
}

.woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot {
	background-color: #fff;
	color: #222;
	text-transform: uppercase;
}

.woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top a,.woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-empty,.woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-manage,.woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-popup-close,.woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot a,.woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-continue {
	color: #222;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
}

@-webkit-keyframes flash {
	0%, 50%, 100% {
		opacity: 1;
	}

	25%, 75% {
		opacity: 0;
	}
}

@keyframes flash {
	0%, 50%, 100% {
		opacity: 1;
	}

	25%, 75% {
		opacity: 0;
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes shake {
	0%, 100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	20%, 40%, 60%, 80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@keyframes shake {
	0%, 100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	20%, 40%, 60%, 80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	40% {
		-webkit-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	60% {
		-webkit-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	80% {
		-webkit-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	10%, 20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg);
	}

	30%, 50%, 70%, 90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}

	40%, 60%, 80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}

	100% {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	10%, 20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		-ms-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg);
	}

	30%, 50%, 70%, 90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}

	40%, 60%, 80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		-ms-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}

	100% {
		-webkit-transform: scale(1) rotate(0);
		-ms-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg);
	}

	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg);
	}

	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg);
	}

	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg);
	}

	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg);
	}

	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}

	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		-ms-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg);
	}

	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		-ms-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg);
	}

	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		-ms-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg);
	}

	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		-ms-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg);
	}

	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		-ms-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg);
	}

	100% {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	70% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		transform: scale(.3);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}

	70% {
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		transform: scale(.9);
	}

	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}

	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
	}

	80% {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}

	80% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}

	80% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
	}

	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px);
	}

	80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	80% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	80% {
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px);
	}

	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	25% {
		-webkit-transform: scale(.95);
		transform: scale(.95);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3);
	}
}

@keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	25% {
		-webkit-transform: scale(.95);
		-ms-transform: scale(.95);
		transform: scale(.95);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		transform: scale(.3);
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-40px);
		transform: translateX(-40px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-40px);
		-ms-transform: translateX(-40px);
		transform: translateX(-40px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(40px);
		transform: translateX(40px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(40px);
		-ms-transform: translateX(40px);
		transform: translateX(40px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		-ms-transform: translateY(40px);
		transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

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

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	-ms-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		-ms-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		-ms-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		-ms-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		-ms-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		-ms-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		-ms-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		-ms-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		-ms-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: translateX(0%) skewX(-15deg);
		transform: translateX(0%) skewX(-15deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		-ms-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: translateX(0%) skewX(-15deg);
		-ms-transform: translateX(0%) skewX(-15deg);
		transform: translateX(0%) skewX(-15deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(0%) skewX(0deg);
		-ms-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0%) skewX(0deg);
		-ms-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		-ms-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(200deg);
		-ms-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%, 60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	100% {
		-webkit-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%, 60% {
		-webkit-transform: rotate(80deg);
		-ms-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40% {
		-webkit-transform: rotate(60deg);
		-ms-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		-ms-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	100% {
		-webkit-transform: translateY(700px);
		-ms-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0;
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		-ms-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		-ms-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
		transform: translateX(100%) rotate(120deg);
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		-ms-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
		-ms-transform: translateX(100%) rotate(120deg);
		transform: translateX(100%) rotate(120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@font-face {
	 font-family:flaticon;src:url(../../plugins/fonts/flaticon.eot);src:url(../../plugins/fonts/flaticon.eot?#iefix)format("embedded-opentype"),url(../../plugins/fonts/flaticon.woff2)format("woff2"),url(../../plugins/fonts/flaticon.woff)format("woff"),url(../../plugins/fonts/flaticon.ttf)format("truetype"),url(../../plugins/fonts/flaticon.svg#flaticon)format("svg");font-weight:400;font-style:normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
@	font-face {
		font-family: flaticon;
		src: url(../../plugins/fonts/flaticon.svg#Flaticon)format("svg");
	}
}

[class^=flaticon-]:before,[class*=" flaticon-"]:before,[class^=flaticon-]:after,[class*=" flaticon-"]:after {
	font-family: Flaticon;
	font-size: inherit;
	font-style: normal;
	font-weight: 400;
}

.flaticon-map-pin:before {
	content: "\f101";
}

.flaticon-helpline:before {
	content: "\f102";
}

.flaticon-school-bag:before {
	content: "\f103";
}

.flaticon-dictionary:before {
	content: "\f104";
}

.flaticon-online-class:before {
	content: "\f105";
}

.flaticon-notes:before {
	content: "\f106";
}

.flaticon-rocking-horse:before {
	content: "\f107";
}

.flaticon-quote:before {
	content: "\f108";
}

.flaticon-open-book-1:before {
	content: "\f109";
}

.flaticon-gallery:before {
	content: "\f10a";
}

.flaticon-song:before {
	content: "\f10b";
}

@font-face {
	 font-family:caseicon;src:url(../../plugins/fonts/caseicon.eot);src:
	url(../../plugins/fonts/caseicon.eot?#iefix)format("embedded-opentype"),
	url(../../plugins/fonts/caseicon.woff2)format("woff2"),
	url(../../plugins/fonts/caseicon.woff)format("woff"),
	url(../../plugins/fonts/caseicon.ttf)format("truetype"),
	url(../../plugins/fonts/caseicon.svg#caseicon)format("svg");font-weight:400;font-style:normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
@	font-face {
		font-family: caseicon;
		src: src: url(../../plugins/fonts/caseicon.svg#Caseicon)format("svg");
	}
}

[class^=caseicon-],[class*=" caseicon-"] {
	display: inline-block;
}

[class^=caseicon-]:before,[class*=" caseicon-"]:before,[class^=caseicon-]:after,[class*=" caseicon-"]:after {
	font-family: Caseicon;
	font-style: normal;
	font-weight: 400;
}

.caseicon-view-alt:before {
	content: "\f101";
}

.caseicon-random:before {
	content: "\f102";
}

.caseicon-grid:before {
	content: "\f103";
}

.caseicon-location:before {
	content: "\f104";
}

.caseicon-close-alt:before {
	content: "\f105";
}

.caseicon-user-alt:before {
	content: "\f106";
}

.caseicon-pin2:before {
	content: "\f107";
}

.caseicon-calendar:before {
	content: "\f108";
}

.caseicon-behance:before {
	content: "\f109";
}

.caseicon-tripadvisor:before {
	content: "\f10a";
}

.caseicon-play1:before {
	content: "\f10b";
}

.caseicon-yelp:before {
	content: "\f10c";
}

.caseicon-close-solid:before {
	content: "\f10d";
}

.caseicon-link4:before {
	content: "\f10e";
}

.caseicon-long-arrow-right-two:before {
	content: "\f10f";
}

.caseicon-pin:before {
	content: "\f110";
}

.caseicon-play4:before {
	content: "\f111";
}

.caseicon-tick:before {
	content: "\f112";
}

.caseicon-link2:before {
	content: "\f113";
}

.caseicon-tags-alt:before {
	content: "\f114";
}

.caseicon-list:before {
	content: "\f115";
}

.caseicon-link3:before {
	content: "\f116";
}

.caseicon-tumblr:before {
	content: "\f117";
}

.caseicon-placeholder:before {
	content: "\f118";
}

.caseicon-check-mark:before {
	content: "\f119";
}

.caseicon-clock:before {
	content: "\f11a";
}

.caseicon-time:before {
	content: "\f11b";
}

.caseicon-play2:before {
	content: "\f11c";
}

.caseicon-link:before {
	content: "\f11d";
}

.caseicon-check:before {
	content: "\f11e";
}

.caseicon-comment-solid:before {
	content: "\f11f";
}

.caseicon-calendar-1:before {
	content: "\f120";
}

.caseicon-vimeo:before {
	content: "\f121";
}

.caseicon-people-location:before {
	content: "\f122";
}

.caseicon-pinterest:before {
	content: "\f123";
}

.caseicon-facebook:before {
	content: "\f124";
}

.caseicon-map:before {
	content: "\f125";
}

.caseicon-close:before {
	content: "\f126";
}

.caseicon-close3:before {
	content: "\f127";
}

.caseicon-close-outline:before {
	content: "\f128";
}

.caseicon-instagram:before {
	content: "\f129";
}

.caseicon-folder:before {
	content: "\f12a";
}

.caseicon-clock-1:before {
	content: "\f12b";
}

.caseicon-search:before {
	content: "\f12c";
}

.caseicon-refresh:before {
	content: "\f12d";
}

.caseicon-long-arrow-right:before {
	content: "\f12e";
}

.caseicon-heart-alt:before {
	content: "\f12f";
}

.caseicon-quote-bottom:before {
	content: "\f130";
}

.caseicon-double-chevron-down:before {
	content: "\f131";
}

.caseicon-comment:before {
	content: "\f132";
}

.caseicon-android:before {
	content: "\f133";
}

.caseicon-double-chevron-right:before {
	content: "\f134";
}

.caseicon-linkedin:before {
	content: "\f135";
}

.caseicon-angle-arrow-left:before {
	content: "\f136";
}

.caseicon-right-arrow:before {
	content: "\f137";
}

.caseicon-open-folder:before {
	content: "\f138";
}

.caseicon-zoom-in:before {
	content: "\f139";
}

.caseicon-double-chevron-left:before {
	content: "\f13a";
}

.caseicon-envelope:before {
	content: "\f13b";
}

.caseicon-caret-arrow-down:before {
	content: "\f13c";
}

.caseicon-angle-arrow-up:before {
	content: "\f13d";
}

.caseicon-double-chevron-up:before {
	content: "\f13e";
}

.caseicon-left-arrow:before {
	content: "\f13f";
}

.caseicon-youtube:before {
	content: "\f140";
}

.caseicon-tags:before {
	content: "\f141";
}

.caseicon-long-arrow-right-three:before {
	content: "\f142";
}

.caseicon-calendar-2:before {
	content: "\f143";
}

.caseicon-calendar-alt:before {
	content: "\f144";
}

.caseicon-shopping-cart-alt:before {
	content: "\f145";
}

.caseicon-arrows-updown:before {
	content: "\f146";
}

.caseicon-home:before {
	content: "\f147";
}

.caseicon-caret-arrow-up:before {
	content: "\f148";
}

.caseicon-quote-left:before {
	content: "\f149";
}

.caseicon-skype:before {
	content: "\f14a";
}

.caseicon-twitter:before {
	content: "\f14b";
}

.caseicon-play3:before {
	content: "\f14c";
}

.caseicon-angle-arrow-right:before {
	content: "\f14d";
}

.caseicon-user:before {
	content: "\f14e";
}

.caseicon-dribbble:before {
	content: "\f14f";
}

.caseicon-angle-arrow-down:before {
	content: "\f150";
}

.caseicon-shopping-cart:before {
	content: "\f151";
}

.caseicon-long-arrow-left:before {
	content: "\f152";
}

.caseicon-marker:before {
	content: "\f153";
}

.caseicon-refresh-arrow:before {
	content: "\f154";
}

.caseicon-phone:before {
	content: "\f155";
}

@-ms-viewport {
	width:device-width;
}

html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

*,::after,::before {
	box-sizing: inherit;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media(min-width:576px) {
	.container {
		max-width: 540px;
	}
}

@media(min-width:768px) {
	.container {
		max-width: 720px;
	}
}

@media(min-width:992px) {
	.container {
		max-width: 960px;
	}
}

@media(min-width:1200px) {
	.container {
		max-width: 1140px;
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col,.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0;
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: none;
	width: auto;
	max-width: none;
}

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}

.offset-1 {
	margin-left: 8.333333%;
}

.offset-2 {
	margin-left: 16.666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.333333%;
}

.offset-5 {
	margin-left: 41.666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.333333%;
}

.offset-8 {
	margin-left: 66.666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.333333%;
}

.offset-11 {
	margin-left: 91.666667%;
}

@media(min-width:576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: none;
		width: auto;
		max-width: none;
	}

	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}

	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}

	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-sm-0 {
		margin-left: 0;
	}

	.offset-sm-1 {
		margin-left: 8.333333%;
	}

	.offset-sm-2 {
		margin-left: 16.666667%;
	}

	.offset-sm-3 {
		margin-left: 25%;
	}

	.offset-sm-4 {
		margin-left: 33.333333%;
	}

	.offset-sm-5 {
		margin-left: 41.666667%;
	}

	.offset-sm-6 {
		margin-left: 50%;
	}

	.offset-sm-7 {
		margin-left: 58.333333%;
	}

	.offset-sm-8 {
		margin-left: 66.666667%;
	}

	.offset-sm-9 {
		margin-left: 75%;
	}

	.offset-sm-10 {
		margin-left: 83.333333%;
	}

	.offset-sm-11 {
		margin-left: 91.666667%;
	}
}

@media(min-width:768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: none;
		width: auto;
		max-width: none;
	}

	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}

	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}

	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-md-0 {
		margin-left: 0;
	}

	.offset-md-1 {
		margin-left: 8.333333%;
	}

	.offset-md-2 {
		margin-left: 16.666667%;
	}

	.offset-md-3 {
		margin-left: 25%;
	}

	.offset-md-4 {
		margin-left: 33.333333%;
	}

	.offset-md-5 {
		margin-left: 41.666667%;
	}

	.offset-md-6 {
		margin-left: 50%;
	}

	.offset-md-7 {
		margin-left: 58.333333%;
	}

	.offset-md-8 {
		margin-left: 66.666667%;
	}

	.offset-md-9 {
		margin-left: 75%;
	}

	.offset-md-10 {
		margin-left: 83.333333%;
	}

	.offset-md-11 {
		margin-left: 91.666667%;
	}
}

@media(min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: none;
		width: auto;
		max-width: none;
	}

	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}

	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}

	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

	.offset-lg-1 {
		margin-left: 8.333333%;
	}

	.offset-lg-2 {
		margin-left: 16.666667%;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.offset-lg-4 {
		margin-left: 33.333333%;
	}

	.offset-lg-5 {
		margin-left: 41.666667%;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.offset-lg-7 {
		margin-left: 58.333333%;
	}

	.offset-lg-8 {
		margin-left: 66.666667%;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.offset-lg-10 {
		margin-left: 83.333333%;
	}

	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}

@media(min-width:1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: none;
		width: auto;
		max-width: none;
	}

	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}

	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}

	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-xl-0 {
		margin-left: 0;
	}

	.offset-xl-1 {
		margin-left: 8.333333%;
	}

	.offset-xl-2 {
		margin-left: 16.666667%;
	}

	.offset-xl-3 {
		margin-left: 25%;
	}

	.offset-xl-4 {
		margin-left: 33.333333%;
	}

	.offset-xl-5 {
		margin-left: 41.666667%;
	}

	.offset-xl-6 {
		margin-left: 50%;
	}

	.offset-xl-7 {
		margin-left: 58.333333%;
	}

	.offset-xl-8 {
		margin-left: 66.666667%;
	}

	.offset-xl-9 {
		margin-left: 75%;
	}

	.offset-xl-10 {
		margin-left: 83.333333%;
	}

	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}

.d-none {
	display: none!important;
}

.d-inline {
	display: inline!important;
}

.d-inline-block {
	display: inline-block!important;
}

.d-block {
	display: block!important;
}

.d-table {
	display: table!important;
}

.d-table-row {
	display: table-row!important;
}

.d-table-cell {
	display: table-cell!important;
}

.d-flex {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
}

.d-inline-flex {
	display: -webkit-inline-box!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important;
}

@media(min-width:576px) {
	.d-sm-none {
		display: none!important;
	}

	.d-sm-inline {
		display: inline!important;
	}

	.d-sm-inline-block {
		display: inline-block!important;
	}

	.d-sm-block {
		display: block!important;
	}

	.d-sm-table {
		display: table!important;
	}

	.d-sm-table-row {
		display: table-row!important;
	}

	.d-sm-table-cell {
		display: table-cell!important;
	}

	.d-sm-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
	}

	.d-sm-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
	}
}

@media(min-width:768px) {
	.d-md-none {
		display: none!important;
	}

	.d-md-inline {
		display: inline!important;
	}

	.d-md-inline-block {
		display: inline-block!important;
	}

	.d-md-block {
		display: block!important;
	}

	.d-md-table {
		display: table!important;
	}

	.d-md-table-row {
		display: table-row!important;
	}

	.d-md-table-cell {
		display: table-cell!important;
	}

	.d-md-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
	}

	.d-md-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
	}
}

@media(min-width:992px) {
	.d-lg-none {
		display: none!important;
	}

	.d-lg-inline {
		display: inline!important;
	}

	.d-lg-inline-block {
		display: inline-block!important;
	}

	.d-lg-block {
		display: block!important;
	}

	.d-lg-table {
		display: table!important;
	}

	.d-lg-table-row {
		display: table-row!important;
	}

	.d-lg-table-cell {
		display: table-cell!important;
	}

	.d-lg-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
	}

	.d-lg-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
	}
}

@media(min-width:1200px) {
	.d-xl-none {
		display: none!important;
	}

	.d-xl-inline {
		display: inline!important;
	}

	.d-xl-inline-block {
		display: inline-block!important;
	}

	.d-xl-block {
		display: block!important;
	}

	.d-xl-table {
		display: table!important;
	}

	.d-xl-table-row {
		display: table-row!important;
	}

	.d-xl-table-cell {
		display: table-cell!important;
	}

	.d-xl-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
	}

	.d-xl-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
	}
}

@media print {
	.d-print-none {
		display: none!important;
	}

	.d-print-inline {
		display: inline!important;
	}

	.d-print-inline-block {
		display: inline-block!important;
	}

	.d-print-block {
		display: block!important;
	}

	.d-print-table {
		display: table!important;
	}

	.d-print-table-row {
		display: table-row!important;
	}

	.d-print-table-cell {
		display: table-cell!important;
	}

	.d-print-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
	}

	.d-print-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
	}
}

.flex-row {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: normal!important;
	-ms-flex-direction: row!important;
	flex-direction: row!important;
}

.flex-column {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: normal!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important;
}

.flex-column-reverse {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: reverse!important;
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important;
}

.flex-wrap {
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important;
}

.justify-content-start {
	-webkit-box-pack: start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important;
}

.justify-content-end {
	-webkit-box-pack: end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important;
}

.justify-content-center {
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
}

.justify-content-between {
	-webkit-box-pack: justify!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important;
}

.justify-content-around {
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important;
}

.align-items-start {
	-webkit-box-align: start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important;
}

.align-items-end {
	-webkit-box-align: end!important;
	-ms-flex-align: end!important;
	align-items: flex-end!important;
}

.align-items-center {
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
}

.align-items-baseline {
	-webkit-box-align: baseline!important;
	-ms-flex-align: baseline!important;
	align-items: baseline!important;
}

.align-items-stretch {
	-webkit-box-align: stretch!important;
	-ms-flex-align: stretch!important;
	align-items: stretch!important;
}

.align-content-start {
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important;
}

.align-content-end {
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important;
}

.align-content-center {
	-ms-flex-line-pack: center!important;
	align-content: center!important;
}

.align-content-between {
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important;
}

.align-content-around {
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important;
}

.align-self-auto {
	-ms-flex-item-align: auto!important;
	align-self: auto!important;
}

.align-self-start {
	-ms-flex-item-align: start!important;
	align-self: flex-start!important;
}

.align-self-end {
	-ms-flex-item-align: end!important;
	align-self: flex-end!important;
}

.align-self-center {
	-ms-flex-item-align: center!important;
	align-self: center!important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important;
}

@media(min-width:576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}

	.flex-sm-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}

	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}

	.flex-sm-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}

	.flex-sm-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
	}

	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important;
	}

	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important;
	}

	.justify-content-sm-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}

	.justify-content-sm-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}

	.justify-content-sm-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}

	.justify-content-sm-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}

	.justify-content-sm-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important;
	}

	.align-items-sm-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}

	.align-items-sm-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important;
	}

	.align-items-sm-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important;
	}

	.align-items-sm-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}

	.align-items-sm-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important;
	}

	.align-content-sm-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important;
	}

	.align-content-sm-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important;
	}

	.align-content-sm-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important;
	}

	.align-content-sm-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important;
	}

	.align-content-sm-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important;
	}

	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important;
	}

	.align-self-sm-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important;
	}

	.align-self-sm-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important;
	}

	.align-self-sm-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important;
	}

	.align-self-sm-center {
		-ms-flex-item-align: center!important;
		align-self: center!important;
	}

	.align-self-sm-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important;
	}

	.align-self-sm-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important;
	}
}

@media(min-width:768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}

	.flex-md-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}

	.flex-md-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}

	.flex-md-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}

	.flex-md-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
	}

	.flex-md-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important;
	}

	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important;
	}

	.justify-content-md-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}

	.justify-content-md-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}

	.justify-content-md-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}

	.justify-content-md-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}

	.justify-content-md-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important;
	}

	.align-items-md-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}

	.align-items-md-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important;
	}

	.align-items-md-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important;
	}

	.align-items-md-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}

	.align-items-md-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important;
	}

	.align-content-md-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important;
	}

	.align-content-md-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important;
	}

	.align-content-md-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important;
	}

	.align-content-md-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important;
	}

	.align-content-md-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important;
	}

	.align-content-md-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important;
	}

	.align-self-md-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important;
	}

	.align-self-md-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important;
	}

	.align-self-md-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important;
	}

	.align-self-md-center {
		-ms-flex-item-align: center!important;
		align-self: center!important;
	}

	.align-self-md-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important;
	}

	.align-self-md-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important;
	}
}

@media(min-width:992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}

	.flex-lg-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}

	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}

	.flex-lg-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}

	.flex-lg-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
	}

	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important;
	}

	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important;
	}

	.justify-content-lg-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}

	.justify-content-lg-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}

	.justify-content-lg-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}

	.justify-content-lg-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}

	.justify-content-lg-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important;
	}

	.align-items-lg-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}

	.align-items-lg-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important;
	}

	.align-items-lg-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important;
	}

	.align-items-lg-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}

	.align-items-lg-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important;
	}

	.align-content-lg-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important;
	}

	.align-content-lg-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important;
	}

	.align-content-lg-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important;
	}

	.align-content-lg-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important;
	}

	.align-content-lg-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important;
	}

	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important;
	}

	.align-self-lg-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important;
	}

	.align-self-lg-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important;
	}

	.align-self-lg-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important;
	}

	.align-self-lg-center {
		-ms-flex-item-align: center!important;
		align-self: center!important;
	}

	.align-self-lg-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important;
	}

	.align-self-lg-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important;
	}
}

@media(min-width:1200px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}

	.flex-xl-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}

	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}

	.flex-xl-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}

	.flex-xl-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
	}

	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important;
	}

	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important;
	}

	.justify-content-xl-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}

	.justify-content-xl-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}

	.justify-content-xl-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}

	.justify-content-xl-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}

	.justify-content-xl-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important;
	}

	.align-items-xl-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}

	.align-items-xl-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important;
	}

	.align-items-xl-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important;
	}

	.align-items-xl-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}

	.align-items-xl-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important;
	}

	.align-content-xl-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important;
	}

	.align-content-xl-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important;
	}

	.align-content-xl-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important;
	}

	.align-content-xl-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important;
	}

	.align-content-xl-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important;
	}

	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important;
	}

	.align-self-xl-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important;
	}

	.align-self-xl-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important;
	}

	.align-self-xl-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important;
	}

	.align-self-xl-center {
		-ms-flex-item-align: center!important;
		align-self: center!important;
	}

	.align-self-xl-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important;
	}

	.align-self-xl-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important;
	}
}

@-webkit-keyframes in-top {
	from {
		-webkit-transform: perspective(500px)rotateX(-90deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(500px)rotateX(0);
	}
}

@keyframes in-top {
	from {
		transform: perspective(500px)rotateX(-90deg);
		opacity: 1;
	}

	to {
		transform: perspective(500px)rotateX(0);
	}
}

@-webkit-keyframes out-top {
	from {
		-webkit-transform: perspective(500px)rotateX(0);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(500px)rotateX(-90deg);
		opacity: 1;
	}
}

@keyframes out-top {
	from {
		transform: perspective(500px)rotateX(0);
		opacity: 1;
	}

	to {
		transform: perspective(500px)rotateX(-90deg);
		opacity: 1;
	}
}

@-webkit-keyframes in-bottom {
	from {
		-webkit-transform: perspective(500px)rotateX(90deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(500px)rotateX(0);
	}
}

@keyframes in-bottom {
	from {
		transform: perspective(500px)rotateX(90deg);
		opacity: 1;
	}

	to {
		transform: perspective(500px)rotateX(0);
	}
}

@-webkit-keyframes out-bottom {
	from {
		-webkit-transform: perspective(500px)rotateX(0);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(500px)rotateX(90deg);
		opacity: 1;
	}
}

@keyframes out-bottom {
	from {
		transform: perspective(500px)rotateX(0);
		opacity: 1;
	}

	to {
		transform: perspective(500px)rotateX(90deg);
		opacity: 1;
	}
}

@-webkit-keyframes in-left {
	from {
		-webkit-transform: perspective(500px)rotateY(90deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(500px)rotateY(0);
	}
}

@keyframes in-left {
	from {
		transform: perspective(500px)rotateY(90deg);
		opacity: 1;
	}

	to {
		transform: perspective(500px)rotateY(0);
	}
}

@-webkit-keyframes out-left {
	from {
		-webkit-transform: perspective(500px)rotateY(0);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(500px)rotateY(90deg);
		opacity: 1;
	}
}

@keyframes out-left {
	from {
		transform: perspective(500px)rotateY(0);
		opacity: 1;
	}

	to {
		transform: perspective(500px)rotateY(90deg);
		opacity: 1;
	}
}

@-webkit-keyframes in-right {
	from {
		-webkit-transform: perspective(500px)rotateY(-90deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(500px)rotateY(0);
	}
}

@keyframes in-right {
	from {
		transform: perspective(500px)rotateY(-90deg);
		opacity: 1;
	}

	to {
		transform: perspective(500px)rotateY(0);
	}
}

@-webkit-keyframes out-right {
	from {
		-webkit-transform: perspective(500px)rotateY(0);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(500px)rotateY(-90deg);
		opacity: 1;
	}
}

@keyframes out-right {
	from {
		transform: perspective(500px)rotateY(0);
		opacity: 1;
	}

	to {
		transform: perspective(500px)rotateY(-90deg);
		opacity: 1;
	}
}

@-webkit-keyframes in-top-fade {
	from {
		-webkit-transform: translateY(-120%);
	}

	to {
		-webkit-transform: translateY(0%);
	}
}

@keyframes in-top-fade {
	from {
		transform: translateY(-120%);
	}

	to {
		transform: translateY(0%);
	}
}

@-webkit-keyframes out-top-fade {
	from {
		-webkit-transform: translateY(0%);
	}

	to {
		-webkit-transform: translateY(-120%);
	}
}

@keyframes out-top-fade {
	from {
		transform: translateY(0%);
	}

	to {
		transform: translateY(-120%);
	}
}

@-webkit-keyframes in-bottom-fade {
	from {
		-webkit-transform: translateY(120%);
	}

	to {
		-webkit-transform: translateY(0%);
	}
}

@keyframes in-bottom-fade {
	from {
		transform: translateY(120%);
	}

	to {
		transform: translateY(0%);
	}
}

@-webkit-keyframes out-bottom-fade {
	from {
		-webkit-transform: translateY(0%);
	}

	to {
		-webkit-transform: translateY(120%);
	}
}

@keyframes out-bottom-fade {
	from {
		transform: translateY(0%);
	}

	to {
		transform: translateY(120%);
	}
}

@-webkit-keyframes in-left-fade {
	from {
		-webkit-transform: translateX(-120%);
	}

	to {
		-webkit-transform: translateX(0%);
	}
}

@keyframes in-left-fade {
	from {
		transform: translateX(-120%);
	}

	to {
		transform: translateX(0%);
	}
}

@-webkit-keyframes out-left-fade {
	from {
		-webkit-transform: translateX(0%);
	}

	to {
		-webkit-transform: translateX(-120%);
	}
}

@keyframes out-left-fade {
	from {
		transform: translateX(0%);
	}

	to {
		transform: translateX(-120%);
	}
}

@-webkit-keyframes in-right-fade {
	from {
		-webkit-transform: translateX(120%);
	}

	to {
		-webkit-transform: translateX(0%);
	}
}

@keyframes in-right-fade {
	from {
		transform: translateX(120%);
	}

	to {
		transform: translateX(0%);
	}
}

@-webkit-keyframes out-right-fade {
	from {
		-webkit-transform: translateX(0%);
	}

	to {
		-webkit-transform: translateX(120%);
	}
}

@keyframes out-right-fade {
	from {
		transform: translateX(0%);
	}

	to {
		transform: translateX(120%);
	}
}

@keyframes pxl_move1 {
	0% {
		transform: translate(0%,0%);
	}

	25% {
		transform: translate(10%,10%);
	}

	50% {
		transform: translate(10%,-10%);
	}

	75% {
		transform: translate(-10%,10%);
	}

	100% {
		transform: translate(0%);
	}
}

@-webkit-keyframes pxl_move1 {
	0% {
		transform: translate(0%,0%);
	}

	25% {
		transform: translate(10%,10%);
	}

	50% {
		transform: translate(10%,-10%);
	}

	75% {
		transform: translate(-10%,10%);
	}

	100% {
		transform: translate(0%);
	}
}

@keyframes pxl_scale1 {
	0% {
		transform: scale(1);
		opacity: .67;
	}

	100% {
		transform: scale(2.2);
		opacity: 0;
	}
}

@-webkit-keyframes pxl_scale1 {
	0% {
		transform: scale(1);
		opacity: .67;
	}

	100% {
		transform: scale(2.2);
		opacity: 0;
	}
}

@-ms-keyframes pxl_spin {
	from {
		-ms-transform: rotate(0);
	}

	to {
		-ms-transform: rotate(360deg);
	}
}

@-moz-keyframes pxl_spin {
	from {
		-moz-transform: rotate(0);
	}

	to {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes pxl_spin {
	from {
		-webkit-transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes pxl_spin {
	from {
		transform: rotate(0);
	}

	to {
		transform: rotate(360deg);
	}
}

.pxl-image-spin {
	animation: pxl_spin_reverse 12s linear infinite;
}

@-ms-keyframes pxl_spin_reverse {
	from {
		-ms-transform: translate(-50%,-50%)rotate(0);
	}

	to {
		-ms-transform: translate(-50%,-50%)rotate(-360deg);
	}
}

@-moz-keyframes pxl_spin_reverse {
	from {
		-moz-transform: translate(-50%,-50%)rotate(0);
	}

	to {
		-moz-transform: translate(-50%,-50%)rotate(-360deg);
	}
}

@-webkit-keyframes pxl_spin_reverse {
	from {
		-webkit-transform: translate(-50%,-50%)rotate(0);
	}

	to {
		-webkit-transform: translate(-50%,-50%)rotate(-360deg);
	}
}

@keyframes pxl_spin_reverse {
	from {
		transform: translate(-50%,-50%)rotate(0);
	}

	to {
		transform: translate(-50%,-50%)rotate(-360deg);
	}
}

@-webkit-keyframes pxl_right_from_left {
	49% {
		-webkit-transform: translate(100%);
	}

	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
	}

	51% {
		opacity: 1;
	}
}

@-moz-keyframes pxl_right_from_left {
	49% {
		-moz-transform: translate(100%);
	}

	50% {
		opacity: 0;
		-moz-transform: translate(-100%);
	}

	51% {
		opacity: 1;
	}
}

@keyframes pxl_right_from_left {
	49% {
		transform: translate(100%);
	}

	50% {
		opacity: 0;
		transform: translate(-100%);
	}

	51% {
		opacity: 1;
	}
}

@-webkit-keyframes pxl_left_from_right {
	49% {
		-webkit-transform: translate(-100%);
	}

	50% {
		opacity: 0;
		-webkit-transform: translate(100%);
	}

	51% {
		opacity: 1;
	}
}

@-moz-keyframes pxl_left_from_right {
	49% {
		-moz-transform: translate(-100%);
	}

	50% {
		opacity: 0;
		-moz-transform: translate(100%);
	}

	51% {
		opacity: 1;
	}
}

@keyframes pxl_left_from_right {
	49% {
		transform: translate(-100%);
	}

	50% {
		opacity: 0;
		transform: translate(100%);
	}

	51% {
		opacity: 1;
	}
}

@-webkit-keyframes pxl_ani1 {
	from {
		-webkit-mask-position: 100% 0;
		mask-position: 100% 0;
	}

	to {
		-webkit-mask-position: 0 0;
		mask-position: 0 0;
	}
}

@keyframes pxl_ani1 {
	from {
		-webkit-mask-position: 100% 0;
		mask-position: 100% 0;
	}

	to {
		-webkit-mask-position: 0 0;
		mask-position: 0 0;
	}
}

@-webkit-keyframes pxl_ani2 {
	from {
		-webkit-mask-position: 0 0;
		mask-position: 0 0;
	}

	to {
		-webkit-mask-position: 100% 0;
		mask-position: 100% 0;
	}
}

@keyframes pxl_ani2 {
	from {
		-webkit-mask-position: 0 0;
		mask-position: 0 0;
	}

	to {
		-webkit-mask-position: 100% 0;
		mask-position: 100% 0;
	}
}

@keyframes pxl_bounce {
	0%,100%,20%,50%,80% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		transform: translateY(-8px);
	}

	60% {
		-webkit-transform: translateY(-4px);
		-ms-transform: translateY(-4px);
		transform: translateY(-4px);
	}
}

@keyframes pxl_zigzag {
	0%,100%,20%,50%,80% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: rotate(10deg);
		-ms-transform: rotate(10deg);
		transform: rotate(10deg);
	}

	60% {
		-webkit-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
}

@keyframes pxl_right_left {
	0% {
		transform: translateX(0);
	}

	25% {
		transform: translateX(40px);
	}

	50% {
		transform: translateX(0);
	}

	75% {
		transform: translateX(-40px);
	}

	100% {
		transform: translateX(0);
	}
}

.slide-right-to-left {
	animation: pxl_right_left 12s ease-out infinite;
	-webkit-animation: pxl_right_left 12s ease-out infinite;
}

@keyframes pxl_left_right {
	0% {
		transform: translateX(0);
	}

	25% {
		transform: translateX(-40px);
	}

	50% {
		transform: translateX(0);
	}

	75% {
		transform: translateX(40px);
	}

	100% {
		transform: translateX(0);
	}
}

.slide-left-to-right {
	animation: pxl_left_right 12s ease-out infinite;
	-webkit-animation: pxl_left_right 12s ease-out infinite;
}

@keyframes pxl_bottom_top_small {
	0% {
		transform: translateX(0);
	}

	25% {
		transform: translateY(10px);
	}

	50% {
		transform: translateY(0);
	}

	75% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes pxl_bottom_top {
	0% {
		transform: translateX(0);
	}

	25% {
		transform: translateY(40px);
	}

	50% {
		transform: translateY(0);
	}

	75% {
		transform: translateY(-40px);
	}

	100% {
		transform: translateY(0);
	}
}

.slide-bottom-to-top {
	animation: pxl_bottom_top 12s ease-out infinite;
	-webkit-animation: pxl_bottom_top 12s ease-out infinite;
}

@keyframes pxl_effect1 {
	0% {
		transform: translate(0,0);
	}

	20% {
		transform: translate(40px,-5px);
	}

	40% {
		transform: translate(60px,40px);
	}

	60% {
		transform: translate(40px,60px);
	}

	80% {
		transform: translate(-40px,60px);
	}

	100% {
		transform: translate(0,0);
	}
}

.slide-effect1 {
	animation: pxl_effect1 12s ease-out infinite;
	-webkit-animation: pxl_effect1 12s ease-out infinite;
}

@keyframes pxl_effect2 {
	0% {
		transform: translate(0,0);
	}

	20% {
		transform: translate(-30px,40px);
	}

	40% {
		transform: translate(60px,60px);
	}

	60% {
		transform: translate(70px,40px);
	}

	80% {
		transform: translate(40px,-70px);
	}

	100% {
		transform: translate(0,0);
	}
}

.slide-effect2 {
	animation: pxl_effect2 12s ease-out infinite;
	-webkit-animation: pxl_effect2 12s ease-out infinite;
}

@keyframes pxl_top_bottom {
	0% {
		transform: translateX(0);
	}

	25% {
		transform: translateY(-40px);
	}

	50% {
		transform: translateY(0);
	}

	75% {
		transform: translateY(40px);
	}

	100% {
		transform: translateY(0);
	}
}

.slide-top-to-bottom {
	animation: pxl_top_bottom 12s ease-out infinite;
	-webkit-animation: pxl_top_bottom 12s ease-out infinite;
}

@-webkit-keyframes img_circle {
	0% {
		opacity: 1;
	}

	40% {
		opacity: 1;
	}

	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

@keyframes img_circle {
	0% {
		opacity: 1;
	}

	40% {
		opacity: 1;
	}

	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

@-webkit-keyframes pxl_loader_bounce {
	0%,100% {
		-webkit-transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
	}
}

@keyframes pxl_loader_bounce {
	0%,100% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}

	50% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@-webkit-keyframes pxl_scale1 {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes pxl_scale1 {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

.pxl_scale1,.pxl-counter1:hover i,.pxl-counter2:hover i {
	animation: pxl_scale1 400ms linear 0ms;
	-webkit-animation: pxl_scale1 400ms linear 0ms;
}

@keyframes ar {
	33% {
		transform: translatex(20px);
		opacity: 0;
	}

	66% {
		transform: translatex(-20px);
		opacity: 0;
	}

	100% {
		transform: translatex(0);
		opacity: 1;
	}
}

@-webkit-keyframes ll1 {
	0% {
		opacity: 1;
		transform: scale(1);
	}

	50% {
		opacity: .2;
		transform: scale(.3);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes ll1 {
	0% {
		opacity: 1;
		transform: scale(1);
	}

	50% {
		opacity: .2;
		transform: scale(.3);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.ll1 {
	animation: ll1 2e3ms linear 0ms infinite;
	-webkit-animation: ll1 2e3ms linear 0ms infinite;
}

.ll2 {
	animation: ll1 1e3ms linear 2e3ms infinite;
	-webkit-animation: ll1 2e3ms linear 2e3ms infinite;
}

.ll3 {
	animation: ll1 1e3ms linear 1e3ms infinite;
	-webkit-animation: ll1 2e3ms linear 1e3ms infinite;
}

.pxl-view-layout {
	display: flex;
	margin-bottom: 20px;
}

.pxl-view-layout .view-icon {
	list-style-type: none;
	width: 30px;
	height: 25px;
	opacity: .33;
	margin-left: 10px;
	-webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
	-khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
	-moz-transition: .3s cubic-bezier(.24,.74,.58,1);
	-ms-transition: .3s cubic-bezier(.24,.74,.58,1);
	-o-transition: .3s cubic-bezier(.24,.74,.58,1);
	transition: .3s cubic-bezier(.24,.74,.58,1);
	background-position: 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}

.pxl-view-layout .view-icon a {
	width: 100%;
	height: 100%;
	display: block;
}

.pxl-view-layout .view-icon.view-grid {
	font-size: 0;
	background-image: url(../../themes/img/layout-grid.png);
}

.pxl-view-layout .view-icon.view-list {
	font-size: 0;
	background-image: url(../../themes/img/layout-list.png);
}

.pxl-view-layout .view-icon:hover,.pxl-view-layout .view-icon.active {
	opacity: 1;
}

.woocommerce span.onsale,.woocommerce .pxl-featured {
	min-width: inherit;
	min-height: inherit;
	font-size: 16px;
	color: #fff;
	padding: 0;
	text-align: center;
	background-color: var(--primary-color);
	font-weight: 700;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin: 0!important;
	line-height: 26px;
	padding: 0 12px!important;
	top: 15px!important;
	right: 15px!important;
	left: auto;
	font-weight: 400;
	z-index: 11;
}

.woocommerce .pxl-featured {
	position: absolute;
	top: 15px!important;
	left: 15px!important;
	right: auto!important;
	background-color: var(--regular-color);
	display: inline-block;
}

.woocommerce .woocommerce-tabs .single-lp-list {
	margin-top: 30px;
}

.woocommerce .woocommerce-tabs ul.wc-tabs {
	overflow: visible;
	padding: 0 0 0;
	margin-top: -20px;
	margin-bottom: 0;
	text-align: center;
	position: relative;
	z-index: 1;
}

@media screen and (max-width:575px) {
	.woocommerce .woocommerce-tabs ul.wc-tabs {
		border: none;
	}
}

.woocommerce .woocommerce-tabs ul.wc-tabs:before,.woocommerce .woocommerce-tabs ul.wc-tabs:after {
	display: none!important;
}

.woocommerce .woocommerce-tabs ul.wc-tabs li {
	margin: 20px 5px 0;
	padding: 0;
	background-color: initial;
	position: relative;
	z-index: 99;
}

.woocommerce .woocommerce-tabs ul.wc-tabs li:before,.woocommerce .woocommerce-tabs ul.wc-tabs li:after {
	display: none!important;
}

@media screen and (max-width:575px) {
	.woocommerce .woocommerce-tabs ul.wc-tabs li {
		display: block;
		padding: 0;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
	}

	.woocommerce .woocommerce-tabs ul.wc-tabs li a {
		display: block;
	}
}

.woocommerce .woocommerce-tabs ul.wc-tabs li a {
	padding: 0 28px;
	font-size: 18px;
	line-height: 42px;
	border: 2px solid #e8ebf0;
	border-radius: 5px!important;
	color: var(--secondary-color);
	font-weight: 400!important;
	position: relative;
	background-color: #fff;
	text-transform: uppercase;
	z-index: 1;
	background-color: initial!important;
}

.woocommerce .woocommerce-tabs ul.wc-tabs li.active>a,.woocommerce .woocommerce-tabs ul.wc-tabs li a:hover {
	color: #fff;
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes th {
	font-weight: 600!important;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description {
	line-height: 1.875;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description strong {
	font-size: 30px;
	font-weight: 700;
	color: var(--secondary-color);
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p {
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	color: #70747f;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel p:last-child {
	margin-bottom: 0;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel>h2 {
	display: none;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.panel {
	padding-top: 32px;
	margin-bottom: 0;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes {
	border: 1px solid #dee2e6;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th,.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
	border-bottom: 1px solid #dee2e6;
	font-family: inherit;
	color: #152136;
	font-weight: 400;
	font-style: normal;
	padding: 10px;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
	border-left: 1px solid #dee2e6;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-noreviews {
	margin-bottom: 25px!important;
}

.woocommerce .woocommerce-tabs .tab-product-feature-list {
	font-size: 18px;
	line-height: 34px;
}

.woocommerce .woocommerce-tabs .tab-product-feature-list .col-xl-4 {
	font-weight: 600;
}

.woocommerce .woocommerce-tabs .tab-product-feature-list .line-gap {
	margin: 0;
	width: 100%;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating {
	margin-bottom: 15px;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating label {
	margin-bottom: 10px;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating a {
	color: #999;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating .stars:hover a,.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating .stars.selected a {
	color: #efb343;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-comment label {
	margin-bottom: 8px;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
	font-size: 24px;
	margin-bottom: 12px;
	text-transform: capitalize;
	color: var(--secondary-color);
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title,.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews .nice-select {
	display: none;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form #comment {
	height: 140px;
	min-height: 140px;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .form-submit .submit {
	padding: 0 50px;
	margin-top: 20px;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments {
	width: 50%;
	padding: 0 15px;
}

@media screen and (max-width:767px) {
	.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments {
		width: 100%;
	}
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper {
	width: 50%;
	padding: 0 15px;
}

@media screen and (max-width:767px) {
	.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper {
		width: 100%;
	}
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist {
	padding: 10px 0 0;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review {
	position: relative;
	margin-bottom: 30px;
	padding: 30px;
	border: 1px solid #f2f2f2;
}

@media screen and (max-width:1199px) {
	.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review {
		padding: 20px 15px 20px 20px;
	}
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
	position: absolute;
	right: 0;
	top: 0;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating {
	display: none;
}

@media screen and (max-width:991px) {
	.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
		position: static;
		margin-bottom: 8px;
	}
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment_container {
	position: relative;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
	padding: 0;
	width: 80px;
	-webkit-border-radius: 80px;
	-khtml-border-radius: 80px;
	-moz-border-radius: 80px;
	-ms-border-radius: 80px;
	-o-border-radius: 80px;
	border-radius: 80px;
	-webkit-box-shadow: 0 5px 8px rgba(0,0,0,8%);
	-khtml-box-shadow: 0 5px 8px rgba(0,0,0,8%);
	-moz-box-shadow: 0 5px 8px rgba(0,0,0,8%);
	-ms-box-shadow: 0 5px 8px rgba(0,0,0,8%);
	-o-box-shadow: 0 5px 8px rgba(0,0,0,8%);
	box-shadow: 0 5px 8px rgba(0,0,0,8%);
}

@media screen and (max-width:575px) {
	.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
		width: 40px;
		border: none;
	}
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
	border: none;
	margin: 0;
	padding: 0 0 0 100px;
}

@media screen and (max-width:767px) {
	.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating {
		float: none;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:575px) {
	.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
		padding-left: 60px;
	}
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .course-rate {
	display: none;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .single-lp-list {
	margin-top: 30px;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
	margin: 0 0 8px;
	font-size: 16px;
}

@media screen and (max-width:575px) {
	.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
		display: block;
	}
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: var(--primary-color);
	line-height: 22px;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author {
	color: #222;
	display: block;
	line-height: 1;
	margin-bottom: 4px;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash {
	display: none;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description p {
	margin: 0;
}

.woocommerce .woocommerce-product-inner {
	background-color: #fff;
	overflow: hidden;
	position: relative;
	z-index: 1;
	border-color: #000;
	border: 1px solid #e6e7ef;
}

.woocommerce .woocommerce-product-inner:hover .woocommerce-product-header img {
	transform: scale(1.1);
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header {
	position: relative;
	overflow: hidden;
	padding: 50px 0 24px;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header img {
	width: 50%!important;
	width: auto;
	display: inline-block;
	margin: 0 auto!important;
	-webkit-transition: 300ms all ease 0ms;
	-khtml-transition: 300ms all ease 0ms;
	-moz-transition: 300ms all ease 0ms;
	-ms-transition: 300ms all ease 0ms;
	-o-transition: 300ms all ease 0ms;
	transition: 300ms all ease 0ms;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-details:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-meta {
	position: absolute;
	bottom: 35px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 4;
	display: flex;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-meta>div {
	margin: 0 4px;
	width: 40px;
	height: 40px;
	-webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
	-khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
	-moz-transition: .3s cubic-bezier(.24,.74,.58,1);
	-ms-transition: .3s cubic-bezier(.24,.74,.58,1);
	-o-transition: .3s cubic-bezier(.24,.74,.58,1);
	transition: .3s cubic-bezier(.24,.74,.58,1);
	opacity: 0;
	-webkit-transform: translateY(20px);
	-khtml-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
}

.woocommerce .woocommerce-product-inner .woocommerce-product-meta a,.woocommerce .woocommerce-product-inner .woocommerce-product-meta button {
	border-radius: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	background-color: #e9ebf0;
	display: block;
	position: relative;
	-webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
	-khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
	-moz-transition: .3s cubic-bezier(.24,.74,.58,1);
	-ms-transition: .3s cubic-bezier(.24,.74,.58,1);
	-o-transition: .3s cubic-bezier(.24,.74,.58,1);
	transition: .3s cubic-bezier(.24,.74,.58,1);
	padding: 0;
	font-size: 0;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-meta a:before,.woocommerce .woocommerce-product-inner .woocommerce-product-meta button:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-khtml-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #1d2122;
	-webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
	-khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
	-moz-transition: .3s cubic-bezier(.24,.74,.58,1);
	-ms-transition: .3s cubic-bezier(.24,.74,.58,1);
	-o-transition: .3s cubic-bezier(.24,.74,.58,1);
	transition: .3s cubic-bezier(.24,.74,.58,1);
	font-family: Caseicon;
	font-size: 18px;
	font-weight: 500;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-meta a.added,.woocommerce .woocommerce-product-inner .woocommerce-product-meta button.added {
	display: none;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-meta a.add_to_cart_button:before,.woocommerce .woocommerce-product-inner .woocommerce-product-meta button.add_to_cart_button:before {
	content: "\f145";
	font-size: 16px;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-meta a.product_type_variable:before,.woocommerce .woocommerce-product-inner .woocommerce-product-meta button.product_type_variable:before {
	content: "\f122";
	font-size: 17px;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-meta a.added_to_cart:before,.woocommerce .woocommerce-product-inner .woocommerce-product-meta button.added_to_cart:before {
	content: "\f11e";
	font-size: 16px;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-meta a.woosw-btn:before,.woocommerce .woocommerce-product-inner .woocommerce-product-meta button.woosw-btn:before {
	content: "\f12f";
}

.woocommerce .woocommerce-product-inner .woocommerce-product-meta a.woosq-btn:before,.woocommerce .woocommerce-product-inner .woocommerce-product-meta button.woosq-btn:before {
	content: "\f101";
}

.woocommerce .woocommerce-product-inner .woocommerce-product-meta a.loading,.woocommerce .woocommerce-product-inner .woocommerce-product-meta button.loading {
	opacity: 1;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-meta a.loading:before,.woocommerce .woocommerce-product-inner .woocommerce-product-meta button.loading:before {
	opacity: 0;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-meta a.loading:after,.woocommerce .woocommerce-product-inner .woocommerce-product-meta button.loading:after {
	content: '';
	width: 16px;
	height: 16px;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	border-color: transparent #000 transparent #000;
	border-width: 1px;
	border-style: solid;
	position: absolute;
	top: 50%;
	left: 40%;
	transform: translate(-50%);
	margin: auto;
	animation: pxl_spin_reverse .6s linear infinite;
	-webkit-animation: pxl_spin_reverse .6s infinite linear;
	box-sizing: border-box;
	z-index: 2;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-meta a:hover,.woocommerce .woocommerce-product-inner .woocommerce-product-meta button:hover {
	background-color: var(--regular-color);
}

.woocommerce .woocommerce-product-inner .woocommerce-product-meta a:hover:before,.woocommerce .woocommerce-product-inner .woocommerce-product-meta button:hover:before {
	color: #fff;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-meta a:hover.loading:after,.woocommerce .woocommerce-product-inner .woocommerce-product-meta button:hover.loading:after {
	border-color: transparent #fff transparent #fff;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-content {
	padding: 0 10px 51px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-content .star-rating {
	font-size: 14px;
	width: 100%;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-content .count-rating {
	display: none;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--rating {
	justify-content: center;
	display: flex;
	margin-bottom: 8px;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--rating .star-rating {
	width: 100%;
	margin: 0;
	height: 17px;
	overflow: hidden;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart a {
	margin: 0;
	line-height: 44px;
	height: 44px;
	padding: 0 28px;
	-webkit-border-radius: 44px;
	-khtml-border-radius: 44px;
	-moz-border-radius: 44px;
	-ms-border-radius: 44px;
	-o-border-radius: 44px;
	border-radius: 44px;
	display: inline-flex;
	overflow: hidden;
	background-color: var(--primary-color);
}

.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart a:before {
	background-color:;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart a:after {
	animation: pxl_spin_reverse 1s linear infinite;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart a:hover,.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart a:focus {
	background-color: var(--secondary-color);
}

.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart a i {
	margin-left: 6px;
	font-size: 16px;
	-webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
	-khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
	-moz-transition: .3s cubic-bezier(.24,.74,.58,1);
	-ms-transition: .3s cubic-bezier(.24,.74,.58,1);
	-o-transition: .3s cubic-bezier(.24,.74,.58,1);
	transition: .3s cubic-bezier(.24,.74,.58,1);
}

.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart a.added {
	display: none;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart a.loading {
	opacity: 1;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart a.loading i {
	-webkit-transform: translateX(100px);
	-khtml-transform: translateX(100px);
	-moz-transform: translateX(100px);
	-ms-transform: translateX(100px);
	-o-transform: translateX(100px);
	transform: translateX(100px);
}

.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart a.loading:after {
	right: 28px;
	top: 0;
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	transition-delay: .8s;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart a.wc-forward:after {
	content: "\f10e";
	font-family: Flaticon;
	margin-left: 6px;
}

.woocommerce .woocommerce-product-inner .woocommerce-product--rating .star-rating {
	font-size: 12px;
	height: 14px;
	color: #fab319;
	width: 100%;
}

.woocommerce .woocommerce-product-inner del {
	color: #cfcfcf;
}

.woocommerce .woocommerce-product-inner del .amount {
	font-weight: 500;
	color: #cfcfcf;
}

.woocommerce .woocommerce-product-inner ins,.woocommerce .woocommerce-product-inner .price {
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
	color: #70747f;
}

.woocommerce .woocommerce-product-inner ins .amount,.woocommerce .woocommerce-product-inner .price .amount {
	font-weight: 500;
	color: #70747f;
}

.woocommerce .woocommerce-product-inner .woocommerce-product--title {
	padding: 0!important;
	font-size: 24px;
	font-weight: 400;
	margin: 7px 0 10px;
}

.woocommerce .woocommerce-product-inner .woocommerce-product--title a {
	color: var(--secondary-color);
}

.woocommerce .woocommerce-product-inner .woocommerce-product--title a:hover {
	color: var(--primary-color);
}

.woocommerce .woocommerce-product-inner .woocommerce-product-attr {
	margin-bottom: 12px;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-attr img {
	width: auto!important;
	margin: 0!important;
}

.woocommerce .woocommerce-product-inner:hover .woocommerce-product-content .woocommerce-add-to-cart,.woocommerce .woocommerce-product-inner.cart-added .woocommerce-product-content .woocommerce-add-to-cart {
	bottom: -22px;
	opacity: 1;
	visibility: visible;
}

.woocommerce .woocommerce-product-inner:hover .woocommerce-product-meta>div {
	opacity: 1;
	-webkit-transform: translateX(0);
	-khtml-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.woocommerce .woocommerce-product-inner:hover .woocommerce-product-content .price {
	opacity: 0;
}

.woocommerce .pxl-shop-topbar-wrap {
	align-items: center;
	min-height: 62px;
	margin-bottom: 30px;
}

.woocommerce .pxl-shop-topbar-wrap .pxl-view-layout-wrap {
	order: 3;
}

.woocommerce .pxl-shop-topbar-wrap .order-md-2 {
	order: 2;
}

.woocommerce #content {
	padding: 130px 0 207px;
}

.woocommerce ins {
	background-color: initial;
	color: var(--primary-color);
}

.woocommerce .content-row #secondary.widget-has-sidebar:before {
	display: none;
}

.woocommerce .pxl-sidebar-area .widget {
	padding: 30px;
	border: 1px solid #e9ebf0;
	margin-bottom: 30px!important;
}

@media(max-width:1200px) and (min-width:991px) {
	.woocommerce .pxl-sidebar-area .widget {
		padding: 30px 20px;
	}
}

.woocommerce .pxl-sidebar-area .widget:last-child {
	margin-bottom: 0;
}

.woocommerce .pxl-sidebar-area .widget-title,.woocommerce .pxl-sidebar-area .comment-reply-title,.woocommerce .pxl-sidebar-area .comments-title {
	color: var(--secondary-color);
	font-weight: 400;
	font-size: 24px;
	margin-bottom: 6px;
	position: relative;
}

.woocommerce .pxl-sidebar-area .widget_product_categories .widget-title {
	margin-bottom: 15px;
}

.woocommerce .pxl-sidebar-area .widget_product_categories .count {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.woocommerce .pxl-sidebar-area .widget_product_categories li {
	position: relative;
}

.woocommerce .pxl-sidebar-area .widget_product_categories li a {
	padding-left: 15px;
	padding-bottom: 6px;
	font-weight: 400;
	position: relative;
	font-size: 16px;
	color: #70747f;
}

.woocommerce .pxl-sidebar-area .widget_product_categories li a:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	font-weight: 700;
	left: 0;
	margin-right: 0;
	content: "+";
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}

.woocommerce .pxl-sidebar-area .widget_product_categories li a:hover {
	color: var(--primary-color);
}

.woocommerce .pxl-sidebar-area .widget_product_categories li a:hover:before {
	color: var(--primary-color);
}

.woocommerce .pxl-sidebar-area .widget_product_search {
	padding: 0!important;
	border: 1px solid #e9ebf0;
	border-radius: 5px;
}

.woocommerce .pxl-sidebar-area .widget_product_search button {
	padding: 0;
	width: 45px;
	height: 45px;
	text-indent: -9999px;
	position: absolute;
	top: 7px;
	right: 7px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	opacity: 1;
	z-index: 3;
	color: #fff;
	font-size: 15px;
	background-color: var(--primary-color);
	background-image: none;
}

.woocommerce .pxl-sidebar-area .widget_product_search button:after {
	content: "\f12c";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-khtml-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-family: Caseicon;
	text-indent: 0;
	font-weight: 400;
	color: #fff;
}

.woocommerce .pxl-sidebar-area .widget_product_search button:hover {
	color: #fff;
	background-color: var(--secondary-color);
}

.woocommerce .pxl-sidebar-area .widget_product_search .search-field {
	border: none!important;
	color: var(--secondary-color);
	font-size: 18px;
	font-weight: 500;
	height: 60px;
}

.woocommerce .pxl-sidebar-area .widget_product_search .search-field:focus {
	border-color: var(--primary-color);
}

.woocommerce .pxl-sidebar-area .widget_product_search .search-field:focus+button {
	border-color: var(--primary-color);
}

.woocommerce .pxl-sidebar-area .widget_product_search .woocommerce-product-search {
	position: relative;
}

.woocommerce .pxl-sidebar-area .widget_product_search .woocommerce-product-search:after {
	content: '';
	z-index: 1;
	height: 60px;
	width: 60px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	top: 0;
	right: 0;
}

.single-product .woocommerce-social-share {
	padding-top: 18px;
}

.single-product .woocommerce-social-share label {
	color: #222;
	font-weight: 600;
	margin-right: 10px;
}

.single-product .woocommerce-social-share a {
	color: #6a6a6a;
	font-size: 14px;
	margin-right: 6px;
}

.single-product .woocommerce-social-share a:hover {
	color: var(--primary-color);
}

.single-product .woocommerce-summary-wrap {
	margin: 0 -25px;
}

.single-product .woocommerce-summary-wrap>.col-xl-6 {
	padding: 0 25px;
}

.single-product #shop-breadcrumb {
	padding-bottom: 46px;
}

.single-product #shop-newsletter {
	margin-top: 30px;
}

.single-product .woocommerce-sg-product-price {
	padding-top: 10px;
	margin-bottom: 25px;
}

.single-product section.related {
	padding-top: 122px;
	margin-top: 120px;
	position: relative;
}

@media screen and (max-width:991px) and (min-width:767px) {
	.single-product section.related {
		margin: 60px -15px 0;
		padding-top: 60px;
	}
}

@media screen and (max-width:767px) {
	.single-product section.related {
		margin-top: 60px;
		padding-top: 60px;
	}
}

.single-product section.related:before {
	position: absolute;
	content: '';
	width: 1e5px;
	top: 0;
	left: -4e4px;
	height: 1px;
	background-color: #e9ebf0;
}

.single-product section.related h2 {
	font-size: 42px;
	font-weight: 700;
	margin-bottom: -8px;
	position: relative;
	text-align: center;
	text-transform: capitalize;
	color: var(--secondary-color);
}

@media(max-width:575px) {
	.single-product section.related h2 {
		font-size: 30px;
	}
}

.single-product section.related ul.products {
	margin-bottom: 0;
}

.single-product section.related ul.products li.product {
	margin-bottom: 0!important;
	margin-top: 60px;
}

.single-product .pxl-content-area div.product .entry-summary {
	width: 100%!important;
	margin-bottom: 80px;
}

@media screen and (min-width:768px) {
	.single-product .pxl-content-area div.product .entry-summary {
		position: sticky;
		top: 150px;
	}
}

.single-product .pxl-content-area div.product .woocommerce-product-gallery {
	width: 100%!important;
	margin-bottom: 80px;
}

@media screen and (max-width:991px) {
	.single-product .pxl-content-area div.product .woocommerce-product-gallery {
		margin-bottom: 30px;
	}
}

.single-product .pxl-content-area div.product .woocommerce-product-details__short-description p:last-child,.single-product>div.product .woocommerce-product-details__short-description p:last-child {
	margin-bottom: 0;
}

.single-product .pxl-content-area div.product .woocommerce-sg-product-feature,.single-product>div.product .woocommerce-sg-product-feature {
	margin-bottom: 71px;
	list-style: none;
}

.single-product .pxl-content-area div.product .woocommerce-sg-product-feature li,.single-product>div.product .woocommerce-sg-product-feature li {
	display: flex;
	flex-wrap: nowrap;
}

.single-product .pxl-content-area div.product .woocommerce-sg-product-feature li i,.single-product>div.product .woocommerce-sg-product-feature li i {
	margin-right: 8px;
	margin-top: 6px;
	color: var(--primary-color);
}

.single-product .pxl-content-area div.product .woocommerce-sg-product-feature li p:last-child,.single-product>div.product .woocommerce-sg-product-feature li p:last-child {
	margin-bottom: 0;
}

.single-product .pxl-content-area div.product .woocommerce-sg-product-feature li+li,.single-product>div.product .woocommerce-sg-product-feature li+li {
	margin-top: 10px;
}

.single-product .pxl-content-area div.product form.cart,.single-product>div.product form.cart {
	margin-bottom: 20px;
}

.single-product .pxl-content-area div.product form.cart label,.single-product>div.product form.cart label {
	font-size: 20px;
	margin-bottom: 0;
	font-weight: 700;
	color: #0b1460;
	font-family: quicksand,sans-serif;
}

.single-product .pxl-content-area div.product form.cart .reset_variations,.single-product>div.product form.cart .reset_variations {
	font-weight: 700;
	color: #191919;
	font-size: 16px;
	margin-top: 6px;
	display: none;
	visibility: visible!important;
}

.single-product .pxl-content-area div.product form.cart .reset_variations:hover,.single-product>div.product form.cart .reset_variations:hover {
	color: var(--primary-color);
}

.single-product .pxl-content-area div.product form.cart .variations tr,.single-product>div.product form.cart .variations tr {
	display: flex;
	align-items: center;
	padding: 14px 0 11px;
}

.single-product .pxl-content-area div.product form.cart .variations td.label,.single-product>div.product form.cart .variations td.label {
	padding: 0;
}

.single-product .pxl-content-area div.product form.cart .variations td.label span,.single-product>div.product form.cart .variations td.label span {
	display: none;
}

.single-product .pxl-content-area div.product form.cart .variations td.woo-variation-items-wrapper,.single-product>div.product form.cart .variations td.woo-variation-items-wrapper {
	padding: 0;
}

.single-product .pxl-content-area div.product form.cart .button-variable-wrapper .button-variable-item,.single-product>div.product form.cart .button-variable-wrapper .button-variable-item {
	border-radius: 3px;
	box-shadow: 0 0 0 1px rgba(0,0,0,.12);
	background-color: #f9f9f9;
}

.single-product .pxl-content-area div.product form.cart .button-variable-wrapper .button-variable-item .variable-item-span-button,.single-product>div.product form.cart .button-variable-wrapper .button-variable-item .variable-item-span-button {
	font-size: 15px;
	line-height: 26px;
	padding: 0 8px;
	color: #383838;
}

.single-product .pxl-content-area div.product form.cart .color-variable-wrapper .color-variable-item,.single-product>div.product form.cart .color-variable-wrapper .color-variable-item {
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	opacity: 1;
}

.single-product .pxl-content-area div.product form.cart .color-variable-wrapper .color-variable-item .variable-item-span-color,.single-product>div.product form.cart .color-variable-wrapper .color-variable-item .variable-item-span-color {
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}

.single-product .pxl-content-area div.product form.cart .color-variable-wrapper .color-variable-item .variable-item-span-color:after,.single-product>div.product form.cart .color-variable-wrapper .color-variable-item .variable-item-span-color:after {
	display: none;
}

.single-product .pxl-content-area div.product form.cart.variations_form .woocommerce-variation-add-to-cart,.single-product>div.product form.cart.variations_form .woocommerce-variation-add-to-cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.single-product .pxl-content-area div.product form.cart.variations_form .woocommerce-variation-price,.single-product>div.product form.cart.variations_form .woocommerce-variation-price {
	margin: 10px 0 24px;
}

.single-product .pxl-content-area div.product form.cart.variations_form button.single_add_to_cart_button,.single-product>div.product form.cart.variations_form button.single_add_to_cart_button {
	background-color: var(--primary-color);
}

.single-product .pxl-content-area div.product form.cart:not(.variations_form),.single-product>div.product form.cart:not(.variations_form),.single-product .pxl-content-area div.product form.cart:not(.grouped_form),.single-product>div.product form.cart:not(.grouped_form) {
	display: inline-flex;
	margin: 0 0 20px;
	align-items: center;
	flex-wrap: wrap;
}

.single-product .pxl-content-area div.product form.cart .woocommerce-grouped-product-list td,.single-product>div.product form.cart .woocommerce-grouped-product-list td {
	vertical-align: middle;
}

.single-product .pxl-content-area div.product .woocommerce-gallery span.onsale,.single-product>div.product .woocommerce-gallery span.onsale {
	display: none;
}

.single-product .pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav,.single-product>div.product .woocommerce-product-gallery .flex-control-nav {
	margin-top: 8px;
	margin-left: -13px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
}

.single-product .pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav li,.single-product>div.product .woocommerce-product-gallery .flex-control-nav li {
	margin: 4px 15px;
	flex-grow: 1;
	margin-top: 20px;
}

.single-product .pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav img,.single-product>div.product .woocommerce-product-gallery .flex-control-nav img {
	opacity: 1;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
	-khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
	-moz-transition: .3s cubic-bezier(.24,.74,.58,1);
	-ms-transition: .3s cubic-bezier(.24,.74,.58,1);
	-o-transition: .3s cubic-bezier(.24,.74,.58,1);
	transition: .3s cubic-bezier(.24,.74,.58,1);
}

.single-product .pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav img.flex-active,.single-product>div.product .woocommerce-product-gallery .flex-control-nav img.flex-active {
	-webkit-box-shadow: 0 0 0 2px var(--primary-color);
	-khtml-box-shadow: 0 0 0 2px var(--primary-color);
	-moz-box-shadow: 0 0 0 2px var(--primary-color);
	-ms-box-shadow: 0 0 0 2px var(--primary-color);
	-o-box-shadow: 0 0 0 2px var(--primary-color);
	box-shadow: 0 0 0 2px var(--primary-color);
}

.single-product .pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a,.single-product>div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
	position: relative;
	display: block;
}

.single-product .pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:before,.single-product>div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:before {
	content: '';
	background-color: #000100;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	-webkit-transition: all .3s linear;
	-khtml-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.single-product .pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:after,.single-product>div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:after {
	content: "\f06e";
	font-family: "font awesome 5 pro";
	font-size: 16px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	-webkit-border-radius: 40px;
	-khtml-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
	background-color: #fff;
	text-align: center;
	color: var(--primary-color);
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0%,-50%);
	-khtml-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: all .3s linear;
	-khtml-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	opacity: 0;
}

.single-product .pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:before,.single-product>div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:before {
	opacity: .8;
}

.single-product .pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:after,.single-product>div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:after {
	opacity: 1;
}

@media screen and (max-width:1199px) {
	.single-product .pxl-content-area div.product .entry-summary,.single-product>div.product .entry-summary {
		padding-top: 0;
	}
}

.single-product .pxl-content-area div.product .entry-summary .woocommerce-sg-product-button,.single-product>div.product .entry-summary .woocommerce-sg-product-button {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.single-product .pxl-content-area div.product .entry-summary .woocommerce-sg-product-button a,.single-product>div.product .entry-summary .woocommerce-sg-product-button a,.single-product .pxl-content-area div.product .entry-summary .woocommerce-sg-product-button button,.single-product>div.product .entry-summary .woocommerce-sg-product-button button {
	line-height: 40px;
	font-size: 14px;
	padding: 0 20px;
	border-radius: 5px;
	margin-bottom: 20px;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	display: inline-flex;
	align-items: center;
}

.single-product .pxl-content-area div.product .entry-summary .woocommerce-sg-product-button a.woosw-btn:before,.single-product>div.product .entry-summary .woocommerce-sg-product-button a.woosw-btn:before,.single-product .pxl-content-area div.product .entry-summary .woocommerce-sg-product-button button.woosw-btn:before,.single-product>div.product .entry-summary .woocommerce-sg-product-button button.woosw-btn:before {
	content: "\f11a";
	font-family: Bravisicon;
	margin-right: 4px;
}

.single-product .pxl-content-area div.product .entry-summary .woocommerce-product-rating,.single-product>div.product .entry-summary .woocommerce-product-rating {
	margin-bottom: 8px;
}

.single-product .pxl-content-area div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link,.single-product>div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
	color: var(--secondary-color);
}

.single-product .pxl-content-area div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link:hover,.single-product>div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link:hover {
	color: var(--primary-color);
}

.single-product .pxl-content-area div.product .entry-summary .entry-title,.single-product>div.product .entry-summary .entry-title {
	display: none;
	font-size: 40px;
	margin-top: 10px;
	margin-bottom: 14px;
}

.single-product .pxl-content-area div.product .entry-summary .price,.single-product>div.product .entry-summary .price {
	font-size: 32px;
	line-height: 1;
	color: var(--secondary-color);
	font-weight: 400;
}

.single-product .pxl-content-area div.product .entry-summary .price ins,.single-product>div.product .entry-summary .price ins {
	margin-right: 22px;
	color: var(--secondary-color);
	text-decoration: none;
}

.single-product .pxl-content-area div.product .entry-summary .price del,.single-product>div.product .entry-summary .price del {
	color: var(--secondary-color);
}

.single-product .pxl-content-area div.product .entry-summary .price del .amount,.single-product>div.product .entry-summary .price del .amount {
	color: var(--secondary-color);
}

.single-product .pxl-content-area div.product .entry-summary .woocommerce-sg-product-excerpt,.single-product>div.product .entry-summary .woocommerce-sg-product-excerpt {
	font-size: 16px;
	line-height: 24px;
}

.single-product .pxl-content-area div.product .entry-summary .woocommerce-sg-product-excerpt .woocommerce-product-details__short-description,.single-product>div.product .entry-summary .woocommerce-sg-product-excerpt .woocommerce-product-details__short-description {
	margin-bottom: 16px;
}

.single-product .pxl-content-area div.product .entry-summary .woocommerce-sg-product-excerpt .woocommerce-product-details__short-description p,.single-product>div.product .entry-summary .woocommerce-sg-product-excerpt .woocommerce-product-details__short-description p {
	font-size: 16px;
	font-weight: 400;
	color: #70747f;
	line-height: 32px;
}

.single-product .pxl-content-area div.product .entry-summary .single_add_to_cart_button,.single-product>div.product .entry-summary .single_add_to_cart_button {
	clear: left;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	display: flex;
	margin-right: 15px;
}

.single-product .pxl-content-area div.product .entry-summary .single_add_to_cart_button.loading,.single-product>div.product .entry-summary .single_add_to_cart_button.loading {
	padding-right: 42px;
}

.single-product .pxl-content-area div.product .entry-summary .single_add_to_cart_button.loading:after,.single-product>div.product .entry-summary .single_add_to_cart_button.loading:after {
	top: 0;
	right: 14px;
}

.single-product .pxl-content-area div.product .entry-summary .single_add_to_cart_button.added:after,.single-product>div.product .entry-summary .single_add_to_cart_button.added:after {
	display: none;
}

.single-product .pxl-content-area div.product .woocommerce-tabs .single-lp-list,.single-product>div.product .woocommerce-tabs .single-lp-list {
	margin-top: 30px;
}

.single-product .pxl-content-area div.product .woocommerce-tabs ul.wc-tabs,.single-product>div.product .woocommerce-tabs ul.wc-tabs {
	overflow: visible;
	padding: 0 0 0;
	margin-bottom: 0;
	text-align: center;
	position: relative;
	z-index: 1;
}

@media screen and (max-width:575px) {
	.single-product .pxl-content-area div.product .woocommerce-tabs ul.wc-tabs,.single-product>div.product .woocommerce-tabs ul.wc-tabs {
		border: none;
	}
}

.single-product .pxl-content-area div.product .woocommerce-tabs ul.wc-tabs:before,.single-product>div.product .woocommerce-tabs ul.wc-tabs:before,.single-product .pxl-content-area div.product .woocommerce-tabs ul.wc-tabs:after,.single-product>div.product .woocommerce-tabs ul.wc-tabs:after {
	display: none!important;
}

.single-product .pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li,.single-product>div.product .woocommerce-tabs ul.wc-tabs li {
	margin: 20px 8px 0!important;
	padding: 0!important;
	border: none;
	background-color: initial!important;
	position: relative;
	z-index: 99;
}

.single-product .pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li:before,.single-product>div.product .woocommerce-tabs ul.wc-tabs li:before,.single-product .pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li:after,.single-product>div.product .woocommerce-tabs ul.wc-tabs li:after {
	display: none!important;
}

@media screen and (max-width:575px) {
	.single-product .pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li,.single-product>div.product .woocommerce-tabs ul.wc-tabs li {
		display: block;
		padding: 0;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
	}

	.single-product .pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a,.single-product>div.product .woocommerce-tabs ul.wc-tabs li a {
		display: block;
	}
}

.single-product .pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a,.single-product>div.product .woocommerce-tabs ul.wc-tabs li a {
	padding: 0 28px;
	font-size: 18px;
	line-height: 42px;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	color: var(--secondary-color);
	font-weight: 700;
	position: relative;
	background-color: #fff;
	z-index: 1;
	background-color: #f4f4f4;
}

.single-product .pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li.active>a,.single-product>div.product .woocommerce-tabs ul.wc-tabs li.active>a,.single-product .pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a:hover,.single-product>div.product .woocommerce-tabs ul.wc-tabs li a:hover {
	color: #fff!important;
	background-color: var(--primary-color)!important;
}

.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes th,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes th {
	font-weight: 600!important;
}

.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description {
	line-height: 1.875;
}

.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description strong,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description strong {
	font-size: 30px;
	font-weight: 700;
	color: var(--secondary-color);
}

.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p {
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	color:;
}

.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child {
	margin-bottom: 0;
}

.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel>h2,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel>h2 {
	display: none;
}

.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel {
	padding-top: 32px;
	margin-bottom: 0;
}

.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes {
	border: 1px solid #dee2e6;
}

.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th,.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
	border-bottom: none!important;
	font-family: inherit;
	color: #152136;
	font-weight: 400;
	font-style: normal;
	padding: 10px;
}

.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
	border-left: 1px solid #dee2e6;
}

.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-noreviews,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-noreviews {
	margin-bottom: 25px!important;
}

.single-product .pxl-content-area div.product .woocommerce-tabs .tab-product-feature-list,.single-product>div.product .woocommerce-tabs .tab-product-feature-list {
	font-size: 18px;
	line-height: 34px;
}

.single-product .pxl-content-area div.product .woocommerce-tabs .tab-product-feature-list .col-xl-4,.single-product>div.product .woocommerce-tabs .tab-product-feature-list .col-xl-4 {
	font-weight: 600;
}

.single-product .pxl-content-area div.product .woocommerce-tabs .tab-product-feature-list .line-gap,.single-product>div.product .woocommerce-tabs .tab-product-feature-list .line-gap {
	margin: 0;
	width: 100%;
}

.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating {
	margin-bottom: 15px;
}

.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating label,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating label {
	margin-bottom: 10px;
}

.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating a,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating a {
	color: #999;
}

.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating .stars:hover a,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating .stars:hover a,.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating .stars.selected a,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating .stars.selected a {
	color: #efb343;
}

.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-comment label,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-comment label {
	margin-bottom: 8px;
}

.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
	font-size: 24px;
	margin-bottom: 12px;
}

.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title,.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .nice-select,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .nice-select {
	display: none;
}

.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form #comment,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form #comment {
	height: 140px;
	min-height: 140px;
}

.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .form-submit .submit,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .form-submit .submit {
	padding: 0 50px;
	margin-top: 20px;
}

.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments {
	width: 50%;
	padding: 0 15px;
}

@media screen and (max-width:767px) {
	.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments {
		width: 100%;
	}
}

.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper {
	width: 50%;
	padding: 0 15px;
}

@media screen and (max-width:767px) {
	.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper {
		width: 100%;
	}
}

.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist {
	padding: 10px 0 0;
}

.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review {
	position: relative;
	margin-bottom: 30px;
	padding: 30px;
	border: 1px solid #f2f2f2;
}

@media screen and (max-width:1199px) {
	.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review {
		padding: 20px 15px 20px 20px;
	}
}

.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
	position: absolute;
	right: 0;
	top: 0;
}

.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating {
	display: none;
}

@media screen and (max-width:991px) {
	.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
		position: static;
		margin-bottom: 8px;
	}
}

.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment_container,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment_container {
	position: relative;
}

.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
	padding: 0;
	width: 80px;
	-webkit-border-radius: 80px;
	-khtml-border-radius: 80px;
	-moz-border-radius: 80px;
	-ms-border-radius: 80px;
	-o-border-radius: 80px;
	border-radius: 80px;
	-webkit-box-shadow: 0 5px 8px rgba(0,0,0,8%);
	-khtml-box-shadow: 0 5px 8px rgba(0,0,0,8%);
	-moz-box-shadow: 0 5px 8px rgba(0,0,0,8%);
	-ms-box-shadow: 0 5px 8px rgba(0,0,0,8%);
	-o-box-shadow: 0 5px 8px rgba(0,0,0,8%);
	box-shadow: 0 5px 8px rgba(0,0,0,8%);
}

@media screen and (max-width:575px) {
	.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
		width: 40px;
		border: none;
	}
}

.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
	border: none;
	margin: 0;
	padding: 0 0 0 100px;
}

@media screen and (max-width:767px) {
	.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating {
		float: none;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:575px) {
	.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
		padding-left: 60px;
	}
}

.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .course-rate,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .course-rate {
	display: none;
}

.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .single-lp-list,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .single-lp-list {
	margin-top: 30px;
}

.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
	margin: 0 0 8px;
	font-size: 16px;
}

@media screen and (max-width:575px) {
	.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
		display: block;
	}
}

.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: var(--primary-color);
	line-height: 22px;
}

.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author {
	color: var(--secondary-color);
	display: block;
	font-size: 18px;
	font-weight: 400!important;
	line-height: 1;
	margin-bottom: 4px;
	margin-top: 20px;
}

.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash {
	display: none;
}

.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description p,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description p {
	margin: 0;
}

.single-product .pxl-content-area div.product .quantity,.single-product>div.product .quantity {
	margin-right: 20px!important;
	border-radius: 5px;
}

.single-product .pxl-content-area div.product .product_meta,.single-product>div.product .product_meta {
	display: flex;
	flex-wrap: wrap;
	color: inherit;
}

.single-product .pxl-content-area div.product .product_meta>span,.single-product>div.product .product_meta>span {
	display: block;
	width: 100%;
	color: var(--secondary-color);
	font-weight: 400;
	font-size: 18px;
}

.single-product .pxl-content-area div.product .product_meta>span+span,.single-product>div.product .product_meta>span+span {
	margin-top: 5px;
}

.single-product .pxl-content-area div.product .product_meta>span span,.single-product>div.product .product_meta>span span,.single-product .pxl-content-area div.product .product_meta>span a,.single-product>div.product .product_meta>span a {
	font-weight: 400;
}

.single-product .pxl-content-area div.product .product_meta a,.single-product>div.product .product_meta a {
	color: #70747f;
	font-weight: 400;
	font-size: 16px;
}

.single-product .pxl-content-area div.product .product_meta a:hover,.single-product>div.product .product_meta a:hover {
	color: var(--primary-color);
}

@media screen and (min-width:768px) {
	.single-product.header-sticky .pxl-content-area div.product .entry-summary {
		top: 120px;
	}

	.single-product.header-sticky.admin-bar .pxl-content-area div.product .entry-summary {
		top: 150px;
	}
}

.single-product .quantity {
	margin-right: 10px;
	border-radius: 5px;
}

@media(max-width:991px) and (min-width:767px) {
	.single-product span.onsale {
		right: 30px!important;
	}
}

.single-product .single_add_to_cart_button {
	font-size: 18px;
	font-weight: 700;
	line-height: 40px;
	border-radius: 5px;
	line-height: 51px!important;
	padding: 5px 31px;
	text-transform: capitalize;
	background-color: var(--primary-color)!important;
}

.single-product .single_add_to_cart_button:hover {
	background-color: var(--secondary-color)!important;
}

.woocommerce-shop .entry-title {
	display: block!important;
}

.woocommerce .product {
	margin-bottom: 30px!important;
}

.widget_products ul li {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	position: relative;
	padding-top: 18px!important;
	margin-bottom: 15px;
	min-height: 80px;
}

.widget_products ul li:not(:last-child) {
	border-bottom: 1px solid #eeeff1;
	padding-bottom: 18px!important;
}

.widget_products ul li .product-title {
	margin-top: 0;
	margin-bottom: 0;
}

.widget_products ul li .product-title a {
	font-size: 18px;
	color: var(--secondary-color);
	font-weight: 400;
	line-height: 1.25;
	margin-top: 4px;
	margin-bottom: 6px;
}

.widget_products ul li .product-title a:hover {
	color: var(--primary-color);
}

.widget_products ul li .wg-product-image {
	margin-right: 15px;
	width: 68px;
	min-width: 68px;
}

.widget_products ul li .wg-product-image img {
	margin: 0;
	top: 0;
	left: 0;
	position: static;
	width: 100%;
}

body.woocommerce-cart .cart-empty.woocommerce-info {
	padding: 112px 0 0;
	background-color: initial;
	border: none;
	text-align: center!important;
	color: #222;
}

body.woocommerce-cart .cart-empty.woocommerce-info:before {
	content: "\f145";
	font-family: Caseicon;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	background-color: #f8f8f8;
	line-height: 100px;
	font-size: 30px;
	left: 50%;
	top: 0;
	transform: translate(-50%,0);
}

body.woocommerce-cart .woocommerce {
	display: flex;
	margin: 0 -15px;
	flex-wrap: wrap;
}

body.woocommerce-cart .woocommerce .woocommerce-cart-form {
	flex-grow: 1;
	padding: 0 15px;
}

body.woocommerce-cart .woocommerce .cart-collaterals {
	width: 100%;
	max-width: 370px;
	padding: 0 15px;
}

body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
	width: 100%;
}

body.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0 15px;
}

body.woocommerce-cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message,body.woocommerce-cart .woocommerce .woocommerce-notices-wrapper .woocommerce-info {
	width: 100%;
}

body.woocommerce-cart .woocommerce .cart-empty.woocommerce-info {
	width: 100%;
	text-align: left;
}

body.woocommerce-cart .woocommerce .return-to-shop {
	width: 100%;
}

body.woocommerce-cart .woocommerce-cart-form .actions .button {
	padding: 0 20px!important;
}

body.woocommerce-cart .woocommerce-cart-form table.cart td.actions .input-text {
	width: 180px!important;
	height: 55px;
	padding: 0 22px;
	font-size: 15px;
	border-color: #ececec;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

body.woocommerce-cart .woocommerce-cart-form table.cart td.actions button {
	color: #fff;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table {
	border: none;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table thead th {
	font-size: 15px;
	font-weight: 700;
	color: var(--secondary-color);
	padding: 10px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid var(--primary-color);
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td {
	text-align: left;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions {
	border-bottom: none;
	padding-left: 0;
	padding-right: 0;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name a {
	color: #152136;
	font-size: 16px;
	font-weight: 600;
	font-weight: 500;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name a:hover {
	color: var(--primary-color);
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name dl.variation {
	display: none;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-price,body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal {
	color: #152136;
	font-size: 16px;
	font-weight: 600;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-price ins,body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal ins {
	color: #152136;
	background-color: initial;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail {
	text-align: center!important;
	min-width: 120px;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a {
	display: block;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a img {
	width: 100%;
	max-width: 80px;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table {
	margin-bottom: 40px;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

@media screen and (max-width:769px) {
	body.woocommerce-cart .woocommerce-cart-form table.shop_table td {
		background-color: #fff!important;
	}
}

body.woocommerce-cart .cart-collaterals .cart_totals {
	background-color: #fff;
	padding: 40px 50px;
	-webkit-box-shadow: 0 6px 30px rgba(0,0,0,8%);
	-khtml-box-shadow: 0 6px 30px rgba(0,0,0,8%);
	-moz-box-shadow: 0 6px 30px rgba(0,0,0,8%);
	-ms-box-shadow: 0 6px 30px rgba(0,0,0,8%);
	-o-box-shadow: 0 6px 30px rgba(0,0,0,8%);
	box-shadow: 0 6px 30px rgba(0,0,0,8%);
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	width: 33.33%;
}

@media screen and (max-width:991px) {
	body.woocommerce-cart .cart-collaterals .cart_totals {
		width: 50%;
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media screen and (max-width:991px) {
	body.woocommerce-cart .cart-collaterals .cart_totals {
		padding: 30px;
		width: 100%;
	}
}

body.woocommerce-cart .cart-collaterals .cart_totals>h2 {
	font-size: 24px;
	border-bottom: 1px solid rgba(96,101,104,.15);
	margin-bottom: 20px;
	padding-bottom: 14px;
	text-transform: capitalize;
	color: var(--secondary-color);
	font-weight: 500!important;
}

body.woocommerce-cart .cart-collaterals .cart_totals th {
	vertical-align: middle!important;
	border: none!important;
	color: inherit;
	font-weight: 400;
	padding: 12px 10px 12px 0;
}

body.woocommerce-cart .cart-collaterals .cart_totals th+td {
	border-left: 1px solid #ebebeb;
}

body.woocommerce-cart .cart-collaterals .cart_totals td {
	border: none!important;
	padding: 12px 10px;
	text-align: right;
}

body.woocommerce-cart .cart-collaterals .cart_totals strong {
	font-weight: 600;
}

body.woocommerce-cart .cart-collaterals .cart_totals .order-total th,body.woocommerce-cart .cart-collaterals .cart_totals .order-total td {
	color: #222;
	font-weight: 600;
}

body.woocommerce-cart .cart-collaterals .cart_totals .shop_table {
	border: none;
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator p {
	margin-bottom: 0;
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button {
	color: var(--primary-color);
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:after {
	position: relative;
	top: 1px;
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover {
	color: var(--primary-color);
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form {
	padding-top: 10px;
}

body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
	padding-bottom: 0;
}

body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	width: 100%;
}

body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
	text-align: right;
}

.woocommerce-checkout .form-row>label {
	font-size: 20px;
	margin-bottom: 18px;
	text-transform: capitalize;
	color: var(--secondary-color);
	line-height: 1!important;
}

.woocommerce-checkout form.checkout_coupon {
	border: 1px solid #eee;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background-color: #f7f8fa;
}

.woocommerce-checkout form.checkout_coupon .form-row-first {
	width: 50%;
	padding-right: 30px;
}

.woocommerce-checkout form.checkout_coupon .form-row-last {
	width: 50%;
}

.woocommerce-checkout #add_payment_method #payment,.woocommerce-checkout #payment {
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

.woocommerce-checkout #customer_details {
	padding: 0 15px;
	width: 50%;
}

@media screen and (max-width:767px) {
	.woocommerce-checkout #customer_details {
		width: 100%;
	}
}

.woocommerce-checkout #customer_details>div {
	float: none;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
	padding: 0;
}

.woocommerce-checkout #customer_details span.woocommerce-input-wrapper {
	width: 100%;
	display: block;
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields {
	margin-bottom: 36px;
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields>h3 {
	font-size: 24px;
	margin-bottom: 18px;
	text-transform: capitalize;
	color: var(--secondary-color);
}

.woocommerce-checkout #customer_details .woocommerce-additional-fields {
	margin-bottom: 36px;
}

.woocommerce-checkout #customer_details .woocommerce-additional-fields>h3 {
	font-size: 24px;
	margin-bottom: 18px;
	text-transform: capitalize;
	color: var(--secondary-color);
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address {
	font-size: 24px;
	cursor: pointer;
	-webkit-transition: all .3s linear;
	-khtml-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address:hover {
	color: var(--primary-color);
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address #ship-to-different-address-checkbox {
	position: absolute;
	opacity: 0;
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label span:after {
	content: "\f01a";
	font-family: "font awesome 5 pro";
	margin-left: 14px;
	font-weight: 400;
}

.woocommerce-checkout #customer_details #billing_country_field label,.woocommerce-checkout #customer_details #shipping_country_field label,.woocommerce-checkout #customer_details #billing_address_1_field label,.woocommerce-checkout #customer_details #shipping_address_1_field label,.woocommerce-checkout #customer_details #order_comments_field label {
	display: none!important;
}

.woocommerce-checkout #customer_details #billing_country_field textarea,.woocommerce-checkout #customer_details #shipping_country_field textarea,.woocommerce-checkout #customer_details #billing_address_1_field textarea,.woocommerce-checkout #customer_details #shipping_address_1_field textarea,.woocommerce-checkout #customer_details #order_comments_field textarea {
	padding: 18px 30px;
}

.woocommerce-checkout form.woocommerce-checkout {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

@media screen and (max-width:991px) {
	.woocommerce-checkout form.woocommerce-checkout .about_paypal {
		display: none;
	}
}

.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
	font-size: 24px;
	font-weight: 400;
	color: var(--secondary-color)!important;
	margin-bottom: 18px;
	text-transform: capitalize;
}

.woocommerce-checkout form.woocommerce-checkout .ct-checkout-order-review {
	width: 50%;
	padding: 0 15px;
}

@media screen and (max-width:767px) {
	.woocommerce-checkout form.woocommerce-checkout .ct-checkout-order-review {
		width: 100%;
	}
}

.woocommerce-checkout form.woocommerce-checkout #order_review th {
	font-weight: 500;
	vertical-align: middle!important;
}

.woocommerce-checkout form.woocommerce-checkout #order_review th+td {
	border-left: 1px solid #ebebeb;
}

.woocommerce-checkout form.woocommerce-checkout #order_review .product-total {
	border-left: 1px solid #ebebeb;
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
	margin-bottom: 60px;
	border-right: none;
	border-top: none;
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th {
	font-weight: 700;
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th,.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td {
	border-left: none;
	font-size: 16px;
	font-weight: 400;
	color: var(--secondary-color)!important;
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td.product-total,.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .cart-subtotal td,.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .order-total td {
	font-size: 14px;
	font-weight: 700;
	color: var(--primary-color);
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment {
	background-color: #fff;
	border: none;
	-webkit-box-shadow: 0 6px 30px rgba(0,0,0,8%);
	-khtml-box-shadow: 0 6px 30px rgba(0,0,0,8%);
	-moz-box-shadow: 0 6px 30px rgba(0,0,0,8%);
	-ms-box-shadow: 0 6px 30px rgba(0,0,0,8%);
	-o-box-shadow: 0 6px 30px rgba(0,0,0,8%);
	box-shadow: 0 6px 30px rgba(0,0,0,8%);
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .about_paypal {
	margin-left: 10px;
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_method+.wc_payment_method {
	margin-top: 12px;
}

@media screen and (max-width:991px) {
	.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_method input {
		margin-right: 6px;
	}
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods {
	padding: 30px;
	border: none;
}

@media screen and (max-width:991px) {
	.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .place-order {
	padding: 30px;
	margin: 0;
	position: relative;
}

@media screen and (max-width:991px) {
	.woocommerce-checkout form.woocommerce-checkout #order_review #payment .place-order {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .place-order:before {
	content: '';
	position: absolute;
	top: 0;
	left: 30px;
	right: 30px;
	height: 1px;
	background-color: rgba(0,0,0,.1);
	display: block;
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order {
	float: none;
	margin-top: 10px;
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment div.payment_box {
	background-color: #f8f8f8;
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment div.payment_box:before {
	border-bottom-color: #f8f8f8;
}

.woocommerce-checkout #payment label {
	font-size: 16px;
	color: rgba(0,0,0,.87);
	font-weight: 600;
}

@media screen and (max-width:991px) {
	.woocommerce-checkout #payment label {
		font-size: 15px;
	}
}

.woosw-list .woosw-content-item--title a,#woosw-area .woosw-content-item--title a {
	color: #191919;
}

.woosw-list .woosw-content-item--title a:hover,#woosw-area .woosw-content-item--title a:hover {
	color: var(--primary-color);
}

.woosw-list .woosw-content-item--price,#woosw-area .woosw-content-item--price {
	color: var(--primary-color);
	font-weight: 600;
	font-size: 15px;
}

.woosw-list .woosw-content-item--add .add_to_cart_button.loading,#woosw-area .woosw-content-item--add .add_to_cart_button.loading {
	padding-right: 36px!important;
}

.woosw-list .woosw-content-item--add .add_to_cart_button.loading:after,#woosw-area .woosw-content-item--add .add_to_cart_button.loading:after {
	top: 0;
	right: 16px;
}

.widget_products .amount {
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	color: var(--primary-color);
}

.widget_products del {
	color: #cfcfcf;
}

.widget_products del .amount {
	font-weight: 500;
	color: #cfcfcf;
}

.widget_products ins {
	color: #70747f;
}

.widget_products ins .amount {
	font-weight: 500;
	color: #70747f;
}

.widget_products .star-rating-wrap {
	display: none!important;
}

.widget_products .wg-product-holder .star-rating {
	font-size: 12px;
	width: 100%;
	height: 14px;
	color: #fab319;
}

.comment-text .star-rating-wrap {
	display: none!important;
}

.comment-text .star-rating {
	font-size: 12px;
	width: 100%;
	height: 14px;
	color: #fab319;
}

.woosw-list .woosw-actions {
	display: none;
}

.woosw-list td {
	border-top: 1px solid #ececf0;
	padding: 10px;
	border-right: 1px solid #ececf0;
}

.woosw-list .woosw-item--actions {
	width: 22%;
}

.woosw-list .woosw-item--name {
	color: var(--secondary-color);
}

.woosw-list .woosw-content-mid-notice {
	text-align: center;
	color: #222;
	padding-top: 112px;
	position: relative;
}

.woosw-list .woosw-content-mid-notice:before {
	content: "\f12f";
	font-family: Caseicon;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	background-color: #f8f8f8;
	line-height: 100px;
	font-size: 30px;
	left: 50%;
	top: 0;
	transform: translate(-50%,0);
	position: absolute;
	color: var(--primary-color);
}

.woosw-list table.woosw-items .woosw-item .woosw-item--add .add_to_cart_button,.woosw-list table.woosw-items .woosw-item .woosw-item--add .added_to_cart {
	background-color: var(--primary-color);
	line-height: 40px;
	padding: 0 22px;
	font-size: 14px;
	width: auto;
	min-width: auto;
	display: inline-block;
	color: #fff;
	font-weight: 700;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

.woosw-list table.woosw-items .woosw-item .woosw-item--add .add_to_cart_button:hover,.woosw-list table.woosw-items .woosw-item .woosw-item--add .added_to_cart:hover,.woosw-list table.woosw-items .woosw-item .woosw-item--add .add_to_cart_button:focus,.woosw-list table.woosw-items .woosw-item .woosw-item--add .added_to_cart:focus {
	background-color:;
}

.woosw-list table.woosw-items .woosw-item .woosw-item--add .add_to_cart_button.added,.woosw-list table.woosw-items .woosw-item .woosw-item--add .added_to_cart.added {
	display: none;
}

@media screen and (min-width:1200px) {
	.woosw-list .woosw-content-item--actions {
		width: 22%;
	}
}

#woosw-area .woosw-content-item--add .button,#woosw-area .woosw-content-item--add .add_to_cart_button,#woosw-area .woosw-content-item--add .added_to_cart {
	line-height: 40px;
	padding: 0 18px;
	font-size: 14px;
	width: auto;
	min-width: auto;
	display: inline-block;
}

#woosw-area .woosw-content-item--add .button.added,#woosw-area .woosw-content-item--add .add_to_cart_button.added,#woosw-area .woosw-content-item--add .added_to_cart.added {
	display: none;
}

#woosw-area .woosw-content-item--info,#woosw-area .woosw-content-item--actions {
	text-align: center;
}

#woosw-area.woosw-area {
	background-color: rgba(192,192,192,.6);
}

#woosw-area.woosw-area .woosw-content {
	-webkit-box-shadow: 0 40px 60px 0 rgba(0,0,0,.2);
	-khtml-box-shadow: 0 40px 60px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 40px 60px 0 rgba(0,0,0,.2);
	-ms-box-shadow: 0 40px 60px 0 rgba(0,0,0,.2);
	-o-box-shadow: 0 40px 60px 0 rgba(0,0,0,.2);
	box-shadow: 0 40px 60px rgba(0,0,0,.2);
}

.summary .woocommerce-product-details__short-description {
	margin-bottom: 16px;
}

.summary .woocommerce-product-details__short-description p {
	font-size: 16px;
	font-weight: 400;
	color: #70747f;
	line-height: 32px;
}

@media(min-width:768px) {
	.summary {
		max-width: 460px;
	}
}

.summary .woocommerce-product-rating .star-rating {
	font-size: 12px;
	width: 100%;
	height: 14px;
	color: #fab319;
}

.summary .product_meta {
	display: grid;
}

.summary .woosw-btn {
	font-size: 0;
	position: relative;
	background-color: initial;
	border: 2px solid #eeeef4;
	border-radius: 5px;
	margin-bottom: 20px;
}

.summary .woosw-btn:before {
	position: absolute;
	content: "\f12f";
	font-family: Caseicon;
	font-size: 20px;
	top: 50%;
	color: #1b1d21;
	transform: translate(-50%,-50%);
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

.summary .woosw-btn:hover,.summary .woosw-btn:focus {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

.summary .woosw-btn:hover:before,.summary .woosw-btn:focus:before {
	color: #fff;
}

#woosq-popup .images {
	display: flex;
	align-items: center;
}

#woosq-popup .images .slick-list .slick-slide img {
	max-width: 50%;
}

#woosq-popup .entry-summary .entry-title {
	font-size: 30px!important;
	color: var(--secondary-color);
}

#woosq-popup .entry-summary .price {
	font-size: 24px!important;
}

#woosq-popup .woocommerce .thumbnails .slick-arrow {
	background-color: var(--primary-color);
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

#woosq-popup .woocommerce .thumbnails .slick-arrow:hover {
	background-color: var(--secondary-color);
}

#woosq-popup .slick-slide img {
	width: 100%;
	max-height: inherit;
}

#woosq-popup .summary-content .product_meta {
	margin-bottom: 30px;
}

#woosq-popup .summary-content .woocommerce-product-details__short-description {
	margin-bottom: 20px;
}

#woosq-popup .summary-content .woocommerce-product-details__short-description p {
	color: #70747f;
}

#woosq-popup .ps-theme-wpc>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	background-color: var(--primary-color);
	width: 3px!important;
	-webkit-border-radius: 3px!important;
	-khtml-border-radius: 3px!important;
	-moz-border-radius: 3px!important;
	-ms-border-radius: 3px!important;
	-o-border-radius: 3px!important;
	border-radius: 3px!important;
}

#woosq-popup .single_add_to_cart_button.loading {
	padding-right: 38px;
}

#woosq-popup .single_add_to_cart_button.loading:after {
	top: 0;
	right: 15px;
}

#woosq-popup .quantity .input-text {
	border-radius: 6px;
	margin-right: 5px;
	width: 60px;
	padding: 0 10px;
	-moz-appearance: textfield;
}

input {
	-moz-appearance: textfield;
}

.woocommerce-message,.woocommerce-info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	color: inherit;
	border-color: var(--primary-color);
}

@media(max-width:575px) {
	.woocommerce-message,.woocommerce-info {
		justify-content: flex-start;
	}
}

.woocommerce-message:before,.woocommerce-info:before {
	color: var(--primary-color);
}

.woocommerce-result-count,.woocommerce-ordering,.pxl-view-layout {
	margin: 0!important;
	padding: 0!important;
}

.woocommerce-ordering select::-ms-expand {
	display: none;
}

.woocommerce-ordering select {
	-webkit-appearance: none;
	appearance: none;
}

@-moz-document url-prefix() {
	.woocommerce-ordering .ui-select {
		border: 1px solid #ccc;
		border-radius: 4px;
		box-sizing: border-box;
		position: relative;
		overflow: hidden;
	}

	.woocommerce-ordering .ui-select select {
		width: 110%;
		background-position: right 30px center!important;
		border: none!important;
	}
}

.woocommerce-ordering:before {
	content: "\f0d7";
	font-family: 'font awesome 5 pro';
	font-size: 17px;
	color: #43baff;
	font-weight: 700;
	position: absolute;
	right: 40px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.woocommerce-result-count {
	color: var(--secondary-color);
	font-weight: 400;
	font-size: 20px;
}

.woocommerce-result-count .button {
	font-size: 16px;
	text-transform: capitalize;
	line-height: 20px;
	background-color: var(--primary-color);
	font-weight: 500;
	order: 2;
	color: #fff;
}

.woocommerce-result-count .button:hover {
	background-color: var(--secondary-color);
	color: #fff;
}

.woocommerce-notices-wrapper .woocommerce-message {
	color: var(--secondary-color);
	font-weight: 400;
	font-size: 20px;
}

.woocommerce-notices-wrapper .woocommerce-message .button {
	font-size: 16px;
	text-transform: capitalize;
	padding: 10px 16px!important;
	background-color: var(--primary-color)!important;
	font-weight: 500;
	order: 2;
	color: #fff;
}

.woocommerce-notices-wrapper .woocommerce-message .button:hover {
	background-color: var(--secondary-color)!important;
	color: #fff;
}

.wooscp_list .wooscp-no-result {
	text-align: center;
	font-weight: 500;
	color: #191919;
}

#respond input#submit.alt,#respond input#submit,a.button,a.wc-forward,button.button,input.button,.cart button.button,a.button.alt,.form-row button.button.alt {
	font-size: 14px;
	font-weight: 700;
	color: #fff!important;
	padding: 0 30px;
	line-height: 55px;
	-webkit-transition: all 240ms linear 0ms;
	-khtml-transition: all 240ms linear 0ms;
	-moz-transition: all 240ms linear 0ms;
	-ms-transition: all 240ms linear 0ms;
	-o-transition: all 240ms linear 0ms;
	transition: all 240ms linear 0ms;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	overflow: hidden!important;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	border: none;
	text-transform: capitalize;
	background-color: var(--primary-color);
	z-index: 1;
	-webkit-box-shadow: none!important;
	-khtml-box-shadow: none!important;
	-moz-box-shadow: none!important;
	-ms-box-shadow: none!important;
	-o-box-shadow: none!important;
	box-shadow: none!important;
}

#respond input#submit.alt:hover,#respond input#submit:hover,a.button:hover,a.wc-forward:hover,button.button:hover,input.button:hover,.cart button.button:hover,a.button.alt:hover,.form-row button.button.alt:hover,#respond input#submit.alt:focus,#respond input#submit:focus,a.button:focus,a.wc-forward:focus,button.button:focus,input.button:focus,.cart button.button:focus,a.button.alt:focus,.form-row button.button.alt:focus,#respond input#submit.alt:active,#respond input#submit:active,a.button:active,a.wc-forward:active,button.button:active,input.button:active,.cart button.button:active,a.button.alt:active,.form-row button.button.alt:active,#respond input#submit.alt:not([disabled]):not(.disabled).active,#respond input#submit:not([disabled]):not(.disabled).active,a.button:not([disabled]):not(.disabled).active,a.wc-forward:not([disabled]):not(.disabled).active,button.button:not([disabled]):not(.disabled).active,input.button:not([disabled]):not(.disabled).active,.cart button.button:not([disabled]):not(.disabled).active,a.button.alt:not([disabled]):not(.disabled).active,.form-row button.button.alt:not([disabled]):not(.disabled).active,#respond input#submit.alt:not([disabled]):not(.disabled):active,#respond input#submit:not([disabled]):not(.disabled):active,a.button:not([disabled]):not(.disabled):active,a.wc-forward:not([disabled]):not(.disabled):active,button.button:not([disabled]):not(.disabled):active,input.button:not([disabled]):not(.disabled):active,.cart button.button:not([disabled]):not(.disabled):active,a.button.alt:not([disabled]):not(.disabled):active,.form-row button.button.alt:not([disabled]):not(.disabled):active {
	outline: none;
	text-decoration: none;
	color: #fff;
	background-color: var(--secondary-color);
}

#wooscp-area .wooscp-no-result {
	text-align: center;
	font-weight: 500;
	color: #191919;
	font-size: 15px;
	padding-top: 112px;
}

#wooscp-area .wooscp-no-result:before {
	content: "\f12f";
	font-family: Caseicon;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	background-color: #f8f8f8;
	line-height: 100px;
	font-size: 30px;
	left: 50%;
	top: 0;
	transform: translate(-50%,0);
	position: absolute;
	color: var(--primary-color);
}

#wooscp-area .tr-add_to_cart .add_to_cart_button.loading,.wooscp_list .tr-add_to_cart .add_to_cart_button.loading {
	padding-right: 30px;
}

#wooscp-area .tr-add_to_cart .add_to_cart_button.loading:after,.wooscp_list .tr-add_to_cart .add_to_cart_button.loading:after {
	right: 12px;
	top: 0;
}

#wooscp-area .tr-add_to_cart .add_to_cart_button,.wooscp_list .tr-add_to_cart .add_to_cart_button,#wooscp-area .tr-add_to_cart .added_to_cart,.wooscp_list .tr-add_to_cart .added_to_cart,#wooscp-area .tr-add_to_cart .product_type_variable,.wooscp_list .tr-add_to_cart .product_type_variable {
	line-height: 40px;
	padding: 0 18px;
	font-size: 14px;
	width: auto;
	min-width: auto;
	display: inline-block;
}

#wooscp-area .tr-add_to_cart .add_to_cart_button.added,.wooscp_list .tr-add_to_cart .add_to_cart_button.added,#wooscp-area .tr-add_to_cart .added_to_cart.added,.wooscp_list .tr-add_to_cart .added_to_cart.added,#wooscp-area .tr-add_to_cart .product_type_variable.added,.wooscp_list .tr-add_to_cart .product_type_variable.added {
	display: none;
}

#wooscp-area .ps-theme-wpc>.ps-scrollbar-y-rail>.ps-scrollbar-y,.wooscp_list .ps-theme-wpc>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	background-color: var(--primary-color);
	width: 3px!important;
	-webkit-border-radius: 3px!important;
	-khtml-border-radius: 3px!important;
	-moz-border-radius: 3px!important;
	-ms-border-radius: 3px!important;
	-o-border-radius: 3px!important;
	border-radius: 3px!important;
}

#wooscp-area .wooscp_table th a,.wooscp_list .wooscp_table th a {
	color: #191919;
}

#wooscp-area .wooscp_table .td-label,.wooscp_list .wooscp_table .td-label {
	font-weight: 600;
}

#wooscp-area #wooscp_table th a,.wooscp_list #wooscp_table th a {
	color: #191919;
}

#wooscp-area #wooscp_table .td-label,.wooscp_list #wooscp_table .td-label {
	font-weight: 600;
}

#wooscp-area #wooscp_table .woocommerce-product-attributes,.wooscp_list #wooscp_table .woocommerce-product-attributes {
	border: none;
	background-color: initial!important;
}

#wooscp-area #wooscp_table .woocommerce-product-attributes th,.wooscp_list #wooscp_table .woocommerce-product-attributes th,#wooscp-area #wooscp_table .woocommerce-product-attributes td,.wooscp_list #wooscp_table .woocommerce-product-attributes td {
	padding: 0;
	border: none;
	background-color: initial!important;
}

#wooscp-area #wooscp_table .woocommerce-product-attributes th p,.wooscp_list #wooscp_table .woocommerce-product-attributes th p,#wooscp-area #wooscp_table .woocommerce-product-attributes td p,.wooscp_list #wooscp_table .woocommerce-product-attributes td p {
	margin-bottom: 0;
}

.wooscp-popup.wooscp-search {
	background-color: rgba(192,192,192,.6);
}

.wooscp-popup.wooscp-search .wooscp-popup-close {
	background-color: rgba(0,0,0,.1);
}

.wooscp-popup.wooscp-search .wooscp-popup-content {
	-webkit-box-shadow: 0 40px 60px 0 rgba(0,0,0,.2);
	-khtml-box-shadow: 0 40px 60px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 40px 60px 0 rgba(0,0,0,.2);
	-ms-box-shadow: 0 40px 60px 0 rgba(0,0,0,.2);
	-o-box-shadow: 0 40px 60px 0 rgba(0,0,0,.2);
	box-shadow: 0 40px 60px rgba(0,0,0,.2);
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr.tr-image:hover td {
	background-color: #fff;
}

body .mfp-bg.mfp-woosq.mfp-ready {
	opacity: 1;
	background-color: rgba(27,35,54,.8);
}

body .mfp-wrap #woosq-popup {
	-webkit-box-shadow: 0 40px 60px 0 rgba(0,0,0,.2);
	-khtml-box-shadow: 0 40px 60px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 40px 60px 0 rgba(0,0,0,.2);
	-ms-box-shadow: 0 40px 60px 0 rgba(0,0,0,.2);
	-o-box-shadow: 0 40px 60px 0 rgba(0,0,0,.2);
	box-shadow: 0 40px 60px rgba(0,0,0,.2);
}

.woocommerce #pxl-sidebar-area .widget_price_filter .ui-slider-horizontal {
	height: 4px;
	background-color: #e6e6e6;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

.woocommerce #pxl-sidebar-area .widget_price_filter .ui-slider .ui-slider-range {
	background-color: var(--primary-color);
}

.woocommerce #pxl-sidebar-area .widget_price_filter .ui-slider .ui-slider-handle {
	height: 10px;
	width: 10px;
	background-color: var(--primary-color);
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	top: -3px;
}

.woocommerce #pxl-sidebar-area .widget_price_filter .price_slider_amount {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce #pxl-sidebar-area .widget_price_filter .price_slider_amount .button {
	order: 2;
	line-height: 36px;
	font-size: 14px;
	letter-spacing: .05em;
}

.woocommerce #pxl-sidebar-area .widget_price_filter .price_label {
	order: 1;
	font-size: 18px;
	color: var(--secondary-color);
	font-weight: 700;
	padding-right: 20px;
}

.widget.woocommerce {
	border: 1px solid #e9ebf0;
}

.widget_price_filter .widget-title {
	margin-bottom: 26px!important;
}

.widget_price_filter .button {
	background-color: var(--secondary-color)!important;
	color: #fff!important;
	padding: 0 15px!important;
	border-radius: 5px;
}

.widget_price_filter .button:hover {
	background-color: var(--primary-color)!important;
	color: #fff!important;
}

.widget:not(.woocommerce) .widget-title,.widget:not(.woocommerce) .comment-reply-title,.widget:not(.woocommerce) .comments-title {
	color: var(--secondary-color);
	font-weight: 400;
	font-size: 24px;
	margin-bottom: 3px;
	padding-bottom: 10px;
	position: relative;
}

.widget:not(.woocommerce) .widget-title span,.widget:not(.woocommerce) .comment-reply-title span,.widget:not(.woocommerce) .comments-title span {
	position: relative;
}

.widget:not(.woocommerce) .widget-title span:before,.widget:not(.woocommerce) .comment-reply-title span:before,.widget:not(.woocommerce) .comments-title span:before {
	content: '';
	width: 40px;
	height: 4px;
	background-color: var(--primary-color);
	position: absolute;
	bottom: 5px;
	right: -60px;
}

.widget:not(.woocommerce) .widget-title span:after,.widget:not(.woocommerce) .comment-reply-title span:after,.widget:not(.woocommerce) .comments-title span:after {
	content: '';
	width: 15px;
	height: 4px;
	background-color: var(--primary-color);
	position: absolute;
	bottom: 5px;
	right: -82px;
}

.widget_product_tag_cloud .tagcloud {
	margin-top: 14px!important;
	margin-left: 0;
}

.widget_product_tag_cloud .tagcloud a {
	font-weight: 400;
	text-transform: capitalize;
	font-size: 15px!important;
	color: var(--secondary-color);
	margin: 0 6px 10px 0;
}

.widget_product_tag_cloud .tagcloud a:hover {
	background-color: var(--primary-color)!important;
}

.woocommerce .star-rating::before,.woocommerce .star-rating span::before {
	letter-spacing: 5px;
	width: 100%;
}

.woosw-btn.woosw-adding:after {
	animation: pxl_spin_reverse .6s linear infinite;
	-webkit-animation: pxl_spin_reverse .6s infinite linear;
}

.single-product .pxl-content-area div.product .entry-summary .price,.single-product>div.product .entry-summary .price {
	font-size: 32px;
	line-height: 1;
	color: var(--secondary-color);
	font-weight: 400;
}

.woocommerce-pagination {
	margin-top: -14px;
	text-align: center;
}

.woocommerce-pagination .page-numbers {
	width: 45px;
	height: 45px;
	background-color: initial;
	line-height: 44px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	margin-right: 3px;
	margin-top: 10px;
	color: var(--secondary-color);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	-webkit-border-radius: 100px;
	-khtml-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	border: 2px solid #e8e9ec;
	padding: 0;
	transition: .3s linear 0ms;
}

.woocommerce-pagination .page-numbers.next,.woocommerce-pagination .page-numbers.prev {
	font-size: 0;
}

.woocommerce-pagination .page-numbers.next:before,.woocommerce-pagination .page-numbers.prev:before {
	font-size: 11px;
	font-family: Bravisicon;
	font-weight: 700;
	transition: .3s linear 0ms!important;
}

.woocommerce-pagination .page-numbers.next:before {
	content: "\f14d";
	font-family: caseicon;
	transition: .3s linear 0ms!important;
}

.woocommerce-pagination .page-numbers.prev:before {
	font-family: caseicon;
	content: "\f136";
}

.woocommerce-pagination .page-numbers.current {
	color: #fff;
	background-color: var(--regular-color);
	border-color: var(--regular-color);
	pointer-events: none;
}

.woocommerce-pagination .page-numbers:hover {
	color: var(--primary-color);
	border-color: var(--primary-color);
}

.shop-view-list .woocommerce-product-details__short-description {
	color: #70747f;
}

.shop-view-list li.product {
	width: 100%!important;
}

.shop-view-list .woocommerce-product--excerpt {
	display: block!important;
}

.shop-view-list .woocommerce-product-inner {
	border-bottom: 1px solid #eaeaea;
	display: flex;
}

@media(max-width:767px) {
	.shop-view-list .woocommerce-product-inner {
		display: block;
	}
}

.shop-view-list .woocommerce-product-inner:hover .woocommerce-product-header img {
	transform: scale(1);
}

.shop-view-list .woocommerce-product-header {
	min-width: 300px;
	padding: 0!important;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media(max-width:767px) {
	.shop-view-list .woocommerce-product-header {
		padding-top: 50px!important;
		text-align: center;
	}
}

.shop-view-list .woocommerce-product-content {
	text-align: left!important;
	padding: 51px 20px 40px 0!important;
}

@media(max-width:767px) {
	.shop-view-list .woocommerce-product-content {
		padding: 20px 20px 40px!important;
		text-align: center!important;
	}
}

.shop-view-list .woocommerce-product-meta {
	left: 296px!important;
	transform: translateX(0)!important;
}

@media(max-width:767px) {
	.shop-view-list .woocommerce-product-meta {
		bottom: 35px!important;
		left: 50%!important;
		transform: translateX(-50%)!important;
	}
}

.flex-viewport {
	background-color: #f4f5f7!important;
}

.flex-viewport .zoomImg {
	background-color: #f4f5f7!important;
}

.woocommerce-product-gallery .flex-control-nav {
	margin-top: 8px;
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-product-gallery .flex-control-nav li {
	padding: 0;
	flex-grow: 1;
	margin: 20px;
	background-color: #f4f5f7!important;
}

.woocommerce-product-gallery .flex-control-nav img {
	opacity: 1;
	padding: 30px;
	-webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
	-khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
	-moz-transition: .3s cubic-bezier(.24,.74,.58,1);
	-ms-transition: .3s cubic-bezier(.24,.74,.58,1);
	-o-transition: .3s cubic-bezier(.24,.74,.58,1);
	transition: .3s cubic-bezier(.24,.74,.58,1);
}

.woocommerce-product-gallery .flex-control-nav img.flex-active {
	-webkit-box-shadow: 0 0 0 2px var(--primary-color);
	-khtml-box-shadow: 0 0 0 2px var(--primary-color);
	-moz-box-shadow: 0 0 0 2px var(--primary-color);
	-ms-box-shadow: 0 0 0 2px var(--primary-color);
	-o-box-shadow: 0 0 0 2px var(--primary-color);
	box-shadow: 0 0 0 2px var(--primary-color);
}

.woocommerce-product-gallery .woocommerce-product-gallery__image a {
	position: relative;
	display: block;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image a:before {
	content: '';
	background-color: #000100;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	-webkit-transition: all .3s linear;
	-khtml-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image a:after {
	content: "\f06e";
	font-family: "font awesome 5 pro";
	font-size: 16px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	-webkit-border-radius: 40px;
	-khtml-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
	background-color: #fff;
	text-align: center;
	color: var(--primary-color);
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0%,-50%);
	-khtml-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: all .3s linear;
	-khtml-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	opacity: 0;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:before {
	opacity: .8;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:after {
	opacity: 1;
}

.product-remove {
	position: relative;
	min-width: 50px;
}

.product-remove a.remove {
	font-size: 0;
	width: 26px;
	height: 26px;
	background-color: var(--primary-color);
	border-radius: 100%;
	position: relative;
}

.product-remove a.remove:before,.product-remove a.remove:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 55%;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #fff;
	transform-origin: 50% 50%;
	opacity: 1;
	-webkit-transition: transform ease .25s;
	-khtml-transition: transform ease .25s;
	-moz-transition: transform ease .25s;
	-ms-transition: transform ease .25s;
	-o-transition: transform ease .25s;
	transition: transform ease .25s;
}

.product-remove a.remove:before {
	-webkit-transform: rotate(45deg);
	-khtml-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.product-remove a.remove:after {
	-webkit-transform: rotate(-45deg);
	-khtml-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.product-remove a.remove:hover:before,.product-remove a.remove:hover:after {
	-webkit-transform: rotate(0);
	-khtml-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}

@media screen and (max-width:769px) {
	.product-remove {
		min-height: 57px;
	}
}

.woocommerce .comment-form,.woocommerce-page .comment-form {
	max-width: 100%;
}

.woocommerce .woocommerce-message,.woocommerce-page .woocommerce-message,.woocommerce .woocommerce-info,.woocommerce-page .woocommerce-info {
	color: inherit;
	border-color: var(--primary-color);
}

.woocommerce .woocommerce-message:before,.woocommerce-page .woocommerce-message:before,.woocommerce .woocommerce-info:before,.woocommerce-page .woocommerce-info:before {
	color: var(--primary-color);
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button,.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button {
	padding: 0;
	text-transform: capitalize;
	line-height: 20px;
	background-color: initial;
	color: #191919;
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button:hover,.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button:hover {
	background-color: initial;
	color: var(--primary-color);
}

.woocommerce .quantity,.woocommerce-page .quantity {
	position: relative;
	display: inline-block;
}

.woocommerce .quantity .qty,.woocommerce-page .quantity .qty {
	padding: 0 19px 0 10px;
	width: 80px!important;
	height: 51px!important;
	background-color: initial;
	font-family:;
	border: none;
	border: 2px solid #eeeef4!important;
	font-weight: 700;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	-moz-appearance: textfield;
}

.woocommerce .quantity .qty::-webkit-outer-spin-button,.woocommerce-page .quantity .qty::-webkit-outer-spin-button,.woocommerce .quantity .qty::-webkit-inner-spin-button,.woocommerce-page .quantity .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.woocommerce .quantity-icon i,.woocommerce-page .quantity-icon i {
	font-weight: 700;
	font-size: 16px;
	font-style: normal;
	color: var(--secondary-color);
	line-height: 0;
	text-align: center;
	position: absolute;
	cursor: pointer;
	font-family: "font awesome 5 pro";
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}

.woocommerce .quantity-icon i.quantity-up,.woocommerce-page .quantity-icon i.quantity-up {
	right: 20px;
	top: 21px;
}

.woocommerce .quantity-icon i.quantity-down,.woocommerce-page .quantity-icon i.quantity-down {
	right: 20px;
	top: 29px;
}

.woocommerce table.shop_table,.woocommerce-page table.shop_table {
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

.woocommerce table.shop_table td,.woocommerce-page table.shop_table td {
	padding: 20px 15px;
}

.woocommerce table.shop_table th,.woocommerce-page table.shop_table th,.woocommerce table.shop_table tbody th,.woocommerce-page table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce-page table.shop_table tfoot td,.woocommerce table.shop_table tfoot th,.woocommerce-page table.shop_table tfoot th {
	font-weight: 500;
}

@media screen and (max-width:769px) {
	.woocommerce .coupon #coupon_code,.woocommerce-page .coupon #coupon_code {
		width: 100%!important;
		margin-bottom: 10px;
		-webkit-border-radius: 50px;
		-khtml-border-radius: 50px;
		-moz-border-radius: 50px;
		-ms-border-radius: 50px;
		-o-border-radius: 50px;
		border-radius: 50px;
	}

	.woocommerce .coupon .button,.woocommerce-page .coupon .button {
		width: 100%!important;
	}
}

.woocommerce form .form-row,.woocommerce-page form .form-row {
	padding: 0 0 10px;
}

.woocommerce table.cart td.actions .coupon .input-text,.woocommerce-page table.cart td.actions .coupon .input-text {
	margin-right: 15px;
}

.woocommerce textarea,.woocommerce-page textarea {
	padding-top: 24px;
	padding-bottom: 24px;
	min-height: 140px;
}

.woocommerce .nice-select,.woocommerce-page .nice-select {
	max-width: 213px;
	border: 2px solid #ececec;
	text-align: left;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	height: 45px;
	font-weight: 500;
}

.woocommerce .nice-select span.current,.woocommerce-page .nice-select span.current {
	line-height: 30px;
}

.woocommerce .nice-select:after,.woocommerce-page .nice-select:after {
	color: var(--primary-color);
}

.woocommerce form .select2-container--default .select2-selection,.woocommerce-page form .select2-container--default .select2-selection {
	border: 1px solid #eaeaea;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	height: 55px;
}

.woocommerce form .select2-container--default .select2-selection .select2-selection__rendered,.woocommerce-page form .select2-container--default .select2-selection .select2-selection__rendered {
	line-height: 55px;
	color: var(--secondary-color);
	font-size: 18px;
	padding-left: 22px;
}

.woocommerce #respond input#submit.alt,.woocommerce-page #respond input#submit.alt,.woocommerce #respond input#submit,.woocommerce-page #respond input#submit,.woocommerce a.button,.woocommerce-page a.button,.woocommerce a.wc-forward,.woocommerce-page a.wc-forward,.woocommerce button.button,.woocommerce-page button.button,.woocommerce input.button,.woocommerce-page input.button,.woocommerce .cart button.button,.woocommerce-page .cart button.button,.woocommerce a.button.alt,.woocommerce-page a.button.alt,.woocommerce .form-row button.button.alt,.woocommerce-page .form-row button.button.alt {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	padding: 0 30px;
	line-height: 55px;
	-webkit-transition: all 240ms linear 0ms;
	-khtml-transition: all 240ms linear 0ms;
	-moz-transition: all 240ms linear 0ms;
	-ms-transition: all 240ms linear 0ms;
	-o-transition: all 240ms linear 0ms;
	transition: all 240ms linear 0ms;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	overflow: hidden!important;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	background-color: var(--primary-color);
	z-index: 1;
	-webkit-box-shadow: none!important;
	-khtml-box-shadow: none!important;
	-moz-box-shadow: none!important;
	-ms-box-shadow: none!important;
	-o-box-shadow: none!important;
	box-shadow: none!important;
}

.woocommerce #respond input#submit.alt:hover,.woocommerce-page #respond input#submit.alt:hover,.woocommerce #respond input#submit:hover,.woocommerce-page #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce-page a.button:hover,.woocommerce a.wc-forward:hover,.woocommerce-page a.wc-forward:hover,.woocommerce button.button:hover,.woocommerce-page button.button:hover,.woocommerce input.button:hover,.woocommerce-page input.button:hover,.woocommerce .cart button.button:hover,.woocommerce-page .cart button.button:hover,.woocommerce a.button.alt:hover,.woocommerce-page a.button.alt:hover,.woocommerce .form-row button.button.alt:hover,.woocommerce-page .form-row button.button.alt:hover,.woocommerce #respond input#submit.alt:focus,.woocommerce-page #respond input#submit.alt:focus,.woocommerce #respond input#submit:focus,.woocommerce-page #respond input#submit:focus,.woocommerce a.button:focus,.woocommerce-page a.button:focus,.woocommerce a.wc-forward:focus,.woocommerce-page a.wc-forward:focus,.woocommerce button.button:focus,.woocommerce-page button.button:focus,.woocommerce input.button:focus,.woocommerce-page input.button:focus,.woocommerce .cart button.button:focus,.woocommerce-page .cart button.button:focus,.woocommerce a.button.alt:focus,.woocommerce-page a.button.alt:focus,.woocommerce .form-row button.button.alt:focus,.woocommerce-page .form-row button.button.alt:focus,.woocommerce #respond input#submit.alt:active,.woocommerce-page #respond input#submit.alt:active,.woocommerce #respond input#submit:active,.woocommerce-page #respond input#submit:active,.woocommerce a.button:active,.woocommerce-page a.button:active,.woocommerce a.wc-forward:active,.woocommerce-page a.wc-forward:active,.woocommerce button.button:active,.woocommerce-page button.button:active,.woocommerce input.button:active,.woocommerce-page input.button:active,.woocommerce .cart button.button:active,.woocommerce-page .cart button.button:active,.woocommerce a.button.alt:active,.woocommerce-page a.button.alt:active,.woocommerce .form-row button.button.alt:active,.woocommerce-page .form-row button.button.alt:active,.woocommerce #respond input#submit.alt:not([disabled]):not(.disabled).active,.woocommerce-page #respond input#submit.alt:not([disabled]):not(.disabled).active,.woocommerce #respond input#submit:not([disabled]):not(.disabled).active,.woocommerce-page #respond input#submit:not([disabled]):not(.disabled).active,.woocommerce a.button:not([disabled]):not(.disabled).active,.woocommerce-page a.button:not([disabled]):not(.disabled).active,.woocommerce a.wc-forward:not([disabled]):not(.disabled).active,.woocommerce-page a.wc-forward:not([disabled]):not(.disabled).active,.woocommerce button.button:not([disabled]):not(.disabled).active,.woocommerce-page button.button:not([disabled]):not(.disabled).active,.woocommerce input.button:not([disabled]):not(.disabled).active,.woocommerce-page input.button:not([disabled]):not(.disabled).active,.woocommerce .cart button.button:not([disabled]):not(.disabled).active,.woocommerce-page .cart button.button:not([disabled]):not(.disabled).active,.woocommerce a.button.alt:not([disabled]):not(.disabled).active,.woocommerce-page a.button.alt:not([disabled]):not(.disabled).active,.woocommerce .form-row button.button.alt:not([disabled]):not(.disabled).active,.woocommerce-page .form-row button.button.alt:not([disabled]):not(.disabled).active,.woocommerce #respond input#submit.alt:not([disabled]):not(.disabled):active,.woocommerce-page #respond input#submit.alt:not([disabled]):not(.disabled):active,.woocommerce #respond input#submit:not([disabled]):not(.disabled):active,.woocommerce-page #respond input#submit:not([disabled]):not(.disabled):active,.woocommerce a.button:not([disabled]):not(.disabled):active,.woocommerce-page a.button:not([disabled]):not(.disabled):active,.woocommerce a.wc-forward:not([disabled]):not(.disabled):active,.woocommerce-page a.wc-forward:not([disabled]):not(.disabled):active,.woocommerce button.button:not([disabled]):not(.disabled):active,.woocommerce-page button.button:not([disabled]):not(.disabled):active,.woocommerce input.button:not([disabled]):not(.disabled):active,.woocommerce-page input.button:not([disabled]):not(.disabled):active,.woocommerce .cart button.button:not([disabled]):not(.disabled):active,.woocommerce-page .cart button.button:not([disabled]):not(.disabled):active,.woocommerce a.button.alt:not([disabled]):not(.disabled):active,.woocommerce-page a.button.alt:not([disabled]):not(.disabled):active,.woocommerce .form-row button.button.alt:not([disabled]):not(.disabled):active,.woocommerce-page .form-row button.button.alt:not([disabled]):not(.disabled):active {
	outline: none;
	text-decoration: none;
	color: #fff;
	background-color: var(--secondary-color);
}

@media screen and (min-width:992px) {
	.woocommerce .content-row {
		margin: 0 -15px;
	}

	.woocommerce .pxl-content-area.content-has-sidebar {
		padding-left: 15px;
		padding-right: 15px;
		flex: 0 0 75%;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		-o-flex: 0 0 75%;
		max-width: 75%;
	}

	.woocommerce #secondary.widget-has-sidebar {
		padding-left: 15px;
		padding-right: 15px;
		flex: 0 0 25%;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		-o-flex: 0 0 25%;
		max-width: 25%;
	}
}

.woocommerce .actions>.button {
	float: right;
}

form .select2-container--default .select2-selection .select2-selection__arrow {
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #8f8f8f;
}

.woocommerce-checkout th {
	border-top: 1px solid #ededed!important;
	padding: 10px;
	border-right: 1px solid #ededed!important;
}

.woocommerce-checkout td {
	border-top: 1px solid #ededed;
	padding: 10px;
	border-right: 1px solid #ededed;
}

table {
	border-bottom: 1px solid #ededed;
	border-left: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin: 0 0 32px;
	width: 100%;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

@media screen and (max-width:575px) {
	.woocommerce ul.products li.product {
		width: 100%!important;
	}
}

@media screen and (max-width:991px) and (min-width:767px) {
	.single-product .woocommerce ul.products li.product {
		width: 50%!important;
	}
}

@media screen and (max-width:991px) and (min-width:767px) {
	.single-product section.related ul.products li.product {
		margin-bottom: 0!important;
		margin: 40px auto 0;
		padding: 0 15px;
		width: 50%!important;
	}
}

.pxl-widget-cart-sidebar {
	-webkit-transition: transform .8s ease 0s;
	-khtml-transition: transform .8s ease 0s;
	-moz-transition: transform .8s ease 0s;
	-ms-transition: transform .8s ease 0s;
	-o-transition: transform .8s ease 0s;
	transition: transform .8s ease 0s;
	-webkit-transform: translateX(100%);
	-khtml-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	padding-bottom: 137px;
	background-color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 9999;
	width: 320px;
	overflow: hidden;
}

.pxl-widget-cart-sidebar .widget_shopping_title {
	font-size: 16px;
	font-weight: 700;
	color: #222;
	flex-grow: 1;
}

.pxl-widget-cart-sidebar .widget_shopping_head {
	display: flex;
	background-color: #f9f9f9;
	padding: 16px 30px;
	margin-top: -30px;
	margin-left: -30px;
	margin-right: -30px;
	margin-bottom: 20px;
	align-items: center;
}

.pxl-widget-cart-sidebar .widget_shopping_head .pxl-close {
	height: 36px;
	width: 36px;
}

.pxl-widget-cart-sidebar .pxl-close {
	position: absolute;
	top: 11px;
	right: 30px;
	z-index: 999;
}

.pxl-widget-cart-sidebar .widget_shopping_cart {
	padding: 30px 60px 0 30px;
	height: 100%;
	overflow-y: scroll;
	width: 350px;
}

.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li {
	padding: 20px 15px 15px 0;
	display: flex;
	flex-wrap: nowrap;
	border-bottom: 1px solid rgba(0,0,0,.1);
	position: relative;
}

.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:last-child {
	border: none;
	padding-bottom: 0;
}

.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty {
	font-size: 16px;
	margin-top: 40px;
	padding: 0!important;
	text-align: center;
	display: block;
}

.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty span {
	text-align: center;
	margin-bottom: 20px;
	display: block;
	margin-top: 20px;
}

.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty i {
	font-size: 32px;
	color: #555;
	width: 80px;
	height: 80px;
	background-color: #f8f8f8;
	border-radius: 80px;
	line-height: 80px;
}

.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn {
	width: 100%;
}

.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn:hover {
	color: #fff;
}

.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image {
	width: 45px;
	min-width: 45px;
	margin-right: 15px;
}

.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image a {
	display: inline-block;
}

.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image img {
	margin: 0;
	width: inherit;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,8%);
	-khtml-box-shadow: 0 3px 5px rgba(0,0,0,8%);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,8%);
	-ms-box-shadow: 0 3px 5px rgba(0,0,0,8%);
	-o-box-shadow: 0 3px 5px rgba(0,0,0,8%);
	box-shadow: 0 3px 5px rgba(0,0,0,8%);
}

.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta {
	padding-right: 12px;
}

.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 {
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 3px;
}

.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a {
	color: inherit;
}

.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a:hover {
	color: #555;
}

.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta .quantity {
	font-size: 14px;
	font-weight: 600;
}

.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button {
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	right: 0;
	width: 18px;
	height: 18px;
	text-align: center;
	-webkit-border-radius: 18px;
	-khtml-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius: 18px;
	line-height: 17px;
	color: var(--primary-color);
	font-size: 11px;
}

.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button i {
	vertical-align: middle;
}

.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:hover a.remove_from_cart_button {
	opacity: 1;
}

.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px 30px 55px;
	background-color: #fff;
}

.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total {
	border: none;
	border-top: 1px solid rgba(0,0,0,.1);
	padding-top: 15px;
	padding-bottom: 0;
	font-weight: 600;
}

.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total strong {
	font-weight: inherit;
}

.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons {
	margin: 0;
}

.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn {
	width: 100%;
	margin-right: 0;
	line-height: 48px;
	font-size: 14px;
	-webkit-border-radius: 48px;
	-khtml-border-radius: 48px;
	-moz-border-radius: 48px;
	-ms-border-radius: 48px;
	-o-border-radius: 48px;
	border-radius: 48px;
}

.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn.btn-outline {
	border: 2px solid var(--primary-color);
	background-color: initial;
	color: var(--primary-color)!important;
	line-height: 44px;
}

.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn.btn-outline:before {
	background-color: var(--primary-color);
}

.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn.btn-outline:hover,.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn.btn-outline:focus {
	color: #fff!important;
	background-color: var(--primary-color);
}

.pxl-widget-cart-wrap.open .pxl-item--overlay {
	-webkit-transform: scaleX(1);
	-khtml-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
}

.pxl-widget-cart-wrap.open .pxl-widget-cart-sidebar {
	-webkit-transform: translateX(20px);
	-khtml-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-ms-transform: translateX(20px);
	-o-transform: translateX(20px);
	transform: translateX(20px);
	transition-delay: .3s;
	-webkit-transition-delay: .3s;
	-webkit-box-shadow: 0 2px 27px rgba(54,54,54,.13);
	-khtml-box-shadow: 0 2px 27px rgba(54,54,54,.13);
	-moz-box-shadow: 0 2px 27px rgba(54,54,54,.13);
	-ms-box-shadow: 0 2px 27px rgba(54,54,54,.13);
	-o-box-shadow: 0 2px 27px rgba(54,54,54,.13);
	box-shadow: 0 2px 27px rgba(54,54,54,.13);
}

.cart-empty,.return-to-shop {
	justify-content: center;
	text-align: center;
}

@media(max-width:767px) {
	.pxl-shop-topbar-wrap {
		display: inline-grid!important;
		margin-bottom: 40px;
	}

	.pxl-shop-topbar-wrap .woocommerce-ordering {
		float: left;
		position: relative;
		margin: 20px 0 27px!important;
	}

	.pxl-shop-topbar-wrap .woocommerce-ordering:before {
		right: 20px;
	}

	.pxl-shop-topbar-wrap .pxl-view-layout-wrap .pxl-view-layout li:first-child {
		margin-left: 0;
	}
}

.select2-container--open .select2-selection--single {
	border-color: #aaa!important;
}

.pxl-grid .pxl-grid-masonry {
	position: relative;
}

.pxl-grid .grid-sizer {
	z-index: -1;
}

.pxl-grid .pxl-load-more {
	text-align: center;
	padding: 0 15px;
	margin-top: 60px;
}

@media(max-width:480px) {
	.pxl-grid .pxl-load-more {
		margin-top: 0;
	}
}

.pxl-grid .pxl-load-more .pxl-load-icon {
	margin-top: -10px;
	margin-left: 5px;
}

.pxl-grid .pxl-load-more .btn {
	-webkit-animation: pxl_ani1 .7s steps(70)forwards;
	animation: pxl_ani1 .7s steps(70)forwards;
	background-color: var(--primary-color);
	border-radius: 5px;
	display: inline-flex;
	align-items: center;
	padding: 6px 30px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	z-index: 1;
}

@media(max-width:480px) {
	.pxl-grid .pxl-load-more .btn {
		font-size: 16px;
		padding: 6px 25px;
	}
}

.pxl-grid .pxl-load-more .btn img {
	padding-left: 10px;
}

.pxl-grid .pxl-load-more .btn:before {
	background-color: #fab319!important;
}

.pxl-grid .pxl-load-more .btn:hover {
	color: #fff;
}

.pxl-grid .pxl-load-more .btn:hover img {
	animation: ar 300ms ease-out;
}

@media screen and (min-width:1200px) {
	.pxl-grid .col-xl-pxl5 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

.pxl-grid-filter1 {
	margin-bottom: 90px;
}

@media screen and (max-width:767px) {
	.pxl-grid-filter1 {
		margin-bottom: 60px;
	}
}

.pxl-grid-filter1 .filter-item {
	color: #383647;
	font-weight: 500;
	display: inline-flex;
	padding: 0 24px;
	line-height: 62px;
	cursor: pointer;
	-webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-o-transition: all .25s cubic-bezier(.645,.045,.355,1);
	transition: all .25s cubic-bezier(.645,.045,.355,1);
	min-width: 120px;
	justify-content: center;
	-webkit-border-radius: 62px;
	-khtml-border-radius: 62px;
	-moz-border-radius: 62px;
	-ms-border-radius: 62px;
	-o-border-radius: 62px;
	border-radius: 62px;
}

@media screen and (max-width:1199px) {
	.pxl-grid-filter1 .filter-item {
		line-height: 54px;
		padding: 0 18px;
	}
}

@media screen and (max-width:767px) {
	.pxl-grid-filter1 .filter-item {
		margin: 10px 2px 0;
		background-color: #f8f8f8;
		line-height: 50px;
		min-width: 90px;
		font-size: 15px;
	}
}

.pxl-grid-filter1 .filter-item:last-child {
	margin-right: 24px;
}

@media screen and (max-width:1199px) {
	.pxl-grid-filter1 .filter-item:last-child {
		margin-right: 9px;
	}
}

@media screen and (max-width:767px) {
	.pxl-grid-filter1 .filter-item:last-child {
		margin-right: 0;
	}
}

.pxl-grid-filter1 .filter-item.active {
	color: #fff;
	background-color: var(--primary-color);
	margin-right: 24px;
}

@media screen and (max-width:1199px) {
	.pxl-grid-filter1 .filter-item.active {
		margin-right: 9px;
	}
}

@media screen and (max-width:767px) {
	.pxl-grid-filter1 .filter-item.active {
		margin-right: 0;
	}
}

.pxl-grid-filter1 .filter-item.active:last-child {
	margin-right: 0;
}

.pxl-grid-filter1 .pxl--filter-inner {
	background-color: #fff;
	display: inline-block;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,5%);
	-khtml-box-shadow: 0 0 8px rgba(0,0,0,5%);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,5%);
	-ms-box-shadow: 0 0 8px rgba(0,0,0,5%);
	-o-box-shadow: 0 0 8px rgba(0,0,0,5%);
	box-shadow: 0 0 8px rgba(0,0,0,5%);
	-webkit-border-radius: 62px;
	-khtml-border-radius: 62px;
	-moz-border-radius: 62px;
	-ms-border-radius: 62px;
	-o-border-radius: 62px;
	border-radius: 62px;
}

@media screen and (max-width:767px) {
	.pxl-grid-filter1 .pxl--filter-inner {
		background-color: initial;
	}
}

@media screen and (max-width:767px) {
	.pxl-grid-filter1 .pxl--filter-inner {
		-webkit-box-shadow: none;
		-khtml-box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
	}
}

.elementor-editor-active .grid-sizer {
	display: none;
}

.pxl-col-align-start>.elementor-widget-wrap {
	justify-content: flex-start;
}

.pxl-col-align-start .elementor-inner-section>.elementor-container {
	margin-left: 0;
}

.pxl-col-align-center>.elementor-widget-wrap {
	justify-content: center;
}

.pxl-col-align-end>.elementor-widget-wrap {
	justify-content: flex-end;
}

.pxl-col-align-end .elementor-inner-section>.elementor-container {
	margin-right: 0;
}

.pxl-swiper-container {
	margin: 0 -15px;
	position: relative;
	overflow: hidden;
}

.pxl-swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.pxl-swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0 15px;
}

.pxl-swiper-arrow {
	font-size: 13px;
	color: #000;
	width: 56px;
	height: 56px;
	line-height: 56px;
	display: block;
	z-index: 2;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-khtml-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fff;
	-webkit-border-radius: 56px;
	-khtml-border-radius: 56px;
	-moz-border-radius: 56px;
	-ms-border-radius: 56px;
	-o-border-radius: 56px;
	border-radius: 56px;
	-webkit-box-shadow: 0 10px 20px rgba(49,0,122,9%);
	-khtml-box-shadow: 0 10px 20px rgba(49,0,122,9%);
	-moz-box-shadow: 0 10px 20px rgba(49,0,122,9%);
	-ms-box-shadow: 0 10px 20px rgba(49,0,122,9%);
	-o-box-shadow: 0 10px 20px rgba(49,0,122,9%);
	box-shadow: 0 10px 20px rgba(49,0,122,9%);
	-webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-o-transition: all .25s cubic-bezier(.645,.045,.355,1);
	transition: all .25s cubic-bezier(.645,.045,.355,1);
}

@media screen and (max-width:1199px) {
	.pxl-swiper-arrow {
		opacity: 0;
		visibility: hidden;
	}
}

.pxl-swiper-arrow:hover {
	color: #fff;
	background-color: var(--primary-color);
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.pxl-swiper-arrow.swiper-button-disabled {
	cursor: not-allowed;
}

.pxl-swiper-arrow.pxl-swiper-arrow-prev {
	left: -28px;
}

@media screen and (max-width:1199px) {
	.pxl-swiper-arrow.pxl-swiper-arrow-prev {
		left: 30px;
	}
}

.pxl-swiper-arrow.pxl-swiper-arrow-next {
	right: -28px;
}

@media screen and (max-width:1199px) {
	.pxl-swiper-arrow.pxl-swiper-arrow-next {
		right: 30px;
	}
}

.pxl-swiper-arrow.style2 {
	background-color: #f1f1f3;
	color: #fff;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.pxl-swiper-arrow.style2:before {
	z-index: -1;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	background-color: var(--gradient-color-from);
	background-image: -webkit-gradient(linear,right top,left top,from(var(--gradient-color-from)),to(var(--gradient-color-to)));
	background-image: -webkit-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	background-image: -moz-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	background-image: -ms-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	background-image: -o-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	background-image: linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)',endColorStr='var(--gradient-color-to)',gradientType='1');
	opacity: 0;
	-webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-o-transition: all .25s cubic-bezier(.645,.045,.355,1);
	transition: all .25s cubic-bezier(.645,.045,.355,1);
}

.pxl-swiper-arrow.style2:hover {
	background-color: #f1f1f3;
}

.pxl-swiper-arrow.style2:hover:before {
	opacity: 1;
}

.pxl-swiper-dots {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
}

.pxl-swiper-dots .pxl-swiper-pagination-bullet {
	margin: 0 12px;
	width: 8px;
	height: 8px;
	text-align: center;
	background: #cacaca;
	cursor: pointer;
	position: relative;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	-webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-o-transition: all .25s cubic-bezier(.645,.045,.355,1);
	transition: all .25s cubic-bezier(.645,.045,.355,1);
}

.pxl-swiper-dots .pxl-swiper-pagination-bullet:hover,.pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #122a00;
}

.pxl-swiper-boxshadow .pxl-carousel-inner {
	margin: 0 -30px;
}

.pxl-swiper-boxshadow .pxl-carousel-inner .pxl-swiper-container {
	padding: 0 30px;
}

.pxl-swiper-boxshadow .pxl-swiper-slide {
	-webkit-transition: opacity .25s cubic-bezier(.645,.045,.355,1);
	-khtml-transition: opacity .25s cubic-bezier(.645,.045,.355,1);
	-moz-transition: opacity .25s cubic-bezier(.645,.045,.355,1);
	-ms-transition: opacity .25s cubic-bezier(.645,.045,.355,1);
	-o-transition: opacity .25s cubic-bezier(.645,.045,.355,1);
	transition: opacity .25s cubic-bezier(.645,.045,.355,1);
}

.pxl-swiper-boxshadow .pxl-swiper-slide:not(.swiper-slide-visible) {
	opacity: 0;
}

.pxl-swiper-sliders {
	position: relative;
}

@media screen and (max-width:1199px) {
	.pxl-swiper-sliders:hover .pxl-swiper-arrow {
		opacity: 1;
		visibility: visible;
	}
}

.pxl-swiper-sliders.pxl-swiper-arrow-show .pxl-swiper-arrow {
	opacity: 1;
	visibility: visible;
}

.pxl-swiper-nogap .pxl-swiper-container {
	margin: 0;
}

.pxl-swiper-nogap .pxl-swiper-container .pxl-swiper-slide {
	padding: 0;
}

.pxl-swiper-thumbs {
	overflow: hidden;
}

.pxl-swiper-thumbs .swiper-slide {
	cursor: pointer;
}

body.rtl .pxl-swiper-arrow.pxl-swiper-arrow-next {
	right: auto;
	left: -28px;
}

body.rtl .pxl-swiper-arrow.pxl-swiper-arrow-prev {
	left: auto;
	right: -28px;
}

@font-face {
	 font-family:salsa;font-weight:300;font-style:normal;src:url(../../plugins/fonts/Salsa-Regular.ttf)format('ttf'),url(../../plugins/fonts/Salsa-Regular.ttf)format('ttf');
}

@font-face {
	 font-family:rubik;font-weight:400;font-style:normal;src:url(../../plugins/fonts/Rubik-Italic-VariableFont_wght.ttf)format('ttf'),url(../../plugins/fonts/Rubik-VariableFont_wght.ttf)format('ttf');
}

@font-face {
	font-family:mulish;font-weight:400;font-style:normal;src:url(../../plugins/fonts/Mulish-Italic-VariableFont_wght.ttf)format('ttf'),url(../../plugins/fonts/Mulish-VariableFont_wght.ttf)format('ttf');
}

@font-face {
	 font-family: rajdhani;
    font-weight: 400;
    font-style: normal;
    src: url(../../plugins/fonts/Rajdhani-Bold.ttf)format('ttf');
}

.ft-rajdhani,.woocommerce span.onsale,.woocommerce .pxl-featured {
	font-family: rajdhani!important;
	font-weight: 700;
}

.ft-salsa,.pxl-image-single .text-note .wrap .t1,.pxl-image-single .text-note .wrap .t2 {
	font-family: salsa!important;
}

.ft-mulish,.pxl-post-layout-programs-3 .pxl-grid-item .pxl-item--inner .content-right .content-excerpt,.pxl-programs-grid-layout2 .pxl-grid-item .content-excerpt,.pxl-classes-grid-layout1 .wrap-entry-body .pxl-item--content .content-excerpt,.pxl-icon-box1 .pxl-item--description,.pxl-icon-box3 .pxl-item--description,.pxl-post-carousel2 .pxl-item--holder .content-excerpt,.pxl-post-carousel3 .pxl-item--holder .content-excerpt,.pxl-programs-carousel1 .pxl-item--holder .pxl-item--content .content-excerpt,.pxl-classes-carousel1 .pxl-item--holder .pxl-item--content .content-excerpt,.pxl-image-box4 .pxl-item--inner .pxl-item--description {
	font-family: mulish!important;
}

.ft-rubik,.woocommerce .pxl-sidebar-area .widget_product_categories li a,.woocommerce .pxl-sidebar-area .widget_product_search .search-field,.single-product .pxl-content-area div.product .product_meta a,.single-product>div.product .product_meta a,.woocommerce-pagination .page-numbers {
	font-family: rubik!important;
}

html {
	box-sizing: border-box;
}

body {
	background-color: #fff;
	font-size: 16px;
	line-height: 1.625;
	color: #383838;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	font-weight: 400;
	letter-spacing: 0;
	font-family: rubik,sans-serif;
	margin: 0;
	padding: 0;
}

body.body-overflow {
	overflow: hidden;
}

a {
	-webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-o-transition: all .25s cubic-bezier(.645,.045,.355,1);
	transition: all .25s cubic-bezier(.645,.045,.355,1);
	color: var(--link-color);
}

a:before,a:after {
	-webkit-transition: inherit;
	-khtml-transition: inherit;
	-moz-transition: inherit;
	-ms-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}

a:hover,a:focus {
	color: var(--link-color-hover);
}

a:active {
	color: var(--link-color-active);
}

a,a:hover,a:focus,a:before,a:after {
	outline: none;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	font-family: salsa,sans-serif;
	color: var(--secondary-color);
	font-weight: 700;
	margin: 0 0 15px;
	clear: both;
	line-height: 1.2;
}

h1,.h1 {
	font-size: 48px;
}

h2,.h2 {
	font-size: 42px;
}

h3,.h3 {
	font-size: 32px;
}

h4,.h4 {
	font-size: 28px;
}

h5,.h5 {
	font-size: 22px;
}

h6,.h6 {
	font-size: 18px;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border-style: none;
}

p {
	margin: 0 0 15px;
	font-size: 16px;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	padding: .8075em 0;
	font-size: .875em;
	font-style: italic;
}

.gallery-caption {
	opacity: 1;
}

.wp-caption-text {
	text-align: center;
}

.alignleft,.alignright,.aligncenter {
	margin-top: 6px;
	margin-bottom: 45px;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 35px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 35px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.sticky {
	display: block;
}

.screen-reader-text {
	display: none;
}

.bypostauthor {
	display: block;
}

blockquote {
	padding: 0 0 0 120px;
	color: #b250fe;
	position: relative;
	margin-top: 8px;
	margin-bottom: 29px;
	margin-left: 0;
	font-weight: 400;
	position: relative;
}

blockquote:before {
	position: absolute;
	content: '';
	width: 61px;
	height: 46px;
	background-image: url(../../themes/img/quote-single-blog.png);
	background-size: cover;
	top: 8px;
	left: 34px;
	z-index: 0;
}

@media(max-width:767px) {
	blockquote:before {
		display: none;
	}
}

@media screen and (max-width:767px) {
	blockquote {
		padding-left: 20px;
		padding-right: 20px;
		margin-right: 0;
		font-size: 18px;
	}
}

blockquote p {
	font-size: 27px;
	line-height: 38px;
	z-index: 1;
	position: relative;
}

blockquote cite {
	display: inline-block;
	font-size: 20px;
	margin-top: 15px;
	font-style: normal;
	padding-left: 60px;
	font-weight: 400;
	position: relative;
	color: var(--secondary-color);
}

blockquote cite:before {
	position: absolute;
	content: '';
	height: 3px;
	width: 40px;
	background-color: var(--secondary-color);
	top: 13px;
	left: 0;
	border-radius: 2px;
}

blockquote p:last-child {
	margin-bottom: 0;
}

blockquote.is-style-large.wp-block-quote {
	padding: 32px 57px 32px 37px;
}

blockquote.wp-block-quote p {
	margin-bottom: 16px!important;
}

blockquote.wp-block-quote cite br {
	display: none;
}

blockquote.wp-block-quote.has-text-align-right:before {
	left: auto;
	right: 0;
}

#tslOverlay {
	background-color: initial!important;
	z-index: 999999!important;
}

@media screen and (min-width:1200px) {
	#pxl-wapper .container {
		max-width: 1200px;
		width: 100%;
	}
}

@media screen and (max-width:1199px) {
	#pxl-wapper .container {
		max-width: 100%;
	}
}

#pxl-wapper .elementor-widget:not(:last-child) {
	margin-bottom: 0;
}

@media screen and (max-width:991px) {
	#pxl-wapper #pxl-sidebar-area {
		margin-top: 60px;
	}
}

@media screen and (min-width:992px) {
	#pxl-wapper .pxl-has-sidebar.pxl-sidebar-left {
		flex-direction: row-reverse;
	}
}

#pxl-wapper .elementor-top-section:not(.elementor-section-full_width) .elementor-section.elementor-inner-section>.elementor-container {
	margin: 0 -15px;
	max-width: inherit!important;
}

@media screen and (max-width:1199px) {
	#pxl-wapper .elementor-top-section>.elementor-column-gap-extended .elementor-inner-section>.elementor-column-gap-extended {
		margin-left: -15px;
		margin-right: -15px;
	}
}

#pxl-main {
	padding: 130px 0;
}

@media screen and (max-width:1199px) {
	#pxl-main>.elementor-container {
		padding: 0 15px;
	}
}

@media(max-width:575px) {
	#pxl-main {
		padding: 60px 0;
	}
}

@media(max-width:767px) {
	#pxl-main {
		padding: 70px 0;
	}
}

@media(max-width:991px) {
	#pxl-main {
		padding: 90px 0;
	}
}

@media screen and (min-width:1200px) {
	.pxl-row-scroll-fixed>.elementor-container {
		align-items: flex-start;
		justify-content: space-between;
	}

	.pxl-row-scroll-fixed .pxl-column-sticky {
		position: sticky;
		top: 30px;
	}
}

.elementor-page #pxl-content-area.col-12,.elementor-page #pxl-footer-elementor .row>.col-12 {
	padding: 0;
}

.single-post .pxl-item--excerpt>.elementor {
	margin: 0 -15px;
}

.pxl-bg-color-left {
	z-index: 1;
}

.pxl-bg-color-left:before {
	z-index: -1;
	content: '';
	background-color: #070f01;
	position: absolute;
	top: 0;
	left: 80px;
	right: 0;
	bottom: 0;
}

@media screen and (max-width:1400px) {
	.pxl-bg-color-left:before {
		left: 0;
	}
}

#pxl-page-title-elementor {
	background-color: #fff;
}

#pxl-page-title-default {
	padding: 152px 0;
	background-color: #f6eeed;
	text-align: center;
	position: relative;
}

@media screen and (max-width:1199px) {
	#pxl-page-title-default {
		padding: 140px 0;
		background-position: 50%!important;
	}
}

#pxl-page-title-default:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(250,241,240,.85);
}

#pxl-page-title-default .container {
	z-index: 99;
}

#pxl-page-title-default .pxl-page-title {
	font-size: 48px;
	margin-bottom: 9px;
	margin-top: 110px;
}

@media screen and (max-width:1199px) {
	#pxl-page-title-default .pxl-page-title {
		font-size: 42px;
	}
}

@media screen and (max-width:767px) {
	#pxl-page-title-default .pxl-page-title {
		font-size: 36px;
	}
}

.pxl-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
	justify-content: center;
	color: #1b1b1b;
}

.pxl-breadcrumb a {
	color: inherit;
}

.pxl-breadcrumb a:hover {
	color: var(--primary-color);
}

.pxl-breadcrumb li:after {
	content: "\f14d";
	font-weight: 700;
	margin: 0 14px;
	font-weight: 700;
	color: inherit;
	font-family: Caseicon;
	font-size: 11px;
}

.pxl-breadcrumb li:last-child {
	color: var(--primary-color);
}

.pxl-breadcrumb li:last-child:before,.pxl-breadcrumb li:last-child:after {
	display: none;
}

#pxl-footer-default {
	padding: 40px 0;
	text-align: center;
	background-color: #222237;
	color: #b8b8d3;
	font-weight: 500;
}

#pxl-footer-default a {
	color: inherit;
}

#pxl-footer-default a:hover {
	color: inherit;
	text-decoration: underline;
}

.pxl-scroll-top {
	position: fixed;
	bottom: 20px;
	right: 40px;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	animation: pxl_bottom_top_small 2s linear infinite;
}

.pxl-scroll-top img {
	width: 70px;
	animation: pxl_bottom_top_small 2s linear infinite;
}

.pxl-scroll-top.pxl-on {
	bottom: 40px;
	opacity: 1;
	visibility: visible;
}

@media screen and (max-width:1199px) {
	.pxl-scroll-top.pxl-on {
		bottom: 15px;
	}
}

.pxl-scroll-top:hover,.pxl-scroll-top:focus {
	margin-bottom: 4px;
	color: #383838;
}

@media screen and (max-width:1400px) {
	.pxl-scroll-top {
		right: 20px;
	}
}

@media screen and (max-width:1199px) {
	.pxl-scroll-top {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		right: 15px;
	}
}

.pxl-footer-fixed #pxl-footer-elementor {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -1;
}

@media screen and (max-width:1199px) {
	.pxl-footer-fixed #pxl-footer-elementor {
		position: static;
	}
}

.pxl-footer-fixed #pxl-header-elementor {
	background-color: #fff;
}

.pxl-footer-fixed #pxl-main {
	background-color: #fff;
}

@media screen and (max-width:1199px) {
	.pxl-footer-fixed #pxl-main {
		margin-bottom: 0!important;
	}
}

.elementor-editor-active #pxl-header-default,.elementor-editor-active #pxl-header-elementor,.elementor-editor-active #pxl-page-title-default,.elementor-editor-active #pxl-footer-elementor,.elementor-editor-active .pxl-menu-primary .sub-menu,.elementor-editor-active .pxl-menu-primary .children,.elementor-editor-active #pxl-page-title-elementor {
	display: none;
}

.elementor-editor-active.single-footer #pxl-main,.elementor-editor-active.single-header #pxl-main {
	max-width: 1200px;
	padding: 0 15px;
	margin: auto;
}

body img.mfp-img {
	padding: 0!important;
}

body .mfp-fade.mfp-bg.mfp-ready {
	opacity: .85;
	background-color: #000;
}

body .mfp-bottom-bar {
	margin-top: 0;
}

body .mfp-wrap .mfp-container .mfp-content {
	max-width: 1170px;
	position: static;
}

body .mfp-wrap .mfp-container .mfp-content .mfp-close {
	padding: 0;
	right: 0;
	text-align: center;
	top: -36px;
	width: 36px;
	height: 36px;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background: #fff;
	cursor: pointer;
	opacity: 1;
	font-size: 0;
	border: 9px solid transparent;
	position: absolute;
}

body .mfp-wrap .mfp-container .mfp-content .mfp-close:before,body .mfp-wrap .mfp-container .mfp-content .mfp-close:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	transform-origin: 50% 50%;
	-webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-o-transition: all .25s cubic-bezier(.645,.045,.355,1);
	transition: all .25s cubic-bezier(.645,.045,.355,1);
	background-color: #222;
}

body .mfp-wrap .mfp-container .mfp-content .mfp-close:before {
	-webkit-transform: rotate(45deg);
	-khtml-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

body .mfp-wrap .mfp-container .mfp-content .mfp-close:after {
	-webkit-transform: rotate(-45deg);
	-khtml-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover:before,body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover:after {
	-webkit-transform: rotate(0);
	-khtml-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}

body .mfp-wrap .mfp-container .mfp-iframe-scaler {
	position: relative;
	overflow: visible;
}

body .mfp-wrap .mfp-container .mfp-arrow {
	position: absolute;
	background-color: var(--primary-color);
	width: 60px;
	height: 120px;
	opacity: 1;
}

body .mfp-wrap .mfp-container .mfp-arrow:before,body .mfp-wrap .mfp-container .mfp-arrow:after {
	border: none;
}

body .mfp-wrap .mfp-container .mfp-arrow:before {
	font-family: caseicon;
	font-size: 20px;
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: normal;
	position: absolute;
	top: 50%;
	display: block;
	-webkit-transform: translate(-50%,-50%);
	-khtml-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	opacity: 1;
	left: 50%;
	width: auto;
	height: auto;
}

body .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before {
	content: "\f136";
}

body .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before {
	content: "\f14d";
}

@media screen and (min-width:1200px) {
	body .mfp-wrap .mfp-container {
		padding: 0 120px;
	}
}

@media screen and (min-width:992px) {
	body.blog .pxl-content-wrap.no-sidebar .pxl-content-area,body.archive .pxl-content-wrap.no-sidebar .pxl-content-area,body.single-post .pxl-content-wrap.no-sidebar .pxl-content-area {
		margin-left: auto;
		margin-right: auto;
	}
}

.pxl-row-divider-angle-top,.pxl-row-divider-angle-bottom,.pxl-row-divider-angle-top-bottom {
	z-index: 1;
}

.pxl-row-divider-angle-top>.elementor-container,.pxl-row-divider-angle-bottom>.elementor-container,.pxl-row-divider-angle-top-bottom>.elementor-container {
	z-index: 2;
}

.pxl-row-divider-angle-top .pxl-row-angle,.pxl-row-divider-angle-bottom .pxl-row-angle,.pxl-row-divider-angle-top-bottom .pxl-row-angle {
	position: absolute;
	left: 0;
	right: 0;
}

.pxl-row-divider-angle-top .pxl-row-angle {
	top: 0;
	-webkit-transform: scaleX(-1)scaleY(-1);
	-khtml-transform: scaleX(-1)scaleY(-1);
	-moz-transform: scaleX(-1)scaleY(-1);
	-ms-transform: scaleX(-1)scaleY(-1);
	-o-transform: scaleX(-1)scaleY(-1);
	transform: scaleX(-1)scaleY(-1);
}

.pxl-row-divider-angle-bottom .pxl-row-angle {
	bottom: 0;
}

.pxl-row-divider-angle-top-bottom .pxl-row-angle-top {
	top: 0;
	-webkit-transform: scaleX(-1)scaleY(-1);
	-khtml-transform: scaleX(-1)scaleY(-1);
	-moz-transform: scaleX(-1)scaleY(-1);
	-ms-transform: scaleX(-1)scaleY(-1);
	-o-transform: scaleX(-1)scaleY(-1);
	transform: scaleX(-1)scaleY(-1);
}

.pxl-row-divider-angle-top-bottom .pxl-row-angle-bottom {
	bottom: 0;
}

@keyframes pxl_loader_digital1 {
	0% {
		left: 20%;
	}

	50% {
		left: 50%;
	}

	100% {
		left: 20%;
	}
}

@keyframes pxl_loader_digital2 {
	0% {
		left: 80%;
	}

	50% {
		left: 50%;
	}

	100% {
		left: 80%;
	}
}

.pxl-loader {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}

.pxl-loader .pxl-loader-effect {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-khtml-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

@media(min-width:1024px) {
	.pxl-loader .pxl-loader-effect {
		max-width: 30%;
	}
}

@media(min-width:1500px) {
	.pxl-loader .pxl-loader-effect {
		max-width: 25%;
	}
}

.pxl-loader.style-digital .pxl-loader-effect {
	filter: url(#pxl-svg-digital);
	position: absolute;
	width: 160px;
	height: 160px;
	opacity: .8;
}

.pxl-loader.style-digital .pxl-circle-1,.pxl-loader.style-digital .pxl-circle-2 {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-khtml-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 40px;
	height: 40px;
	border-radius: 100%;
	animation: pxl_loader_digital1 cubic-bezier(.77,0,.175,1)2.5s infinite;
	background: var(--gradient-color-to);
}

.pxl-loader.style-digital .pxl-circle-2 {
	animation-name: pxl_loader_digital2;
	background: var(--gradient-color-from);
}

.pxl-loader.style-software {
	background-image: -webkit-linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	background-image: -moz-linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	background-image: -ms-linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	background-image: -o-linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	background-image: linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)',endColorStr='var(--gradient-color-to) 50%');
}

.pxl-loader.style-software .pxl-loader-effect {
	width: 45px;
	height: 45px;
}

.pxl-loader.style-software .pxl-bounce-1,.pxl-loader.style-software .pxl-bounce-2 {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: pxl_loader_bounce 2s infinite ease-in-out;
	animation: pxl_loader_bounce 2s infinite ease-in-out;
}

.pxl-loader.style-software .pxl-bounce-2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

@media(min-width:1200px) {
	.pxl-mega-menu {
		min-width: 1170px!important;
	}
}

.pxl-mega-menu:before {
	display: none!important;
}

.post .pxl-showcase .notification,.page .pxl-showcase .notification,.pxl-showcase .notification {
	box-shadow: rgba(0,0,0,.24)0 3px 8px;
	line-height: 33px;
	height: 33px;
	font-size: 13px;
	font-weight: 700;
	color: #14287b;
	background-color: #ffd532;
	position: absolute;
	width: 180px;
	padding: 0 10px;
	-webkit-transform: rotate(-45deg);
	-khtml-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 25px;
	left: -48px;
	font-family: poppins,sans-serif;
	text-align: center;
	text-transform: uppercase;
}

.post .pxl-showcase.layout1 a,.page .pxl-showcase.layout1 a,.pxl-showcase.layout1 a {
	text-align: center!important;
}

.post .pxl-showcase.layout1 .item-feature,.page .pxl-showcase.layout1 .item-feature,.pxl-showcase.layout1 .item-feature {
	margin-bottom: 35px;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}

.post .pxl-showcase.layout1 .item-feature img,.page .pxl-showcase.layout1 .item-feature img,.pxl-showcase.layout1 .item-feature img {
	width: 100%;
}

.post .pxl-showcase.layout1 .item-feature:after,.page .pxl-showcase.layout1 .item-feature:after,.pxl-showcase.layout1 .item-feature:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	background-color: rgba(0,0,0,.49);
	z-index: 1;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	opacity: 0;
}

.post .pxl-showcase.layout1 .item-title,.page .pxl-showcase.layout1 .item-title,.pxl-showcase.layout1 .item-title {
	font-size: 18px;
	color: var(--secondary-color);
	text-transform: uppercase;
	font-weight: 400;
}

.post .pxl-showcase.layout1 .item-title a,.page .pxl-showcase.layout1 .item-title a,.pxl-showcase.layout1 .item-title a {
	font-size: inherit;
	font-weight: 400;
	color: var(--secondary-color);
}

.post .pxl-showcase.layout1 .item-title a:hover,.page .pxl-showcase.layout1 .item-title a:hover,.pxl-showcase.layout1 .item-title a:hover {
	padding-left: 0;
	color: var(--primary-color);
}

.post .pxl-showcase.layout1 .item-title a:before,.page .pxl-showcase.layout1 .item-title a:before,.pxl-showcase.layout1 .item-title a:before {
	display: none;
}

.post .pxl-showcase.layout1 .pxl-item-links,.page .pxl-showcase.layout1 .pxl-item-links,.pxl-showcase.layout1 .pxl-item-links {
	opacity: 0;
	position: absolute;
	z-index: 2;
	top: 100%;
	left: 0;
	position: 0;
	-webkit-transform: translateY(-50%);
	-khtml-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	-webkit-transition: all 200ms linear 0ms;
	-khtml-transition: all 200ms linear 0ms;
	-moz-transition: all 200ms linear 0ms;
	-ms-transition: all 200ms linear 0ms;
	-o-transition: all 200ms linear 0ms;
	transition: all 200ms linear 0ms;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.post .pxl-showcase.layout1 .pxl-item-links a,.page .pxl-showcase.layout1 .pxl-item-links a,.pxl-showcase.layout1 .pxl-item-links a {
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	text-transform: uppercase;
	min-width: 100px;
	background-color: var(--secondary-color);
	line-height: 40px;
	padding: 0 10px;
	margin: 5px;
	color: #fff;
	font-size: 13px;
	overflow: hidden;
	position: relative;
	padding-left: 10px!important;
	text-align: center!important;
}

.post .pxl-showcase.layout1 .pxl-item-links a:before,.page .pxl-showcase.layout1 .pxl-item-links a:before,.pxl-showcase.layout1 .pxl-item-links a:before {
	display: none;
}

.post .pxl-showcase.layout1 .pxl-item-links a:after,.page .pxl-showcase.layout1 .pxl-item-links a:after,.pxl-showcase.layout1 .pxl-item-links a:after {
	content: "";
	background: #fff;
	-webkit-transition: all .5s;
	-khtml-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	position: absolute;
	height: 120%;
	width: 15px;
	opacity: .2;
	left: -35%;
	top: -10%;
	-webkit-transform: rotate(0);
	-khtml-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}

.post .pxl-showcase.layout1 .pxl-item-links a:hover,.page .pxl-showcase.layout1 .pxl-item-links a:hover,.pxl-showcase.layout1 .pxl-item-links a:hover {
	background-color: var(--primary-color);
}

.post .pxl-showcase.layout1 .pxl-item-links a:hover span,.page .pxl-showcase.layout1 .pxl-item-links a:hover span,.pxl-showcase.layout1 .pxl-item-links a:hover span {
	color: #fff;
}

.post .pxl-showcase.layout1 .pxl-item-links a:hover:after,.page .pxl-showcase.layout1 .pxl-item-links a:hover:after,.pxl-showcase.layout1 .pxl-item-links a:hover:after {
	left: 130%;
}

.post .pxl-showcase.layout1 .pxl-item-links a span,.page .pxl-showcase.layout1 .pxl-item-links a span,.pxl-showcase.layout1 .pxl-item-links a span {
	margin-top: 0;
}

.post .pxl-showcase.layout1 .inner-box,.page .pxl-showcase.layout1 .inner-box,.pxl-showcase.layout1 .inner-box {
	text-align: center;
}

.post .pxl-showcase.layout1:hover .item-feature:after,.page .pxl-showcase.layout1:hover .item-feature:after,.pxl-showcase.layout1:hover .item-feature:after {
	opacity: 1;
}

.post .pxl-showcase.layout1:hover .item-feature img,.page .pxl-showcase.layout1:hover .item-feature img,.pxl-showcase.layout1:hover .item-feature img {
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

.post .pxl-showcase.layout1:hover .pxl-item-links,.page .pxl-showcase.layout1:hover .pxl-item-links,.pxl-showcase.layout1:hover .pxl-item-links {
	top: 50%;
	opacity: 1;
}

.post .pxl-showcase.layout2 .inner-box,.page .pxl-showcase.layout2 .inner-box,.pxl-showcase.layout2 .inner-box {
	text-align: center;
	position: relative;
}

.post .pxl-showcase.layout2 .item-feature,.page .pxl-showcase.layout2 .item-feature,.pxl-showcase.layout2 .item-feature {
	margin-bottom: 35px;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 0 15px rgba(10,50,229,.19);
	-khtml-box-shadow: 0 0 15px rgba(10,50,229,.19);
	-moz-box-shadow: 0 0 15px rgba(10,50,229,.19);
	-ms-box-shadow: 0 0 15px rgba(10,50,229,.19);
	-o-box-shadow: 0 0 15px rgba(10,50,229,.19);
	box-shadow: 0 0 15px rgba(10,50,229,.19);
}

.post .pxl-showcase.layout2 .item-feature img,.page .pxl-showcase.layout2 .item-feature img,.pxl-showcase.layout2 .item-feature img {
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

.post .pxl-showcase.layout2 .item-feature:after,.page .pxl-showcase.layout2 .item-feature:after,.pxl-showcase.layout2 .item-feature:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	z-index: 1;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	background-color: rgba(39,162,45,.49);
	z-index: 2;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	opacity: 0;
}

.post .pxl-showcase.layout2 .pxl-item-links,.page .pxl-showcase.layout2 .pxl-item-links,.pxl-showcase.layout2 .pxl-item-links {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-khtml-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: 50px;
}

.post .pxl-showcase.layout2 .pxl-item-links a,.page .pxl-showcase.layout2 .pxl-item-links a,.pxl-showcase.layout2 .pxl-item-links a {
	overflow: hidden;
	opacity: 0;
	display: inline-block;
	background-color: var(--primary-color);
	line-height: 50px;
	padding: 0 25px;
	-webkit-border-radius: 35px;
	-khtml-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
	border-radius: 35px;
	color: #fff;
	font-size: 16px;
}

.post .pxl-showcase.layout2 .pxl-item-links a:after,.page .pxl-showcase.layout2 .pxl-item-links a:after,.pxl-showcase.layout2 .pxl-item-links a:after {
	content: "";
	background: #fff;
	-webkit-transition: all .5s;
	-khtml-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	position: absolute;
	height: 120%;
	width: 15px;
	opacity: .2;
	left: -35%;
	top: -10%;
	-webkit-transform: rotate(15deg);
	-khtml-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	transform: rotate(15deg);
}

.post .pxl-showcase.layout2 .pxl-item-links a:hover span,.page .pxl-showcase.layout2 .pxl-item-links a:hover span,.pxl-showcase.layout2 .pxl-item-links a:hover span {
	color: #fff;
}

.post .pxl-showcase.layout2 .pxl-item-links a:hover:after,.page .pxl-showcase.layout2 .pxl-item-links a:hover:after,.pxl-showcase.layout2 .pxl-item-links a:hover:after {
	left: 130%;
}

.post .pxl-showcase.layout2 .pxl-item-links a span,.page .pxl-showcase.layout2 .pxl-item-links a span,.pxl-showcase.layout2 .pxl-item-links a span {
	margin-top: 0;
}

.post .pxl-showcase.layout2 .pxl-item-links a+a,.page .pxl-showcase.layout2 .pxl-item-links a+a,.pxl-showcase.layout2 .pxl-item-links a+a {
	margin-left: 10px;
}

.post .pxl-showcase.layout2 .pxl-item-links a.link-1,.page .pxl-showcase.layout2 .pxl-item-links a.link-1,.pxl-showcase.layout2 .pxl-item-links a.link-1 {
	-webkit-transform: translateY(-120px);
	-khtml-transform: translateY(-120px);
	-moz-transform: translateY(-120px);
	-ms-transform: translateY(-120px);
	-o-transform: translateY(-120px);
	transform: translateY(-120px);
}

.post .pxl-showcase.layout2 .pxl-item-links a.link-2,.page .pxl-showcase.layout2 .pxl-item-links a.link-2,.pxl-showcase.layout2 .pxl-item-links a.link-2 {
	-webkit-transform: translateY(120px);
	-khtml-transform: translateY(120px);
	-moz-transform: translateY(120px);
	-ms-transform: translateY(120px);
	-o-transform: translateY(120px);
	transform: translateY(120px);
}

.post .pxl-showcase.layout2 .item-title,.page .pxl-showcase.layout2 .item-title,.pxl-showcase.layout2 .item-title {
	font-size: 18px;
}

.post .pxl-showcase.layout2:hover .item-feature:after,.page .pxl-showcase.layout2:hover .item-feature:after,.pxl-showcase.layout2:hover .item-feature:after {
	opacity: 1;
}

.post .pxl-showcase.layout2:hover .item-feature img,.page .pxl-showcase.layout2:hover .item-feature img,.pxl-showcase.layout2:hover .item-feature img {
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

.post .pxl-showcase.layout2:hover .pxl-item-links a,.page .pxl-showcase.layout2:hover .pxl-item-links a,.pxl-showcase.layout2:hover .pxl-item-links a {
	opacity: 1;
}

.post .pxl-showcase.layout2:hover .pxl-item-links a.link-1,.page .pxl-showcase.layout2:hover .pxl-item-links a.link-1,.pxl-showcase.layout2:hover .pxl-item-links a.link-1 {
	-webkit-transform: translateY(0);
	-khtml-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.post .pxl-showcase.layout2:hover .pxl-item-links a.link-2,.page .pxl-showcase.layout2:hover .pxl-item-links a.link-2,.pxl-showcase.layout2:hover .pxl-item-links a.link-2 {
	-webkit-transform: translateY(0);
	-khtml-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

@media(max-width:767px) {
	.pxl-wapper {
		overflow-x: hidden;
	}
}

.fs-17 {
	font-size: 17px;
}

.lt-4 {
	letter-spacing: -.03em!important;
}

.pxl-text-center {
	text-align: center;
}

.pxl-text-left {
	text-align: left;
}

.pxl-text-right {
	text-align: right;
}

.pxl-img--mask {
	width: 100px;
	height: 100px;
	position: relative;
}

.pxl-img--mask .pxl--mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-mask-repeat: no-repeat;
	-ms-mask-repeat: no-repeat;
	-o-mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	-ms-mask-position: center center;
	-o-mask-position: center center;
	mask-position: center center;
	mask-size: cover;
	-webkit-mask-size: cover;
}

.pxl-flex-grow {
	flex-grow: 1;
}

.pxl-icon--plus {
	height: 10px;
	width: 10px;
	position: relative;
}

.pxl-icon--plus:before,.pxl-icon--plus:after {
	content: '';
	background-color: #fff;
	position: absolute;
	-webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-o-transition: all .25s cubic-bezier(.645,.045,.355,1);
	transition: all .25s cubic-bezier(.645,.045,.355,1);
}

.pxl-icon--plus:before {
	width: 10px;
	height: 2px;
	top: 4px;
	left: 0;
}

.pxl-icon--plus:after {
	width: 2px;
	height: 10px;
	left: 4px;
	top: 0;
}

.pxl-inline-flex {
	display: inline-flex;
	align-items: center;
}

.pxl-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.pxl-widget-flex>.elementor-widget-container>div {
	display: flex;
}

.el-empty:empty {
	display: none!important;
}

.pxl-spill,.pxl-swiper-arrow.style2:before,.pxl-gallery .pxl--item-inner.video-active:before,.pxl-button-video1.style2:after,.pxl-icon1.hv-style-gradient a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pxl-middle,.revslider-initialised .kinco-arrows-1.tparrows:before,.pxl-icon1.style-round-box a i,.pxl-icon-box2.style6 .pxl-item--icon *,.pxl-video-player .pxl-box--icon i,.pxl-video-player1 .btn-video i,.pxl-swiper-arrow-style4 .pxl-swiper-arrow i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-khtml-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.pxl-icon--middle {
	position: relative;
}

.pxl-icon--middle * {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-khtml-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.pxl-item--flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.pxl-item--flexnw {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.color-inherit {
	color: inherit;
}

.color-inherit:hover {
	color: inherit;
}

.color-primary {
	color: var(--primary-color);
}

.text-gradient,blockquote cite span,.pxl-breadcrumb li:after,.pxl-item--post .pxl-item--category a,body.rtl #pxl-page-title-default .pxl-breadcrumb li:before,.btn.btn-text-gradient .pxl--btn-text,.pxl-btn-line i,.pxl-btn-line:hover span,.pxl-heading .highlight-text-gradient .pxl-title--highlight,.pxl-heading .pxl-item--subtitle.sub-text-gradient span,.pxl-button-video1.style1 i,.pxl-pagination1 a:hover span,.pxl-pagination1 a:hover i,.pxl-title-effect.pxl-type-gradient .pxl-item--title,.pxl-nav-menu.hv-style2 .pxl-menu-primary>li:hover>a,.pxl-nav-menu.hv-style2 .pxl-menu-primary>li.current_page_item>a,.pxl-nav-menu.hv-style2 .pxl-menu-primary>li.current-menu-item>a,.pxl-nav-menu.hv-style2 .pxl-menu-primary>li.current_page_ancestor>a,.pxl-nav-menu.hv-style2 .pxl-menu-primary>li.current-menu-ancestor>a,.pxl-icon-box2.style1 .pxl-item--icon i,.pxl-icon-box2.style1 .pxl-item--title span,.pxl-icon-box2.style2 .pxl-item--icon i,.pxl-icon-box2.style3 .pxl-item--icon i,.pxl-icon-box2.style3 .pxl-item--title span,.pxl-icon-box2.style4 .pxl-item--icon i,.pxl-icon-box2.style4 .pxl-item--title span,.pxl-icon-box2.style5 .pxl-item--icon i,.pxl-icon-box3 .pxl-item--title span,.pxl-video-player1 .btn-video.style4 i,.swiper-filter-wrap .filter-item.active span,.pxl-grid-filter3 .filter-item.active span,.pxl-swiper-arrow-style3 .pxl-swiper-arrow:hover i,.pxl-tabs1.style-text-gradient .pxl-item-accordion .pxl-item--title.active span {
	background-color: var(--gradient-color-from);
	background-image: -webkit-gradient(linear,right top,left top,from(var(--gradient-color-from)),to(var(--gradient-color-to)));
	background-image: -webkit-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	background-image: -moz-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	background-image: -ms-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	background-image: -o-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	background-image: linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)',endColorStr='var(--gradient-color-to)',gradientType='1');
	background-color: initial;
	background-clip: text;
	-o-background-clip: text;
	-ms-background-clip: text;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-o-text-fill-color: transparent;
	-ms-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
}

.rm-text-gradient {
	text-fill-color: inherit;
	-webkit-text-fill-color: inherit;
	background-image: none;
}

.bg-gradient,.pxl-btn-line:hover span:before,.pxl-heading .pxl-item--subtitle.sub-style-gradient span,.pxl-nav-menu.hv-style1 .pxl-menu-primary>li>a:before,.pxl-nav-menu.hv-style2 .pxl-menu-primary>li>a:before {
	background-color: var(--gradient-color-from);
	background-image: -webkit-gradient(linear,right top,left top,from(var(--gradient-color-from)),to(var(--gradient-color-to)));
	background-image: -webkit-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	background-image: -moz-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	background-image: -ms-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	background-image: -o-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	background-image: linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)',endColorStr='var(--gradient-color-to)',gradientType='1');
}

.bg-gradient-bottom {
	background-image: -webkit-gradient(linear,left top,left bottom,from(var(--gradient-color-from)),to(var(--gradient-color-to)));
	background-image: -webkit-linear-gradient(to bottom,var(--gradient-color-from),var(--gradient-color-to));
	background-image: -moz-linear-gradient(to bottom,var(--gradient-color-from),var(--gradient-color-to));
	background-image: -ms-linear-gradient(to bottom,var(--gradient-color-from),var(--gradient-color-to));
	background-image: -o-linear-gradient(to bottom,var(--gradient-color-from),var(--gradient-color-to));
	background-image: linear-gradient(to bottom,var(--gradient-color-from),var(--gradient-color-to));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)',endColorStr='var(--gradient-color-to)');
}

.ft-theme-default,.woocommerce .woocommerce-tabs ul.wc-tabs li a,.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description strong,.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author,.single-product .pxl-content-area div.product .entry-summary .price,.single-product>div.product .entry-summary .price,.single-product .pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a,.single-product>div.product .woocommerce-tabs ul.wc-tabs li a,.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description strong,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description strong,.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author,.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author,.single-product .pxl-content-area div.product .product_meta>span,.single-product>div.product .product_meta>span,.widget_products ul li .product-title a,body.woocommerce-cart .woocommerce-cart-form .shop_table thead th,body.woocommerce-cart .woocommerce-cart-form tbody .product-name a,.woocommerce-checkout .form-row>label,.woocommerce-checkout form.woocommerce-checkout #order_review_heading,.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th,.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td,.woosw-list .woosw-item--name,.woocommerce-result-count,.woocommerce-notices-wrapper .woocommerce-message,#respond input#submit.alt,#respond input#submit,a.button,a.wc-forward,button.button,input.button,.cart button.button,a.button.alt,.form-row button.button.alt,.woocommerce #pxl-sidebar-area .widget_price_filter .price_label,.widget_price_filter .button,.single-product .pxl-content-area div.product .entry-summary .price,.single-product>div.product .entry-summary .price,.woocommerce form .select2-container--default .select2-selection .select2-selection__rendered,.woocommerce-page form .select2-container--default .select2-selection .select2-selection__rendered,.pxl-grid .pxl-load-more .btn,.pxl-grid-filter1 .filter-item,blockquote,blockquote,blockquote cite,.pxl-breadcrumb,.pxl-menu-primary li a,.pxl-item--post .pxl-item--meta,.pxl-item--post .pxl-item--readmore a,.pxl-item--archive.format-status .pxl-item--author a,.pxl--post-footer label,.pxl-pagination-wrap .page-numbers,.pxl-post--navigation .pxl--meta .title-post-nav a,.pxl-post--navigation .pxl--meta .item-title,.pxl-post--navigation .pxl--readmore-nav,.pxl-post--navigation .pxl--readmore-related,.pxl-related-post .pxl--meta .title-post-nav a,.pxl-related-post .pxl--meta .item-title,.pxl-related-post .pxl--readmore-nav,.pxl-related-post .pxl--readmore-related,.widget_product_categories ul li a,.widget_categories ul li a,.widget_nav_menu ul li a,.widget_pages ul li a,.widget_archive ul li a,.widget_meta ul li a,.widget_recent_entries ul li a,input[type=text],input[type=email],input[type=url],input[type=password],input[type=search],input[type=tel],input[type=number],input[type=range],input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime],input[type=datetime-local],input[type=color],textarea,select,.pxl-select-higthlight,.comment-reply a,.comment-form .form-submit .submit,.pxl-select .pxl-select-options li,.wrap-ctf1 .wpcf7-submit,.widget_block h2,.widget_block label,.pxl-heading .pxl-item--subtitle.sub-text-gradient,.pxl-link.hv-style4 li,.pxl-link.hv-style5 li,.pxl-link.hv-style6 li,.pxl-contact-courses .bt-submit .wpcf7-submit,.gallery-image .wrap-title,.info-postype .wrap-title,.info-postype .pxl-info li .info-desc,.info-postype .btn-readmore,.pxl-history1 .pxl-item--start,.pxl-image-grid1 .pxl-grid-item .pxl-image-inner .pxl-item-meta .pxl-image-title,.pxl-image-grid2 .pxl-grid-item .pxl-image-inner .pxl-item-meta .pxl-image-title,.pxl-image-carousel1 .pxl-item--inner .pxl-image-title,.tt_timetable th,.pxl-calendar.style1 .wrap-month,.pxl-piechart-layout1 .pxl-piechart .item--value span,.pxl-piechart-layout2 .pxl-piechart .item--value span,.pxl-piechart-layout1 .pxl-piechart .item--value span i,.pxl-piechart-layout2 .pxl-piechart .item--value span i,.pxl-piechart-layout1 .pxl-piechart .item--title,.pxl-piechart-layout2 .pxl-piechart .item--title,.pxl-mailchimp.style-box-round [type=email],.pxl-mailchimp.style-box-round [type=submit],.pxl-mailchimp.style-box-white [type=email],.pxl-mailchimp.style-box-white2 [type=email],.pxl-grid-filter2,.pxl-blog-grid-layout1 .pxl-item--inner .item--holder-inner .item--meta .item--date,.pxl-blog-grid-layout2 .wrap-meta .pxl-item--date,.pxl-post-carousel1 .wrap-meta .pxl-item--date,.pxl-blog-grid-layout2 .wrap-meta .item-comment a,.pxl-post-carousel1 .wrap-meta .item-comment a,.pxl-post-layout-programs-1 .pxl-grid-item .wrap-content-program .item--holder .item--category a,.pxl-post-layout-programs-1 .pxl-grid-item .wrap-content-program .item--holder .item--title a,.pxl-post-layout-programs-1 .pxl-grid-item .wrap-content-program .btn-more,.pxl-post-layout-programs-3 .pxl-grid-item .pxl-item--inner .wrap-type-program .type-program li,.pxl-programs-grid-layout2 .pxl-grid-item .item--title a,.pxl-programs-grid-layout2 .pxl-grid-item .item--title,.pxl-post-layout-pxl_event-1 .wrap-content-event .btn-readmore,.pxl-post-layout-pxl_event-2 .pxl-grid-item .btn-readmore,.pxl-pxl_event-grid-layout3 .wrap-title,.pxl-classes-grid-layout1 .wrap-type-classes .type-classes li,.pxl-classes-grid-layout2 .wrap-title,.pxl-icon-box1 .pxl-item--link,.pxl-icon-box2.style1 .pxl-item--title,.pxl-icon-box2.style1 .pxl-item--description,.pxl-icon-box2.style2 .pxl-item--description,.pxl-icon-box2.style3 .pxl-item--description,.pxl-icon-box2.style4 .pxl-item--description,.pxl-icon-box3 .pxl-item--title,.pxl-banner1 .pxl-item--title,.pxl-counter1 .pxl--counter-number,.pxl-counter1 .pxl--item-title,.pxl-counter2 .pxl--counter-number,.pxl-counter2 .pxl--item-title,.pxl-video-player1 .pxl-video-text,.pxl-testimonial-grid1 .pxl-grid-item .pxl-item--inner .wrap-content .pxl-item--top .pxl-item--meta .pxl-item--title,.pxl-testimonial-grid1 .pxl-grid-item .pxl-swiper-slide .wrap-content .pxl-item--top .pxl-item--meta .pxl-item--title,.pxl-testimonial-grid1 .pxl-grid-item .pxl-item--inner .wrap-content .pxl-item--holder .pxl-item--desc,.pxl-testimonial-grid1 .pxl-grid-item .pxl-swiper-slide .wrap-content .pxl-item--holder .pxl-item--desc,.pxl-testimonial-carousel1 .pxl-swiper-content .pxl-item--meta .pxl-item--title,.pxl-testimonial-carousel1 .pxl-swiper-content .pxl-item--desc,.pxl-testimonial-carousel2 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content .pxl-item--top .pxl-item--meta .pxl-item--title,.pxl-testimonial-carousel2 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content .pxl-item--holder .pxl-item--desc,.pxl-testimonial-carousel3 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content .pxl-item--top .pxl-item--meta .pxl-item--title,.pxl-testimonial-carousel3 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content .pxl-item--holder .pxl-item--desc,.swiper-filter-wrap .filter-item,.pxl-grid-filter3 .filter-item,.pxl-blog-grid-layout2 .pxl-item--holder .pxl-item--title,.pxl-post-carousel1 .pxl-item--holder .pxl-item--title,.pxl-blog-grid-layout2 .pxl-item--holder .pxl-item--readmore,.pxl-post-carousel1 .pxl-item--holder .pxl-item--readmore,.pxl-blog-grid-layout2 .pxl-item--readmore .btn-readmore,.pxl-post-carousel1 .pxl-item--readmore .btn-readmore,.pxl-post-carousel2 .pxl-item--holder .wrap-meta .pxl-item--date,.pxl-post-carousel2 .pxl-item--holder .wrap-meta .item-comment,.pxl-post-carousel2 .pxl-item--holder .wrap-meta .item-comment a,.pxl-post-carousel2 .pxl-item--holder .pxl-item--title,.pxl-post-carousel2 .pxl-item--readmore .btn-readmore,.pxl-post-carousel3 .pxl-item--holder .wrap-meta .pxl-item--date,.pxl-post-carousel3 .pxl-item--holder .wrap-meta .pxl-item--author,.pxl-post-carousel3 .pxl-item--holder .wrap-meta .pxl-item--author a,.pxl-post-carousel3 .pxl-item--holder .pxl-item--title,.pxl-post-carousel3 .pxl-item--readmore .btn-readmore,.pxl-programs-carousel1 .wrap-type-program .type-program li,.pxl-classes-carousel1 .wrap-type-classes .type-classes li,.pxl-image-box1 .btn-more,.pxl-image-box3 .btn-more,.pxl-image-box4 .pxl-item--inner .pxl-item--step,.pxl-image-box4 .pxl-item--inner .pxl-item--title,.pxl-tabs1.style-round-box .pxl-item--title,.pxl-tabs1.style-text-gradient .pxl-item-accordion .pxl-item--title,.pxl-tabs1.style-button-set .pxl-item--title,.tt_navigation_cell .tt_tabs_navigation li a,.pxl-progressbar-1 .pxl--percentage,.pxl-progressbar-2 .pxl--percentage,.pxl-pricing1 .pxl-item--price,.pxl-pricing1 .pxl-item--readmore .btn-readmore {
	font-family: salsa,sans-serif;
}

.bg-image,#pxl-page-title-default {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.pxl-close {
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: rgba(255,255,255,.7);
	border: 9px solid transparent;
	color: #777;
	width: 36px;
	height: 36px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 20px;
	right: 40px;
	z-index: 1;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

.pxl-close:before,.pxl-close:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	transform-origin: 50% 50%;
	-webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-o-transition: all .25s cubic-bezier(.645,.045,.355,1);
	transition: all .25s cubic-bezier(.645,.045,.355,1);
	background-color: #1b1b1b;
}

.pxl-close:before {
	-webkit-transform: rotate(45deg);
	-khtml-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pxl-close:after {
	-webkit-transform: rotate(-45deg);
	-khtml-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.pxl-close:hover:before,.pxl-close:hover:after {
	-webkit-transform: rotate(0);
	-khtml-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}

.pxl-left {
	float: left;
}

.pxl-right {
	float: right;
}

.pxl-hide {
	display: none;
}

@media screen and (min-width:1200px) {
	.pxl-hide-xl {
		display: none!important;
	}

	.pxl-col-line1 {
		position: relative!important;
	}

	.pxl-col-line1:before {
		content: '';
		position: absolute;
		width: 1px;
		height: calc(100% - 50px);
		background-color: rgba(0,0,0,8%);
		top: 50%;
		right: 25px;
		-webkit-transform: translate(0,-50%);
		-khtml-transform: translate(0,-50%);
		-moz-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		-o-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}

	.pxl-col-line2 {
		position: relative!important;
	}

	.pxl-col-line2:before {
		content: '';
		position: absolute;
		width: 1px;
		height: 80px;
		background-color: #ededed;
		top: 50%;
		right: 0;
		-webkit-transform: translate(0,-50%);
		-khtml-transform: translate(0,-50%);
		-moz-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		-o-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}
}

@media screen and (max-width:1199px) {
	.pxl-hide-lg {
		display: none!important;
	}
}

#pxl-header-default {
	position: relative;
	z-index: 999;
	background-color: #fff;
}

#pxl-header-default .row {
	align-items: center;
}

@media screen and (min-width:1200px) {
	#pxl-header-default .row>div {
		padding: 0 15px;
	}
}

#pxl-header-default .pxl-header-branding {
	display: flex;
	align-items: center;
	flex-grow: 1;
}

#pxl-header-default .pxl-header-branding a {
	display: inline-flex;
}

#pxl-header-default .pxl-header-branding img {
	height: 45px;
	max-width: inherit;
}

#pxl-header-default #pxl-nav-mobile {
	display: none;
}

#pxl-header-elementor {
}

#pxl-header-elementor #pxl-header-mobile {
	display: none;
}

#pxl-header-elementor .pxl-header-elementor-main {
	position: relative;
	z-index: 999;
}

#pxl-header-elementor .pxl-header-elementor-sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	top: 0;
	-webkit-transform: translateY(-100%);
	-khtml-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: .6s cubic-bezier(.24,.74,.58,1);
	-khtml-transition: .6s cubic-bezier(.24,.74,.58,1);
	-moz-transition: .6s cubic-bezier(.24,.74,.58,1);
	-ms-transition: .6s cubic-bezier(.24,.74,.58,1);
	-o-transition: .6s cubic-bezier(.24,.74,.58,1);
	transition: .6s cubic-bezier(.24,.74,.58,1);
	visibility: hidden;
}

#pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed {
	-webkit-transform: translateY(0%);
	-khtml-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
	visibility: visible;
	-webkit-box-shadow: 0 3px 18px rgba(2,21,78,9%);
	-khtml-box-shadow: 0 3px 18px rgba(2,21,78,9%);
	-moz-box-shadow: 0 3px 18px rgba(2,21,78,9%);
	-ms-box-shadow: 0 3px 18px rgba(2,21,78,9%);
	-o-box-shadow: 0 3px 18px rgba(2,21,78,9%);
	box-shadow: 0 3px 18px rgba(2,21,78,9%);
}

#pxl-header-elementor .px-header--transparent {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 999;
}

@media screen and (min-width:1200px) {
	.pxl-menu-primary {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.pxl-menu-primary ul {
		list-style: none;
		margin: 0;
	}

	.pxl-menu-primary li {
		position: relative;
		color: var(--secondary-color);
	}

	.pxl-menu-primary li a {
		font-size: 16px;
		color: var(--secondary-color);
		position: relative;
		font-weight: 500;
	}

	.pxl-menu-primary>li {
		display: inline-block;
		vertical-align: middle;
		margin: 0 10px;
	}

	.pxl-menu-primary>li>a {
		line-height: 100px;
		font-size: 17px;
		font-weight: 700;
		display: inline-block;
	}

	.pxl-menu-primary>li>a:hover,.pxl-menu-primary>li.current_page_item>a,.pxl-menu-primary>li.current-menu-item>a,.pxl-menu-primary>li.current_page_ancestor>a,.pxl-menu-primary>li.current-menu-ancestor>a {
		color: var(--primary-color);
	}

	.pxl-menu-primary .sub-menu,.pxl-menu-primary .children {
		position: absolute;
		top: 100%;
		left: 0;
		background-color: #fff;
		padding: 26px 0;
		margin-top: 30px;
		margin-bottom: 0;
		min-width: 240px;
		z-index: 99;
		visibility: hidden;
		opacity: 0;
		-webkit-box-shadow: 0 15px 30px -10px rgba(0,0,0,9%);
		-khtml-box-shadow: 0 15px 30px -10px rgba(0,0,0,9%);
		-moz-box-shadow: 0 15px 30px -10px rgba(0,0,0,9%);
		-ms-box-shadow: 0 15px 30px -10px rgba(0,0,0,9%);
		-o-box-shadow: 0 15px 30px -10px rgba(0,0,0,9%);
		box-shadow: 0 15px 30px -10px rgba(0,0,0,9%);
		-webkit-transition: all 200ms linear 0ms;
		-khtml-transition: all 200ms linear 0ms;
		-moz-transition: all 200ms linear 0ms;
		-ms-transition: all 200ms linear 0ms;
		-o-transition: all 200ms linear 0ms;
		transition: all 200ms linear 0ms;
		transform-origin: 0 0 0;
		-webkit-transform-origin: 0 0 0;
		-ms-transform-origin: 0 0 0;
		-o-transform-origin: 0 0 0;
		text-align: left;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
	}

	.pxl-menu-primary .sub-menu li,.pxl-menu-primary .children li {
		padding: 0 35px;
		white-space: nowrap;
	}

	.pxl-menu-primary .sub-menu li a,.pxl-menu-primary .children li a {
		padding: .4em 0;
		display: block;
	}

	.pxl-menu-primary .sub-menu li a span,.pxl-menu-primary .children li a span {
		position: relative;
		display: inline-block;
	}

	.pxl-menu-primary .sub-menu li>a:hover span:before,.pxl-menu-primary .children li>a:hover span:before,.pxl-menu-primary .sub-menu li.current_page_item>a span:before,.pxl-menu-primary .children li.current_page_item>a span:before,.pxl-menu-primary .sub-menu li.current-menu-item>a span:before,.pxl-menu-primary .children li.current-menu-item>a span:before,.pxl-menu-primary .sub-menu li.current_page_ancestor>a span:before,.pxl-menu-primary .children li.current_page_ancestor>a span:before,.pxl-menu-primary .sub-menu li.current-menu-ancestor>a span:before,.pxl-menu-primary .children li.current-menu-ancestor>a span:before {
		width: 100%;
	}

	.pxl-menu-primary .sub-menu .sub-menu,.pxl-menu-primary .children .sub-menu,.pxl-menu-primary .sub-menu .children,.pxl-menu-primary .children .children {
		top: 0;
		left: 100%;
	}

	.pxl-menu-primary .sub-menu .sub-menu.pxl-sub-reverse,.pxl-menu-primary .children .sub-menu.pxl-sub-reverse,.pxl-menu-primary .sub-menu .children.pxl-sub-reverse,.pxl-menu-primary .children .children.pxl-sub-reverse {
		left: auto;
		right: 100%;
	}

	.pxl-menu-primary .sub-menu .pxl-heading .pxl-item--title,.pxl-menu-primary .children .pxl-heading .pxl-item--title {
		color: inherit!important;
	}

	.pxl-menu-primary li:hover>.sub-menu,.pxl-menu-primary li.focus>.sub-menu,.pxl-menu-primary li:hover>.children,.pxl-menu-primary li.focus>.children {
		visibility: visible;
		opacity: 1;
		margin-top: 0;
	}

	.pxl-menu-primary .pxl-megamenu {
		position: static;
	}

	.pxl-menu-primary .pxl-megamenu>.sub-menu {
		padding: 20px 0;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
	}

	.pxl-menu-primary .pxl-megamenu .pxl-link li {
		padding: 0;
		margin-bottom: 0;
	}

	.pxl-menu-toggle {
		display: none;
	}

	#pxl-header-default .pxl-header-main {
		border-bottom: 1px solid #e5dad9;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		right: 0;
		z-index: 999;
	}

	#pxl-header-default .pxl-header-main .container {
		max-width: 1660px;
	}

	#pxl-header-default .pxl-menu-primary>li:hover>a:before,#pxl-header-default .pxl-menu-primary>li.current_page_item>a:before,#pxl-header-default .pxl-menu-primary>li.current-menu-item>a:before,#pxl-header-default .pxl-menu-primary>li.current_page_ancestor>a:before,#pxl-header-default .pxl-menu-primary>li.current-menu-ancestor>a:before {
		width: 100%;
	}
}

@media screen and (max-width:1199px) {
	#pxl-header-elementor .pxl-header-elementor-main,#pxl-header-elementor .pxl-header-elementor-sticky {
		display: none;
	}

	#pxl-header-elementor #pxl-header-mobile {
		display: block;
		-webkit-box-shadow: 0 3px 18px rgba(2,21,78,9%);
		-khtml-box-shadow: 0 3px 18px rgba(2,21,78,9%);
		-moz-box-shadow: 0 3px 18px rgba(2,21,78,9%);
		-ms-box-shadow: 0 3px 18px rgba(2,21,78,9%);
		-o-box-shadow: 0 3px 18px rgba(2,21,78,9%);
		box-shadow: 0 3px 18px rgba(2,21,78,9%);
		position: relative;
		z-index: 999;
	}

	#pxl-header-default,#pxl-header-elementor {
		position: relative;
		-webkit-box-shadow: 0 0 15px rgba(0,0,0,8%);
		-khtml-box-shadow: 0 0 15px rgba(0,0,0,8%);
		-moz-box-shadow: 0 0 15px rgba(0,0,0,8%);
		-ms-box-shadow: 0 0 15px rgba(0,0,0,8%);
		-o-box-shadow: 0 0 15px rgba(0,0,0,8%);
		box-shadow: 0 0 15px rgba(0,0,0,8%);
		background-color: #fff;
	}

	#pxl-header-default .pxl-header-main,#pxl-header-elementor .pxl-header-main {
		position: relative;
	}

	#pxl-header-default .pxl-header-branding,#pxl-header-elementor .pxl-header-branding {
		margin: 15px;
		min-height: 50px;
		align-items: center;
		display: flex;
	}

	#pxl-header-default .pxl-header-branding img,#pxl-header-elementor .pxl-header-branding img {
		height: 45px;
	}

	#pxl-header-default #pxl-nav-mobile,#pxl-header-elementor #pxl-nav-mobile {
		display: block;
		position: absolute;
		top: 50%;
		right: 15px;
		-webkit-transform: translate(0,-50%);
		-khtml-transform: translate(0,-50%);
		-moz-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		-o-transform: translate(0,-50%);
		transform: translate(0,-50%);
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	#pxl-header-default #pxl-nav-mobile .pxl-mobile-meta-item,#pxl-header-elementor #pxl-nav-mobile .pxl-mobile-meta-item {
		margin-left: 10px;
	}

	.pxl-nav-mobile-button {
		width: 34px;
		height: 20px;
		position: relative;
		cursor: pointer;
	}

	.pxl-nav-mobile-button:before,.pxl-nav-mobile-button:after,.pxl-nav-mobile-button span {
		content: '';
		background-color: var(--secondary-color);
		height: 2px;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		-webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
		-khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
		-moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
		-ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
		-o-transition: all .25s cubic-bezier(.645,.045,.355,1);
		transition: all .25s cubic-bezier(.645,.045,.355,1);
	}

	.pxl-nav-mobile-button:before {
		top: 0;
		width: 24px;
	}

	.pxl-nav-mobile-button:after {
		bottom: 0;
		width: 24px;
	}

	.pxl-nav-mobile-button span {
		top: 9px;
		width: 100%;
	}

	.pxl-nav-mobile-button:hover:before,.pxl-nav-mobile-button:hover:after {
		width: 100%;
	}

	.pxl-header-menu-backdrop {
		z-index: 998;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(34,34,55,.6);
		-webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
		-khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
		-moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
		-ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
		-o-transition: all .25s cubic-bezier(.645,.045,.355,1);
		transition: all .25s cubic-bezier(.645,.045,.355,1);
		opacity: 0;
		visibility: hidden;
	}

	.pxl-header-menu {
		position: fixed;
		height: 100vh;
		width: 300px;
		top: 0;
		left: 0;
		bottom: 0;
		margin: 0;
		overflow: hidden;
		z-index: 999;
		-webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
		-khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
		-moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
		-ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
		-o-transition: all .25s cubic-bezier(.645,.045,.355,1);
		transition: all .25s cubic-bezier(.645,.045,.355,1);
		-webkit-transform: translateX(-100%);
		-khtml-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		visibility: hidden;
		-webkit-box-shadow: 0 0 15px rgba(0,0,0,8%);
		-khtml-box-shadow: 0 0 15px rgba(0,0,0,8%);
		-moz-box-shadow: 0 0 15px rgba(0,0,0,8%);
		-ms-box-shadow: 0 0 15px rgba(0,0,0,8%);
		-o-box-shadow: 0 0 15px rgba(0,0,0,8%);
		box-shadow: 0 0 15px rgba(0,0,0,8%);
		background-color: #fff;
		overflow-y: scroll;
	}

	.pxl-header-menu.active {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateX(0%);
		-khtml-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}

	.pxl-header-menu.active+.pxl-header-menu-backdrop {
		opacity: 1;
		visibility: visible;
	}

	.pxl-header-menu-scroll {
		padding: 40px 35px;
	}

	.pxl-menu-toggle {
		position: absolute;
		top: 10px;
		height: 28px;
		line-height: 28px;
		text-align: center;
		right: 0;
		width: 28px;
		cursor: pointer;
		font-size: 10px;
		-webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
		-khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
		-moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
		-ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
		-o-transition: all .25s cubic-bezier(.645,.045,.355,1);
		transition: all .25s cubic-bezier(.645,.045,.355,1);
		color: var(--secondary-color);
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		background-color: rgba(0,0,0,3%);
	}

	.pxl-menu-toggle:before {
		content: "\f150";
		font-family: caseicon;
	}

	.pxl-menu-toggle.active:before {
		content: "\f13d";
	}

	.pxl-menu-primary {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.pxl-menu-primary li {
		position: relative;
	}

	.pxl-menu-primary li a {
		display: block;
		line-height: 46px;
		color: var(--secondary-color);
		font-size: 14px;
		font-weight: 500;
		border-bottom: 1px solid rgba(0,0,0,6%);
	}

	.pxl-menu-primary li>a:hover,.pxl-menu-primary li>a.current,.pxl-menu-primary li.current_page_item>a,.pxl-menu-primary li.current-menu-item>a,.pxl-menu-primary li.current_page_ancestor>a,.pxl-menu-primary li.current-menu-ancestor>a {
		color: var(--primary-color);
	}

	.pxl-menu-primary .sub-menu,.pxl-menu-primary .children {
		position: relative;
		display: none;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.pxl-menu-primary .sub-menu li a,.pxl-menu-primary .children li a {
		font-weight: 500;
		padding-left: 14px;
	}

	.pxl-menu-primary>li>.sub-menu>li>.sub-menu>li a {
		padding-left: 28px;
	}

	.pxl-menu-primary .pxl-megamenu .elementor-container>.elementor-column {
		width: 100%;
	}

	.pxl-menu-primary .pxl-megamenu .elementor-container .elementor-widget-wrap {
		padding: 0!important;
	}

	.pxl-menu-primary .pxl-megamenu .pxl-link li {
		margin: 0;
	}

	.pxl-menu-primary .pxl-megamenu .pxl-heading {
		padding-left: 14px;
		border-bottom: 1px solid rgba(0,0,0,6%);
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.pxl-menu-primary .pxl-megamenu .pxl-heading .pxl-item--title {
		margin-bottom: 0!important;
		font-size: 15px!important;
		border-bottom: none!important;
	}

	.pxl-menu-primary .pxl-megamenu .elementor-widget-heading>.elementor-widget-container {
		margin-bottom: 0!important;
		border-bottom: none!important;
	}

	.pxl-menu-primary .pxl-megamenu .elementor-section .elementor-container {
		flex-wrap: wrap;
	}

	.pxl-logo-mobile {
		margin-bottom: 20px;
	}

	.pxl-logo-mobile img {
		height: 35px;
	}

	.pxl-header-mobile-search {
		margin-bottom: 20px;
	}

	.pxl-header-mobile-search form {
		position: relative;
	}

	.pxl-header-mobile-search .search-field {
		height: 40px;
		border: none;
		padding: 0;
		padding-left: 10px;
		border-bottom: 2px solid #ececec;
	}

	.pxl-header-mobile-search .search-field:hover,.pxl-header-mobile-search .search-field:focus {
		border-top: none!important;
		border-left: none!important;
		border-right: none!important;
		border-bottom: 2px solid var(--secondary-color)!important;
	}

	.pxl-header-mobile-search .search-submit {
		position: absolute;
		top: 0;
		right: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
		line-height: 36px;
		padding: 0;
		width: 30px;
		height: 40px;
		line-height: 40px;
		background: 0 0;
		color: var(--primary-color);
	}

	.pxl-header-mobile-search .search-submit:hover,.pxl-header-mobile-search .search-submit:focus {
		color: var(--primary-color);
	}

	.pxl-menu-close {
		background-color: rgba(0,0,0,3%);
		position: absolute;
		top: 0;
		right: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
	}
}

#pxl-search-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	visibility: hidden;
}

#pxl-search-popup .pxl-item--close {
	width: 45px;
	height: 45px;
	position: absolute;
	background-color: rgba(0,0,0,4%);
	top: 40px;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 99;
	border-radius: 45px;
	border-width: 11px;
	opacity: 1;
}

#pxl-search-popup .pxl-item--conent {
	background-image: url(../../themes/img/bg-fcb-transtion.webp);
	background-size: cover;
	background-position: 50%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 320px;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	padding: 0 15px 80px;
	-webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-o-transition: all .25s cubic-bezier(.645,.045,.355,1);
	transition: all .25s cubic-bezier(.645,.045,.355,1);
	-webkit-transform: translateY(-100%);
	-khtml-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

#pxl-search-popup .pxl-item--conent form {
	max-width: 760px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}

#pxl-search-popup .pxl-item--conent form .search-field {
	height: 80px;
	padding: 16px 0;
	color: rgba(0,0,0,.48);
	font-size: 30px;
	border: none!important;
	background-color: initial;
}

#pxl-search-popup .pxl-item--conent form .search-submit {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: right;
	border: none;
	background: 0 0;
	font-size: 28px;
	padding: 0;
	z-index: 99;
	cursor: pointer;
}

#pxl-search-popup .pxl--search-divider {
	height: 2px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.6);
}

#pxl-search-popup .pxl-item--overlay {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(34,34,55,.6);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-o-transition: all .25s cubic-bezier(.645,.045,.355,1);
	transition: all .25s cubic-bezier(.645,.045,.355,1);
}

#pxl-search-popup.active {
	visibility: visible;
}

#pxl-search-popup.active .pxl-item--overlay {
	opacity: 1;
	visibility: visible;
}

#pxl-search-popup.active .pxl-item--conent {
	-webkit-transform: translateY(0%);
	-khtml-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}

.admin-bar {
}

.admin-bar #pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed,.admin-bar .pxl-header-menu,.admin-bar #pxl-header-elementor .px-header--transparent,.admin-bar #pxl-search-popup {
	top: 32px;
}

@media screen and (max-width:782px) {
	.admin-bar #pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed,.admin-bar .pxl-header-menu,.admin-bar #pxl-header-elementor .px-header--transparent,.admin-bar #pxl-search-popup {
		top: 46px;
	}
}

@media screen and (max-width:600px) {
	.admin-bar #pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed,.admin-bar .pxl-header-menu,.admin-bar #pxl-header-elementor .px-header--transparent,.admin-bar #pxl-search-popup {
		top: 0;
	}
}

.elementor-editor-active .pxl-type-header-clip>.elementor-container .pxl-header-shape {
	display: none;
}

.elementor-editor-active .pxl-type-header-clip>.elementor-container .pxl-header-shape:last-child {
	display: block;
}

.pxl-type-header-clip>.elementor-container {
	position: relative!important;
	z-index: 1;
}

.pxl-type-header-clip>.elementor-container .pxl-header-shape {
	position: absolute;
	top: 50%;
	left: 15px;
	right: 15px;
	height: 100px;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	z-index: -1;
	filter: drop-shadow(0 10px 35px rgba(0,0,0,8%));
	margin-left: 52px;
	margin-right: 190px;
}

.pxl-type-header-clip>.elementor-container .pxl-header-shape span {
	clip-path: polygon(0% 0%,100% 22%,100% 78%,0% 100%);
	-webkit-clip-path: polygon(0% 0%,100% 22%,100% 78%,0% 100%);
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
}

.pxl-type-header-clip>.elementor-container .pxl-header-shape svg {
	fill: var(--primary-color);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-khtml-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
}

.pxl-type-header-clip>.elementor-container .pxl-header-shape:before,.pxl-type-header-clip>.elementor-container .pxl-header-shape:after {
	content: '';
	position: absolute;
	width: 100px;
	height: 100px;
	-webkit-border-radius: 100px;
	-khtml-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	top: 0;
}

.pxl-type-header-clip>.elementor-container .pxl-header-shape:before {
	left: -45px;
	background-color: #fff;
	z-index: 99;
}

.pxl-type-header-clip>.elementor-container .pxl-header-shape:after {
	left: -52px;
	background-color: var(--primary-color);
	z-index: 88;
}

@media(min-width:1200px) {
	.sub-menu {
		border: 1px solid var(--secondary-color);
	}

	.pxl-menu-primary>li>.sub-menu {
		border: 1px solid var(--secondary-color);
	}

	.pxl-menu-primary>li>.sub-menu:before {
		position: absolute;
		content: '';
		width: 20px;
		height: 20px;
		background: #fff;
		top: -11px;
		left: 40px;
		transform: translateX(-50%)rotate(45deg);
		border-left: 1px solid var(--secondary-color);
		border-top: 1px solid var(--secondary-color);
		transition: .3s;
	}

	.pxl-menu-primary .sub-menu a:before {
		position: absolute;
		content: '';
		width: 25px;
		height: 14px;
		background-image: url(../../themes/img/arrow-sub.png);
		transition: .3s;
		top: 50%;
		left: -40px;
		transform: translateY(-50%);
		opacity: 0;
	}

	.pxl-menu-primary .sub-menu a:hover {
		padding-left: 20px;
		border-color: var(--secondary-color);
	}

	.pxl-menu-primary .sub-menu a:hover:before {
		opacity: 1;
		left: -20px;
	}
}

.pxl-menu-primary .pxl-megamenu {
	position: static;
}

.pxl-row-divider-shape-bottom .pxl-shape-divider .pxl-row-angle-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
}

.pxl-row-divider-shape-top .pxl-shape-divider .pxl-row-angle-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	transform: rotate(180deg);
}

.pxl-row-divider-shape-top-bottom .pxl-shape-divider .pxl-row-angle-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	transform: rotate(180deg);
}

.pxl-row-divider-shape-top-bottom .pxl-shape-divider .pxl-row-angle-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
}

@media(max-width:767px) {
	.pxl-shape-divider svg {
		height: 20px!important;
	}
}

@keyframes wave {
	0% {
		left: -100%;
	}

	100% {
		left: 0%;
	}
}

.pxl-item--post iframe {
	width: 100%;
}

.pxl-item--post .pxl-item--image a {
	display: inline-block;
	width: 100%;
}

.pxl-item--post .pxl-item--image img {
	width: 100%;
}

.pxl-item--post .pxl-item--title {
	font-size: 30px;
	margin-bottom: 15px;
	line-height: 40px;
	font-weight: 400;
	overflow-wrap: break-word;
}

@media screen and (max-width:767px) {
	.pxl-item--post .pxl-item--title {
		font-size: 24px;
	}
}

.pxl-item--post .pxl-item--title a {
	color: var(--secondary-color);
}

.pxl-item--post .pxl-item--title a:hover {
	color: var(--primary-color);
}

.pxl-item--post .pxl-item--excerpt {
	font-size: 16px;
	line-height: 32px;
	font-weight: 400;
	color: #70747f;
	margin-bottom: 29px;
}

.pxl-item--post .pxl-item--meta {
	list-style: none;
	margin: 0;
	padding: 0 0 15px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	font-size: 16px;
	color: var(--primary-color);
	text-transform: uppercase;
}

.pxl-item--post .pxl-item--meta li {
	margin-right: 24px;
	display: inline-flex;
	align-items: center;
}

.pxl-item--post .pxl-item--meta li a {
	color: var(--primary-color);
}

.pxl-item--post .pxl-item--meta li a:hover {
	text-decoration: underline;
}

.pxl-item--post .pxl-item--meta li i {
	color: var(--primary-color);
	margin-right: 8px;
}

.pxl-item--post .pxl-item--author a {
	font-weight: 600;
	color: var(--secondary-color);
}

.pxl-item--post .pxl-item--author a:hover {
	color: var(--primary-color);
}

.pxl-item--post .pxl-item--readmore img {
	margin-top: -10px;
	margin-left: 5px;
}

.pxl-item--post .pxl-item--readmore a {
	-webkit-animation: pxl_ani1 .7s steps(70)forwards;
	animation: pxl_ani1 .7s steps(70)forwards;
	background-color: var(--primary-color);
	border-radius: 5px;
	display: inline-block;
	padding: 15px 30px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	z-index: 1;
}

.pxl-item--post .pxl-item--readmore a:hover {
	color: #fff;
}

.pxl-item--post .pxl-item--readmore a:hover img {
	animation: pxl_left_right 300ms ease-out;
}

.pxl-item--archive {
	margin-bottom: 40px;
}

.pxl-item--archive.format-standard .pxl-item--author {
	display: none;
}

.pxl-item--archive.format-status {
	margin-bottom: 60px;
	background-image: url(../../themes/img/bg-post-status.png);
}

.pxl-item--archive.format-status .pxl-item--meta,.pxl-item--archive.format-status .pxl-item--excerpt,.pxl-item--archive.format-status .pxl-item--readmore,.pxl-item--archive.format-status .pxl-item--image {
	display: none;
}

.pxl-item--archive.format-status .pxl-item--holder {
	padding: 30px 80px 30px 130px!important;
	position: relative;
}

@media(max-width:575px) {
	.pxl-item--archive.format-status .pxl-item--holder {
		padding: 30px;
	}
}

.pxl-item--archive.format-status .pxl-item--holder:before {
	position: absolute;
	content: '';
	width: 61px;
	height: 46px;
	background-image: url(../../themes/img/quote-blog.png);
	background-size: cover;
	top: 40px;
	left: 45px;
}

@media(max-width:575px) {
	.pxl-item--archive.format-status .pxl-item--holder:before {
		display: none;
	}
}

.pxl-item--archive.format-status .pxl-item--title {
	font-size: 27px;
	margin-bottom: 7px;
	line-height: 40px;
	font-weight: 400;
}

@media screen and (max-width:767px) {
	.pxl-item--archive.format-status .pxl-item--title {
		font-size: 22px;
	}
}

.pxl-item--archive.format-status .pxl-item--title a {
	color: #fff;
}

.pxl-item--archive.format-status .pxl-item--title a:hover {
	color: var(--secondary-color);
}

.pxl-item--archive.format-status .pxl-item--author {
	position: relative;
	padding-left: 60px;
}

.pxl-item--archive.format-status .pxl-item--author a {
	font-size: 20px;
	color: #fff;
	font-weight: 400;
}

.pxl-item--archive.format-status .pxl-item--author a:hover {
	color: var(--secondary-color);
}

.pxl-item--archive.format-status .pxl-item--author:before {
	position: absolute;
	content: '';
	width: 40px;
	height: 3px;
	border-radius: 2px;
	top: 15px;
	left: 0;
	background-color: #fff;
}

.pxl-item--archive .pxl-item--holder {
	padding: 0 0 35px;
}

.pxl-item--archive .pxl-item--image+.pxl-item--holder {
	padding: 35px 0;
}

.single-post .single-heading {
	font-size: 26px;
}

.single-post .pxl-item--post .pxl-item--holder {
	padding: 35px 0 10px;
}

@media screen and (max-width:767px) {
	.single-post .pxl-item--post .pxl-item--holder {
		padding-bottom: 30px;
	}
}

.single-post .pxl-item--excerpt p {
	margin-bottom: 25px;
}

.single-post .pxl-item--excerpt p:last-child {
	margin-bottom: 0;
}

.entry-author-info {
	margin-top: 15px;
	display: flex;
	align-items: center;
	background-color: #fcf9f4;
	padding: 40px 30px;
	position: relative;
}

@media(max-width:575px) {
	.entry-author-info {
		display: block;
	}
}

.entry-author-info .entry-author-avatar {
	min-width: 160px;
}

@media(max-width:575px) {
	.entry-author-info .entry-author-avatar {
		text-align: center;
	}
}

.entry-author-info .entry-author-avatar img {
	width: 100%;
}

@media(max-width:575px) {
	.entry-author-info .entry-author-avatar img {
		width: auto;
	}
}

.entry-author-info .entry-author-meta {
	padding-left: 30px;
}

@media(max-width:575px) {
	.entry-author-info .entry-author-meta {
		margin-top: 30px;
		text-align: center;
		padding-left: 0;
	}
}

.entry-author-info .entry-author-meta .author-name {
	font-size: 24px;
	font-weight: 400;
}

.entry-author-info .entry-author-meta .author-description {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: #696969;
	font-family: rubik;
}

.entry-author-info:before {
	position: absolute;
	content: '';
	background-color: var(--regular-color);
	height: 100%;
	width: 3px;
	top: 0;
	left: 0;
}

.pxl--post-footer {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 10px;
	width: 100%;
}

.pxl--post-footer>div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}

.pxl--post-footer label {
	font-size: 20px;
	color: var(--secondary-color);
	font-weight: 400;
	margin-right: 18px;
}

.pxl--post-footer .pxl--tags {
	margin-right: 30px;
	flex-grow: 1;
}

.pxl--post-footer .pxl--tags a {
	line-height: 30px;
	display: inline-block;
	padding: 0 15px;
	border: 1px solid #e7e8e8;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #696969;
	font-size: 15px;
	margin: 5px 5px 5px 0;
	position: relative;
	z-index: 1;
}

@media screen and (max-width:991px) {
	.pxl--post-footer .pxl--tags a {
		padding: 0 18px;
		line-height: 36px;
	}
}

.pxl--post-footer .pxl--tags a:hover {
	color: #fff;
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

.pxl--post-footer .pxl--social a {
	padding-right: 20px;
	line-height: 32px;
	text-align: center;
	color: #70747f;
	font-size: 15px;
}

.pxl--post-footer .pxl--social a:hover {
	color: var(--regular-color);
}

.pxl-pagination-wrap .page-numbers {
	mask-image: url(../../themes/img/mask-panigation.png);
	-webkit-mask-image: url(../../themes/img/mask-panigation.png);
	-ms-mask-image: url(../../themes/img/mask-panigation.png);
	-o-mask-image: url(../../themes/img/mask-panigation.png);
	-webkit-mask-repeat: repeat-x;
	-webkit-mask-repeat: repeat-x;
	-ms-mask-repeat: repeat-x;
	-o-mask-repeat: repeat-x;
	-webkit-mask-position: center bottom;
	-ms-mask-position: center bottom;
	-o-mask-position: center bottom;
	width: 50px;
	height: 50px;
	background-color: var(--secondary-color);
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	display: inline-block;
	margin-right: 15px;
	margin-top: 15px;
	color: #fff;
	position: relative;
	z-index: 1;
	padding: 0;
	border: none;
}

.pxl-pagination-wrap .page-numbers.next {
	background-color: var(--regular-color);
}

.pxl-pagination-wrap .page-numbers.prev {
	background-color: #fc477e;
}

.pxl-pagination-wrap .page-numbers.current,.pxl-pagination-wrap .page-numbers:hover {
	color: #fff;
	background-color: var(--primary-color);
}

.pxl-pagination-wrap .page-numbers.current:before,.pxl-pagination-wrap .page-numbers:hover:before {
	opacity: 1;
}

.pxl-pagination-wrap .page-numbers.next,.pxl-pagination-wrap .page-numbers.prev {
	font-size: 12px;
	font-weight: 700;
}

.pxl-pagination-wrap .pxl-pagination-links {
	display: flex;
}

.comment-reply-title {
	display: inline-block;
	position: relative;
	padding-bottom: 0!important;
}

.comment-reply-title:before {
	content: '';
	width: 40px;
	height: 4px;
	background-color: var(--primary-color);
	position: absolute;
	bottom: 7px;
	right: -33px;
}

.comment-reply-title:after {
	content: '';
	width: 15px;
	height: 4px;
	background-color: var(--primary-color);
	position: absolute;
	bottom: 7px;
	right: -55px;
}

.pxl-post--navigation {
	padding: 75px 0 40px;
	display: flex;
	flex-wrap: wrap;
}

.pxl-post--navigation .title-nav-post,.pxl-post--navigation .widget-title {
	font-size: 24px;
	color: var(--secondary-color);
	font-weight: 400;
	display: inline-block;
	position: relative;
	margin-bottom: 34px;
	padding: 0;
}

.pxl-post--navigation .title-nav-post:before,.pxl-post--navigation .widget-title:before {
	content: '';
	width: 40px;
	height: 4px;
	background-color: var(--primary-color);
	position: absolute;
	bottom: 5px;
	right: -60px;
}

.pxl-post--navigation .title-nav-post:after,.pxl-post--navigation .widget-title:after {
	content: '';
	width: 15px;
	height: 4px;
	background-color: var(--primary-color);
	position: absolute;
	bottom: 5px;
	right: -82px;
}

.pxl-post--navigation .pxl--items {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.pxl-post--navigation .pxl--items .pxl--item {
	width: 50%;
}

@media screen and (max-width:575px) {
	.pxl-post--navigation .pxl--items .pxl--item {
		width: 100%;
	}

	.pxl-post--navigation .pxl--items .pxl--item+.pxl--item {
		margin-top: 30px;
	}
}

.pxl-post--navigation .pxl--img,.pxl-post--navigation .item-featured {
	position: relative;
	max-height: 200px;
	overflow: hidden;
}

.pxl-post--navigation .pxl--img a,.pxl-post--navigation .item-featured a {
	display: block;
}

.pxl-post--navigation .pxl--img a:before,.pxl-post--navigation .item-featured a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--secondary-color);
	-webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
	-khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
	-moz-transition: .3s cubic-bezier(.24,.74,.58,1);
	-ms-transition: .3s cubic-bezier(.24,.74,.58,1);
	-o-transition: .3s cubic-bezier(.24,.74,.58,1);
	transition: .3s cubic-bezier(.24,.74,.58,1);
	opacity: 0;
}

.pxl-post--navigation .pxl--img a:after,.pxl-post--navigation .item-featured a:after {
	content: '+';
	font-size: 24px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-khtml-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
	-khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
	-moz-transition: .3s cubic-bezier(.24,.74,.58,1);
	-ms-transition: .3s cubic-bezier(.24,.74,.58,1);
	-o-transition: .3s cubic-bezier(.24,.74,.58,1);
	transition: .3s cubic-bezier(.24,.74,.58,1);
	opacity: 0;
}

.pxl-post--navigation .pxl--img:hover a:before,.pxl-post--navigation .item-featured:hover a:before {
	opacity: .76;
}

.pxl-post--navigation .pxl--img:hover a:after,.pxl-post--navigation .item-featured:hover a:after {
	opacity: 1;
}

.pxl-post--navigation .pxl--meta {
	padding-top: 25px;
}

.pxl-post--navigation .pxl--meta .pxl-item--meta {
	padding-bottom: 10px!important;
}

.pxl-post--navigation .pxl--meta .title-post-nav a,.pxl-post--navigation .pxl--meta .item-title {
	margin-bottom: 0;
	color: var(--secondary-color);
	font-size: 24px;
	line-height: 33px;
	font-weight: 400;
}

.pxl-post--navigation .pxl--meta .title-post-nav a:hover,.pxl-post--navigation .pxl--meta .item-title:hover {
	color: var(--primary-color);
}

.pxl-post--navigation .pxl--holder img {
	width: 100%;
}

.pxl-post--navigation .pxl--item-prev .pxl--meta {
	margin-right: 15px;
}

@media(max-width:575px) {
	.pxl-post--navigation .pxl--item-prev .pxl--meta {
		margin-right: 0;
	}
}

.pxl-post--navigation .pxl--item-prev .pxl--img {
	margin-right: 15px;
}

@media(max-width:575px) {
	.pxl-post--navigation .pxl--item-prev .pxl--img {
		margin-right: 0;
	}
}

.pxl-post--navigation .pxl--item-next .pxl--meta {
	margin-left: 15px;
}

@media(max-width:575px) {
	.pxl-post--navigation .pxl--item-next .pxl--meta {
		margin-left: 0;
	}
}

.pxl-post--navigation .pxl--item-next .pxl--img {
	margin-left: 15px;
}

@media(max-width:575px) {
	.pxl-post--navigation .pxl--item-next .pxl--img {
		margin-left: 0;
	}
}

.pxl-post--navigation .pxl--item-next .pxl--holder {
	justify-content: flex-end;
}

.pxl-post--navigation .pxl--readmore-nav,.pxl-post--navigation .pxl--readmore-related {
	margin-top: 15px;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	color: #70747f;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
}

.pxl-post--navigation .pxl--readmore-nav:hover,.pxl-post--navigation .pxl--readmore-related:hover {
	color: var(--primary-color);
}

.pxl-post--navigation .pxl--readmore-nav:hover i,.pxl-post--navigation .pxl--readmore-related:hover i {
	color: var(--primary-color);
	animation: pxl_left_right 300ms ease-out;
}

.pxl-post--navigation .pxl--readmore-nav i,.pxl-post--navigation .pxl--readmore-related i {
	padding-top: 4px;
	padding-left: 10px;
	font-size: 20px;
	transition: .3s;
}

.pxl-related-post {
	padding: 75px 0 40px;
}

.pxl-related-post .title-nav-post,.pxl-related-post .widget-title {
	font-size: 24px;
	color: var(--secondary-color);
	font-weight: 400;
	display: inline-block;
	position: relative;
	margin-bottom: 34px;
	padding: 0;
}

.pxl-related-post .title-nav-post:before,.pxl-related-post .widget-title:before {
	content: '';
	width: 40px;
	height: 4px;
	background-color: var(--primary-color);
	position: absolute;
	bottom: 5px;
	right: -60px;
}

.pxl-related-post .title-nav-post:after,.pxl-related-post .widget-title:after {
	content: '';
	width: 15px;
	height: 4px;
	background-color: var(--primary-color);
	position: absolute;
	bottom: 5px;
	right: -82px;
}

.pxl-related-post .pxl--items {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.pxl-related-post .pxl--items .pxl--item {
	width: 50%;
}

@media screen and (max-width:575px) {
	.pxl-related-post .pxl--items .pxl--item {
		width: 100%;
	}

	.pxl-related-post .pxl--items .pxl--item+.pxl--item {
		margin-top: 30px;
	}
}

.pxl-related-post .pxl--img,.pxl-related-post .item-featured {
	position: relative;
	max-height: 200px;
	overflow: hidden;
}

.pxl-related-post .pxl--img a,.pxl-related-post .item-featured a {
	display: block;
}

.pxl-related-post .pxl--img a:before,.pxl-related-post .item-featured a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--secondary-color);
	-webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
	-khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
	-moz-transition: .3s cubic-bezier(.24,.74,.58,1);
	-ms-transition: .3s cubic-bezier(.24,.74,.58,1);
	-o-transition: .3s cubic-bezier(.24,.74,.58,1);
	transition: .3s cubic-bezier(.24,.74,.58,1);
	opacity: 0;
}

.pxl-related-post .pxl--img a:after,.pxl-related-post .item-featured a:after {
	content: '+';
	font-size: 24px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-khtml-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
	-khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
	-moz-transition: .3s cubic-bezier(.24,.74,.58,1);
	-ms-transition: .3s cubic-bezier(.24,.74,.58,1);
	-o-transition: .3s cubic-bezier(.24,.74,.58,1);
	transition: .3s cubic-bezier(.24,.74,.58,1);
	opacity: 0;
}

.pxl-related-post .pxl--img:hover a:before,.pxl-related-post .item-featured:hover a:before {
	opacity: .76;
}

.pxl-related-post .pxl--img:hover a:after,.pxl-related-post .item-featured:hover a:after {
	opacity: 1;
}

.pxl-related-post .pxl--meta {
	padding-top: 25px;
}

.pxl-related-post .pxl--meta .pxl-item--meta {
	padding-bottom: 10px!important;
}

.pxl-related-post .pxl--meta .title-post-nav a,.pxl-related-post .pxl--meta .item-title {
	margin-bottom: 0;
	color: var(--secondary-color);
	font-size: 24px;
	line-height: 33px;
	font-weight: 400;
}

.pxl-related-post .pxl--meta .title-post-nav a:hover,.pxl-related-post .pxl--meta .item-title:hover {
	color: var(--primary-color);
}

.pxl-related-post .pxl--holder img {
	width: 100%;
}

.pxl-related-post .pxl--item-prev .pxl--meta {
	margin-right: 15px;
}

@media(max-width:575px) {
	.pxl-related-post .pxl--item-prev .pxl--meta {
		margin-right: 0;
	}
}

.pxl-related-post .pxl--item-prev .pxl--img {
	margin-right: 15px;
}

@media(max-width:575px) {
	.pxl-related-post .pxl--item-prev .pxl--img {
		margin-right: 0;
	}
}

.pxl-related-post .pxl--item-next .pxl--meta {
	margin-left: 15px;
}

@media(max-width:575px) {
	.pxl-related-post .pxl--item-next .pxl--meta {
		margin-left: 0;
	}
}

.pxl-related-post .pxl--item-next .pxl--img {
	margin-left: 15px;
}

@media(max-width:575px) {
	.pxl-related-post .pxl--item-next .pxl--img {
		margin-left: 0;
	}
}

.pxl-related-post .pxl--item-next .pxl--holder {
	justify-content: flex-end;
}

.pxl-related-post .pxl--readmore-nav,.pxl-related-post .pxl--readmore-related {
	margin-top: 15px;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	color: #70747f;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
}

.pxl-related-post .pxl--readmore-nav:hover,.pxl-related-post .pxl--readmore-related:hover {
	color: var(--primary-color);
}

.pxl-related-post .pxl--readmore-nav:hover i,.pxl-related-post .pxl--readmore-related:hover i {
	color: var(--primary-color);
	animation: pxl_left_right 300ms ease-out;
}

.pxl-related-post .pxl--readmore-nav i,.pxl-related-post .pxl--readmore-related i {
	padding-top: 4px;
	padding-left: 10px;
	font-size: 20px;
	transition: .3s;
}

@media screen and (min-width:1200px) {
	.pxl-sidebar-sticky {
		position: -webkit-sticky;
		position: sticky;
		top: 40px;
	}

	.admin-bar .pxl-sidebar-sticky {
		top: 72px;
	}
}

.pxl-sidebar-area:not(.pxl-sidebar-shop) .widget {
	border: 1px solid #e8ebf0;
	padding: 40px;
	margin-bottom: 30px;
}

@media(max-width:450px) {
	.pxl-sidebar-area:not(.pxl-sidebar-shop) .widget {
		padding: 30px 20px;
	}
}

.pxl-sidebar-area:not(.pxl-sidebar-shop) .widget:last-child {
	margin-bottom: 0;
}

.comments-title {
	display: inline-block;
	position: relative;
	padding-bottom: 0!important;
}

.comments-title:before {
	content: '';
	width: 40px;
	height: 4px;
	background-color: var(--primary-color);
	position: absolute;
	bottom: 7px;
	right: -60px;
}

.comments-title:after {
	content: '';
	width: 15px;
	height: 4px;
	background-color: var(--primary-color);
	position: absolute;
	bottom: 7px;
	right: -82px;
}

.widget:not(.woocommerce) .widget-title,.widget:not(.woocommerce) .comment-reply-title,.widget:not(.woocommerce) .comments-title {
	color: var(--secondary-color);
	font-weight: 400;
	font-size: 24px;
	margin-bottom: 3px;
	padding-bottom: 10px;
	position: relative;
}

.widget:not(.woocommerce) .widget-title span,.widget:not(.woocommerce) .comment-reply-title span,.widget:not(.woocommerce) .comments-title span {
	position: relative;
}

.widget:not(.woocommerce) .widget-title span:before,.widget:not(.woocommerce) .comment-reply-title span:before,.widget:not(.woocommerce) .comments-title span:before {
	content: '';
	width: 40px;
	height: 4px;
	background-color: var(--primary-color);
	position: absolute;
	bottom: 5px;
	right: -60px;
}

.widget:not(.woocommerce) .widget-title span:after,.widget:not(.woocommerce) .comment-reply-title span:after,.widget:not(.woocommerce) .comments-title span:after {
	content: '';
	width: 15px;
	height: 4px;
	background-color: var(--primary-color);
	position: absolute;
	bottom: 5px;
	right: -82px;
}

.widget_search .search-form {
	position: relative;
}

.widget_search .search-form .search-submit {
	padding: 0;
	border: none;
	line-height: 50px;
	height: 59px;
	width: 50px;
	position: absolute;
	top: 0;
	right: 12px;
	color: var(--secondary-color);
	font-weight: 400;
	background-color: initial;
}

.widget_search .search-form .search-submit:active {
	background-color: initial;
	color: var(--secondary-color);
}

.widget_search .search-form .search-submit i {
	font-size: 19px;
	color: var(--regular-color);
	line-height: 59px;
}

.widget_search .search-form .search-submit:before,.widget_search .search-form .search-submit:after {
	display: none;
}

.widget_search .search-form .search-field {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: none;
	background-color: #eff1f4;
	padding: 0 24px;
	font-family:;
	font-size: 16px;
	font-weight: 400;
	height: 59px;
	color: #1b2336;
}

.widget_product_categories .count,.widget_categories .count,.widget_nav_menu .count,.widget_pages .count,.widget_archive .count,.widget_meta .count,.widget_recent_entries .count {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.widget_product_categories ul,.widget_categories ul,.widget_nav_menu ul,.widget_pages ul,.widget_archive ul,.widget_meta ul,.widget_recent_entries ul {
	list-style: none;
	margin-top: -3px;
	margin-bottom: 0;
	padding: 0;
}

.widget_product_categories ul li a,.widget_categories ul li a,.widget_nav_menu ul li a,.widget_pages ul li a,.widget_archive ul li a,.widget_meta ul li a,.widget_recent_entries ul li a {
	color: #70747f;
	display: block;
	font-size: 18px;
	font-weight: 500;
	font-family: rubik;
	line-height: 24px;
	padding: 9px 0;
	position: relative;
	position: relative;
	z-index: 1;
}

.widget_product_categories ul li a:before,.widget_categories ul li a:before,.widget_nav_menu ul li a:before,.widget_pages ul li a:before,.widget_archive ul li a:before,.widget_meta ul li a:before,.widget_recent_entries ul li a:before {
	content: "\f14d";
	font-family: Caseicon;
	margin-right: 8px;
	font-size: 11px;
	font-weight: 700;
}

.widget_product_categories ul li a .pxl-count,.widget_categories ul li a .pxl-count,.widget_nav_menu ul li a .pxl-count,.widget_pages ul li a .pxl-count,.widget_archive ul li a .pxl-count,.widget_meta ul li a .pxl-count,.widget_recent_entries ul li a .pxl-count {
	width: 27px;
	height: 27px;
	display: inline-block;
	text-align: center;
	line-height: 27px;
	font-size: 18px;
	font-family: rubik;
	color: #70747f;
	-webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-o-transition: all .25s cubic-bezier(.645,.045,.355,1);
	transition: all .25s cubic-bezier(.645,.045,.355,1);
	position: relative;
	z-index: 1;
}

.widget_product_categories ul li a .pxl-count:before,.widget_categories ul li a .pxl-count:before,.widget_nav_menu ul li a .pxl-count:before,.widget_pages ul li a .pxl-count:before,.widget_archive ul li a .pxl-count:before,.widget_meta ul li a .pxl-count:before,.widget_recent_entries ul li a .pxl-count:before {
	z-index: -1;
	-webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-o-transition: all .25s cubic-bezier(.645,.045,.355,1);
	transition: all .25s cubic-bezier(.645,.045,.355,1);
	opacity: 0;
}

.widget_product_categories ul li.current-menu-item>a,.widget_categories ul li.current-menu-item>a,.widget_nav_menu ul li.current-menu-item>a,.widget_pages ul li.current-menu-item>a,.widget_archive ul li.current-menu-item>a,.widget_meta ul li.current-menu-item>a,.widget_recent_entries ul li.current-menu-item>a,.widget_product_categories ul li.current-cat>a,.widget_categories ul li.current-cat>a,.widget_nav_menu ul li.current-cat>a,.widget_pages ul li.current-cat>a,.widget_archive ul li.current-cat>a,.widget_meta ul li.current-cat>a,.widget_recent_entries ul li.current-cat>a,.widget_product_categories ul li.current-cat-parent>a,.widget_categories ul li.current-cat-parent>a,.widget_nav_menu ul li.current-cat-parent>a,.widget_pages ul li.current-cat-parent>a,.widget_archive ul li.current-cat-parent>a,.widget_meta ul li.current-cat-parent>a,.widget_recent_entries ul li.current-cat-parent>a,.widget_product_categories ul li>a:hover,.widget_categories ul li>a:hover,.widget_nav_menu ul li>a:hover,.widget_pages ul li>a:hover,.widget_archive ul li>a:hover,.widget_meta ul li>a:hover,.widget_recent_entries ul li>a:hover {
	padding-left: 16px;
	color: var(--primary-color);
}

.widget_product_categories ul li.current-menu-item>a .pxl-count,.widget_categories ul li.current-menu-item>a .pxl-count,.widget_nav_menu ul li.current-menu-item>a .pxl-count,.widget_pages ul li.current-menu-item>a .pxl-count,.widget_archive ul li.current-menu-item>a .pxl-count,.widget_meta ul li.current-menu-item>a .pxl-count,.widget_recent_entries ul li.current-menu-item>a .pxl-count,.widget_product_categories ul li.current-cat>a .pxl-count,.widget_categories ul li.current-cat>a .pxl-count,.widget_nav_menu ul li.current-cat>a .pxl-count,.widget_pages ul li.current-cat>a .pxl-count,.widget_archive ul li.current-cat>a .pxl-count,.widget_meta ul li.current-cat>a .pxl-count,.widget_recent_entries ul li.current-cat>a .pxl-count,.widget_product_categories ul li.current-cat-parent>a .pxl-count,.widget_categories ul li.current-cat-parent>a .pxl-count,.widget_nav_menu ul li.current-cat-parent>a .pxl-count,.widget_pages ul li.current-cat-parent>a .pxl-count,.widget_archive ul li.current-cat-parent>a .pxl-count,.widget_meta ul li.current-cat-parent>a .pxl-count,.widget_recent_entries ul li.current-cat-parent>a .pxl-count,.widget_product_categories ul li>a:hover .pxl-count,.widget_categories ul li>a:hover .pxl-count,.widget_nav_menu ul li>a:hover .pxl-count,.widget_pages ul li>a:hover .pxl-count,.widget_archive ul li>a:hover .pxl-count,.widget_meta ul li>a:hover .pxl-count,.widget_recent_entries ul li>a:hover .pxl-count {
	color: var(--primary-color);
}

.widget_product_categories ul li.current-menu-item>a .pxl-count:before,.widget_categories ul li.current-menu-item>a .pxl-count:before,.widget_nav_menu ul li.current-menu-item>a .pxl-count:before,.widget_pages ul li.current-menu-item>a .pxl-count:before,.widget_archive ul li.current-menu-item>a .pxl-count:before,.widget_meta ul li.current-menu-item>a .pxl-count:before,.widget_recent_entries ul li.current-menu-item>a .pxl-count:before,.widget_product_categories ul li.current-cat>a .pxl-count:before,.widget_categories ul li.current-cat>a .pxl-count:before,.widget_nav_menu ul li.current-cat>a .pxl-count:before,.widget_pages ul li.current-cat>a .pxl-count:before,.widget_archive ul li.current-cat>a .pxl-count:before,.widget_meta ul li.current-cat>a .pxl-count:before,.widget_recent_entries ul li.current-cat>a .pxl-count:before,.widget_product_categories ul li.current-cat-parent>a .pxl-count:before,.widget_categories ul li.current-cat-parent>a .pxl-count:before,.widget_nav_menu ul li.current-cat-parent>a .pxl-count:before,.widget_pages ul li.current-cat-parent>a .pxl-count:before,.widget_archive ul li.current-cat-parent>a .pxl-count:before,.widget_meta ul li.current-cat-parent>a .pxl-count:before,.widget_recent_entries ul li.current-cat-parent>a .pxl-count:before,.widget_product_categories ul li>a:hover .pxl-count:before,.widget_categories ul li>a:hover .pxl-count:before,.widget_nav_menu ul li>a:hover .pxl-count:before,.widget_pages ul li>a:hover .pxl-count:before,.widget_archive ul li>a:hover .pxl-count:before,.widget_meta ul li>a:hover .pxl-count:before,.widget_recent_entries ul li>a:hover .pxl-count:before {
	opacity: 1;
}

.widget_product_categories ul li:last-child>a,.widget_categories ul li:last-child>a,.widget_nav_menu ul li:last-child>a,.widget_pages ul li:last-child>a,.widget_archive ul li:last-child>a,.widget_meta ul li:last-child>a,.widget_recent_entries ul li:last-child>a {
	border-bottom: none;
}

.tagcloud {
	margin-left: -7px;
	margin-top: 19px;
}

.tagcloud a {
	text-align: center;
	font-weight: 400;
	color: var(--secondary-color);
	font-family: rubik;
	padding: 1px 15px;
	display: inline-block;
	background-color: #eff1f4;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #70747f;
	font-size: 14px!important;
	line-height: 30px;
	flex-grow: 1;
	margin-left: 7px;
	margin-bottom: 7px;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
}

.tagcloud a:hover {
	background-color: #b250fe;
	color: #fff;
}

.widget_pxl_recent_posts .pxl-item--img {
	width: 80px;
	min-width: 80px;
	margin-right: 25px;
	max-height: 80px;
	overflow: hidden;
}

.widget_pxl_recent_posts .pxl-item--title {
	color: var(--secondary-color);
	height: 50px;
	overflow: hidden;
	margin-top: -3px;
	margin-bottom: 7px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.widget_pxl_recent_posts .pxl-item--title a {
	color: var(--secondary-color);
}

.widget_pxl_recent_posts .pxl-item--title a:hover {
	color: var(--primary-color);
}

.widget_pxl_recent_posts .pxl-item--date {
	font-size: 15px;
	color: #8a8989;
	display: inline-flex;
	color: #70747f;
	align-items: center;
	text-transform: uppercase;
}

.widget_pxl_recent_posts .pxl-item--date i {
	margin-right: 6px;
	color: #70747f;
}

.widget_pxl_recent_posts .pxl--item {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	padding-bottom: 19px;
}

.widget_pxl_recent_posts .pxl--item img {
	-webkit-transition: all 250ms linear 0ms;
	-khtml-transition: all 250ms linear 0ms;
	-moz-transition: all 250ms linear 0ms;
	-ms-transition: all 250ms linear 0ms;
	-o-transition: all 250ms linear 0ms;
	transition: all 250ms linear 0ms;
}

.widget_pxl_recent_posts .pxl--item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget_pxl_recent_posts .pxl--item:hover img {
	transform: scale(1.1);
}

.gallery {
	margin: -16px -12px 43px;
	display: flex;
	flex-wrap: wrap;
}

.gallery .gallery-item {
	padding: 0 12px;
	margin-top: 24px;
	margin-bottom: 0;
}

.gallery.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery.gallery-columns-3 .gallery-item {
	width: 33.33%;
}

.gallery.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery.gallery-columns-5 .gallery-item {
	width: 20%;
}

.widget_media_gallery .gallery,.elementor-widget-wp-widget-media_gallery .gallery,.elementor-widget-image-gallery .gallery {
	margin: -10px -5px 0;
}

.widget_media_gallery .gallery .gallery-item,.elementor-widget-wp-widget-media_gallery .gallery .gallery-item,.elementor-widget-image-gallery .gallery .gallery-item {
	padding: 0 5px;
	margin-top: 10px!important;
	margin-bottom: 0;
}

.widget_media_gallery .gallery .gallery-item img,.elementor-widget-wp-widget-media_gallery .gallery .gallery-item img,.elementor-widget-image-gallery .gallery .gallery-item img {
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	width: 100%;
	border: none!important;
}

.widget_media_gallery .gallery .gallery-item a,.elementor-widget-wp-widget-media_gallery .gallery .gallery-item a,.elementor-widget-image-gallery .gallery .gallery-item a {
	display: flex;
	position: relative;
	flex-wrap: wrap;
}

.widget_media_gallery .gallery .gallery-item a:before,.elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:before,.elementor-widget-image-gallery .gallery .gallery-item a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.67);
	-webkit-transition: all 250ms linear 0ms;
	-khtml-transition: all 250ms linear 0ms;
	-moz-transition: all 250ms linear 0ms;
	-ms-transition: all 250ms linear 0ms;
	-o-transition: all 250ms linear 0ms;
	transition: all 250ms linear 0ms;
	opacity: 0;
	z-index: 1;
}

.widget_media_gallery .gallery .gallery-item a:after,.elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:after,.elementor-widget-image-gallery .gallery .gallery-item a:after {
	content: "\f12c";
	font-size: 14px;
	font-family: caseicon;
	color: #fff;
	z-index: 2;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-khtml-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all 250ms linear 0ms;
	-khtml-transition: all 250ms linear 0ms;
	-moz-transition: all 250ms linear 0ms;
	-ms-transition: all 250ms linear 0ms;
	-o-transition: all 250ms linear 0ms;
	transition: all 250ms linear 0ms;
	opacity: 0;
}

.widget_media_gallery .gallery .gallery-item a:hover:before,.elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:hover:before,.elementor-widget-image-gallery .gallery .gallery-item a:hover:before,.widget_media_gallery .gallery .gallery-item a:hover:after,.elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:hover:after,.elementor-widget-image-gallery .gallery .gallery-item a:hover:after {
	opacity: 1;
}

.elementor-lightbox .swiper-container .elementor-lightbox-image {
	width: auto;
	height: auto;
}

.elementor-lightbox .swiper-container .swiper-slide {
	background-color: initial;
}

.pxl-gallery {
	margin: -8px -15px 50px;
	display: flex;
	flex-wrap: wrap;
}

.pxl-gallery img {
	width: 100%;
}

.pxl-gallery .pxl--item {
	padding: 30px 15px 0;
}

.pxl-gallery .pxl--item-inner {
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.pxl-gallery .pxl--item-inner.video-active:before {
	background-color: rgba(27,27,27,.8);
}

.pxl-gallery .pxl--item-inner .btn-video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-khtml-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 99;
}

.pxl-gallery.gallery-2-columns .pxl--item {
	width: 50%;
}

@media screen and (max-width:575px) {
	.pxl-gallery.gallery-2-columns .pxl--item {
		width: 100%;
	}
}

.pxl-gallery.gallery-3-columns .pxl--item {
	width: 33.33%;
}

@media screen and (max-width:575px) {
	.pxl-gallery.gallery-3-columns .pxl--item {
		width: 100%;
	}
}

.pxl-gallery.gallery-4-columns .pxl--item {
	width: 25%;
}

@media screen and (max-width:767px) {
	.pxl-gallery.gallery-4-columns .pxl--item {
		width: 50%;
	}
}

@media screen and (max-width:575px) {
	.pxl-gallery.gallery-4-columns .pxl--item {
		width: 100%;
	}
}

.pxl-gallery.gallery-5-columns .pxl--item {
	width: 20%;
}

@media screen and (max-width:767px) {
	.pxl-gallery.gallery-5-columns .pxl--item {
		width: 50%;
	}
}

@media screen and (max-width:575px) {
	.pxl-gallery.gallery-5-columns .pxl--item {
		width: 100%;
	}
}

.pxl-wg-bannerbox1 {
	border: none!important;
	background-color: #fcf9f4;
	text-align: center;
	padding: 45px 40px 20px!important;
}

.pxl-wg-bannerbox1 .wrap-image {
	display: inline-block;
	position: relative;
}

.pxl-wg-bannerbox1 .wrap-image img {
	max-width: 190px;
}

.pxl-wg-bannerbox1 .wrap-image:before {
	position: absolute;
	width: 50px;
	height: 50px;
	background-color: var(--regular-color);
	top: 0;
	right: 0;
	border-radius: 50px;
	background-image: url(../../themes/img/quote-blog-sidebar.png);
	background-position: 50%;
	background-repeat: no-repeat;
	content: '';
}

.pxl-wg-bannerbox1 .wg-title {
	font-size: 22px;
	font-weight: 400;
	color: var(--secondary-color);
	padding-top: 27px;
}

.pxl-wg-bannerbox1 .wg-description {
	font-size: 16px;
	font-weight: 400;
	color: #70747f;
	line-height: 30px;
}

li cite {
	color: var(--secondary-color);
}

.widget_recent_entries a,.widget_recent_comments a {
	color: var(--secondary-color);
}

.widget_recent_entries a:hover,.widget_recent_comments a:hover {
	color: var(--primary-color);
}

.widget_recent_entries ul,.widget_recent_comments ul {
	list-style: none;
}

.widget_recent_comments ul {
	list-style: none;
	padding-left: 0;
}

.widget_recent_comments ul li {
	border-bottom: 1px solid #ececf0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.widget_recent_comments .recentcomments>a {
	font-size: 15px;
	font-weight: 600;
	line-height: normal;
	color: var(--secondary-color);
	display: block;
}

.widget_recent_comments .recentcomments>a:hover {
	color: var(--primary-color);
}

.widget_recent_comments .recentcomments>a:before {
	content: '\A';
	white-space: pre;
}

.widget_rss ul {
	list-style: none;
	padding: 0;
}

.widget_rss li {
	margin-bottom: 16px;
}

.widget_rss li:last-child {
	margin-bottom: 0;
}

.widget_rss .rsswidget {
	font-weight: 700;
	display: inline-block;
}

.widget_rss .rss-date {
	font-size: .875em;
	font-style: italic;
	display: block;
}

.widget_rss cite {
	font-weight: 700;
	font-size: .875em;
}

input::-moz-placeholder,textarea::-moz-placeholder {
	color: inherit;
	opacity: 1;
	text-overflow: ellipsis;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
	text-overflow: ellipsis;
}

input::-o-placeholder,textarea::-o-placeholder {
	color: inherit;
	opacity: 1;
	text-overflow: ellipsis;
}

input::-ms-placeholder,textarea::-ms-placeholder {
	color: inherit;
	opacity: 1;
	text-overflow: ellipsis;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

input[type=text],input[type=email],input[type=url],input[type=password],input[type=search],input[type=tel],input[type=number],input[type=range],input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime],input[type=datetime-local],input[type=color],textarea,select,.pxl-select-higthlight {
	background-color: #fff;
	border: 1px solid #e9ebf0;
	color: var(--secondary-color);
	padding: 6px 22px;
	line-height: normal;
	font-size: 18px;
	font-weight: 400;
	height: 55px;
	-webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-o-transition: all .25s cubic-bezier(.645,.045,.355,1);
	transition: all .25s cubic-bezier(.645,.045,.355,1);
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	outline: none;
}

input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=number]:focus,input[type=range]:focus,input[type=date]:focus,input[type=month]:focus,input[type=week]:focus,input[type=time]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=color]:focus,textarea:focus,select:focus,.pxl-select-higthlight:focus {
	border: 1px solid var(--secondary-color)!important;
	outline: 0;
	border-color: var(--primary-color);
}

input[type=range] {
	padding: 0;
	background-color: initial;
	height: auto;
	border: none;
}

select {
	height: 50px;
}

textarea {
	padding-top: 18px;
	padding-bottom: 18px;
	height: 150px;
	margin: 0;
}

.comment-form-cookies-consent {
	display: none;
}

.comments-area .avatar {
	margin-bottom: 10px;
}

.comments-area .comment-list-wrap {
	margin-top: 23px;
}

.comments-area .comment-list-wrap .comments-title {
	font-size: 24px;
	text-transform: capitalize;
	color: var(--secondary-color);
	font-weight: 400;
}

.comments-area .comment-reply-title {
	font-size: 24px;
	text-transform: capitalize;
	color: var(--secondary-color);
	font-weight: 400;
}

.comments-area .comment-respond {
	border-top: 1px solid #e8ebf0;
	margin-top: 36px;
	padding-top: 55px;
}

.comments-area .comment-respond .logged-in-as {
	margin-top: 25px;
	margin-bottom: 0;
	font-size: 14px;
	font-family: rubik;
}

.comments-area .comment-respond .logged-in-as a {
	color: inherit;
}

.comments-area .comment-respond .logged-in-as a:hover {
	color: var(--primary-color);
}

.comments-area .comment-respond .logged-in-as a:nth-child(2) {
	font-weight: 700;
	text-decoration: underline;
}

.comments-area .no-comments {
	display: none;
}

.comment-title {
	font-size: 22px;
	text-transform: capitalize;
	color: var(--secondary-color);
	font-weight: 400;
	margin-bottom: 2px;
}

.comment-title a {
	color: inherit;
}

.comment-title a:hover {
	color: inherit;
}

.comment-list {
	padding: 0;
	list-style: none;
	max-width: 800px;
}

.comment-list li .children {
	padding-left: 50px;
}

@media screen and (max-width:767px) {
	.comment-list li .children {
		padding-left: 78px;
	}
}

@media screen and (max-width:575px) {
	.comment-list li .children {
		padding-left: 0;
	}
}

.comment-list li .children li {
	list-style: none;
	margin-top: 35px;
}

.comment-list li .comment-respond {
	margin-top: 15px;
	margin-bottom: 50px;
	margin-left: 130px;
}

@media screen and (max-width:767px) {
	.comment-list li .comment-respond {
		margin-left: 78px;
		margin-top: 0;
	}
}

@media screen and (max-width:575px) {
	.comment-list li .comment-respond {
		margin-left: 0;
		margin-top: 20px;
	}
}

.comment-list>li {
	margin-bottom: 35px;
}

.comment-list>li:last-child {
	margin-bottom: 0;
}

.comment-list>li>.children>li>.children>li>.children>li>.children {
	padding-left: 0;
}

.comment-list>li>.children>li>.children>li>.children>li>.children .children {
	padding-left: 0;
}

.comment-date {
	font-family: rubik;
	font-weight: 400;
	font-size: 15px;
	color: #696969;
	margin-bottom: 7px;
	line-height: normal;
	display: inline-block;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}

.comment-content {
	position: relative;
	flex-grow: 1;
	padding: 0 22px 34px;
	-webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
	-khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
	-moz-transition: .3s cubic-bezier(.24,.74,.58,1);
	-ms-transition: .3s cubic-bezier(.24,.74,.58,1);
	-o-transition: .3s cubic-bezier(.24,.74,.58,1);
	transition: .3s cubic-bezier(.24,.74,.58,1);
}

@media screen and (max-width:767px) {
	.comment-content {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width:575px) {
	.comment-content {
		padding-top: 70px;
	}
}

.comment-content a {
	word-wrap: break-word;
}

.comment-content .comment-text {
	padding-bottom: 14px;
	color: inherit;
	font-size: 16px;
	color: #70747f;
	line-height: 32px;
}

.comment-content .comment-text p:last-child {
	margin-bottom: 0;
}

.comment-content .comment-text ol,.comment-content .comment-text ul {
	margin-bottom: 32px;
}

.comment-content .comment-text ol ul,.comment-content .comment-text ul ul,.comment-content .comment-text ol ol,.comment-content .comment-text ul ol {
	margin-bottom: 0;
}

.comment-content .comment-text ul li {
	list-style: outside;
}

.comment-content .comment-text img {
	margin: 6px 0;
}

@media screen and (max-width:575px) {
	.comment-reply {
		position: static;
		margin-top: 22px;
	}
}

.comment-reply a {
	font-size: 14px;
	color: var(--secondary-color);
	font-weight: 400;
	text-transform: uppercase;
	display: flex;
	z-index: 1;
}

.comment-reply a i {
	font-weight: 700;
	margin-left: 5px;
	font-size: 15px;
}

.comment-reply a:hover {
	color: var(--primary-color);
}

.comment-reply-title small {
	display: inline-block;
	vertical-align: top;
	margin-top: -5px;
	margin-left: 10px;
}

.comment-reply-title small a {
	line-height: 36px;
	display: inline-block;
	padding: 0 16px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	-webkit-border-radius: 36px;
	-khtml-border-radius: 36px;
	-moz-border-radius: 36px;
	-ms-border-radius: 36px;
	-o-border-radius: 36px;
	border-radius: 36px;
	background-color: var(--primary-color);
	background-size: 300%,1px;
	background-position: 0;
}

.comment-reply-title small a i {
	margin-left: 4px;
}

.comment-reply-title small a:hover {
	color: #fff;
	background-position: 100%;
}

.comment-holder {
	display: flex;
	flex-wrap: nowrap;
	margin-top: 5px;
}

.comment-holder .comment-meta {
	flex-grow: 1;
	margin-right: 30px;
}

@media screen and (max-width:575px) {
	.comment-holder {
		display: block;
		margin-top: 0;
		margin-bottom: 14px;
	}

	.comment-holder .comment-meta {
		margin-right: 0;
	}
}

.comment-form .row>div {
	margin-top: 30px;
}

.comment-form .form-submit {
	margin-top: 33px;
	margin-bottom: 0;
}

.comment-form .form-submit .submit {
	font-size: 18px;
	font-weight: 400;
	padding: 8px 100px;
	border-radius: 5px!important;
	background-color: var(--fourth-color);
}

@media(max-width:575px) {
	.comment-form .form-submit .submit {
		padding: 8px 50px;
	}
}

.comment-form .form-submit .submit:hover {
	-webkit-transform: translateY(-2px);
	-khtml-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}

.comment-form .comment-form-comment {
	padding-top: 30px;
	display: flex;
	flex-wrap: wrap;
}

.comment-inner {
	display: flex;
	flex-wrap: nowrap;
}

@media screen and (max-width:575px) {
	.comment-inner {
		display: block;
	}
}

.comment-inner img.avatar {
	width: 90px;
	height: 90px;
	min-width: 90px;
	margin-right: 18px;
	float: left;
	-webkit-border-radius: 100px;
	-khtml-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
}

@media screen and (max-width:767px) {
	.comment-inner img.avatar {
		width: 60px;
		height: 60px;
		min-width: 60px;
		margin-right: 18px;
	}
}

@media screen and (max-width:575px) {
	.comment-inner img.avatar {
		float: none;
		margin: 0 auto;
		width: 92px;
		height: 92px;
		min-width: 92px;
		margin-bottom: -45px;
		position: relative;
		z-index: 99;
		opacity: 1;
	}
}

.comment-form-cookies-consent {
	font-size: 14px;
	line-height: 26px;
	padding-left: 24px;
	position: relative;
	margin-top: 15px;
	margin-bottom: 28px;
	color: #1b1b1b;
}

.comment-form-cookies-consent input,.comment-form-cookies-consent label:before,.comment-form-cookies-consent label:after {
	position: absolute;
	width: 14px;
	height: 14px;
	left: 0;
	top: 6px;
	cursor: pointer;
}

.comment-form-cookies-consent label {
	cursor: pointer;
}

.comment-form-cookies-consent label:before {
	content: '';
	z-index: 1;
	background-color: #e9e9e9;
}

.comment-form-cookies-consent label:after {
	content: '\f10c';
	font-family: caseicon;
	font-weight: 400;
	z-index: 2;
	font-size: 10px;
	color: #000;
	opacity: 0;
	line-height: 12px;
	text-align: center;
	top: 6px;
}

.comment-form-cookies-consent input {
	z-index: 99;
	opacity: 0;
}

.comment-form-cookies-consent input:checked+label:after {
	opacity: 1;
}

#commentform {
}

.pxl-select {
	width: 100%;
	position: relative;
}

.pxl-select .pxl-select-hidden {
	display: none;
}

.pxl-select .pxl-select-options {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	list-style: none;
	margin: 10px 0 0;
	padding: 12px 18px;
	background-color: #fff;
	z-index: 99;
	font-size: 14px;
	color: #696878;
	font-family: rubik,sans-serif;
	box-shadow: 0 3px 65px rgba(0,0,0,8%);
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-o-transition: all .25s cubic-bezier(.645,.045,.355,1);
	transition: all .25s cubic-bezier(.645,.045,.355,1);
	opacity: 0;
	margin-top: 30px;
	visibility: hidden;
}

.pxl-select .pxl-select-options li {
	padding: 9px 8px;
	cursor: pointer;
	text-align: left;
	-webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-o-transition: all .25s cubic-bezier(.645,.045,.355,1);
	transition: all .25s cubic-bezier(.645,.045,.355,1);
	line-height: normal!important;
}

.pxl-select .pxl-select-options li:hover {
	color: var(--primary-color);
}

.pxl-select .pxl-select-higthlight {
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
}

.pxl-select .pxl-select-higthlight:before {
	content: "\f150";
	font-family: Caseicon;
	width: 28px;
	height: 28px;
	border-radius: 28px;
	font-weight: 700;
	color: #737879;
	line-height: 28px;
	text-align: center;
	font-size: 10px;
	font-family: Caseicon;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	-webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-o-transition: all .25s cubic-bezier(.645,.045,.355,1);
	transition: all .25s cubic-bezier(.645,.045,.355,1);
}

.pxl-select .pxl-select-higthlight.active+.pxl-select-options {
	opacity: 1;
	margin-top: 10px;
	visibility: visible;
}

.pxl-select .pxl-select-higthlight.active:before {
	transform: translate(0,-50%)scaleY(-1);
}

.wrap-ctf1 .wpcf7-not-valid-tip {
	top: 120%!important;
}

.wrap-ctf1 .wpcf7-form-control-wrap {
	margin-bottom: 0!important;
}

.wrap-ctf1 .input-filled input {
	height: 75px!important;
	border-radius: 5px;
	font-size: 20px!important;
}

.wrap-ctf1 .wpcf7-submit {
	position: absolute;
	padding: 5px 32px!important;
	border-radius: 5px!important;
	right: 10px;
	top: 10px;
	background-color: var(--primary-color);
	font-size: 18px;
	font-weight: 400;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

@media(max-width:450px) {
	.wrap-ctf1 .wpcf7-submit {
		font-size: 14px;
		padding: 5px 20px!important;
	}
}

.wrap-ctf1 .wpcf7-submit:hover {
	background-color: var(--secondary-color);
}

.contact-form-team {
	text-align: center;
}

.contact-form-team .title-form {
	font-size: 42px;
	font-weight: 400;
	color: var(--secondary-color);
	padding-bottom: 35px;
}

@media(max-width:991px) {
	.contact-form-team .title-form {
		font-size: 35px;
		padding-bottom: 20px;
	}
}

@media(max-width:767px) {
	.contact-form-team .title-form {
		font-size: 30px;
		padding-bottom: 20px;
	}
}

@media(max-width:575px) {
	.contact-form-team .title-form {
		font-size: 27px;
		padding-bottom: 10px;
	}
}

.contact-form-team .wpcf7-submit {
	background-color: #fab319;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

.contact-form-team .wpcf7-submit:hover {
	background-color: var(--primary-color);
}

.contact-form-team .bt-submit {
	display: inline-block;
	position: relative;
}

.contact-form-team .bt-submit i {
	position: absolute;
	color: #fff;
	top: 53%;
	right: 60px;
	font-size: 24px;
	transform: translatey(-50%);
}

@media(max-width:480px) {
	.contact-form-team .bt-submit i {
		right: 40px;
		top: 50%;
	}
}

.contact-form-h3 {
	text-align: center;
}

.contact-form-h3 .ip-space {
	padding: 0 10px!important;
}

.contact-form-h3 .wpcf7-submit {
	background-color: #fab319;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

.contact-form-h3 .wpcf7-submit:hover {
	background-color: var(--primary-color);
}

.contact-form-h3 .bt-submit {
	display: inline-block;
	position: relative;
}

.contact-form-h3 .bt-submit i {
	position: absolute;
	color: #fff;
	top: 53%;
	right: 30px;
	font-size: 24px;
	transform: translatey(-50%);
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
	pointer-events: none;
}

@media(max-width:480px) {
	.contact-form-h3 .bt-submit i {
		right: 20px;
		top: 50%;
	}
}

.contact-form-h3 .bt-submit:hover i {
	right: 25px;
}

.box-shadow1 {
	box-shadow: rgba(100,100,111,.1)0 7px 29px;
}

.pxl-content-area .searchform-wrap {
	position: relative;
}

.pxl-content-area .searchform-wrap .search-submit {
	position: absolute;
	top: 4px;
	right: 4px;
	background-color: var(--secondary-color);
	border-radius: 5px!important;
}

.pxl-content-area .searchform-wrap .search-submit:hover {
	background-color: var(--primary-color);
}

.pxl-content-area .page-header .page-title {
	color: var(--secondary-color);
}

.ovl-scroll {
	overflow-y: scroll;
}

.pxl-item--post.type-product .pxl-item--meta,.pxl-item--post.type-product .pxl-item--readmore {
	display: none;
}

.pxl-item--post.type-product .pxl-item--image+.pxl-item--holder {
	padding: 35px 0 10px!important;
}

body.rtl {
	direction: rtl;
	unicode-bidi: embed;
	text-align: right;
}

body.rtl .rtl-icon {
	-webkit-transform: scaleX(-1);
	-khtml-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	display: inline-block;
}

body.rtl .pxl-text-left {
	text-align: right;
}

body.rtl .pxl-text-right {
	text-align: left;
}

@media screen and (min-width:1200px) {
	body.rtl .pxl-nav-menu .pxl-menu-primary>li.menu-item-has-children>a .caseicon-angle-arrow-down {
		margin-left: 0;
		margin-right: 8px;
	}

	body.rtl .pxl-menu-primary .sub-menu,body.rtl .pxl-menu-primary .children {
		text-align: right;
	}

	body.rtl .pxl-menu-primary li a span:before {
		left: auto;
		right: 0;
	}

	body.rtl .pxl-menu-primary>li>.sub-menu:not(.pxl-mega-menu),body.rtl .pxl-menu-primary>li>.children:not(.pxl-mega-menu) {
		left: auto;
		right: 0;
		text-align: right;
	}

	body.rtl .pxl-menu-primary>li>.sub-menu:not(.pxl-mega-menu) li>.sub-menu,body.rtl .pxl-menu-primary>li>.children:not(.pxl-mega-menu) li>.sub-menu,body.rtl .pxl-menu-primary>li>.sub-menu:not(.pxl-mega-menu) li>.children,body.rtl .pxl-menu-primary>li>.children:not(.pxl-mega-menu) li>.children {
		left: auto;
		right: 100%;
		text-align: right;
	}

	body.rtl .pxl-menu-primary .sub-menu li.menu-item-has-children>a::after {
		content: "\f136";
		right: auto;
		left: 0;
	}

	body.rtl .pxl-nav-menu.hv-style1 .pxl-menu-primary>li>a::before {
		left: auto;
		right: 0;
	}
}

@media screen and (max-width:1199px) {
	body.rtl #pxl-header-default #pxl-nav-mobile,body.rtl #pxl-header-elementor #pxl-nav-mobile {
		right: auto;
		left: 15px;
	}

	body.rtl .pxl-header-menu {
		left: auto;
		right: 0;
		-webkit-transform: translateX(100%);
		-khtml-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
	}

	body.rtl .pxl-header-menu.active {
		-webkit-transform: translateX(0%);
		-khtml-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}

	body.rtl .pxl-menu-toggle,body.rtl .pxl-menu-close,body.rtl .pxl-header-mobile-search .search-submit {
		right: auto;
		left: 0;
	}

	body.rtl .pxl-menu-primary .sub-menu li a,body.rtl .pxl-menu-primary .children li a {
		padding-left: 0;
		padding-right: 14px;
	}

	body.rtl .pxl-menu-primary .pxl-megamenu .pxl-heading {
		padding-left: 0;
		padding-right: 14px;
	}
}

body.rtl #pxl-search-popup .pxl-item--conent form .search-submit {
	right: auto;
	left: 0;
	text-align: left;
}

body.rtl .pxl-type-header-clip>.elementor-container .pxl-header-shape {
	margin-left: 190px;
	margin-right: 52px;
}

body.rtl .pxl-type-header-clip>.elementor-container .pxl-header-shape span {
	transform: scaleX(-1);
}

body.rtl .pxl-type-header-clip>.elementor-container .pxl-header-shape::before {
	left: auto;
	right: -45px;
}

body.rtl .pxl-type-header-clip>.elementor-container .pxl-header-shape::after {
	left: auto;
	right: -52px;
}

body.rtl .pxl-item--post .pxl-item--meta li {
	margin-right: 0;
	margin-left: 20px;
}

body.rtl .pxl-item--post .pxl-item--meta li i {
	margin-right: 0;
	margin-left: 8px;
}

body.rtl blockquote {
	padding-left: 40px;
	padding-right: 40px;
	margin-left: 0;
	margin-right: 0;
}

body.rtl blockquote:before {
	left: auto;
	right: 0;
}

body.rtl .pxl--post-footer label {
	margin-right: 0;
	margin-left: 18px;
}

body.rtl .pxl--post-footer .pxl--tags {
	margin-right: 0;
	margin-left: 30px;
}

body.rtl .pxl-post--navigation .pxl--item-prev .pxl--img {
	margin-right: 0;
	margin-left: 22px;
}

body.rtl .pxl-post--navigation .pxl--item-prev .pxl--label i {
	margin-right: 0;
	margin-left: 4px;
}

body.rtl .pxl-post--navigation .pxl--item-prev .pxl--label i:before {
	content: "\f134";
}

body.rtl .pxl-post--navigation .pxl--item-next {
	text-align: left;
}

body.rtl .pxl-post--navigation .pxl--item-next .pxl--img {
	margin-left: 0;
	margin-right: 22px;
}

body.rtl .pxl-post--navigation .pxl--item-next .pxl--label i {
	margin-left: 0;
	margin-right: 4px;
}

body.rtl .pxl-post--navigation .pxl--item-next .pxl--label i:before {
	content: "\f13a";
}

body.rtl .pxl-item--post .pxl-item--meta::before {
	right: 0;
	left: auto;
}

body.rtl .comment-inner img.avatar {
	margin-right: 0;
	margin-left: 18px;
}

body.rtl .comment-reply {
	right: auto;
	left: 23px;
}

body.rtl .comment-reply a i {
	-webkit-transform: scaleX(-1);
	-khtml-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	margin-left: 0;
	margin-right: 5px;
}

body.rtl .comment-form-cookies-consent {
	padding-left: 0;
	padding-right: 24px;
}

body.rtl .comment-form-cookies-consent input,body.rtl .comment-form-cookies-consent label::before,body.rtl .comment-form-cookies-consent label::after {
	left: auto;
	right: 0;
}

body.rtl .comment-list li .comment-respond {
	margin-left: 0;
	margin-right: 130px;
}

@media screen and (max-width:767px) {
	body.rtl .comment-list li .comment-respond {
		margin-left: 0;
		margin-right: 78px;
	}
}

@media screen and (max-width:575px) {
	body.rtl .comment-list li .comment-respond {
		margin-right: 0;
	}
}

body.rtl .comment-list li .children {
	padding-right: 120px;
	padding-left: 0;
}

@media screen and (max-width:767px) {
	body.rtl .comment-list li .children {
		padding-right: 78px;
		padding-left: 0;
	}
}

@media screen and (max-width:575px) {
	body.rtl .comment-list li .children {
		padding-right: 0;
	}
}

body.rtl .comment-reply-title small {
	margin-left: 0;
	margin-right: 10px;
}

body.rtl .pxl-item--post .pxl-item--readmore a:hover {
	padding-right: 30px;
	padding-left: 48px;
}

body.rtl .pxl-item--post .pxl-item--readmore i {
	right: auto;
	left: 36px;
	transform: translate(0,-50%)scaleX(-1);
}

body.rtl .pxl-item--post .pxl-item--readmore a:hover i {
	left: 24px;
}

body.rtl .pxl-pagination-wrap .page-numbers i {
	-webkit-transform: scaleX(-1);
	-khtml-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

body.rtl .widget-title::before,body.rtl .comment-reply-title::before,body.rtl .comments-title::before {
	left: auto;
	right: 0;
}

body.rtl .widget_product_categories ul li a:before,body.rtl .widget_categories ul li a:before,body.rtl .widget_nav_menu ul li a:before,body.rtl .widget_pages ul li a:before,body.rtl .widget_archive ul li a:before,body.rtl .widget_meta ul li a:before,body.rtl .widget_recent_entries ul li a:before {
	content: "\f136";
	margin-right: 0;
	margin-left: 8px;
	float: right;
}

body.rtl .widget_product_categories ul li.current-menu-item>a,body.rtl .widget_categories ul li.current-menu-item>a,body.rtl .widget_nav_menu ul li.current-menu-item>a,body.rtl .widget_pages ul li.current-menu-item>a,body.rtl .widget_archive ul li.current-menu-item>a,body.rtl .widget_meta ul li.current-menu-item>a,body.rtl .widget_recent_entries ul li.current-menu-item>a,body.rtl .widget_product_categories ul li.current-cat>a,body.rtl .widget_categories ul li.current-cat>a,body.rtl .widget_nav_menu ul li.current-cat>a,body.rtl .widget_pages ul li.current-cat>a,body.rtl .widget_archive ul li.current-cat>a,body.rtl .widget_meta ul li.current-cat>a,body.rtl .widget_recent_entries ul li.current-cat>a,body.rtl .widget_product_categories ul li.current-cat-parent>a,body.rtl .widget_categories ul li.current-cat-parent>a,body.rtl .widget_nav_menu ul li.current-cat-parent>a,body.rtl .widget_pages ul li.current-cat-parent>a,body.rtl .widget_archive ul li.current-cat-parent>a,body.rtl .widget_meta ul li.current-cat-parent>a,body.rtl .widget_recent_entries ul li.current-cat-parent>a,body.rtl .widget_product_categories ul li>a:hover,body.rtl .widget_categories ul li>a:hover,body.rtl .widget_nav_menu ul li>a:hover,body.rtl .widget_pages ul li>a:hover,body.rtl .widget_archive ul li>a:hover,body.rtl .widget_meta ul li>a:hover,body.rtl .widget_recent_entries ul li>a:hover {
	padding-left: 0;
	padding-right: 16px;
}

body.rtl .widget_search .search-submit {
	right: auto;
	left: 0;
}

body.rtl .widget_pxl_recent_posts .pxl-item--img {
	margin-right: 0;
	margin-left: 12px;
}

body.rtl .widget_pxl_recent_posts .pxl-item--date i,body.rtl .widget_tag_cloud a {
	margin-right: 0;
	margin-left: 6px;
}

body.rtl .pxl-banner1 .pxl-item--meta {
	left: auto;
	right: -85px;
	direction: ltr;
}

body.rtl .pxl-testimonial-carousel1 .pxl-item--star {
	margin-right: 0;
	margin-left: 20px;
}

body.rtl .pxl-testimonial-carousel1 .pxl-swiper-arrow {
	right: auto;
	left: 0;
}

body.rtl .pxl-testimonial-carousel1 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
	left: 74px;
}

body.rtl .pxl-testimonial-carousel1 .pxl-item--image {
	margin-right: 0;
	margin-left: 14px;
}

body.rtl .pxl-grid-filter .filter-item.active {
	margin-right: 0;
	margin-left: 24px;
}

body.rtl .pxl-grid-filter .filter-item.active:last-child {
	margin-left: 0;
}

body.rtl .pxl-mailchimp.style-outline [type=email] {
	margin-right: 0;
	margin-left: 20px;
}

@media screen and (max-width:767px) {
	body.rtl .pxl-mailchimp.style-outline [type=email] {
		margin-left: 0;
	}
}

body.rtl .pxl-post-carousel1 .pxl-item--author img {
	margin-right: 0;
	margin-left: 14px;
}

body.rtl .pxl-post-carousel1 .pxl-item--date i {
	margin-right: 0;
	margin-left: 6px;
}

body.rtl .pxl-btn-line:hover i {
	margin-left: 0;
	margin-right: 12px;
}

body.rtl .pxl-history1 .pxl-item--start,body.rtl .pxl-history1 .pxl-item--image {
	right: 50%;
	transform: translate(50%,0);
}

body.rtl .pxl-history1 .pxl-content--left {
	padding-right: 0;
	padding-left: 120px;
}

@media screen and (max-width:767px) {
	body.rtl .pxl-history1 .pxl-content--left {
		padding-right: 0;
		padding-left: 30px;
	}
}

body.rtl .pxl-history1 .pxl-content--left .pxl-item--title:before {
	right: auto;
	left: -130px;
}

@media screen and (max-width:767px) {
	body.rtl .pxl-history1 .pxl-content--left .pxl-item--title:before {
		right: auto;
		left: -40px;
	}
}

body.rtl .pxl-history1 .pxl-content--left .pxl-item--title:after {
	right: auto;
	left: -108px;
}

@media screen and (max-width:767px) {
	body.rtl .pxl-history1 .pxl-content--left .pxl-item--title:after {
		right: auto;
		left: -20px;
	}
}

body.rtl .pxl-history1 .pxl-content--right {
	padding-left: 0;
	padding-right: 120px;
}

@media screen and (max-width:767px) {
	body.rtl .pxl-history1 .pxl-content--right {
		padding-left: 0;
		padding-right: 30px;
	}
}

body.rtl .pxl-history1 .pxl-content--right .pxl-item--title:before {
	left: auto;
	right: -130px;
}

@media screen and (max-width:767px) {
	body.rtl .pxl-history1 .pxl-content--right .pxl-item--title:before {
		left: auto;
		right: -40px;
	}
}

body.rtl .pxl-history1 .pxl-content--right .pxl-item--title:after {
	left: auto;
	right: -108px;
}

@media screen and (max-width:767px) {
	body.rtl .pxl-history1 .pxl-content--right .pxl-item--title:after {
		left: auto;
		right: -20px;
	}
}

body.rtl .pxl-link.hv-style2 a::before {
	right: 0;
	left: auto;
}

body.rtl .pxl-mailchimp.style-default [type=submit] {
	right: auto;
	left: 0;
}

body.rtl .pxl-link li i {
	margin-right: 0;
	margin-left: 8px;
}

body.rtl .pxl-feature1 .pxl--item-title::before {
	left: auto;
	right: 0;
}

body.rtl .pxl-process1 .pxl--item:nth-child(2) .pxl-item--divider,body.rtl .pxl-process1 .pxl--item:nth-child(1) .pxl-item--divider {
	left: -101px;
	right: auto;
}

body.rtl .pxl-process1 .pxl-item--image {
	right: auto;
	left: 0;
}

body.rtl .pxl-testimonial-carousel2 .pxl-item--image {
	margin-right: 0;
	margin-left: 24px;
}

body.rtl .pxl-partner-carousel1 .pxl-swiper-arrow.pxl-swiper-arrow-next {
	right: auto;
	left: 0;
}

body.rtl .pxl-partner-carousel1 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
	left: auto;
	right: 0;
}

body.rtl .pxl-partner-carousel1 .pxl-item--inner::before {
	right: auto;
	left: -15px;
}

body.rtl .pxl-mailchimp.style-primary [type=email] {
	margin-right: 0;
	margin-left: 16px;
}

body.rtl .pxl-link.hv-style5 li a {
	padding-left: 42px;
	padding-right: 20px;
}

body.rtl .pxl-link.hv-style5 li i {
	margin: 0;
	right: auto;
	left: 20px;
	-webkit-transform: translate(0,-50%)scaleX(-1);
	-khtml-transform: translate(0,-50%)scaleX(-1);
	-moz-transform: translate(0,-50%)scaleX(-1);
	-ms-transform: translate(0,-50%)scaleX(-1);
	-o-transform: translate(0,-50%)scaleX(-1);
	transform: translate(0,-50%)scaleX(-1);
}

body.rtl .pxl-testimonial-single1 .pxl-item--image {
	margin-right: 0;
	margin-left: 20px;
}

body.rtl .pxl-testimonial-single1.style-img-larger .pxl-item--image {
	margin-right: 30px;
}

body.rtl .pxl-testimonial-carousel1 .pxl-item--image,body.rtl .pxl-testimonial-grid1 .pxl-item--image {
	margin-right: 0;
	margin-left: 16px;
}

body.rtl .pxl-testimonial-grid1 .pxl-item--holder::before {
	left: auto;
	right: 40px;
	transform: scaleX(-1);
}

body.rtl .pxl-link.hv-style6 li i {
	right: auto;
	left: 10px;
	margin: 0;
}

body.rtl .pxl-blog-grid-layout3 .pxl-item--meta i {
	margin-right: 0;
	margin-left: 6px;
}

body.rtl .pxl-blog-grid-layout3 .pxl-item--meta>div {
	margin-right: 0;
	margin-left: 18px;
}

body.rtl .pxl-blog-grid-layout3 .pxl-item--meta>div:last-child {
	margin-left: 0;
	margin-right: 0;
}

body.rtl .pxl-icon-box2.style3 .pxl-item--icon {
	margin-right: 0;
	margin-left: 14px;
}

body.rtl .pxl-banner2 .pxl-item--project .pxl-project--icon {
	margin-right: 0;
	margin-left: 10px;
}

body.rtl .pxl-banner2 .pxl-item--team {
	margin-right: 0;
	margin-left: 16px;
}

body.rtl .pxl-banner2 .pxl-item--meta {
	margin-right: 0;
	margin-left: 22px;
}

body.rtl .pxl-portfolio-carousel2 .pxl-item--meta {
	padding-right: 20px;
	padding-left: 70px;
}

body.rtl .pxl-portfolio-carousel2 .pxl-item--readmore {
	right: auto;
	left: 20px;
}

body.rtl .pxl-testimonial-carousel4 .pxl-item--image {
	margin-right: 0;
	margin-left: 28px;
}

body.rtl .pxl-swiper-arrow-style2 .pxl-swiper-arrow-wrap {
	right: auto;
	left: 20px;
}

body.rtl .pxl-swiper-arrow-style2 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
	margin-right: 0;
	margin-left: 16px;
}

body.rtl .pxl-mailchimp.style-box-white2 [type=email] {
	padding-left: 0;
	padding-right: 30px;
}

body.rtl .pxl-link.hv-style3 a:hover {
	padding-left: 0;
	padding-right: 18px;
}

body.rtl .pxl-link.hv-style3 a::before {
	left: auto;
	right: -11px;
}

body.rtl .pxl-link.hv-style3 a:hover::before {
	left: auto;
	right: 0;
}

body.rtl .pxl-video-player1 .btn-video.style4+.pxl-video-text {
	margin-left: 0;
	margin-right: 14px;
}

@media screen and (min-width:1200px) {
	body.rtl .pxl-tabs1.style-text-gradient .pxl-tabs--title {
		margin-right: 0;
		margin-left: 20px;
	}

	body.rtl .pxl-tabs1.style-text-gradient .pxl-tabs--title .pxl-item--title::before {
		left: auto;
		right: 22px;
	}
}

body.rtl .pxl-accordion1.style3 .pxl-item--title {
	padding: 28px 80px 28px 20px;
}

body.rtl .pxl-accordion1.style3 .pxl-icon--plus {
	left: auto;
	right: 30px;
}

body.rtl .pxl-icon-box2.style4 .pxl-item--icon {
	margin-right: 0;
	margin-left: 16px;
}

body.rtl .pxl-swiper-arrow-style1 .pxl-swiper-dots.pxl-swiper-pagination-fraction span.swiper-pagination-current {
	margin-right: 0;
	margin-left: 50px;
}

body.rtl .pxl-swiper-arrow-style1 .pxl-swiper-dots.pxl-swiper-pagination-fraction span.swiper-pagination-current::before {
	left: auto;
	right: 32px;
}

body.rtl .pxl-wapper .btn-plus-text {
	flex-direction: row-reverse;
}

body.rtl .btn.btn-slider1 i {
	margin-left: 0;
	margin-right: 18px;
	-webkit-transform: scaleX(-1);
	-khtml-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

body.rtl #pxl-page-title-default .pxl-breadcrumb li:before {
	content: "\f14d";
	margin: 0 14px;
	font-weight: 700;
	color: inherit;
	font-family: Caseicon;
	font-size: 11px;
}

body.rtl #pxl-page-title-default .pxl-breadcrumb li:after {
	display: none;
}

body.rtl .pxl-scroll-top {
	right: auto;
	left: 40px;
}

body.rtl .pxl-col-line1::before {
	left: 25px;
	right: auto;
}

body.rtl input[type=text],body.rtl input[type=email],body.rtl input[type=url],body.rtl input[type=password],body.rtl input[type=search],body.rtl input[type=tel],body.rtl input[type=number],body.rtl input[type=range],body.rtl input[type=date],body.rtl input[type=month],body.rtl input[type=week],body.rtl input[type=time],body.rtl input[type=datetime],body.rtl input[type=datetime-local],body.rtl input[type=color],body.rtl textarea,body.rtl select,body.rtl .nice-select {
	text-align: right;
}

body.rtl .pxl-contact-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	right: auto;
	left: 18px;
}

.error404 {
	background-image: url(../../themes/img/bg-404.webp);
	background-size: cover;
	background-position: 50%;
}

.error404 #pxl-page-title-default {
	display: none;
}

.error404 #pxl-main {
	padding: 0;
}

.error404 header,.error404 footer,.error404 #pxl-page-title-elementor {
	display: none;
}

.error404 .wrap-content-404 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	height: 100vh;
}

.error404 .wrap-content-404 .pxl-error-inner {
	position: relative;
	z-index: 99;
	max-width: 900px;
	margin: auto;
	padding: 0 15px;
}

.error404 .wrap-content-404 .pxl-error-inner .error-404-image {
	max-height: 420px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.error404 .wrap-content-404 .pxl-error-title {
	font-size: 40px;
	text-transform: uppercase;
	color: var(--secondary-color);
}

@media(max-width:767px) {
	.error404 .wrap-content-404 .pxl-error-title {
		font-size: 30px;
	}
}

@media(max-width:575px) {
	.error404 .wrap-content-404 .pxl-error-title {
		font-size: 25px;
	}
}

.error404 .wrap-content-404 .pxl-error-button {
	padding: 0 26px;
	line-height: 48px;
	background-color: var(--primary-color);
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	text-transform: capitalize;
	-webkit-transition: 30ms all linear 0ms;
	-khtml-transition: 30ms all linear 0ms;
	-moz-transition: 30ms all linear 0ms;
	-ms-transition: 30ms all linear 0ms;
	-o-transition: 30ms all linear 0ms;
	transition: 30ms all linear 0ms;
}

.error404 .wrap-content-404 .pxl-error-button:hover {
	background-color: var(--secondary-color);
}

.error404 .wrap-content-404 .error-404-desc {
	font-size: 20px;
	line-height: 30px;
	color: #777;
	margin-bottom: 20px;
	max-width: 670px;
	margin: 0 auto 20px;
}

@media(max-width:767px) {
	.error404 .wrap-content-404 .error-404-desc {
		font-size: 18px;
	}
}

@media(max-width:575px) {
	.error404 .wrap-content-404 .error-404-desc {
		font-size: 16px;
	}
}

.wp-block-column .wp-block-quote {
	padding: 32px 20px 28px;
	font-size: 18px;
	line-height: 27px;
	margin-top: 0;
}

.wp-block-column .wp-block-quote p {
	font-size: 20px!important;
}

.wp-block-column .wp-block-quote cite {
	font-size: 16px!important;
	line-height: 24px;
	padding-left: 40px;
}

.wp-block-column .wp-block-quote cite:before {
	width: 20px;
}

.entry-content .wp-block-pullquote .has-light-gray-color {
	margin: 0;
}

.entry-content .wp-block-pullquote.is-style-solid-color {
	margin-bottom: 30px;
}

.entry-content .wp-block-pullquote.is-style-solid-color .has-very-dark-gray-color {
	margin-bottom: 30px;
}

@media screen and (max-width:767px) {
	.entry-content .wp-block-pullquote.is-style-solid-color .has-very-dark-gray-color {
		width: 70%!important;
	}
}

@media screen and (max-width:575px) {
	.entry-content .wp-block-pullquote.is-style-solid-color .has-very-dark-gray-color {
		width: 85%!important;
	}
}

.single-post .entry-body .entry-title {
	margin-bottom: -20px;
}

.wp-block-categories {
	margin-bottom: 20px;
}

.wp-block-rss .wp-block-rss__item {
	list-style: none;
	margin-bottom: 15px;
	position: relative;
	padding-left: 20px;
}

.wp-block-rss .wp-block-rss__item:before {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #828893;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.wp-block-calendar .wp-calendar-table {
	margin-bottom: 0;
}

.wp-block-calendar .wp-calendar-nav {
	margin-bottom: 20px;
}

.wp-block-calendar tr td {
	text-align: center;
}

.wp-block-search__inside-wrapper {
	margin: 20px 0;
}

.wp-block-search__inside-wrapper input {
	border-color: #ccc;
	width: 100%;
}

.wp-block-search__inside-wrapper button {
	line-height: 36px;
	font-size: 16px;
	padding: 0 20px 0 15px;
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: var(--secondary-color);
	border-radius: 10px;
}

.post-1779 .wp-block-pullquote blockquote {
	margin: 0;
}

#post-1152 .item-category {
	display: none;
}

.post-1000 .entry-content>ol>li>ul>li>ul>li {
	padding-left: 20px;
}

.post-1000 .entry-content>ul>li>ul>li {
	padding-left: 20px;
}

.post-1000 .entry-content>ul>li>ol>li>ul>li {
	padding-left: 20px;
}

.entry-blog {
	margin-bottom: 39px!important;
}

.wp-block-group.has-background .wp-block-group__inner-container {
	margin: 30px 0;
	padding: 30px;
}

@media screen and (max-width:767px) {
	.wp-block-group.has-background .wp-block-group__inner-container {
		padding: 20px;
	}
}

.wp-block-media-text.has-background {
	margin-bottom: 30px;
}

.wp-block-media-text.has-background .wp-block-media-text__content>p:first-child {
	font-size: 23px;
	line-height: 35px;
	margin-bottom: 10px;
}

.tag-title .entry-title a {
	word-break: break-word;
}

@media screen and (min-width:1200px) {
	.woocommerce-NoticeGroup-checkout {
		margin: 0 40px 0 15px;
	}
}

.woocommerce-product-content>.woocommerce-product--excerpt {
	display: none;
}

.select2-dropdown--below>.select2-search--dropdown,.select2-dropdown--above>.select2-search--dropdown {
	padding: 15px 17px 20px;
}

.select2-dropdown--below>.select2-results>.select2-results__options li,.select2-dropdown--above>.select2-results>.select2-results__options li {
	padding: 6px 17px;
}

.entry-content>.gallery>.gallery-item {
	text-align: center;
}

.entry-content>.gallery>.gallery-item .gallery-icon {
	margin-bottom: 13px;
}

.page-id-156 .page-title-inner,.page-id-155 .page-title-inner,.page-id-1134 .page-title-inner,.page-id-1811 .page-title-inner,.page-id-1813 .page-title-inner,.page-id-1133 .page-title-inner {
	display: block!important;
}

.page .comment-list-wrap {
	padding: 0 0 20px!important;
}

.page .comment-form-cookies-consent {
	margin-top: 15px;
}

.page #commentform .row-one {
	width: 110%;
}

.page #commentform .form-submit {
	margin-top: 28px;
	width: 100%;
}

.comment-inner {
	display: block;
}

.comment-inner .comment-content {
	padding-left: 0;
}

.widget_block h2,.widget_block label {
	color: var(--secondary-color);
	font-weight: 400;
	font-size: 24px;
	margin-bottom: 3px;
	padding-bottom: 10px;
	position: relative;
	display: inline;
	padding-bottom: 0;
}

.widget_block h2:before,.widget_block label:before {
	content: '';
	width: 40px;
	height: 4px;
	background-color: var(--primary-color);
	position: absolute;
	bottom: 5px;
	right: -60px;
}

.widget_block h2:after,.widget_block label:after {
	content: '';
	width: 15px;
	height: 4px;
	background-color: var(--primary-color);
	position: absolute;
	bottom: 5px;
	right: -82px;
}

.widget_nav_menu .sub-menu,.widget_pages .sub-menu,.widget_categories .sub-menu,.widget_nav_menu .children,.widget_pages .children,.widget_categories .children {
	padding-left: 10px;
	margin-left: 0;
}

.widget_block.widget_search {
	padding-bottom: 30px!important;
}

.widget_block.widget_search .wp-block-search__inside-wrapper {
	position: relative;
}

.widget_block.widget_search .wp-block-search__inside-wrapper input {
	width: 100%;
}

.widget_block.widget_search .wp-block-search__inside-wrapper button {
	padding: 0 10px;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 5px;
	line-height: 55px;
	background-color: initial;
	color: var(--secondary-color);
}

.pxl-content-area .wp-block-search__inside-wrapper {
	position: relative;
}

.pxl-content-area .wp-block-search__inside-wrapper input {
	width: 100%;
}

.pxl-content-area .wp-block-search__inside-wrapper button {
	padding: 0 10px;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 5px;
	line-height: 55px;
	background-color: initial;
	color: var(--secondary-color);
}

.pxl-content-area .wp-block-search__inside-wrapper button:hover {
	color: var(--primary-color);
}

.widget_archive select {
	padding: 5px;
}

.widget_block ol {
	padding-left: 0;
}

.widget_block ol li {
	margin-bottom: 25px;
}

.widget_block ol li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget_block a {
	font-weight: 400;
}

.widget_calendar th,.widget_calendar td {
	text-align: center;
	line-height: normal;
	padding: 8px;
}

.widget_calendar th a,.widget_calendar td a {
	font-weight: 700;
}

.widget_calendar table {
	margin: 0;
	border-right: 1px solid #ededed;
}

.widget_calendar table>caption {
	background-color: #f9f9f9;
	border: 1px solid #ededed!important;
	border-top: none;
	padding: 12px 10px;
	line-height: normal;
	font-weight: 500;
	font-size: 14px;
	color: #666;
	text-align: center;
}

.widget_calendar .wp-calendar-nav {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin-top: 10px;
}

.widget_calendar .wp-calendar-nav a {
	font-size: 14px;
	color: #666;
	font-weight: 700;
	background-color: #f9f9f9;
	line-height: 40px;
	display: inline-block;
	padding: 0 20px;
	border: 1px solid #ededed;
}

.widget_calendar .wp-calendar-nav a:hover {
	color: #fff;
	border-color: var(--primary-color);
	background-color: var(--primary-color);
}

.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev {
	margin-right: 20px;
	flex-grow: 1;
}

.widget_block.widget_search {
	position: relative;
}

.widget_block.widget_search .wp-block-search__button {
	padding: 0;
	border: none;
	line-height: 51px;
	height: 51px;
	width: 51px;
	border-left: 1px solid #ececf0;
	position: absolute;
	top: 0;
	right: 0;
	color: #1b2336;
	font-size: 15px;
	background-image: none;
	background-color: initial;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border-radius: 0!important;
	font-size: 0;
}

.widget_block.widget_search .wp-block-search__button:before {
	content: "\f12c";
	font-family: caseicon;
	font-size: 15px;
	font-weight: 400;
}

.widget_block.widget_search .wp-block-search__button:after {
	display: none;
}

.widget_block.widget_search .wp-block-search__button:hover {
	color: var(--primary-color);
}

.widget_block.widget_search .wp-block-search__input {
	font-size: 15px;
	color: #1b2336;
	border-color: #ececf0;
	background-color: #fff;
	height: 51px;
	padding-left: 20px;
	padding-right: 51px;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

.widget_block.widget_search .wp-block-search__input:focus {
	border-color: var(--secondary-color);
}

.widget_block.widget_search .wp-block-search__input:focus+.wp-block-search__button {
	border-color: var(--secondary-color);
}

.widget_block.widget_search .wp-block-search__inside-wrapper {
	display: block;
	position: relative;
}

.widget_block .wp-block-latest-posts__list {
	margin-bottom: 0;
}

.widget_block .wp-block-latest-posts__list li {
	font-size: 0;
}

.widget_block .wp-block-latest-posts__list li a {
	color: #415674;
	display: block;
	font-size: 18px;
	font-weight: 600;
	padding: 12px 0;
	position: relative;
	border-bottom: 1px solid #ececf0;
	position: relative;
}

.widget_block .wp-block-latest-posts__list li a:before {
	content: '';
	height: 7px;
	width: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	background-color: var(--primary-color);
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	opacity: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}

.widget_block .wp-block-latest-posts__list li:last-child>a {
	border-bottom: none;
}

.widget_block .wp-block-latest-posts__list li a:hover {
	color: var(--primary-color);
	padding-left: 30px;
}

.widget_block .wp-block-latest-posts__list li a:hover:before {
	left: 15px;
	opacity: 1;
}

.widget_block .wp-block-latest-comments li {
	color: #415674;
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
	padding: 12px 0;
	position: relative;
	border-bottom: 1px solid #ececf0;
	position: relative;
}

.widget_block .wp-block-latest-comments li a {
	color: inherit;
}

.widget_block .wp-block-latest-comments li a:hover {
	color: var(--primary-color);
}

.widget_block .wp-block-latest-comments li:last-child>a {
	border-bottom: none;
}

.widget_archive {
	display: none;
}

strong {
	color: var(--secondary-color);
}

table tr td,table th {
	border-top: 1px solid #ededed;
	border-right: 1px solid #ededed;
	padding-left: 10px;
}

.widget_text form,.widget_categories form {
	position: relative;
}

.widget_text form select::-ms-expand,.widget_categories form select::-ms-expand {
	display: none;
}

.widget_text form select,.widget_categories form select {
	-webkit-appearance: none;
	appearance: none;
}

@-moz-document url-prefix() {
	.widget_text form .ui-select,.widget_categories form .ui-select {
		border: 1px solid #ccc;
		border-radius: 4px;
		box-sizing: border-box;
		position: relative;
		overflow: hidden;
	}

	.widget_text form .ui-select select,.widget_categories form .ui-select select {
		width: 110%;
		background-position: right 30px center!important;
		border: none!important;
	}
}

.widget_text form:before,.widget_categories form:before {
	content: "\f13c";
	font-family: caseicon;
	font-size: 10px;
	color: #43baff;
	font-weight: 700;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

pre {
	overflow: hidden;
}

h2+ul,h2+ol {
	margin-bottom: 22px;
}

.alignleft,.alignright,.aligncenter {
	margin-top: 15px;
	margin-bottom: 35px;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 35px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 35px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-button {
	margin-bottom: 32px;
}

.wp-block-button.is-style-squared .wp-block-button__link {
	border-radius: 0;
}

.wp-block-button a {
	color: #fff!important;
}

.wp-block-button.is-style-outline a {
	color: var(--secondary-color)!important;
}

.wp-block-quote.is-style-large {
	padding: 30px 60px;
}

.blocks-gallery-caption {
	margin-bottom: 32px;
}

.wp-block-cover,.wp-block-cover-image {
	margin-bottom: 52px;
}

.block-editor-rich-text__editable a {
	color: #fff;
}

.wp-block-group.has-background {
	padding: 20px 30px;
	margin: 30px 0;
}

.wp-block-media-text.has-background {
	margin-bottom: 25px;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.6842em;
}

@media screen and (min-width:576px) {
	li>ul,blockquote>ul {
		margin-left: 1.65em;
		padding-left: 0;
	}

	li>ol,blockquote>ol {
		margin-left: 1.15em;
		padding-left: 0;
	}
}

blockquote cite a {
	color: #fff;
}

blockquote cite a:hover {
	color: #fff;
}

.wp-block-cover p {
	color: #fff;
}

.wp-block-cover-image,.wp-block-cover {
}

.wp-block-cover-image.has-background-dim p,.wp-block-cover.has-background-dim p {
	line-height: 48px;
	color: #fff;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104%;
	text-align: center;
	vertical-align: top;
	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%;
}

.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%;
}

.gallery .gallery-caption {
	color: #707070;
	display: block;
	font-size: 14px;
	line-height: 1.5;
	padding: 7px 0;
}

.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption {
	display: none;
}

@media(max-width:480px);} {margin-left: 0; text-align: left; clear: none; float: none; margin-bottom: 30px; display: block;
}

@media (max-width: 480px) } {
min-width: 280px;
}

.category-block .pxl-related-post {
display: block;
}

.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright {
max-width: max-content;
width: 100%;
}

.post-password-form {
position: relative;
}

.post-password-form input[type=submit] {
position: absolute;
bottom: 5px;
border-radius: 10px;
right: 5px;
background-color: var(--secondary-color);
}

button:not(.rm-style-default),.button,input[type=submit] {
font-size: 14px;
font-weight: 700;
color: #fff;
padding: 0 30px;
line-height: 45px;
-webkit-transition: all 200ms linear 0ms;
-khtml-transition: all 200ms linear 0ms;
-moz-transition: all 200ms linear 0ms;
-ms-transition: all 200ms linear 0ms;
-o-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
-webkit-border-radius: 45px;
-khtml-border-radius: 45px;
-moz-border-radius: 45px;
-ms-border-radius: 45px;
-o-border-radius: 45px;
border-radius: 45px;
-webkit-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
-khtml-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
-moz-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
-ms-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
-o-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
position: relative;
display: inline-block;
cursor: pointer;
border: none;
background-size: 300%,1px;
background-position: 0%;
height: auto;
}

button:not(.rm-style-default):hover,.button:hover,input[type=submit]:hover,button:not(.rm-style-default):focus,.button:focus,input[type=submit]:focus,button:not(.rm-style-default):active,.button:active,input[type=submit]:active,button:not(.rm-style-default):not([disabled]):not(.disabled).active,.button:not([disabled]):not(.disabled).active,input[type=submit]:not([disabled]):not(.disabled).active,button:not(.rm-style-default):not([disabled]):not(.disabled):active,.button:not([disabled]):not(.disabled):active,input[type=submit]:not([disabled]):not(.disabled):active {
outline: medium none;
text-decoration: none;
color: #fff;
background-position: 100%;
}

.btn {
display: inline-flex;
align-items: center;
font-size: 14px;
font-weight: 700;
color: #fff;
padding: 0 30px;
line-height: 45px;
-webkit-transition: all 200ms linear 0ms;
-khtml-transition: all 200ms linear 0ms;
-moz-transition: all 200ms linear 0ms;
-ms-transition: all 200ms linear 0ms;
-o-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
-webkit-border-radius: 45px;
-khtml-border-radius: 45px;
-moz-border-radius: 45px;
-ms-border-radius: 45px;
-o-border-radius: 45px;
border-radius: 45px;
-webkit-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
-khtml-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
-moz-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
-ms-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
-o-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
position: relative;
cursor: pointer;
border: none;
background-color: var(--primary-color);
height: auto;
overflow: hidden;
}

.btn i {
line-height: normal;
}

.btn i.flaticon {
line-height: 1;
}

.btn.pxl-icon--right {
flex-direction: row-reverse;
}

.btn:hover,.btn:focus,.btn:active {
outline: medium none;
text-decoration: none;
color: #fff;
}

.btn.btn-default:hover,.btn.btn-text-gradient:hover {
-webkit-transform: translateY(-2px);
-khtml-transform: translateY(-2px);
-moz-transform: translateY(-2px);
-ms-transform: translateY(-2px);
-o-transform: translateY(-2px);
transform: translateY(-2px);
}

.btn.btn-gradient {
background-image: -webkit-linear-gradient(90deg,var(--gradient-color-from) 0%,var(--gradient-color-to) 50%,var(--gradient-color-from));
background-image: -moz-linear-gradient(90deg,var(--gradient-color-from) 0%,var(--gradient-color-to) 50%,var(--gradient-color-from));
background-image: -ms-linear-gradient(90deg,var(--gradient-color-from) 0%,var(--gradient-color-to) 50%,var(--gradient-color-from));
background-image: -o-linear-gradient(90deg,var(--gradient-color-from) 0%,var(--gradient-color-to) 50%,var(--gradient-color-from));
background-image: linear-gradient(90deg,var(--gradient-color-from) 0%,var(--gradient-color-to) 50%,var(--gradient-color-from));
filter: progid:dximagetransform.Microsoft.gradient(startColorStr='',endcolorstr='');
background-size: 300%,1px;
background-position: 0%;
}

.btn.btn-gradient:hover,.btn.btn-gradient:focus,.btn.btn-gradient:active {
background-position: 100%;
}

.btn.btn-gradient.btn-nina:hover,.btn.btn-gradient.btn-nina:focus,.btn.btn-gradient.btn-nina:active {
background-position: 0%;
}

.btn.btn-text-underline {
background: none;
padding: 0;
line-height: normal;
overflow: visible;
white-space: nowrap;
}

.btn.btn-text-underline span {
text-decoration: underline;
}

.btn.btn-text-underline i {
color: var(--primary-color);
font-size: 20px;
line-height: 1;
}

.btn.btn-text-underline:hover i {
-o-animation: pxl_right_from_left 0.6s forwards;
-ms-animation: pxl_right_from_left 0.6s forwards;
-webkit-animation: pxl_right_from_left 0.6s forwards;
animation: pxl_right_from_left 0.6s forwards;
}

.btn.btn-slider1 {
background: #fff;
color: #09013f;
font-size: 16px;
font-family: 'Manrope',sans-serif;
padding-left: 30px;
padding-right: 24px;
line-height: 66px;
}

@media screen and (max-width: 767px) {
.btn.btn-slider1 {
	line-height: 62px;
} }

.btn.btn-slider1 i {
	margin-left: 18px;
	width: 24px;
	height: 24px;
	-webkit-border-radius: 24px;
	-khtml-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
	border-radius: 24px;
	line-height: 24px;
	background-color: #09013f;
	color: #fff;
	font-size: 10px;
	text-align: center;
}

.btn.btn-slider2 {
	line-height: 62px;
	padding-left: 38px;
	padding-right: 28px;
	font-size: 16px;
}

.btn.btn-slider2 i {
	font-size: 22px;
	font-size: 22px;
	font-weight: 400;
	display: inline-flex;
	margin-left: 70px;
}

.btn.btn-slider2.pxl-btn-effect4:hover,.pxl-mailchimp.style-primary [type=submit].btn.btn-slider2:hover {
	color: var(--primary-color) !important;
}

.btn.btn-slider3 {
	line-height: 61px;
	padding: 0 30px;
	font-size: 14px;
	text-transform: inherit;
	font-weight: inherit;
}

.btn.btn-slider3 i {
	margin-left: 10px;
	position: relative;
	top: -1px;
}

.btn.sc-btn-style1 {
	color: var(--primary-color);
	background-color: rgba(var(--primary-color-rgb),0.09);
	line-height: 39px;
	padding: 0 12px;
	font-size: 15px;
	text-decoration: underline;
	text-decoration-color: rgba(var(--primary-color-rgb),0.5);
}

.btn.sc-btn-style1:hover {
	background-color: var(--primary-color);
	color: #fff;
	text-decoration-color: rgba(255,255,255,0.67);
}

.btn.btn-nina .pxl--btn-text {
	position: relative;
	direction: ltr;
}

.btn.btn-nina .pxl--btn-text:before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	-webkit-transition: -webkit-transform 0.2s,opacity 0.2s;
	transition: transform 0.2s,opacity 0.2s;
	transition-timing-function: ease,ease;
	-webkit-transition-timing-function: cubic-bezier(0.75,0,0.125,1);
	transition-timing-function: cubic-bezier(0.75,0,0.125,1);
	white-space: nowrap;
}

.btn.btn-nina .pxl--btn-text>span {
	white-space: nowrap;
	display: inline-block;
	padding: 0;
	opacity: 0;
	-webkit-transform: translate3d(0,-14px,0);
	transform: translate3d(0,-14px,0);
	-webkit-transition: -webkit-transform 0.2s,opacity 0.2s;
	transition: transform 0.2s,opacity 0.2s;
	transition-timing-function: ease,ease;
	-webkit-transition-timing-function: cubic-bezier(0.75,0,0.125,1);
	transition-timing-function: cubic-bezier(0.75,0,0.125,1);
	line-height: normal;
}

.btn.btn-nina:hover {
	-webkit-transform: translateY(0px);
	-khtml-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.btn.btn-nina:hover .pxl--btn-text:before {
	opacity: 0;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

.btn.btn-nina:hover .pxl--btn-text span {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.btn.btn-nina:not(:hover) .pxl--btn-text>span {
	transition-delay: 0s !important;
}

.pxl-btn-line {
	font-size: 15px;
	font-weight: 700;
	color: #050023;
	font-family: 'Manrope',sans-serif;
	line-height: 22px;
	display: inline-flex;
	align-items: center;
}

.pxl-btn-line i {
	line-height: 1;
	margin-left: 2px;
	-webkit-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-khtml-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-moz-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-ms-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-o-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	opacity: 0;
}

.pxl-btn-line span {
	position: relative;
}

.pxl-btn-line span:before {
	content: '';
	height: 1px;
	background-color: #b1b0b5;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-khtml-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-moz-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-ms-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-o-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
}

.pxl-btn-line:hover i {
	margin-left: 12px;
	opacity: 1;
}

.pxl-btn-line:hover span:before {
	opacity: 0.8;
}

.pxl-wapper .icon-space-left {
	margin-left: 12px;
}

.pxl-wapper .icon-space-right {
	margin-right: 12px;
}

.pxl-wapper .btn-plus-text {
	font-size: 14px;
	min-width: 40px;
	height: 40px;
	font-weight: 700;
	text-align: center;
	line-height: 40px;
	background-color: #343b2e;
	color: #fff;
	border-radius: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.pxl-wapper .btn-plus-text span {
	display: none;
	height: auto !important;
	opacity: 1 !important;
	white-space: nowrap;
}

.pxl-wapper .btn-plus-text i {
	font-style: normal;
	-webkit-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-khtml-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-moz-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-ms-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-o-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	font-size: 16px;
}

.pxl-wapper .btn-plus-text:hover {
	padding: 0 20px;
	background-color: var(--primary-color);
	color: #122a00;
	min-width: 90px;
}

.pxl-wapper .btn-plus-text:hover i {
	margin-left: 8px;
}

.pxl-wapper .pxl-btn-effect1 {
	background: var(--primary-color);
	overflow: hidden;
	z-index: 1;
}

.pxl-wapper .pxl-btn-effect1:before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -15px 0 0 1px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(0,0,0,0.08);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(1,2,1);
	transform: scale3d(1,2,1);
	-webkit-transition: -webkit-transform 0.3s,opacity 0.3s;
	transition: transform 0.3s,opacity 0.3s;
	transition-timing-function: ease,ease;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
	transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}

.pxl-wapper .pxl-btn-effect1:hover:before {
	-webkit-transform: scale3d(9,9,1);
	transform: scale3d(9,9,1);
}

.pxl-wapper .pxl-btn-effect1:hover,.pxl-wapper .pxl-btn-effect1:focus {
	background: var(--primary-color);
}

.pxl-wapper .pxl-btn-effect2 {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.pxl-wapper .pxl-btn-effect2:before {
	background-color: #fff;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.1;
	position: absolute;
	top: 0;
	transform: skewX(25deg);
	-webkit-transition: all 0.5s ease 0s;
	-khtml-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 0;
	z-index: -1;
}

.pxl-wapper .pxl-btn-effect2:hover:before {
	left: 5%;
	width: 90%;
}

.pxl-wapper .pxl-btn-effect3 {
	position: relative;
	z-index: 1;
	overflow: visible;
}

.pxl-wapper .pxl-btn-effect3:before,.pxl-wapper .pxl-btn-effect3:after {
	width: 4.4em;
	height: 2.95em;
	position: absolute;
	content: "";
	display: inline-block;
	background: var(--primary-color);
	border-radius: 50%;
	transition: transform 0.6s ease;
	transform: scale(0);
	z-index: -1;
}

.pxl-wapper .pxl-btn-effect3:before {
	top: -25%;
	left: 20%;
}

.pxl-wapper .pxl-btn-effect3:after {
	bottom: -25%;
	right: 20%;
}

.pxl-wapper .pxl-btn-effect3:hover:before,.pxl-wapper .pxl-btn-effect3:hover:after {
	transform: none;
}

.pxl-wapper .pxl-btn-effect4,.pxl-wapper .pxl-mailchimp.style-primary [type=submit],.pxl-mailchimp.style-primary .pxl-wapper [type=submit] {
	background: transparent;
	z-index: 1;
	position: relative;
	overflow: hidden;
	transition: 0ms !important;
}

.pxl-wapper .pxl-btn-effect4:before,.pxl-wapper .pxl-mailchimp.style-primary [type=submit]:before,.pxl-mailchimp.style-primary .pxl-wapper [type=submit]:before {
	content: '';
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: var(--secondary-color);
	-webkit-mask: url("../../themes/img/btn-mask1.png");
	mask: url("../../themes/img/btn-mask1.png");
	-webkit-mask-size: 7100% 100%;
	mask-size: 7100% 100%;
	-webkit-animation: pxl_ani1 0.7s steps(70) forwards;
	animation: pxl_ani1 0.7s steps(70) forwards;
}

.pxl-wapper .pxl-btn-effect4:after,.pxl-wapper .pxl-mailchimp.style-primary [type=submit]:after,.pxl-mailchimp.style-primary .pxl-wapper [type=submit]:after {
	content: '';
	-webkit-border-radius: inherit;
	-khtml-border-radius: inherit;
	-moz-border-radius: inherit;
	-ms-border-radius: inherit;
	-o-border-radius: inherit;
	border-radius: inherit;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	border: 2px solid var(--primary-color);
}

.pxl-wapper .pxl-btn-effect4:hover,.pxl-wapper .pxl-mailchimp.style-primary [type=submit]:hover,.pxl-mailchimp.style-primary .pxl-wapper [type=submit]:hover {
	color: var(--primary-color);
}

.pxl-wapper .pxl-btn-effect4:hover i,.pxl-wapper .pxl-mailchimp.style-primary [type=submit]:hover i,.pxl-mailchimp.style-primary .pxl-wapper [type=submit]:hover i {
	-o-animation: pxl_right_from_left 0.6s forwards;
	-ms-animation: pxl_right_from_left 0.6s forwards;
	-webkit-animation: pxl_right_from_left 0.6s forwards;
	animation: pxl_right_from_left 0.6s forwards;
}

.pxl-wapper .pxl-btn-effect4:hover:before,.pxl-wapper .pxl-mailchimp.style-primary [type=submit]:hover:before,.pxl-mailchimp.style-primary .pxl-wapper [type=submit]:hover:before {
	-webkit-animation: pxl_ani2 0.7s steps(70) forwards;
	animation: pxl_ani2 0.7s steps(70) forwards;
}

.pxl-wapper .pxl-btn-effect5,.pxl-wapper .btn.btn-slider3,.pxl-wapper .pxl-mailchimp.style-box-round [type=submit],.pxl-mailchimp.style-box-round .pxl-wapper [type=submit],.pxl-wapper .pxl-mailchimp.style-outline.style-btn-gradient [type=submit],.pxl-mailchimp.style-outline.style-btn-gradient .pxl-wapper [type=submit],.pxl-wapper .pxl-mailchimp.style-box-white2 [type=submit],.pxl-mailchimp.style-box-white2 .pxl-wapper [type=submit],.pxl-wapper .btn-primary {
	background-color: var(--gradient-color-from);
	background-image: -webkit-gradient(linear,right top,left top,from(var(--gradient-color-from)),to(var(--gradient-color-to)));
	background-image: -webkit-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	background-image: -moz-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	background-image: -ms-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	background-image: -o-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	background-image: linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	filter: progid:dximagetransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)',endcolorstr='var(--gradient-color-to)',gradienttype='1');
	background-size: inherit;
	background-position: center;
	white-space: nowrap;
	z-index: 1;
	overflow: hidden;
}

.pxl-wapper .pxl-btn-effect5:after,.pxl-wapper .btn.btn-slider3:after,.pxl-wapper .pxl-mailchimp.style-box-round [type=submit]:after,.pxl-mailchimp.style-box-round .pxl-wapper [type=submit]:after,.pxl-wapper .pxl-mailchimp.style-outline.style-btn-gradient [type=submit]:after,.pxl-mailchimp.style-outline.style-btn-gradient .pxl-wapper [type=submit]:after,.pxl-wapper .pxl-mailchimp.style-box-white2 [type=submit]:after,.pxl-mailchimp.style-box-white2 .pxl-wapper [type=submit]:after,.pxl-wapper .btn-primary:after {
	content: "";
	background: #fff;
	position: absolute;
	height: 120%;
	width: 15px;
	opacity: 0.2;
	left: -45%;
	top: -10%;
	-webkit-transition: all 0.8s;
	-khtml-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	-webkit-transform: rotate(15deg);
	-khtml-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	transform: rotate(15deg);
}

.pxl-wapper .pxl-btn-effect5:hover:after,.pxl-wapper .btn.btn-slider3:hover:after,.pxl-wapper .pxl-mailchimp.style-box-round [type=submit]:hover:after,.pxl-mailchimp.style-box-round .pxl-wapper [type=submit]:hover:after,.pxl-wapper .pxl-mailchimp.style-outline.style-btn-gradient [type=submit]:hover:after,.pxl-mailchimp.style-outline.style-btn-gradient .pxl-wapper [type=submit]:hover:after,.pxl-wapper .pxl-mailchimp.style-box-white2 [type=submit]:hover:after,.pxl-mailchimp.style-box-white2 .pxl-wapper [type=submit]:hover:after,.pxl-wapper .btn-primary:hover:after {
	left: 130%;
}

.pxl-wapper .pxl-btn-effect6 {
	background-image: -webkit-linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	background-image: -moz-linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	background-image: -ms-linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	background-image: -o-linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	background-image: linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	filter: progid:dximagetransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)',endcolorstr='var(--gradient-color-to) 50%');
	background-size: inherit;
	background-position: center;
	white-space: nowrap;
	z-index: 1;
	overflow: hidden;
}

.pxl-wapper .pxl-btn-effect6:after {
	content: "";
	background: #fff;
	position: absolute;
	height: 120%;
	width: 15px;
	opacity: 0.2;
	left: -45%;
	top: -10%;
	-webkit-transition: all 0.8s;
	-khtml-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	-webkit-transform: rotate(15deg);
	-khtml-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	transform: rotate(15deg);
}

.pxl-wapper .pxl-btn-effect6:hover {
	-webkit-transform: translateY(-4px);
	-khtml-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	-o-transform: translateY(-4px);
	transform: translateY(-4px);
}

.pxl-wapper .pxl-btn-effect6:hover:after {
	left: 130%;
}

.pxl-wapper .pxl-btn-effect7 {
	z-index: 1;
}

.pxl-wapper .pxl-btn-effect7:after {
	background-color: #fff;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.1;
	position: absolute;
	top: 0;
	transform: skewX(25deg);
	-webkit-transition: all 0.5s ease 0s;
	-khtml-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 0;
	z-index: -1;
}

.pxl-wapper .pxl-btn-effect7:hover:after {
	left: 5%;
	width: 90%;
}

.pxl-wapper .pxl-btn-effect7:hover i {
	-o-animation: pxl_right_from_left 0.6s forwards;
	-ms-animation: pxl_right_from_left 0.6s forwards;
	-webkit-animation: pxl_right_from_left 0.6s forwards;
	animation: pxl_right_from_left 0.6s forwards;
}

.pxl-wapper .pxl-btn-effect8 {
	font-size: 16px;
	padding-left: 38px;
	padding-right: 38px;
	-webkit-border-radius: 0 0 8px 0;
	-khtml-border-radius: 0 0 8px 0;
	-moz-border-radius: 0 0 8px 0;
	-ms-border-radius: 0 0 8px 0;
	-o-border-radius: 0 0 8px 0;
	border-radius: 0 0 8px 0;
	border: 2px solid #ff5252;
	line-height: 71px;
}

@media screen and (max-width: 767px) {
	.pxl-wapper .pxl-btn-effect8 {
		line-height: 61px;
		padding: 0 28px;
	}
}

.pxl-wapper .pxl-btn-effect8:hover {
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	background-color: #ff5252;
}

.pxl-wapper .btn-text-slide {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.pxl-wapper .btn-text-slide i {
	-webkit-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-khtml-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-moz-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-ms-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-o-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
}

.pxl-wapper .btn-text-slide .icon-hover {
	position: absolute;
	top: 50%;
	left: -20px;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
}

.pxl-wapper .btn-text-slide:hover {
	padding-left: 28px;
}

.pxl-wapper .btn-text-slide:hover .icon-hover {
	left: 0;
	visibility: visible;
	opacity: 1;
}

.pxl-wapper .btn-text-slide:hover .icon-fixed {
	-webkit-transform: translateX(20px);
	-khtml-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-ms-transform: translateX(20px);
	-o-transform: translateX(20px);
	transform: translateX(20px);
	position: relative;
	opacity: 0;
	visibility: hidden;
}

.pxl-wapper .btn-primary {
	background: var(--primary-color);
}

.pxl-app-button a {
	line-height: 76px;
	padding: 0 44px;
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	height: 76px;
	color: #fff;
	background-color: var(--primary-color);
	-webkit-border-radius: 76px;
	-khtml-border-radius: 76px;
	-moz-border-radius: 76px;
	-ms-border-radius: 76px;
	-o-border-radius: 76px;
	border-radius: 76px;
}

.pxl-app-button a i {
	margin-right: 18px;
	font-size: 30px;
}

.pxl-app-button a i.fa-apple {
	font-size: 34px;
}

.pxl-app-button a:hover {
	-webkit-transform: translateY(-4px);
	-khtml-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	-o-transform: translateY(-4px);
	transform: translateY(-4px);
}

.pxl-app-button .pxl--btn-text {
	line-height: normal;
}

.pxl-app-button .pxl--btn-text span {
	display: block;
}

.pxl-app-button .pxl--btn-subtitle {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}

.pxl-app-button .pxl--btn-title {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.1;
}

.revslider-initialised .kinco-bullets1 .tp-bullet {
	width: 14px;
	height: 14px;
	-webkit-border-radius: 14px;
	-khtml-border-radius: 14px;
	-moz-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	border-radius: 14px;
	-webkit-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-khtml-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-moz-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-ms-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-o-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
}

.revslider-initialised .kinco-arrows-1.tparrows {
	width: 63px;
	height: 63px;
	border: 2px solid #b5c2c1;
	background-color: transparent;
	border-radius: 63px;
	color: #b5c2c1;
	-webkit-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-khtml-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-moz-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-ms-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-o-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	font-size: 17px;
}

@media screen and (max-width: 1400px) {
	.revslider-initialised .kinco-arrows-1.tparrows {
		width: 50px;
		height: 50px;
		font-size: 15px;
	}
}

.revslider-initialised .kinco-arrows-1.tparrows:hover {
	border-color: rgba(255,255,255,0.45);
	color: rgba(255,255,255,0.45);
}

.revslider-initialised .kinco-arrows-1.tparrows:before {
	line-height: normal;
	color: inherit;
	font-family: "Caseicon";
	font-size: inherit;
}

.revslider-initialised .kinco-arrows-1.tparrows.tp-leftarrow:before {
	content: "\f136";
}

.revslider-initialised .kinco-arrows-1.tparrows.tp-rightarrow:before {
	content: "\f14d";
}

@media screen and (max-width: 991px) {
	.rs-parallax-wrap.pxl-group-center {
		min-width: 600px;
		top: 50% !important;
		-webkit-transform: translate(0,-50%);
		-khtml-transform: translate(0,-50%);
		-moz-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		-o-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}
}

.pxl-logo a {
	display: inline-block;
}

.pxl-logo img {
	width: auto;
	vertical-align: middle;
}

.pxl-heading .pxl-item--title b {
	font-weight: 700;
}

.pxl-heading .pxl-heading--inner {
	display: inline-block;
}

.pxl-heading .pxl-item--subtitle.sub-style-gradient {
	margin-bottom: 28px;
}

.pxl-heading .pxl-item--subtitle.sub-style-gradient span {
	font-size: 17px;
	color: #fff;
	display: inline-block;
	line-height: 34px;
	padding: 0 20px;
	border-radius: 34px;
	font-weight: 700;
}

.pxl-heading .pxl-item--subtitle.sub-text-gradient {
	font-size: 15px;
	text-transform: uppercase;
}

.pxl-heading .pxl-text--slide {
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	position: relative;
}

.pxl-heading .pxl-text--slide span {
	display: inline-block;
	padding-bottom: 4px;
}

.pxl-heading .wow.letter {
	-webkit-transform: translateY(100%);
	-khtml-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: 0.4s cubic-bezier(0.24,0.74,0.58,1);
	-khtml-transition: 0.4s cubic-bezier(0.24,0.74,0.58,1);
	-moz-transition: 0.4s cubic-bezier(0.24,0.74,0.58,1);
	-ms-transition: 0.4s cubic-bezier(0.24,0.74,0.58,1);
	-o-transition: 0.4s cubic-bezier(0.24,0.74,0.58,1);
	transition: 0.4s cubic-bezier(0.24,0.74,0.58,1);
}

.pxl-heading .wow.letter.animated {
	-webkit-transform: translateY(0px);
	-khtml-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.pxl-text-editor .btn {
	margin: 0 12px;
}

.pxl-text-editor .sc-button-wrap {
	display: inline-flex;
}

.pxl-text-editor .pxl-item--inner {
	display: inline-block;
}

.pxl-link {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pxl-link li {
	margin-bottom: 14px;
}

.pxl-link li a {
	display: inline-flex;
}

.pxl-link li i {
	min-width: 18px;
	margin-right: 8px;
	margin-top: 5px;
	font-size: 15px;
}

.pxl-link.hv-style2 a {
	position: relative;
	display: inline-flex;
}

.pxl-link.hv-style2 a:before {
	content: '';
	background-color: var(--primary-color);
	width: 0;
	height: 1px;
	position: absolute;
	bottom: 2px;
	left: 0;
	-webkit-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-khtml-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-moz-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-ms-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-o-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
}

@media screen and (min-width: 1200px) {
	.pxl-link.hv-style2 a:hover {
		margin-left: 8px;
	}
}

.pxl-link.hv-style2 a:hover:before {
	width: 100%;
}

.pxl-link.hv-style3 a {
	position: relative;
	display: inline-flex;
}

.pxl-link.hv-style3 a:before {
	content: '';
	background-color: var(--primary-color);
	width: 11px;
	height: 2px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	left: -11px;
	-webkit-transition: all 0.2s cubic-bezier(0.645,0.045,0.355,1);
	-khtml-transition: all 0.2s cubic-bezier(0.645,0.045,0.355,1);
	-moz-transition: all 0.2s cubic-bezier(0.645,0.045,0.355,1);
	-ms-transition: all 0.2s cubic-bezier(0.645,0.045,0.355,1);
	-o-transition: all 0.2s cubic-bezier(0.645,0.045,0.355,1);
	transition: all 0.2s cubic-bezier(0.645,0.045,0.355,1);
	opacity: 0;
}

.pxl-link.hv-style3 a:hover {
	padding-left: 18px;
}

.pxl-link.hv-style3 a:hover:before {
	left: 0;
	opacity: 1;
}

.pxl-link.hv-style4 li {
	background-color: #fff;
	padding: 24px 26px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	font-weight: 500;
	color: #414141;
}

.pxl-link.hv-style4 li i {
	margin-right: 18px;
	color: #6a5dde;
}

.pxl-link.hv-style4 li a {
	color: inherit;
}

.pxl-link.hv-style4 li a:hover {
	color: inherit;
}

.pxl-link.hv-style5 li {
	background-color: #fff;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-weight: 700;
	font-size: 18px;
	color: #666;
}

.pxl-link.hv-style5 li i {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	margin: 0;
	font-size: inherit;
	text-align: right;
}

.pxl-link.hv-style5 li a {
	color: inherit;
	display: block;
	position: relative;
	padding: 14px 42px 14px 22px;
}

.pxl-link.hv-style5 li a:hover {
	color: var(--primary-color);
}

.pxl-link.hv-style6 li {
	background-color: #fff;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 18px;
	color: #211d1c;
	-webkit-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-khtml-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-moz-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-ms-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-o-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
}

.pxl-link.hv-style6 li i {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	margin: 0;
	font-size: inherit;
	text-align: right;
	width: 37px;
	height: 35px;
	background-color: #f6f6f6;
	border-radius: 2px;
	line-height: 35px;
	text-align: center;
	font-size: 24px;
	color: var(--primary-color);
	-webkit-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-khtml-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-moz-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-ms-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-o-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
}

.pxl-link.hv-style6 li a {
	color: inherit;
	display: block;
	position: relative;
	padding: 14px 42px 14px 22px;
}

.pxl-link.hv-style6 li:hover {
	background-color: var(--primary-color);
	color: #fff;
}

.pxl-link.hv-style6 li:hover i {
	background-color: #fff;
	color: #171717;
}

.pxl-link.hv-style7 i {
	margin-right: 16px;
	height: 30px;
	width: 30px;
	min-width: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	background-image: -webkit-linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	background-image: -moz-linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	background-image: -ms-linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	background-image: -o-linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	background-image: linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	filter: progid:dximagetransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)',endcolorstr='var(--gradient-color-to) 50%');
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	margin-top: -1px;
}

.pxl-link.hv-style7 span {
	font-size: 18px;
	color: #505050;
}

.pxl-link.hv-style8 li {
	display: inline-block;
	margin-bottom: 0;
	border-style: solid;
	border-color: #e0e4e9;
	border-width: 0 1px 0 0;
}

.pxl-link.hv-style8 li a {
	line-height: 42px;
	display: block;
	padding: 0 20px;
}

.pxl-link.hv-style8 li:last-child {
	border: none;
}

.pxl-link.hv-style8 li+li {
	margin-left: -4px;
}

.btn-video {
	background-color: #fff;
	width: 72px;
	height: 72px;
	line-height: 72px;
	text-align: center;
	color: #000;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	display: inline-block;
}

.btn-video:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.63);
	border-radius: 50%;
	animation: pxl_scale1 1500ms ease-out infinite;
	-webkit-animation: pxl_scale1 1500ms ease-out infinite;
	z-index: -2;
}

.btn-video:hover,.btn-video:focus {
	color: #000;
}

.btn-video:hover:before {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}

.pxl-button-video1.style1 {
	width: 62px;
	height: 62px;
	line-height: 62px;
}

.pxl-button-video1.style2 {
	width: 104px;
	height: 104px;
	line-height: 104px;
	position: relative;
	z-index: 1;
	font-size: 20px;
	background: none;
	color: #fff;
}

.pxl-button-video1.style2:before {
	display: none;
}

.pxl-button-video1.style2:after {
	background-color: rgba(255,255,255,0.13);
	z-index: -1;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-backdrop-filter: blur(4px);
	-ms-backdrop-filter: blur(4px);
	-o-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}

.pxl-project-detail1 {
	background-color: #f6f7f8;
	padding: 50px 50px 55px;
	color: #6a6777;
	font-weight: 500;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	font-size: 18px;
}

@media screen and (max-width: 1199px) {
	.pxl-project-detail1 {
		padding-left: 30px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 767px) {
	.pxl-project-detail1 {
		font-size: 16px;
	}
}

.pxl-project-detail1 .pxl--item {
	margin-bottom: 19px;
}

.pxl-project-detail1 label {
	font-size: 14px;
	text-transform: uppercase;
	color: #00060f;
	font-weight: 700;
	display: block;
	margin-bottom: 2px;
}

.pxl-project-detail1 .pxl--social a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: var(--primary-color);
	color: #fff;
	display: inline-block;
	-webkit-border-radius: 36px;
	-khtml-border-radius: 36px;
	-moz-border-radius: 36px;
	-ms-border-radius: 36px;
	-o-border-radius: 36px;
	border-radius: 36px;
	font-size: 14px;
	margin-top: 4px;
	margin-right: 4px;
}

.pxl-project-detail1 .pxl--social a:hover {
	-webkit-transform: translateY(-4px);
	-khtml-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	-o-transform: translateY(-4px);
	transform: translateY(-4px);
}

.pxl-project-detail1 .pxl--social a.fb-social {
	background-color: #1877f2;
}

.pxl-project-detail1 .pxl--social a.tw-social {
	background-color: #1da1f2;
}

.pxl-project-detail1 .pxl--social a.pin-social {
	background-color: #bd081c;
}

.pxl-project-detail1 .pxl--social a.lin-social {
	background-color: #0a66c2;
}

.pxl-pagination1 {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.pxl-pagination1>div {
	padding: 0 15px;
	width: 50%;
}

.pxl-pagination1 a {
	display: inline-flex;
	align-items: center;
	font-size: 15px;
	font-weight: 500;
	color: #6a6777;
}

.pxl-pagination1 .item--prev i {
	margin-right: 18px;
}

.pxl-pagination1 .item--prev i:before {
	-webkit-transform: scaleX(-1);
	-khtml-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	display: inline-block;
}

.pxl-pagination1 .item--prev a:hover i {
	-o-animation: pxl_left_from_right 0.6s forwards;
	-ms-animation: pxl_left_from_right 0.6s forwards;
	-webkit-animation: pxl_left_from_right 0.6s forwards;
	animation: pxl_left_from_right 0.6s forwards;
}

.pxl-pagination1 .item--next {
	text-align: right;
}

.pxl-pagination1 .item--next i {
	margin-left: 18px;
}

.pxl-pagination1 .item--next a:hover i {
	-o-animation: pxl_right_from_left 0.6s forwards;
	-ms-animation: pxl_right_from_left 0.6s forwards;
	-webkit-animation: pxl_right_from_left 0.6s forwards;
	animation: pxl_right_from_left 0.6s forwards;
}

.pxl-search-popup-button,.pxl-cart-sidebar-button {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #09013f;
	-webkit-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-khtml-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-moz-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-ms-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-o-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	cursor: pointer;
	font-size: 21px;
	position: relative;
}

.pxl-search-popup-button.style-box {
	width: 47px;
	height: 47px;
	background-color: #009688;
	line-height: 47px;
	color: #fff;
	font-size: 20px;
}

.pxl-cart-sidebar-button .pxl_cart_counter {
	background-color: #6bd800;
	color: #fff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 20px;
	position: absolute;
	top: 0;
	right: -8px;
	font-size: 12px;
	font-weight: 700;
	font-family: 'Mulish',sans-serif;
}

.pxl-feature1 .pxl--item-title {
	margin-bottom: 0;
	margin-right: 10px;
	font-size: 18px;
	position: relative;
	padding-bottom: 7px;
}

@media screen and (max-width: 767px) {
	.pxl-feature1 .pxl--item-title {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

.pxl-feature1 .pxl--item-title:before {
	content: '';
	width: 68px;
	height: 2px;
	background-color: #000439;
	-webkit-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-khtml-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-moz-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-ms-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-o-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	position: absolute;
	bottom: 0;
	left: 0;
}

.pxl-feature1 .pxl--item-title span {
	color: var(--primary-color);
}

.pxl-feature1 .pxl--item-description {
	color: #585e6c;
	margin-bottom: 14px;
}

.pxl-feature1 .pxl--item-meta {
	padding: 0 15px;
	width: 45%;
}

@media screen and (max-width: 767px) {
	.pxl-feature1 .pxl--item-meta {
		width: 100%;
	}
}

.pxl-feature1 .pxl--item-holder {
	width: 55%;
	padding: 0 15px;
}

@media screen and (max-width: 767px) {
	.pxl-feature1 .pxl--item-holder {
		width: 100%;
	}
}

.pxl-feature1 .pxl--item {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}

.pxl-feature1 .pxl--item+.pxl--item {
	margin-top: 54px;
}

.pxl-feature1 .pxl--item:hover .pxl--item-title:before {
	width: 100%;
}

.pxl-section-shadow1 {
	z-index: 1;
}

.pxl-section-shadow1:before {
	content: '';
	position: absolute;
	top: 0;
	left: 30px;
	right: 30px;
	bottom: 0;
	z-index: -2;
	-webkit-box-shadow: 0 35px 43px rgba(85,2,255,0.1);
	-khtml-box-shadow: 0 35px 43px rgba(85,2,255,0.1);
	-moz-box-shadow: 0 35px 43px rgba(85,2,255,0.1);
	-ms-box-shadow: 0 35px 43px rgba(85,2,255,0.1);
	-o-box-shadow: 0 35px 43px rgba(85,2,255,0.1);
	box-shadow: 0 35px 43px rgba(85,2,255,0.1);
}

.pxl-section-shadow1:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: inherit;
	background-image: inherit;
	background-size: inherit;
	background-position: inherit;
	z-index: -1;
}

.pxl-contact-form.btn-w-full button,.pxl-contact-form.btn-w-full .wpcf7-submit {
	width: 100%;
}

.pxl-contact-form .wpcf7-form-control-wrap {
	display: inline-flex;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

.pxl-contact-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translate(0,-50%);
	font-size: 12px;
	background-color: #dc3232;
	color: rgba(255,255,255,0.87);
	padding: 0 6px;
	border-radius: 3px;
	line-height: 22px;
	z-index: 99;
}

.pxl-contact-form form {
	position: relative;
}

.pxl-contact-form form .wpcf7-response-output {
	margin: 30px 0 10px;
	border: none;
	background-color: #fff;
	border-radius: 5px;
	font-size: 15px;
	padding: 12px 20px;
	-webkit-box-shadow: 0 0 13px rgba(154,154,154,0.13);
	-khtml-box-shadow: 0 0 13px rgba(154,154,154,0.13);
	-moz-box-shadow: 0 0 13px rgba(154,154,154,0.13);
	-ms-box-shadow: 0 0 13px rgba(154,154,154,0.13);
	-o-box-shadow: 0 0 13px rgba(154,154,154,0.13);
	box-shadow: 0 0 13px rgba(154,154,154,0.13);
}

.pxl-contact-form form .wpcf7-spinner {
	display: none;
}

.pxl-contact-form form:before {
	content: '';
	width: 30px;
	height: 30px;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	border-color: transparent var(--primary-color) transparent var(--primary-color);
	border-width: 2px;
	border-style: solid;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	animation: pxl_spin 0.6s infinite linear;
	-webkit-animation: pxl_spin 0.6s infinite linear;
	box-sizing: border-box;
	z-index: 2;
	-webkit-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-khtml-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-moz-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-ms-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-o-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	visibility: hidden;
}

.pxl-contact-form form.submitting * {
	opacity: 0.66;
}

.pxl-contact-form form.submitting:before {
	opacity: 1;
	visibility: visible;
}

.pxl-contact-form1 .wpcf7-form-control:not(.wpcf7-submit),.pxl-contact-form1 .pxl-select-higthlight {
	border: none;
	font-size: 14px;
	color: #696878;
	-webkit-box-shadow: 0 0 13px rgba(154,154,154,0.13);
	-khtml-box-shadow: 0 0 13px rgba(154,154,154,0.13);
	-moz-box-shadow: 0 0 13px rgba(154,154,154,0.13);
	-ms-box-shadow: 0 0 13px rgba(154,154,154,0.13);
	-o-box-shadow: 0 0 13px rgba(154,154,154,0.13);
	box-shadow: 0 0 13px rgba(154,154,154,0.13);
	padding-left: 18px;
}

.contact-form-team .wpcf7-form-control:not(.wpcf7-submit),.contact-form-team .pxl-select-higthlight {
	border: none;
	font-size: 14px;
	color: #696878;
	-webkit-box-shadow: 0 0 13px rgba(154,154,154,0.13);
	-khtml-box-shadow: 0 0 13px rgba(154,154,154,0.13);
	-moz-box-shadow: 0 0 13px rgba(154,154,154,0.13);
	-ms-box-shadow: 0 0 13px rgba(154,154,154,0.13);
	-o-box-shadow: 0 0 13px rgba(154,154,154,0.13);
	box-shadow: 0 0 13px rgba(154,154,154,0.13);
	padding-left: 40px;
}

.pxl-contact-courses {
	padding: 55px 70px 35px 70px;
}

@media (max-width: 991px) {
	.pxl-contact-courses {
		padding: 70px 30px 70px 30px;
	}
}

.pxl-contact-courses input,.pxl-contact-courses .pxl-select-higthlight {
	height: 80px !important;
	mask-image: url(../../themes/img/mask-input.png);
	-webkit-mask-image: url(../../themes/img/mask-input.png);
	-ms-mask-image: url(../../themes/img/mask-input.png);
	-o-mask-image: url(../../themes/img/mask-input);
	-webkit-mask-repeat: no-repeat;
	-ms-mask-repeat: no-repeat;
	-o-mask-repeat: no-repeat;
	-webkit-mask-position: center top;
	-ms-mask-position: center top;
	-o-mask-position: center top;
	border-radius: 0 !important;
	font-size: 24px !important;
	color: var(--secondary-color) !important;
	border: none !important;
	padding-left: 35px !important;
}

@media (max-width: 991px) {
	.pxl-contact-courses input,.pxl-contact-courses .pxl-select-higthlight {
		-webkit-mask-image: none;
	}
}

@media (max-width: 767px) {
	.pxl-contact-courses input,.pxl-contact-courses .pxl-select-higthlight {
		font-size: 20px !important;
	}
}

@media (max-width: 480px) {
	.pxl-contact-courses input,.pxl-contact-courses .pxl-select-higthlight {
		font-size: 16px !important;
	}
}

.pxl-contact-courses input:hover,.pxl-contact-courses .pxl-select-higthlight:hover,.pxl-contact-courses input:focus,.pxl-contact-courses .pxl-select-higthlight:focus {
	border: none !important;
}

.pxl-contact-courses .bt-submit {
	display: inline-flex;
	width: 100%;
	position: relative;
}

.pxl-contact-courses .bt-submit .wpcf7-submit {
	width: 100%;
	-webkit-mask-image: none;
	border-radius: 7px !important;
	background-color: var(--secondary-color);
	color: #fff !important;
	font-size: 18px !important;
	font-weight: 400;
	padding-right: 67px;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	.pxl-contact-courses .bt-submit .wpcf7-submit {
		padding-right: 35px;
	}
}

.pxl-contact-courses .bt-submit i {
	position: absolute;
	top: 52%;
	right: 110px;
	transform: translatey(-50%);
	color: #fff;
	font-size: 24px;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

@media (max-width: 991px) {
	.pxl-contact-courses .bt-submit i {
		display: none;
	}
}

.pxl-contact-courses .bt-submit:hover .wpcf7-submit {
	color: var(--secondary-color) !important;
	background-color: #fff !important;
}

.pxl-contact-courses .bt-submit:hover i {
	color: var(--secondary-color) !important;
	right: 105px;
}

.pxl-contact-courses .pxl-select-higthlight:before {
	width: 21px !important;
	height: 17px;
	content: '' !important;
	background-image: url(../../themes/img/arrow-form.png);
	background-size: cover;
	background-position: center;
	top: 53%;
}

.pxl-icon1 i {
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

.pxl-icon1.style-round-box {
}

.pxl-icon1.style-round-box a {
	width: 43px;
	height: 43px;
	-webkit-border-radius: 43px;
	-khtml-border-radius: 43px;
	-moz-border-radius: 43px;
	-ms-border-radius: 43px;
	-o-border-radius: 43px;
	border-radius: 43px;
	background-color: #5a5866;
	color: #fff;
	text-align: center;
	display: inline-block;
	font-size: 20px;
	position: relative;
	z-index: 1;
}

.pxl-icon1.style-round-box a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: inherit;
	-khtml-border-radius: inherit;
	-moz-border-radius: inherit;
	-ms-border-radius: inherit;
	-o-border-radius: inherit;
	border-radius: inherit;
	z-index: -2;
}

.pxl-icon1.style-round-box a i {
	display: inline-flex;
}

.pxl-icon1.style-round-box a:hover {
	background-color: var(--primary-color);
	color: #fff;
}

.pxl-icon1.hv-style-default a:hover {
	-webkit-transform: translateY(-3px);
	-khtml-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
}

.pxl-icon1.hv-style-gradient a:after {
	background-color: var(--gradient-color-from);
	background-image: -webkit-gradient(linear,right top,left top,from(var(--gradient-color-from)),to(var(--gradient-color-to)));
	background-image: -webkit-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	background-image: -moz-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	background-image: -ms-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	background-image: -o-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	background-image: linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	filter: progid:dximagetransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)',endcolorstr='var(--gradient-color-to)',gradienttype='1');
	-webkit-border-radius: inherit;
	-khtml-border-radius: inherit;
	-moz-border-radius: inherit;
	-ms-border-radius: inherit;
	-o-border-radius: inherit;
	border-radius: inherit;
	z-index: -1;
	-webkit-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-khtml-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-moz-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-ms-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-o-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	opacity: 0;
}

.pxl-icon1.hv-style-gradient a:hover {
	color: #fff;
}

.pxl-icon1.hv-style-gradient a:hover:after {
	opacity: 1;
}

.pxl-icon1.style-divider a {
	display: inline-block;
	width: 37px;
	height: 42px;
	border-right: 1px solid #dae3ed;
	text-align: center;
	line-height: 42px;
}

.pxl-icon1.style-divider a:last-child {
	border-right: none;
}

.pxl-icon1.style-divider a+a {
	margin-left: -4px;
}

.pxl-icon1.style-mask a {
	mask-image: url(../../themes/img/mask-icon.png);
	-webkit-mask-image: url(../../themes/img/mask-icon.png);
	-ms-mask-image: url(../../themes/img/mask-icon.png);
	-o-mask-image: url(../../themes/img/mask-icon);
	-webkit-mask-repeat: no-repeat;
	-ms-mask-repeat: no-repeat;
	-o-mask-repeat: no-repeat;
	-webkit-mask-position: center top;
	-ms-mask-position: center top;
	-o-mask-position: center top;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
	width: 40px;
	min-width: 40px;
	height: 40px;
	display: inline-block;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.pxl-icon1.style-mask a+a {
	margin-left: 11px;
}

.pxl-title-effect .pxl-item--title {
	margin-bottom: 0;
}

.pxl-title-effect.pxl-type-gradient .pxl-item--title {
	background-image: -webkit-gradient(linear,left top,left bottom,from(var(--gradient-color-from)),to(var(--gradient-color-to)));
	background-image: -webkit-linear-gradient(to bottom,var(--gradient-color-from),var(--gradient-color-to));
	background-image: -moz-linear-gradient(to bottom,var(--gradient-color-from),var(--gradient-color-to));
	background-image: -ms-linear-gradient(to bottom,var(--gradient-color-from),var(--gradient-color-to));
	background-image: -o-linear-gradient(to bottom,var(--gradient-color-from),var(--gradient-color-to));
	background-image: linear-gradient(to bottom,var(--gradient-color-from),var(--gradient-color-to));
	filter: progid:dximagetransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)',endcolorstr='var(--gradient-color-to)');
}

.pxl-process1 {
	border: 2px solid #f1f2f0;
	-webkit-border-radius: 150px;
	-khtml-border-radius: 150px;
	-moz-border-radius: 150px;
	-ms-border-radius: 150px;
	-o-border-radius: 150px;
	border-radius: 150px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 12px 0 10px;
}

@media screen and (max-width: 1199px) {
	.pxl-process1 {
		padding: 32px 0 30px;
	}
}

@media screen and (max-width: 767px) {
	.pxl-process1 {
		-webkit-border-radius: 80px;
		-khtml-border-radius: 80px;
		-moz-border-radius: 80px;
		-ms-border-radius: 80px;
		-o-border-radius: 80px;
		border-radius: 80px;
	}
}

.pxl-process1 .pxl-item--image {
	position: absolute;
	top: -100px;
	right: 0;
	height: 144px;
	width: 144px;
	line-height: 144px;
	text-align: center;
	background-color: #fff;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 14px 28px rgba(18,42,0,0.12);
	-khtml-box-shadow: 0 14px 28px rgba(18,42,0,0.12);
	-moz-box-shadow: 0 14px 28px rgba(18,42,0,0.12);
	-ms-box-shadow: 0 14px 28px rgba(18,42,0,0.12);
	-o-box-shadow: 0 14px 28px rgba(18,42,0,0.12);
	box-shadow: 0 14px 28px rgba(18,42,0,0.12);
}

.pxl-process1 .pxl-item--image img {
	max-height: 100px;
	width: auto;
	animation: pxl_bounce 1000ms ease-out infinite;
	-webkit-animation: pxl_bounce 1000ms ease-out infinite;
}

.pxl-process1 .pxl-item--number {
	width: 53px;
	height: 53px;
	line-height: 53px;
	background-color: #f8f8f8;
	border-radius: 53px;
	font-weight: 600;
	color: #122a00;
	margin: 0 auto 30px auto;
	-webkit-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-khtml-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-moz-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-ms-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-o-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
}

.pxl-process1 .pxl-item--title {
	margin: 0;
	font-size: 22px;
	color: #122a00;
}

.pxl-process1 .pxl-item--divider {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	background-repeat: no-repeat;
	background-position: center;
	visibility: hidden;
}

@media screen and (max-width: 1199px) {
	.pxl-process1 .pxl-item--divider {
		display: none;
	}
}

.pxl-process1 .pxl--item {
	width: 33.33%;
	padding: 0 20px;
	text-align: center;
	margin: 30px 0;
	position: relative;
}

@media screen and (max-width: 767px) {
	.pxl-process1 .pxl--item {
		width: 100%;
	}
}

.pxl-process1 .pxl--item:nth-child(1) .pxl-item--divider {
	width: 203px;
	height: 52px;
	background-image: url(../../themes/img/process-divider1.png);
	visibility: visible;
	right: -101px;
}

.pxl-process1 .pxl--item:nth-child(2) .pxl-item--divider {
	width: 207px;
	height: 48px;
	background-image: url(../../themes/img/process-divider2.png);
	visibility: visible;
	right: -103px;
	margin-top: -10px;
}

.pxl-process1 .pxl--item:hover .pxl-item--number {
	color: #fff;
	background-color: var(--primary-color);
}

.elementor-widget__width-initial.elementor-widget-pxl_image>.elementor-widget-container {
	width: 100%;
}

.el-bounce.bounce-active,.pxl-image-effect1.bounce-active {
	animation: pxl_zigzag 600ms ease-out infinite;
	-webkit-animation: pxl_zigzag 600ms ease-out infinite;
}

.pxl-image-effect2 {
	animation: pxl_bottom_top_small 3s ease-out infinite;
	-webkit-animation: pxl_bottom_top_small 3s ease-out infinite;
}

.pxl-partner-carousel1 .pxl-item--title {
	font-size: 15px;
	font-weight: normal;
	color: #4b5345;
	margin-bottom: 18px;
}

.pxl-partner-carousel1 .pxl-item--star {
	letter-spacing: 2px;
	font-size: 14px;
}

.pxl-partner-carousel1 .pxl-item--logo {
	margin-bottom: 10px;
}

.pxl-partner-carousel1 .pxl-item--inner {
	text-align: center;
	position: relative;
}

.pxl-partner-carousel1 .pxl-swiper-slide.swiper-slide-visible .pxl-item--inner:before {
	opacity: 1;
}

.pxl-partner-carousel1 .swiper-slide-visible.swiper-slide-next+.pxl-swiper-slide .pxl-item--inner:before {
	opacity: 0;
}

.pxl-partner-carousel1 .pxl-swiper-arrow {
	height: 39px;
	width: 39px;
	line-height: 39px;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	font-size: 11px;
}

.pxl-partner-carousel1 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
	left: 0;
}

.pxl-partner-carousel1 .pxl-swiper-arrow.pxl-swiper-arrow-next {
	right: 0;
}

.pxl-partner-carousel1[data-arrow=true] {
	padding: 0 40px;
}

.pxl-partner-carousel2 .pxl-item--logo {
	display: inline-flex;
	position: relative;
	overflow: hidden;
}

.pxl-partner-carousel2 .pxl-item--logo img {
	-webkit-transition: all 0.2s cubic-bezier(0.645,0.045,0.355,1);
	-khtml-transition: all 0.2s cubic-bezier(0.645,0.045,0.355,1);
	-moz-transition: all 0.2s cubic-bezier(0.645,0.045,0.355,1);
	-ms-transition: all 0.2s cubic-bezier(0.645,0.045,0.355,1);
	-o-transition: all 0.2s cubic-bezier(0.645,0.045,0.355,1);
	transition: all 0.2s cubic-bezier(0.645,0.045,0.355,1);
}

.pxl-partner-carousel2 .pxl-item--logo .img--hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-transform: translateY(-100%);
	-khtml-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
}

.pxl-partner-carousel2 .pxl-item--logo.img-hover-active:hover .img--hover {
	-webkit-transform: translateY(0%);
	-khtml-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
}

.pxl-partner-carousel2 .pxl-item--logo.img-hover-active:hover .img--main {
	-webkit-transform: translateY(100%);
	-khtml-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
}

.pxl-partner-carousel2 .pxl-swiper-wrapper {
	display: flex;
	align-items: center;
}

.pxl-partner-carousel2 .pxl-swiper-wrapper .pxl-swiper-slide {
	text-align: center;
}

.pxl-recent-news1 {
	position: relative;
	z-index: 1;
}

.pxl-recent-news1 .pxl-grid-item,.pxl-recent-news1 .grid-sizer {
	width: 25%;
	padding: 0 18px;
}

@media screen and (max-width: 1024px) {
	.pxl-recent-news1 .pxl-grid-item,.pxl-recent-news1 .grid-sizer {
		width: 33.33%;
	}

	.pxl-recent-news1 .pxl-grid-item.pxl--item-lg .content-md,.pxl-recent-news1 .grid-sizer.pxl--item-lg .content-md,.pxl-recent-news1 .pxl-grid-item.pxl--item-lg .img-md,.pxl-recent-news1 .grid-sizer.pxl--item-lg .img-md {
		display: block;
	}

	.pxl-recent-news1 .pxl-grid-item.pxl--item-lg .content-lg,.pxl-recent-news1 .grid-sizer.pxl--item-lg .content-lg,.pxl-recent-news1 .pxl-grid-item.pxl--item-lg .img-lg,.pxl-recent-news1 .grid-sizer.pxl--item-lg .img-lg {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	.pxl-recent-news1 .pxl-grid-item,.pxl-recent-news1 .grid-sizer {
		width: 50%;
	}
}

@media screen and (max-width: 575px) {
	.pxl-recent-news1 .pxl-grid-item,.pxl-recent-news1 .grid-sizer {
		width: 100%;
	}
}

@media screen and (min-width: 1025px) {
	.pxl-recent-news1 .pxl-grid-item.pxl--item-lg,.pxl-recent-news1 .grid-sizer.pxl--item-lg {
		width: 50%;
	}

	.pxl-recent-news1 .pxl-grid-item.pxl--item-lg .content-md,.pxl-recent-news1 .grid-sizer.pxl--item-lg .content-md,.pxl-recent-news1 .pxl-grid-item.pxl--item-lg .img-md,.pxl-recent-news1 .grid-sizer.pxl--item-lg .img-md {
		display: none;
	}
}

.pxl-recent-news1 .pxl-grid-item.pxl--item-first,.pxl-recent-news1 .grid-sizer.pxl--item-first {
	min-height: 265px;
	margin-bottom: 0;
	position: relative;
}

@media screen and (max-width: 1024px) {
	.pxl-recent-news1 .pxl-grid-item.pxl--item-first,.pxl-recent-news1 .grid-sizer.pxl--item-first {
		display: none;
	}
}

.pxl-recent-news1 .pxl-grid-item.pxl--item-first .pxl-shape,.pxl-recent-news1 .grid-sizer.pxl--item-first .pxl-shape {
	position: absolute;
	top: 60px;
	left: 65px;
	z-index: -1;
	animation: pxl_right_left 12s infinite linear alternate;
}

.pxl-recent-news1 .pxl-item--sticky {
	position: absolute;
	top: -32px;
	right: 60px;
	height: 60px;
	width: 60px;
	line-height: 60px;
	color: #fff;
	background-color: var(--primary-color);
	-webkit-box-shadow: 0 12px 10px rgba(0,0,0,0.32);
	-khtml-box-shadow: 0 12px 10px rgba(0,0,0,0.32);
	-moz-box-shadow: 0 12px 10px rgba(0,0,0,0.32);
	-ms-box-shadow: 0 12px 10px rgba(0,0,0,0.32);
	-o-box-shadow: 0 12px 10px rgba(0,0,0,0.32);
	box-shadow: 0 12px 10px rgba(0,0,0,0.32);
	font-size: 20px;
	text-align: center;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	z-index: 99;
}

.pxl-recent-news1 .pxl-item--image {
	margin-bottom: 17px;
	position: relative;
	overflow: hidden;
}

.pxl-recent-news1 .pxl-item--image img {
	width: 100%;
	-webkit-transition: all 0.3s cubic-bezier(0.645,0.045,0.355,1);
	-khtml-transition: all 0.3s cubic-bezier(0.645,0.045,0.355,1);
	-moz-transition: all 0.3s cubic-bezier(0.645,0.045,0.355,1);
	-ms-transition: all 0.3s cubic-bezier(0.645,0.045,0.355,1);
	-o-transition: all 0.3s cubic-bezier(0.645,0.045,0.355,1);
	transition: all 0.3s cubic-bezier(0.645,0.045,0.355,1);
}

.pxl-recent-news1 .pxl-item--title {
	font-size: 18px;
	color: #122a00;
	margin-bottom: 9px;
}

.pxl-recent-news1 .pxl-item--title a {
	color: inherit;
}

.pxl-recent-news1 .pxl-item--title a:hover {
	color: inherit;
}

.pxl-recent-news1 .pxl-item--content {
	font-size: 15px;
	line-height: 1.6;
	color: #4b5345;
	margin-bottom: 19px;
}

.pxl-recent-news1 .pxl-item--button .btn-plus-text {
	background-color: #eaebea;
	color: #122a00;
}

.pxl-recent-news1 .pxl-item--button .btn-plus-text:hover {
	color: #fff;
	background-color: #122a00;
}

.pxl-recent-news1 .pxl-grid-item {
	margin-bottom: 50px;
}

.pxl-recent-news1 .pxl-grid-item.pxl--item-shape1 {
	margin-top: -80px;
	text-align: center;
	animation: pxl_bottom_top 12s infinite linear alternate;
}

@media screen and (max-width: 1024px) {
	.pxl-recent-news1 .pxl-grid-item.pxl--item-shape1 {
		display: none;
	}
}

.pxl-recent-news1 .pxl-grid-item.pxl--item-shape2 {
	text-align: center;
	animation: pxl_right_left 12s infinite linear alternate;
}

@media screen and (max-width: 1024px) {
	.pxl-recent-news1 .pxl-grid-item.pxl--item-shape2 {
		display: none;
	}
}

.pxl-recent-news1 .pxl-grid-item:hover .pxl-item--image img {
	-webkit-transform: scale(1.12);
	-khtml-transform: scale(1.12);
	-moz-transform: scale(1.12);
	-ms-transform: scale(1.12);
	-o-transform: scale(1.12);
	transform: scale(1.12);
}

@media screen and (min-width: 1025px) {
	.pxl-recent-news1 .pxl--item-lg .pxl-item--image {
		margin-bottom: 22px;
	}

	.pxl-recent-news1 .pxl--item-lg .pxl-item--title {
		font-size: 30px;
		line-height: 1.2;
	}

	.pxl-recent-news1 .pxl--item-lg .pxl-item--content {
		font-size: 16px;
		line-height: 1.6875;
		margin-bottom: 26px;
	}
}

.pxl-recent-news1 .pxl-grid-inner {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -18px;
	position: relative;
}

body:not(.elementor-editor-active) .elementor-widget-pxl_particle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pxl-particle .pxl-item--particle {
	position: absolute;
}

.pxl-particle+.elementor-container {
	z-index: 99;
}

.shadow1,.gallery-image,.info-postype,.pxl-pxl_event-grid-layout3,.pxl-classes-grid-layout2,.pxl-testimonial-carousel1 .pxl-swiper-content .pxl-swiper-slide .pxl-item--inner {
	box-shadow: rgba(149,157,165,0.2) 0px 8px 24px;
}

.gallery-image .wrap-title {
	padding: 6px 40px 0 40px;
	background-color: var(--regular-color);
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 27px;
	font-weight: 400;
}

@media (max-width: 480px) {
	.gallery-image .wrap-title {
		padding: 6px 20px 0 20px;
		font-size: 20px;
	}
}

.gallery-image .wrap-title i {
	padding-right: 15px;
	color: #fff;
	font-size: 42px;
}

.gallery-image .pxl-gallery {
	display: flex;
	flex-wrap: wrap;
	padding: 43px 48px 25px 48px;
}

@media (max-width: 480px) {
	.gallery-image .pxl-gallery {
		padding: 43px 28px 25px 28px;
	}
}

.gallery-image .pxl-gallery a {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}

.gallery-image .pxl-gallery a:before {
	position: absolute;
	content: '';
	width: 25px;
	height: 1px;
	z-index: 5;
	background-color: #fff;
	opacity: 0;
	top: 50%;
	left: 0%;
	transform: translate(-50%,-50%);
}

.gallery-image .pxl-gallery a:after {
	position: absolute;
	content: '';
	height: 25px;
	width: 1px;
	z-index: 5;
	background-color: #fff;
	top: 0%;
	opacity: 0;
	left: 50%;
	transform: translate(-50%,-50%);
}

.gallery-image .pxl-gallery .wrap-light-box {
	position: relative;
}

.gallery-image .pxl-gallery .wrap-light-box:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	background-color: var(--secondary-color);
	mix-blend-mode: multiply;
	opacity: 0;
	-webkit-transition: 250ms all linear 0ms;
	-khtml-transition: 250ms all linear 0ms;
	-moz-transition: 250ms all linear 0ms;
	-ms-transition: 250ms all linear 0ms;
	-o-transition: 250ms all linear 0ms;
	transition: 250ms all linear 0ms;
}

.gallery-image .pxl-gallery .wrap-light-box:hover:before {
	opacity: 0.7;
}

.gallery-image .pxl-gallery .wrap-light-box:hover a:after {
	top: 50%;
	opacity: 1;
	-webkit-transition: 200ms all linear 200ms;
	-khtml-transition: 200ms all linear 200ms;
	-moz-transition: 200ms all linear 200ms;
	-ms-transition: 200ms all linear 200ms;
	-o-transition: 200ms all linear 200ms;
	transition: 200ms all linear 200ms;
}

.gallery-image .pxl-gallery .wrap-light-box:hover a:before {
	-webkit-transition: 200ms all linear 200ms;
	-khtml-transition: 200ms all linear 200ms;
	-moz-transition: 200ms all linear 200ms;
	-ms-transition: 200ms all linear 200ms;
	-o-transition: 200ms all linear 200ms;
	transition: 200ms all linear 200ms;
	opacity: 1;
	left: 50%;
}

.gallery-image .pxl-gallery .pxl--item {
	padding: 0 7px 15px 8px;
	position: relative;
}

.gallery-image .pxl-gallery .pxl--item img {
	width: 100%;
	position: relative;
}

.gallery-image .pxl-gallery .pxl--item img:before {
	position: absolute;
	content: '';
	background-color: red;
	width: 100px;
	height: 100px;
}

.info-postype .wrap-title {
	padding: 7px 40px 7px 40px;
	background-color: #b250fe;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 27px;
	font-weight: 400;
}

@media (max-width: 480px) {
	.info-postype .wrap-title {
		padding: 7px 20px 7px 20px;
		font-size: 20px;
	}
}

.info-postype .wrap-title .title {
	margin-top: -3px;
}

.info-postype .wrap-title i {
	margin-bottom: -5px;
	padding-right: 15px;
	color: #fff;
	font-size: 40px;
}

.info-postype .pxl-info {
	padding: 0 40px;
	margin: 0;
}

@media (max-width: 480px) {
	.info-postype .pxl-info {
		padding: 0 20px;
	}
}

.info-postype .pxl-info li {
	padding: 19px 0 14px 0;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e8ebf0;
}

.info-postype .pxl-info li:last-child {
	border: none;
}

.info-postype .pxl-info li .wrap-title-icon {
	font-size: 18px;
	color: var(--secondary-color);
	font-family: 'Mulish';
	font-weight: 700;
}

@media (max-width: 480px) {
	.info-postype .pxl-info li .wrap-title-icon {
		font-size: 16px;
	}
}

.info-postype .pxl-info li .wrap-title-icon i {
	font-weight: 400;
	width: 22px;
}

.info-postype .pxl-info li .info-desc {
	font-size: 24px;
	color: var(--primary-color);
}

@media (max-width: 480px) {
	.info-postype .pxl-info li .info-desc {
		font-size: 20px;
	}
}

.info-postype .btn-readmore {
	margin-left: 40px;
	margin-bottom: 40px;
	margin-top: 13px;
	animation: pxl_ani1 0.7s steps(70) forwards;
	border-color: var(--primary-color);
	background-color: var(--primary-color);
	border-radius: 5px;
	display: inline-flex;
	align-items: center;
	padding: 10px 30px;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	z-index: 1;
}

@media (max-width: 480px) {
	.info-postype .btn-readmore {
		margin-left: 20px;
	}
}

.info-postype .btn-readmore i {
	padding-left: 11px;
	font-size: 20px;
	font-weight: 100 !important;
}

.info-postype .btn-readmore:after {
	border-color: var(--primary-color);
}

.info-postype .btn-readmore:before {
	background-color: var(--secondary-color);
}

.info-postype .btn-readmore:hover {
	background-color: var(--primary-color);
	color: #fff;
}

.info-postype .btn-readmore:hover i {
	animation: ar 300ms ease-out;
}

.elementor-widget-overlay {
	width: 100% !important;
	height: 100%;
}

.elementor-widget-overlay .elementor-widget-container {
	width: 100%;
	height: 100%;
}

.pxl-overlay {
	width: 100px;
	height: 100px;
}

.pxl-image-single {
	-webkit-border-radius: inherit;
	-khtml-border-radius: inherit;
	-moz-border-radius: inherit;
	-ms-border-radius: inherit;
	-o-border-radius: inherit;
	border-radius: inherit;
}

.pxl-image-single *,.pxl-image-single img {
	-webkit-border-radius: inherit;
	-khtml-border-radius: inherit;
	-moz-border-radius: inherit;
	-ms-border-radius: inherit;
	-o-border-radius: inherit;
	border-radius: inherit;
}

.pxl-image-single .text-note {
	background-color: #fff;
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	transform: translatex(-50%);
	padding: 10px;
	border-radius: 7px;
}

.pxl-image-single .text-note .wrap {
	border: 1px dashed var(--secondary-color);
	display: flex;
	align-items: center;
	border-radius: 7px;
	padding: 0 20px;
}

.pxl-image-single .text-note .wrap .t1 {
	font-size: 60px;
	line-height: 64px;
	color: var(--secondary-color);
}

.pxl-image-single .text-note .wrap .t2 {
	font-size: 20px;
	max-width: 100px;
	line-height: 28px;
	color: var(--secondary-color);
	margin-left: 20px;
}

.pxl-spacer1>div {
	display: none;
}

@media screen and (min-width: 1200px) {
	.pxl-spacer1 .pxl-space--xl {
		display: block;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.pxl-spacer1 .pxl-space--lg {
		display: block;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.pxl-spacer1 .pxl-space--md {
		display: block;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.pxl-spacer1 .pxl-space--sm {
		display: block;
	}
}

@media screen and (max-width: 575px) {
	.pxl-spacer1 .pxl-space--xs {
		display: block;
	}
}

.pxl-history1 {
	max-width: 980px;
	margin: auto;
}

.pxl-history1 .pxl-item--start {
	width: 100px;
	height: 100px;
	line-height: 100px;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	background-image: -webkit-linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	background-image: -moz-linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	background-image: -ms-linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	background-image: -o-linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	background-image: linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	filter: progid:dximagetransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)',endcolorstr='var(--gradient-color-to) 50%');
	font-size: 28px;
	color: #f6f6f6;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	position: relative;
	z-index: 99;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-khtml-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

.pxl-history1 .pxl-item--holder {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
	padding-bottom: 18px;
}

.pxl-history1 .pxl-item--holder>div {
	width: 50%;
}

.pxl-history1 .pxl-item--holder:before {
	content: '';
	width: 0;
	height: 100%;
	border-left: 1px dashed #b4b2b7;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}

.pxl-history1 .pxl-item--title {
	font-size: 24px;
	color: #051133;
	margin-bottom: 10px;
	position: relative;
}

@media screen and (max-width: 767px) {
	.pxl-history1 .pxl-item--title {
		font-size: 16px;
	}
}

.pxl-history1 .pxl-item--title:before {
	content: '';
	width: 21px;
	height: 21px;
	background-image: -webkit-linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	background-image: -moz-linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	background-image: -ms-linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	background-image: -o-linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	background-image: linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	filter: progid:dximagetransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)',endcolorstr='var(--gradient-color-to) 50%');
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	z-index: 2;
}

.pxl-history1 .pxl-item--title:after {
	content: '';
	width: 100px;
	height: 0;
	border-top: 1px dashed #b4b2b7;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	z-index: 1;
}

.pxl-history1 .pxl-item--description {
	font-size: 18px;
	color: #5c5c5c;
}

@media screen and (max-width: 767px) {
	.pxl-history1 .pxl-item--description {
		font-size: 15px;
	}
}

.pxl-history1 .pxl-content--left {
	padding-right: 120px;
	margin-top: 15px;
}

@media screen and (max-width: 767px) {
	.pxl-history1 .pxl-content--left {
		padding-right: 30px;
		margin-top: 60px;
	}
}

.pxl-history1 .pxl-content--left .pxl-item--title:before {
	right: -130px;
}

@media screen and (max-width: 767px) {
	.pxl-history1 .pxl-content--left .pxl-item--title:before {
		right: -40px;
	}
}

.pxl-history1 .pxl-content--left .pxl-item--title:after {
	right: -108px;
}

@media screen and (max-width: 767px) {
	.pxl-history1 .pxl-content--left .pxl-item--title:after {
		width: 16px;
		right: -20px;
	}
}

.pxl-history1 .pxl-content--right {
	padding-left: 120px;
	margin-top: -65px;
}

@media screen and (max-width: 767px) {
	.pxl-history1 .pxl-content--right {
		padding-left: 30px;
		margin-top: 20px;
	}
}

.pxl-history1 .pxl-content--right .pxl-item--title:before {
	left: -130px;
}

@media screen and (max-width: 767px) {
	.pxl-history1 .pxl-content--right .pxl-item--title:before {
		left: -40px;
	}
}

.pxl-history1 .pxl-content--right .pxl-item--title:after {
	left: -108px;
}

@media screen and (max-width: 767px) {
	.pxl-history1 .pxl-content--right .pxl-item--title:after {
		width: 16px;
		left: -20px;
	}
}

.pxl-history1 .pxl--item+.pxl--item {
	margin-top: 44px;
}

.pxl-history1 .pxl-item--image {
	width: 134px;
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-khtml-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

.pxl-history1 .pxl-item--image img {
	-webkit-border-radius: 134px;
	-khtml-border-radius: 134px;
	-moz-border-radius: 134px;
	-ms-border-radius: 134px;
	-o-border-radius: 134px;
	border-radius: 134px;
	width: 100%;
}

.pxl-feature-box1 {
	background-color: #f5f7f6;
	background-image: url(../../themes/img/feature-box.jpg);
	overflow: hidden;
	padding-top: 48px;
}

.pxl-feature-box1 .pxl-item--title {
	font-size: 40px;
	margin-bottom: 50px;
	padding: 0 65px;
}

.pxl-feature-box1 .pxl-item--feature {
	margin: 0 0 63px;
	padding: 0 65px;
	list-style: none;
	font-size: 18px;
	color: #737879;
}

.pxl-feature-box1 .pxl-item--feature i {
	color: #00b2a1;
	font-size: 17px;
}

.pxl-feature-box1 .pxl-item--feature span {
	position: relative;
	margin-right: 18px;
	display: inline-flex;
	z-index: 1;
}

.pxl-feature-box1 .pxl-item--feature span:before {
	content: '';
	height: 35px;
	width: 100px;
	position: absolute;
	top: 50%;
	right: -9px;
	background-color: #fff;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	z-index: -1;
	-webkit-border-radius: 35px;
	-khtml-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
	border-radius: 35px;
}

.pxl-feature-box1 .pxl-item--feature li+li {
	margin-top: 15px;
}

.pxl-feature-box1 .pxl-item--button a {
	display: block;
	line-height: 77px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	font-size: 16px;
	text-align: center;
}

.pxl-feature-box1 .pxl-item--button a i {
	margin-top: 1px;
}

.pxl-link {
	padding-left: 0 !important;
	list-style: none !important;
}

.pxl-link i {
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

.pxl-link.style2 i {
	mask-image: url(../../themes/img/mask-list.png);
	-webkit-mask-image: url(../../themes/img/mask-list.png);
	-ms-mask-image: url(../../themes/img/mask-list.png);
	-o-mask-image: url(../../themes/img/mask-list);
	-webkit-mask-repeat: no-repeat;
	-ms-mask-repeat: no-repeat;
	-o-mask-repeat: no-repeat;
	-webkit-mask-position: center top;
	-ms-mask-position: center top;
	-o-mask-position: center top;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
	width: 25px;
	min-width: 25px;
	height: 25px;
	overflow: hidden;
	line-height: 25px;
	text-align: center;
	line-height: 25px;
}

.pxl-loader.style-kindergarten {
	background-color: #fcf9f4;
}

.pxl-loader.style-kindergarten #animationWindow {
	position: relative;
}

.pxl-loader.style-kindergarten #animationWindow .img-loading {
	text-align: center;
	position: absolute;
	transform: translate(-50%,-50%);
	top: 13%;
	left: 50%;
}

.pxl-heading .wrap-subtitle {
	display: flex;
}

.pxl-heading .wrap-subtitle .icon-before {
	width: 76px;
	padding-left: 17px;
}

@media (max-width: 450px) {
	.pxl-heading .wrap-subtitle .icon-before {
		width: 50px;
		padding-left: 10px;
	}
}

.pxl-heading .wrap-subtitle .icon-after {
	padding-left: 17px;
	width: 76px;
}

@media (max-width: 450px) {
	.pxl-heading .wrap-subtitle .icon-after {
		width: 50px;
		padding-left: 10px;
	}
}

.pxl-heading .wrap-subtitle.style1 .icon-before,.pxl-heading .wrap-subtitle.style1 .icon-after {
	display: none;
}

.pxl-heading .wrap-subtitle.style2 .icon-after {
	display: none;
}

.pxl-heading .wrap-subtitle.style3 .icon-before {
	display: none;
}

.pxl-client-carousel1 .pxl-item-client a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.pxl-client-carousel1 .pxl-item-client a img {
	display: block;
	width: auto;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all 0.3s cubic-bezier(0,0,0.2,1) 0s;
	-khtml-transition: all 0.3s cubic-bezier(0,0,0.2,1) 0s;
	-moz-transition: all 0.3s cubic-bezier(0,0,0.2,1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0,0,0.2,1) 0s;
	-o-transition: all 0.3s cubic-bezier(0,0,0.2,1) 0s;
	transition: all 0.3s cubic-bezier(0,0,0.2,1) 0s;
	max-height: 65px;
}

.pxl-client-carousel1 .pxl-item-client a img:nth-child(2) {
	position: absolute;
	top: 0%;
	left: 50%;
	-webkit-transform: translate(-50%,-100%);
	-khtml-transform: translate(-50%,-100%);
	-moz-transform: translate(-50%,-100%);
	-ms-transform: translate(-50%,-100%);
	-o-transform: translate(-50%,-100%);
	transform: translate(-50%,-100%);
	opacity: 1;
}

.pxl-client-carousel1 .pxl-item-client a:hover img:nth-child(1) {
	-webkit-transform: translateY(120%);
	-khtml-transform: translateY(120%);
	-moz-transform: translateY(120%);
	-ms-transform: translateY(120%);
	-o-transform: translateY(120%);
	transform: translateY(120%);
}

.pxl-client-carousel1 .pxl-item-client a:hover img:nth-child(2) {
	top: 100%;
	opacity: 1;
}

.pxl-image-grid1 .pxl-grid-item {
	padding: 15px !important;
}

.pxl-image-grid1 .pxl-grid-item img {
	width: 100%;
}

.pxl-image-grid1 .pxl-grid-item .pxl-image-inner .wrap-item {
	position: relative;
	overflow: hidden;
}

.pxl-image-grid1 .pxl-grid-item .pxl-image-inner .wrap-item:before {
	position: absolute;
	pointer-events: none;
	content: '';
	background-color: var(--secondary-color);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	visibility: hidden;
	mix-blend-mode: multiply;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

.pxl-image-grid1 .pxl-grid-item .pxl-image-inner .light-box {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 22;
}

.pxl-image-grid1 .pxl-grid-item .pxl-image-inner .pxl-item-meta {
	position: absolute;
	width: auto;
	height: auto;
	bottom: 65px;
	right: 45px;
	left: 45px;
	background-color: #fff;
	text-align: center;
	padding: 17px 15px 20px 15px;
	opacity: 0;
	-webkit-transition: 250ms all linear 0ms;
	-khtml-transition: 250ms all linear 0ms;
	-moz-transition: 250ms all linear 0ms;
	-ms-transition: 250ms all linear 0ms;
	-o-transition: 250ms all linear 0ms;
	transition: 250ms all linear 0ms;
}

.pxl-image-grid1 .pxl-grid-item .pxl-image-inner .pxl-item-meta .pxl-image-title {
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	color: var(--secondary-color);
}

@media (max-width: 480px) {
	.pxl-image-grid1 .pxl-grid-item .pxl-image-inner .pxl-item-meta .pxl-image-title {
		font-size: 20px;
		line-height: 1.2;
	}
}

.pxl-image-grid1 .pxl-grid-item .pxl-image-inner .pxl-item-meta .pxl-image-desc {
	color: #696969;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	font-family: 'Rubik';
}

.pxl-image-grid1 .pxl-grid-item .pxl-image-inner:hover .wrap-item:before {
	visibility: visible;
}

.pxl-image-grid1 .pxl-grid-item .pxl-image-inner:hover .pxl-item-meta {
	bottom: 45px;
	right: 45px;
	left: 45px;
	-webkit-transition: 250ms all linear 200ms;
	-khtml-transition: 250ms all linear 200ms;
	-moz-transition: 250ms all linear 200ms;
	-ms-transition: 250ms all linear 200ms;
	-o-transition: 250ms all linear 200ms;
	transition: 250ms all linear 200ms;
	opacity: 1;
}

.pxl-image-grid2 .pxl-grid-item {
	padding: 15px !important;
}

.pxl-image-grid2 .pxl-grid-item img {
	width: 100%;
}

.pxl-image-grid2 .pxl-grid-item .pxl-image-inner {
	border-radius: 7px;
	overflow: hidden;
}

.pxl-image-grid2 .pxl-grid-item .pxl-image-inner .wrap-item {
	position: relative;
	overflow: hidden;
	border-radius: 7px;
	overflow: hidden;
}

.pxl-image-grid2 .pxl-grid-item .pxl-image-inner .wrap-item:before {
	position: absolute;
	pointer-events: none;
	content: '';
	background-color: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	visibility: hidden;
	mix-blend-mode: multiply;
	opacity: 0.8;
	border-radius: 7px;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

.pxl-image-grid2 .pxl-grid-item .pxl-image-inner .light-box {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 22;
}

.pxl-image-grid2 .pxl-grid-item .pxl-image-inner .light-box:before {
	position: absolute;
	content: '';
	width: 2px;
	height: 60px;
	left: 50%;
	top: 40%;
	transform: translateY(-50%);
	background-color: #fff;
	opacity: 0;
	-webkit-transition: 300ms all linaer 0ms;
	-khtml-transition: 300ms all linaer 0ms;
	-moz-transition: 300ms all linaer 0ms;
	-ms-transition: 300ms all linaer 0ms;
	-o-transition: 300ms all linaer 0ms;
	transition: 300ms all linaer 0ms;
}

.pxl-image-grid2 .pxl-grid-item .pxl-image-inner .light-box:after {
	position: absolute;
	content: '';
	width: 60px;
	height: 2px;
	top: 50%;
	left: 40%;
	transform: translatex(-50%);
	background-color: #fff;
	opacity: 0;
	-webkit-transition: 300ms all linaer 0ms;
	-khtml-transition: 300ms all linaer 0ms;
	-moz-transition: 300ms all linaer 0ms;
	-ms-transition: 300ms all linaer 0ms;
	-o-transition: 300ms all linaer 0ms;
	transition: 300ms all linaer 0ms;
}

.pxl-image-grid2 .pxl-grid-item .pxl-image-inner .pxl-item-meta {
	position: absolute;
	width: auto;
	height: auto;
	bottom: 65px;
	right: 45px;
	left: 45px;
	background-color: #fff;
	text-align: center;
	padding: 17px 15px 20px 15px;
	opacity: 0;
	-webkit-transition: 250ms all linear 0ms;
	-khtml-transition: 250ms all linear 0ms;
	-moz-transition: 250ms all linear 0ms;
	-ms-transition: 250ms all linear 0ms;
	-o-transition: 250ms all linear 0ms;
	transition: 250ms all linear 0ms;
}

.pxl-image-grid2 .pxl-grid-item .pxl-image-inner .pxl-item-meta .pxl-image-title {
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	color: var(--secondary-color);
}

@media (max-width: 480px) {
	.pxl-image-grid2 .pxl-grid-item .pxl-image-inner .pxl-item-meta .pxl-image-title {
		font-size: 20px;
		line-height: 1.2;
	}
}

.pxl-image-grid2 .pxl-grid-item .pxl-image-inner .pxl-item-meta .pxl-image-desc {
	color: #696969;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	font-family: 'Rubik';
}

.pxl-image-grid2 .pxl-grid-item .pxl-image-inner:hover .wrap-item:before {
	visibility: visible;
}

.pxl-image-grid2 .pxl-grid-item .pxl-image-inner:hover .light-box:before {
	top: 50%;
	transition-delay: 200ms;
	opacity: 1;
}

.pxl-image-grid2 .pxl-grid-item .pxl-image-inner:hover .light-box:after {
	opacity: 1;
	transition-delay: 200ms;
	left: 50%;
}

.pxl-image-grid2 .pxl-grid-item .pxl-image-inner:hover .pxl-item-meta {
	bottom: 45px;
	right: 45px;
	left: 45px;
	-webkit-transition: 250ms all linear 200ms;
	-khtml-transition: 250ms all linear 200ms;
	-moz-transition: 250ms all linear 200ms;
	-ms-transition: 250ms all linear 200ms;
	-o-transition: 250ms all linear 200ms;
	transition: 250ms all linear 200ms;
	opacity: 1;
}

.pxl-image-carousel1 .pxl-swiper-wrapper {
	align-items: center;
}

.pxl-image-carousel1 img {
	width: 100%;
}

.pxl-image-carousel1 .pxl-item--inner {
	position: relative;
	overflow: hidden;
}

.pxl-image-carousel1 .pxl-item--inner .wrap-item:before {
	position: absolute;
	content: '';
	background-color: var(--secondary-color);
	top: 50px;
	right: 50px;
	left: 50px;
	bottom: 50px;
	pointer-events: none;
	mix-blend-mode: multiply;
	-webkit-transition: 200ms all linear 0ms;
	-khtml-transition: 200ms all linear 0ms;
	-moz-transition: 200ms all linear 0ms;
	-ms-transition: 200ms all linear 0ms;
	-o-transition: 200ms all linear 0ms;
	transition: 200ms all linear 0ms;
	opacity: 0;
}

.pxl-image-carousel1 .pxl-item--inner .pxl-image-title {
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	color: var(--secondary-color);
}

@media (max-width: 480px) {
	.pxl-image-carousel1 .pxl-item--inner .pxl-image-title {
		font-size: 20px;
		line-height: 1.2;
	}
}

.pxl-image-carousel1 .pxl-item--inner .light-box {
	z-index: 2;
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100px;
	height: 100px;
	opacity: 0;
}

.pxl-image-carousel1 .pxl-item--inner .light-box:before {
	position: absolute;
	content: '';
	height: 100px;
	left: 49px;
	top: 0;
	width: 2px;
	background-color: #fff;
}

@media (max-width: 480px) {
	.pxl-image-carousel1 .pxl-item--inner .light-box:before {
		height: 70px;
	}
}

@media (max-width: 767px) {
	.pxl-image-carousel1 .pxl-item--inner .light-box:before {
		height: 80px;
	}
}

.pxl-image-carousel1 .pxl-item--inner .light-box:after {
	position: absolute;
	content: '';
	height: 100px;
	left: 49px;
	transform: rotate(90deg);
	top: 0px;
	width: 2px;
	background-color: #fff;
}

@media (max-width: 767px) {
	.pxl-image-carousel1 .pxl-item--inner .light-box:after {
		height: 80px;
	}
}

@media (max-width: 480px) {
	.pxl-image-carousel1 .pxl-item--inner .light-box:after {
		height: 70px;
	}
}

.pxl-image-carousel1 .pxl-item--inner .pxl-image-title {
	opacity: 0;
	z-index: 2;
	position: absolute;
	top: 10%;
	font-size: 30px;
	font-weight: 400;
	width: 100%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
}

@media (max-width: 480px) {
	.pxl-image-carousel1 .pxl-item--inner .pxl-image-title {
		font-size: 20px;
		line-height: 1.2;
	}
}

.pxl-image-carousel1 .pxl-item--inner:hover .light-box {
	top: 44%;
	-webkit-transition: 250ms all linear 350ms;
	-khtml-transition: 250ms all linear 350ms;
	-moz-transition: 250ms all linear 350ms;
	-ms-transition: 250ms all linear 350ms;
	-o-transition: 250ms all linear 350ms;
	transition: 250ms all linear 350ms;
	opacity: 1;
}

.pxl-image-carousel1 .pxl-item--inner:hover .pxl-image-title {
	top: 62%;
	opacity: 1;
	-webkit-transition: 250ms all linear 200ms;
	-khtml-transition: 250ms all linear 200ms;
	-moz-transition: 250ms all linear 200ms;
	-ms-transition: 250ms all linear 200ms;
	-o-transition: 250ms all linear 200ms;
	transition: 250ms all linear 200ms;
}

.pxl-image-carousel1 .pxl-item--inner:hover .wrap-item:before {
	opacity: 1;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
}

.tt_timetable th {
	background-color: #e7e6e6 !important;
	color: var(--secondary-color) !important;
	padding: 12px 15px 14px;
	font-size: 20px;
}

.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected {
	background-color: #e7e6e6;
	border: 1px solid var(--secondary-color);
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	cursor: pointer;
}

.tt_responsive .tt_timetable.small .box_header {
	font-size: 20px !important;
	font-weight: bold;
	color: var(--secondary-color);
}

.pxl-grid-direction .in-top .wrap-item:before {
	-webkit-animation: in-top-fade 0.3s ease 0ms 1 forwards;
	animation: in-top-fade 0.3s ease 0ms 1 forwards;
}

.pxl-grid-direction .out-top .wrap-item:before {
	-webkit-animation: out-top-fade 0.3s ease 0ms 1 forwards;
	animation: out-top-fade 0.3s ease 0ms 1 forwards;
}

.pxl-grid-direction .in-bottom .wrap-item:before {
	-webkit-animation: in-bottom-fade 0.3s ease 0ms 1 forwards;
	animation: in-bottom-fade 0.3s ease 0ms 1 forwards;
}

.pxl-grid-direction .out-bottom .wrap-item:before {
	-webkit-animation: out-bottom-fade 0.3s ease 0ms 1 forwards;
	animation: out-bottom-fade 0.3s ease 0ms 1 forwards;
}

.pxl-grid-direction .in-left .wrap-item:before {
	-webkit-animation: in-left-fade 0.3s ease 0ms 1 forwards;
	animation: in-left-fade 0.3s ease 0ms 1 forwards;
}

.pxl-grid-direction .out-left .wrap-item:before {
	-webkit-animation: out-left-fade 0.3s ease 0ms 1 forwards;
	animation: out-left-fade 0.3s ease 0ms 1 forwards;
}

.pxl-grid-direction .in-right .wrap-item:before {
	-webkit-animation: in-right-fade 0.3s ease 0ms 1 forwards;
	animation: in-right-fade 0.3s ease 0ms 1 forwards;
}

.pxl-grid-direction .out-right .wrap-item:before {
	-webkit-animation: out-right-fade 0.3s ease 0ms 1 forwards;
	animation: out-right-fade 0.3s ease 0ms 1 forwards;
}

.pxl-calendar {
	max-width: 385px;
}

.pxl-calendar.style1 .wrap-content-calendar {
	padding: 30px 55px 45px 55px;
}

@media (max-width: 1024px) {
	.pxl-calendar.style1 .wrap-content-calendar {
		padding: 30px 20px;
	}
}

@media (max-width: 991px) {
	.pxl-calendar.style1 .wrap-content-calendar {
		padding: 15px 20px;
	}
}

.pxl-calendar.style1 .wrap-content-calendar:before {
	background-color: #fe7162;
	z-index: -1;
	position: absolute;
	content: '';
	width: 100%;
	height: 85%;
	top: 0;
	left: 0;
	display: inline-block;
	mask-image: url(../../themes/img/mask-academic.png);
	-webkit-mask-image: url(../../themes/img/mask-academic.png);
	-ms-mask-image: url(../../themes/img/mask-academic.png);
	-o-mask-image: url(../../themes/img/mask-academic);
	-webkit-mask-repeat: no-repeat;
	-ms-mask-repeat: no-repeat;
	-o-mask-repeat: no-repeat;
	-webkit-mask-position: left top;
	-ms-mask-position: left top;
	-o-mask-position: left top;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
	z-index: 2;
}

@media (max-width: 1024px) {
	.pxl-calendar.style1 .wrap-content-calendar:before {
		-webkit-mask-image: none;
		border-radius: 5px 5px 0 0;
	}
}

.pxl-calendar.style1 .wrap-content-calendar:after {
	background-color: #fe7162;
	position: absolute;
	content: '';
	z-index: -1;
	width: 100%;
	height: 85%;
	bottom: 0;
	left: 0;
	display: inline-block;
	mask-image: url(../../themes/img/mask-academic.png);
	-webkit-mask-image: url(../../themes/img/mask-academic.png);
	-ms-mask-image: url(../../themes/img/mask-academic.png);
	-o-mask-image: url(../../themes/img/mask-academic);
	-webkit-mask-repeat: no-repeat;
	-ms-mask-repeat: no-repeat;
	-o-mask-repeat: no-repeat;
	-webkit-mask-position: left bottom;
	-ms-mask-position: left bottom;
	-o-mask-position: left bottom;
	z-index: 2;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

@media (max-width: 1024px) {
	.pxl-calendar.style1 .wrap-content-calendar:after {
		-webkit-mask-image: none;
		border-radius: 0 0 5px 5px;
	}
}

.pxl-calendar.style1 .wrap-month {
	font-size: 27px;
	color: var(--secondary-color);
	position: relative;
	z-index: 3;
}

.pxl-calendar.style1 .icon-after svg {
	position: relative;
	z-index: 3;
	height: 20px;
	fill: #1ab9ff;
}

.pxl-calendar.style1 .pxl-calendar-list {
	z-index: 3;
	position: relative;
	list-style-type: none;
	padding: 0;
	padding-top: 4px;
}

.pxl-calendar.style1 .pxl-calendar-list li {
	font-family: 'Mulish';
	font-size: 16px;
	color: #70747f;
	font-weight: 600;
	padding-bottom: 14px;
}

.pxl-calendar.style1 .pxl-calendar-list li i {
	color: #fe7162;
	padding-right: 5px;
}

.pxl-calendar.style1 .pxl-calendar-list li:last-child {
	padding-bottom: 0;
}

.pxl-calendar.style2 .wrap-content-calendar {
	padding: 5px 85px 10px 45px;
}

@media (max-width: 1024px) {
	.pxl-calendar.style2 .wrap-content-calendar {
		padding: 5px 35px 10px 35px;
	}
}

@media (max-width: 767px) {
	.pxl-calendar.style2 .wrap-content-calendar {
		padding: 5px 20px 5px 20px;
	}
}

.pxl-calendar.style2 .wrap-content-calendar:before {
	position: absolute;
	content: '';
	z-index: -1;
	width: 100%;
	height: 85%;
	bottom: 0;
	left: 0;
	display: inline-block;
	z-index: 3;
	mask-image: url(../../themes/img/mask-calendar.png);
	-webkit-mask-image: url(../../themes/img/mask-calendar.png);
	-ms-mask-image: url(../../themes/img/mask-calendar.png);
	-o-mask-image: url(../../themes/img/mask-calendar);
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
	-webkit-mask-repeat: no-repeat;
	-ms-mask-repeat: no-repeat;
	-o-mask-repeat: no-repeat;
	height: 100%;
	-webkit-mask-position: left top;
	-ms-mask-position: left top;
	-o-mask-position: left top;
	z-index: 2;
	background-color: #fab319;
}

@media (max-width: 991px) {
	.pxl-calendar.style2 .wrap-content-calendar:before {
		border-radius: 5px;
	}
}

@media (max-width: 1024px) {
	.pxl-calendar.style2 .wrap-content-calendar:before {
		-webkit-mask-image: none;
		border-radius: 5px;
	}
}

.pxl-calendar.style2 .wrap-content-calendar:after {
	position: relative !important;
}

.pxl-calendar.style2 .pxl-calendar-list {
	position: relative;
	z-index: 3;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.elementor-drop-cap-letter {
	box-shadow: 1px 10px 60px #fab319;
}

.pxl-piechart-layout1,.pxl-piechart-layout2 {
	-webkit-filter: drop-shadow(0px 0px 20px #eaeaea);
	-moz-filter: drop-shadow(0px 0px 20px #eaeaea);
	-ms-filter: drop-shadow(0px 0px 20px #eaeaea);
	-o-filter: drop-shadow(0px 0px 20px #eaeaea);
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

.pxl-piechart-layout1 .pxl-piechart,.pxl-piechart-layout2 .pxl-piechart {
	text-align: center;
	max-width: 270px;
	width: 270px;
	padding: 40px 20px 48px 20px;
	text-align: center;
	mask-image: url(../../themes/img/mask-pie.png);
	-webkit-mask-image: url(../../themes/img/mask-pie.png);
	-ms-mask-image: url(../../themes/img/mask-pie.png);
	-o-mask-image: url(../../themes/img/mask-pie.png);
	-webkit-mask-repeat: no-repeat;
	-ms-mask-repeat: no-repeat;
	-o-mask-repeat: no-repeat;
	-webkit-mask-position: center top;
	-ms-mask-position: center top;
	-o-mask-position: center top;
	background-color: #fff;
}

.pxl-piechart-layout1 .pxl-piechart .item--value,.pxl-piechart-layout2 .pxl-piechart .item--value {
	position: relative;
	display: inline-flex;
}

.pxl-piechart-layout1 .pxl-piechart .item--value span,.pxl-piechart-layout2 .pxl-piechart .item--value span {
	font-size: 40px;
	font-weight: 400;
	color: var(--secondary-color);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-khtml-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-family: ;
}

.pxl-piechart-layout1 .pxl-piechart .item--value span i,.pxl-piechart-layout2 .pxl-piechart .item--value span i {
	font-size: 24px;
	font-weight: 400;
	font-style: normal;
}

.pxl-piechart-layout1 .pxl-piechart .item--title,.pxl-piechart-layout2 .pxl-piechart .item--title {
	font-size: 24px;
	padding-top: 10px;
	line-height: 32px;
	font-weight: 400;
	color: var(--secondary-color);
}

.pxl-piechart-layout1 .pxl-piechart .item--description,.pxl-piechart-layout2 .pxl-piechart .item--description {
	font-size: 16px;
	line-height: 32px;
	font-weight: 400;
	color: ;
}

.pxl-piechart-layout1:hover,.pxl-piechart-layout2:hover {
	-webkit-filter: drop-shadow(0px 0px 20px #d8d7d7);
	-moz-filter: drop-shadow(0px 0px 20px #d8d7d7);
	-ms-filter: drop-shadow(0px 0px 20px #d8d7d7);
	-o-filter: drop-shadow(0px 0px 20px #d8d7d7);
	transform: translateY(-10px);
}

.pxl-piechart-layout1.pxl-piechart-layout2 .pxl-piechart,.pxl-piechart-layout2.pxl-piechart-layout2 .pxl-piechart {
	max-width: 240px !important;
	width: 240px !important;
	mask-image: url(../../themes/img/mask-pie2.png);
	-webkit-mask-image: url(../../themes/img/mask-pie2.png);
	-ms-mask-image: url(../../themes/img/mask-pie2.png);
	-o-mask-image: url(../../themes/img/mask-pie2.png);
}

.pxl-piechart-layout1.pxl-piechart-layout2 .item--title,.pxl-piechart-layout2.pxl-piechart-layout2 .item--title {
	font-size: 20px;
}

.text-slide {
	background-image: url(../../themes/img/bg-text-slide.png);
	background-position: center;
	background-size: cover;
}

.list-slide:before {
	position: absolute;
	content: '\f00c';
	font-family: 'Font Awesome 5 Pro';
	width: 25px;
	height: 25px;
	color: #fff;
	background-color: #fc477e;
	top: 0;
	left: -35px;
	text-align: center;
	mask-image: url(../../themes/img/mask-list.png);
	-webkit-mask-image: url(../../themes/img/mask-list.png);
	font-size: 13px;
	-ms-mask-image: url(../../themes/img/mask-list.png);
	-o-mask-image: url(../../themes/img/mask-list.png);
}

.list-slide.l2:before {
	background-color: #b250fe;
}

.list-slide.l3:before {
	background-color: #1ab9ff;
}

.btn-slide1 {
	padding: 17px 65px 18px 30px !important;
	border-radius: 7px !important;
	position: relative;
	background-color: var(--secondary-color) !important;
}

@media (max-width: 480px) {
	.btn-slide1 {
		padding: 13px 55px 14px 20px !important;
	}
}

.btn-slide1:before {
	background-color: var(--primary-color) !important;
}

.btn-slide1:hover {
	background-color: var(--secondary-color) !important;
}

.btn-slide1:hover:after {
	-o-animation: pxl_right_from_left 0.6s forwards;
	-ms-animation: pxl_right_from_left 0.6s forwards;
	-webkit-animation: pxl_right_from_left 0.6s forwards;
	animation: pxl_right_from_left 0.6s forwards;
}

.btn-slide1:after {
	border: none !important;
	position: absolute;
	content: '' !important;
	width: 25px !important;
	height: 13px !important;
	background-image: url(../../themes/img/arrow.png) !important;
	background-size: cover;
	background-position: center;
	right: 30px !important;
	top: 23px !important;
	z-index: 2 !important;
	left: auto !important;
}

@media (max-width: 480px) {
	.btn-slide1:after {
		right: 20px !important;
		top: 19px !important;
	}
}

.btn-slide1.btn2 {
	background-color: var(--primary-color) !important;
}

.btn-slide1.btn2:before {
	background-color: var(--secondary-color) !important;
}

.custom {
	height: 85px !important;
	width: 80px !important;
	border-radius: 0;
	display: inline-block;
	mask-image: url(../../themes/img/mask-arrow-carousel-next.png);
	-webkit-mask-image: url(../../themes/img/mask-arrow-carousel-next.png);
	-ms-mask-image: url(../../themes/img/mask-arrow-carousel-next.png);
	-o-mask-image: url(../../themes/img/mask-arrow-carousel-next);
	-webkit-mask-repeat: no-repeat;
	-ms-mask-repeat: no-repeat;
	-o-mask-repeat: no-repeat;
	-webkit-mask-position: center top;
	-ms-mask-position: center top;
	-o-mask-position: center top;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
	background: red;
}

@media (max-width: 1450px) {
	.custom {
		display: none;
	}
}

.custom i {
	display: none !important;
}

.custom:before {
	position: absolute;
	content: '';
	height: 79px;
	width: 80px;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
}

.custom.tp-rightarrow {
	background-color: #fab319 !important;
}

.custom.tp-rightarrow:before {
	background-image: url(../../themes/img/arrow-big.png);
}

.custom.tp-rightarrow:hover {
	background-color: #b250fe !important;
}

.custom.tp-leftarrow {
	background-color: #b250fe !important;
}

.custom.tp-leftarrow:before {
	background-image: url(../../themes/img/arrow-big-prev.png);
}

.custom.tp-leftarrow:hover {
	background-color: #fab319 !important;
}

.pxl-search-popup-button {
	cursor: pointer;
}

.pxl-mailchimp .mc4wp-form {
	position: relative;
}

.pxl-mailchimp .mc4wp-response {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
}

.pxl-mailchimp .mc4wp-alert {
	background-color: #fff;
	border-radius: 5px;
	padding: 15px 20px;
	font-size: 14px;
	box-shadow: 0 0 35px rgba(0,0,0,0.06);
	margin-top: 25px;
	position: relative;
	max-width: 350px;
}

.pxl-mailchimp .mc4wp-alert:before {
	content: '';
	position: absolute;
	top: -18px;
	left: 20px;
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
}

.pxl-mailchimp .mc4wp-alert p {
	margin: 0;
}

.pxl-mailchimp [type=submit] {
	white-space: nowrap;
}

.pxl-mailchimp.style-default .mc4wp-form-fields {
	position: relative;
}

.pxl-mailchimp.style-default [type=email] {
	height: 54px;
	border: 1px solid var(--primary-color);
	-webkit-border-radius: 54px;
	-khtml-border-radius: 54px;
	-moz-border-radius: 54px;
	-ms-border-radius: 54px;
	-o-border-radius: 54px;
	border-radius: 54px;
	background-color: transparent;
	font-size: 12px;
	color: #b8b8b8;
	padding: 0 22px;
	min-width: 280px;
}

.pxl-mailchimp.style-default [type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 32px;
	line-height: 54px;
	font-size: 14px;
	text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
	.pxl-mailchimp.style-default [type=submit] {
		padding: 0 22px;
	}
}

.pxl-mailchimp.style-box-round .mc4wp-form-fields {
	position: relative;
}

.pxl-mailchimp.style-box-round [type=email] {
	height: 65px;
	-webkit-border-radius: 65px;
	-khtml-border-radius: 65px;
	-moz-border-radius: 65px;
	-ms-border-radius: 65px;
	-o-border-radius: 65px;
	border-radius: 65px;
	background-color: rgba(255,255,255,0.24);
	font-size: 15px;
	color: #e4e4e4;
	padding: 0 22px;
	min-width: 280px;
	border: none;
	padding-left: 48px;
}

@media screen and (max-width: 1199px) {
	.pxl-mailchimp.style-box-round [type=email] {
		padding-left: 30px;
	}
}

.pxl-mailchimp.style-box-round [type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 50px;
	line-height: 65px;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0px;
}

@media screen and (max-width: 1199px) {
	.pxl-mailchimp.style-box-round [type=submit] {
		padding: 0 22px;
	}
}

@media screen and (max-width: 575px) {
	.pxl-mailchimp.style-box-round [type=submit] {
		position: relative;
		width: 100%;
		margin-top: 20px;
	}
}

.pxl-mailchimp.style-outline .mc4wp-form-fields {
	display: flex;
	flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
	.pxl-mailchimp.style-outline .mc4wp-form-fields {
		display: block;
	}
}

.pxl-mailchimp.style-outline [type=email] {
	height: 50px;
	border: none;
	border-bottom: 1px solid #fff;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	background-color: transparent;
	font-size: 16px;
	color: #bfbfbf;
	padding: 0;
	width: auto;
	min-width: 320px;
	margin-right: 30px;
}

.pxl-mailchimp.style-outline [type=email]:focus {
	color: #fff;
	border-color: rgba(255,255,255,0.67);
}

@media screen and (max-width: 1199px) {
	.pxl-mailchimp.style-outline [type=email] {
		margin-right: 20px;
		min-width: 220px;
	}
}

.pxl-mailchimp.style-outline [type=submit] {
	padding: 0 40px;
	line-height: 50px;
	font-size: 16px;
	font-weight: 500;
	overflow: hidden;
	z-index: 1;
}

@media screen and (max-width: 1199px) {
	.pxl-mailchimp.style-outline [type=submit] {
		padding: 0 22px;
	}
}

@media screen and (max-width: 767px) {
	.pxl-mailchimp.style-outline [type=submit] {
		margin-top: 20px;
	}
}

.pxl-mailchimp.style-outline.style-btn-default [type=submit]:before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -15px 0 0 1px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(0,0,0,0.08);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(1,2,1);
	transform: scale3d(1,2,1);
	-webkit-transition: -webkit-transform 0.3s,opacity 0.3s;
	transition: transform 0.3s,opacity 0.3s;
	transition-timing-function: ease,ease;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
	transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}

.pxl-mailchimp.style-outline.style-btn-default [type=submit]:hover:before {
	-webkit-transform: scale3d(9,9,1);
	transform: scale3d(9,9,1);
}

.pxl-mailchimp.style-outline.style-btn-default [type=submit]:hover,.pxl-mailchimp.style-outline.style-btn-default [type=submit]:focus {
	background: var(--primary-color);
}

.pxl-mailchimp.style-primary .mc4wp-form-fields {
	display: flex;
	flex-wrap: nowrap;
}

@media screen and (max-width: 991px) {
	.pxl-mailchimp.style-primary .mc4wp-form-fields {
		display: block;
	}
}

.pxl-mailchimp.style-primary [type=email] {
	height: 54px;
	border: none;
	border: none;
	-webkit-border-radius: 54px;
	-khtml-border-radius: 54px;
	-moz-border-radius: 54px;
	-ms-border-radius: 54px;
	-o-border-radius: 54px;
	border-radius: 54px;
	background-color: #3b3f38;
	font-size: 16px;
	color: #fff;
	padding-left: 26px;
	width: auto;
	min-width: 320px;
	margin-right: 16px;
}

@media screen and (max-width: 1199px) {
	.pxl-mailchimp.style-primary [type=email] {
		min-width: 220px;
	}
}

@media screen and (max-width: 991px) {
	.pxl-mailchimp.style-primary [type=email] {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
}

.pxl-mailchimp.style-primary [type=submit] {
	padding: 0 34px;
	line-height: 54px;
	font-size: 16px;
	font-weight: 600;
	color: #122a00;
	z-index: 1;
	text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
	.pxl-mailchimp.style-primary [type=submit] {
		padding: 0 22px;
	}
}

@media screen and (max-width: 991px) {
	.pxl-mailchimp.style-primary [type=submit] {
		margin-top: 20px;
	}
}

.pxl-mailchimp.style-box-white {
	-webkit-border-radius: 42px;
	-khtml-border-radius: 42px;
	-moz-border-radius: 42px;
	-ms-border-radius: 42px;
	-o-border-radius: 42px;
	border-radius: 42px;
	background-color: #fff;
	padding: 13px 18px 13px 40px;
}

.pxl-mailchimp.style-box-white [type=email] {
	font-size: 15px;
	color: #79949f;
	padding: 0 0 0 60px;
	background-image: url(../../themes/img/mail.png);
	background-position: left -10px center;
	background-repeat: no-repeat;
	border: none;
	margin-right: 10px;
}

.pxl-mailchimp.style-box-white [type=submit] {
	line-height: 58px;
	padding: 0 26px;
}

.pxl-mailchimp.style-box-white .mc4wp-form-fields {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.pxl-mailchimp.style-box-white .mc4wp-form-fields {
		display: block;
	}
}

.pxl-mailchimp.style-box-white2 {
	-webkit-border-radius: 42px;
	-khtml-border-radius: 42px;
	-moz-border-radius: 42px;
	-ms-border-radius: 42px;
	-o-border-radius: 42px;
	border-radius: 42px;
	background-color: #fff;
	padding: 5px;
	-webkit-box-shadow: 0 1px 62px rgba(0,0,0,0.08);
	-khtml-box-shadow: 0 1px 62px rgba(0,0,0,0.08);
	-moz-box-shadow: 0 1px 62px rgba(0,0,0,0.08);
	-ms-box-shadow: 0 1px 62px rgba(0,0,0,0.08);
	-o-box-shadow: 0 1px 62px rgba(0,0,0,0.08);
	box-shadow: 0 1px 62px rgba(0,0,0,0.08);
}

.pxl-mailchimp.style-box-white2 [type=email] {
	font-size: 15px;
	color: #747e8c;
	padding: 0 0 0 30px;
	border: none;
	height: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	width: auto;
	flex-grow: 1;
}

@media screen and (max-width: 767px) {
	.pxl-mailchimp.style-box-white2 [type=email] {
		padding-left: 20px;
	}
}

.pxl-mailchimp.style-box-white2 [type=submit] {
	line-height: 50px;
	padding: 0 30px;
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	.pxl-mailchimp.style-box-white2 [type=submit] {
		position: absolute;
		top: 0;
		right: 0;
		padding: 0;
		width: 50px;
		height: 50px;
		font-size: 0px;
	}

	.pxl-mailchimp.style-box-white2 [type=submit]:before {
		content: "\f13b";
		font-family: "Caseicon";
		font-size: 16px;
		font-weight: 400;
	}
}

.pxl-mailchimp.style-box-white2 .mc4wp-form-fields {
	display: inline-flex;
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
}

body.rtl .pxl-mailchimp.style-box-round [type=email] {
	padding-left: 20px;
	padding-right: 48px;
}

body.rtl .pxl-mailchimp.style-box-round [type=submit] {
	right: auto;
	left: 0;
}

.pxl-nav-menu .pxl-menu-primary>li.menu-item-has-children>a .caseicon-caret-arrow-down {
	display: inline-flex;
	font-size: 10px;
	line-height: 1;
	margin-left: 8px;
	-webkit-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-khtml-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-moz-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-ms-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-o-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
}

.pxl-nav-menu .pxl-menu-primary>li:hover>a .caseicon-caret-arrow-down {
	-webkit-transform: rotateX(-180deg);
	-khtml-transform: rotateX(-180deg);
	-moz-transform: rotateX(-180deg);
	-ms-transform: rotateX(-180deg);
	-o-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.pxl-nav-menu .sub-menu li.menu-item-has-children>a:after {
	content: "\f14d";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	font-size: 10px;
	font-family: "Caseicon";
	font-weight: 400;
}

.pxl-nav-menu.style2 .menu-item>a {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.pxl-nav-menu.style2 .menu-item>a .link-icon {
	font-size: 32px;
	line-height: 32px;
}

.pxl-nav-menu.style2 .menu-item>a>i {
	display: none !important;
}

.pxl-nav-menu.style2 .sub-menu a {
	text-align: left !important;
}

.pxl-nav-menu.hv-style1 .pxl-menu-primary>li>a:before {
	content: '';
	width: 0;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	margin: 11px auto 0 auto;
}

.pxl-nav-menu.hv-style1 .pxl-menu-primary>li:hover>a:before,.pxl-nav-menu.hv-style1 .pxl-menu-primary>li.current_page_item>a:before,.pxl-nav-menu.hv-style1 .pxl-menu-primary>li.current-menu-item>a:before,.pxl-nav-menu.hv-style1 .pxl-menu-primary>li.current_page_ancestor>a:before,.pxl-nav-menu.hv-style1 .pxl-menu-primary>li.current-menu-ancestor>a:before {
	width: 100%;
}

.pxl-nav-menu.hv-style2 .pxl-menu-primary>li>a:before {
	content: '';
	width: 0;
	height: 3px;
	position: absolute;
	top: 50%;
	left: 0;
	margin: 12px auto 0 auto;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.pxl-nav-menu.hv-style2 .pxl-menu-primary>li:hover>a:before,.pxl-nav-menu.hv-style2 .pxl-menu-primary>li.current_page_item>a:before,.pxl-nav-menu.hv-style2 .pxl-menu-primary>li.current-menu-item>a:before,.pxl-nav-menu.hv-style2 .pxl-menu-primary>li.current_page_ancestor>a:before,.pxl-nav-menu.hv-style2 .pxl-menu-primary>li.current-menu-ancestor>a:before {
	width: 100%;
}

.pxl-nav-menu.sub-hv-style-none .pxl-menu-primary .sub-menu li a span::before {
	display: none;
}

.pxl-nav-menu.divider-top .pxl-menu-primary>li>a::before {
	margin-top: 0;
	top: 0px;
}

.pxl-nav-menu.divider-bottom .pxl-menu-primary>li>a::before {
	margin-top: 0;
	top: auto;
	bottom: 0;
}

.pxl-logo-nav1 {
	display: inline-flex;
	background-color: #040900;
	align-items: center;
}

.pxl-logo-nav1 .pxl-logo-wrap {
	padding: 0 95px;
}

.pxl-logo-nav1 .pxl-logo-wrap img {
	max-height: 47px;
	width: auto;
}

.pxl-logo-nav1 .pxl-nav-wrap {
	display: none;
	height: 118px !important;
	opacity: 1 !important;
}

.pxl-logo-nav1 .pxl-menu-primary {
	margin-right: 70px;
}

.pxl-logo-nav1 .pxl-menu-primary>li>a {
	color: #fff;
	font-size: 16px;
	line-height: 118px;
}

.pxl-logo-nav1 .pxl-menu-primary>li>a:before {
	content: '';
	width: 0;
	height: 2px;
	background-color: var(--primary-color);
	position: absolute;
	top: 50%;
	left: 0;
	margin: 11px auto 0 auto;
}

.pxl-logo-nav1 .pxl-menu-primary>li.menu-item-has-children>a .caseicon-caret-arrow-down {
	display: inline-flex;
	font-size: 10px;
	line-height: 1;
	margin-left: 6px;
	-webkit-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-khtml-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-moz-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-ms-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-o-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
}

.pxl-logo-nav1 .pxl-menu-primary>li:hover>a .caseicon-caret-arrow-down {
	-webkit-transform: rotateX(-180deg);
	-khtml-transform: rotateX(-180deg);
	-moz-transform: rotateX(-180deg);
	-ms-transform: rotateX(-180deg);
	-o-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.pxl-logo-nav1 .pxl-menu-primary>li:hover>a:before,.pxl-logo-nav1 .pxl-menu-primary>li.current_page_item>a:before,.pxl-logo-nav1 .pxl-menu-primary>li.current-menu-item>a:before,.pxl-logo-nav1 .pxl-menu-primary>li.current_page_ancestor>a:before,.pxl-logo-nav1 .pxl-menu-primary>li.current-menu-ancestor>a:before {
	width: 100%;
}

.pxl-logo-nav1 .pxl-nav-button {
	width: 118px;
	height: 118px;
	background-color: #fff;
	position: relative;
	cursor: pointer;
}

.pxl-logo-nav1 .pxl-nav-button .pxl-nav-divider {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	overflow: hidden;
}

.pxl-logo-nav1 .pxl-nav-button .pxl-nav-divider i {
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
	height: 2px;
	background-color: #000;
	left: 0;
	position: absolute;
	-webkit-transition: all 200ms linear 0ms;
	-khtml-transition: all 200ms linear 0ms;
	-moz-transition: all 200ms linear 0ms;
	-ms-transition: all 200ms linear 0ms;
	-o-transition: all 200ms linear 0ms;
	transition: all 200ms linear 0ms;
}

.pxl-logo-nav1 .pxl-nav-button .pxl-nav-divider i:nth-child(1) {
	top: 7px;
	width: 40px;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.pxl-logo-nav1 .pxl-nav-button .pxl-nav-divider i:nth-child(2) {
	top: 19px;
	width: 22px;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.pxl-logo-nav1 .pxl-nav-button .pxl-nav-divider i:nth-child(3) {
	top: 31px;
	width: 22px;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.pxl-logo-nav1 .pxl-nav-button .pxl-nav-divider i:nth-child(4) {
	width: 40px;
	transform: rotate(45deg) translateX(100%);
	top: 30px;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.pxl-logo-nav1 .pxl-nav-button.active .pxl-nav-divider i {
	width: 100%;
}

.pxl-logo-nav1 .pxl-nav-button.active .pxl-nav-divider i:nth-child(1),.pxl-logo-nav1 .pxl-nav-button.active .pxl-nav-divider i:nth-child(3) {
	-webkit-transform: translateX(-100%);
	-khtml-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.pxl-logo-nav1 .pxl-nav-button.active .pxl-nav-divider i:nth-child(1) {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.pxl-logo-nav1 .pxl-nav-button.active .pxl-nav-divider i:nth-child(2) {
	transform: rotate(-45deg);
}

.pxl-logo-nav1 .pxl-nav-button.active .pxl-nav-divider i:nth-child(3) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.pxl-logo-nav1 .pxl-nav-button.active .pxl-nav-divider i:nth-child(4) {
	transform: rotate(45deg) translateX(0%);
	top: 19px;
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.hover-imge-effect1 {
	position: relative;
	overflow: hidden;
}

.hover-imge-effect1 a {
	display: block;
}

.hover-imge-effect1 a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	opacity: 0;
}

.hover-imge-effect2 {
	position: relative;
	overflow: hidden;
}

.hover-imge-effect2 img {
	-webkit-transition: all 1.4s;
	-khtml-transition: all 1.4s;
	-moz-transition: all 1.4s;
	-ms-transition: all 1.4s;
	-o-transition: all 1.4s;
	transition: all 1.4s;
}

.hover-imge-effect3 {
	position: relative;
	overflow: hidden;
}

.hover-imge-effect3 img {
	-webkit-transition: transform 1.5s cubic-bezier(0.19,1,0.22,1);
	-khtml-transition: transform 1.5s cubic-bezier(0.19,1,0.22,1);
	-moz-transition: transform 1.5s cubic-bezier(0.19,1,0.22,1);
	-ms-transition: transform 1.5s cubic-bezier(0.19,1,0.22,1);
	-o-transition: transform 1.5s cubic-bezier(0.19,1,0.22,1);
	transition: transform 1.5s cubic-bezier(0.19,1,0.22,1);
}

.hover-imge-effect4 {
	position: relative;
	overflow: hidden;
}

.hover-imge-effect4 .hover-item {
	width: 50%;
	height: 50%;
	background-color: rgba(0,0,0,.6);
	position: absolute;
	-webkit-transition: all 0.3s cubic-bezier(0.39,0.575,0.565,1) 0s;
	-khtml-transition: all 0.3s cubic-bezier(0.39,0.575,0.565,1) 0s;
	-moz-transition: all 0.3s cubic-bezier(0.39,0.575,0.565,1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.39,0.575,0.565,1) 0s;
	-o-transition: all 0.3s cubic-bezier(0.39,0.575,0.565,1) 0s;
	transition: all 0.3s cubic-bezier(0.39,0.575,0.565,1) 0s;
	opacity: 0;
}

.hover-imge-effect4 .hover-item.hover-item1 {
	top: 0;
	left: 0;
}

.hover-imge-effect4 .hover-item.hover-item2 {
	top: 0;
	left: 50%;
}

.hover-imge-effect4 .hover-item.hover-item3 {
	left: 50%;
	top: 50%;
}

.hover-imge-effect4 .hover-item.hover-item4 {
	left: 0;
	top: 50%;
}

.pxl-item--inner:hover .hover-imge-effect1 a::before {
	-webkit-animation: img_circle 0.65s;
	animation: img_circle 0.65s;
}

.pxl-item--inner:hover .hover-imge-effect2 img {
	-webkit-transform: scale(1.18);
	-khtml-transform: scale(1.18);
	-moz-transform: scale(1.18);
	-ms-transform: scale(1.18);
	-o-transform: scale(1.18);
	transform: scale(1.18);
}

.pxl-item--inner:hover .hover-imge-effect3 img {
	-webkit-transform: scale(1.06);
	-khtml-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
}

.pxl-item--inner:hover .hover-imge-effect4 .hover-item.hover-item1 {
	left: 50%;
	top: 0;
	opacity: 1;
}

.pxl-item--inner:hover .hover-imge-effect4 .hover-item.hover-item2 {
	left: 50%;
	top: 50%;
	opacity: 1;
}

.pxl-item--inner:hover .hover-imge-effect4 .hover-item.hover-item3 {
	left: 0%;
	top: 50%;
	opacity: 1;
}

.pxl-item--inner:hover .hover-imge-effect4 .hover-item.hover-item4 {
	left: 0%;
	top: 0%;
	opacity: 1;
}

.pxl-grid .pxl-item--image img {
	width: 100%;
}

.pxl-grid-pagination.pxl-pagination-style2 .page-numbers {
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	background-color: #f5f1f1;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	height: 46px;
	width: 46px;
	line-height: 46px;
	font-size: 18px;
}

.pxl-grid-pagination.pxl-pagination-style2 .page-numbers i {
	font-size: 13px;
}

.pxl-grid-pagination.pxl-pagination-style2 .page-numbers:before,.pxl-grid-pagination.pxl-pagination-style2 .page-numbers:after {
	display: none;
}

.pxl-grid-pagination.pxl-pagination-style2 .page-numbers.current,.pxl-grid-pagination.pxl-pagination-style2 .page-numbers:hover {
	background-color: #242f51;
}

.pxl-grid-filter2 {
	margin-bottom: 38px;
	font-size: 17px;
	color: #444;
}

.pxl-grid-filter2 .filter-item {
	cursor: pointer;
}

.pxl-grid-filter2 .filter-item:after {
	content: '-';
	margin: 0 18px;
}

.pxl-grid-filter2 .filter-item:last-child:after {
	display: none;
}

.pxl-grid-filter3 {
	margin-bottom: 53px;
}

.pxl-blog-grid-layout1 .pxl-grid-item:not(last-child) {
	padding-bottom: 20px !important;
}

.pxl-blog-grid-layout1 .pxl-item--inner {
	display: flex;
}

.pxl-blog-grid-layout1 .pxl-item--inner .item--featured {
	height: 80px;
	width: 80px;
	min-width: 80px;
	height: 100%;
	overflow: hidden;
}

.pxl-blog-grid-layout1 .pxl-item--inner .item--featured img {
	width: 100%;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

.pxl-blog-grid-layout1 .pxl-item--inner .item--holder-inner {
	padding-left: 20px;
}

.pxl-blog-grid-layout1 .pxl-item--inner .item--holder-inner .item--title,.pxl-blog-grid-layout1 .pxl-item--inner .item--holder-inner .item--title a {
	margin-bottom: 0;
	height: 50px;
	overflow: hidden;
	line-height: 25px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}

.pxl-blog-grid-layout1 .pxl-item--inner .item--holder-inner .item--title:hover,.pxl-blog-grid-layout1 .pxl-item--inner .item--holder-inner .item--title a:hover {
	color: var(--primary-color);
}

.pxl-blog-grid-layout1 .pxl-item--inner .item--holder-inner .item--meta {
	padding-top: 7px;
}

.pxl-blog-grid-layout1 .pxl-item--inner .item--holder-inner .item--meta .item--date {
	color: var(--regular-color);
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
}

.pxl-blog-grid-layout1 .pxl-item--inner .item--holder-inner .item--meta .item--date i {
	font-weight: 700;
	padding-right: 10px;
}

.pxl-blog-grid-layout1 .pxl-item--inner:hover .item--featured img {
	transform: scale(1.2);
}

.pxl-blog-grid-layout2 .pxl-pagination-links,.pxl-post-carousel1 .pxl-pagination-links {
	justify-content: center;
}

.pxl-blog-grid-layout2 .wrap-meta,.pxl-post-carousel1 .wrap-meta {
	padding-top: 24px;
	flex-wrap: wrap;
}

.pxl-blog-grid-layout2 .wrap-meta i,.pxl-post-carousel1 .wrap-meta i {
	color: var(--primary-color);
	padding-right: 10px;
}

.pxl-blog-grid-layout2 .wrap-meta .item-comment i,.pxl-post-carousel1 .wrap-meta .item-comment i {
	padding-right: 5px !important;
}

.pxl-blog-grid-layout2 .wrap-meta .pxl-item--date,.pxl-post-carousel1 .wrap-meta .pxl-item--date,.pxl-blog-grid-layout2 .wrap-meta .item-comment a,.pxl-post-carousel1 .wrap-meta .item-comment a {
	color: var(--primary-color);
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
}

.pxl-blog-grid-layout2 .wrap-meta .pxl-item--date.pxl-item--date,.pxl-post-carousel1 .wrap-meta .pxl-item--date.pxl-item--date,.pxl-blog-grid-layout2 .wrap-meta .item-comment a.pxl-item--date,.pxl-post-carousel1 .wrap-meta .item-comment a.pxl-item--date {
	padding-right: 25px;
}

.pxl-blog-grid-layout2 .wrap-meta .pxl-item--date.pxl-item--date,.pxl-post-carousel1 .wrap-meta .pxl-item--date.pxl-item--date,.pxl-blog-grid-layout2 .wrap-meta .item-comment a.pxl-item--date,.pxl-post-carousel1 .wrap-meta .item-comment a.pxl-item--date,.pxl-blog-grid-layout2 .wrap-meta .pxl-item--date.item-comment,.pxl-post-carousel1 .wrap-meta .pxl-item--date.item-comment,.pxl-blog-grid-layout2 .wrap-meta .item-comment a.item-comment,.pxl-post-carousel1 .wrap-meta .item-comment a.item-comment {
	display: flex;
	align-items: center;
}

.pxl-blog-grid-layout2 .pxl-item--holder .pxl-item--title,.pxl-post-carousel1 .pxl-item--holder .pxl-item--title {
	padding-top: 13px;
}

.pxl-blog-grid-layout2 .pxl-item--holder .btn-readmore,.pxl-post-carousel1 .pxl-item--holder .btn-readmore {
	display: inline-flex;
	background-color: transparent;
	color: #70747f;
	padding: 0;
	font-size: 15px;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.pxl-blog-grid-layout2 .pxl-item--holder .btn-readmore:before,.pxl-post-carousel1 .pxl-item--holder .btn-readmore:before {
	position: absolute;
	content: '';
	background-color: var(--primary-color);
	height: 100%;
	width: 0%;
	top: 0;
	left: 90px;
	-webkit-transition: 200ms all linear 0ms;
	-khtml-transition: 200ms all linear 0ms;
	-moz-transition: 200ms all linear 0ms;
	-ms-transition: 200ms all linear 0ms;
	-o-transition: 200ms all linear 0ms;
	transition: 200ms all linear 0ms;
	z-index: 0;
	border-radius: 3px;
}

.pxl-blog-grid-layout2 .pxl-item--holder .btn-readmore span,.pxl-post-carousel1 .pxl-item--holder .btn-readmore span,.pxl-blog-grid-layout2 .pxl-item--holder .btn-readmore i,.pxl-post-carousel1 .pxl-item--holder .btn-readmore i {
	color: #70747f;
	z-index: 2;
}

.pxl-blog-grid-layout2 .pxl-item--holder .btn-readmore i,.pxl-post-carousel1 .pxl-item--holder .btn-readmore i {
	padding-left: 10px;
}

.pxl-blog-grid-layout2 .pxl-item--holder .btn-readmore:hover:before,.pxl-post-carousel1 .pxl-item--holder .btn-readmore:hover:before {
	width: 100%;
	left: 0;
	right: 0;
}

.pxl-blog-grid-layout2 .pxl-grid-item.pxl-item--inner,.pxl-post-carousel1 .pxl-grid-item.pxl-item--inner,.pxl-blog-grid-layout2 .pxl-item--inner.pxl-item--inner,.pxl-post-carousel1 .pxl-item--inner.pxl-item--inner {
	padding-bottom: 50px;
}

.pxl-blog-grid-layout2 .pxl-grid-item:hover .btn-readmore,.pxl-post-carousel1 .pxl-grid-item:hover .btn-readmore,.pxl-blog-grid-layout2 .pxl-item--inner:hover .btn-readmore,.pxl-post-carousel1 .pxl-item--inner:hover .btn-readmore {
	display: inline-flex;
	background-color: var(--regular-color);
	color: #fff;
	padding: 13px 30px 10px 30px;
	font-size: 15px;
	text-transform: uppercase;
	border-radius: 3px;
}

.pxl-blog-grid-layout2 .pxl-grid-item:hover .btn-readmore span,.pxl-post-carousel1 .pxl-grid-item:hover .btn-readmore span,.pxl-blog-grid-layout2 .pxl-item--inner:hover .btn-readmore span,.pxl-post-carousel1 .pxl-item--inner:hover .btn-readmore span,.pxl-blog-grid-layout2 .pxl-grid-item:hover .btn-readmore i,.pxl-post-carousel1 .pxl-grid-item:hover .btn-readmore i,.pxl-blog-grid-layout2 .pxl-item--inner:hover .btn-readmore i,.pxl-post-carousel1 .pxl-item--inner:hover .btn-readmore i {
	color: #fff;
}

.pxl-blog-grid-layout2 .pxl-grid-item:hover .btn-readmore i,.pxl-post-carousel1 .pxl-grid-item:hover .btn-readmore i,.pxl-blog-grid-layout2 .pxl-item--inner:hover .btn-readmore i,.pxl-post-carousel1 .pxl-item--inner:hover .btn-readmore i {
	padding-left: 10px;
}

.pxl-post-layout-programs-1 .pxl-pagination-links {
	margin-top: -16px;
	justify-content: center;
}

.pxl-post-layout-programs-1 .pxl-grid-item {
	margin-bottom: 60px;
}

@media (max-width: 767px) {
	.pxl-post-layout-programs-1 .pxl-grid-item {
		margin-bottom: 50px;
	}
}

@media (max-width: 450px) {
	.pxl-post-layout-programs-1 .pxl-grid-item {
		margin-bottom: 40px;
	}
}

.pxl-post-layout-programs-1 .pxl-grid-item .wrap-content-program {
	background-color: #fff;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: var(--primary-color) 0px 63px 84px -89px;
}

.pxl-post-layout-programs-1 .pxl-grid-item .wrap-content-program .item--holder {
	padding: 30px 45px 23px 45px;
	-webkit-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	-khtml-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	-moz-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	-ms-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	-o-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
}

@media (max-width: 575px) {
	.pxl-post-layout-programs-1 .pxl-grid-item .wrap-content-program .item--holder {
		padding: 30px 15px 23px 15px;
	}
}

.pxl-post-layout-programs-1 .pxl-grid-item .wrap-content-program .item--holder .item--category {
	padding-bottom: 7px;
}

.pxl-post-layout-programs-1 .pxl-grid-item .wrap-content-program .item--holder .item--category a {
	-webkit-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	-khtml-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	-moz-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	-ms-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	-o-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	color: var(--primary-color);
	font-size: 18px;
	line-height: 1.3;
	font-weight: 400;
}

.pxl-post-layout-programs-1 .pxl-grid-item .wrap-content-program .item--holder .item--category a:hover {
	color: var(--regular-color);
}

.pxl-post-layout-programs-1 .pxl-grid-item .wrap-content-program .item--holder .item--title {
	-webkit-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	-khtml-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	-moz-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	-ms-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	-o-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	margin-bottom: 8px;
}

.pxl-post-layout-programs-1 .pxl-grid-item .wrap-content-program .item--holder .item--title a {
	-webkit-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	-khtml-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	-moz-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	-ms-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	-o-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	font-size: 32px;
	line-height: 1.3;
	font-weight: 400;
}

@media (max-width: 991px) {
	.pxl-post-layout-programs-1 .pxl-grid-item .wrap-content-program .item--holder .item--title a {
		font-size: 26px;
	}
}

.pxl-post-layout-programs-1 .pxl-grid-item .wrap-content-program .item--holder .item--title a:hover {
	color: var(--primary-color);
}

.pxl-post-layout-programs-1 .pxl-grid-item .wrap-content-program .pxl-item--inner {
	margin-top: -40px;
	-webkit-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	-khtml-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	-moz-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	-ms-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	-o-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
}

.pxl-post-layout-programs-1 .pxl-grid-item .wrap-content-program .pxl-item--inner img {
	width: 100%;
}

.pxl-post-layout-programs-1 .pxl-grid-item .wrap-content-program .btn-more {
	opacity: 0;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: var(--regular-color);
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	padding-left: 20px;
}

.pxl-post-layout-programs-1 .pxl-grid-item .wrap-content-program .btn-more i {
	font-size: 20px;
	color: var(--regular-color);
	padding-left: 10px;
	-webkit-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	-khtml-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	-moz-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	-ms-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	-o-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
}

.pxl-post-layout-programs-1 .pxl-grid-item .wrap-content-program .btn-more:hover {
	color: var(--secondary-color);
}

.pxl-post-layout-programs-1 .pxl-grid-item .wrap-content-program .btn-more:hover i {
	animation: ar 0.6s forwards;
	color: var(--secondary-color);
}

.pxl-post-layout-programs-1 .pxl-grid-item .wrap-content-program:hover .pxl-item--inner {
	margin-top: 0;
}

.pxl-post-layout-programs-1 .pxl-grid-item .wrap-content-program:hover .btn-more {
	padding-left: 0px;
	opacity: 1;
}

.pxl-post-layout-programs-3 .pxl-pagination-links {
	margin-top: -16px;
	justify-content: center;
}

.pxl-post-layout-programs-3 .pxl-grid-item {
	padding: 0 !important;
}

.pxl-post-layout-programs-3 .pxl-grid-item:nth-child(3) .item--featured,.pxl-post-layout-programs-3 .pxl-grid-item:nth-child(4) .item--featured,.pxl-post-layout-programs-3 .pxl-grid-item:nth-child(7) .item--featured,.pxl-post-layout-programs-3 .pxl-grid-item:nth-child(8) .item--featured {
	order: 2;
}

.pxl-post-layout-programs-3 .pxl-grid-item:nth-child(3) .content-right,.pxl-post-layout-programs-3 .pxl-grid-item:nth-child(4) .content-right,.pxl-post-layout-programs-3 .pxl-grid-item:nth-child(7) .content-right,.pxl-post-layout-programs-3 .pxl-grid-item:nth-child(8) .content-right {
	order: 1;
}

@media (max-width: 991px) {
	.pxl-post-layout-programs-3 .pxl-grid-item:nth-child(2) .item--featured,.pxl-post-layout-programs-3 .pxl-grid-item:nth-child(4) .item--featured,.pxl-post-layout-programs-3 .pxl-grid-item:nth-child(6) .item--featured,.pxl-post-layout-programs-3 .pxl-grid-item:nth-child(8) .item--featured {
		order: 2 !important;
	}

	.pxl-post-layout-programs-3 .pxl-grid-item:nth-child(2) .content-right,.pxl-post-layout-programs-3 .pxl-grid-item:nth-child(4) .content-right,.pxl-post-layout-programs-3 .pxl-grid-item:nth-child(6) .content-right,.pxl-post-layout-programs-3 .pxl-grid-item:nth-child(8) .content-right {
		order: 1 !important;
	}

	.pxl-post-layout-programs-3 .pxl-grid-item:nth-child(1) .item--featured,.pxl-post-layout-programs-3 .pxl-grid-item:nth-child(3) .item--featured,.pxl-post-layout-programs-3 .pxl-grid-item:nth-child(5) .item--featured,.pxl-post-layout-programs-3 .pxl-grid-item:nth-child(7) .item--featured {
		order: 1 !important;
	}

	.pxl-post-layout-programs-3 .pxl-grid-item:nth-child(1) .content-right,.pxl-post-layout-programs-3 .pxl-grid-item:nth-child(3) .content-right,.pxl-post-layout-programs-3 .pxl-grid-item:nth-child(5) .content-right,.pxl-post-layout-programs-3 .pxl-grid-item:nth-child(7) .content-right {
		order: 2 !important;
	}
}

.pxl-post-layout-programs-3 .pxl-grid-item:nth-child(3) .item--featured,.pxl-post-layout-programs-3 .pxl-grid-item:nth-child(4) .item--featured,.pxl-post-layout-programs-3 .pxl-grid-item:nth-child(7) .item--featured,.pxl-post-layout-programs-3 .pxl-grid-item:nth-child(8) .item--featured {
	order: 2;
}

.pxl-post-layout-programs-3 .pxl-grid-item:nth-child(3) .content-right,.pxl-post-layout-programs-3 .pxl-grid-item:nth-child(4) .content-right,.pxl-post-layout-programs-3 .pxl-grid-item:nth-child(7) .content-right,.pxl-post-layout-programs-3 .pxl-grid-item:nth-child(8) .content-right {
	order: 1;
}

.pxl-post-layout-programs-3 .pxl-grid-item .pxl-item--inner {
	-webkit-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	-khtml-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	-moz-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	-ms-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	-o-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	display: flex;
	justify-content: space-between;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

@media (max-width: 479px) {
	.pxl-post-layout-programs-3 .pxl-grid-item .pxl-item--inner {
		display: block !important;
		margin-bottom: 20px;
	}
}

@media (min-width: 480px) {
	.pxl-post-layout-programs-3 .pxl-grid-item .pxl-item--inner .item--featured img {
		height: 0;
		width: 0;
		width: 50%;
	}
}

.pxl-post-layout-programs-3 .pxl-grid-item .pxl-item--inner .content-right {
	padding: 37px 20px 13px 20px;
	-webkit-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	-khtml-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	-moz-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	-ms-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	-o-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	display: block;
	width: 50%;
	background-color: #fff;
}

@media (max-width: 479px) {
	.pxl-post-layout-programs-3 .pxl-grid-item .pxl-item--inner .content-right {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.pxl-post-layout-programs-3 .pxl-grid-item .pxl-item--inner .content-right {
		padding: 30px 15px 23px 15px;
	}
}

.pxl-post-layout-programs-3 .pxl-grid-item .pxl-item--inner .content-right .item--title {
	font-size: 30px;
	line-height: 1.3;
	font-weight: 400;
	color: var(--secondary-color);
	height: 80px;
	overflow: hidden;
	display: block;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

.pxl-post-layout-programs-3 .pxl-grid-item .pxl-item--inner .content-right .item--title a {
	-webkit-transition: all 0.25s linear 0ms;
	-khtml-transition: all 0.25s linear 0ms;
	-moz-transition: all 0.25s linear 0ms;
	-ms-transition: all 0.25s linear 0ms;
	-o-transition: all 0.25s linear 0ms;
	transition: all 0.25s linear 0ms;
}

.pxl-post-layout-programs-3 .pxl-grid-item .pxl-item--inner .content-right .item--title:hover {
	color: var(--primary-color);
}

.pxl-post-layout-programs-3 .pxl-grid-item .pxl-item--inner .content-right .content-excerpt {
	padding-bottom: 20px;
	margin-top: -5px;
	font-size: 16px;
	line-height: 2;
	font-weight: 400;
	color: #70747f;
}

@media (max-width: 1199px) {
	.pxl-post-layout-programs-3 .pxl-grid-item .pxl-item--inner .content-right .content-excerpt {
		text-align: left;
	}
}

.pxl-post-layout-programs-3 .pxl-grid-item .pxl-item--inner .wrap-type-program {
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #eaeaea;
	padding-top: 9px;
}

.pxl-post-layout-programs-3 .pxl-grid-item .pxl-item--inner .wrap-type-program .type-program {
	list-style-type: none;
	padding-left: 0;
}

.pxl-post-layout-programs-3 .pxl-grid-item .pxl-item--inner .wrap-type-program .type-program li {
	font-size: 18px;
	font-weight: 400;
	color: var(--secondary-color);
}

.pxl-post-layout-programs-3 .pxl-grid-item .pxl-item--inner .wrap-type-program .type-program li i {
	width: 20px;
}

.pxl-post-layout-programs-3 .pxl-grid-item .pxl-item--inner .wrap-type-program .type-program li:not(last-child) {
	padding-bottom: 9px;
}

.pxl-post-layout-programs-3 .pxl-grid-item .pxl-item--inner .wrap-type-program .type-program .type-age i {
	color: #b75cfe;
}

.pxl-post-layout-programs-3 .pxl-grid-item .pxl-item--inner .wrap-type-program .type-program .type-class i {
	color: #1ab9ff;
}

.pxl-post-layout-programs-3 .pxl-grid-item .pxl-item--inner .wrap-type-program .type-program .type-price i {
	color: #fe7162;
}

.pxl-post-layout-programs-3 .pxl-grid-item .pxl-item--inner .wrap-type-program .type-program .type-time i {
	color: #fab319;
}

.pxl-programs-grid-layout2 .pxl-grid-item {
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
	margin-bottom: 63px;
}

@media (max-width: 575px) {
	.pxl-programs-grid-layout2 .pxl-grid-item {
		margin-bottom: 40px;
	}
}

.pxl-programs-grid-layout2 .pxl-grid-item:nth-child(2) {
	padding-top: 30px;
}

@media (max-width: 575px) {
	.pxl-programs-grid-layout2 .pxl-grid-item:nth-child(2) {
		padding-top: 0px;
	}
}

.pxl-programs-grid-layout2 .pxl-grid-item:nth-child(4) {
	padding-top: 30px;
}

@media (max-width: 575px) {
	.pxl-programs-grid-layout2 .pxl-grid-item:nth-child(4) {
		padding-top: 0px;
	}
}

.pxl-programs-grid-layout2 .pxl-grid-item .item--featured {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.pxl-programs-grid-layout2 .pxl-grid-item .item--featured img {
	width: 100%;
}

.pxl-programs-grid-layout2 .pxl-grid-item .item--featured:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	background-color: #fff;
	width: 0;
	height: 0;
}

.pxl-programs-grid-layout2 .pxl-grid-item .item--featured:after {
	position: absolute;
	content: '';
	top: 0px;
	right: 0px;
	background-color: #fff;
	width: 0;
	height: 0;
}

.pxl-programs-grid-layout2 .pxl-grid-item .item--holder {
	padding-top: 27px;
}

.pxl-programs-grid-layout2 .pxl-grid-item .item--title a,.pxl-programs-grid-layout2 .pxl-grid-item .item--title {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	line-height: 34px;
	height: 67px;
	overflow: hidden;
	margin-bottom: 0;
}

@media (max-width: 575px) {
	.pxl-programs-grid-layout2 .pxl-grid-item .item--title a,.pxl-programs-grid-layout2 .pxl-grid-item .item--title {
		height: auto;
	}
}

.pxl-programs-grid-layout2 .pxl-grid-item .item--title a:hover,.pxl-programs-grid-layout2 .pxl-grid-item .item--title:hover {
	color: var(--primary-color);
}

.pxl-programs-grid-layout2 .pxl-grid-item .content-excerpt {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 28px;
	padding-top: 10px;
}

.pxl-programs-grid-layout2 .pxl-grid-item:hover {
	margin-top: -10px;
}

.pxl-programs-grid-layout2 .pxl-grid-item:hover .item--featured:before {
	-webkit-transition: 500ms all linear 0ms;
	-khtml-transition: 500ms all linear 0ms;
	-moz-transition: 500ms all linear 0ms;
	-ms-transition: 500ms all linear 0ms;
	-o-transition: 500ms all linear 0ms;
	transition: 500ms all linear 0ms;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.pxl-programs-grid-layout2 .pxl-grid-item:hover .item--featured:after {
	-webkit-transition: 500ms all linear 0ms;
	-khtml-transition: 500ms all linear 0ms;
	-moz-transition: 500ms all linear 0ms;
	-ms-transition: 500ms all linear 0ms;
	-o-transition: 500ms all linear 0ms;
	transition: 500ms all linear 0ms;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.pxl-post-layout-pxl_event-1 .pxl-pagination-links {
	justify-content: center;
	padding-top: 15px;
}

.pxl-post-layout-pxl_event-1 .pxl-grid-item:not(last-child) {
	padding-bottom: 30px;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

.pxl-post-layout-pxl_event-1 .wrap-content-event {
	display: flex;
	align-items: center;
	padding: 30px 40px;
	box-shadow: rgba(100,100,111,0.2) 0px 7px 29px 0px;
}

@media (max-width: 767px) {
	.pxl-post-layout-pxl_event-1 .wrap-content-event {
		display: block;
	}
}

@media (max-width: 767px) {
	.pxl-post-layout-pxl_event-1 .wrap-content-event {
		padding: 25px 25px;
		border-radius: 7px;
	}
}

.pxl-post-layout-pxl_event-1 .wrap-content-event .item--featured {
	min-width: 190px;
	width: 190px;
	height: 150px;
	overflow: hidden;
	border-radius: 7px;
	position: relative;
}

@media (max-width: 767px) {
	.pxl-post-layout-pxl_event-1 .wrap-content-event .item--featured {
		width: 100%;
		height: auto;
	}
}

.pxl-post-layout-pxl_event-1 .wrap-content-event .item--featured img {
	width: 100%;
	height: 100%;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

.pxl-post-layout-pxl_event-1 .wrap-content-event .item--featured:before,.pxl-post-layout-pxl_event-1 .wrap-content-event .item--featured:after {
	position: absolute;
	content: '';
	background-color: #fff;
	top: 100px;
	left: 100px;
	bottom: 100px;
	right: 100px;
	opacity: 0;
}

.pxl-post-layout-pxl_event-1 .wrap-content-event .wrap-entry-body {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 60px;
	margin-left: 60px;
	border-left: 2px solid #e9ebf0;
	width: 100%;
}

@media (max-width: 1024px) {
	.pxl-post-layout-pxl_event-1 .wrap-content-event .wrap-entry-body {
		padding-left: 30px;
		margin-left: 30px;
	}
}

@media (max-width: 950px) {
	.pxl-post-layout-pxl_event-1 .wrap-content-event .wrap-entry-body {
		display: block;
	}
}

@media (max-width: 767px) {
	.pxl-post-layout-pxl_event-1 .wrap-content-event .wrap-entry-body {
		padding-top: 30px;
		padding-left: 0px;
		margin-left: 0px;
		border: none;
	}
}

.pxl-post-layout-pxl_event-1 .wrap-content-event .wrap-entry-body .item--title {
	font-weight: 400;
	line-height: 1.2;
	font-size: 30px;
}

.pxl-post-layout-pxl_event-1 .wrap-content-event .wrap-entry-body .item--title:hover {
	color: var(--primary-color);
}

@media (max-width: 767px) {
	.pxl-post-layout-pxl_event-1 .wrap-content-event .wrap-entry-body .item--title {
		font-size: 25px;
	}
}

.pxl-post-layout-pxl_event-1 .wrap-content-event .wrap-type-pxl_event ul {
	padding: 0;
}

.pxl-post-layout-pxl_event-1 .wrap-content-event .wrap-type-pxl_event ul li {
	list-style: none;
}

.pxl-post-layout-pxl_event-1 .wrap-content-event .wrap-type-pxl_event .type-pxl_event-2 {
	display: flex;
	margin-top: -15px;
}

@media (max-width: 480px) {
	.pxl-post-layout-pxl_event-1 .wrap-content-event .wrap-type-pxl_event .type-pxl_event-2 {
		display: block;
	}
}

.pxl-post-layout-pxl_event-1 .wrap-content-event .wrap-type-pxl_event .type-pxl_event {
	font-size: 16px;
	line-height: 32px;
	color: #70747f;
	font-weight: 400;
}

.pxl-post-layout-pxl_event-1 .wrap-content-event .wrap-type-pxl_event .type-pxl_event i {
	width: 20px;
	color: var(--primary-color);
}

.pxl-post-layout-pxl_event-1 .wrap-content-event .wrap-type-pxl_event .type-pxl_event .type-date {
	padding-right: 55px;
}

.pxl-post-layout-pxl_event-1 .wrap-content-event .btn-readmore {
	animation: pxl_ani1 0.7s steps(70) forwards;
	background-color: transparent;
	border-radius: 5px;
	display: inline-flex;
	align-items: center;
	padding: 15px 30px;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	z-index: 1;
}

.pxl-post-layout-pxl_event-1 .wrap-content-event .btn-readmore i {
	padding-left: 11px;
	font-size: 26px;
	font-weight: 100 !important;
}

.pxl-post-layout-pxl_event-1 .wrap-content-event .btn-readmore:after {
	border-color: #fab319;
}

.pxl-post-layout-pxl_event-1 .wrap-content-event .btn-readmore:hover {
	background-color: #fab319;
}

.pxl-post-layout-pxl_event-1 .wrap-content-event .btn-readmore:hover i {
	animation: pxl_left_right 300ms ease-out;
}

.pxl-post-layout-pxl_event-1 .wrap-content-event:hover .pxl-item--inner img {
	transform: scale(1.1);
}

.pxl-post-layout-pxl_event-2 .pxl-pagination-links {
	justify-content: center;
	padding-top: 15px;
}

.pxl-post-layout-pxl_event-2 .pxl-grid-item {
	padding-bottom: 60px;
}

@media (max-width: 480px) {
	.pxl-post-layout-pxl_event-2 .pxl-grid-item {
		padding-bottom: 40px;
	}
}

.pxl-post-layout-pxl_event-2 .pxl-grid-item .wrap-content-event {
	display: flex;
}

@media (max-width: 480px) {
	.pxl-post-layout-pxl_event-2 .pxl-grid-item .wrap-content-event {
		display: block;
	}
}

.pxl-post-layout-pxl_event-2 .pxl-grid-item .wrap-content-event .pxl-item--inner {
	border-radius: 7px 0 0 7px;
	max-width: 270px;
	width: 100%;
	margin-bottom: -1px;
	margin-top: -1px;
	margin-left: -1px;
	overflow: hidden;
	min-height: 350px;
	background-size: cover;
	background-position: center;
}

@media (max-width: 480px) {
	.pxl-post-layout-pxl_event-2 .pxl-grid-item .wrap-content-event .pxl-item--inner {
		max-width: 100%;
		min-height: 250px;
		border-radius: 7px 7px 0 0;
	}
}

.pxl-post-layout-pxl_event-2 .pxl-grid-item .wrap-entry-body {
	box-shadow: rgba(100,100,111,0.1) 0px 7px 29px 0px;
	border-radius: 0 7px 7px 0;
	padding: 30px;
	width: 100%;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
	display: flex;
	align-items: center;
}

@media (max-width: 480px) {
	.pxl-post-layout-pxl_event-2 .pxl-grid-item .wrap-entry-body {
		padding: 20px 20px 30px 20px;
		border-radius: 0 0 7px 7px;
	}
}

.pxl-post-layout-pxl_event-2 .pxl-grid-item .wrap-entry-body .entry-body .type-pxl_event {
	padding-top: 4px;
	font-size: 16px;
	line-height: 26px;
	color: #70747f;
	padding-left: 0;
	font-weight: 400;
	list-style-type: none;
}

.pxl-post-layout-pxl_event-2 .pxl-grid-item .wrap-entry-body .entry-body .type-pxl_event li:not(last-child) {
	padding-bottom: 10px;
}

.pxl-post-layout-pxl_event-2 .pxl-grid-item .wrap-entry-body .entry-body .type-pxl_event i {
	width: 20px;
	color: var(--primary-color);
}

.pxl-post-layout-pxl_event-2 .pxl-grid-item .wrap-entry-body .entry-body .type-pxl_event .type-date {
	padding-right: 55px;
}

.pxl-post-layout-pxl_event-2 .pxl-grid-item .wrap-entry-body .item--title {
	font-weight: 400;
	line-height: 1.2;
	font-size: 30px;
}

.pxl-post-layout-pxl_event-2 .pxl-grid-item .wrap-entry-body .item--title:hover {
	color: var(--primary-color);
}

@media (max-width: 767px) {
	.pxl-post-layout-pxl_event-2 .pxl-grid-item .wrap-entry-body .item--title {
		font-size: 25px;
	}
}

.pxl-post-layout-pxl_event-2 .pxl-grid-item .btn-readmore {
	animation: pxl_ani1 0.7s steps(70) forwards;
	background-color: transparent;
	border-radius: 5px;
	display: inline-flex;
	align-items: center;
	padding: 10px 20px;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	z-index: 1;
}

.pxl-post-layout-pxl_event-2 .pxl-grid-item .btn-readmore i {
	padding-left: 11px;
	font-size: 20px;
	font-weight: 100 !important;
}

.pxl-post-layout-pxl_event-2 .pxl-grid-item .btn-readmore:after {
	border-color: var(--primary-color);
}

.pxl-post-layout-pxl_event-2 .pxl-grid-item .btn-readmore:before {
	background-origin: color #fab319;
	background-color: #fab319;
}

.pxl-post-layout-pxl_event-2 .pxl-grid-item .btn-readmore:hover {
	background-color: var(--primary-color);
}

.pxl-post-layout-pxl_event-2 .pxl-grid-item .btn-readmore:hover i {
	animation: pxl_left_right 300ms ease-out;
}

.pxl-post-layout-pxl_event-2 .pxl-grid-item:hover .wrap-entry-body {
	box-shadow: rgba(100,100,111,0.3) 0px 7px 29px 0px;
}

.pxl-pxl_event-grid-layout3 .wrap-title {
	padding: 6px 40px 0px 40px;
	background-color: #b250fe;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 27px;
	font-weight: 400;
}

@media (max-width: 480px) {
	.pxl-pxl_event-grid-layout3 .wrap-title {
		padding: 7px 20px 7px 20px;
		font-size: 20px;
	}
}

.pxl-pxl_event-grid-layout3 .wrap-title i {
	margin-bottom: -5px;
	padding-right: 15px;
	color: #fff;
	font-size: 40px;
}

.pxl-pxl_event-grid-layout3 .pxl-grid-item {
	padding: 35px 40px;
}

@media (max-width: 480px) {
	.pxl-pxl_event-grid-layout3 .pxl-grid-item {
		padding: 25px 20px;
	}
}

.pxl-pxl_event-grid-layout3 .pxl-grid-item .wrap-content-event {
	display: flex;
	align-items: center;
	padding-bottom: 19px;
}

.pxl-pxl_event-grid-layout3 .pxl-grid-item .wrap-content-event:last-child {
	padding-bottom: 0;
}

.pxl-pxl_event-grid-layout3 .pxl-grid-item .wrap-content-event .pxl-item--inner .item--featured {
	width: 80px;
	height: 80px;
	min-width: 80px;
	overflow: hidden;
	position: relative;
}

.pxl-pxl_event-grid-layout3 .pxl-grid-item .wrap-content-event .pxl-item--inner .item--featured img {
	width: 100%;
}

.pxl-pxl_event-grid-layout3 .pxl-grid-item .wrap-content-event .pxl-item--inner .item--featured:before {
	content: '';
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left,#fff 0%,rgba(255,255,255,.3) 100%);
	background: -webkit-gradient(linear,left top,right top,from(#fff),to(rgba(255,255,255,.3)));
	background: linear-gradient(to right,#fff 0%,rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.pxl-pxl_event-grid-layout3 .pxl-grid-item .wrap-content-event .wrap-entry-body {
	padding-left: 25px;
}

.pxl-pxl_event-grid-layout3 .pxl-grid-item .wrap-content-event .wrap-entry-body .item--holder-inner .item--title {
	margin-bottom: 8px;
	line-height: 28px;
	font-size: 18px;
	font-weight: 400;
	text-decoration: underline;
}

.pxl-pxl_event-grid-layout3 .pxl-grid-item .wrap-content-event .wrap-entry-body .item--holder-inner .item--title:hover {
	color: var(--primary-color);
}

.pxl-pxl_event-grid-layout3 .pxl-grid-item .wrap-content-event .wrap-entry-body .item--date {
	font-family: 'Rubik';
	font-size: 15px;
	color: #70747f;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}

.pxl-pxl_event-grid-layout3 .pxl-grid-item .wrap-content-event .wrap-entry-body .item--date i {
	padding-right: 10px;
}

.pxl-pxl_event-grid-layout3 .pxl-grid-item .wrap-content-event:hover .item--featured:before {
	-webkit-transition: all 2s cubic-bezier(0.19,1,0.22,1);
	-khtml-transition: all 2s cubic-bezier(0.19,1,0.22,1);
	-moz-transition: all 2s cubic-bezier(0.19,1,0.22,1);
	-ms-transition: all 2s cubic-bezier(0.19,1,0.22,1);
	-o-transition: all 2s cubic-bezier(0.19,1,0.22,1);
	transition: all 2s cubic-bezier(0.19,1,0.22,1);
	left: 175%;
}

.pxl-classes-grid-layout1 .pxl-grid-item {
	padding-bottom: 60px;
}

@media (max-width: 991px) {
	.pxl-classes-grid-layout1 .pxl-grid-item {
		padding-bottom: 50px;
	}
}

@media (max-width: 767px) {
	.pxl-classes-grid-layout1 .pxl-grid-item {
		padding-bottom: 40px;
	}
}

@media (max-width: 575px) {
	.pxl-classes-grid-layout1 .pxl-grid-item {
		padding-bottom: 30px;
	}
}

.pxl-classes-grid-layout1 .pxl-item--inner {
	width: 100%;
	display: inline-block;
	mask-image: url(../../themes/img/mask-program-carousel.png);
	-webkit-mask-image: url(../../themes/img/mask-program-carousel.png);
	-ms-mask-image: url(../../themes/img/mask-program-carousel.png);
	-o-mask-image: url(../../themes/img/mask-program-carousel.png);
	-webkit-mask-repeat: no-repeat;
	-ms-mask-repeat: no-repeat;
	-o-mask-repeat: no-repeat;
	-webkit-mask-position: center top;
	-ms-mask-position: center top;
	-o-mask-position: center top;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
	max-height: 260px;
	overflow: hidden;
}

@media (max-width: 991px) {
	.pxl-classes-grid-layout1 .pxl-item--inner {
		-webkit-mask-image: none;
	}
}

.pxl-classes-grid-layout1 .pxl-item--inner img {
	transform: scale(1.1);
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

.pxl-classes-grid-layout1 .wrap-entry-body {
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
	text-align: center;
	margin: 0 auto;
	margin-top: -60px;
	z-index: 2;
	position: relative;
	background-color: #fff;
	padding: 23px 30px 0 30px;
	max-width: 315px;
}

@media (max-width: 600px) {
	.pxl-classes-grid-layout1 .wrap-entry-body {
		padding: 23px 20px 0 20px;
	}
}

@media (max-width: 1199px) {
	.pxl-classes-grid-layout1 .wrap-entry-body {
		margin-top: -8px;
		max-width: 100%;
	}
}

.pxl-classes-grid-layout1 .wrap-entry-body .item--title {
	font-size: 24px;
	line-height: 1.3;
	font-weight: 400;
	color: var(--secondary-color);
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
	text-transform: capitalize;
}

@media (max-width: 1199px) {
	.pxl-classes-grid-layout1 .wrap-entry-body .item--title {
		text-align: left;
	}
}

.pxl-classes-grid-layout1 .wrap-entry-body .item--title a {
	-webkit-transition: all 0.25s linear 0ms;
	-khtml-transition: all 0.25s linear 0ms;
	-moz-transition: all 0.25s linear 0ms;
	-ms-transition: all 0.25s linear 0ms;
	-o-transition: all 0.25s linear 0ms;
	transition: all 0.25s linear 0ms;
}

.pxl-classes-grid-layout1 .wrap-entry-body .item--title:hover {
	color: var(--primary-color);
}

.pxl-classes-grid-layout1 .wrap-entry-body .pxl-item--content .content-excerpt {
	padding-bottom: 20px;
	margin-top: -5px;
	font-size: 16px;
	line-height: 2;
	font-weight: 400;
	color: #70747f;
}

@media (max-width: 1199px) {
	.pxl-classes-grid-layout1 .wrap-entry-body .pxl-item--content .content-excerpt {
		text-align: left;
	}
}

.pxl-classes-grid-layout1 .wrap-type-classes {
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #eaeaea;
	padding-top: 9px;
}

.pxl-classes-grid-layout1 .wrap-type-classes .type-classes {
	list-style-type: none;
	padding-left: 0;
}

.pxl-classes-grid-layout1 .wrap-type-classes .type-classes li {
	font-size: 18px;
	font-weight: 400;
	color: var(--secondary-color);
}

.pxl-classes-grid-layout1 .wrap-type-classes .type-classes li i {
	width: 20px;
}

.pxl-classes-grid-layout1 .wrap-type-classes .type-classes li:not(last-child) {
	padding-bottom: 9px;
}

.pxl-classes-grid-layout1 .wrap-type-classes .type-classes .type-age i {
	color: #b75cfe;
}

.pxl-classes-grid-layout1 .wrap-type-classes .type-classes .type-class i {
	color: #1ab9ff;
}

.pxl-classes-grid-layout1 .wrap-type-classes .type-classes .type-price i {
	color: #fe7162;
}

.pxl-classes-grid-layout1 .wrap-type-classes .type-classes .type-time i {
	color: #fab319;
}

.pxl-classes-grid-layout1 .pxl-grid-item:hover .wrap-entry-body {
	margin-top: -70px;
	box-shadow: rgba(17,17,26,0.1) 0px 0px 16px;
}

@media (max-width: 1199px) {
	.pxl-classes-grid-layout1 .pxl-grid-item:hover .wrap-entry-body {
		margin-top: -18px;
	}
}

.pxl-classes-grid-layout1 .pxl-grid-item:hover img {
	transform: scale(1);
}

.pxl-classes-grid-layout1 .pxl-pagination-links {
	justify-content: center;
}

.pxl-classes-grid-layout2 .wrap-title {
	padding: 7px 40px 7px 40px;
	background-color: #b250fe;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 27px;
	font-weight: 400;
}

@media (max-width: 480px) {
	.pxl-classes-grid-layout2 .wrap-title {
		padding: 7px 20px 7px 20px;
		font-size: 20px;
	}
}

.pxl-classes-grid-layout2 .wrap-title i {
	margin-bottom: -5px;
	padding-right: 15px;
	color: #fff;
	font-size: 40px;
}

.pxl-classes-grid-layout2 .pxl-grid-item {
	padding: 26px 40px 35px 40px;
}

@media (max-width: 480px) {
	.pxl-classes-grid-layout2 .pxl-grid-item {
		padding: 25px 20px;
	}
}

.pxl-classes-grid-layout2 .pxl-grid-item .wrap-content-class {
	display: flex;
	align-items: center;
	padding: 30px 0;
	border-bottom: 1px solid #e8ebf0;
}

.pxl-classes-grid-layout2 .pxl-grid-item .wrap-content-class:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.pxl-classes-grid-layout2 .pxl-grid-item .wrap-content-class:first-child {
	padding-top: 0 !important;
}

.pxl-classes-grid-layout2 .pxl-grid-item .wrap-content-class .pxl-item--inner .item--featured {
	width: 80px;
	height: 80px;
	min-width: 80px;
	overflow: hidden;
	position: relative;
}

.pxl-classes-grid-layout2 .pxl-grid-item .wrap-content-class .pxl-item--inner .item--featured img {
	width: 100%;
}

.pxl-classes-grid-layout2 .pxl-grid-item .wrap-content-class .pxl-item--inner .item--featured:before {
	content: '';
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left,#fff 0%,rgba(255,255,255,.3) 100%);
	background: -webkit-gradient(linear,left top,right top,from(#fff),to(rgba(255,255,255,.3)));
	background: linear-gradient(to right,#fff 0%,rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.pxl-classes-grid-layout2 .pxl-grid-item .wrap-content-class .wrap-entry-body {
	padding-left: 25px;
}

.pxl-classes-grid-layout2 .pxl-grid-item .wrap-content-class .wrap-entry-body .item--holder-inner .item--title {
	margin-bottom: 0px;
	margin-top: 6px;
	line-height: 28px;
	font-size: 22px;
	font-weight: 400;
	height: 30px;
	overflow: hidden;
}

.pxl-classes-grid-layout2 .pxl-grid-item .wrap-content-class .wrap-entry-body .item--holder-inner .item--title:hover {
	color: var(--primary-color);
}

.pxl-classes-grid-layout2 .pxl-grid-item .wrap-content-class .wrap-entry-body .item--holder-inner .type-age {
	font-size: 16px;
	font-weight: 700;
	font-family: 'Mulish';
	color: var(--regular-color);
}

.pxl-classes-grid-layout2 .pxl-grid-item .wrap-content-class .wrap-entry-body .item--holder-inner .item-author {
	font-size: 16px;
	font-weight: 600;
	font-family: 'Mulish';
	color: #70747f;
}

@media (max-width: 1100px) and (min-width: 1024px) {
	.pxl-classes-grid-layout2 .pxl-grid-item .wrap-content-class .wrap-entry-body .item--holder-inner .item-author {
		font-size: 14px;
	}
}

@media (max-width: 1100px) {
	.pxl-classes-grid-layout2 .pxl-grid-item .wrap-content-class .wrap-entry-body .item--holder-inner .item-author {
		font-size: 14px;
	}
}

.pxl-classes-grid-layout2 .pxl-grid-item .wrap-content-class .wrap-entry-body .item--holder-inner .item-author a {
	padding-left: 6px;
	color: var(--primary-color);
}

.pxl-classes-grid-layout2 .pxl-grid-item .wrap-content-class .wrap-entry-body .item--holder-inner .item-author a:hover {
	text-decoration: underline;
}

.pxl-classes-grid-layout2 .pxl-grid-item .wrap-content-class .wrap-entry-body .item--date {
	font-family: 'Rubik';
	font-size: 15px;
	color: #70747f;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}

.pxl-classes-grid-layout2 .pxl-grid-item .wrap-content-class .wrap-entry-body .item--date i {
	padding-right: 10px;
}

.pxl-classes-grid-layout2 .pxl-grid-item .wrap-content-class:hover .item--featured:before {
	-webkit-transition: all 2s cubic-bezier(0.19,1,0.22,1);
	-khtml-transition: all 2s cubic-bezier(0.19,1,0.22,1);
	-moz-transition: all 2s cubic-bezier(0.19,1,0.22,1);
	-ms-transition: all 2s cubic-bezier(0.19,1,0.22,1);
	-o-transition: all 2s cubic-bezier(0.19,1,0.22,1);
	transition: all 2s cubic-bezier(0.19,1,0.22,1);
	left: 175%;
}

.pxl-icon-box .pxl-item--icon {
	line-height: 1;
}

.pxl-icon-box .pxl-item--icon img {
	width: auto;
}

.pxl-icon-box1 {
	z-index: 0;
}

.pxl-icon-box1 .pxl-item--inner {
	padding: 40px 35px 30px 35px;
	border: 2px solid #f0f1f5;
	border-left: 1px solid #f0f1f5;
	border-right: 1px solid #f0f1f5;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

@media (max-width: 1200px) and (min-width: 1025px) {
	.pxl-icon-box1 .pxl-item--inner {
		padding: 40px 20px 30px 20px;
	}
}

.pxl-icon-box1 .pxl-item--icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	min-width: 45px;
	mask-image: url(../../themes/img/mask-fcb-icon.png);
	-webkit-mask-image: url(../../themes/img/mask-fcb-icon.png);
	-ms-mask-image: url(../../themes/img/mask-fcb-icon.png);
	-o-mask-image: url(../../themes/img/mask-fcb-icon.png);
	-webkit-mask-repeat: no-repeat;
	-ms-mask-repeat: no-repeat;
	-o-mask-repeat: no-repeat;
	-webkit-mask-position: center top;
	-ms-mask-position: center top;
	background-color: red;
	-o-mask-position: center top;
	z-index: 8;
	position: relative;
}

.pxl-icon-box1 .pxl-item--icon i {
	color: #fff;
}

.pxl-icon-box1 .box-image {
	position: absolute;
	top: -20px;
	left: -20px;
	right: -20px;
	bottom: -20px;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 5;
}

.pxl-icon-box1 .box-image:before {
	position: absolute;
	content: '';
	background-color: var(--secondary-color);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	mix-blend-mode: multiply;
	opacity: 0;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

.pxl-icon-box1 .pxl-item--title {
	padding-top: 64px;
	margin-bottom: 10px;
	font-size: 22px;
	position: relative;
	z-index: 8;
	font-weight: 400;
	color: var(--secondary-color);
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

@media screen and (max-width: 1199px) {
	.pxl-icon-box1 .pxl-item--title {
		font-size: 20px;
	}
}

.pxl-icon-box1 .pxl-item--description {
	position: relative;
	z-index: 8;
	font-size: 16px;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
	line-height: 32px;
	color: #70747f;
	font-weight: 500;
}

@media screen and (max-width: 1199px) {
	.pxl-icon-box1 .pxl-item--description {
		padding-right: 0;
	}
}

@media screen and (max-width: 991px) {
	.pxl-icon-box1 .pxl-item--description {
		font-size: 15px;
	}
}

.pxl-icon-box1 .pxl-item--link {
	position: absolute;
	z-index: 8;
	bottom: 20px;
	left: 35px;
	font-size: 15px;
	text-transform: uppercase;
	opacity: 0;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

@media (max-width: 1200px) and (min-width: 1025px) {
	.pxl-icon-box1 .pxl-item--link {
		left: 20px;
	}
}

.pxl-icon-box1 .pxl-item--link a {
	display: flex;
	align-items: center;
}

.pxl-icon-box1 .pxl-item--link a:hover {
	color: var(--primary-color) !important;
}

.pxl-icon-box1 .pxl-item--link a:hover i {
	-o-animation: pxl_right_from_left 0.6s forwards;
	-ms-animation: pxl_right_from_left 0.6s forwards;
	-webkit-animation: pxl_right_from_left 0.6s forwards;
	animation: pxl_right_from_left 0.6s forwards;
	color: var(--primary-color) !important;
}

.pxl-icon-box1 .pxl-item--link i {
	font-size: 20px;
	padding-left: 10px;
}

.pxl-icon-box1.pxl--item-active .box-image,.pxl-icon-box1:hover .box-image,.pxl-icon-box1.pxl--item-active .box-image:before,.pxl-icon-box1:hover .box-image:before {
	top: 0px;
	opacity: 1;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.pxl-icon-box1.pxl--item-active .pxl-item--title,.pxl-icon-box1:hover .pxl-item--title,.pxl-icon-box1.pxl--item-active .pxl-item--description,.pxl-icon-box1:hover .pxl-item--description,.pxl-icon-box1.pxl--item-active .pxl-item--link a,.pxl-icon-box1:hover .pxl-item--link a {
	color: #fff;
}

.pxl-icon-box1.pxl--item-active .pxl-item--inner,.pxl-icon-box1:hover .pxl-item--inner {
	border-color: transparent;
	padding: 40px 35px 67px 35px;
}

@media (max-width: 1200px) and (min-width: 1025px) {
	.pxl-icon-box1.pxl--item-active .pxl-item--inner,.pxl-icon-box1:hover .pxl-item--inner {
		padding: 40px 20px 67px 20px;
	}
}

.pxl-icon-box1.pxl--item-active .pxl-item--title,.pxl-icon-box1:hover .pxl-item--title {
	padding-top: 27px;
}

.pxl-icon-box1.pxl--item-active .pxl-item--link,.pxl-icon-box1:hover .pxl-item--link {
	bottom: 40px;
	opacity: 1;
}

.pxl-icon-box1:hover {
	z-index: 2;
}

.pxl-icon-box2 .pxl-item--inner {
	display: flex;
	flex-wrap: nowrap;
}

.pxl-icon-box2.style1 .pxl-item--icon {
	width: 86px;
	min-width: 86px;
	height: 86px;
	-webkit-border-radius: 86px;
	-khtml-border-radius: 86px;
	-moz-border-radius: 86px;
	-ms-border-radius: 86px;
	-o-border-radius: 86px;
	border-radius: 86px;
	line-height: 86px;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fcfbec),to(#fff));
	background-image: -webkit-linear-gradient(to bottom,#fcfbec,#fff);
	background-image: -moz-linear-gradient(to bottom,#fcfbec,#fff);
	background-image: -ms-linear-gradient(to bottom,#fcfbec,#fff);
	background-image: -o-linear-gradient(to bottom,#fcfbec,#fff);
	background-image: linear-gradient(to bottom,#fcfbec,#fff);
	filter: progid:dximagetransform.Microsoft.gradient(startColorStr='#fcfbec',endcolorstr='#fff');
	text-align: center;
	margin-right: 22px;
}

.pxl-icon-box2.style1 .pxl-item--icon i {
	font-size: 50px;
	display: inline-flex;
}

.pxl-icon-box2.style1 .pxl-item--title {
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 2px;
}

.pxl-icon-box2.style1 .pxl-item--description {
	font-size: 23px;
	color: #333e48;
	font-weight: 700;
}

.pxl-icon-box2.style1 .pxl-item--inner {
	align-items: center;
}

.pxl-icon-box2.style2 .pxl-item--icon {
	width: 94px;
	min-width: 94px;
	padding-right: 10px;
	margin-top: 2px;
}

.pxl-icon-box2.style2 .pxl-item--icon i {
	font-size: 60px;
	display: inline-flex;
}

.pxl-icon-box2.style2 .pxl-item--title {
	font-size: 20px;
	font-family: inherit;
	color: #7a7f93;
	font-weight: 400;
	margin-bottom: 2px;
}

.pxl-icon-box2.style2 .pxl-item--description {
	font-size: 26px;
	color: #082d3d;
	font-weight: 700;
}

.pxl-icon-box2.style3 .pxl-item--icon {
	line-height: 1;
	margin-right: 14px;
}

.pxl-icon-box2.style3 .pxl-item--icon i {
	font-size: 46px;
	display: inline-flex;
}

.pxl-icon-box2.style3 .pxl-item--title {
	font-size: 13px;
	font-family: inherit;
	font-weight: 400;
	margin-top: 2px;
	margin-bottom: 2px;
}

.pxl-icon-box2.style3 .pxl-item--description {
	font-size: 22px;
	color: #242f51;
	font-weight: 700;
}

.pxl-icon-box2.style3 .pxl-item--inner {
	align-items: center;
}

.pxl-icon-box2.style4 .pxl-item--icon {
	width: 46px;
	min-width: 46px;
	height: 46px;
	-webkit-border-radius: 46px;
	-khtml-border-radius: 46px;
	-moz-border-radius: 46px;
	-ms-border-radius: 46px;
	-o-border-radius: 46px;
	border-radius: 46px;
	line-height: 46px;
	background-color: #fff;
	text-align: center;
	margin-right: 16px;
	-webkit-box-shadow: 0 10px 15px rgba(0,0,0,0.04);
	-khtml-box-shadow: 0 10px 15px rgba(0,0,0,0.04);
	-moz-box-shadow: 0 10px 15px rgba(0,0,0,0.04);
	-ms-box-shadow: 0 10px 15px rgba(0,0,0,0.04);
	-o-box-shadow: 0 10px 15px rgba(0,0,0,0.04);
	box-shadow: 0 10px 15px rgba(0,0,0,0.04);
}

.pxl-icon-box2.style4 .pxl-item--icon i {
	font-size: 20px;
	display: inline-flex;
}

.pxl-icon-box2.style4 .pxl-item--title {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0px;
}

.pxl-icon-box2.style4 .pxl-item--description {
	font-size: 20px;
	color: #050505;
	font-weight: 700;
	margin-top: -2px;
}

.pxl-icon-box2.style4 .pxl-item--inner {
	align-items: center;
}

.pxl-icon-box2.style5 .pxl-item--icon {
	margin-right: 20px;
}

.pxl-icon-box2.style5 .pxl-item--icon i {
	font-size: 48px;
	display: inline-flex;
	-webkit-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-khtml-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-moz-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-ms-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-o-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
}

.pxl-icon-box2.style5 .pxl-item--title {
	margin-bottom: 10px;
	font-size: 24px;
	color: #373a5b;
}

.pxl-icon-box2.style5 .pxl-item--description {
	color: #444;
}

.pxl-icon-box2.style5 .pxl-item--inner:hover .pxl-item--icon i {
	animation: pxl_bounce 1000ms ease-out infinite;
	-webkit-animation: pxl_bounce 1000ms ease-out infinite;
}

.pxl-icon-box2.style6 .pxl-item--icon {
	width: 47px;
	height: 47px;
	background-color: #f0f4f9;
	position: relative;
	margin-right: 15px;
}

.pxl-icon-box2.style6 .pxl-item--icon i {
	font-size: 22px;
	color: #616161;
}

.pxl-icon-box2.style6 .pxl-item--title {
	font-size: 18px;
	color: #003478;
	margin-top: -5px;
	margin-bottom: 5px;
	font-family: inherit;
}

.pxl-icon-box2.style6 .pxl-item--description {
	font-size: 15px;
	font-weight: 500;
	color: #666;
}

.pxl-icon-box3 .pxl-item--inner {
	display: flex;
	flex-wrap: nowrap;
	box-shadow: rgba(149,157,165,0.2) 0px 8px 24px;
	padding: 20px;
	align-items: center;
	border-radius: 100px 0 0 100px;
	background-color: #fff;
	-webkit-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-khtml-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-moz-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-ms-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-o-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
}

.pxl-icon-box3 .pxl-item--inner:hover {
	transform: translatey(-10px);
	box-shadow: rgba(149,157,165,0.4) 0px 8px 24px;
}

.pxl-icon-box3 .pxl-item--holder {
	padding-left: 15px;
}

.pxl-icon-box3 .pxl-item--icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 85px;
	height: 90px;
	min-width: 85px;
	mask-image: url(../../themes/img/mask-iconbox.png);
	-webkit-mask-image: url(../../themes/img/mask-iconbox.png);
	-ms-mask-image: url(../../themes/img/mask-iconbox.png);
	-o-mask-image: url(../../themes/img/mask-iconbox.png);
	-webkit-mask-repeat: no-repeat;
	-ms-mask-repeat: no-repeat;
	-o-mask-repeat: no-repeat;
	-webkit-mask-position: center top;
	-ms-mask-position: center top;
	background-color: red;
	-o-mask-position: center top;
	z-index: 8;
	position: relative;
}

.pxl-icon-box3 .pxl-item--icon i {
	color: #fff;
}

.pxl-icon-box3 .pxl-item--title {
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 2px;
}

.pxl-icon-box3 .pxl-item--description {
	font-size: 16px;
	color: #70747f;
	font-weight: 700;
	line-height: 26px;
}

body.rtl .pxl-icon-box2.style5 .pxl-item--icon {
	margin-right: 0;
	margin-left: 20px;
}

.pxl-banner1 {
	width: 305px;
	padding: 24px 30px 30px 30px;
	background-color: #fff;
}

@media (max-width: 480px) {
	.pxl-banner1 {
		width: 290px;
	}
}

.pxl-banner1 .pxl-item--title {
	font-size: 22px;
	font-weight: 400;
	line-height: 32px;
	color: var(--secondary-color);
	padding-bottom: 11px;
}

.pxl-banner1 .pxl-item--title span {
	font-size: 30px;
	color: var(--primary-color);
}

.pxl-counter1 .pxl-item--icon {
	width: 123px;
	height: 117px;
	position: relative;
	z-index: 1;
	margin: 0 auto 28px auto;
	mask-image: url(../../themes/img/mask-counter.png);
	-webkit-mask-image: url(../../themes/img/mask-counter.png);
	-ms-mask-image: url(../../themes/img/mask-counter.png);
	-o-mask-image: url(../../themes/img/mask-counter);
	-webkit-mask-repeat: no-repeat;
	-ms-mask-repeat: no-repeat;
	-o-mask-repeat: no-repeat;
	-webkit-mask-position: center top;
	-ms-mask-position: center top;
	-o-mask-position: center top;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}

.pxl-counter1 .pxl-item--icon i {
	margin-top: 6px;
	line-height: 0;
	color: var(--primary-color);
	font-size: 66px;
}

.pxl-counter1 .line-counter {
	width: 0;
	height: 0;
	position: absolute;
	z-index: 1;
	margin: 0 auto 16px auto;
	background-image: url(../../themes/img/mask-line-counter.png);
	background-size: cover;
	background-position: center;
	top: -9px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

.pxl-counter1 .pxl--counter-number {
	line-height: 1;
	font-size: 42px;
	font-weight: 400;
	color: #fff;
	display: inline-flex;
	margin-bottom: 7px;
}

.pxl-counter1 .pxl--item-title {
	font-size: 20px;
	color: #fff;
}

.pxl-counter1 .pxl--item-inner {
	text-align: center;
}

.pxl-counter1:hover .line-counter {
	width: 142px;
	height: 135px;
}

.pxl-counter2 .pxl-item--icon {
	width: 123px;
	height: 117px;
	position: relative;
	z-index: 1;
	margin: 0 auto 28px auto;
	mask-image: url(../../themes/img/mask-counter1.png);
	-webkit-mask-image: url(../../themes/img/mask-counter1.png);
	-ms-mask-image: url(../../themes/img/mask-counter1.png);
	-o-mask-image: url(../../themes/img/mask-counter1.png);
	-webkit-mask-repeat: no-repeat;
	-ms-mask-repeat: no-repeat;
	-o-mask-repeat: no-repeat;
	-webkit-mask-position: center top;
	-ms-mask-position: center top;
	-o-mask-position: center top;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}

.pxl-counter2 .pxl-item--icon i {
	margin-top: 6px;
	line-height: 0;
	color: var(--primary-color);
	font-size: 66px;
}

.pxl-counter2 .line-counter {
	width: 0;
	height: 0;
	position: absolute;
	z-index: 1;
	margin: 0 auto 16px auto;
	background-image: url(../../themes/img/mask-line-counter1.png);
	background-size: cover;
	background-position: center;
	top: -11px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

.pxl-counter2 .pxl--counter-number {
	line-height: 1;
	font-size: 42px;
	font-weight: 400;
	color: #fff;
	display: inline-flex;
	margin-bottom: 7px;
}

.pxl-counter2 .pxl--item-title {
	font-size: 20px;
	color: #fff;
}

.pxl-counter2 .pxl--item-inner {
	text-align: center;
}

.pxl-counter2:hover .line-counter {
	width: 142px;
	height: 142px;
}

body.rtl .pxl-progressbar-2 .pxl-item--icon {
	margin-right: 0;
	margin-left: 10px;
}

.pxl-video-player .btn-video {
	z-index: 2;
}

.pxl-video-player .pxl-box--icon {
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 54px;
	right: 95px;
	background-color: #ffde19;
	border-radius: 100px;
	text-align: center;
	font-size: 38px;
	color: #000010;
}

@media screen and (max-width: 1199px) {
	.pxl-video-player .pxl-box--icon {
		width: 60px;
		height: 60px;
		font-size: 24px;
		bottom: 30px;
		right: 40px;
	}
}

@media screen and (max-width: 767px) {
	.pxl-video-player .pxl-box--icon {
		bottom: 20px;
		right: 20px;
	}
}

.pxl-video-player1 .pxl-shadow-gradient {
	width: 240px;
	height: 240px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-khtml-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-color: var(--gradient-color-from);
	background-image: -webkit-gradient(linear,right top,left top,from(var(--gradient-color-from)),to(var(--gradient-color-to)));
	background-image: -webkit-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	background-image: -moz-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	background-image: -ms-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	background-image: -o-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	background-image: linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	filter: progid:dximagetransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)',endcolorstr='var(--gradient-color-to)',gradienttype='1');
	filter: blur(40px);
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	display: none;
}

@media screen and (max-width: 767px) {
	.pxl-video-player1 .pxl-shadow-gradient {
		width: 120px;
		height: 120px;
		filter: blur(22px);
	}
}

.pxl-video-player1 .pxl-video--holder img,.pxl-video-player1 .pxl-video--holder .pxl-video--imagebg {
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}

.pxl-video-player1 .pxl-video--holder+.btn-video-wrap {
	position: absolute;
	z-index: 99;
	text-align: center;
}

.pxl-video-player1 .pxl-video--holder+.btn-video-wrap.p-center {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-khtml-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.pxl-video-player1 .pxl-video-text {
	font-size: 12px;
	text-transform: uppercase;
	color: #fefeff;
	letter-spacing: 0.05em;
	font-weight: 700;
	width: 100%;
	display: block;
	margin-top: 24px;
}

.pxl-video-player1 .btn-video {
	position: relative;
}

.pxl-video-player1 .btn-video i {
	display: inline-flex;
}

.pxl-video-player1 .btn-video.style1 {
	font-size: 17px;
	width: 90px;
	height: 90px;
}

@media screen and (max-width: 767px) {
	.pxl-video-player1 .btn-video.style1 {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 15px;
	}
}

.pxl-video-player1 .btn-video.style2 {
	font-size: 18px;
	width: 80px;
	height: 80px;
	background-color: var(--gradient-color-from);
	background-image: -webkit-gradient(linear,right top,left top,from(var(--gradient-color-from)),to(var(--gradient-color-to)));
	background-image: -webkit-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	background-image: -moz-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	background-image: -ms-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	background-image: -o-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	background-image: linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	filter: progid:dximagetransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)',endcolorstr='var(--gradient-color-to)',gradienttype='1');
	color: #fff;
}

.pxl-video-player1 .btn-video.style3 {
	width: 146px;
	height: 146px;
	font-size: 30px;
}

@media screen and (max-width: 991px) {
	.pxl-video-player1 .btn-video.style3 {
		width: 100px;
		height: 100px;
		line-height: 100px;
		font-size: 22px;
	}
}

.pxl-video-player1 .btn-video.style3+.pxl-shadow-gradient {
	display: block;
	opacity: 0.67;
}

.pxl-video-player1 .btn-video.style4 {
	width: 62px;
	height: 62px;
	min-width: 63px;
	border: 2px solid var(--primary-color);
	background-color: transparent;
}

.pxl-video-player1 .btn-video.style4 i {
	font-size: 20px;
}

.pxl-video-player1 .btn-video.style4+.pxl-video-text {
	font-size: 20px;
	font-weight: 500;
	color: #050505;
	text-transform: capitalize;
	letter-spacing: 0px;
	margin: 0 0 0 17px;
}

.pxl-video-player1 .btn-video.style5 {
	width: 80px;
	height: 80px;
	border: 3px solid #fff;
	line-height: 74px;
	background-image: -webkit-linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	background-image: -moz-linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	background-image: -ms-linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	background-image: -o-linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	background-image: linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	filter: progid:dximagetransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)',endcolorstr='var(--gradient-color-to) 50%');
	font-size: 20px;
	color: #fff;
}

.pxl-video-player1 .btn-video.style5 i:before {
	content: "\f04b";
	font-family: "Font Awesome 5 Pro";
}

.pxl-video-player1 .pxl-video--inner {
	position: relative;
}

.pxl-video-player1.pxl-video-style1 .pxl-video--holder+.btn-video-wrap .pxl-shadow-gradient {
	display: block;
	z-index: -1;
}

.pxl-video-player1.pxl-video-style4 .btn-video-wrap {
	display: flex;
	flex-wrap: nowrap;
	white-space: nowrap;
	align-items: center;
}

.pxl-item--4-star i:nth-child(5) {
	display: none;
}

.pxl-item--3-star i:nth-child(5),.pxl-item--3-star i:nth-child(4) {
	display: none;
}

.pxl-item--2-star i:nth-child(5),.pxl-item--2-star i:nth-child(4),.pxl-item--2-star i:nth-child(3) {
	display: none;
}

.pxl-item--1-star i:nth-child(5),.pxl-item--1-star i:nth-child(4),.pxl-item--1-star i:nth-child(3),.pxl-item--1-star i:nth-child(2) {
	display: none;
}

.pxl-item--star {
	color: #ffd203;
}

.pxl-testimonial-single1 .pxl-item--title {
	font-size: 22px;
	color: var(--secondary-color);
	line-height: 1.3;
	margin-bottom: -4px;
	font-weight: 400;
}

.pxl-testimonial-single1 .pxl-item--position {
	font-size: 12px;
	color: #6a7165;
}

.pxl-testimonial-single1 .pxl-item--description {
	background-color: #fff;
	padding: 20px 30px;
	margin-bottom: 27px;
	position: relative;
	border: 2px solid transparent;
	-webkit-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-khtml-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-moz-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-ms-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-o-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
}

.pxl-testimonial-single1 .pxl-item--description:before {
	position: absolute;
	content: '';
	background-color: #fff;
	width: 17px;
	height: 17px;
	bottom: -11px;
	left: 40px;
	transform: skewY(45deg);
	border-right: 2px solid transparent;
	border-bottom: 2px solid transparent;
	-webkit-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-khtml-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-moz-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-ms-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-o-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
}

.pxl-testimonial-single1 .pxl-item--holder {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	padding-left: 30px;
}

.pxl-testimonial-single1 .pxl-item--holder .pxl-item--image {
	width: 55px;
	height: 55px;
	border-radius: 50px;
	overflow: hidden;
	margin-right: 20px;
}

.pxl-testimonial-single1 .pxl-item--holder .pxl-item--image img {
	width: 100%;
	-webkit-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-khtml-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-moz-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-ms-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-o-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
}

.pxl-testimonial-single1:hover .pxl-item--description {
	border-color: var(--primary-color);
}

.pxl-testimonial-single1:hover .pxl-item--description:before {
	border-color: var(--primary-color);
}

.pxl-testimonial-single1:hover img {
	transform: scale(1.1);
}

.pxl-testimonial-grid1 .pxl-grid-item {
	position: relative;
	margin-bottom: 30px;
}

.pxl-testimonial-grid1 .pxl-grid-item .pxl-item--inner,.pxl-testimonial-grid1 .pxl-grid-item .pxl-swiper-slide {
	position: relative;
}

.pxl-testimonial-grid1 .pxl-grid-item .pxl-item--inner:before,.pxl-testimonial-grid1 .pxl-grid-item .pxl-swiper-slide:before,.pxl-testimonial-grid1 .pxl-grid-item .pxl-item--inner:after,.pxl-testimonial-grid1 .pxl-grid-item .pxl-swiper-slide:after {
	position: absolute;
	content: '';
	bottom: 0px;
	right: 0px;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../../themes/img/bgr-testimonial-grid.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
	max-width: 360px;
}

@media (max-width: 1400px) {
	.pxl-testimonial-grid1 .pxl-grid-item .pxl-item--inner:before,.pxl-testimonial-grid1 .pxl-grid-item .pxl-swiper-slide:before,.pxl-testimonial-grid1 .pxl-grid-item .pxl-item--inner:after,.pxl-testimonial-grid1 .pxl-grid-item .pxl-swiper-slide:after {
		background-image: none;
		background-color: #fff;
		border: 2px solid var(--secondary-color);
	}
}

.pxl-testimonial-grid1 .pxl-grid-item .pxl-item--inner:after,.pxl-testimonial-grid1 .pxl-grid-item .pxl-swiper-slide:after {
	position: absolute;
	content: '';
	max-width: 360px;
	width: 100%;
	height: 100%;
	left: 10px;
	top: -10px;
	background-image: url(../../themes/img/bgr-testimonial-grid.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

@media (max-width: 1400px) {
	.pxl-testimonial-grid1 .pxl-grid-item .pxl-item--inner:after,.pxl-testimonial-grid1 .pxl-grid-item .pxl-swiper-slide:after {
		background-image: none;
		border: 2px solid var(--secondary-color);
		background-color: #fff;
	}
}

.pxl-testimonial-grid1 .pxl-grid-item .pxl-item--inner .wrap-content,.pxl-testimonial-grid1 .pxl-grid-item .pxl-swiper-slide .wrap-content {
	position: relative;
	padding: 53px 50px;
}

.pxl-testimonial-grid1 .pxl-grid-item .pxl-item--inner .wrap-content .pxl-item--top,.pxl-testimonial-grid1 .pxl-grid-item .pxl-swiper-slide .wrap-content .pxl-item--top {
	position: relative;
	z-index: 2;
}

.pxl-testimonial-grid1 .pxl-grid-item .pxl-item--inner .wrap-content .pxl-item--top .pxl-item--image,.pxl-testimonial-grid1 .pxl-grid-item .pxl-swiper-slide .wrap-content .pxl-item--top .pxl-item--image {
	height: 76px;
	width: 80px;
	mask-image: url(../../themes/img/mask-testimonial.png);
	-webkit-mask-image: url(../../themes/img/mask-testimonial.png);
	-ms-mask-image: url(../../themes/img/mask-testimonial.png);
	-o-mask-image: url(../../themes/img/mask-testimonial.png);
	-webkit-mask-repeat: no-repeat;
	-ms-mask-repeat: no-repeat;
	-o-mask-repeat: no-repeat;
	-webkit-mask-position: center top;
	-ms-mask-position: center top;
	-o-mask-position: center top;
}

.pxl-testimonial-grid1 .pxl-grid-item .pxl-item--inner .wrap-content .pxl-item--top .pxl-item--image img,.pxl-testimonial-grid1 .pxl-grid-item .pxl-swiper-slide .wrap-content .pxl-item--top .pxl-item--image img {
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

.pxl-testimonial-grid1 .pxl-grid-item .pxl-item--inner .wrap-content .pxl-item--top .pxl-item--meta,.pxl-testimonial-grid1 .pxl-grid-item .pxl-swiper-slide .wrap-content .pxl-item--top .pxl-item--meta {
	padding-left: 20px;
}

.pxl-testimonial-grid1 .pxl-grid-item .pxl-item--inner .wrap-content .pxl-item--top .pxl-item--meta .pxl-item--title,.pxl-testimonial-grid1 .pxl-grid-item .pxl-swiper-slide .wrap-content .pxl-item--top .pxl-item--meta .pxl-item--title {
	font-size: 24px;
	font-weight: 400;
	color: var(--secondary-color);
	height: 30px;
	overflow: hidden;
	margin-bottom: 4px;
}

.pxl-testimonial-grid1 .pxl-grid-item .pxl-item--inner .wrap-content .pxl-item--top .pxl-item--meta .pxl-item--position,.pxl-testimonial-grid1 .pxl-grid-item .pxl-swiper-slide .wrap-content .pxl-item--top .pxl-item--meta .pxl-item--position {
	font-size: 16px;
	font-weight: 600;
	font-family: 'Mulish';
	color: #b250fe;
}

.pxl-testimonial-grid1 .pxl-grid-item .pxl-item--inner .wrap-content .pxl-item--holder,.pxl-testimonial-grid1 .pxl-grid-item .pxl-swiper-slide .wrap-content .pxl-item--holder {
	position: relative;
	z-index: 2;
}

.pxl-testimonial-grid1 .pxl-grid-item .pxl-item--inner .wrap-content .pxl-item--holder .pxl-item--desc,.pxl-testimonial-grid1 .pxl-grid-item .pxl-swiper-slide .wrap-content .pxl-item--holder .pxl-item--desc {
	padding-top: 20px;
	font-size: 24px;
	font-weight: 400;
	line-height: 35px;
	color: var(--secondary-color);
	max-width: 270px;
	letter-spacing: -1px;
}

.pxl-testimonial-grid1 .pxl-grid-item:hover .pxl-item--inner:after {
	left: 0px;
	top: 0px;
}

.pxl-testimonial-grid1 .pxl-grid-item:hover .pxl-item--inner:before {
	left: 10px;
	top: -10px;
	right: auto;
	bottom: auto;
}

.pxl-testimonial-grid1 .pxl-grid-item:hover img {
	transform: scale(1.1);
}

.pxl-testimonial-carousel1 .pxl-carousel-inner {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 991px) {
	.pxl-testimonial-carousel1 .pxl-carousel-inner {
		display: block;
	}
}

.pxl-testimonial-carousel1 .pxl-item--meta {
	display: flex;
}

@media (max-width: 991px) {
	.pxl-testimonial-carousel1 .pxl-item--meta {
		align-items: center;
	}
}

.pxl-testimonial-carousel1 .pxl-swiper-dots {
	position: absolute;
	top: auto;
	bottom: auto;
	right: 25px;
	margin-top: 0px;
	width: 12px;
}

@media (max-width: 991px) {
	.pxl-testimonial-carousel1 .pxl-swiper-dots {
		margin-top: 30px;
		right: 0px;
	}
}

.pxl-testimonial-carousel1 .pxl-swiper-dots .pxl-swiper-pagination-bullet {
	margin: 5px 0;
	background: #b250fe;
}

@media (max-width: 991px) {
	.pxl-testimonial-carousel1 .pxl-swiper-dots .pxl-swiper-pagination-bullet {
		margin: 0 5px;
	}
}

.pxl-testimonial-carousel1 .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
	border-radius: 3px;
	background: var(--regular-color);
}

@media (max-width: 991px) {
	.pxl-testimonial-carousel1 .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
		margin-top: -3px;
	}
}

@media (max-width: 991px) {
	.pxl-testimonial-carousel1 .pxl-swiper-dots {
		position: relative;
		width: 100%;
	}
}

.pxl-testimonial-carousel1 .pxl-swiper-thumbs {
	position: absolute;
	top: auto;
	bottom: auto;
	left: -15px;
	width: 60px;
	min-width: 60px;
	min-height: 60px;
}

@media (max-width: 1024px) {
	.pxl-testimonial-carousel1 .pxl-swiper-thumbs {
		left: 0px;
	}
}

@media (max-width: 991px) {
	.pxl-testimonial-carousel1 .pxl-swiper-thumbs {
		display: none;
	}
}

.pxl-testimonial-carousel1 .pxl-swiper-thumbs .swiper-wrapper {
	justify-content: center;
}

.pxl-testimonial-carousel1 .pxl-swiper-thumbs .swiper-slide {
	margin-bottom: 7px;
	min-height: 60px;
	max-height: 60px;
}

.pxl-testimonial-carousel1 .pxl-swiper-thumbs .swiper-slide:last-child {
	margin-bottom: 0px;
}

.pxl-testimonial-carousel1 .pxl-swiper-thumbs img {
	width: 60px;
	height: 60px;
	border-radius: 200px;
	overflow: hidden;
}

.pxl-testimonial-carousel1 .info-testimonial {
	padding-left: 20px;
}

.pxl-testimonial-carousel1 .pxl-swiper-content {
	padding: 30px 15px !important;
	max-width: 690px;
}

@media (max-width: 991px) {
	.pxl-testimonial-carousel1 .pxl-swiper-content {
		max-width: 100%;
		padding: 30px 0px !important;
	}
}

.pxl-testimonial-carousel1 .pxl-swiper-content .pxl-swiper-slide .pxl-item--inner {
	padding: 50px 60px 40px 60px !important;
	background-color: #fff;
}

@media (max-width: 991px) {
	.pxl-testimonial-carousel1 .pxl-swiper-content .pxl-swiper-slide .pxl-item--inner {
		margin: 0 5px 0 35px;
	}
}

@media (max-width: 767px) {
	.pxl-testimonial-carousel1 .pxl-swiper-content .pxl-swiper-slide .pxl-item--inner {
		padding: 30px 40px !important;
	}
}

@media (max-width: 480px) {
	.pxl-testimonial-carousel1 .pxl-swiper-content .pxl-swiper-slide .pxl-item--inner {
		padding: 30px 20px !important;
	}
}

.pxl-testimonial-carousel1 .pxl-swiper-content .pxl-swiper-slide .pxl-item--inner {
	position: relative;
	overflow: hidden;
}

.pxl-testimonial-carousel1 .pxl-swiper-content .pxl-swiper-slide .pxl-item--inner .pxl-item--icon {
	position: absolute;
	top: -100px;
	right: 49px;
	-webkit-transition: all 0.3s linear 200ms;
	-khtml-transition: all 0.3s linear 200ms;
	-moz-transition: all 0.3s linear 200ms;
	-ms-transition: all 0.3s linear 200ms;
	-o-transition: all 0.3s linear 200ms;
	transition: all 0.3s linear 200ms;
}

.pxl-testimonial-carousel1 .pxl-swiper-content .pxl-swiper-slide .pxl-item--inner .pxl-item--icon i {
	color: var(--regular-color);
	font-size: 105px;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
	line-height: 1;
}

@media (max-width: 767px) {
	.pxl-testimonial-carousel1 .pxl-swiper-content .pxl-swiper-slide .pxl-item--inner .pxl-item--icon i {
		font-size: 70px;
	}
}

@media (max-width: 480px) {
	.pxl-testimonial-carousel1 .pxl-swiper-content .pxl-swiper-slide .pxl-item--inner .pxl-item--icon i {
		display: none;
	}
}

.pxl-testimonial-carousel1 .pxl-swiper-content .pxl-swiper-slide.swiper-slide-active .pxl-item--icon {
	top: 36px;
}

.pxl-testimonial-carousel1 .pxl-swiper-content .pxl-swiper-slide.swiper-slide-active:hover .pxl-item--icon i {
	color: var(--primary-color);
}

.pxl-testimonial-carousel1 .pxl-swiper-content .pxl-item--image {
	height: 76px;
	width: 80px;
	min-width: 80px;
	mask-image: url(../../themes/img/mask-testimonial.png);
	-webkit-mask-image: url(../../themes/img/mask-testimonial.png);
	-ms-mask-image: url(../../themes/img/mask-testimonial.png);
	-o-mask-image: url(../../themes/img/mask-testimonial.png);
	-webkit-mask-repeat: no-repeat;
	-ms-mask-repeat: no-repeat;
	-o-mask-repeat: no-repeat;
	-webkit-mask-position: center top;
	-ms-mask-position: center top;
	-o-mask-position: center top;
}

.pxl-testimonial-carousel1 .pxl-swiper-content .pxl-item--image img {
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

.pxl-testimonial-carousel1 .pxl-swiper-content .pxl-item--meta .pxl-item--title {
	font-size: 24px;
	font-weight: 400;
	color: var(--secondary-color);
	margin-bottom: 4px;
}

@media (max-width: 767px) {
	.pxl-testimonial-carousel1 .pxl-swiper-content .pxl-item--meta .pxl-item--title {
		font-size: 20px;
		margin-bottom: 0px;
	}
}

@media (max-width: 480px) {
	.pxl-testimonial-carousel1 .pxl-swiper-content .pxl-item--meta .pxl-item--title {
		font-size: 18px;
	}
}

.pxl-testimonial-carousel1 .pxl-swiper-content .pxl-item--meta .pxl-item--position {
	font-size: 16px;
	font-weight: 600;
	font-family: 'Mulish';
	color: #b250fe;
}

.pxl-testimonial-carousel1 .pxl-swiper-content .pxl-item--desc {
	padding-top: 20px;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 35px;
	color: var(--secondary-color);
}

@media (max-width: 767px) {
	.pxl-testimonial-carousel1 .pxl-swiper-content .pxl-item--desc {
		font-size: 20px;
		letter-spacing: 0px;
		line-height: 30px;
	}
}

@media (max-width: 480px) {
	.pxl-testimonial-carousel1 .pxl-swiper-content .pxl-item--desc {
		font-size: 18px;
		line-height: 28px;
	}
}

.pxl-testimonial-carousel2 {
	max-width: 933px;
	margin: 0 auto;
}

.pxl-testimonial-carousel2 .pxl-swiper-dots .pxl-swiper-pagination-bullet {
	margin: 0 5px;
	background: var(--primary-color);
}

.pxl-testimonial-carousel2 .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
	border-radius: 3px;
	margin-top: -3px;
}

@media (max-width: 991px) {
	.pxl-testimonial-carousel2 .pxl-swiper-container {
		padding: 30px 30px 0 30px !important;
	}
}

.pxl-testimonial-carousel2 .pxl-swiper-wrapper {
	padding: 0px;
	position: relative;
	margin-bottom: 30px;
}

.pxl-testimonial-carousel2 .pxl-swiper-wrapper .pxl-swiper-slide {
	position: relative;
	max-width: 550px;
	margin: 0 auto;
}

@media (max-width: 991px) {
	.pxl-testimonial-carousel2 .pxl-swiper-wrapper .pxl-swiper-slide {
		max-width: 1000px;
	}
}

.pxl-testimonial-carousel2 .pxl-swiper-wrapper .pxl-swiper-slide:hover .wrap-content:after {
	left: 0px;
	top: 0px;
}

.pxl-testimonial-carousel2 .pxl-swiper-wrapper .pxl-swiper-slide:hover .wrap-content:before {
	left: 10px;
	top: -10px;
	right: auto;
	bottom: auto;
}

.pxl-testimonial-carousel2 .pxl-swiper-wrapper .pxl-swiper-slide:hover img {
	transform: scale(1.1);
}

.pxl-testimonial-carousel2 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content {
	position: relative;
	padding: 52px 50px;
	max-width: 435px;
	height: 388px;
	background-image: url(../../themes/img/bgr-testimonial-cr2.png);
	background-size: cover;
	margin: 0 auto;
}

@media (max-width: 991px) {
	.pxl-testimonial-carousel2 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content {
		padding: 30px;
		max-width: auto;
		height: auto;
		max-width: 1000px;
	}
}

@media (max-width: 767px) {
	.pxl-testimonial-carousel2 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content {
		margin-right: 10px;
	}
}

.pxl-testimonial-carousel2 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content:before,.pxl-testimonial-carousel2 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content:after {
	position: absolute;
	content: '';
	bottom: 0px;
	right: 0px;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../../themes/img/bgr-testimonial-grid.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	z-index: 1;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

@media (max-width: 991px) {
	.pxl-testimonial-carousel2 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content:before,.pxl-testimonial-carousel2 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content:after {
		opacity: 1;
		border: 2px solid var(--secondary-color);
		background-color: #fff;
		background-image: none;
	}
}

.pxl-testimonial-carousel2 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content:after {
	opacity: 0;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 10px;
	top: -10px;
	background-image: url(../../themes/img/bgr-testimonial-grid.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
	opacity: 0;
}

@media (max-width: 991px) {
	.pxl-testimonial-carousel2 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content:after {
		opacity: 1;
		border: 2px solid var(--secondary-color);
		background-color: #fff;
		background-image: none;
	}
}

@media (max-width: 991px) {
	.pxl-testimonial-carousel2 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content {
		background-image: none;
	}
}

.pxl-testimonial-carousel2 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content .pxl-item--top {
	position: relative;
	z-index: 2;
}

.pxl-testimonial-carousel2 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content .pxl-item--top .pxl-item--image {
	min-height: 76px;
	min-width: 80px;
	mask-image: url(../../themes/img/mask-testimonial.png);
	-webkit-mask-image: url(../../themes/img/mask-testimonial.png);
	-ms-mask-image: url(../../themes/img/mask-testimonial.png);
	-o-mask-image: url(../../themes/img/mask-testimonial.png);
	-webkit-mask-repeat: no-repeat;
	-ms-mask-repeat: no-repeat;
	-o-mask-repeat: no-repeat;
	-webkit-mask-position: center top;
	-ms-mask-position: center top;
	-o-mask-position: center top;
}

.pxl-testimonial-carousel2 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content .pxl-item--top .pxl-item--image img {
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

.pxl-testimonial-carousel2 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content .pxl-item--top .pxl-item--meta {
	padding-left: 20px;
}

.pxl-testimonial-carousel2 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content .pxl-item--top .pxl-item--meta .pxl-item--title {
	font-size: 24px;
	font-weight: 400;
	color: var(--secondary-color);
	margin-bottom: 4px;
}

@media (max-width: 575px) {
	.pxl-testimonial-carousel2 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content .pxl-item--top .pxl-item--meta .pxl-item--title {
		font-size: 20px;
	}
}

.pxl-testimonial-carousel2 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content .pxl-item--top .pxl-item--meta .pxl-item--position {
	font-size: 16px;
	font-weight: 600;
	font-family: 'Mulish';
	color: #b250fe;
}

.pxl-testimonial-carousel2 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content .pxl-item--holder {
	position: relative;
	z-index: 2;
}

.pxl-testimonial-carousel2 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content .pxl-item--holder .pxl-item--desc {
	padding-top: 20px;
	font-size: 18px;
	font-weight: 400;
	line-height: 35px;
	color: var(--secondary-color);
	letter-spacing: -1px;
}

@media (max-width: 575px) {
	.pxl-testimonial-carousel2 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content .pxl-item--holder .pxl-item--desc {
		font-size: 20px;
	}
}

.pxl-testimonial-carousel3 .pxl-swiper-dots .pxl-swiper-pagination-bullet {
	margin: 0 5px;
	background: var(--primary-color);
}

.pxl-testimonial-carousel3 .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
	border-radius: 3px;
	margin-top: -3px;
}

.pxl-testimonial-carousel3 .pxl-swiper-wrapper {
	padding: 0px;
	position: relative;
	padding: 30px 0 70px 0;
}

.pxl-testimonial-carousel3 .pxl-swiper-wrapper .pxl-swiper-slide {
	position: relative;
	padding: 0 35px !important;
}

@media (max-width: 575px) {
	.pxl-testimonial-carousel3 .pxl-swiper-wrapper .pxl-swiper-slide {
		padding: 0 15px !important;
	}
}

.pxl-testimonial-carousel3 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content {
	background-color: #fff;
	position: relative;
	padding: 30px;
	margin: 0 auto;
	border-radius: 7px;
	box-shadow: rgba(149,157,165,0.2) 0px 8px 24px;
	-webkit-transition: 200ms all linear 0ms;
	-khtml-transition: 200ms all linear 0ms;
	-moz-transition: 200ms all linear 0ms;
	-ms-transition: 200ms all linear 0ms;
	-o-transition: 200ms all linear 0ms;
	transition: 200ms all linear 0ms;
}

@media (max-width: 991px) {
	.pxl-testimonial-carousel3 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content {
		padding: 30px;
		max-width: auto;
		height: auto;
		max-width: 1000px;
	}
}

@media (max-width: 767px) {
	.pxl-testimonial-carousel3 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content {
		margin-right: 10px;
	}
}

.pxl-testimonial-carousel3 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content:before,.pxl-testimonial-carousel3 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content:after {
	box-shadow: rgba(149,157,165,0.2) 0px 8px 24px;
	position: absolute;
	content: '';
	left: -20px;
	top: 20px;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	background-color: #fff;
	z-index: -1;
	-webkit-transition: 200ms all linear 0ms;
	-khtml-transition: 200ms all linear 0ms;
	-moz-transition: 200ms all linear 0ms;
	-ms-transition: 200ms all linear 0ms;
	-o-transition: 200ms all linear 0ms;
	transition: 200ms all linear 0ms;
	border-radius: 7px;
}

.pxl-testimonial-carousel3 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content:after {
	z-index: -2;
	left: -40px !important;
	top: 40px !important;
	-webkit-transition: 400ms all linear 0ms;
	-khtml-transition: 400ms all linear 0ms;
	-moz-transition: 400ms all linear 0ms;
	-ms-transition: 400ms all linear 0ms;
	-o-transition: 400ms all linear 0ms;
	transition: 400ms all linear 0ms;
}

@media (max-width: 991px) {
	.pxl-testimonial-carousel3 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content {
		background-image: none;
	}
}

.pxl-testimonial-carousel3 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content .pxl-item--top {
	position: relative;
	z-index: 2;
	padding-top: 20px;
}

.pxl-testimonial-carousel3 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content .pxl-item--top .pxl-item--image {
	width: 80px;
	min-width: 80px;
	height: 80px;
	border-radius: 200px;
	overflow: hidden;
}

.pxl-testimonial-carousel3 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content .pxl-item--top .pxl-item--image img {
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

.pxl-testimonial-carousel3 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content .pxl-item--top .pxl-item--meta {
	padding-left: 20px;
}

.pxl-testimonial-carousel3 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content .pxl-item--top .pxl-item--meta .pxl-item--title {
	font-size: 24px;
	font-weight: 400;
	color: var(--secondary-color);
	margin-bottom: 4px;
}

@media (max-width: 575px) {
	.pxl-testimonial-carousel3 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content .pxl-item--top .pxl-item--meta .pxl-item--title {
		font-size: 20px;
	}
}

.pxl-testimonial-carousel3 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content .pxl-item--top .pxl-item--meta .pxl-item--position {
	font-size: 16px;
	font-weight: 600;
	font-family: 'Mulish';
	color: #b250fe;
}

.pxl-testimonial-carousel3 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content .pxl-item--holder {
	position: relative;
	z-index: 2;
}

.pxl-testimonial-carousel3 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content .pxl-item--holder .pxl-item--desc {
	padding-top: 20px;
	font-size: 24px;
	font-weight: 400;
	line-height: 35px;
	color: var(--secondary-color);
	letter-spacing: -1px;
}

@media (max-width: 575px) {
	.pxl-testimonial-carousel3 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content .pxl-item--holder .pxl-item--desc {
		font-size: 20px;
	}
}

.pxl-testimonial-carousel3 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content:hover {
	transform: translatey(-5px);
}

.pxl-testimonial-carousel3 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content:hover:before,.pxl-testimonial-carousel3 .pxl-swiper-wrapper .pxl-swiper-slide .wrap-content:hover:after {
	top: 0 !important;
	left: 0 !important;
}

@media (max-width: 1250px) and (min-width: 1025px) {
	.pl-lg-30>.elementor-element-populated {
		padding-left: 30px !important;
	}
}

.swiper-filter-active .non-swiper-slide {
	display: none;
}

.swiper-filter-wrap,.pxl-grid-filter3 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.swiper-filter-wrap .filter-item,.pxl-grid-filter3 .filter-item {
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 10px 24px;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.swiper-filter-wrap .filter-item:before,.pxl-grid-filter3 .filter-item:before {
	content: '';
	width: 11px;
	height: 41px;
	-webkit-border-radius: 11px;
	-khtml-border-radius: 11px;
	-moz-border-radius: 11px;
	-ms-border-radius: 11px;
	-o-border-radius: 11px;
	border-radius: 11px;
	background-color: #f4f4f4;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%) scaleY(0);
	-khtml-transform: translate(-50%,-50%) scaleY(0);
	-moz-transform: translate(-50%,-50%) scaleY(0);
	-ms-transform: translate(-50%,-50%) scaleY(0);
	-o-transform: translate(-50%,-50%) scaleY(0);
	transform: translate(-50%,-50%) scaleY(0);
	opacity: 0;
	-webkit-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-khtml-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-moz-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-ms-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-o-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	z-index: -1;
}

.swiper-filter-wrap .filter-item span,.pxl-grid-filter3 .filter-item span {
	color: #010927;
	-webkit-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-khtml-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-moz-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-ms-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-o-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
}

.swiper-filter-wrap .filter-item.active,.pxl-grid-filter3 .filter-item.active {
	color: var(--primary-color);
}

.swiper-filter-wrap .filter-item.active:before,.pxl-grid-filter3 .filter-item.active:before {
	opacity: 1;
	-webkit-transform: translate(-50%,-50%) scaleY(1);
	-khtml-transform: translate(-50%,-50%) scaleY(1);
	-moz-transform: translate(-50%,-50%) scaleY(1);
	-ms-transform: translate(-50%,-50%) scaleY(1);
	-o-transform: translate(-50%,-50%) scaleY(1);
	transform: translate(-50%,-50%) scaleY(1);
}

.pxl-swiper-arrow-style1 .pxl-swiper-arrow {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-khtml-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	right: auto;
	bottom: 0;
	top: auto;
	opacity: 1;
	visibility: visible;
	width: 40px;
	height: 40px;
	background-color: transparent;
	border: 2px solid #4b5345;
	line-height: 36px;
	color: #4b5345;
}

.pxl-swiper-arrow-style1 .pxl-swiper-arrow i:before {
	content: "\f142";
	font-size: 16px;
}

.pxl-swiper-arrow-style1 .pxl-swiper-arrow:hover {
	border-color: var(--primary-color);
	background-color: var(--primary-color);
}

.pxl-swiper-arrow-style1 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
	margin-left: -80px;
}

.pxl-swiper-arrow-style1 .pxl-swiper-arrow.pxl-swiper-arrow-prev i {
	-webkit-transform: scaleX(-1);
	-khtml-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

.pxl-swiper-arrow-style1 .pxl-swiper-arrow.pxl-swiper-arrow-next {
	margin-left: 80px;
}

.pxl-swiper-arrow-style1 .pxl-swiper-arrow+.pxl-swiper-dots {
	position: absolute;
	bottom: 120px;
	left: 0;
	right: 0;
	margin: 0;
}

.pxl-swiper-arrow-style1 .pxl-swiper-dots.pxl-swiper-pagination-fraction {
	bottom: 10px;
	font-size: 0px;
	line-height: 20px;
}

.pxl-swiper-arrow-style1 .pxl-swiper-dots.pxl-swiper-pagination-fraction span {
	font-weight: 500;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	min-width: 20px;
	text-align: center;
}

.pxl-swiper-arrow-style1 .pxl-swiper-dots.pxl-swiper-pagination-fraction span.swiper-pagination-current {
	position: relative;
	margin-right: 50px;
}

.pxl-swiper-arrow-style1 .pxl-swiper-dots.pxl-swiper-pagination-fraction span.swiper-pagination-current:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 32px;
	width: 27px;
	height: 1px;
	background-color: #fff;
}

.pxl-swiper-arrow-style1.pxl-arrows-active {
	padding-bottom: 90px;
}

.pxl-swiper-arrow-style2 .pxl-swiper-arrow {
	opacity: 1;
	visibility: visible;
	height: 55px;
	width: 55px;
	line-height: 55px;
	font-size: 20px;
	background: transparent;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	position: static;
	-webkit-transform: translate(0,0);
	-khtml-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
}

.pxl-swiper-arrow-style2 .pxl-swiper-arrow i {
	display: inline-flex;
}

.pxl-swiper-arrow-style2 .pxl-swiper-arrow svg {
	height: 55px;
	width: 55px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-khtml-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-moz-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-ms-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-o-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
}

.pxl-swiper-arrow-style2 .pxl-swiper-arrow svg.item--main {
	fill: #ececec;
}

.pxl-swiper-arrow-style2 .pxl-swiper-arrow svg.item--hover {
	opacity: 0;
}

.pxl-swiper-arrow-style2 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
	-webkit-transform: scaleX(-1);
	-khtml-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	margin-right: 16px;
}

.pxl-swiper-arrow-style2 .pxl-swiper-arrow:hover svg.item--main {
	opacity: 0;
}

.pxl-swiper-arrow-style2 .pxl-swiper-arrow:hover svg.item--hover {
	opacity: 1;
}

.pxl-swiper-arrow-style2 .pxl-swiper-arrow-wrap {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.pxl-swiper-arrow-style3 .pxl-swiper-arrow {
	font-size: 36px;
	color: #c5d3d8;
	background-color: transparent;
	box-shadow: none;
}

.pxl-swiper-arrow-style3 .pxl-swiper-arrow.pxl-swiper-arrow-prev i {
	-webkit-transform: scaleX(-1);
	-khtml-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	display: inline-block;
}

.pxl-swiper-arrow-style4 .pxl-swiper-arrow {
	width: 63px;
	height: 63px;
	background-color: transparent;
	border: 2px solid #1a2f31;
	box-shadow: none;
}

@media screen and (max-width: 1199px) {
	.pxl-swiper-arrow-style4 .pxl-swiper-arrow {
		width: 50px;
		height: 50px;
	}
}

@media screen and (min-width: 1400px) {
	.pxl-swiper-arrow-style4 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
		left: -110px;
	}

	.pxl-swiper-arrow-style4 .pxl-swiper-arrow.pxl-swiper-arrow-next {
		right: -110px;
	}
}

.pxl-swiper-arrow-style4 .pxl-swiper-arrow:hover {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

.pxl-swiper-dots.style2.pxl-swiper-pagination-bullets {
	margin-top: 35px;
}

.pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span {
	margin: 0 4px;
	width: 11px;
	height: 11px;
	background-color: var(--gradient-color-from);
	background-image: -webkit-gradient(linear,right top,left top,from(var(--gradient-color-from)),to(var(--gradient-color-to)));
	background-image: -webkit-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	background-image: -moz-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	background-image: -ms-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	background-image: -o-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	background-image: linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	filter: progid:dximagetransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)',endcolorstr='var(--gradient-color-to)',gradienttype='1');
}

.pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span:before {
	content: '';
	width: 13px;
	height: 13px;
	border: 1px solid var(--primary-color);
	top: -1px;
	left: -1px;
	position: absolute;
	-webkit-border-radius: 13px;
	-khtml-border-radius: 13px;
	-moz-border-radius: 13px;
	-ms-border-radius: 13px;
	-o-border-radius: 13px;
	border-radius: 13px;
	-webkit-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-khtml-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-moz-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-ms-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-o-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	opacity: 0;
	-webkit-transform: scale(1.4);
	-khtml-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
}

.pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span:after {
	-webkit-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-khtml-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-moz-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-ms-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-o-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	content: '';
	width: 5px;
	height: 5px;
	-webkit-border-radius: 13px;
	-khtml-border-radius: 13px;
	-moz-border-radius: 13px;
	-ms-border-radius: 13px;
	-o-border-radius: 13px;
	border-radius: 13px;
	position: absolute;
	top: 3px;
	left: 3px;
	background-color: var(--gradient-color-from);
	background-image: -webkit-gradient(linear,right top,left top,from(var(--gradient-color-from)),to(var(--gradient-color-to)));
	background-image: -webkit-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	background-image: -moz-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	background-image: -ms-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	background-image: -o-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	background-image: linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	filter: progid:dximagetransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)',endcolorstr='var(--gradient-color-to)',gradienttype='1');
	opacity: 0;
}

.pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span:hover,.pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active {
	background: transparent;
}

.pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span:hover:before,.pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active:before,.pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span:hover:after,.pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active:after {
	opacity: 1;
}

.pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span:hover:before,.pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active:before {
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.pxl-swiper-sliders .pxl-item--image img {
	width: 100%;
}

.pxl-swiper-sliders .pxl-item--title a,.pxl-swiper-sliders .pxl-item--category a {
	color: inherit;
}

.pxl-swiper-sliders .pxl-item--title a:hover,.pxl-swiper-sliders .pxl-item--category a:hover {
	color: inherit;
}

.pxl-blog-grid-layout2 .pxl-item--holder .pxl-item--title,.pxl-post-carousel1 .pxl-item--holder .pxl-item--title {
	font-size: 24px;
	font-weight: 400;
	color: var(--secondary-color);
}

.pxl-blog-grid-layout2 .wrap-feature,.pxl-post-carousel1 .wrap-feature {
	overflow: hidden;
}

.pxl-blog-grid-layout2 .pxl-item--readmore,.pxl-post-carousel1 .pxl-item--readmore {
	height: 25px;
}

.pxl-blog-grid-layout2 .pxl-item--readmore .btn-readmore,.pxl-post-carousel1 .pxl-item--readmore .btn-readmore {
	font-size: 16px;
	font-weight: 400;
	color: #70747f !important;
}

.pxl-post-carousel2 .pxl-swiper-wrapper {
	padding-bottom: 10px;
}

.pxl-post-carousel2 .pxl-item--image {
	margin-bottom: -120px;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

.pxl-post-carousel2 .pxl-item--image .wrap-feature {
	mask-image: url(../../themes/img/mask-postcr.png);
	-webkit-mask-image: url(../../themes/img/mask-postcr.png);
	-ms-mask-image: url(../../themes/img/mask-postcr.png);
	-o-mask-image: url(../../themes/img/mask-postcr);
	-webkit-mask-repeat: no-repeat;
	-ms-mask-repeat: no-repeat;
	-o-mask-repeat: no-repeat;
	-webkit-mask-position: center top;
	-ms-mask-position: center top;
	-o-mask-position: center top;
	overflow: hidden;
}

.pxl-post-carousel2 .pxl-item--holder {
	box-shadow: rgba(149,157,165,) 0px 8px 24px;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
	background-color: #fcf9f4;
	padding: 125px 40px 21px 40px;
}

.pxl-post-carousel2 .pxl-item--holder .wrap-meta {
	align-items: center;
}

.pxl-post-carousel2 .pxl-item--holder .wrap-meta .pxl-item--date,.pxl-post-carousel2 .pxl-item--holder .wrap-meta .item-comment,.pxl-post-carousel2 .pxl-item--holder .wrap-meta .item-comment a {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #b24fff;
}

.pxl-post-carousel2 .pxl-item--holder .wrap-meta .pxl-item--date i,.pxl-post-carousel2 .pxl-item--holder .wrap-meta .item-comment i,.pxl-post-carousel2 .pxl-item--holder .wrap-meta .item-comment a i {
	color: #b24fff;
	padding-right: 10px;
}

.pxl-post-carousel2 .pxl-item--holder .wrap-meta .item-comment a:hover {
	text-decoration: underline;
}

.pxl-post-carousel2 .pxl-item--holder .wrap-meta .pxl-item--date {
	padding-right: 20px;
}

.pxl-post-carousel2 .pxl-item--holder .pxl-item--title {
	padding-top: 8px;
	font-size: 24px;
	font-weight: 400;
	color: var(--secondary-color);
}

.pxl-post-carousel2 .pxl-item--holder .pxl-item--title:hover {
	color: var(--primary-color);
}

.pxl-post-carousel2 .pxl-item--holder .content-excerpt {
	font-size: 16px;
	line-height: 33px;
	color: #70747f;
	font-weight: 500;
}

.pxl-post-carousel2 .pxl-item--readmore {
	padding-top: 6px;
}

.pxl-post-carousel2 .pxl-item--readmore .btn-readmore {
	font-size: 18px;
	font-weight: 400;
	color: var(--secondary-color) !important;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
}

.pxl-post-carousel2 .pxl-item--readmore .btn-readmore i {
	font-size: 24px;
	margin-bottom: -2px;
	padding-left: 7px;
}

.pxl-post-carousel2 .pxl-item--readmore .btn-readmore:hover {
	color: var(--primary-color) !important;
}

.pxl-post-carousel2 .pxl-item--readmore .btn-readmore:hover i {
	animation: pxl_left_right 500ms ease-out;
	color: var(--primary-color);
}

.pxl-post-carousel2 .pxl-swiper-slide:hover .pxl-item--image {
	margin-bottom: -125px;
}

.pxl-post-carousel2 .pxl-swiper-slide:hover .pxl-item--holder {
	box-shadow: rgba(0,0,0,0.09) 0px 3px 12px;
}

.pxl-post-carousel3 .pxl-swiper-wrapper {
	padding-bottom: 10px;
}

.pxl-post-carousel3 .pxl-item--image {
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

.pxl-post-carousel3 .pxl-item--image .wrap-feature {
	overflow: hidden;
}

.pxl-post-carousel3 .pxl-item--inner {
	box-shadow: rgba(149,157,165,0.3) 0px 8px 24px;
	text-align: center;
	background-color: #fff;
}

.pxl-post-carousel3 .pxl-item--holder {
	padding: 60px 20px 15px 20px;
	position: relative;
}

.pxl-post-carousel3 .pxl-item--holder .wrap-meta {
	padding: 15px 20px 13px 20px;
	position: absolute;
	top: -44px;
	left: 30px;
	right: 30px;
	background-color: #fab319;
	align-items: center;
}

@media (max-width: 650px) {
	.pxl-post-carousel3 .pxl-item--holder .wrap-meta {
		left: 20px;
		right: 20px;
	}
}

.pxl-post-carousel3 .pxl-item--holder .wrap-meta .pxl-item--date,.pxl-post-carousel3 .pxl-item--holder .wrap-meta .pxl-item--author,.pxl-post-carousel3 .pxl-item--holder .wrap-meta .pxl-item--author a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
}

.pxl-post-carousel3 .pxl-item--holder .wrap-meta .pxl-item--date i,.pxl-post-carousel3 .pxl-item--holder .wrap-meta .pxl-item--author i,.pxl-post-carousel3 .pxl-item--holder .wrap-meta .pxl-item--author a i {
	color: #fff;
	padding-right: 10px;
}

.pxl-post-carousel3 .pxl-item--holder .wrap-meta .pxl-item--author a:hover {
	text-decoration: underline;
}

.pxl-post-carousel3 .pxl-item--holder .wrap-meta .pxl-item--date {
	padding-top: 5px;
}

.pxl-post-carousel3 .pxl-item--holder .pxl-item--title {
	padding-top: 8px;
	font-size: 24px;
	font-weight: 400;
	color: var(--secondary-color);
}

.pxl-post-carousel3 .pxl-item--holder .pxl-item--title:hover {
	color: var(--primary-color);
}

.pxl-post-carousel3 .pxl-item--holder .content-excerpt {
	font-size: 16px;
	line-height: 33px;
	color: #70747f;
	font-weight: 500;
}

.pxl-post-carousel3 .pxl-item--readmore {
	padding-top: 6px;
}

.pxl-post-carousel3 .pxl-item--readmore .btn-readmore {
	font-size: 18px;
	font-weight: 400;
	color: var(--secondary-color) !important;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
}

.pxl-post-carousel3 .pxl-item--readmore .btn-readmore i {
	font-size: 24px;
	margin-bottom: -2px;
	padding-left: 7px;
}

.pxl-post-carousel3 .pxl-item--readmore .btn-readmore:hover {
	color: var(--primary-color) !important;
}

.pxl-post-carousel3 .pxl-item--readmore .btn-readmore:hover i {
	animation: pxl_left_right 500ms ease-out;
	color: var(--primary-color);
}

.pxl-programs-carousel1 .pxl-swiper-dots .pxl-swiper-pagination-bullet {
	margin: 0 5px;
	background: #b250fe;
}

.pxl-programs-carousel1 .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
	border-radius: 3px;
	margin-top: -3px;
}

.pxl-programs-carousel1 .pxl-item--image {
	width: 100%;
	display: inline-block;
	mask-image: url(../../themes/img/mask-program-carousel.png);
	-webkit-mask-image: url(../../themes/img/mask-program-carousel.png);
	-ms-mask-image: url(../../themes/img/mask-program-carousel.png);
	-o-mask-image: url(../../themes/img/mask-program-carousel);
	-webkit-mask-repeat: no-repeat;
	-ms-mask-repeat: no-repeat;
	-o-mask-repeat: no-repeat;
	-webkit-mask-position: center top;
	-ms-mask-position: center top;
	-o-mask-position: center top;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
	max-height: 260px;
	overflow: hidden;
}

@media (max-width: 991px) {
	.pxl-programs-carousel1 .pxl-item--image {
		-webkit-mask-image: none;
	}
}

.pxl-programs-carousel1 .pxl-item--image img {
	transform: scale(1.1);
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

.pxl-programs-carousel1 .pxl-swiper-arrow {
	height: 85px;
	width: 80px;
	border-radius: 0;
	display: inline-block;
	mask-image: url(../../themes/img/mask-arrow-carousel-next.png);
	-webkit-mask-image: url(../../themes/img/mask-arrow-carousel-next.png);
	-ms-mask-image: url(../../themes/img/mask-arrow-carousel-next.png);
	-o-mask-image: url(../../themes/img/mask-arrow-carousel-next);
	-webkit-mask-repeat: no-repeat;
	-ms-mask-repeat: no-repeat;
	-o-mask-repeat: no-repeat;
	-webkit-mask-position: center top;
	-ms-mask-position: center top;
	-o-mask-position: center top;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
	background: red;
}

@media (max-width: 1450px) {
	.pxl-programs-carousel1 .pxl-swiper-arrow {
		display: none;
	}
}

.pxl-programs-carousel1 .pxl-swiper-arrow i {
	display: none;
}

.pxl-programs-carousel1 .pxl-swiper-arrow:before {
	position: absolute;
	content: '';
	height: 79px;
	width: 80px;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
}

.pxl-programs-carousel1 .pxl-swiper-arrow.pxl-swiper-arrow-next {
	margin-right: -100px;
	opacity: 0;
	background-color: #fab319;
}

.pxl-programs-carousel1 .pxl-swiper-arrow.pxl-swiper-arrow-next:before {
	background-image: url(../../themes/img/arrow-big.png);
}

.pxl-programs-carousel1 .pxl-swiper-arrow.pxl-swiper-arrow-next:hover {
	background-color: #b250fe;
}

.pxl-programs-carousel1 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
	margin-left: -100px;
	opacity: 0;
	background-color: #b250fe;
}

.pxl-programs-carousel1 .pxl-swiper-arrow.pxl-swiper-arrow-prev:before {
	background-image: url(../../themes/img/arrow-big-prev.png);
}

.pxl-programs-carousel1 .pxl-swiper-arrow.pxl-swiper-arrow-prev:hover {
	background-color: #fab319;
}

.pxl-programs-carousel1 .pxl-swiper-slide {
	padding: 15px !important;
}

@media (max-width: 450px) {
	.pxl-programs-carousel1 .pxl-swiper-slide {
		padding: 10px !important;
	}
}

.pxl-programs-carousel1 .pxl-item--holder {
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
	text-align: center;
	margin: 0 auto;
	margin-top: -60px;
	z-index: 2;
	position: relative;
	background-color: #fff;
	padding: 23px 30px 0 30px;
	max-width: 315px;
}

@media (max-width: 450px) {
	.pxl-programs-carousel1 .pxl-item--holder {
		padding: 23px 20px 0 20px;
	}
}

@media (max-width: 1199px) {
	.pxl-programs-carousel1 .pxl-item--holder {
		max-width: 100%;
	}
}

@media (max-width: 991px) {
	.pxl-programs-carousel1 .pxl-item--holder {
		margin-top: -10px;
	}
}

.pxl-programs-carousel1 .pxl-item--holder .pxl-item--title {
	font-size: 24px;
	line-height: 1.3;
	font-weight: 400;
	color: var(--secondary-color);
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
	text-transform: capitalize;
}

@media (max-width: 1199px) {
	.pxl-programs-carousel1 .pxl-item--holder .pxl-item--title {
		text-align: left;
	}
}

.pxl-programs-carousel1 .pxl-item--holder .pxl-item--title a {
	-webkit-transition: all 0.25s linear 0ms;
	-khtml-transition: all 0.25s linear 0ms;
	-moz-transition: all 0.25s linear 0ms;
	-ms-transition: all 0.25s linear 0ms;
	-o-transition: all 0.25s linear 0ms;
	transition: all 0.25s linear 0ms;
}

.pxl-programs-carousel1 .pxl-item--holder .pxl-item--title:hover {
	color: var(--primary-color);
}

.pxl-programs-carousel1 .pxl-item--holder .pxl-item--content .content-excerpt {
	padding-bottom: 20px;
	margin-top: -5px;
	font-size: 16px;
	line-height: 2;
	font-weight: 400;
	color: #70747f;
}

@media (max-width: 1199px) {
	.pxl-programs-carousel1 .pxl-item--holder .pxl-item--content .content-excerpt {
		text-align: left;
	}
}

.pxl-programs-carousel1 .wrap-type-program {
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #eaeaea;
	padding-top: 9px;
}

.pxl-programs-carousel1 .wrap-type-program .type-program {
	list-style-type: none;
	padding-left: 0;
}

.pxl-programs-carousel1 .wrap-type-program .type-program li {
	font-size: 18px;
	font-weight: 400;
	color: var(--secondary-color);
}

.pxl-programs-carousel1 .wrap-type-program .type-program li i {
	width: 20px;
}

.pxl-programs-carousel1 .wrap-type-program .type-program li:not(last-child) {
	padding-bottom: 9px;
}

.pxl-programs-carousel1 .wrap-type-program .type-program .type-age i {
	color: #b75cfe;
}

.pxl-programs-carousel1 .wrap-type-program .type-program .type-class i {
	color: #1ab9ff;
}

.pxl-programs-carousel1 .wrap-type-program .type-program .type-price i {
	color: #fe7162;
}

.pxl-programs-carousel1 .wrap-type-program .type-program .type-time i {
	color: #fab319;
}

.pxl-programs-carousel1 .pxl-swiper-slide:hover .pxl-item--holder {
	margin-top: -70px;
	box-shadow: rgba(17,17,26,0.1) 0px 0px 16px;
}

@media (max-width: 1199px) {
	.pxl-programs-carousel1 .pxl-swiper-slide:hover .pxl-item--holder {
		margin-top: -18px;
	}
}

.pxl-programs-carousel1 .pxl-swiper-slide:hover img {
	transform: scale(1);
}

.pxl-programs-carousel1:hover .pxl-swiper-arrow-prev {
	margin-left: -80px;
	opacity: 1;
}

.pxl-programs-carousel1:hover .pxl-swiper-arrow-next {
	margin-right: -80px;
	opacity: 1;
}

.pxl-classes-carousel1 .pxl-swiper-dots .pxl-swiper-pagination-bullet {
	margin: 0 5px;
	background: #b250fe;
}

.pxl-classes-carousel1 .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
	border-radius: 3px;
	margin-top: -3px;
}

.pxl-classes-carousel1 .pxl-item--image {
	width: 100%;
	display: inline-block;
	mask-image: url(../../themes/img/mask-program-carousel.png);
	-webkit-mask-image: url(../../themes/img/mask-program-carousel.png);
	-ms-mask-image: url(../../themes/img/mask-program-carousel.png);
	-o-mask-image: url(../../themes/img/mask-program-carousel);
	-webkit-mask-repeat: no-repeat;
	-ms-mask-repeat: no-repeat;
	-o-mask-repeat: no-repeat;
	-webkit-mask-position: center top;
	-ms-mask-position: center top;
	-o-mask-position: center top;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
	max-height: 260px;
	overflow: hidden;
}

@media (max-width: 991px) {
	.pxl-classes-carousel1 .pxl-item--image {
		-webkit-mask-image: none;
	}
}

.pxl-classes-carousel1 .pxl-item--image img {
	transform: scale(1.1);
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

.pxl-classes-carousel1 .pxl-swiper-arrow {
	height: 85px;
	width: 80px;
	border-radius: 0;
	display: inline-block;
	mask-image: url(../../themes/img/mask-arrow-carousel-next.png);
	-webkit-mask-image: url(../../themes/img/mask-arrow-carousel-next.png);
	-ms-mask-image: url(../../themes/img/mask-arrow-carousel-next.png);
	-o-mask-image: url(../../themes/img/mask-arrow-carousel-next);
	-webkit-mask-repeat: no-repeat;
	-ms-mask-repeat: no-repeat;
	-o-mask-repeat: no-repeat;
	-webkit-mask-position: center top;
	-ms-mask-position: center top;
	-o-mask-position: center top;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
	background: red;
}

@media (max-width: 1450px) {
	.pxl-classes-carousel1 .pxl-swiper-arrow {
		display: none;
	}
}

.pxl-classes-carousel1 .pxl-swiper-arrow i {
	display: none;
}

.pxl-classes-carousel1 .pxl-swiper-arrow:before {
	position: absolute;
	content: '';
	height: 79px;
	width: 80px;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
}

.pxl-classes-carousel1 .pxl-swiper-arrow.pxl-swiper-arrow-next {
	margin-right: -100px;
	opacity: 0;
	background-color: #fab319;
}

.pxl-classes-carousel1 .pxl-swiper-arrow.pxl-swiper-arrow-next:before {
	background-image: url(../../themes/img/arrow-big.png);
}

.pxl-classes-carousel1 .pxl-swiper-arrow.pxl-swiper-arrow-next:hover {
	background-color: #b250fe;
}

.pxl-classes-carousel1 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
	margin-left: -100px;
	opacity: 0;
	background-color: #b250fe;
}

.pxl-classes-carousel1 .pxl-swiper-arrow.pxl-swiper-arrow-prev:before {
	background-image: url(../../themes/img/arrow-big-prev.png);
}

.pxl-classes-carousel1 .pxl-swiper-arrow.pxl-swiper-arrow-prev:hover {
	background-color: #fab319;
}

.pxl-classes-carousel1 .pxl-swiper-slide {
	padding: 15px !important;
}

@media (max-width: 450px) {
	.pxl-classes-carousel1 .pxl-swiper-slide {
		padding: 10px !important;
	}
}

.pxl-classes-carousel1 .pxl-item--holder {
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
	text-align: center;
	margin: 0 auto;
	margin-top: -60px;
	z-index: 2;
	position: relative;
	background-color: #fff;
	padding: 23px 30px 0 30px;
	max-width: 315px;
}

@media (max-width: 450px) {
	.pxl-classes-carousel1 .pxl-item--holder {
		padding: 23px 20px 0 20px;
	}
}

@media (max-width: 1199px) {
	.pxl-classes-carousel1 .pxl-item--holder {
		max-width: 100%;
	}
}

@media (max-width: 991px) {
	.pxl-classes-carousel1 .pxl-item--holder {
		margin-top: -10px;
	}
}

.pxl-classes-carousel1 .pxl-item--holder .pxl-item--title {
	font-size: 24px;
	line-height: 1.3;
	font-weight: 400;
	color: var(--secondary-color);
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
	text-transform: capitalize;
}

@media (max-width: 1199px) {
	.pxl-classes-carousel1 .pxl-item--holder .pxl-item--title {
		text-align: left;
	}
}

.pxl-classes-carousel1 .pxl-item--holder .pxl-item--title a {
	-webkit-transition: all 0.25s linear 0ms;
	-khtml-transition: all 0.25s linear 0ms;
	-moz-transition: all 0.25s linear 0ms;
	-ms-transition: all 0.25s linear 0ms;
	-o-transition: all 0.25s linear 0ms;
	transition: all 0.25s linear 0ms;
}

.pxl-classes-carousel1 .pxl-item--holder .pxl-item--title:hover {
	color: var(--primary-color);
}

.pxl-classes-carousel1 .pxl-item--holder .pxl-item--content .content-excerpt {
	padding-bottom: 20px;
	margin-top: -5px;
	font-size: 16px;
	line-height: 2;
	font-weight: 400;
	color: #70747f;
}

@media (max-width: 1199px) {
	.pxl-classes-carousel1 .pxl-item--holder .pxl-item--content .content-excerpt {
		text-align: left;
	}
}

.pxl-classes-carousel1 .wrap-type-classes {
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #eaeaea;
	padding-top: 9px;
}

.pxl-classes-carousel1 .wrap-type-classes .type-classes {
	list-style-type: none;
	padding-left: 0;
}

.pxl-classes-carousel1 .wrap-type-classes .type-classes li {
	font-size: 18px;
	font-weight: 400;
	color: var(--secondary-color);
}

.pxl-classes-carousel1 .wrap-type-classes .type-classes li i {
	width: 20px;
}

.pxl-classes-carousel1 .wrap-type-classes .type-classes li:not(last-child) {
	padding-bottom: 9px;
}

.pxl-classes-carousel1 .wrap-type-classes .type-classes .type-age i {
	color: #b75cfe;
}

.pxl-classes-carousel1 .wrap-type-classes .type-classes .type-class i {
	color: #1ab9ff;
}

.pxl-classes-carousel1 .wrap-type-classes .type-classes .type-price i {
	color: #fe7162;
}

.pxl-classes-carousel1 .wrap-type-classes .type-classes .type-time i {
	color: #fab319;
}

.pxl-classes-carousel1 .pxl-swiper-slide:hover .pxl-item--holder {
	margin-top: -70px;
	box-shadow: rgba(17,17,26,0.1) 0px 0px 16px;
}

@media (max-width: 1199px) {
	.pxl-classes-carousel1 .pxl-swiper-slide:hover .pxl-item--holder {
		margin-top: -18px;
	}
}

.pxl-classes-carousel1 .pxl-swiper-slide:hover img {
	transform: scale(1);
}

.pxl-classes-carousel1:hover .pxl-swiper-arrow-prev {
	margin-left: -80px;
	opacity: 1;
}

.pxl-classes-carousel1:hover .pxl-swiper-arrow-next {
	margin-right: -80px;
	opacity: 1;
}

.pxl-image-box1 {
	padding: 50px 30px;
	position: relative;
	text-align: center;
}

@media (max-width: 1300px) {
	.pxl-image-box1 {
		border: 1px solid #eaeaea;
		border-radius: 10px;
	}
}

.pxl-image-box1 .bgr-svg {
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

@media (max-width: 1300px) {
	.pxl-image-box1 .bgr-svg {
		display: none;
	}
}

.pxl-image-box1 .bgr-svg svg {
	fill: #fff;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
	max-width: 370px;
	filter: drop-shadow(3px 5px 25px #000);
	opacity: 0.05;
}

@media (max-width: 1200px) and (min-width: 1300px) {
	.pxl-image-box1 .bgr-svg svg {
		max-width: 330px;
	}
}

.pxl-image-box1 .pxl-item--title {
	padding-top: 30px;
	font-size: 24px;
}

.pxl-image-box1 .pxl-item--description {
	color: #4b5345;
	margin-bottom: 18px;
}

@media screen and (max-width: 991px) {
	.pxl-image-box1 .pxl-item--description {
		font-size: 14px;
	}
}

.pxl-image-box1 .btn-more {
	font-size: 18px;
	color: var(--regular-color);
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pxl-image-box1 .btn-more i {
	padding-left: 10px;
	font-size: 25px;
	line-height: 0;
}

.pxl-image-box1 .btn-more:hover {
	color: var(--primary-color);
}

.pxl-image-box1 .btn-more:hover i {
	color: var(--primary-color);
	animation: ar 400ms linear;
}

.pxl-image-box1 .pxl-item--inner:hover svg {
	opacity: 0.1;
}

.pxl-image-box1 .pxl-item--inner:hover img {
	animation: pxl_move1 3000ms linear infinite;
}

.pxl-image-box2 .pxl-item--inner {
	display: flex;
	align-items: center;
}

.pxl-image-box2 .pxl-item--title {
	margin-bottom: -3px;
}

.pxl-image-box2 .pxl-item--holder {
	padding-left: 20px;
}

.pxl-image-box3 {
	filter: drop-shadow(0px 0px -2px var(--primary-color));
	-webkit-transition: 100ms all linear 0ms;
	-khtml-transition: 100ms all linear 0ms;
	-moz-transition: 100ms all linear 0ms;
	-ms-transition: 100ms all linear 0ms;
	-o-transition: 100ms all linear 0ms;
	transition: 100ms all linear 0ms;
	position: relative;
	-webkit-transition: 300ms linear 100ms;
	-khtml-transition: 300ms linear 100ms;
	-moz-transition: 300ms linear 100ms;
	-ms-transition: 300ms linear 100ms;
	-o-transition: 300ms linear 100ms;
	transition: 300ms linear 100ms;
}

.pxl-image-box3 .pxl-item--inner {
	padding: 50px 30px;
	position: relative;
	text-align: center;
	mask-image: url(../../themes/img/mask-fcb.png);
	-webkit-mask-image: url(../../themes/img/mask-fcb.png);
	-ms-mask-image: url(../../themes/img/mask-fcb.png);
	-o-mask-image: url(../../themes/img/mask-fcb.png);
	-webkit-mask-repeat: no-repeat;
	-ms-mask-repeat: no-repeat;
	-o-mask-repeat: no-repeat;
	-webkit-mask-position: center top;
	-ms-mask-position: center top;
	background-color: #fff;
	-o-mask-position: center top;
	border: 2px solid transparent;
	-webkit-transition: 200ms all linear 0ms;
	-khtml-transition: 200ms all linear 0ms;
	-moz-transition: 200ms all linear 0ms;
	-ms-transition: 200ms all linear 0ms;
	-o-transition: 200ms all linear 0ms;
	transition: 200ms all linear 0ms;
}

@media (max-width: 1300px) {
	.pxl-image-box3 .pxl-item--inner {
		-webkit-mask-image: none;
	}
}

.pxl-image-box3 .pxl-item--inner:before {
	position: absolute;
	-webkit-transition: 300ms linear 0ms;
	-khtml-transition: 300ms linear 0ms;
	-moz-transition: 300ms linear 0ms;
	-ms-transition: 300ms linear 0ms;
	-o-transition: 300ms linear 0ms;
	transition: 300ms linear 0ms;
	content: '';
	background-image: url(../../themes/img/bg-fcb.png);
	width: 100%;
	top: -2px;
	left: 1px;
	opacity: 0;
	height: 100%;
	z-index: 0;
	background-repeat: no-repeat;
}

@media (max-width: 1300px) {
	.pxl-image-box3 .pxl-item--inner:before {
		background-image: none;
	}
}

.pxl-image-box3 .pxl-item--title {
	padding-top: 30px;
	position: relative;
	font-size: 20px;
	color: var(--secondary-color);
	font-weight: 400;
}

.pxl-image-box3 .pxl-item--description {
	color: #70747f;
	font-family: 'Mulish';
	position: relative;
	margin-bottom: 18px;
}

@media screen and (max-width: 991px) {
	.pxl-image-box3 .pxl-item--description {
		font-size: 16px;
	}
}

.pxl-image-box3 .btn-more {
	position: relative;
	font-size: 18px;
	color: var(--secondary-color);
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pxl-image-box3 .btn-more i {
	padding-left: 10px;
	font-size: 25px;
	line-height: 0;
}

.pxl-image-box3 .btn-more:hover {
	color: var(--primary-color);
}

.pxl-image-box3 .btn-more:hover i {
	color: var(--primary-color);
	animation: ar 300ms ease-out;
}

.pxl-image-box3 .pxl-item--inner:hover svg {
	opacity: 0.1;
}

.pxl-image-box3 .pxl-item--inner:hover img {
	animation: pxl_move1 3000ms ease-out infinite;
}

.pxl-image-box3:hover {
	filter: drop-shadow(6px 6px 0px var(--primary-color));
}

.pxl-image-box3:hover .pxl-item--inner:before {
	opacity: 1;
}

.pxl-image-box3:hover .pxl-item--inner {
	border-color: var(--primary-color);
}

.pxl-image-box3.style2 {
	filter: drop-shadow(0px 0px 0px var(--primary-color)) !important;
}

.pxl-image-box3.style2 .pxl-item--inner {
	border: none;
}

.pxl-image-box3.style2 .pxl-item--inner:before {
	position: relative !important;
}

.pxl-image-box3.style2:hover {
	transform: translateY(-10px);
}

.pxl-image-box4 .pxl-item--inner {
	padding: 40px 20px;
	position: relative;
}

.pxl-image-box4 .pxl-item--inner:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: skew(-10deg);
	background-color: #fff;
	box-shadow: rgba(0,0,0,0.15) 0px 10px 15px;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

@media (max-width: 1250px) {
	.pxl-image-box4 .pxl-item--inner:before {
		transform: skew(0deg);
	}
}

.pxl-image-box4 .pxl-item--inner .pxl-item--image {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
	width: 130px;
	transform: skew(-10deg);
}

@media (max-width: 1250px) {
	.pxl-image-box4 .pxl-item--inner .pxl-item--image {
		transform: skew(0deg);
	}
}

.pxl-image-box4 .pxl-item--inner .pxl-item--image img {
	transform: skew(10deg);
}

@media (max-width: 1250px) {
	.pxl-image-box4 .pxl-item--inner .pxl-item--image img {
		transform: skew(0deg);
	}
}

.pxl-image-box4 .pxl-item--inner .pxl-item--step {
	color: #d5d8e1;
	position: relative;
	font-size: 72px;
	font-weight: 400;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
	margin: 15px 0 15px -15px;
	line-height: 72px;
}

@media (max-width: 1250px) {
	.pxl-image-box4 .pxl-item--inner .pxl-item--step {
		margin: 15px 0;
	}
}

.pxl-image-box4 .pxl-item--inner .pxl-item--title {
	color: var(--secondary-color);
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	margin-left: -13px;
}

@media (max-width: 1250px) {
	.pxl-image-box4 .pxl-item--inner .pxl-item--title {
		margin-left: 0px;
	}
}

.pxl-image-box4 .pxl-item--inner .pxl-item--description {
	position: relative;
	color: #70747f;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	margin-left: -13px;
}

@media (max-width: 1250px) {
	.pxl-image-box4 .pxl-item--inner .pxl-item--description {
		margin-left: 0px;
	}
}

.pxl-image-box4 .pxl-item--inner:hover .pxl-item--step {
	color: var(--secondary-color);
}

.pxl-image-box4 .pxl-item--inner:hover .pxl-item--image {
	width: 100%;
}

.pxl-image-box4 .pxl-item--inner:hover:before {
	box-shadow: rgba(0,0,0,0.3) 0px 10px 25px;
}

.pxl-accordion .pxl-item-accordion {
	margin-bottom: 0;
	cursor: pointer;
}

.pxl-accordion .pxl-item--content {
	display: none;
}

.pxl-accordion .pxl-icon--plus {
	font-style: normal;
}

.pxl-accordion1 .pxl-item-accordion {
	font-size: 20px;
	color: #fff;
	position: relative;
	padding: 23px 0;
	margin-bottom: 0 !important;
	border-bottom: 1px solid #394a77;
	font-weight: 400;
	line-height: 1.3;
	width: 100%;
}

.pxl-accordion1 .pxl-icon--plus {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.pxl-accordion1 .pxl-item--content {
	color: #4b5345;
	line-height: 1.75;
	margin-bottom: 27px;
}

@media screen and (max-width: 1199px) {
	.pxl-accordion1 .pxl-item--content {
		padding-left: 0;
		padding-right: 0;
	}
}

.pxl-accordion1 .pxl--item {
	margin-bottom: 0px !important;
}

.pxl-accordion1 .pxl--item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.pxl-accordion1 .pxl--item.active .pxl-icon--plus:after {
	-webkit-transform: rotate(90deg);
	-khtml-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.pxl-accordion1 .pxl--item.active .pxl-item-accordion {
	margin-bottom: 23px !important;
}

.pxl-accordion1.style2 .pxl-item-accordion {
	font-size: 20px;
	border-radius: 5px;
	color: #fff;
	font-weight: 400;
	background-color: var(--secondary-color);
	border: none;
	padding: 14px 30px 14px 27px;
	margin-bottom: 0 !important;
}

.pxl-accordion1.style2 .pxl-item--content {
	padding: 17px 30px;
	border-radius: 0 0 5px 5px;
	box-shadow: rgba(17,17,26,0.1) 0px 4px 16px,rgba(17,17,26,0.05) 0px 8px 32px;
	margin-bottom: 15px;
}

.pxl-accordion1.style2 .pxl--item {
	margin-bottom: 15px !important;
}

.pxl-accordion1.style2 .pxl--item.active .pxl-item-accordion {
	background-color: var(--regular-color);
	border-radius: 5px 5px 0 0;
	margin-bottom: 0px !important;
}

.pxl-accordion1.style2 .pxl-icon--plus {
	right: 25px;
}

.pxl-accordion1.style2 .pxl-icon--plus:before,.pxl-accordion1.style2 .pxl-icon--plus:after {
	background-color: #fff;
}

.pxl-accordion1.style3 .pxl-icon--plus {
	width: 32px;
	height: 32px;
	border-radius: 32px;
	background-image: -webkit-linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	background-image: -moz-linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	background-image: -ms-linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	background-image: -o-linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	background-image: linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	filter: progid:dximagetransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)',endcolorstr='var(--gradient-color-to) 50%');
	right: auto;
	left: 34px;
}

.pxl-accordion1.style3 .pxl-icon--plus:before,.pxl-accordion1.style3 .pxl-icon--plus:after {
	background-color: #fff;
}

.pxl-accordion1.style3 .pxl-icon--plus:before {
	top: 15px;
	left: 11px;
}

.pxl-accordion1.style3 .pxl-icon--plus:after {
	top: 11px;
	left: 15px;
}

.pxl-accordion1.style3 .pxl-item-accordion {
	font-size: 22px;
	color: #020033;
	font-weight: 600;
	padding: 28px 20px 28px 87px;
}

@media screen and (max-width: 1199px) {
	.pxl-accordion1.style3 .pxl-item-accordion {
		font-size: 20px;
	}
}

.pxl-accordion1.style3 .pxl-item--content {
	margin: 0;
	padding: 3px 34px 38px 34px;
	font-size: 18px;
	line-height: 1.55556;
}

@media screen and (max-width: 767px) {
	.pxl-accordion1.style3 .pxl-item--content {
		font-size: 16px;
	}
}

.pxl-accordion1.style3 .pxl--item {
	margin-bottom: 12px;
	padding: 0;
	background-color: #fff;
	-webkit-border-radius: 42px;
	-khtml-border-radius: 42px;
	-moz-border-radius: 42px;
	-ms-border-radius: 42px;
	-o-border-radius: 42px;
	border-radius: 42px;
	border: none;
	-webkit-transition: all 0.25s linear;
	-khtml-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.pxl-accordion1.style3 .pxl--item.active {
	background-image: -webkit-linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	background-image: -moz-linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	background-image: -ms-linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	background-image: -o-linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	background-image: linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	filter: progid:dximagetransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)',endcolorstr='var(--gradient-color-to) 50%');
}

.pxl-accordion1.style3 .pxl--item.active .pxl-item-accordion,.pxl-accordion1.style3 .pxl--item.active .pxl-item--content {
	color: #fff;
}

.pxl-tabs .pxl-item--title {
	cursor: pointer;
	-webkit-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-khtml-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-moz-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-ms-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-o-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
}

.pxl-tabs .pxl-item--content {
	display: none;
}

.pxl-tabs .elementor-section.elementor-section-stretched {
	width: auto !important;
	left: 0 !important;
}

.pxl-tabs .pxl-tabs--elementor {
	margin: 0 -15px;
}

.pxl-tabs.tab-effect-fade .pxl-item--content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100% !important;
	display: block !important;
	opacity: 0 !important;
	visibility: hidden;
	-webkit-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-khtml-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-moz-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-ms-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-o-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
}

.pxl-tabs.tab-effect-fade .pxl-item--content.active {
	position: static;
	opacity: 1 !important;
	visibility: visible;
}

.pxl-tabs.tab-effect-fade .pxl-tabs--content {
	position: relative;
}

.pxl-tabs1.style-round-box .wrap-title {
	display: flex;
	justify-content: start;
	padding-bottom: 32px;
}

.pxl-tabs1.style-round-box .wrap-title i {
	display: none;
}

.pxl-tabs1.style-round-box .pxl-tabs--title {
	padding: 25px 0;
	border-radius: 10px;
}

.pxl-tabs1.style-round-box .pxl-tabs--title .pxl-item--title {
	background-color: #fff;
	padding: 11px 35px;
	border-radius: 3px;
	color: var(--secondary-color);
}

@media (max-width: 767px) {
	.pxl-tabs1.style-round-box .pxl-tabs--title .pxl-item--title {
		padding: 9px 20px;
	}
}

@media (max-width: 450px) {
	.pxl-tabs1.style-round-box .pxl-tabs--title .pxl-item--title {
		padding: 5px 15px;
	}
}

.pxl-tabs1.style-round-box .pxl-tabs--title .pxl-item--title.active,.pxl-tabs1.style-round-box .pxl-tabs--title .pxl-item--title:hover {
	color: #fff;
	background-color: #fab319;
}

.pxl-tabs1.style-round-box .pxl-item-accordion {
	margin-bottom: 20px;
	display: inline-flex;
}

.pxl-tabs1.style-round-box .pxl-item--title {
	cursor: pointer;
	display: inline-block;
	line-height: 38px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	margin-right: 14px;
	margin-top: 14px;
	position: relative;
	z-index: 1;
}

.pxl-tabs1.style-round-box .pxl-item--title.active,.pxl-tabs1.style-round-box .pxl-item--title:hover {
	color: #fff;
}

.pxl-tabs1.style-round-box .pxl-item--title:last-child {
	margin-right: 0px !important;
}

.pxl-tabs1.style-round-box .pxl-item--content {
	font-size: 17px;
	color: #7b7b7b;
	line-height: 1.647;
}

.pxl-tabs1.style-text-gradient .pxl-item-accordion {
	width: 200px;
	min-width: 200px;
	margin-right: 20px;
}

.pxl-tabs1.style-text-gradient .pxl-item-accordion .pxl-item--title {
	display: inline-block;
	font-size: 20px;
	white-space: nowrap;
	color: #000;
	font-weight: 700;
	position: relative;
	z-index: 1;
	line-height: 42px;
	padding-right: 3px;
	margin: 5px 0px;
}

.pxl-tabs1.style-text-gradient .pxl-item-accordion .pxl-item--title:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	z-index: -1;
	-webkit-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-khtml-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-moz-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-ms-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-o-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-webkit-border-radius: 42px;
	-khtml-border-radius: 42px;
	-moz-border-radius: 42px;
	-ms-border-radius: 42px;
	-o-border-radius: 42px;
	border-radius: 42px;
	opacity: 0;
}

.pxl-tabs1.style-text-gradient .pxl-item-accordion .pxl-item--title.active:before {
	left: 22px;
	opacity: 1;
}

.pxl-tabs1.style-text-gradient .pxl-item-accordion .pxl-item--title+.pxl-item--title {
	margin-top: 14px;
}

@media screen and (max-width: 1199px) {
	.pxl-tabs1.style-text-gradient .pxl-item-accordion {
		width: 100%;
		margin: 0 0 30px;
		text-align: center;
	}

	.pxl-tabs1.style-text-gradient .pxl-item-accordion br {
		display: none;
	}

	.pxl-tabs1.style-text-gradient .pxl-item-accordion .pxl-item--title {
		padding: 0 20px;
	}

	.pxl-tabs1.style-text-gradient .pxl-item-accordion .pxl-item--title.active:before {
		left: 0;
		right: 0;
	}
}

.pxl-tabs1.style-text-gradient .pxl-tabs--content {
	flex-grow: 1;
}

.pxl-tabs1.style-text-gradient .pxl-tabs--inner {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

@media screen and (max-width: 1199px) {
	.pxl-tabs1.style-text-gradient .pxl-tabs--inner {
		display: block;
	}
}

.pxl-tabs1.style-button-set .wrap-title {
	display: flex;
	justify-content: end;
	padding-bottom: 32px;
}

@media (max-width: 767px) {
	.pxl-tabs1.style-button-set .wrap-title {
		justify-content: start;
	}
}

.pxl-tabs1.style-button-set .wrap-title i {
	font-size: 20px;
}

.pxl-tabs1.style-button-set .pxl-tabs--title {
	background-color: #fcf9f4;
	padding: 25px;
	border-radius: 10px;
}

.pxl-tabs1.style-button-set .pxl-tabs--title .pxl-item--title {
	background-color: #fff;
	padding: 11px 35px;
	border-radius: 3px;
	color: var(--secondary-color);
}

@media (max-width: 1024px) {
	.pxl-tabs1.style-button-set .pxl-tabs--title .pxl-item--title {
		padding: 9px 18px;
		font-size: 14px;
	}
}

@media (max-width: 450px) {
	.pxl-tabs1.style-button-set .pxl-tabs--title .pxl-item--title {
		padding: 5px 15px;
	}
}

.pxl-tabs1.style-button-set .pxl-tabs--title .pxl-item--title span {
	display: flex;
	align-items: center;
}

.pxl-tabs1.style-button-set .pxl-tabs--title .pxl-item--title span i {
	padding-left: 10px;
}

.pxl-tabs1.style-button-set .pxl-tabs--title .pxl-item--title.active,.pxl-tabs1.style-button-set .pxl-tabs--title .pxl-item--title:hover {
	color: #fff;
	background-color: #fab319;
}

.pxl-tabs1.style-button-set .pxl-item-accordion {
	margin-bottom: 20px;
	display: inline-flex;
}

.pxl-tabs1.style-button-set .pxl-item--title {
	cursor: pointer;
	display: inline-block;
	line-height: 38px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	margin-right: 14px;
	position: relative;
	z-index: 1;
}

.pxl-tabs1.style-button-set .pxl-item--title.active,.pxl-tabs1.style-button-set .pxl-item--title:hover {
	color: #fff;
}

.pxl-tabs1.style-button-set .pxl-item--title:last-child {
	margin-right: 0px !important;
}

.pxl-tabs1.style-button-set .pxl-item--content {
	font-size: 17px;
	color: #7b7b7b;
	line-height: 1.647;
}

.tt_navigation_cell {
	width: 100%;
	display: flex;
	justify-content: center;
	background-image: url(../../themes/img/bg-timetable.png);
	background-position: center;
	background-size: cover;
	padding: 77px 20px;
	margin: 0 !important;
}

@media (max-width: 1250px) {
	.tt_navigation_cell {
		background-image: none;
		background-color: #2b3c6b;
		padding: 50px 20px;
	}
}

@media (max-width: 991px) {
	.tt_navigation_cell {
		padding: 30px 20px;
	}
}

@media (max-width: 480px) {
	.tt_navigation_cell {
		padding: 30px 15px;
	}
}

.tt_navigation_cell .tt_tabs_navigation li {
	margin: 10px !important;
}

.tt_navigation_cell .tt_tabs_navigation li a {
	border-radius: 5px;
	color: #fff !important;
	border: 1px solid #fff !important;
	font-size: 20px !important;
	padding: 12px 30px !important;
	transition: 0.3s !important;
}

.tt_navigation_cell .tt_tabs_navigation li a:hover {
	background-color: var(--primary-color);
}

@media (max-width: 575px) {
	.tt_navigation_cell .tt_tabs_navigation li a {
		padding: 8px 20px !important;
		font-size: 16px !important;
	}
}

@media (max-width: 480px) {
	.tt_navigation_cell .tt_tabs_navigation li a {
		padding: 8px 18px !important;
		font-size: 15px !important;
	}
}

.tt_tabs>.ui-tabs-panel {
	margin-top: -73px;
	background-color: #fcf9f4;
	padding: 115px !important;
}

@media (max-width: 1200px) {
	.tt_tabs>.ui-tabs-panel {
		padding: 115px 70px !important;
	}
}

@media (max-width: 991px) {
	.tt_tabs>.ui-tabs-panel {
		padding: 115px 10px !important;
	}
}

@media (max-width: 767px) {
	.tt_tabs>.ui-tabs-panel {
		padding: 75px 10px 55px 10px !important;
	}
}

.pxl-progressbar-1 .pxl--progressbar {
	height: 10px;
	position: relative;
	width: 0;
	-webkit-transition: width 1.4s ease;
	-khtml-transition: width 1.4s ease;
	-moz-transition: width 1.4s ease;
	-ms-transition: width 1.4s ease;
	-o-transition: width 1.4s ease;
	transition: width 1.4s ease;
	background-color: var(--gradient-color-from);
	background-image: -webkit-gradient(linear,right top,left top,from(var(--gradient-color-from)),to(var(--gradient-color-to)));
	background-image: -webkit-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	background-image: -moz-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	background-image: -ms-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	background-image: -o-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	background-image: linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
	filter: progid:dximagetransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)',endcolorstr='var(--gradient-color-to)',gradienttype='1');
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	top: 5px;
}

.pxl-progressbar-1 .pxl--holder {
	background-color: #f4f4f4;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	height: 10px;
}

.pxl-progressbar-1 .pxl--percentage {
	font-size: 15px;
	font-weight: 500;
	color: #382c4d;
}

.pxl-progressbar-1 .pxl--title {
	font-weight: 500;
	font-size: 16px;
	color: #382c4d;
	flex-grow: 1;
	margin-right: 20px;
	margin-bottom: 0;
}

.pxl-progressbar-1 .pxl--meta {
	margin-bottom: 7px;
}

.pxl-progressbar-1 .pxl--item+.pxl--item {
	margin-top: 28px;
}

.pxl-progressbar-2 .pxl-item--icon {
	width: 46px;
	height: 46px;
	-webkit-border-radius: 46px;
	-khtml-border-radius: 46px;
	-moz-border-radius: 46px;
	-ms-border-radius: 46px;
	-o-border-radius: 46px;
	border-radius: 46px;
	background-image: -webkit-linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	background-image: -moz-linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	background-image: -ms-linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	background-image: -o-linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	background-image: linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	filter: progid:dximagetransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)',endcolorstr='var(--gradient-color-to) 50%');
	font-size: 20px;
	color: #fff;
	min-width: 46px;
	margin-top: 3px;
	margin-right: 10px;
}

.pxl-progressbar-2 .pxl--progressbar {
	height: 13px;
	position: relative;
	width: 0;
	-webkit-transition: width 1.4s ease;
	-khtml-transition: width 1.4s ease;
	-moz-transition: width 1.4s ease;
	-ms-transition: width 1.4s ease;
	-o-transition: width 1.4s ease;
	transition: width 1.4s ease;
	background-image: -webkit-linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	background-image: -moz-linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	background-image: -ms-linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	background-image: -o-linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	background-image: linear-gradient(60deg,var(--gradient-color-from),var(--gradient-color-to) 50%);
	filter: progid:dximagetransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)',endcolorstr='var(--gradient-color-to) 50%');
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.pxl-progressbar-2 .pxl--holder {
	background-color: rgba(0,0,0,0.13);
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	height: 13px;
}

.pxl-progressbar-2 .pxl--percentage {
	font-size: 18px;
	font-weight: 500;
	color: #382c4d;
}

.pxl-progressbar-2 .pxl--title {
	font-weight: 500;
	font-size: 18px;
	color: #382c4d;
	flex-grow: 1;
	margin-right: 20px;
	margin-bottom: 0;
}

.pxl-progressbar-2 .pxl--meta {
	margin-bottom: 7px;
}

.pxl-progressbar-2 .pxl--item {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.pxl-progressbar-2 .pxl--item .pxl--bottom {
	flex-grow: 1;
}

.pxl-progressbar-2 .pxl--item+.pxl--item {
	margin-top: 25px;
}

.pxl-team-carousel1 {
	max-height: 370px;
}

@media (max-width: 575px) {
	.pxl-team-grid1 .pxl-item--inner,.pxl-team-carousel1 .pxl-item--inner {
		max-width: 340px;
		margin: 0 auto;
	}
}

.pxl-team-grid1 .pxl-grid-item,.pxl-team-carousel1 .pxl-grid-item,.pxl-team-grid1 .pxl-swiper-slide,.pxl-team-carousel1 .pxl-swiper-slide {
	padding: 0 10px;
	margin-bottom: 60px;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

.pxl-team-grid1 .pxl-grid-item:hover .pxl-item--social,.pxl-team-carousel1 .pxl-grid-item:hover .pxl-item--social,.pxl-team-grid1 .pxl-swiper-slide:hover .pxl-item--social,.pxl-team-carousel1 .pxl-swiper-slide:hover .pxl-item--social {
	max-height: 200px;
	opacity: 1;
}

.pxl-team-grid1 .pxl-grid-item:hover .pxl-item--meta,.pxl-team-carousel1 .pxl-grid-item:hover .pxl-item--meta,.pxl-team-grid1 .pxl-swiper-slide:hover .pxl-item--meta,.pxl-team-carousel1 .pxl-swiper-slide:hover .pxl-item--meta {
	padding: 130px 20px 41px 20px;
}

.pxl-team-grid1 .pxl-grid-item .pxl-item--image,.pxl-team-carousel1 .pxl-grid-item .pxl-item--image,.pxl-team-grid1 .pxl-swiper-slide .pxl-item--image,.pxl-team-carousel1 .pxl-swiper-slide .pxl-item--image {
	max-width: 210px;
	margin: auto;
	margin-bottom: -102px;
}

.pxl-team-grid1 .pxl-grid-item .pxl-item--meta,.pxl-team-carousel1 .pxl-grid-item .pxl-item--meta,.pxl-team-grid1 .pxl-swiper-slide .pxl-item--meta,.pxl-team-carousel1 .pxl-swiper-slide .pxl-item--meta {
	text-align: center;
	position: relative;
	padding: 130px 20px 11px 20px;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

.pxl-team-grid1 .pxl-grid-item .pxl-item--meta:before,.pxl-team-carousel1 .pxl-grid-item .pxl-item--meta:before,.pxl-team-grid1 .pxl-swiper-slide .pxl-item--meta:before,.pxl-team-carousel1 .pxl-swiper-slide .pxl-item--meta:before {
	background-color: #fe7162;
	z-index: -1;
	position: absolute;
	content: '';
	width: 100%;
	height: 40%;
	top: 0;
	left: 0;
	display: inline-block;
	mask-image: url(../../themes/img/mask-team.png);
	-webkit-mask-image: url(../../themes/img/mask-team.png);
	-ms-mask-image: url(../../themes/img/mask-team.png);
	-o-mask-image: url(../../themes/img/mask-team);
	-webkit-mask-repeat: no-repeat;
	-ms-mask-repeat: no-repeat;
	-o-mask-repeat: no-repeat;
	-webkit-mask-position: left top;
	-ms-mask-position: left top;
	-o-mask-position: left top;
	background-color: #fe7162;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

@media (max-width: 1024px) {
	.pxl-team-grid1 .pxl-grid-item .pxl-item--meta:before,.pxl-team-carousel1 .pxl-grid-item .pxl-item--meta:before,.pxl-team-grid1 .pxl-swiper-slide .pxl-item--meta:before,.pxl-team-carousel1 .pxl-swiper-slide .pxl-item--meta:before {
		-webkit-mask-image: none;
		border-radius: 5px 5px 0 0;
	}
}

.pxl-team-grid1 .pxl-grid-item .pxl-item--meta:after,.pxl-team-carousel1 .pxl-grid-item .pxl-item--meta:after,.pxl-team-grid1 .pxl-swiper-slide .pxl-item--meta:after,.pxl-team-carousel1 .pxl-swiper-slide .pxl-item--meta:after {
	background-color: #fe7162;
	position: absolute;
	content: '';
	z-index: -1;
	width: 100%;
	height: 61%;
	bottom: 0;
	left: 0;
	display: inline-block;
	mask-image: url(../../themes/img/mask-team.png);
	-webkit-mask-image: url(../../themes/img/mask-team.png);
	-ms-mask-image: url(../../themes/img/mask-team.png);
	-o-mask-image: url(../../themes/img/mask-team);
	-webkit-mask-repeat: no-repeat;
	-ms-mask-repeat: no-repeat;
	-o-mask-repeat: no-repeat;
	-webkit-mask-position: left bottom;
	-ms-mask-position: left bottom;
	-o-mask-position: left bottom;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

@media (max-width: 1024px) {
	.pxl-team-grid1 .pxl-grid-item .pxl-item--meta:after,.pxl-team-carousel1 .pxl-grid-item .pxl-item--meta:after,.pxl-team-grid1 .pxl-swiper-slide .pxl-item--meta:after,.pxl-team-carousel1 .pxl-swiper-slide .pxl-item--meta:after {
		-webkit-mask-image: none;
		border-radius: 0 0 5px 5px;
	}
}

.pxl-team-grid1 .pxl-item--title,.pxl-team-carousel1 .pxl-item--title {
	margin-bottom: 7px;
	font-size: 20px;
	position: relative;
	z-index: 2;
	font-weight: 400;
	color: #fff;
}

.pxl-team-grid1 .pxl-item--position,.pxl-team-carousel1 .pxl-item--position {
	font-style: 16px;
	font-family: 'Mulish';
	font-weight: 600;
	color: #fff;
	line-height: 1.2;
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
}

.pxl-team-grid1 .pxl-item--social,.pxl-team-carousel1 .pxl-item--social {
	max-height: 0px;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
	opacity: 0;
	overflow: hidden;
}

.pxl-team-grid1 .pxl-item--social a,.pxl-team-carousel1 .pxl-item--social a {
	display: inline-flex;
	width: 37px;
	height: 37px;
	border-radius: 100px;
	justify-content: center;
	align-items: center;
	position: relative;
	color: #fff;
	margin: 0 3px;
}

.pxl-team-grid1 .pxl-item--social a i,.pxl-team-carousel1 .pxl-item--social a i {
	position: relative;
	z-index: 2;
}

.pxl-team-grid1 .pxl-item--social a:after,.pxl-team-carousel1 .pxl-item--social a:after {
	z-index: 1;
	position: absolute;
	content: '';
	background-color: #fff;
	opacity: 0.2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

.pxl-team-grid1 .pxl-item--social a:hover,.pxl-team-carousel1 .pxl-item--social a:hover {
	color: var(--regular-color);
}

.pxl-team-grid1 .pxl-item--social a:hover:after,.pxl-team-carousel1 .pxl-item--social a:hover:after {
	opacity: 1;
}

.p-0 p {
	margin-bottom: 0px;
}

.pxl-team-carousel2 .pxl-item--inner2 {
	border-radius: 300px 300px 0 0;
	padding: 20px 0px 30px 0px;
	text-align: center;
}

@media (max-width: 991px) {
	.pxl-team-carousel2 .pxl-item--inner2 {
		border-radius: 10px;
	}
}

.pxl-team-carousel2 .pxl-item--inner2 .pxl-item--image {
	position: relative;
	min-width: 225px;
	width: 225px;
	height: 225px;
	border-radius: 200px;
	overflow: hidden;
	margin: 0 auto;
}

.pxl-team-carousel2 .pxl-item--inner2 .pxl-item--image img {
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

.pxl-team-carousel2 .pxl-item--inner2 .pxl-item--image img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.pxl-team-carousel2 .pxl-item--inner2:hover img:nth-child(1) {
	opacity: 0;
}

.pxl-team-carousel2 .pxl-item--inner2:hover img:nth-child(2) {
	opacity: 1;
}

.pxl-team-carousel2 .pxl-item--inner2 .pxl-item--title {
	margin-bottom: 7px;
	padding-top: 25px;
	font-size: 24px;
	position: relative;
	z-index: 2;
	font-weight: 400;
	color: #fff;
}

.pxl-team-carousel2 .pxl-item--inner2 .pxl-item--position {
	font-style: 16px;
	font-family: 'Mulish';
	font-weight: 600;
	color: #fff;
	line-height: 1.2;
	position: relative;
	z-index: 2;
	margin-bottom: 30px;
}

.pxl-team-carousel2 .pxl-item--inner2 .pxl-item--social {
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
	overflow: hidden;
}

.pxl-team-carousel2 .pxl-item--inner2 .pxl-item--social a {
	display: inline-flex;
	width: 37px;
	height: 37px;
	border-radius: 100px;
	justify-content: center;
	align-items: center;
	position: relative;
	color: #fff;
	margin: 0 3px;
}

.pxl-team-carousel2 .pxl-item--inner2 .pxl-item--social a i {
	position: relative;
	z-index: 2;
}

.pxl-team-carousel2 .pxl-item--inner2 .pxl-item--social a:after {
	z-index: 1;
	position: absolute;
	content: '';
	background-color: #fff;
	opacity: 0.2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

.pxl-team-carousel2 .pxl-item--inner2 .pxl-item--social a:hover {
	color: var(--regular-color);
}

.pxl-team-carousel2 .pxl-item--inner2 .pxl-item--social a:hover:after {
	opacity: 1;
}

.pxl-pricing1 {
	padding: 48px 45px;
	position: relative;
}

@media (max-width: 480px) {
	.pxl-pricing1 {
		padding: 25px;
	}
}

.pxl-pricing1 .item--star {
	position: absolute;
	padding: 5px 10px;
	background-color: #fff;
	top: -10px;
	border-radius: 5px;
	right: 20px;
}

.pxl-pricing1 .item--star i {
	color: #fab319;
}

.pxl-pricing1:before {
	z-index: -1;
	position: absolute;
	content: '';
	width: 100%;
	background-color: var(--regular-color);
	height: 50%;
	top: 0;
	left: 0;
	display: inline-block;
	mask-image: url(../../themes/img/mask-pricing.png);
	-webkit-mask-image: url(../../themes/img/mask-pricing.png);
	-ms-mask-image: url(../../themes/img/mask-pricing.png);
	-o-mask-image: url(../../themes/img/mask-pricing.png);
	-webkit-mask-repeat: no-repeat;
	-ms-mask-repeat: no-repeat;
	-o-mask-repeat: no-repeat;
	-webkit-mask-position: center top;
	-ms-mask-position: center top;
	-o-mask-position: center top;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

@media (max-width: 1024px) {
	.pxl-pricing1:before {
		-webkit-mask-image: none;
	}
}

.pxl-pricing1:after {
	position: absolute;
	content: '';
	z-index: -1;
	width: 100%;
	height: 80%;
	background-color: var(--regular-color);
	bottom: 0;
	left: 0;
	display: inline-block;
	mask-image: url(../../themes/img/mask-pricing.png);
	-webkit-mask-image: url(../../themes/img/mask-pricing.png);
	-ms-mask-image: url(../../themes/img/mask-pricing.png);
	-o-mask-image: url(../../themes/img/mask-pricing.png);
	-webkit-mask-repeat: no-repeat;
	-ms-mask-repeat: no-repeat;
	-o-mask-repeat: no-repeat;
	-webkit-mask-position: center bottom;
	-ms-mask-position: center bottom;
	-o-mask-position: center bottom;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

@media (max-width: 1024px) {
	.pxl-pricing1:after {
		-webkit-mask-image: none;
	}
}

.pxl-pricing1 .pxl-item--title {
	font-size: 24px;
	position: relative;
	margin-top: -2px;
	margin-bottom: 12px;
}

.pxl-pricing1 .pxl-item--title span {
	color: #fff;
}

@media screen and (max-width: 991px) {
	.pxl-pricing1 .pxl-item--title {
		font-size: 20px;
	}
}

.pxl-pricing1 .pxl-item--subtitle {
	font-family: 'Mulish';
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 23px;
	position: relative;
	-webkit-transition: 300ms all linear 0ms;
	-khtml-transition: 300ms all linear 0ms;
	-moz-transition: 300ms all linear 0ms;
	-ms-transition: 300ms all linear 0ms;
	-o-transition: 300ms all linear 0ms;
	transition: 300ms all linear 0ms;
}

.pxl-pricing1 .pxl-item--feature {
	position: relative;
	list-style: none;
	margin: 0 0 32px;
	padding: 0;
}

.pxl-pricing1 .pxl-item--feature li {
	display: flex;
	align-items: center;
	color: #fff;
	font-family: 'Mulish';
	font-weight: 600;
	font-size: 18px;
}

@media (max-width: 480px) {
	.pxl-pricing1 .pxl-item--feature li {
		font-size: 16px;
	}
}

@media screen and (max-width: 991px) {
	.pxl-pricing1 .pxl-item--feature {
		font-size: 15px;
	}
}

.pxl-pricing1 .pxl-item--feature i {
	line-height: 1;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	margin-right: 15px;
	margin-bottom: -4px;
}

.pxl-pricing1 .pxl-item--feature li+li {
	margin-top: 19px;
}

@media screen and (max-width: 991px) {
	.pxl-pricing1 .pxl-item--feature li+li {
		margin-top: 20px;
	}
}

.pxl-pricing1 .pxl-item--feature .non-active i {
	color: #ec2a00;
	font-size: 11px;
}

.pxl-pricing1 .pxl-item--feature .non-active i:before {
	content: "\f126";
}

.pxl-pricing1 .pxl-item--price {
	position: relative;
	font-size: 38px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
	.pxl-pricing1 .pxl-item--price {
		font-size: 24px;
	}
}

.pxl-pricing1 .pxl-item--price small {
	font-size: 18px;
	font-weight: 400;
}

@media screen and (max-width: 991px) {
	.pxl-pricing1 .pxl-item--price small {
		font-size: 14px;
	}
}

.pxl-pricing1 .pxl-item--meta {
	position: relative;
	background-color: #fff;
	padding: 34px 20px 30px;
	-webkit-box-shadow: 0 1px 61px rgba(0,0,0,0.09);
	-khtml-box-shadow: 0 1px 61px rgba(0,0,0,0.09);
	-moz-box-shadow: 0 1px 61px rgba(0,0,0,0.09);
	-ms-box-shadow: 0 1px 61px rgba(0,0,0,0.09);
	-o-box-shadow: 0 1px 61px rgba(0,0,0,0.09);
	box-shadow: 0 1px 61px rgba(0,0,0,0.09);
}

@media screen and (max-width: 991px) {
	.pxl-pricing1 .pxl-item--meta {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.pxl-pricing1 .pxl-item--readmore {
	margin-bottom: 12px;
}

.pxl-pricing1 .pxl-item--readmore .btn-readmore {
	position: relative;
	border-radius: 3px;
	border: 2px solid #fff;
	background-color: transparent;
	overflow: hidden;
	color: #fff;
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
	padding: 13px 30px;
}

@media (max-width: 480px) {
	.pxl-pricing1 .pxl-item--readmore .btn-readmore {
		padding: 10px 20px;
		font-size: 16px;
	}
}

.pxl-pricing1 .pxl-item--readmore .btn-readmore:after {
	transform: skewX(0deg);
	right: 0;
	left: auto;
}

.pxl-pricing1 .pxl-item--readmore .btn-readmore:hover {
	background-color: #fab319;
	border-color: #fab319;
}

.pxl-pricing1 .pxl-item--readmore .btn-readmore:hover:after {
	transition: 250ms all linear 350ms;
	width: 100%;
	left: 0;
	right: auto;
}

.pxl-pricing1 .pxl-item--readmore .btn-readmore i {
	padding-left: 10px;
	font-size: 22px;
}

body.rtl .pxl-pricing2 .pxl-item--feature li i {
	margin-right: 0;
	margin-left: 20px;
}

body.rtl .pxl-pricing2 .pxl-item--button {
	margin-left: 0;
	margin-right: -30px;
}

body.rtl .pxl-pricing2 .pxl-item--button a {
	-webkit-border-radius: 69px 0 0 69px;
	-khtml-border-radius: 69px 0 0 69px;
	-moz-border-radius: 69px 0 0 69px;
	-ms-border-radius: 69px 0 0 69px;
	-o-border-radius: 69px 0 0 69px;
	border-radius: 69px 0 0 69px;
}

body.rtl .pxl-pricing2 .pxl-item--video {
	margin-right: 0;
	margin-left: -30px;
}

body.rtl .pxl-pricing2 .pxl-item--price {
	-webkit-border-radius: 0 85px 85px 0;
	-khtml-border-radius: 0 85px 85px 0;
	-moz-border-radius: 0 85px 85px 0;
	-ms-border-radius: 0 85px 85px 0;
	-o-border-radius: 0 85px 85px 0;
	border-radius: 0 85px 85px 0;
}

.pxl-hidden-button {
	text-align: center;
	display: inline-block;
	width: 58px;
	height: 58px;
	mask-image: url(../../themes/img/mask-hiddensidebar.png);
	-webkit-mask-image: url(../../themes/img/mask-hiddensidebar.png);
	-ms-mask-image: url(../../themes/img/mask-hiddensidebar.png);
	-o-mask-image: url(../../themes/img/mask-hiddensidebar);
	-webkit-mask-repeat: no-repeat;
	-ms-mask-repeat: no-repeat;
	-o-mask-repeat: no-repeat;
	-webkit-mask-position: center top;
	-ms-mask-position: center top;
	-o-mask-position: center top;
	line-height: 58px;
	cursor: pointer;
	-webkit-transition: 200ms all linear 0ms;
	-khtml-transition: 200ms all linear 0ms;
	-moz-transition: 200ms all linear 0ms;
	-ms-transition: 200ms all linear 0ms;
	-o-transition: 200ms all linear 0ms;
	transition: 200ms all linear 0ms;
}

@media (max-width: 1500px) {
	.hide-1500 {
		display: none;
	}
}

.pxl-hidden-sidebar.active .pxl-item--overlay {
	-webkit-transform: scaleX(1);
	-khtml-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
}

.pxl-hidden-sidebar.active .pxl-item--conent {
	-webkit-transform: translateX(0px);
	-khtml-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
}

.pxl-hidden-sidebar .pxl-item--overlay {
	background-color: rgba(27,35,54,0.8);
	height: 100%;
	width: 100%;
	right: 0;
	top: 0;
	position: fixed;
	z-index: 1026;
	-webkit-transform: scaleX(0);
	-khtml-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	transform-origin: 100% 50%;
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	-webkit-transition: transform 0.8s ease 0s;
	-khtml-transition: transform 0.8s ease 0s;
	-moz-transition: transform 0.8s ease 0s;
	-ms-transition: transform 0.8s ease 0s;
	-o-transition: transform 0.8s ease 0s;
	transition: transform 0.8s ease 0s;
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
}

.pxl-hidden-sidebar .pxl-item--conent {
	overflow-y: scroll;
	position: fixed;
	z-index: 1029;
	top: 0;
	right: 0;
	bottom: 0;
	width: 450px;
	font-size: 15px;
	line-height: 26px;
	color: #383838;
	overflow: hidden;
	-webkit-transform: translateX(460px);
	-khtml-transform: translateX(460px);
	-moz-transform: translateX(460px);
	-ms-transform: translateX(460px);
	-o-transform: translateX(460px);
	transform: translateX(460px);
	-webkit-transition: transform 0.8s ease 0s;
	-khtml-transition: transform 0.8s ease 0s;
	-moz-transition: transform 0.8s ease 0s;
	-ms-transition: transform 0.8s ease 0s;
	-o-transition: transform 0.8s ease 0s;
	transition: transform 0.8s ease 0s;
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
}

.pxl-hidden-sidebar .pxl-item--conent:hover .pxl-close {
	top: 40px;
	opacity: 1;
}

.pxl-widget-cart-wrap:hover .pxl-close {
	background-color: var(--secondary-color) !important;
	top: 10px;
	opacity: 1;
}

.pxl-widget-cart-wrap:hover .pxl-close:before,.pxl-widget-cart-wrap:hover .pxl-close:after {
	background-color: #fff !important;
}

.elementor-5644 .elementor-element.elementor-element-2e9bbfa > .elementor-container {
	max-width: 1130px;
}

.elementor-5644 .elementor-element.elementor-element-2e9bbfa {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px 0px 0px 0px;
}

.elementor-5644 .elementor-element.elementor-element-c4c92c0 > .elementor-widget-container {
	margin: 0px 0px -20px 0px;
}

.elementor-5644 .elementor-element.elementor-element-e0a8d6e > .elementor-widget-container {
	margin: 0px 0px -20px 0px;
}

.elementor-5644 .elementor-element.elementor-element-5e35d8b > .elementor-widget-container {
	margin: 0px 0px -20px 0px;
}

.elementor-5644 .elementor-element.elementor-element-530b34e > .elementor-widget-container {
	margin: 0px 0px -20px 0px;
}

.elementor-4039 .elementor-element.elementor-element-9968243 > .elementor-container {
	max-width: 1500px;
}

.elementor-4039 .elementor-element.elementor-element-9968243 > .elementor-container > .elementor-column > .elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

.elementor-4039 .elementor-element.elementor-element-9968243:not(.elementor-motion-effects-element-type-background), .elementor-4039 .elementor-element.elementor-element-9968243 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #FFFFFF;
}

.elementor-4039 .elementor-element.elementor-element-9968243 {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 0px 0px 0px 0px;
}

.elementor-4039 .elementor-element.elementor-element-9968243 > .elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-4039 .elementor-element.elementor-element-32631b3 .pxl-logo img {
	max-height: 60px;
}

.elementor-4039 .elementor-element.elementor-element-2c4f06a.elementor-column > .elementor-widget-wrap {
	justify-content: center;
}

.elementor-4039 .elementor-element.elementor-element-2c4f06a > .elementor-element-populated {
	padding: 0px 10px 0px 10px;
}

.elementor-4039 .elementor-element.elementor-element-3b2ebb5 .pxl-nav-menu .pxl-menu-primary {
	text-align: center;
}

.elementor-4039 .elementor-element.elementor-element-3b2ebb5 .pxl-nav-menu .pxl-menu-primary > li {
	float: none;
}

.elementor-4039 .elementor-element.elementor-element-3b2ebb5 .pxl-nav-menu .pxl-menu-primary > li > a {
	color: #2C4073;
	font-family: "Salsa", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 80px;
}

.elementor-4039 .elementor-element.elementor-element-3b2ebb5 .pxl-nav-menu .pxl-menu-primary > li > a:hover {
	color: #FF6666;
}

.elementor-4039 .elementor-element.elementor-element-3b2ebb5 .pxl-nav-menu .pxl-menu-primary > li.current-menu-parent > a, .elementor-4039 .elementor-element.elementor-element-3b2ebb5 .pxl-nav-menu .pxl-menu-primary > li.current_page_item > a {
	color: #FF6666;
}

.elementor-4039 .elementor-element.elementor-element-3b2ebb5 .pxl-nav-menu .pxl-menu-primary > li > a:before {
	background: #FF6666;
	height: 0px;
}

.elementor-4039 .elementor-element.elementor-element-3b2ebb5 .pxl-nav-menu li.pxl-megamenu, .elementor-4039 .elementor-element.elementor-element-3b2ebb5 .pxl-nav-menu .pxl-menu-primary li .sub-menu li > a {
	color: #2B3C6B;
}

.elementor-4039 .elementor-element.elementor-element-3b2ebb5 .pxl-nav-menu .pxl-menu-primary li .sub-menu li:hover > a, .elementor-4039 .elementor-element.elementor-element-3b2ebb5 .pxl-nav-menu .pxl-menu-primary li .sub-menu li.current_page_item > a, .elementor-4039 .elementor-element.elementor-element-3b2ebb5 .pxl-nav-menu .pxl-menu-primary li .sub-menu li.current-menu-item > a, .elementor-4039 .elementor-element.elementor-element-3b2ebb5 .pxl-nav-menu .pxl-menu-primary li .sub-menu li.current_page_ancestor > a, .elementor-4039 .elementor-element.elementor-element-3b2ebb5 .pxl-nav-menu .pxl-menu-primary li .sub-menu li.current-menu-ancestor > a {
	color: #FF6666;
}

.elementor-4039 .elementor-element.elementor-element-3b2ebb5 .pxl-menu-primary .sub-menu li + li {
	margin-top: 0px;
}

.elementor-4039 .elementor-element.elementor-element-3b2ebb5 > .elementor-widget-container {
	padding: 10px 0px 10px 0px;
}

.elementor-4039 .elementor-element.elementor-element-500d350.elementor-column > .elementor-widget-wrap {
	justify-content: flex-end;
}

.elementor-4039 .elementor-element.elementor-element-b5b521f .pxl-icon-box .pxl-item--title {
	color: #70747F;
	font-family: "Salsa", Sans-serif;
	font-size: 20px;
	line-height: 25px;
}

.elementor-4039 .elementor-element.elementor-element-b5b521f .pxl-icon-box .pxl-item--title span {
	color: #70747F;
	text-fill-color: #70747F;
	-webkit-text-fill-color: #70747F;
	background-image: none;
}

.elementor-4039 .elementor-element.elementor-element-b5b521f .pxl-icon-box .pxl-item--description {
	color: #2B3C6B;
}

.elementor-4039 .elementor-element.elementor-element-b5b521f .pxl-icon-box .pxl-item--description a {
	color: #2B3C6B;
	font-family: "Salsa", Sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 25px;
}

.elementor-4039 .elementor-element.elementor-element-b5b521f .pxl-icon-box .pxl-item--description a:hover {
	color: #2BC48A;
}

.elementor-4039 .elementor-element.elementor-element-b5b521f .pxl-icon-box .pxl-item--icon i {
	color: #2BC48A;
	text-fill-color: #2BC48A;
	-webkit-text-fill-color: #2BC48A;
	background-image: none;
	font-size: 55px;
}

.elementor-4039 .elementor-element.elementor-element-b5b521f > .elementor-widget-container {
	margin: 0px 38px 0px 0px;
}

.elementor-4039 .elementor-element.elementor-element-b5b521f {
	width: auto;
	max-width: auto;
}

.elementor-4039 .elementor-element.elementor-element-6c73ad1 .pxl-hidden-button {
	color: #FFFFFF;
	background-color: #B250FE;
	font-size: 32px;
}

.elementor-4039 .elementor-element.elementor-element-6c73ad1 .pxl-hidden-button:hover {
	background-color: #D49C1A;
}

.elementor-4039 .elementor-element.elementor-element-6c73ad1 {
	width: auto;
	max-width: auto;
}

@media(min-width:480px) {
	.elementor-4039 .elementor-element.elementor-element-e32224d {
		width: 14.129%;
	}

	.elementor-4039 .elementor-element.elementor-element-2c4f06a {
		width: 63.252%;
	}

	.elementor-4039 .elementor-element.elementor-element-500d350 {
		width: 22.283%;
	}
}

.elementor-67 .elementor-element.elementor-element-d18066f:not(.elementor-motion-effects-element-type-background), .elementor-67 .elementor-element.elementor-element-d18066f > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #223668;
}

.elementor-67 .elementor-element.elementor-element-d18066f {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-67 .elementor-element.elementor-element-d18066f > .elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-67 .elementor-element.elementor-element-788e95e > .elementor-element-populated {
	padding: 40px 40px 40px 40px;
}

.elementor-67 .elementor-element.elementor-element-2c9c227 .pxl-logo img {
	max-height: 52px;
}

.elementor-67 .elementor-element.elementor-element-3ffcdd0 .pxl-heading .pxl-item--title {
	color: #FFFFFF;
	font-family: "Mulish", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 0px;
}

.elementor-67 .elementor-element.elementor-element-3ffcdd0 > .elementor-widget-container {
	padding: 20px 0px 30px 0px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #EAEAEA;
}

.elementor-67 .elementor-element.elementor-element-3f31ad2 .pxl-heading .pxl-item--title {
	color: #FFFFFF;
	font-family: "Salsa", Sans-serif;
	font-size: 27px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 0px;
}

.elementor-67 .elementor-element.elementor-element-3f31ad2 > .elementor-widget-container {
	padding: 30px 0px 20px 0px;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #EAEAEA;
}

.elementor-67 .elementor-element.elementor-element-a02c6d9 .pxl-heading .pxl-item--title {
	color: #FFFFFF;
	font-family: "Salsa", Sans-serif;
	font-size: 27px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 0px;
}

.elementor-67 .elementor-element.elementor-element-a02c6d9 > .elementor-widget-container {
	padding: 10px 0px 20px 0px;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #EAEAEA;
}

.elementor-67 .elementor-element.elementor-element-e2c128e .pxl-link a {
	color: #FFFFFF;
	font-family: "Salsa", Sans-serif;
	font-size: 18px;
	line-height: 32px;
}

.elementor-67 .elementor-element.elementor-element-e2c128e .pxl-link a:hover {
	color: #FAB319;
}

.elementor-67 .elementor-element.elementor-element-e2c128e .pxl-link li {
	margin-bottom: 12px;
}

.elementor-67 .elementor-element.elementor-element-e2c128e .pxl-link a i {
	color: #FAB319;
	font-size: 20px;
}

.elementor-67 .elementor-element.elementor-element-e0c81c5 .pxl-heading .pxl-item--title {
	color: #FFFFFF;
	font-family: "Salsa", Sans-serif;
	font-size: 27px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 0px;
}

.elementor-67 .elementor-element.elementor-element-e0c81c5 > .elementor-widget-container {
	padding: 20px 0px 20px 0px;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #EAEAEA;
}

.elementor-67 .elementor-element.elementor-element-0c5c516 .pxl-icon1 a:hover {
	color: #223668;
}

.elementor-67 .elementor-element.elementor-element-0c5c516 .pxl-icon1.style-round-box a {
	background-color: #FF6666;
}

.elementor-67 .elementor-element.elementor-element-0c5c516 .pxl-icon1.style-round-box a:hover {
	background-color: #FFFFFF;
}

.elementor-67 .elementor-element.elementor-element-0c5c516 .pxl-icon1 a {
	font-size: 16px;
	margin: 0 6px;
}

.elementor-67 .elementor-element.elementor-element-0c5c516 > .elementor-widget-container {
	margin: 0px 0px 0px -5px;
}

@media(max-width:479px) {
	.elementor-67 .elementor-element.elementor-element-3f31ad2 > .elementor-widget-container {
		padding: 20px 0px 0px 0px;
	}

	.elementor-67 .elementor-element.elementor-element-a02c6d9 > .elementor-widget-container {
		padding: 20px 0px 0px 0px;
	}

	.elementor-67 .elementor-element.elementor-element-e0c81c5 > .elementor-widget-container {
		padding: 20px 0px 0px 0px;
	}
}
/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial 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: "\f26e";
}

.fa-abacus:before {
	content: "\f640";
}

.fa-accessible-icon:before {
	content: "\f368";
}

.fa-accusoft:before {
	content: "\f369";
}

.fa-acorn:before {
	content: "\f6ae";
}

.fa-acquisitions-incorporated:before {
	content: "\f6af";
}

.fa-ad:before {
	content: "\f641";
}

.fa-address-book:before {
	content: "\f2b9";
}

.fa-address-card:before {
	content: "\f2bb";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-adn:before {
	content: "\f170";
}

.fa-adversal:before {
	content: "\f36a";
}

.fa-affiliatetheme:before {
	content: "\f36b";
}

.fa-air-conditioner:before {
	content: "\f8f4";
}

.fa-air-freshener:before {
	content: "\f5d0";
}

.fa-airbnb:before {
	content: "\f834";
}

.fa-alarm-clock:before {
	content: "\f34e";
}

.fa-alarm-exclamation:before {
	content: "\f843";
}

.fa-alarm-plus:before {
	content: "\f844";
}

.fa-alarm-snooze:before {
	content: "\f845";
}

.fa-album:before {
	content: "\f89f";
}

.fa-album-collection:before {
	content: "\f8a0";
}

.fa-algolia:before {
	content: "\f36c";
}

.fa-alicorn:before {
	content: "\f6b0";
}

.fa-alien:before {
	content: "\f8f5";
}

.fa-alien-monster:before {
	content: "\f8f6";
}

.fa-align-center:before {
	content: "\f037";
}

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

.fa-align-left:before {
	content: "\f036";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-align-slash:before {
	content: "\f846";
}

.fa-alipay:before {
	content: "\f642";
}

.fa-allergies:before {
	content: "\f461";
}

.fa-amazon:before {
	content: "\f270";
}

.fa-amazon-pay:before {
	content: "\f42c";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
	content: "\f2a3";
}

.fa-amilia:before {
	content: "\f36d";
}

.fa-amp-guitar:before {
	content: "\f8a1";
}

.fa-analytics:before {
	content: "\f643";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-android:before {
	content: "\f17b";
}

.fa-angel:before {
	content: "\f779";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-angle-left:before {
	content: "\f104";
}

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

.fa-angle-up:before {
	content: "\f106";
}

.fa-angry:before {
	content: "\f556";
}

.fa-angrycreative:before {
	content: "\f36e";
}

.fa-angular:before {
	content: "\f420";
}

.fa-ankh:before {
	content: "\f644";
}

.fa-app-store:before {
	content: "\f36f";
}

.fa-app-store-ios:before {
	content: "\f370";
}

.fa-apper:before {
	content: "\f371";
}

.fa-apple:before {
	content: "\f179";
}

.fa-apple-alt:before {
	content: "\f5d1";
}

.fa-apple-crate:before {
	content: "\f6b1";
}

.fa-apple-pay:before {
	content: "\f415";
}

.fa-archive:before {
	content: "\f187";
}

.fa-archway:before {
	content: "\f557";
}

.fa-arrow-alt-circle-down:before {
	content: "\f358";
}

.fa-arrow-alt-circle-left:before {
	content: "\f359";
}

.fa-arrow-alt-circle-right:before {
	content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
	content: "\f35b";
}

.fa-arrow-alt-down:before {
	content: "\f354";
}

.fa-arrow-alt-from-bottom:before {
	content: "\f346";
}

.fa-arrow-alt-from-left:before {
	content: "\f347";
}

.fa-arrow-alt-from-right:before {
	content: "\f348";
}

.fa-arrow-alt-from-top:before {
	content: "\f349";
}

.fa-arrow-alt-left:before {
	content: "\f355";
}

.fa-arrow-alt-right:before {
	content: "\f356";
}

.fa-arrow-alt-square-down:before {
	content: "\f350";
}

.fa-arrow-alt-square-left:before {
	content: "\f351";
}

.fa-arrow-alt-square-right:before {
	content: "\f352";
}

.fa-arrow-alt-square-up:before {
	content: "\f353";
}

.fa-arrow-alt-to-bottom:before {
	content: "\f34a";
}

.fa-arrow-alt-to-left:before {
	content: "\f34b";
}

.fa-arrow-alt-to-right:before {
	content: "\f34c";
}

.fa-arrow-alt-to-top:before {
	content: "\f34d";
}

.fa-arrow-alt-up:before {
	content: "\f357";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-arrow-from-bottom:before {
	content: "\f342";
}

.fa-arrow-from-left:before {
	content: "\f343";
}

.fa-arrow-from-right:before {
	content: "\f344";
}

.fa-arrow-from-top:before {
	content: "\f345";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-square-down:before {
	content: "\f339";
}

.fa-arrow-square-left:before {
	content: "\f33a";
}

.fa-arrow-square-right:before {
	content: "\f33b";
}

.fa-arrow-square-up:before {
	content: "\f33c";
}

.fa-arrow-to-bottom:before {
	content: "\f33d";
}

.fa-arrow-to-left:before {
	content: "\f33e";
}

.fa-arrow-to-right:before {
	content: "\f340";
}

.fa-arrow-to-top:before {
	content: "\f341";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrows:before {
	content: "\f047";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-arrows-alt-h:before {
	content: "\f337";
}

.fa-arrows-alt-v:before {
	content: "\f338";
}

.fa-arrows-h:before {
	content: "\f07e";
}

.fa-arrows-v:before {
	content: "\f07d";
}

.fa-artstation:before {
	content: "\f77a";
}

.fa-assistive-listening-systems:before {
	content: "\f2a2";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-asymmetrik:before {
	content: "\f372";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-atlas:before {
	content: "\f558";
}

.fa-atlassian:before {
	content: "\f77b";
}

.fa-atom:before {
	content: "\f5d2";
}

.fa-atom-alt:before {
	content: "\f5d3";
}

.fa-audible:before {
	content: "\f373";
}

.fa-audio-description:before {
	content: "\f29e";
}

.fa-autoprefixer:before {
	content: "\f41c";
}

.fa-avianex:before {
	content: "\f374";
}

.fa-aviato:before {
	content: "\f421";
}

.fa-award:before {
	content: "\f559";
}

.fa-aws:before {
	content: "\f375";
}

.fa-axe:before {
	content: "\f6b2";
}

.fa-axe-battle:before {
	content: "\f6b3";
}

.fa-baby:before {
	content: "\f77c";
}

.fa-baby-carriage:before {
	content: "\f77d";
}

.fa-backpack:before {
	content: "\f5d4";
}

.fa-backspace:before {
	content: "\f55a";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-bacon:before {
	content: "\f7e5";
}

.fa-bacteria:before {
	content: "\e059";
}

.fa-bacterium:before {
	content: "\e05a";
}

.fa-badge:before {
	content: "\f335";
}

.fa-badge-check:before {
	content: "\f336";
}

.fa-badge-dollar:before {
	content: "\f645";
}

.fa-badge-percent:before {
	content: "\f646";
}

.fa-badge-sheriff:before {
	content: "\f8a2";
}

.fa-badger-honey:before {
	content: "\f6b4";
}

.fa-bags-shopping:before {
	content: "\f847";
}

.fa-bahai:before {
	content: "\f666";
}

.fa-balance-scale:before {
	content: "\f24e";
}

.fa-balance-scale-left:before {
	content: "\f515";
}

.fa-balance-scale-right:before {
	content: "\f516";
}

.fa-ball-pile:before {
	content: "\f77e";
}

.fa-ballot:before {
	content: "\f732";
}

.fa-ballot-check:before {
	content: "\f733";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-band-aid:before {
	content: "\f462";
}

.fa-bandcamp:before {
	content: "\f2d5";
}

.fa-banjo:before {
	content: "\f8a3";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-barcode-alt:before {
	content: "\f463";
}

.fa-barcode-read:before {
	content: "\f464";
}

.fa-barcode-scan:before {
	content: "\f465";
}

.fa-bars:before {
	content: "\f0c9";
}

.fa-baseball:before {
	content: "\f432";
}

.fa-baseball-ball:before {
	content: "\f433";
}

.fa-basketball-ball:before {
	content: "\f434";
}

.fa-basketball-hoop:before {
	content: "\f435";
}

.fa-bat:before {
	content: "\f6b5";
}

.fa-bath:before {
	content: "\f2cd";
}

.fa-battery-bolt:before {
	content: "\f376";
}

.fa-battery-empty:before {
	content: "\f244";
}

.fa-battery-full:before {
	content: "\f240";
}

.fa-battery-half:before {
	content: "\f242";
}

.fa-battery-quarter:before {
	content: "\f243";
}

.fa-battery-slash:before {
	content: "\f377";
}

.fa-battery-three-quarters:before {
	content: "\f241";
}

.fa-battle-net:before {
	content: "\f835";
}

.fa-bed:before {
	content: "\f236";
}

.fa-bed-alt:before {
	content: "\f8f7";
}

.fa-bed-bunk:before {
	content: "\f8f8";
}

.fa-bed-empty:before {
	content: "\f8f9";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-bell-exclamation:before {
	content: "\f848";
}

.fa-bell-on:before {
	content: "\f8fa";
}

.fa-bell-plus:before {
	content: "\f849";
}

.fa-bell-school:before {
	content: "\f5d5";
}

.fa-bell-school-slash:before {
	content: "\f5d6";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bells:before {
	content: "\f77f";
}

.fa-betamax:before {
	content: "\f8a4";
}

.fa-bezier-curve:before {
	content: "\f55b";
}

.fa-bible:before {
	content: "\f647";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-biking:before {
	content: "\f84a";
}

.fa-biking-mountain:before {
	content: "\f84b";
}

.fa-bimobject:before {
	content: "\f378";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-biohazard:before {
	content: "\f780";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitcoin:before {
	content: "\f379";
}

.fa-bity:before {
	content: "\f37a";
}

.fa-black-tie:before {
	content: "\f27e";
}

.fa-blackberry:before {
	content: "\f37b";
}

.fa-blanket:before {
	content: "\f498";
}

.fa-blender:before {
	content: "\f517";
}

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

.fa-blind:before {
	content: "\f29d";
}

.fa-blinds:before {
	content: "\f8fb";
}

.fa-blinds-open:before {
	content: "\f8fc";
}

.fa-blinds-raised:before {
	content: "\f8fd";
}

.fa-blog:before {
	content: "\f781";
}

.fa-blogger:before {
	content: "\f37c";
}

.fa-blogger-b:before {
	content: "\f37d";
}

.fa-bluetooth:before {
	content: "\f293";
}

.fa-bluetooth-b:before {
	content: "\f294";
}

.fa-bold:before {
	content: "\f032";
}

.fa-bolt:before {
	content: "\f0e7";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-bone:before {
	content: "\f5d7";
}

.fa-bone-break:before {
	content: "\f5d8";
}

.fa-bong:before {
	content: "\f55c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-book-alt:before {
	content: "\f5d9";
}

.fa-book-dead:before {
	content: "\f6b7";
}

.fa-book-heart:before {
	content: "\f499";
}

.fa-book-medical:before {
	content: "\f7e6";
}

.fa-book-open:before {
	content: "\f518";
}

.fa-book-reader:before {
	content: "\f5da";
}

.fa-book-spells:before {
	content: "\f6b8";
}

.fa-book-user:before {
	content: "\f7e7";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-books:before {
	content: "\f5db";
}

.fa-books-medical:before {
	content: "\f7e8";
}

.fa-boombox:before {
	content: "\f8a5";
}

.fa-boot:before {
	content: "\f782";
}

.fa-booth-curtain:before {
	content: "\f734";
}

.fa-bootstrap:before {
	content: "\f836";
}

.fa-border-all:before {
	content: "\f84c";
}

.fa-border-bottom:before {
	content: "\f84d";
}

.fa-border-center-h:before {
	content: "\f89c";
}

.fa-border-center-v:before {
	content: "\f89d";
}

.fa-border-inner:before {
	content: "\f84e";
}

.fa-border-left:before {
	content: "\f84f";
}

.fa-border-none:before {
	content: "\f850";
}

.fa-border-outer:before {
	content: "\f851";
}

.fa-border-right:before {
	content: "\f852";
}

.fa-border-style:before {
	content: "\f853";
}

.fa-border-style-alt:before {
	content: "\f854";
}

.fa-border-top:before {
	content: "\f855";
}

.fa-bow-arrow:before {
	content: "\f6b9";
}

.fa-bowling-ball:before {
	content: "\f436";
}

.fa-bowling-pins:before {
	content: "\f437";
}

.fa-box:before {
	content: "\f466";
}

.fa-box-alt:before {
	content: "\f49a";
}

.fa-box-ballot:before {
	content: "\f735";
}

.fa-box-check:before {
	content: "\f467";
}

.fa-box-fragile:before {
	content: "\f49b";
}

.fa-box-full:before {
	content: "\f49c";
}

.fa-box-heart:before {
	content: "\f49d";
}

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

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

.fa-box-up:before {
	content: "\f49f";
}

.fa-box-usd:before {
	content: "\f4a0";
}

.fa-boxes:before {
	content: "\f468";
}

.fa-boxes-alt:before {
	content: "\f4a1";
}

.fa-boxing-glove:before {
	content: "\f438";
}

.fa-brackets:before {
	content: "\f7e9";
}

.fa-brackets-curly:before {
	content: "\f7ea";
}

.fa-braille:before {
	content: "\f2a1";
}

.fa-brain:before {
	content: "\f5dc";
}

.fa-bread-loaf:before {
	content: "\f7eb";
}

.fa-bread-slice:before {
	content: "\f7ec";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-briefcase-medical:before {
	content: "\f469";
}

.fa-bring-forward:before {
	content: "\f856";
}

.fa-bring-front:before {
	content: "\f857";
}

.fa-broadcast-tower:before {
	content: "\f519";
}

.fa-broom:before {
	content: "\f51a";
}

.fa-browser:before {
	content: "\f37e";
}

.fa-brush:before {
	content: "\f55d";
}

.fa-btc:before {
	content: "\f15a";
}

.fa-buffer:before {
	content: "\f837";
}

.fa-bug:before {
	content: "\f188";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-bullseye-arrow:before {
	content: "\f648";
}

.fa-bullseye-pointer:before {
	content: "\f649";
}

.fa-burger-soda:before {
	content: "\f858";
}

.fa-burn:before {
	content: "\f46a";
}

.fa-buromobelexperte:before {
	content: "\f37f";
}

.fa-burrito:before {
	content: "\f7ed";
}

.fa-bus:before {
	content: "\f207";
}

.fa-bus-alt:before {
	content: "\f55e";
}

.fa-bus-school:before {
	content: "\f5dd";
}

.fa-business-time:before {
	content: "\f64a";
}

.fa-buy-n-large:before {
	content: "\f8a6";
}

.fa-buysellads:before {
	content: "\f20d";
}

.fa-cabinet-filing:before {
	content: "\f64b";
}

.fa-cactus:before {
	content: "\f8a7";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-calculator-alt:before {
	content: "\f64c";
}

.fa-calendar:before {
	content: "\f133";
}

.fa-calendar-alt:before {
	content: "\f073";
}

.fa-calendar-check:before {
	content: "\f274";
}

.fa-calendar-day:before {
	content: "\f783";
}

.fa-calendar-edit:before {
	content: "\f333";
}

.fa-calendar-exclamation:before {
	content: "\f334";
}

.fa-calendar-minus:before {
	content: "\f272";
}

.fa-calendar-plus:before {
	content: "\f271";
}

.fa-calendar-star:before {
	content: "\f736";
}

.fa-calendar-times:before {
	content: "\f273";
}

.fa-calendar-week:before {
	content: "\f784";
}

.fa-camcorder:before {
	content: "\f8a8";
}

.fa-camera:before {
	content: "\f030";
}

.fa-camera-alt:before {
	content: "\f332";
}

.fa-camera-home:before {
	content: "\f8fe";
}

.fa-camera-movie:before {
	content: "\f8a9";
}

.fa-camera-polaroid:before {
	content: "\f8aa";
}

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

.fa-campfire:before {
	content: "\f6ba";
}

.fa-campground:before {
	content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
	content: "\f785";
}

.fa-candle-holder:before {
	content: "\f6bc";
}

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

.fa-candy-corn:before {
	content: "\f6bd";
}

.fa-cannabis:before {
	content: "\f55f";
}

.fa-capsules:before {
	content: "\f46b";
}

.fa-car:before {
	content: "\f1b9";
}

.fa-car-alt:before {
	content: "\f5de";
}

.fa-car-battery:before {
	content: "\f5df";
}

.fa-car-building:before {
	content: "\f859";
}

.fa-car-bump:before {
	content: "\f5e0";
}

.fa-car-bus:before {
	content: "\f85a";
}

.fa-car-crash:before {
	content: "\f5e1";
}

.fa-car-garage:before {
	content: "\f5e2";
}

.fa-car-mechanic:before {
	content: "\f5e3";
}

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

.fa-car-tilt:before {
	content: "\f5e5";
}

.fa-car-wash:before {
	content: "\f5e6";
}

.fa-caravan:before {
	content: "\f8ff";
}

.fa-caravan-alt:before {
	content: "\e000";
}

.fa-caret-circle-down:before {
	content: "\f32d";
}

.fa-caret-circle-left:before {
	content: "\f32e";
}

.fa-caret-circle-right:before {
	content: "\f330";
}

.fa-caret-circle-up:before {
	content: "\f331";
}

.fa-caret-down:before {
	content: "\f0d7";
}

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

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

.fa-caret-square-down:before {
	content: "\f150";
}

.fa-caret-square-left:before {
	content: "\f191";
}

.fa-caret-square-right:before {
	content: "\f152";
}

.fa-caret-square-up:before {
	content: "\f151";
}

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

.fa-carrot:before {
	content: "\f787";
}

.fa-cars:before {
	content: "\f85b";
}

.fa-cart-arrow-down:before {
	content: "\f218";
}

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

.fa-cash-register:before {
	content: "\f788";
}

.fa-cassette-tape:before {
	content: "\f8ab";
}

.fa-cat:before {
	content: "\f6be";
}

.fa-cat-space:before {
	content: "\e001";
}

.fa-cauldron:before {
	content: "\f6bf";
}

.fa-cc-amazon-pay:before {
	content: "\f42d";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-apple-pay:before {
	content: "\f416";
}

.fa-cc-diners-club:before {
	content: "\f24c";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-jcb:before {
	content: "\f24b";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-cctv:before {
	content: "\f8ac";
}

.fa-centercode:before {
	content: "\f380";
}

.fa-centos:before {
	content: "\f789";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-chair:before {
	content: "\f6c0";
}

.fa-chair-office:before {
	content: "\f6c1";
}

.fa-chalkboard:before {
	content: "\f51b";
}

.fa-chalkboard-teacher:before {
	content: "\f51c";
}

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

.fa-chart-area:before {
	content: "\f1fe";
}

.fa-chart-bar:before {
	content: "\f080";
}

.fa-chart-line:before {
	content: "\f201";
}

.fa-chart-line-down:before {
	content: "\f64d";
}

.fa-chart-network:before {
	content: "\f78a";
}

.fa-chart-pie:before {
	content: "\f200";
}

.fa-chart-pie-alt:before {
	content: "\f64e";
}

.fa-chart-scatter:before {
	content: "\f7ee";
}

.fa-check:before {
	content: "\f00c";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-check-double:before {
	content: "\f560";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-cheese:before {
	content: "\f7ef";
}

.fa-cheese-swiss:before {
	content: "\f7f0";
}

.fa-cheeseburger:before {
	content: "\f7f1";
}

.fa-chess:before {
	content: "\f439";
}

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

.fa-chess-bishop-alt:before {
	content: "\f43b";
}

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

.fa-chess-clock:before {
	content: "\f43d";
}

.fa-chess-clock-alt:before {
	content: "\f43e";
}

.fa-chess-king:before {
	content: "\f43f";
}

.fa-chess-king-alt:before {
	content: "\f440";
}

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

.fa-chess-knight-alt:before {
	content: "\f442";
}

.fa-chess-pawn:before {
	content: "\f443";
}

.fa-chess-pawn-alt:before {
	content: "\f444";
}

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

.fa-chess-queen-alt:before {
	content: "\f446";
}

.fa-chess-rook:before {
	content: "\f447";
}

.fa-chess-rook-alt:before {
	content: "\f448";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-double-down:before {
	content: "\f322";
}

.fa-chevron-double-left:before {
	content: "\f323";
}

.fa-chevron-double-right:before {
	content: "\f324";
}

.fa-chevron-double-up:before {
	content: "\f325";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-chevron-square-down:before {
	content: "\f329";
}

.fa-chevron-square-left:before {
	content: "\f32a";
}

.fa-chevron-square-right:before {
	content: "\f32b";
}

.fa-chevron-square-up:before {
	content: "\f32c";
}

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

.fa-child:before {
	content: "\f1ae";
}

.fa-chimney:before {
	content: "\f78b";
}

.fa-chrome:before {
	content: "\f268";
}

.fa-chromecast:before {
	content: "\f838";
}

.fa-church:before {
	content: "\f51d";
}

.fa-circle:before {
	content: "\f111";
}

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

.fa-city:before {
	content: "\f64f";
}

.fa-clarinet:before {
	content: "\f8ad";
}

.fa-claw-marks:before {
	content: "\f6c2";
}

.fa-clinic-medical:before {
	content: "\f7f2";
}

.fa-clipboard:before {
	content: "\f328";
}

.fa-clipboard-check:before {
	content: "\f46c";
}

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

.fa-clipboard-list-check:before {
	content: "\f737";
}

.fa-clipboard-prescription:before {
	content: "\f5e8";
}

.fa-clipboard-user:before {
	content: "\f7f3";
}

.fa-clock:before {
	content: "\f017";
}

.fa-clone:before {
	content: "\f24d";
}

.fa-closed-captioning:before {
	content: "\f20a";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-cloud-download:before {
	content: "\f0ed";
}

.fa-cloud-download-alt:before {
	content: "\f381";
}

.fa-cloud-drizzle:before {
	content: "\f738";
}

.fa-cloud-hail:before {
	content: "\f739";
}

.fa-cloud-hail-mixed:before {
	content: "\f73a";
}

.fa-cloud-meatball:before {
	content: "\f73b";
}

.fa-cloud-moon:before {
	content: "\f6c3";
}

.fa-cloud-moon-rain:before {
	content: "\f73c";
}

.fa-cloud-music:before {
	content: "\f8ae";
}

.fa-cloud-rain:before {
	content: "\f73d";
}

.fa-cloud-rainbow:before {
	content: "\f73e";
}

.fa-cloud-showers:before {
	content: "\f73f";
}

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

.fa-cloud-sleet:before {
	content: "\f741";
}

.fa-cloud-snow:before {
	content: "\f742";
}

.fa-cloud-sun:before {
	content: "\f6c4";
}

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

.fa-cloud-upload:before {
	content: "\f0ee";
}

.fa-cloud-upload-alt:before {
	content: "\f382";
}

.fa-cloudflare:before {
	content: "\e07d";
}

.fa-clouds:before {
	content: "\f744";
}

.fa-clouds-moon:before {
	content: "\f745";
}

.fa-clouds-sun:before {
	content: "\f746";
}

.fa-cloudscale:before {
	content: "\f383";
}

.fa-cloudsmith:before {
	content: "\f384";
}

.fa-cloudversify:before {
	content: "\f385";
}

.fa-club:before {
	content: "\f327";
}

.fa-cocktail:before {
	content: "\f561";
}

.fa-code:before {
	content: "\f121";
}

.fa-code-branch:before {
	content: "\f126";
}

.fa-code-commit:before {
	content: "\f386";
}

.fa-code-merge:before {
	content: "\f387";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-codiepie:before {
	content: "\f284";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-coffee-pot:before {
	content: "\e002";
}

.fa-coffee-togo:before {
	content: "\f6c5";
}

.fa-coffin:before {
	content: "\f6c6";
}

.fa-coffin-cross:before {
	content: "\e051";
}

.fa-cog:before {
	content: "\f013";
}

.fa-cogs:before {
	content: "\f085";
}

.fa-coin:before {
	content: "\f85c";
}

.fa-coins:before {
	content: "\f51e";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-comet:before {
	content: "\e003";
}

.fa-comment:before {
	content: "\f075";
}

.fa-comment-alt:before {
	content: "\f27a";
}

.fa-comment-alt-check:before {
	content: "\f4a2";
}

.fa-comment-alt-dollar:before {
	content: "\f650";
}

.fa-comment-alt-dots:before {
	content: "\f4a3";
}

.fa-comment-alt-edit:before {
	content: "\f4a4";
}

.fa-comment-alt-exclamation:before {
	content: "\f4a5";
}

.fa-comment-alt-lines:before {
	content: "\f4a6";
}

.fa-comment-alt-medical:before {
	content: "\f7f4";
}

.fa-comment-alt-minus:before {
	content: "\f4a7";
}

.fa-comment-alt-music:before {
	content: "\f8af";
}

.fa-comment-alt-plus:before {
	content: "\f4a8";
}

.fa-comment-alt-slash:before {
	content: "\f4a9";
}

.fa-comment-alt-smile:before {
	content: "\f4aa";
}

.fa-comment-alt-times:before {
	content: "\f4ab";
}

.fa-comment-check:before {
	content: "\f4ac";
}

.fa-comment-dollar:before {
	content: "\f651";
}

.fa-comment-dots:before {
	content: "\f4ad";
}

.fa-comment-edit:before {
	content: "\f4ae";
}

.fa-comment-exclamation:before {
	content: "\f4af";
}

.fa-comment-lines:before {
	content: "\f4b0";
}

.fa-comment-medical:before {
	content: "\f7f5";
}

.fa-comment-minus:before {
	content: "\f4b1";
}

.fa-comment-music:before {
	content: "\f8b0";
}

.fa-comment-plus:before {
	content: "\f4b2";
}

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

.fa-comment-smile:before {
	content: "\f4b4";
}

.fa-comment-times:before {
	content: "\f4b5";
}

.fa-comments:before {
	content: "\f086";
}

.fa-comments-alt:before {
	content: "\f4b6";
}

.fa-comments-alt-dollar:before {
	content: "\f652";
}

.fa-comments-dollar:before {
	content: "\f653";
}

.fa-compact-disc:before {
	content: "\f51f";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-compass-slash:before {
	content: "\f5e9";
}

.fa-compress:before {
	content: "\f066";
}

.fa-compress-alt:before {
	content: "\f422";
}

.fa-compress-arrows-alt:before {
	content: "\f78c";
}

.fa-compress-wide:before {
	content: "\f326";
}

.fa-computer-classic:before {
	content: "\f8b1";
}

.fa-computer-speaker:before {
	content: "\f8b2";
}

.fa-concierge-bell:before {
	content: "\f562";
}

.fa-confluence:before {
	content: "\f78d";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-construction:before {
	content: "\f85d";
}

.fa-container-storage:before {
	content: "\f4b7";
}

.fa-contao:before {
	content: "\f26d";
}

.fa-conveyor-belt:before {
	content: "\f46e";
}

.fa-conveyor-belt-alt:before {
	content: "\f46f";
}

.fa-cookie:before {
	content: "\f563";
}

.fa-cookie-bite:before {
	content: "\f564";
}

.fa-copy:before {
	content: "\f0c5";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-corn:before {
	content: "\f6c7";
}

.fa-cotton-bureau:before {
	content: "\f89e";
}

.fa-couch:before {
	content: "\f4b8";
}

.fa-cow:before {
	content: "\f6c8";
}

.fa-cowbell:before {
	content: "\f8b3";
}

.fa-cowbell-more:before {
	content: "\f8b4";
}

.fa-cpanel:before {
	content: "\f388";
}

.fa-creative-commons:before {
	content: "\f25e";
}

.fa-creative-commons-by:before {
	content: "\f4e7";
}

.fa-creative-commons-nc:before {
	content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
	content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
	content: "\f4ea";
}

.fa-creative-commons-nd:before {
	content: "\f4eb";
}

.fa-creative-commons-pd:before {
	content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
	content: "\f4ed";
}

.fa-creative-commons-remix:before {
	content: "\f4ee";
}

.fa-creative-commons-sa:before {
	content: "\f4ef";
}

.fa-creative-commons-sampling:before {
	content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
	content: "\f4f1";
}

.fa-creative-commons-share:before {
	content: "\f4f2";
}

.fa-creative-commons-zero:before {
	content: "\f4f3";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-credit-card-blank:before {
	content: "\f389";
}

.fa-credit-card-front:before {
	content: "\f38a";
}

.fa-cricket:before {
	content: "\f449";
}

.fa-critical-role:before {
	content: "\f6c9";
}

.fa-croissant:before {
	content: "\f7f6";
}

.fa-crop:before {
	content: "\f125";
}

.fa-crop-alt:before {
	content: "\f565";
}

.fa-cross:before {
	content: "\f654";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-crow:before {
	content: "\f520";
}

.fa-crown:before {
	content: "\f521";
}

.fa-crutch:before {
	content: "\f7f7";
}

.fa-crutches:before {
	content: "\f7f8";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-css3-alt:before {
	content: "\f38b";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-curling:before {
	content: "\f44a";
}

.fa-cut:before {
	content: "\f0c4";
}

.fa-cuttlefish:before {
	content: "\f38c";
}

.fa-d-and-d:before {
	content: "\f38d";
}

.fa-d-and-d-beyond:before {
	content: "\f6ca";
}

.fa-dagger:before {
	content: "\f6cb";
}

.fa-dailymotion:before {
	content: "\e052";
}

.fa-dashcube:before {
	content: "\f210";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-deaf:before {
	content: "\f2a4";
}

.fa-debug:before {
	content: "\f7f9";
}

.fa-deer:before {
	content: "\f78e";
}

.fa-deer-rudolph:before {
	content: "\f78f";
}

.fa-deezer:before {
	content: "\e077";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-democrat:before {
	content: "\f747";
}

.fa-deploydog:before {
	content: "\f38e";
}

.fa-deskpro:before {
	content: "\f38f";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-desktop-alt:before {
	content: "\f390";
}

.fa-dev:before {
	content: "\f6cc";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-dewpoint:before {
	content: "\f748";
}

.fa-dharmachakra:before {
	content: "\f655";
}

.fa-dhl:before {
	content: "\f790";
}

.fa-diagnoses:before {
	content: "\f470";
}

.fa-diamond:before {
	content: "\f219";
}

.fa-diaspora:before {
	content: "\f791";
}

.fa-dice:before {
	content: "\f522";
}

.fa-dice-d10:before {
	content: "\f6cd";
}

.fa-dice-d12:before {
	content: "\f6ce";
}

.fa-dice-d20:before {
	content: "\f6cf";
}

.fa-dice-d4:before {
	content: "\f6d0";
}

.fa-dice-d6:before {
	content: "\f6d1";
}

.fa-dice-d8:before {
	content: "\f6d2";
}

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

.fa-dice-four:before {
	content: "\f524";
}

.fa-dice-one:before {
	content: "\f525";
}

.fa-dice-six:before {
	content: "\f526";
}

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

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

.fa-digg:before {
	content: "\f1a6";
}

.fa-digging:before {
	content: "\f85e";
}

.fa-digital-ocean:before {
	content: "\f391";
}

.fa-digital-tachograph:before {
	content: "\f566";
}

.fa-diploma:before {
	content: "\f5ea";
}

.fa-directions:before {
	content: "\f5eb";
}

.fa-disc-drive:before {
	content: "\f8b5";
}

.fa-discord:before {
	content: "\f392";
}

.fa-discourse:before {
	content: "\f393";
}

.fa-disease:before {
	content: "\f7fa";
}

.fa-divide:before {
	content: "\f529";
}

.fa-dizzy:before {
	content: "\f567";
}

.fa-dna:before {
	content: "\f471";
}

.fa-do-not-enter:before {
	content: "\f5ec";
}

.fa-dochub:before {
	content: "\f394";
}

.fa-docker:before {
	content: "\f395";
}

.fa-dog:before {
	content: "\f6d3";
}

.fa-dog-leashed:before {
	content: "\f6d4";
}

.fa-dollar-sign:before {
	content: "\f155";
}

.fa-dolly:before {
	content: "\f472";
}

.fa-dolly-empty:before {
	content: "\f473";
}

.fa-dolly-flatbed:before {
	content: "\f474";
}

.fa-dolly-flatbed-alt:before {
	content: "\f475";
}

.fa-dolly-flatbed-empty:before {
	content: "\f476";
}

.fa-donate:before {
	content: "\f4b9";
}

.fa-door-closed:before {
	content: "\f52a";
}

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

.fa-dot-circle:before {
	content: "\f192";
}

.fa-dove:before {
	content: "\f4ba";
}

.fa-download:before {
	content: "\f019";
}

.fa-draft2digital:before {
	content: "\f396";
}

.fa-drafting-compass:before {
	content: "\f568";
}

.fa-dragon:before {
	content: "\f6d5";
}

.fa-draw-circle:before {
	content: "\f5ed";
}

.fa-draw-polygon:before {
	content: "\f5ee";
}

.fa-draw-square:before {
	content: "\f5ef";
}

.fa-dreidel:before {
	content: "\f792";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-dribbble-square:before {
	content: "\f397";
}

.fa-drone:before {
	content: "\f85f";
}

.fa-drone-alt:before {
	content: "\f860";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-drum:before {
	content: "\f569";
}

.fa-drum-steelpan:before {
	content: "\f56a";
}

.fa-drumstick:before {
	content: "\f6d6";
}

.fa-drumstick-bite:before {
	content: "\f6d7";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-dryer:before {
	content: "\f861";
}

.fa-dryer-alt:before {
	content: "\f862";
}

.fa-duck:before {
	content: "\f6d8";
}

.fa-dumbbell:before {
	content: "\f44b";
}

.fa-dumpster:before {
	content: "\f793";
}

.fa-dumpster-fire:before {
	content: "\f794";
}

.fa-dungeon:before {
	content: "\f6d9";
}

.fa-dyalog:before {
	content: "\f399";
}

.fa-ear:before {
	content: "\f5f0";
}

.fa-ear-muffs:before {
	content: "\f795";
}

.fa-earlybirds:before {
	content: "\f39a";
}

.fa-ebay:before {
	content: "\f4f4";
}

.fa-eclipse:before {
	content: "\f749";
}

.fa-eclipse-alt:before {
	content: "\f74a";
}

.fa-edge:before {
	content: "\f282";
}

.fa-edge-legacy:before {
	content: "\e078";
}

.fa-edit:before {
	content: "\f044";
}

.fa-egg:before {
	content: "\f7fb";
}

.fa-egg-fried:before {
	content: "\f7fc";
}

.fa-eject:before {
	content: "\f052";
}

.fa-elementor:before {
	content: "\f430";
}

.fa-elephant:before {
	content: "\f6da";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-h-alt:before {
	content: "\f39b";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-ellipsis-v-alt:before {
	content: "\f39c";
}

.fa-ello:before {
	content: "\f5f1";
}

.fa-ember:before {
	content: "\f423";
}

.fa-empire:before {
	content: "\f1d1";
}

.fa-empty-set:before {
	content: "\f656";
}

.fa-engine-warning:before {
	content: "\f5f2";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-envelope-open:before {
	content: "\f2b6";
}

.fa-envelope-open-dollar:before {
	content: "\f657";
}

.fa-envelope-open-text:before {
	content: "\f658";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-envira:before {
	content: "\f299";
}

.fa-equals:before {
	content: "\f52c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-erlang:before {
	content: "\f39d";
}

.fa-ethereum:before {
	content: "\f42e";
}

.fa-ethernet:before {
	content: "\f796";
}

.fa-etsy:before {
	content: "\f2d7";
}

.fa-euro-sign:before {
	content: "\f153";
}

.fa-evernote:before {
	content: "\f839";
}

.fa-exchange:before {
	content: "\f0ec";
}

.fa-exchange-alt:before {
	content: "\f362";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-exclamation-square:before {
	content: "\f321";
}

.fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-expand:before {
	content: "\f065";
}

.fa-expand-alt:before {
	content: "\f424";
}

.fa-expand-arrows:before {
	content: "\f31d";
}

.fa-expand-arrows-alt:before {
	content: "\f31e";
}

.fa-expand-wide:before {
	content: "\f320";
}

.fa-expeditedssl:before {
	content: "\f23e";
}

.fa-external-link:before {
	content: "\f08e";
}

.fa-external-link-alt:before {
	content: "\f35d";
}

.fa-external-link-square:before {
	content: "\f14c";
}

.fa-external-link-square-alt:before {
	content: "\f360";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-dropper:before {
	content: "\f1fb";
}

.fa-eye-evil:before {
	content: "\f6db";
}

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

.fa-facebook:before {
	content: "\f09a";
}

.fa-facebook-f:before {
	content: "\f39e";
}

.fa-facebook-messenger:before {
	content: "\f39f";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-fan:before {
	content: "\f863";
}

.fa-fan-table:before {
	content: "\e004";
}

.fa-fantasy-flight-games:before {
	content: "\f6dc";
}

.fa-farm:before {
	content: "\f864";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-faucet:before {
	content: "\e005";
}

.fa-faucet-drip:before {
	content: "\e006";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-feather:before {
	content: "\f52d";
}

.fa-feather-alt:before {
	content: "\f56b";
}

.fa-fedex:before {
	content: "\f797";
}

.fa-fedora:before {
	content: "\f798";
}

.fa-female:before {
	content: "\f182";
}

.fa-field-hockey:before {
	content: "\f44c";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-figma:before {
	content: "\f799";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-alt:before {
	content: "\f15c";
}

.fa-file-archive:before {
	content: "\f1c6";
}

.fa-file-audio:before {
	content: "\f1c7";
}

.fa-file-certificate:before {
	content: "\f5f3";
}

.fa-file-chart-line:before {
	content: "\f659";
}

.fa-file-chart-pie:before {
	content: "\f65a";
}

.fa-file-check:before {
	content: "\f316";
}

.fa-file-code:before {
	content: "\f1c9";
}

.fa-file-contract:before {
	content: "\f56c";
}

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

.fa-file-download:before {
	content: "\f56d";
}

.fa-file-edit:before {
	content: "\f31c";
}

.fa-file-excel:before {
	content: "\f1c3";
}

.fa-file-exclamation:before {
	content: "\f31a";
}

.fa-file-export:before {
	content: "\f56e";
}

.fa-file-image:before {
	content: "\f1c5";
}

.fa-file-import:before {
	content: "\f56f";
}

.fa-file-invoice:before {
	content: "\f570";
}

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

.fa-file-medical:before {
	content: "\f477";
}

.fa-file-medical-alt:before {
	content: "\f478";
}

.fa-file-minus:before {
	content: "\f318";
}

.fa-file-music:before {
	content: "\f8b6";
}

.fa-file-pdf:before {
	content: "\f1c1";
}

.fa-file-plus:before {
	content: "\f319";
}

.fa-file-powerpoint:before {
	content: "\f1c4";
}

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

.fa-file-search:before {
	content: "\f865";
}

.fa-file-signature:before {
	content: "\f573";
}

.fa-file-spreadsheet:before {
	content: "\f65b";
}

.fa-file-times:before {
	content: "\f317";
}

.fa-file-upload:before {
	content: "\f574";
}

.fa-file-user:before {
	content: "\f65c";
}

.fa-file-video:before {
	content: "\f1c8";
}

.fa-file-word:before {
	content: "\f1c2";
}

.fa-files-medical:before {
	content: "\f7fd";
}

.fa-fill:before {
	content: "\f575";
}

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

.fa-film:before {
	content: "\f008";
}

.fa-film-alt:before {
	content: "\f3a0";
}

.fa-film-canister:before {
	content: "\f8b7";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-fingerprint:before {
	content: "\f577";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-fire-alt:before {
	content: "\f7e4";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-fire-smoke:before {
	content: "\f74b";
}

.fa-firefox:before {
	content: "\f269";
}

.fa-firefox-browser:before {
	content: "\e007";
}

.fa-fireplace:before {
	content: "\f79a";
}

.fa-first-aid:before {
	content: "\f479";
}

.fa-first-order:before {
	content: "\f2b0";
}

.fa-first-order-alt:before {
	content: "\f50a";
}

.fa-firstdraft:before {
	content: "\f3a1";
}

.fa-fish:before {
	content: "\f578";
}

.fa-fish-cooked:before {
	content: "\f7fe";
}

.fa-fist-raised:before {
	content: "\f6de";
}

.fa-flag:before {
	content: "\f024";
}

.fa-flag-alt:before {
	content: "\f74c";
}

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

.fa-flag-usa:before {
	content: "\f74d";
}

.fa-flame:before {
	content: "\f6df";
}

.fa-flashlight:before {
	content: "\f8b8";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-flask-poison:before {
	content: "\f6e0";
}

.fa-flask-potion:before {
	content: "\f6e1";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-flipboard:before {
	content: "\f44d";
}

.fa-flower:before {
	content: "\f7ff";
}

.fa-flower-daffodil:before {
	content: "\f800";
}

.fa-flower-tulip:before {
	content: "\f801";
}

.fa-flushed:before {
	content: "\f579";
}

.fa-flute:before {
	content: "\f8b9";
}

.fa-flux-capacitor:before {
	content: "\f8ba";
}

.fa-fly:before {
	content: "\f417";
}

.fa-fog:before {
	content: "\f74e";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-download:before {
	content: "\e053";
}

.fa-folder-minus:before {
	content: "\f65d";
}

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

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

.fa-folder-times:before {
	content: "\f65f";
}

.fa-folder-tree:before {
	content: "\f802";
}

.fa-folder-upload:before {
	content: "\e054";
}

.fa-folders:before {
	content: "\f660";
}

.fa-font:before {
	content: "\f031";
}

.fa-font-awesome:before {
	content: "\f2b4";
}

.fa-font-awesome-alt:before {
	content: "\f35c";
}

.fa-font-awesome-flag:before {
	content: "\f425";
}

.fa-font-awesome-logo-full:before {
	content: "\f4e6";
}

.fa-font-case:before {
	content: "\f866";
}

.fa-fonticons:before {
	content: "\f280";
}

.fa-fonticons-fi:before {
	content: "\f3a2";
}

.fa-football-ball:before {
	content: "\f44e";
}

.fa-football-helmet:before {
	content: "\f44f";
}

.fa-forklift:before {
	content: "\f47a";
}

.fa-fort-awesome:before {
	content: "\f286";
}

.fa-fort-awesome-alt:before {
	content: "\f3a3";
}

.fa-forumbee:before {
	content: "\f211";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-fragile:before {
	content: "\f4bb";
}

.fa-free-code-camp:before {
	content: "\f2c5";
}

.fa-freebsd:before {
	content: "\f3a4";
}

.fa-french-fries:before {
	content: "\f803";
}

.fa-frog:before {
	content: "\f52e";
}

.fa-frosty-head:before {
	content: "\f79b";
}

.fa-frown:before {
	content: "\f119";
}

.fa-frown-open:before {
	content: "\f57a";
}

.fa-fulcrum:before {
	content: "\f50b";
}

.fa-function:before {
	content: "\f661";
}

.fa-funnel-dollar:before {
	content: "\f662";
}

.fa-futbol:before {
	content: "\f1e3";
}

.fa-galactic-republic:before {
	content: "\f50c";
}

.fa-galactic-senate:before {
	content: "\f50d";
}

.fa-galaxy:before {
	content: "\e008";
}

.fa-game-board:before {
	content: "\f867";
}

.fa-game-board-alt:before {
	content: "\f868";
}

.fa-game-console-handheld:before {
	content: "\f8bb";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-gamepad-alt:before {
	content: "\f8bc";
}

.fa-garage:before {
	content: "\e009";
}

.fa-garage-car:before {
	content: "\e00a";
}

.fa-garage-open:before {
	content: "\e00b";
}

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

.fa-gas-pump-slash:before {
	content: "\f5f4";
}

.fa-gavel:before {
	content: "\f0e3";
}

.fa-gem:before {
	content: "\f3a5";
}

.fa-genderless:before {
	content: "\f22d";
}

.fa-get-pocket:before {
	content: "\f265";
}

.fa-gg:before {
	content: "\f260";
}

.fa-gg-circle:before {
	content: "\f261";
}

.fa-ghost:before {
	content: "\f6e2";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-gift-card:before {
	content: "\f663";
}

.fa-gifts:before {
	content: "\f79c";
}

.fa-gingerbread-man:before {
	content: "\f79d";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-git-alt:before {
	content: "\f841";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-github:before {
	content: "\f09b";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-gitkraken:before {
	content: "\f3a6";
}

.fa-gitlab:before {
	content: "\f296";
}

.fa-gitter:before {
	content: "\f426";
}

.fa-glass:before {
	content: "\f804";
}

.fa-glass-champagne:before {
	content: "\f79e";
}

.fa-glass-cheers:before {
	content: "\f79f";
}

.fa-glass-citrus:before {
	content: "\f869";
}

.fa-glass-martini:before {
	content: "\f000";
}

.fa-glass-martini-alt:before {
	content: "\f57b";
}

.fa-glass-whiskey:before {
	content: "\f7a0";
}

.fa-glass-whiskey-rocks:before {
	content: "\f7a1";
}

.fa-glasses:before {
	content: "\f530";
}

.fa-glasses-alt:before {
	content: "\f5f5";
}

.fa-glide:before {
	content: "\f2a5";
}

.fa-glide-g:before {
	content: "\f2a6";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-globe-africa:before {
	content: "\f57c";
}

.fa-globe-americas:before {
	content: "\f57d";
}

.fa-globe-asia:before {
	content: "\f57e";
}

.fa-globe-europe:before {
	content: "\f7a2";
}

.fa-globe-snow:before {
	content: "\f7a3";
}

.fa-globe-stand:before {
	content: "\f5f6";
}

.fa-gofore:before {
	content: "\f3a7";
}

.fa-golf-ball:before {
	content: "\f450";
}

.fa-golf-club:before {
	content: "\f451";
}

.fa-goodreads:before {
	content: "\f3a8";
}

.fa-goodreads-g:before {
	content: "\f3a9";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-google-drive:before {
	content: "\f3aa";
}

.fa-google-pay:before {
	content: "\e079";
}

.fa-google-play:before {
	content: "\f3ab";
}

.fa-google-plus:before {
	content: "\f2b3";
}

.fa-google-plus-g:before {
	content: "\f0d5";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-gopuram:before {
	content: "\f664";
}

.fa-graduation-cap:before {
	content: "\f19d";
}

.fa-gramophone:before {
	content: "\f8bd";
}

.fa-gratipay:before {
	content: "\f184";
}

.fa-grav:before {
	content: "\f2d6";
}

.fa-greater-than:before {
	content: "\f531";
}

.fa-greater-than-equal:before {
	content: "\f532";
}

.fa-grimace:before {
	content: "\f57f";
}

.fa-grin:before {
	content: "\f580";
}

.fa-grin-alt:before {
	content: "\f581";
}

.fa-grin-beam:before {
	content: "\f582";
}

.fa-grin-beam-sweat:before {
	content: "\f583";
}

.fa-grin-hearts:before {
	content: "\f584";
}

.fa-grin-squint:before {
	content: "\f585";
}

.fa-grin-squint-tears:before {
	content: "\f586";
}

.fa-grin-stars:before {
	content: "\f587";
}

.fa-grin-tears:before {
	content: "\f588";
}

.fa-grin-tongue:before {
	content: "\f589";
}

.fa-grin-tongue-squint:before {
	content: "\f58a";
}

.fa-grin-tongue-wink:before {
	content: "\f58b";
}

.fa-grin-wink:before {
	content: "\f58c";
}

.fa-grip-horizontal:before {
	content: "\f58d";
}

.fa-grip-lines:before {
	content: "\f7a4";
}

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

.fa-grip-vertical:before {
	content: "\f58e";
}

.fa-gripfire:before {
	content: "\f3ac";
}

.fa-grunt:before {
	content: "\f3ad";
}

.fa-guilded:before {
	content: "\e07e";
}

.fa-guitar:before {
	content: "\f7a6";
}

.fa-guitar-electric:before {
	content: "\f8be";
}

.fa-guitars:before {
	content: "\f8bf";
}

.fa-gulp:before {
	content: "\f3ae";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-h1:before {
	content: "\f313";
}

.fa-h2:before {
	content: "\f314";
}

.fa-h3:before {
	content: "\f315";
}

.fa-h4:before {
	content: "\f86a";
}

.fa-hacker-news:before {
	content: "\f1d4";
}

.fa-hacker-news-square:before {
	content: "\f3af";
}

.fa-hackerrank:before {
	content: "\f5f7";
}

.fa-hamburger:before {
	content: "\f805";
}

.fa-hammer:before {
	content: "\f6e3";
}

.fa-hammer-war:before {
	content: "\f6e4";
}

.fa-hamsa:before {
	content: "\f665";
}

.fa-hand-heart:before {
	content: "\f4bc";
}

.fa-hand-holding:before {
	content: "\f4bd";
}

.fa-hand-holding-box:before {
	content: "\f47b";
}

.fa-hand-holding-heart:before {
	content: "\f4be";
}

.fa-hand-holding-magic:before {
	content: "\f6e5";
}

.fa-hand-holding-medical:before {
	content: "\e05c";
}

.fa-hand-holding-seedling:before {
	content: "\f4bf";
}

.fa-hand-holding-usd:before {
	content: "\f4c0";
}

.fa-hand-holding-water:before {
	content: "\f4c1";
}

.fa-hand-lizard:before {
	content: "\f258";
}

.fa-hand-middle-finger:before {
	content: "\f806";
}

.fa-hand-paper:before {
	content: "\f256";
}

.fa-hand-peace:before {
	content: "\f25b";
}

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

.fa-hand-point-left:before {
	content: "\f0a5";
}

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

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

.fa-hand-pointer:before {
	content: "\f25a";
}

.fa-hand-receiving:before {
	content: "\f47c";
}

.fa-hand-rock:before {
	content: "\f255";
}

.fa-hand-scissors:before {
	content: "\f257";
}

.fa-hand-sparkles:before {
	content: "\e05d";
}

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

.fa-hands:before {
	content: "\f4c2";
}

.fa-hands-heart:before {
	content: "\f4c3";
}

.fa-hands-helping:before {
	content: "\f4c4";
}

.fa-hands-usd:before {
	content: "\f4c5";
}

.fa-hands-wash:before {
	content: "\e05e";
}

.fa-handshake:before {
	content: "\f2b5";
}

.fa-handshake-alt:before {
	content: "\f4c6";
}

.fa-handshake-alt-slash:before {
	content: "\e05f";
}

.fa-handshake-slash:before {
	content: "\e060";
}

.fa-hanukiah:before {
	content: "\f6e6";
}

.fa-hard-hat:before {
	content: "\f807";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-hat-chef:before {
	content: "\f86b";
}

.fa-hat-cowboy:before {
	content: "\f8c0";
}

.fa-hat-cowboy-side:before {
	content: "\f8c1";
}

.fa-hat-santa:before {
	content: "\f7a7";
}

.fa-hat-winter:before {
	content: "\f7a8";
}

.fa-hat-witch:before {
	content: "\f6e7";
}

.fa-hat-wizard:before {
	content: "\f6e8";
}

.fa-hdd:before {
	content: "\f0a0";
}

.fa-head-side:before {
	content: "\f6e9";
}

.fa-head-side-brain:before {
	content: "\f808";
}

.fa-head-side-cough:before {
	content: "\e061";
}

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

.fa-head-side-headphones:before {
	content: "\f8c2";
}

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

.fa-head-side-medical:before {
	content: "\f809";
}

.fa-head-side-virus:before {
	content: "\e064";
}

.fa-head-vr:before {
	content: "\f6ea";
}

.fa-heading:before {
	content: "\f1dc";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-headphones-alt:before {
	content: "\f58f";
}

.fa-headset:before {
	content: "\f590";
}

.fa-heart:before {
	content: "\f004";
}

.fa-heart-broken:before {
	content: "\f7a9";
}

.fa-heart-circle:before {
	content: "\f4c7";
}

.fa-heart-rate:before {
	content: "\f5f8";
}

.fa-heart-square:before {
	content: "\f4c8";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-heat:before {
	content: "\e00c";
}

.fa-helicopter:before {
	content: "\f533";
}

.fa-helmet-battle:before {
	content: "\f6eb";
}

.fa-hexagon:before {
	content: "\f312";
}

.fa-highlighter:before {
	content: "\f591";
}

.fa-hiking:before {
	content: "\f6ec";
}

.fa-hippo:before {
	content: "\f6ed";
}

.fa-hips:before {
	content: "\f452";
}

.fa-hire-a-helper:before {
	content: "\f3b0";
}

.fa-history:before {
	content: "\f1da";
}

.fa-hive:before {
	content: "\e07f";
}

.fa-hockey-mask:before {
	content: "\f6ee";
}

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

.fa-hockey-sticks:before {
	content: "\f454";
}

.fa-holly-berry:before {
	content: "\f7aa";
}

.fa-home:before {
	content: "\f015";
}

.fa-home-alt:before {
	content: "\f80a";
}

.fa-home-heart:before {
	content: "\f4c9";
}

.fa-home-lg:before {
	content: "\f80b";
}

.fa-home-lg-alt:before {
	content: "\f80c";
}

.fa-hood-cloak:before {
	content: "\f6ef";
}

.fa-hooli:before {
	content: "\f427";
}

.fa-horizontal-rule:before {
	content: "\f86c";
}

.fa-hornbill:before {
	content: "\f592";
}

.fa-horse:before {
	content: "\f6f0";
}

.fa-horse-head:before {
	content: "\f7ab";
}

.fa-horse-saddle:before {
	content: "\f8c3";
}

.fa-hospital:before {
	content: "\f0f8";
}

.fa-hospital-alt:before {
	content: "\f47d";
}

.fa-hospital-symbol:before {
	content: "\f47e";
}

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

.fa-hospitals:before {
	content: "\f80e";
}

.fa-hot-tub:before {
	content: "\f593";
}

.fa-hotdog:before {
	content: "\f80f";
}

.fa-hotel:before {
	content: "\f594";
}

.fa-hotjar:before {
	content: "\f3b1";
}

.fa-hourglass:before {
	content: "\f254";
}

.fa-hourglass-end:before {
	content: "\f253";
}

.fa-hourglass-half:before {
	content: "\f252";
}

.fa-hourglass-start:before {
	content: "\f251";
}

.fa-house:before {
	content: "\e00d";
}

.fa-house-damage:before {
	content: "\f6f1";
}

.fa-house-day:before {
	content: "\e00e";
}

.fa-house-flood:before {
	content: "\f74f";
}

.fa-house-leave:before {
	content: "\e00f";
}

.fa-house-night:before {
	content: "\e010";
}

.fa-house-return:before {
	content: "\e011";
}

.fa-house-signal:before {
	content: "\e012";
}

.fa-house-user:before {
	content: "\e065";
}

.fa-houzz:before {
	content: "\f27c";
}

.fa-hryvnia:before {
	content: "\f6f2";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-hubspot:before {
	content: "\f3b2";
}

.fa-humidity:before {
	content: "\f750";
}

.fa-hurricane:before {
	content: "\f751";
}

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

.fa-ice-cream:before {
	content: "\f810";
}

.fa-ice-skate:before {
	content: "\f7ac";
}

.fa-icicles:before {
	content: "\f7ad";
}

.fa-icons:before {
	content: "\f86d";
}

.fa-icons-alt:before {
	content: "\f86e";
}

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

.fa-id-card:before {
	content: "\f2c2";
}

.fa-id-card-alt:before {
	content: "\f47f";
}

.fa-ideal:before {
	content: "\e013";
}

.fa-igloo:before {
	content: "\f7ae";
}

.fa-image:before {
	content: "\f03e";
}

.fa-image-polaroid:before {
	content: "\f8c4";
}

.fa-images:before {
	content: "\f302";
}

.fa-imdb:before {
	content: "\f2d8";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-inbox-in:before {
	content: "\f310";
}

.fa-inbox-out:before {
	content: "\f311";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-industry:before {
	content: "\f275";
}

.fa-industry-alt:before {
	content: "\f3b3";
}

.fa-infinity:before {
	content: "\f534";
}

.fa-info:before {
	content: "\f129";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-info-square:before {
	content: "\f30f";
}

.fa-inhaler:before {
	content: "\f5f9";
}

.fa-innosoft:before {
	content: "\e080";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-instagram-square:before {
	content: "\e055";
}

.fa-instalod:before {
	content: "\e081";
}

.fa-integral:before {
	content: "\f667";
}

.fa-intercom:before {
	content: "\f7af";
}

.fa-internet-explorer:before {
	content: "\f26b";
}

.fa-intersection:before {
	content: "\f668";
}

.fa-inventory:before {
	content: "\f480";
}

.fa-invision:before {
	content: "\f7b0";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-island-tropical:before {
	content: "\f811";
}

.fa-italic:before {
	content: "\f033";
}

.fa-itch-io:before {
	content: "\f83a";
}

.fa-itunes:before {
	content: "\f3b4";
}

.fa-itunes-note:before {
	content: "\f3b5";
}

.fa-jack-o-lantern:before {
	content: "\f30e";
}

.fa-java:before {
	content: "\f4e4";
}

.fa-jedi:before {
	content: "\f669";
}

.fa-jedi-order:before {
	content: "\f50e";
}

.fa-jenkins:before {
	content: "\f3b6";
}

.fa-jira:before {
	content: "\f7b1";
}

.fa-joget:before {
	content: "\f3b7";
}

.fa-joint:before {
	content: "\f595";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-journal-whills:before {
	content: "\f66a";
}

.fa-joystick:before {
	content: "\f8c5";
}

.fa-js:before {
	content: "\f3b8";
}

.fa-js-square:before {
	content: "\f3b9";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-jug:before {
	content: "\f8c6";
}

.fa-kaaba:before {
	content: "\f66b";
}

.fa-kaggle:before {
	content: "\f5fa";
}

.fa-kazoo:before {
	content: "\f8c7";
}

.fa-kerning:before {
	content: "\f86f";
}

.fa-key:before {
	content: "\f084";
}

.fa-key-skeleton:before {
	content: "\f6f3";
}

.fa-keybase:before {
	content: "\f4f5";
}

.fa-keyboard:before {
	content: "\f11c";
}

.fa-keycdn:before {
	content: "\f3ba";
}

.fa-keynote:before {
	content: "\f66c";
}

.fa-khanda:before {
	content: "\f66d";
}

.fa-kickstarter:before {
	content: "\f3bb";
}

.fa-kickstarter-k:before {
	content: "\f3bc";
}

.fa-kidneys:before {
	content: "\f5fb";
}

.fa-kiss:before {
	content: "\f596";
}

.fa-kiss-beam:before {
	content: "\f597";
}

.fa-kiss-wink-heart:before {
	content: "\f598";
}

.fa-kite:before {
	content: "\f6f4";
}

.fa-kiwi-bird:before {
	content: "\f535";
}

.fa-knife-kitchen:before {
	content: "\f6f5";
}

.fa-korvue:before {
	content: "\f42f";
}

.fa-lambda:before {
	content: "\f66e";
}

.fa-lamp:before {
	content: "\f4ca";
}

.fa-lamp-desk:before {
	content: "\e014";
}

.fa-lamp-floor:before {
	content: "\e015";
}

.fa-landmark:before {
	content: "\f66f";
}

.fa-landmark-alt:before {
	content: "\f752";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-laptop:before {
	content: "\f109";
}

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

.fa-laptop-house:before {
	content: "\e066";
}

.fa-laptop-medical:before {
	content: "\f812";
}

.fa-laravel:before {
	content: "\f3bd";
}

.fa-lasso:before {
	content: "\f8c8";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-laugh:before {
	content: "\f599";
}

.fa-laugh-beam:before {
	content: "\f59a";
}

.fa-laugh-squint:before {
	content: "\f59b";
}

.fa-laugh-wink:before {
	content: "\f59c";
}

.fa-layer-group:before {
	content: "\f5fd";
}

.fa-layer-minus:before {
	content: "\f5fe";
}

.fa-layer-plus:before {
	content: "\f5ff";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-leaf-heart:before {
	content: "\f4cb";
}

.fa-leaf-maple:before {
	content: "\f6f6";
}

.fa-leaf-oak:before {
	content: "\f6f7";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-lemon:before {
	content: "\f094";
}

.fa-less:before {
	content: "\f41d";
}

.fa-less-than:before {
	content: "\f536";
}

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

.fa-level-down:before {
	content: "\f149";
}

.fa-level-down-alt:before {
	content: "\f3be";
}

.fa-level-up:before {
	content: "\f148";
}

.fa-level-up-alt:before {
	content: "\f3bf";
}

.fa-life-ring:before {
	content: "\f1cd";
}

.fa-light-ceiling:before {
	content: "\e016";
}

.fa-light-switch:before {
	content: "\e017";
}

.fa-light-switch-off:before {
	content: "\e018";
}

.fa-light-switch-on:before {
	content: "\e019";
}

.fa-lightbulb:before {
	content: "\f0eb";
}

.fa-lightbulb-dollar:before {
	content: "\f670";
}

.fa-lightbulb-exclamation:before {
	content: "\f671";
}

.fa-lightbulb-on:before {
	content: "\f672";
}

.fa-lightbulb-slash:before {
	content: "\f673";
}

.fa-lights-holiday:before {
	content: "\f7b2";
}

.fa-line:before {
	content: "\f3c0";
}

.fa-line-columns:before {
	content: "\f870";
}

.fa-line-height:before {
	content: "\f871";
}

.fa-link:before {
	content: "\f0c1";
}

.fa-linkedin:before {
	content: "\f08c";
}

.fa-linkedin-in:before {
	content: "\f0e1";
}

.fa-linode:before {
	content: "\f2b8";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-lips:before {
	content: "\f600";
}

.fa-lira-sign:before {
	content: "\f195";
}

.fa-list:before {
	content: "\f03a";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-list-music:before {
	content: "\f8c9";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-location:before {
	content: "\f601";
}

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

.fa-location-circle:before {
	content: "\f602";
}

.fa-location-slash:before {
	content: "\f603";
}

.fa-lock:before {
	content: "\f023";
}

.fa-lock-alt:before {
	content: "\f30d";
}

.fa-lock-open:before {
	content: "\f3c1";
}

.fa-lock-open-alt:before {
	content: "\f3c2";
}

.fa-long-arrow-alt-down:before {
	content: "\f309";
}

.fa-long-arrow-alt-left:before {
	content: "\f30a";
}

.fa-long-arrow-alt-right:before {
	content: "\f30b";
}

.fa-long-arrow-alt-up:before {
	content: "\f30c";
}

.fa-long-arrow-down:before {
	content: "\f175";
}

.fa-long-arrow-left:before {
	content: "\f177";
}

.fa-long-arrow-right:before {
	content: "\f178";
}

.fa-long-arrow-up:before {
	content: "\f176";
}

.fa-loveseat:before {
	content: "\f4cc";
}

.fa-low-vision:before {
	content: "\f2a8";
}

.fa-luchador:before {
	content: "\f455";
}

.fa-luggage-cart:before {
	content: "\f59d";
}

.fa-lungs:before {
	content: "\f604";
}

.fa-lungs-virus:before {
	content: "\e067";
}

.fa-lyft:before {
	content: "\f3c3";
}

.fa-mace:before {
	content: "\f6f8";
}

.fa-magento:before {
	content: "\f3c4";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-mail-bulk:before {
	content: "\f674";
}

.fa-mailbox:before {
	content: "\f813";
}

.fa-mailchimp:before {
	content: "\f59e";
}

.fa-male:before {
	content: "\f183";
}

.fa-mandalorian:before {
	content: "\f50f";
}

.fa-mandolin:before {
	content: "\f6f9";
}

.fa-map:before {
	content: "\f279";
}

.fa-map-marked:before {
	content: "\f59f";
}

.fa-map-marked-alt:before {
	content: "\f5a0";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-map-marker-alt:before {
	content: "\f3c5";
}

.fa-map-marker-alt-slash:before {
	content: "\f605";
}

.fa-map-marker-check:before {
	content: "\f606";
}

.fa-map-marker-edit:before {
	content: "\f607";
}

.fa-map-marker-exclamation:before {
	content: "\f608";
}

.fa-map-marker-minus:before {
	content: "\f609";
}

.fa-map-marker-plus:before {
	content: "\f60a";
}

.fa-map-marker-question:before {
	content: "\f60b";
}

.fa-map-marker-slash:before {
	content: "\f60c";
}

.fa-map-marker-smile:before {
	content: "\f60d";
}

.fa-map-marker-times:before {
	content: "\f60e";
}

.fa-map-pin:before {
	content: "\f276";
}

.fa-map-signs:before {
	content: "\f277";
}

.fa-markdown:before {
	content: "\f60f";
}

.fa-marker:before {
	content: "\f5a1";
}

.fa-mars:before {
	content: "\f222";
}

.fa-mars-double:before {
	content: "\f227";
}

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

.fa-mars-stroke-h:before {
	content: "\f22b";
}

.fa-mars-stroke-v:before {
	content: "\f22a";
}

.fa-mask:before {
	content: "\f6fa";
}

.fa-mastodon:before {
	content: "\f4f6";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-mdb:before {
	content: "\f8ca";
}

.fa-meat:before {
	content: "\f814";
}

.fa-medal:before {
	content: "\f5a2";
}

.fa-medapps:before {
	content: "\f3c6";
}

.fa-medium:before {
	content: "\f23a";
}

.fa-medium-m:before {
	content: "\f3c7";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-medrt:before {
	content: "\f3c8";
}

.fa-meetup:before {
	content: "\f2e0";
}

.fa-megaphone:before {
	content: "\f675";
}

.fa-megaport:before {
	content: "\f5a3";
}

.fa-meh:before {
	content: "\f11a";
}

.fa-meh-blank:before {
	content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
	content: "\f5a5";
}

.fa-memory:before {
	content: "\f538";
}

.fa-mendeley:before {
	content: "\f7b3";
}

.fa-menorah:before {
	content: "\f676";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-meteor:before {
	content: "\f753";
}

.fa-microblog:before {
	content: "\e01a";
}

.fa-microchip:before {
	content: "\f2db";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-alt:before {
	content: "\f3c9";
}

.fa-microphone-alt-slash:before {
	content: "\f539";
}

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

.fa-microphone-stand:before {
	content: "\f8cb";
}

.fa-microscope:before {
	content: "\f610";
}

.fa-microsoft:before {
	content: "\f3ca";
}

.fa-microwave:before {
	content: "\e01b";
}

.fa-mind-share:before {
	content: "\f677";
}

.fa-minus:before {
	content: "\f068";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-minus-hexagon:before {
	content: "\f307";
}

.fa-minus-octagon:before {
	content: "\f308";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-mistletoe:before {
	content: "\f7b4";
}

.fa-mitten:before {
	content: "\f7b5";
}

.fa-mix:before {
	content: "\f3cb";
}

.fa-mixcloud:before {
	content: "\f289";
}

.fa-mixer:before {
	content: "\e056";
}

.fa-mizuni:before {
	content: "\f3cc";
}

.fa-mobile:before {
	content: "\f10b";
}

.fa-mobile-alt:before {
	content: "\f3cd";
}

.fa-mobile-android:before {
	content: "\f3ce";
}

.fa-mobile-android-alt:before {
	content: "\f3cf";
}

.fa-modx:before {
	content: "\f285";
}

.fa-monero:before {
	content: "\f3d0";
}

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

.fa-money-bill-alt:before {
	content: "\f3d1";
}

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

.fa-money-bill-wave-alt:before {
	content: "\f53b";
}

.fa-money-check:before {
	content: "\f53c";
}

.fa-money-check-alt:before {
	content: "\f53d";
}

.fa-money-check-edit:before {
	content: "\f872";
}

.fa-money-check-edit-alt:before {
	content: "\f873";
}

.fa-monitor-heart-rate:before {
	content: "\f611";
}

.fa-monkey:before {
	content: "\f6fb";
}

.fa-monument:before {
	content: "\f5a6";
}

.fa-moon:before {
	content: "\f186";
}

.fa-moon-cloud:before {
	content: "\f754";
}

.fa-moon-stars:before {
	content: "\f755";
}

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

.fa-mosque:before {
	content: "\f678";
}

.fa-motorcycle:before {
	content: "\f21c";
}

.fa-mountain:before {
	content: "\f6fc";
}

.fa-mountains:before {
	content: "\f6fd";
}

.fa-mouse:before {
	content: "\f8cc";
}

.fa-mouse-alt:before {
	content: "\f8cd";
}

.fa-mouse-pointer:before {
	content: "\f245";
}

.fa-mp3-player:before {
	content: "\f8ce";
}

.fa-mug:before {
	content: "\f874";
}

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

.fa-mug-marshmallows:before {
	content: "\f7b7";
}

.fa-mug-tea:before {
	content: "\f875";
}

.fa-music:before {
	content: "\f001";
}

.fa-music-alt:before {
	content: "\f8cf";
}

.fa-music-alt-slash:before {
	content: "\f8d0";
}

.fa-music-slash:before {
	content: "\f8d1";
}

.fa-napster:before {
	content: "\f3d2";
}

.fa-narwhal:before {
	content: "\f6fe";
}

.fa-neos:before {
	content: "\f612";
}

.fa-network-wired:before {
	content: "\f6ff";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-newspaper:before {
	content: "\f1ea";
}

.fa-nimblr:before {
	content: "\f5a8";
}

.fa-node:before {
	content: "\f419";
}

.fa-node-js:before {
	content: "\f3d3";
}

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

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

.fa-npm:before {
	content: "\f3d4";
}

.fa-ns8:before {
	content: "\f3d5";
}

.fa-nutritionix:before {
	content: "\f3d6";
}

.fa-object-group:before {
	content: "\f247";
}

.fa-object-ungroup:before {
	content: "\f248";
}

.fa-octagon:before {
	content: "\f306";
}

.fa-octopus-deploy:before {
	content: "\e082";
}

.fa-odnoklassniki:before {
	content: "\f263";
}

.fa-odnoklassniki-square:before {
	content: "\f264";
}

.fa-oil-can:before {
	content: "\f613";
}

.fa-oil-temp:before {
	content: "\f614";
}

.fa-old-republic:before {
	content: "\f510";
}

.fa-om:before {
	content: "\f679";
}

.fa-omega:before {
	content: "\f67a";
}

.fa-opencart:before {
	content: "\f23d";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-opera:before {
	content: "\f26a";
}

.fa-optin-monster:before {
	content: "\f23c";
}

.fa-orcid:before {
	content: "\f8d2";
}

.fa-ornament:before {
	content: "\f7b8";
}

.fa-osi:before {
	content: "\f41a";
}

.fa-otter:before {
	content: "\f700";
}

.fa-outdent:before {
	content: "\f03b";
}

.fa-outlet:before {
	content: "\e01c";
}

.fa-oven:before {
	content: "\e01d";
}

.fa-overline:before {
	content: "\f876";
}

.fa-page-break:before {
	content: "\f877";
}

.fa-page4:before {
	content: "\f3d7";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-pager:before {
	content: "\f815";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-paint-brush-alt:before {
	content: "\f5a9";
}

.fa-paint-roller:before {
	content: "\f5aa";
}

.fa-palette:before {
	content: "\f53f";
}

.fa-palfed:before {
	content: "\f3d8";
}

.fa-pallet:before {
	content: "\f482";
}

.fa-pallet-alt:before {
	content: "\f483";
}

.fa-paper-plane:before {
	content: "\f1d8";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-parachute-box:before {
	content: "\f4cd";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-paragraph-rtl:before {
	content: "\f878";
}

.fa-parking:before {
	content: "\f540";
}

.fa-parking-circle:before {
	content: "\f615";
}

.fa-parking-circle-slash:before {
	content: "\f616";
}

.fa-parking-slash:before {
	content: "\f617";
}

.fa-passport:before {
	content: "\f5ab";
}

.fa-pastafarianism:before {
	content: "\f67b";
}

.fa-paste:before {
	content: "\f0ea";
}

.fa-patreon:before {
	content: "\f3d9";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-pause-circle:before {
	content: "\f28b";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-paw-alt:before {
	content: "\f701";
}

.fa-paw-claws:before {
	content: "\f702";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-peace:before {
	content: "\f67c";
}

.fa-pegasus:before {
	content: "\f703";
}

.fa-pen:before {
	content: "\f304";
}

.fa-pen-alt:before {
	content: "\f305";
}

.fa-pen-fancy:before {
	content: "\f5ac";
}

.fa-pen-nib:before {
	content: "\f5ad";
}

.fa-pen-square:before {
	content: "\f14b";
}

.fa-pencil:before {
	content: "\f040";
}

.fa-pencil-alt:before {
	content: "\f303";
}

.fa-pencil-paintbrush:before {
	content: "\f618";
}

.fa-pencil-ruler:before {
	content: "\f5ae";
}

.fa-pennant:before {
	content: "\f456";
}

.fa-penny-arcade:before {
	content: "\f704";
}

.fa-people-arrows:before {
	content: "\e068";
}

.fa-people-carry:before {
	content: "\f4ce";
}

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

.fa-perbyte:before {
	content: "\e083";
}

.fa-percent:before {
	content: "\f295";
}

.fa-percentage:before {
	content: "\f541";
}

.fa-periscope:before {
	content: "\f3da";
}

.fa-person-booth:before {
	content: "\f756";
}

.fa-person-carry:before {
	content: "\f4cf";
}

.fa-person-dolly:before {
	content: "\f4d0";
}

.fa-person-dolly-empty:before {
	content: "\f4d1";
}

.fa-person-sign:before {
	content: "\f757";
}

.fa-phabricator:before {
	content: "\f3db";
}

.fa-phoenix-framework:before {
	content: "\f3dc";
}

.fa-phoenix-squadron:before {
	content: "\f511";
}

.fa-phone:before {
	content: "\f095";
}

.fa-phone-alt:before {
	content: "\f879";
}

.fa-phone-laptop:before {
	content: "\f87a";
}

.fa-phone-office:before {
	content: "\f67d";
}

.fa-phone-plus:before {
	content: "\f4d2";
}

.fa-phone-rotary:before {
	content: "\f8d3";
}

.fa-phone-slash:before {
	content: "\f3dd";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-phone-square-alt:before {
	content: "\f87b";
}

.fa-phone-volume:before {
	content: "\f2a0";
}

.fa-photo-video:before {
	content: "\f87c";
}

.fa-php:before {
	content: "\f457";
}

.fa-pi:before {
	content: "\f67e";
}

.fa-piano:before {
	content: "\f8d4";
}

.fa-piano-keyboard:before {
	content: "\f8d5";
}

.fa-pie:before {
	content: "\f705";
}

.fa-pied-piper:before {
	content: "\f2ae";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-pied-piper-hat:before {
	content: "\f4e5";
}

.fa-pied-piper-pp:before {
	content: "\f1a7";
}

.fa-pied-piper-square:before {
	content: "\e01e";
}

.fa-pig:before {
	content: "\f706";
}

.fa-piggy-bank:before {
	content: "\f4d3";
}

.fa-pills:before {
	content: "\f484";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-pizza:before {
	content: "\f817";
}

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

.fa-place-of-worship:before {
	content: "\f67f";
}

.fa-plane:before {
	content: "\f072";
}

.fa-plane-alt:before {
	content: "\f3de";
}

.fa-plane-arrival:before {
	content: "\f5af";
}

.fa-plane-departure:before {
	content: "\f5b0";
}

.fa-plane-slash:before {
	content: "\e069";
}

.fa-planet-moon:before {
	content: "\e01f";
}

.fa-planet-ringed:before {
	content: "\e020";
}

.fa-play:before {
	content: "\f04b";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-playstation:before {
	content: "\f3df";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-plus:before {
	content: "\f067";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-plus-hexagon:before {
	content: "\f300";
}

.fa-plus-octagon:before {
	content: "\f301";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-podcast:before {
	content: "\f2ce";
}

.fa-podium:before {
	content: "\f680";
}

.fa-podium-star:before {
	content: "\f758";
}

.fa-police-box:before {
	content: "\e021";
}

.fa-poll:before {
	content: "\f681";
}

.fa-poll-h:before {
	content: "\f682";
}

.fa-poll-people:before {
	content: "\f759";
}

.fa-poo:before {
	content: "\f2fe";
}

.fa-poo-storm:before {
	content: "\f75a";
}

.fa-poop:before {
	content: "\f619";
}

.fa-popcorn:before {
	content: "\f819";
}

.fa-portal-enter:before {
	content: "\e022";
}

.fa-portal-exit:before {
	content: "\e023";
}

.fa-portrait:before {
	content: "\f3e0";
}

.fa-pound-sign:before {
	content: "\f154";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-pray:before {
	content: "\f683";
}

.fa-praying-hands:before {
	content: "\f684";
}

.fa-prescription:before {
	content: "\f5b1";
}

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

.fa-prescription-bottle-alt:before {
	content: "\f486";
}

.fa-presentation:before {
	content: "\f685";
}

.fa-print:before {
	content: "\f02f";
}

.fa-print-search:before {
	content: "\f81a";
}

.fa-print-slash:before {
	content: "\f686";
}

.fa-procedures:before {
	content: "\f487";
}

.fa-product-hunt:before {
	content: "\f288";
}

.fa-project-diagram:before {
	content: "\f542";
}

.fa-projector:before {
	content: "\f8d6";
}

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

.fa-pump-soap:before {
	content: "\e06b";
}

.fa-pumpkin:before {
	content: "\f707";
}

.fa-pushed:before {
	content: "\f3e1";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-python:before {
	content: "\f3e2";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-question:before {
	content: "\f128";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-question-square:before {
	content: "\f2fd";
}

.fa-quidditch:before {
	content: "\f458";
}

.fa-quinscape:before {
	content: "\f459";
}

.fa-quora:before {
	content: "\f2c4";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-quran:before {
	content: "\f687";
}

.fa-r-project:before {
	content: "\f4f7";
}

.fa-rabbit:before {
	content: "\f708";
}

.fa-rabbit-fast:before {
	content: "\f709";
}

.fa-racquet:before {
	content: "\f45a";
}

.fa-radar:before {
	content: "\e024";
}

.fa-radiation:before {
	content: "\f7b9";
}

.fa-radiation-alt:before {
	content: "\f7ba";
}

.fa-radio:before {
	content: "\f8d7";
}

.fa-radio-alt:before {
	content: "\f8d8";
}

.fa-rainbow:before {
	content: "\f75b";
}

.fa-raindrops:before {
	content: "\f75c";
}

.fa-ram:before {
	content: "\f70a";
}

.fa-ramp-loading:before {
	content: "\f4d4";
}

.fa-random:before {
	content: "\f074";
}

.fa-raspberry-pi:before {
	content: "\f7bb";
}

.fa-ravelry:before {
	content: "\f2d9";
}

.fa-raygun:before {
	content: "\e025";
}

.fa-react:before {
	content: "\f41b";
}

.fa-reacteurope:before {
	content: "\f75d";
}

.fa-readme:before {
	content: "\f4d5";
}

.fa-rebel:before {
	content: "\f1d0";
}

.fa-receipt:before {
	content: "\f543";
}

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

.fa-rectangle-landscape:before {
	content: "\f2fa";
}

.fa-rectangle-portrait:before {
	content: "\f2fb";
}

.fa-rectangle-wide:before {
	content: "\f2fc";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-red-river:before {
	content: "\f3e3";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-alien:before {
	content: "\f281";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-redhat:before {
	content: "\f7bc";
}

.fa-redo:before {
	content: "\f01e";
}

.fa-redo-alt:before {
	content: "\f2f9";
}

.fa-refrigerator:before {
	content: "\e026";
}

.fa-registered:before {
	content: "\f25d";
}

.fa-remove-format:before {
	content: "\f87d";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-repeat:before {
	content: "\f363";
}

.fa-repeat-1:before {
	content: "\f365";
}

.fa-repeat-1-alt:before {
	content: "\f366";
}

.fa-repeat-alt:before {
	content: "\f364";
}

.fa-reply:before {
	content: "\f3e5";
}

.fa-reply-all:before {
	content: "\f122";
}

.fa-replyd:before {
	content: "\f3e6";
}

.fa-republican:before {
	content: "\f75e";
}

.fa-researchgate:before {
	content: "\f4f8";
}

.fa-resolving:before {
	content: "\f3e7";
}

.fa-restroom:before {
	content: "\f7bd";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-retweet-alt:before {
	content: "\f361";
}

.fa-rev:before {
	content: "\f5b2";
}

.fa-ribbon:before {
	content: "\f4d6";
}

.fa-ring:before {
	content: "\f70b";
}

.fa-rings-wedding:before {
	content: "\f81b";
}

.fa-road:before {
	content: "\f018";
}

.fa-robot:before {
	content: "\f544";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-rocket-launch:before {
	content: "\e027";
}

.fa-rocketchat:before {
	content: "\f3e8";
}

.fa-rockrms:before {
	content: "\f3e9";
}

.fa-route:before {
	content: "\f4d7";
}

.fa-route-highway:before {
	content: "\f61a";
}

.fa-route-interstate:before {
	content: "\f61b";
}

.fa-router:before {
	content: "\f8da";
}

.fa-rss:before {
	content: "\f09e";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-ruble-sign:before {
	content: "\f158";
}

.fa-ruler:before {
	content: "\f545";
}

.fa-ruler-combined:before {
	content: "\f546";
}

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

.fa-ruler-triangle:before {
	content: "\f61c";
}

.fa-ruler-vertical:before {
	content: "\f548";
}

.fa-running:before {
	content: "\f70c";
}

.fa-rupee-sign:before {
	content: "\f156";
}

.fa-rust:before {
	content: "\e07a";
}

.fa-rv:before {
	content: "\f7be";
}

.fa-sack:before {
	content: "\f81c";
}

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

.fa-sad-cry:before {
	content: "\f5b3";
}

.fa-sad-tear:before {
	content: "\f5b4";
}

.fa-safari:before {
	content: "\f267";
}

.fa-salad:before {
	content: "\f81e";
}

.fa-salesforce:before {
	content: "\f83b";
}

.fa-sandwich:before {
	content: "\f81f";
}

.fa-sass:before {
	content: "\f41e";
}

.fa-satellite:before {
	content: "\f7bf";
}

.fa-satellite-dish:before {
	content: "\f7c0";
}

.fa-sausage:before {
	content: "\f820";
}

.fa-save:before {
	content: "\f0c7";
}

.fa-sax-hot:before {
	content: "\f8db";
}

.fa-saxophone:before {
	content: "\f8dc";
}

.fa-scalpel:before {
	content: "\f61d";
}

.fa-scalpel-path:before {
	content: "\f61e";
}

.fa-scanner:before {
	content: "\f488";
}

.fa-scanner-image:before {
	content: "\f8f3";
}

.fa-scanner-keyboard:before {
	content: "\f489";
}

.fa-scanner-touchscreen:before {
	content: "\f48a";
}

.fa-scarecrow:before {
	content: "\f70d";
}

.fa-scarf:before {
	content: "\f7c1";
}

.fa-schlix:before {
	content: "\f3ea";
}

.fa-school:before {
	content: "\f549";
}

.fa-screwdriver:before {
	content: "\f54a";
}

.fa-scribd:before {
	content: "\f28a";
}

.fa-scroll:before {
	content: "\f70e";
}

.fa-scroll-old:before {
	content: "\f70f";
}

.fa-scrubber:before {
	content: "\f2f8";
}

.fa-scythe:before {
	content: "\f710";
}

.fa-sd-card:before {
	content: "\f7c2";
}

.fa-search:before {
	content: "\f002";
}

.fa-search-dollar:before {
	content: "\f688";
}

.fa-search-location:before {
	content: "\f689";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-searchengin:before {
	content: "\f3eb";
}

.fa-seedling:before {
	content: "\f4d8";
}

.fa-sellcast:before {
	content: "\f2da";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-send-back:before {
	content: "\f87e";
}

.fa-send-backward:before {
	content: "\f87f";
}

.fa-sensor:before {
	content: "\e028";
}

.fa-sensor-alert:before {
	content: "\e029";
}

.fa-sensor-fire:before {
	content: "\e02a";
}

.fa-sensor-on:before {
	content: "\e02b";
}

.fa-sensor-smoke:before {
	content: "\e02c";
}

.fa-server:before {
	content: "\f233";
}

.fa-servicestack:before {
	content: "\f3ec";
}

.fa-shapes:before {
	content: "\f61f";
}

.fa-share:before {
	content: "\f064";
}

.fa-share-all:before {
	content: "\f367";
}

.fa-share-alt:before {
	content: "\f1e0";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-sheep:before {
	content: "\f711";
}

.fa-shekel-sign:before {
	content: "\f20b";
}

.fa-shield:before {
	content: "\f132";
}

.fa-shield-alt:before {
	content: "\f3ed";
}

.fa-shield-check:before {
	content: "\f2f7";
}

.fa-shield-cross:before {
	content: "\f712";
}

.fa-shield-virus:before {
	content: "\e06c";
}

.fa-ship:before {
	content: "\f21a";
}

.fa-shipping-fast:before {
	content: "\f48b";
}

.fa-shipping-timed:before {
	content: "\f48c";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

.fa-shish-kebab:before {
	content: "\f821";
}

.fa-shoe-prints:before {
	content: "\f54b";
}

.fa-shopify:before {
	content: "\e057";
}

.fa-shopping-bag:before {
	content: "\f290";
}

.fa-shopping-basket:before {
	content: "\f291";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-shopware:before {
	content: "\f5b5";
}

.fa-shovel:before {
	content: "\f713";
}

.fa-shovel-snow:before {
	content: "\f7c3";
}

.fa-shower:before {
	content: "\f2cc";
}

.fa-shredder:before {
	content: "\f68a";
}

.fa-shuttle-van:before {
	content: "\f5b6";
}

.fa-shuttlecock:before {
	content: "\f45b";
}

.fa-sickle:before {
	content: "\f822";
}

.fa-sigma:before {
	content: "\f68b";
}

.fa-sign:before {
	content: "\f4d9";
}

.fa-sign-in:before {
	content: "\f090";
}

.fa-sign-in-alt:before {
	content: "\f2f6";
}

.fa-sign-language:before {
	content: "\f2a7";
}

.fa-sign-out:before {
	content: "\f08b";
}

.fa-sign-out-alt:before {
	content: "\f2f5";
}

.fa-signal:before {
	content: "\f012";
}

.fa-signal-1:before {
	content: "\f68c";
}

.fa-signal-2:before {
	content: "\f68d";
}

.fa-signal-3:before {
	content: "\f68e";
}

.fa-signal-4:before {
	content: "\f68f";
}

.fa-signal-alt:before {
	content: "\f690";
}

.fa-signal-alt-1:before {
	content: "\f691";
}

.fa-signal-alt-2:before {
	content: "\f692";
}

.fa-signal-alt-3:before {
	content: "\f693";
}

.fa-signal-alt-slash:before {
	content: "\f694";
}

.fa-signal-slash:before {
	content: "\f695";
}

.fa-signal-stream:before {
	content: "\f8dd";
}

.fa-signature:before {
	content: "\f5b7";
}

.fa-sim-card:before {
	content: "\f7c4";
}

.fa-simplybuilt:before {
	content: "\f215";
}

.fa-sink:before {
	content: "\e06d";
}

.fa-siren:before {
	content: "\e02d";
}

.fa-siren-on:before {
	content: "\e02e";
}

.fa-sistrix:before {
	content: "\f3ee";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-sith:before {
	content: "\f512";
}

.fa-skating:before {
	content: "\f7c5";
}

.fa-skeleton:before {
	content: "\f620";
}

.fa-sketch:before {
	content: "\f7c6";
}

.fa-ski-jump:before {
	content: "\f7c7";
}

.fa-ski-lift:before {
	content: "\f7c8";
}

.fa-skiing:before {
	content: "\f7c9";
}

.fa-skiing-nordic:before {
	content: "\f7ca";
}

.fa-skull:before {
	content: "\f54c";
}

.fa-skull-cow:before {
	content: "\f8de";
}

.fa-skull-crossbones:before {
	content: "\f714";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-slack:before {
	content: "\f198";
}

.fa-slack-hash:before {
	content: "\f3ef";
}

.fa-slash:before {
	content: "\f715";
}

.fa-sledding:before {
	content: "\f7cb";
}

.fa-sleigh:before {
	content: "\f7cc";
}

.fa-sliders-h:before {
	content: "\f1de";
}

.fa-sliders-h-square:before {
	content: "\f3f0";
}

.fa-sliders-v:before {
	content: "\f3f1";
}

.fa-sliders-v-square:before {
	content: "\f3f2";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-smile:before {
	content: "\f118";
}

.fa-smile-beam:before {
	content: "\f5b8";
}

.fa-smile-plus:before {
	content: "\f5b9";
}

.fa-smile-wink:before {
	content: "\f4da";
}

.fa-smog:before {
	content: "\f75f";
}

.fa-smoke:before {
	content: "\f760";
}

.fa-smoking:before {
	content: "\f48d";
}

.fa-smoking-ban:before {
	content: "\f54d";
}

.fa-sms:before {
	content: "\f7cd";
}

.fa-snake:before {
	content: "\f716";
}

.fa-snapchat:before {
	content: "\f2ab";
}

.fa-snapchat-ghost:before {
	content: "\f2ac";
}

.fa-snapchat-square:before {
	content: "\f2ad";
}

.fa-snooze:before {
	content: "\f880";
}

.fa-snow-blowing:before {
	content: "\f761";
}

.fa-snowboarding:before {
	content: "\f7ce";
}

.fa-snowflake:before {
	content: "\f2dc";
}

.fa-snowflakes:before {
	content: "\f7cf";
}

.fa-snowman:before {
	content: "\f7d0";
}

.fa-snowmobile:before {
	content: "\f7d1";
}

.fa-snowplow:before {
	content: "\f7d2";
}

.fa-soap:before {
	content: "\e06e";
}

.fa-socks:before {
	content: "\f696";
}

.fa-solar-panel:before {
	content: "\f5ba";
}

.fa-solar-system:before {
	content: "\e02f";
}

.fa-sort:before {
	content: "\f0dc";
}

.fa-sort-alpha-down:before {
	content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
	content: "\f881";
}

.fa-sort-alpha-up:before {
	content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
	content: "\f882";
}

.fa-sort-alt:before {
	content: "\f883";
}

.fa-sort-amount-down:before {
	content: "\f160";
}

.fa-sort-amount-down-alt:before {
	content: "\f884";
}

.fa-sort-amount-up:before {
	content: "\f161";
}

.fa-sort-amount-up-alt:before {
	content: "\f885";
}

.fa-sort-circle:before {
	content: "\e030";
}

.fa-sort-circle-down:before {
	content: "\e031";
}

.fa-sort-circle-up:before {
	content: "\e032";
}

.fa-sort-down:before {
	content: "\f0dd";
}

.fa-sort-numeric-down:before {
	content: "\f162";
}

.fa-sort-numeric-down-alt:before {
	content: "\f886";
}

.fa-sort-numeric-up:before {
	content: "\f163";
}

.fa-sort-numeric-up-alt:before {
	content: "\f887";
}

.fa-sort-shapes-down:before {
	content: "\f888";
}

.fa-sort-shapes-down-alt:before {
	content: "\f889";
}

.fa-sort-shapes-up:before {
	content: "\f88a";
}

.fa-sort-shapes-up-alt:before {
	content: "\f88b";
}

.fa-sort-size-down:before {
	content: "\f88c";
}

.fa-sort-size-down-alt:before {
	content: "\f88d";
}

.fa-sort-size-up:before {
	content: "\f88e";
}

.fa-sort-size-up-alt:before {
	content: "\f88f";
}

.fa-sort-up:before {
	content: "\f0de";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-soup:before {
	content: "\f823";
}

.fa-sourcetree:before {
	content: "\f7d3";
}

.fa-spa:before {
	content: "\f5bb";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-space-station-moon:before {
	content: "\e033";
}

.fa-space-station-moon-alt:before {
	content: "\e034";
}

.fa-spade:before {
	content: "\f2f4";
}

.fa-sparkles:before {
	content: "\f890";
}

.fa-speakap:before {
	content: "\f3f3";
}

.fa-speaker:before {
	content: "\f8df";
}

.fa-speaker-deck:before {
	content: "\f83c";
}

.fa-speakers:before {
	content: "\f8e0";
}

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

.fa-spider:before {
	content: "\f717";
}

.fa-spider-black-widow:before {
	content: "\f718";
}

.fa-spider-web:before {
	content: "\f719";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-spinner-third:before {
	content: "\f3f4";
}

.fa-splotch:before {
	content: "\f5bc";
}

.fa-spotify:before {
	content: "\f1bc";
}

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

.fa-sprinkler:before {
	content: "\e035";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-square-full:before {
	content: "\f45c";
}

.fa-square-root:before {
	content: "\f697";
}

.fa-square-root-alt:before {
	content: "\f698";
}

.fa-squarespace:before {
	content: "\f5be";
}

.fa-squirrel:before {
	content: "\f71a";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-stackpath:before {
	content: "\f842";
}

.fa-staff:before {
	content: "\f71b";
}

.fa-stamp:before {
	content: "\f5bf";
}

.fa-star:before {
	content: "\f005";
}

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

.fa-star-christmas:before {
	content: "\f7d4";
}

.fa-star-exclamation:before {
	content: "\f2f3";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-star-half-alt:before {
	content: "\f5c0";
}

.fa-star-of-david:before {
	content: "\f69a";
}

.fa-star-of-life:before {
	content: "\f621";
}

.fa-star-shooting:before {
	content: "\e036";
}

.fa-starfighter:before {
	content: "\e037";
}

.fa-starfighter-alt:before {
	content: "\e038";
}

.fa-stars:before {
	content: "\f762";
}

.fa-starship:before {
	content: "\e039";
}

.fa-starship-freighter:before {
	content: "\e03a";
}

.fa-staylinked:before {
	content: "\f3f5";
}

.fa-steak:before {
	content: "\f824";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-steam-symbol:before {
	content: "\f3f6";
}

.fa-steering-wheel:before {
	content: "\f622";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-sticker-mule:before {
	content: "\f3f7";
}

.fa-sticky-note:before {
	content: "\f249";
}

.fa-stocking:before {
	content: "\f7d5";
}

.fa-stomach:before {
	content: "\f623";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-stop-circle:before {
	content: "\f28d";
}

.fa-stopwatch:before {
	content: "\f2f2";
}

.fa-stopwatch-20:before {
	content: "\e06f";
}

.fa-store:before {
	content: "\f54e";
}

.fa-store-alt:before {
	content: "\f54f";
}

.fa-store-alt-slash:before {
	content: "\e070";
}

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

.fa-strava:before {
	content: "\f428";
}

.fa-stream:before {
	content: "\f550";
}

.fa-street-view:before {
	content: "\f21d";
}

.fa-stretcher:before {
	content: "\f825";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-stripe:before {
	content: "\f429";
}

.fa-stripe-s:before {
	content: "\f42a";
}

.fa-stroopwafel:before {
	content: "\f551";
}

.fa-studiovinari:before {
	content: "\f3f8";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-subway:before {
	content: "\f239";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-suitcase-rolling:before {
	content: "\f5c1";
}

.fa-sun:before {
	content: "\f185";
}

.fa-sun-cloud:before {
	content: "\f763";
}

.fa-sun-dust:before {
	content: "\f764";
}

.fa-sun-haze:before {
	content: "\f765";
}

.fa-sunglasses:before {
	content: "\f892";
}

.fa-sunrise:before {
	content: "\f766";
}

.fa-sunset:before {
	content: "\f767";
}

.fa-superpowers:before {
	content: "\f2dd";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-supple:before {
	content: "\f3f9";
}

.fa-surprise:before {
	content: "\f5c2";
}

.fa-suse:before {
	content: "\f7d6";
}

.fa-swatchbook:before {
	content: "\f5c3";
}

.fa-swift:before {
	content: "\f8e1";
}

.fa-swimmer:before {
	content: "\f5c4";
}

.fa-swimming-pool:before {
	content: "\f5c5";
}

.fa-sword:before {
	content: "\f71c";
}

.fa-sword-laser:before {
	content: "\e03b";
}

.fa-sword-laser-alt:before {
	content: "\e03c";
}

.fa-swords:before {
	content: "\f71d";
}

.fa-swords-laser:before {
	content: "\e03d";
}

.fa-symfony:before {
	content: "\f83d";
}

.fa-synagogue:before {
	content: "\f69b";
}

.fa-sync:before {
	content: "\f021";
}

.fa-sync-alt:before {
	content: "\f2f1";
}

.fa-syringe:before {
	content: "\f48e";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-table-tennis:before {
	content: "\f45d";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-tablet-alt:before {
	content: "\f3fa";
}

.fa-tablet-android:before {
	content: "\f3fb";
}

.fa-tablet-android-alt:before {
	content: "\f3fc";
}

.fa-tablet-rugged:before {
	content: "\f48f";
}

.fa-tablets:before {
	content: "\f490";
}

.fa-tachometer:before {
	content: "\f0e4";
}

.fa-tachometer-alt:before {
	content: "\f3fd";
}

.fa-tachometer-alt-average:before {
	content: "\f624";
}

.fa-tachometer-alt-fast:before {
	content: "\f625";
}

.fa-tachometer-alt-fastest:before {
	content: "\f626";
}

.fa-tachometer-alt-slow:before {
	content: "\f627";
}

.fa-tachometer-alt-slowest:before {
	content: "\f628";
}

.fa-tachometer-average:before {
	content: "\f629";
}

.fa-tachometer-fast:before {
	content: "\f62a";
}

.fa-tachometer-fastest:before {
	content: "\f62b";
}

.fa-tachometer-slow:before {
	content: "\f62c";
}

.fa-tachometer-slowest:before {
	content: "\f62d";
}

.fa-taco:before {
	content: "\f826";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-tally:before {
	content: "\f69c";
}

.fa-tanakh:before {
	content: "\f827";
}

.fa-tape:before {
	content: "\f4db";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-tasks-alt:before {
	content: "\f828";
}

.fa-taxi:before {
	content: "\f1ba";
}

.fa-teamspeak:before {
	content: "\f4f9";
}

.fa-teeth:before {
	content: "\f62e";
}

.fa-teeth-open:before {
	content: "\f62f";
}

.fa-telegram:before {
	content: "\f2c6";
}

.fa-telegram-plane:before {
	content: "\f3fe";
}

.fa-telescope:before {
	content: "\e03e";
}

.fa-temperature-down:before {
	content: "\e03f";
}

.fa-temperature-frigid:before {
	content: "\f768";
}

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

.fa-temperature-hot:before {
	content: "\f76a";
}

.fa-temperature-low:before {
	content: "\f76b";
}

.fa-temperature-up:before {
	content: "\e040";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-tenge:before {
	content: "\f7d7";
}

.fa-tennis-ball:before {
	content: "\f45e";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-text:before {
	content: "\f893";
}

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

.fa-text-size:before {
	content: "\f894";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-the-red-yeti:before {
	content: "\f69d";
}

.fa-theater-masks:before {
	content: "\f630";
}

.fa-themeco:before {
	content: "\f5c6";
}

.fa-themeisle:before {
	content: "\f2b2";
}

.fa-thermometer:before {
	content: "\f491";
}

.fa-thermometer-empty:before {
	content: "\f2cb";
}

.fa-thermometer-full:before {
	content: "\f2c7";
}

.fa-thermometer-half:before {
	content: "\f2c9";
}

.fa-thermometer-quarter:before {
	content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
	content: "\f2c8";
}

.fa-theta:before {
	content: "\f69e";
}

.fa-think-peaks:before {
	content: "\f731";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbtack:before {
	content: "\f08d";
}

.fa-thunderstorm:before {
	content: "\f76c";
}

.fa-thunderstorm-moon:before {
	content: "\f76d";
}

.fa-thunderstorm-sun:before {
	content: "\f76e";
}

.fa-ticket:before {
	content: "\f145";
}

.fa-ticket-alt:before {
	content: "\f3ff";
}

.fa-tiktok:before {
	content: "\e07b";
}

.fa-tilde:before {
	content: "\f69f";
}

.fa-times:before {
	content: "\f00d";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-times-hexagon:before {
	content: "\f2ee";
}

.fa-times-octagon:before {
	content: "\f2f0";
}

.fa-times-square:before {
	content: "\f2d3";
}

.fa-tint:before {
	content: "\f043";
}

.fa-tint-slash:before {
	content: "\f5c7";
}

.fa-tire:before {
	content: "\f631";
}

.fa-tire-flat:before {
	content: "\f632";
}

.fa-tire-pressure-warning:before {
	content: "\f633";
}

.fa-tire-rugged:before {
	content: "\f634";
}

.fa-tired:before {
	content: "\f5c8";
}

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

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

.fa-toilet:before {
	content: "\f7d8";
}

.fa-toilet-paper:before {
	content: "\f71e";
}

.fa-toilet-paper-alt:before {
	content: "\f71f";
}

.fa-toilet-paper-slash:before {
	content: "\e072";
}

.fa-tombstone:before {
	content: "\f720";
}

.fa-tombstone-alt:before {
	content: "\f721";
}

.fa-toolbox:before {
	content: "\f552";
}

.fa-tools:before {
	content: "\f7d9";
}

.fa-tooth:before {
	content: "\f5c9";
}

.fa-toothbrush:before {
	content: "\f635";
}

.fa-torah:before {
	content: "\f6a0";
}

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

.fa-tornado:before {
	content: "\f76f";
}

.fa-tractor:before {
	content: "\f722";
}

.fa-trade-federation:before {
	content: "\f513";
}

.fa-trademark:before {
	content: "\f25c";
}

.fa-traffic-cone:before {
	content: "\f636";
}

.fa-traffic-light:before {
	content: "\f637";
}

.fa-traffic-light-go:before {
	content: "\f638";
}

.fa-traffic-light-slow:before {
	content: "\f639";
}

.fa-traffic-light-stop:before {
	content: "\f63a";
}

.fa-trailer:before {
	content: "\e041";
}

.fa-train:before {
	content: "\f238";
}

.fa-tram:before {
	content: "\f7da";
}

.fa-transgender:before {
	content: "\f224";
}

.fa-transgender-alt:before {
	content: "\f225";
}

.fa-transporter:before {
	content: "\e042";
}

.fa-transporter-1:before {
	content: "\e043";
}

.fa-transporter-2:before {
	content: "\e044";
}

.fa-transporter-3:before {
	content: "\e045";
}

.fa-transporter-empty:before {
	content: "\e046";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-trash-alt:before {
	content: "\f2ed";
}

.fa-trash-restore:before {
	content: "\f829";
}

.fa-trash-restore-alt:before {
	content: "\f82a";
}

.fa-trash-undo:before {
	content: "\f895";
}

.fa-trash-undo-alt:before {
	content: "\f896";
}

.fa-treasure-chest:before {
	content: "\f723";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-tree-alt:before {
	content: "\f400";
}

.fa-tree-christmas:before {
	content: "\f7db";
}

.fa-tree-decorated:before {
	content: "\f7dc";
}

.fa-tree-large:before {
	content: "\f7dd";
}

.fa-tree-palm:before {
	content: "\f82b";
}

.fa-trees:before {
	content: "\f724";
}

.fa-trello:before {
	content: "\f181";
}

.fa-triangle:before {
	content: "\f2ec";
}

.fa-triangle-music:before {
	content: "\f8e2";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-trophy-alt:before {
	content: "\f2eb";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-truck-container:before {
	content: "\f4dc";
}

.fa-truck-couch:before {
	content: "\f4dd";
}

.fa-truck-loading:before {
	content: "\f4de";
}

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

.fa-truck-moving:before {
	content: "\f4df";
}

.fa-truck-pickup:before {
	content: "\f63c";
}

.fa-truck-plow:before {
	content: "\f7de";
}

.fa-truck-ramp:before {
	content: "\f4e0";
}

.fa-trumpet:before {
	content: "\f8e3";
}

.fa-tshirt:before {
	content: "\f553";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-turkey:before {
	content: "\f725";
}

.fa-turntable:before {
	content: "\f8e4";
}

.fa-turtle:before {
	content: "\f726";
}

.fa-tv:before {
	content: "\f26c";
}

.fa-tv-alt:before {
	content: "\f8e5";
}

.fa-tv-music:before {
	content: "\f8e6";
}

.fa-tv-retro:before {
	content: "\f401";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-typewriter:before {
	content: "\f8e7";
}

.fa-typo3:before {
	content: "\f42b";
}

.fa-uber:before {
	content: "\f402";
}

.fa-ubuntu:before {
	content: "\f7df";
}

.fa-ufo:before {
	content: "\e047";
}

.fa-ufo-beam:before {
	content: "\e048";
}

.fa-uikit:before {
	content: "\f403";
}

.fa-umbraco:before {
	content: "\f8e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

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

.fa-uncharted:before {
	content: "\e084";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-undo:before {
	content: "\f0e2";
}

.fa-undo-alt:before {
	content: "\f2ea";
}

.fa-unicorn:before {
	content: "\f727";
}

.fa-union:before {
	content: "\f6a2";
}

.fa-uniregistry:before {
	content: "\f404";
}

.fa-unity:before {
	content: "\e049";
}

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

.fa-university:before {
	content: "\f19c";
}

.fa-unlink:before {
	content: "\f127";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-unsplash:before {
	content: "\e07c";
}

.fa-untappd:before {
	content: "\f405";
}

.fa-upload:before {
	content: "\f093";
}

.fa-ups:before {
	content: "\f7e0";
}

.fa-usb:before {
	content: "\f287";
}

.fa-usb-drive:before {
	content: "\f8e9";
}

.fa-usd-circle:before {
	content: "\f2e8";
}

.fa-usd-square:before {
	content: "\f2e9";
}

.fa-user:before {
	content: "\f007";
}

.fa-user-alien:before {
	content: "\e04a";
}

.fa-user-alt:before {
	content: "\f406";
}

.fa-user-alt-slash:before {
	content: "\f4fa";
}

.fa-user-astronaut:before {
	content: "\f4fb";
}

.fa-user-chart:before {
	content: "\f6a3";
}

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

.fa-user-circle:before {
	content: "\f2bd";
}

.fa-user-clock:before {
	content: "\f4fd";
}

.fa-user-cog:before {
	content: "\f4fe";
}

.fa-user-cowboy:before {
	content: "\f8ea";
}

.fa-user-crown:before {
	content: "\f6a4";
}

.fa-user-edit:before {
	content: "\f4ff";
}

.fa-user-friends:before {
	content: "\f500";
}

.fa-user-graduate:before {
	content: "\f501";
}

.fa-user-hard-hat:before {
	content: "\f82c";
}

.fa-user-headset:before {
	content: "\f82d";
}

.fa-user-injured:before {
	content: "\f728";
}

.fa-user-lock:before {
	content: "\f502";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-user-md-chat:before {
	content: "\f82e";
}

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

.fa-user-music:before {
	content: "\f8eb";
}

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

.fa-user-nurse:before {
	content: "\f82f";
}

.fa-user-plus:before {
	content: "\f234";
}

.fa-user-robot:before {
	content: "\e04b";
}

.fa-user-secret:before {
	content: "\f21b";
}

.fa-user-shield:before {
	content: "\f505";
}

.fa-user-slash:before {
	content: "\f506";
}

.fa-user-tag:before {
	content: "\f507";
}

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

.fa-user-times:before {
	content: "\f235";
}

.fa-user-unlock:before {
	content: "\e058";
}

.fa-user-visor:before {
	content: "\e04c";
}

.fa-users:before {
	content: "\f0c0";
}

.fa-users-class:before {
	content: "\f63d";
}

.fa-users-cog:before {
	content: "\f509";
}

.fa-users-crown:before {
	content: "\f6a5";
}

.fa-users-medical:before {
	content: "\f830";
}

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

.fa-usps:before {
	content: "\f7e1";
}

.fa-ussunnah:before {
	content: "\f407";
}

.fa-utensil-fork:before {
	content: "\f2e3";
}

.fa-utensil-knife:before {
	content: "\f2e4";
}

.fa-utensil-spoon:before {
	content: "\f2e5";
}

.fa-utensils:before {
	content: "\f2e7";
}

.fa-utensils-alt:before {
	content: "\f2e6";
}

.fa-vaadin:before {
	content: "\f408";
}

.fa-vacuum:before {
	content: "\e04d";
}

.fa-vacuum-robot:before {
	content: "\e04e";
}

.fa-value-absolute:before {
	content: "\f6a6";
}

.fa-vector-square:before {
	content: "\f5cb";
}

.fa-venus:before {
	content: "\f221";
}

.fa-venus-double:before {
	content: "\f226";
}

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

.fa-vest:before {
	content: "\e085";
}

.fa-vest-patches:before {
	content: "\e086";
}

.fa-vhs:before {
	content: "\f8ec";
}

.fa-viacoin:before {
	content: "\f237";
}

.fa-viadeo:before {
	content: "\f2a9";
}

.fa-viadeo-square:before {
	content: "\f2aa";
}

.fa-vial:before {
	content: "\f492";
}

.fa-vials:before {
	content: "\f493";
}

.fa-viber:before {
	content: "\f409";
}

.fa-video:before {
	content: "\f03d";
}

.fa-video-plus:before {
	content: "\f4e1";
}

.fa-video-slash:before {
	content: "\f4e2";
}

.fa-vihara:before {
	content: "\f6a7";
}

.fa-vimeo:before {
	content: "\f40a";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-vimeo-v:before {
	content: "\f27d";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-violin:before {
	content: "\f8ed";
}

.fa-virus:before {
	content: "\e074";
}

.fa-virus-slash:before {
	content: "\e075";
}

.fa-viruses:before {
	content: "\e076";
}

.fa-vk:before {
	content: "\f189";
}

.fa-vnv:before {
	content: "\f40b";
}

.fa-voicemail:before {
	content: "\f897";
}

.fa-volcano:before {
	content: "\f770";
}

.fa-volleyball-ball:before {
	content: "\f45f";
}

.fa-volume:before {
	content: "\f6a8";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-mute:before {
	content: "\f6a9";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-slash:before {
	content: "\f2e2";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-vote-nay:before {
	content: "\f771";
}

.fa-vote-yea:before {
	content: "\f772";
}

.fa-vr-cardboard:before {
	content: "\f729";
}

.fa-vuejs:before {
	content: "\f41f";
}

.fa-wagon-covered:before {
	content: "\f8ee";
}

.fa-walker:before {
	content: "\f831";
}

.fa-walkie-talkie:before {
	content: "\f8ef";
}

.fa-walking:before {
	content: "\f554";
}

.fa-wallet:before {
	content: "\f555";
}

.fa-wand:before {
	content: "\f72a";
}

.fa-wand-magic:before {
	content: "\f72b";
}

.fa-warehouse:before {
	content: "\f494";
}

.fa-warehouse-alt:before {
	content: "\f495";
}

.fa-washer:before {
	content: "\f898";
}

.fa-watch:before {
	content: "\f2e1";
}

.fa-watch-calculator:before {
	content: "\f8f0";
}

.fa-watch-fitness:before {
	content: "\f63e";
}

.fa-watchman-monitoring:before {
	content: "\e087";
}

.fa-water:before {
	content: "\f773";
}

.fa-water-lower:before {
	content: "\f774";
}

.fa-water-rise:before {
	content: "\f775";
}

.fa-wave-sine:before {
	content: "\f899";
}

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

.fa-wave-triangle:before {
	content: "\f89a";
}

.fa-waveform:before {
	content: "\f8f1";
}

.fa-waveform-path:before {
	content: "\f8f2";
}

.fa-waze:before {
	content: "\f83f";
}

.fa-webcam:before {
	content: "\f832";
}

.fa-webcam-slash:before {
	content: "\f833";
}

.fa-weebly:before {
	content: "\f5cc";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-weight:before {
	content: "\f496";
}

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

.fa-weixin:before {
	content: "\f1d7";
}

.fa-whale:before {
	content: "\f72c";
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-whatsapp-square:before {
	content: "\f40c";
}

.fa-wheat:before {
	content: "\f72d";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-whistle:before {
	content: "\f460";
}

.fa-whmcs:before {
	content: "\f40d";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-wifi-1:before {
	content: "\f6aa";
}

.fa-wifi-2:before {
	content: "\f6ab";
}

.fa-wifi-slash:before {
	content: "\f6ac";
}

.fa-wikipedia-w:before {
	content: "\f266";
}

.fa-wind:before {
	content: "\f72e";
}

.fa-wind-turbine:before {
	content: "\f89b";
}

.fa-wind-warning:before {
	content: "\f776";
}

.fa-window:before {
	content: "\f40e";
}

.fa-window-alt:before {
	content: "\f40f";
}

.fa-window-close:before {
	content: "\f410";
}

.fa-window-frame:before {
	content: "\e04f";
}

.fa-window-frame-open:before {
	content: "\e050";
}

.fa-window-maximize:before {
	content: "\f2d0";
}

.fa-window-minimize:before {
	content: "\f2d1";
}

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

.fa-windows:before {
	content: "\f17a";
}

.fa-windsock:before {
	content: "\f777";
}

.fa-wine-bottle:before {
	content: "\f72f";
}

.fa-wine-glass:before {
	content: "\f4e3";
}

.fa-wine-glass-alt:before {
	content: "\f5ce";
}

.fa-wix:before {
	content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
	content: "\f730";
}

.fa-wodu:before {
	content: "\e088";
}

.fa-wolf-pack-battalion:before {
	content: "\f514";
}

.fa-won-sign:before {
	content: "\f159";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-wordpress-simple:before {
	content: "\f411";
}

.fa-wpbeginner:before {
	content: "\f297";
}

.fa-wpexplorer:before {
	content: "\f2de";
}

.fa-wpforms:before {
	content: "\f298";
}

.fa-wpressr:before {
	content: "\f3e4";
}

.fa-wreath:before {
	content: "\f7e2";
}

.fa-wrench:before {
	content: "\f0ad";
}

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

.fa-xbox:before {
	content: "\f412";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-y-combinator:before {
	content: "\f23b";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-yammer:before {
	content: "\f840";
}

.fa-yandex:before {
	content: "\f413";
}

.fa-yandex-international:before {
	content: "\f414";
}

.fa-yarn:before {
	content: "\f7e3";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-yen-sign:before {
	content: "\f157";
}

.fa-yin-yang:before {
	content: "\f6ad";
}

.fa-yoast:before {
	content: "\f2b1";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-youtube-square:before {
	content: "\f431";
}

.fa-zhihu:before {
	content: "\f63f";
}

.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;
}

@font-face {
	 font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../../plugins/webfonts/fa-brands-400.eot);src:
	url(../../plugins/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
	url(../../plugins/webfonts/fa-brands-400.woff2) format("woff2"),
	url(../../plugins/webfonts/fa-brands-400.woff) format("woff"),
	url(../../plugins/webfonts/fa-brands-400.ttf) format("truetype");
}

.fab {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

@font-face {
	font-family:"Font Awesome 5 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../plugins/webfonts/fa-duotone-900.eot);src:
	url(../../plugins/webfonts/fa-duotone-900.eot?#iefix) format("embedded-opentype"),
	url(../../plugins/webfonts/fa-duotone-900.woff2) format("woff2"),
	url(../../plugins/webfonts/fa-duotone-900.woff) format("woff"),
	url(../../plugins/webfonts/fa-duotone-900.ttf) format("truetype");
}

.fad {
	position: relative;
	font-family: "Font Awesome 5 Duotone";
	font-weight: 900;
}

.fad:before {
	position: absolute;
	color: var(--fa-primary-color,inherit);
	opacity: 1;
	opacity: var(--fa-primary-opacity,1);
}

.fad:after {
	color: var(--fa-secondary-color,inherit);
}

.fa-swap-opacity .fad:before,.fad.fa-swap-opacity:before,.fad:after {
	opacity: .4;
	opacity: var(--fa-secondary-opacity,.4);
}

.fa-swap-opacity .fad:after,.fad.fa-swap-opacity:after {
	opacity: 1;
	opacity: var(--fa-primary-opacity,1);
}

.fad.fa-inverse {
	color: #fff;
}

.fad.fa-stack-1x,.fad.fa-stack-2x {
	position: absolute;
}

.fad.fa-fw:before,.fad.fa-stack-1x:before,.fad.fa-stack-2x:before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.fad.fa-abacus:after {
	content: "\10f640";
}

.fad.fa-acorn:after {
	content: "\10f6ae";
}

.fad.fa-ad:after {
	content: "\10f641";
}

.fad.fa-address-book:after {
	content: "\10f2b9";
}

.fad.fa-address-card:after {
	content: "\10f2bb";
}

.fad.fa-adjust:after {
	content: "\10f042";
}

.fad.fa-air-conditioner:after {
	content: "\10f8f4";
}

.fad.fa-air-freshener:after {
	content: "\10f5d0";
}

.fad.fa-alarm-clock:after {
	content: "\10f34e";
}

.fad.fa-alarm-exclamation:after {
	content: "\10f843";
}

.fad.fa-alarm-plus:after {
	content: "\10f844";
}

.fad.fa-alarm-snooze:after {
	content: "\10f845";
}

.fad.fa-album:after {
	content: "\10f89f";
}

.fad.fa-album-collection:after {
	content: "\10f8a0";
}

.fad.fa-alicorn:after {
	content: "\10f6b0";
}

.fad.fa-alien:after {
	content: "\10f8f5";
}

.fad.fa-alien-monster:after {
	content: "\10f8f6";
}

.fad.fa-align-center:after {
	content: "\10f037";
}

.fad.fa-align-justify:after {
	content: "\10f039";
}

.fad.fa-align-left:after {
	content: "\10f036";
}

.fad.fa-align-right:after {
	content: "\10f038";
}

.fad.fa-align-slash:after {
	content: "\10f846";
}

.fad.fa-allergies:after {
	content: "\10f461";
}

.fad.fa-ambulance:after {
	content: "\10f0f9";
}

.fad.fa-american-sign-language-interpreting:after {
	content: "\10f2a3";
}

.fad.fa-amp-guitar:after {
	content: "\10f8a1";
}

.fad.fa-analytics:after {
	content: "\10f643";
}

.fad.fa-anchor:after {
	content: "\10f13d";
}

.fad.fa-angel:after {
	content: "\10f779";
}

.fad.fa-angle-double-down:after {
	content: "\10f103";
}

.fad.fa-angle-double-left:after {
	content: "\10f100";
}

.fad.fa-angle-double-right:after {
	content: "\10f101";
}

.fad.fa-angle-double-up:after {
	content: "\10f102";
}

.fad.fa-angle-down:after {
	content: "\10f107";
}

.fad.fa-angle-left:after {
	content: "\10f104";
}

.fad.fa-angle-right:after {
	content: "\10f105";
}

.fad.fa-angle-up:after {
	content: "\10f106";
}

.fad.fa-angry:after {
	content: "\10f556";
}

.fad.fa-ankh:after {
	content: "\10f644";
}

.fad.fa-apple-alt:after {
	content: "\10f5d1";
}

.fad.fa-apple-crate:after {
	content: "\10f6b1";
}

.fad.fa-archive:after {
	content: "\10f187";
}

.fad.fa-archway:after {
	content: "\10f557";
}

.fad.fa-arrow-alt-circle-down:after {
	content: "\10f358";
}

.fad.fa-arrow-alt-circle-left:after {
	content: "\10f359";
}

.fad.fa-arrow-alt-circle-right:after {
	content: "\10f35a";
}

.fad.fa-arrow-alt-circle-up:after {
	content: "\10f35b";
}

.fad.fa-arrow-alt-down:after {
	content: "\10f354";
}

.fad.fa-arrow-alt-from-bottom:after {
	content: "\10f346";
}

.fad.fa-arrow-alt-from-left:after {
	content: "\10f347";
}

.fad.fa-arrow-alt-from-right:after {
	content: "\10f348";
}

.fad.fa-arrow-alt-from-top:after {
	content: "\10f349";
}

.fad.fa-arrow-alt-left:after {
	content: "\10f355";
}

.fad.fa-arrow-alt-right:after {
	content: "\10f356";
}

.fad.fa-arrow-alt-square-down:after {
	content: "\10f350";
}

.fad.fa-arrow-alt-square-left:after {
	content: "\10f351";
}

.fad.fa-arrow-alt-square-right:after {
	content: "\10f352";
}

.fad.fa-arrow-alt-square-up:after {
	content: "\10f353";
}

.fad.fa-arrow-alt-to-bottom:after {
	content: "\10f34a";
}

.fad.fa-arrow-alt-to-left:after {
	content: "\10f34b";
}

.fad.fa-arrow-alt-to-right:after {
	content: "\10f34c";
}

.fad.fa-arrow-alt-to-top:after {
	content: "\10f34d";
}

.fad.fa-arrow-alt-up:after {
	content: "\10f357";
}

.fad.fa-arrow-circle-down:after {
	content: "\10f0ab";
}

.fad.fa-arrow-circle-left:after {
	content: "\10f0a8";
}

.fad.fa-arrow-circle-right:after {
	content: "\10f0a9";
}

.fad.fa-arrow-circle-up:after {
	content: "\10f0aa";
}

.fad.fa-arrow-down:after {
	content: "\10f063";
}

.fad.fa-arrow-from-bottom:after {
	content: "\10f342";
}

.fad.fa-arrow-from-left:after {
	content: "\10f343";
}

.fad.fa-arrow-from-right:after {
	content: "\10f344";
}

.fad.fa-arrow-from-top:after {
	content: "\10f345";
}

.fad.fa-arrow-left:after {
	content: "\10f060";
}

.fad.fa-arrow-right:after {
	content: "\10f061";
}

.fad.fa-arrow-square-down:after {
	content: "\10f339";
}

.fad.fa-arrow-square-left:after {
	content: "\10f33a";
}

.fad.fa-arrow-square-right:after {
	content: "\10f33b";
}

.fad.fa-arrow-square-up:after {
	content: "\10f33c";
}

.fad.fa-arrow-to-bottom:after {
	content: "\10f33d";
}

.fad.fa-arrow-to-left:after {
	content: "\10f33e";
}

.fad.fa-arrow-to-right:after {
	content: "\10f340";
}

.fad.fa-arrow-to-top:after {
	content: "\10f341";
}

.fad.fa-arrow-up:after {
	content: "\10f062";
}

.fad.fa-arrows:after {
	content: "\10f047";
}

.fad.fa-arrows-alt:after {
	content: "\10f0b2";
}

.fad.fa-arrows-alt-h:after {
	content: "\10f337";
}

.fad.fa-arrows-alt-v:after {
	content: "\10f338";
}

.fad.fa-arrows-h:after {
	content: "\10f07e";
}

.fad.fa-arrows-v:after {
	content: "\10f07d";
}

.fad.fa-assistive-listening-systems:after {
	content: "\10f2a2";
}

.fad.fa-asterisk:after {
	content: "\10f069";
}

.fad.fa-at:after {
	content: "\10f1fa";
}

.fad.fa-atlas:after {
	content: "\10f558";
}

.fad.fa-atom:after {
	content: "\10f5d2";
}

.fad.fa-atom-alt:after {
	content: "\10f5d3";
}

.fad.fa-audio-description:after {
	content: "\10f29e";
}

.fad.fa-award:after {
	content: "\10f559";
}

.fad.fa-axe:after {
	content: "\10f6b2";
}

.fad.fa-axe-battle:after {
	content: "\10f6b3";
}

.fad.fa-baby:after {
	content: "\10f77c";
}

.fad.fa-baby-carriage:after {
	content: "\10f77d";
}

.fad.fa-backpack:after {
	content: "\10f5d4";
}

.fad.fa-backspace:after {
	content: "\10f55a";
}

.fad.fa-backward:after {
	content: "\10f04a";
}

.fad.fa-bacon:after {
	content: "\10f7e5";
}

.fad.fa-bacteria:after {
	content: "\10e059";
}

.fad.fa-bacterium:after {
	content: "\10e05a";
}

.fad.fa-badge:after {
	content: "\10f335";
}

.fad.fa-badge-check:after {
	content: "\10f336";
}

.fad.fa-badge-dollar:after {
	content: "\10f645";
}

.fad.fa-badge-percent:after {
	content: "\10f646";
}

.fad.fa-badge-sheriff:after {
	content: "\10f8a2";
}

.fad.fa-badger-honey:after {
	content: "\10f6b4";
}

.fad.fa-bags-shopping:after {
	content: "\10f847";
}

.fad.fa-bahai:after {
	content: "\10f666";
}

.fad.fa-balance-scale:after {
	content: "\10f24e";
}

.fad.fa-balance-scale-left:after {
	content: "\10f515";
}

.fad.fa-balance-scale-right:after {
	content: "\10f516";
}

.fad.fa-ball-pile:after {
	content: "\10f77e";
}

.fad.fa-ballot:after {
	content: "\10f732";
}

.fad.fa-ballot-check:after {
	content: "\10f733";
}

.fad.fa-ban:after {
	content: "\10f05e";
}

.fad.fa-band-aid:after {
	content: "\10f462";
}

.fad.fa-banjo:after {
	content: "\10f8a3";
}

.fad.fa-barcode:after {
	content: "\10f02a";
}

.fad.fa-barcode-alt:after {
	content: "\10f463";
}

.fad.fa-barcode-read:after {
	content: "\10f464";
}

.fad.fa-barcode-scan:after {
	content: "\10f465";
}

.fad.fa-bars:after {
	content: "\10f0c9";
}

.fad.fa-baseball:after {
	content: "\10f432";
}

.fad.fa-baseball-ball:after {
	content: "\10f433";
}

.fad.fa-basketball-ball:after {
	content: "\10f434";
}

.fad.fa-basketball-hoop:after {
	content: "\10f435";
}

.fad.fa-bat:after {
	content: "\10f6b5";
}

.fad.fa-bath:after {
	content: "\10f2cd";
}

.fad.fa-battery-bolt:after {
	content: "\10f376";
}

.fad.fa-battery-empty:after {
	content: "\10f244";
}

.fad.fa-battery-full:after {
	content: "\10f240";
}

.fad.fa-battery-half:after {
	content: "\10f242";
}

.fad.fa-battery-quarter:after {
	content: "\10f243";
}

.fad.fa-battery-slash:after {
	content: "\10f377";
}

.fad.fa-battery-three-quarters:after {
	content: "\10f241";
}

.fad.fa-bed:after {
	content: "\10f236";
}

.fad.fa-bed-alt:after {
	content: "\10f8f7";
}

.fad.fa-bed-bunk:after {
	content: "\10f8f8";
}

.fad.fa-bed-empty:after {
	content: "\10f8f9";
}

.fad.fa-beer:after {
	content: "\10f0fc";
}

.fad.fa-bell:after {
	content: "\10f0f3";
}

.fad.fa-bell-exclamation:after {
	content: "\10f848";
}

.fad.fa-bell-on:after {
	content: "\10f8fa";
}

.fad.fa-bell-plus:after {
	content: "\10f849";
}

.fad.fa-bell-school:after {
	content: "\10f5d5";
}

.fad.fa-bell-school-slash:after {
	content: "\10f5d6";
}

.fad.fa-bell-slash:after {
	content: "\10f1f6";
}

.fad.fa-bells:after {
	content: "\10f77f";
}

.fad.fa-betamax:after {
	content: "\10f8a4";
}

.fad.fa-bezier-curve:after {
	content: "\10f55b";
}

.fad.fa-bible:after {
	content: "\10f647";
}

.fad.fa-bicycle:after {
	content: "\10f206";
}

.fad.fa-biking:after {
	content: "\10f84a";
}

.fad.fa-biking-mountain:after {
	content: "\10f84b";
}

.fad.fa-binoculars:after {
	content: "\10f1e5";
}

.fad.fa-biohazard:after {
	content: "\10f780";
}

.fad.fa-birthday-cake:after {
	content: "\10f1fd";
}

.fad.fa-blanket:after {
	content: "\10f498";
}

.fad.fa-blender:after {
	content: "\10f517";
}

.fad.fa-blender-phone:after {
	content: "\10f6b6";
}

.fad.fa-blind:after {
	content: "\10f29d";
}

.fad.fa-blinds:after {
	content: "\10f8fb";
}

.fad.fa-blinds-open:after {
	content: "\10f8fc";
}

.fad.fa-blinds-raised:after {
	content: "\10f8fd";
}

.fad.fa-blog:after {
	content: "\10f781";
}

.fad.fa-bold:after {
	content: "\10f032";
}

.fad.fa-bolt:after {
	content: "\10f0e7";
}

.fad.fa-bomb:after {
	content: "\10f1e2";
}

.fad.fa-bone:after {
	content: "\10f5d7";
}

.fad.fa-bone-break:after {
	content: "\10f5d8";
}

.fad.fa-bong:after {
	content: "\10f55c";
}

.fad.fa-book:after {
	content: "\10f02d";
}

.fad.fa-book-alt:after {
	content: "\10f5d9";
}

.fad.fa-book-dead:after {
	content: "\10f6b7";
}

.fad.fa-book-heart:after {
	content: "\10f499";
}

.fad.fa-book-medical:after {
	content: "\10f7e6";
}

.fad.fa-book-open:after {
	content: "\10f518";
}

.fad.fa-book-reader:after {
	content: "\10f5da";
}

.fad.fa-book-spells:after {
	content: "\10f6b8";
}

.fad.fa-book-user:after {
	content: "\10f7e7";
}

.fad.fa-bookmark:after {
	content: "\10f02e";
}

.fad.fa-books:after {
	content: "\10f5db";
}

.fad.fa-books-medical:after {
	content: "\10f7e8";
}

.fad.fa-boombox:after {
	content: "\10f8a5";
}

.fad.fa-boot:after {
	content: "\10f782";
}

.fad.fa-booth-curtain:after {
	content: "\10f734";
}

.fad.fa-border-all:after {
	content: "\10f84c";
}

.fad.fa-border-bottom:after {
	content: "\10f84d";
}

.fad.fa-border-center-h:after {
	content: "\10f89c";
}

.fad.fa-border-center-v:after {
	content: "\10f89d";
}

.fad.fa-border-inner:after {
	content: "\10f84e";
}

.fad.fa-border-left:after {
	content: "\10f84f";
}

.fad.fa-border-none:after {
	content: "\10f850";
}

.fad.fa-border-outer:after {
	content: "\10f851";
}

.fad.fa-border-right:after {
	content: "\10f852";
}

.fad.fa-border-style:after {
	content: "\10f853";
}

.fad.fa-border-style-alt:after {
	content: "\10f854";
}

.fad.fa-border-top:after {
	content: "\10f855";
}

.fad.fa-bow-arrow:after {
	content: "\10f6b9";
}

.fad.fa-bowling-ball:after {
	content: "\10f436";
}

.fad.fa-bowling-pins:after {
	content: "\10f437";
}

.fad.fa-box:after {
	content: "\10f466";
}

.fad.fa-box-alt:after {
	content: "\10f49a";
}

.fad.fa-box-ballot:after {
	content: "\10f735";
}

.fad.fa-box-check:after {
	content: "\10f467";
}

.fad.fa-box-fragile:after {
	content: "\10f49b";
}

.fad.fa-box-full:after {
	content: "\10f49c";
}

.fad.fa-box-heart:after {
	content: "\10f49d";
}

.fad.fa-box-open:after {
	content: "\10f49e";
}

.fad.fa-box-tissue:after {
	content: "\10e05b";
}

.fad.fa-box-up:after {
	content: "\10f49f";
}

.fad.fa-box-usd:after {
	content: "\10f4a0";
}

.fad.fa-boxes:after {
	content: "\10f468";
}

.fad.fa-boxes-alt:after {
	content: "\10f4a1";
}

.fad.fa-boxing-glove:after {
	content: "\10f438";
}

.fad.fa-brackets:after {
	content: "\10f7e9";
}

.fad.fa-brackets-curly:after {
	content: "\10f7ea";
}

.fad.fa-braille:after {
	content: "\10f2a1";
}

.fad.fa-brain:after {
	content: "\10f5dc";
}

.fad.fa-bread-loaf:after {
	content: "\10f7eb";
}

.fad.fa-bread-slice:after {
	content: "\10f7ec";
}

.fad.fa-briefcase:after {
	content: "\10f0b1";
}

.fad.fa-briefcase-medical:after {
	content: "\10f469";
}

.fad.fa-bring-forward:after {
	content: "\10f856";
}

.fad.fa-bring-front:after {
	content: "\10f857";
}

.fad.fa-broadcast-tower:after {
	content: "\10f519";
}

.fad.fa-broom:after {
	content: "\10f51a";
}

.fad.fa-browser:after {
	content: "\10f37e";
}

.fad.fa-brush:after {
	content: "\10f55d";
}

.fad.fa-bug:after {
	content: "\10f188";
}

.fad.fa-building:after {
	content: "\10f1ad";
}

.fad.fa-bullhorn:after {
	content: "\10f0a1";
}

.fad.fa-bullseye:after {
	content: "\10f140";
}

.fad.fa-bullseye-arrow:after {
	content: "\10f648";
}

.fad.fa-bullseye-pointer:after {
	content: "\10f649";
}

.fad.fa-burger-soda:after {
	content: "\10f858";
}

.fad.fa-burn:after {
	content: "\10f46a";
}

.fad.fa-burrito:after {
	content: "\10f7ed";
}

.fad.fa-bus:after {
	content: "\10f207";
}

.fad.fa-bus-alt:after {
	content: "\10f55e";
}

.fad.fa-bus-school:after {
	content: "\10f5dd";
}

.fad.fa-business-time:after {
	content: "\10f64a";
}

.fad.fa-cabinet-filing:after {
	content: "\10f64b";
}

.fad.fa-cactus:after {
	content: "\10f8a7";
}

.fad.fa-calculator:after {
	content: "\10f1ec";
}

.fad.fa-calculator-alt:after {
	content: "\10f64c";
}

.fad.fa-calendar:after {
	content: "\10f133";
}

.fad.fa-calendar-alt:after {
	content: "\10f073";
}

.fad.fa-calendar-check:after {
	content: "\10f274";
}

.fad.fa-calendar-day:after {
	content: "\10f783";
}

.fad.fa-calendar-edit:after {
	content: "\10f333";
}

.fad.fa-calendar-exclamation:after {
	content: "\10f334";
}

.fad.fa-calendar-minus:after {
	content: "\10f272";
}

.fad.fa-calendar-plus:after {
	content: "\10f271";
}

.fad.fa-calendar-star:after {
	content: "\10f736";
}

.fad.fa-calendar-times:after {
	content: "\10f273";
}

.fad.fa-calendar-week:after {
	content: "\10f784";
}

.fad.fa-camcorder:after {
	content: "\10f8a8";
}

.fad.fa-camera:after {
	content: "\10f030";
}

.fad.fa-camera-alt:after {
	content: "\10f332";
}

.fad.fa-camera-home:after {
	content: "\10f8fe";
}

.fad.fa-camera-movie:after {
	content: "\10f8a9";
}

.fad.fa-camera-polaroid:after {
	content: "\10f8aa";
}

.fad.fa-camera-retro:after {
	content: "\10f083";
}

.fad.fa-campfire:after {
	content: "\10f6ba";
}

.fad.fa-campground:after {
	content: "\10f6bb";
}

.fad.fa-candle-holder:after {
	content: "\10f6bc";
}

.fad.fa-candy-cane:after {
	content: "\10f786";
}

.fad.fa-candy-corn:after {
	content: "\10f6bd";
}

.fad.fa-cannabis:after {
	content: "\10f55f";
}

.fad.fa-capsules:after {
	content: "\10f46b";
}

.fad.fa-car:after {
	content: "\10f1b9";
}

.fad.fa-car-alt:after {
	content: "\10f5de";
}

.fad.fa-car-battery:after {
	content: "\10f5df";
}

.fad.fa-car-building:after {
	content: "\10f859";
}

.fad.fa-car-bump:after {
	content: "\10f5e0";
}

.fad.fa-car-bus:after {
	content: "\10f85a";
}

.fad.fa-car-crash:after {
	content: "\10f5e1";
}

.fad.fa-car-garage:after {
	content: "\10f5e2";
}

.fad.fa-car-mechanic:after {
	content: "\10f5e3";
}

.fad.fa-car-side:after {
	content: "\10f5e4";
}

.fad.fa-car-tilt:after {
	content: "\10f5e5";
}

.fad.fa-car-wash:after {
	content: "\10f5e6";
}

.fad.fa-caravan:after {
	content: "\10f8ff";
}

.fad.fa-caravan-alt:after {
	content: "\10e000";
}

.fad.fa-caret-circle-down:after {
	content: "\10f32d";
}

.fad.fa-caret-circle-left:after {
	content: "\10f32e";
}

.fad.fa-caret-circle-right:after {
	content: "\10f330";
}

.fad.fa-caret-circle-up:after {
	content: "\10f331";
}

.fad.fa-caret-down:after {
	content: "\10f0d7";
}

.fad.fa-caret-left:after {
	content: "\10f0d9";
}

.fad.fa-caret-right:after {
	content: "\10f0da";
}

.fad.fa-caret-square-down:after {
	content: "\10f150";
}

.fad.fa-caret-square-left:after {
	content: "\10f191";
}

.fad.fa-caret-square-right:after {
	content: "\10f152";
}

.fad.fa-caret-square-up:after {
	content: "\10f151";
}

.fad.fa-caret-up:after {
	content: "\10f0d8";
}

.fad.fa-carrot:after {
	content: "\10f787";
}

.fad.fa-cars:after {
	content: "\10f85b";
}

.fad.fa-cart-arrow-down:after {
	content: "\10f218";
}

.fad.fa-cart-plus:after {
	content: "\10f217";
}

.fad.fa-cash-register:after {
	content: "\10f788";
}

.fad.fa-cassette-tape:after {
	content: "\10f8ab";
}

.fad.fa-cat:after {
	content: "\10f6be";
}

.fad.fa-cat-space:after {
	content: "\10e001";
}

.fad.fa-cauldron:after {
	content: "\10f6bf";
}

.fad.fa-cctv:after {
	content: "\10f8ac";
}

.fad.fa-certificate:after {
	content: "\10f0a3";
}

.fad.fa-chair:after {
	content: "\10f6c0";
}

.fad.fa-chair-office:after {
	content: "\10f6c1";
}

.fad.fa-chalkboard:after {
	content: "\10f51b";
}

.fad.fa-chalkboard-teacher:after {
	content: "\10f51c";
}

.fad.fa-charging-station:after {
	content: "\10f5e7";
}

.fad.fa-chart-area:after {
	content: "\10f1fe";
}

.fad.fa-chart-bar:after {
	content: "\10f080";
}

.fad.fa-chart-line:after {
	content: "\10f201";
}

.fad.fa-chart-line-down:after {
	content: "\10f64d";
}

.fad.fa-chart-network:after {
	content: "\10f78a";
}

.fad.fa-chart-pie:after {
	content: "\10f200";
}

.fad.fa-chart-pie-alt:after {
	content: "\10f64e";
}

.fad.fa-chart-scatter:after {
	content: "\10f7ee";
}

.fad.fa-check:after {
	content: "\10f00c";
}

.fad.fa-check-circle:after {
	content: "\10f058";
}

.fad.fa-check-double:after {
	content: "\10f560";
}

.fad.fa-check-square:after {
	content: "\10f14a";
}

.fad.fa-cheese:after {
	content: "\10f7ef";
}

.fad.fa-cheese-swiss:after {
	content: "\10f7f0";
}

.fad.fa-cheeseburger:after {
	content: "\10f7f1";
}

.fad.fa-chess:after {
	content: "\10f439";
}

.fad.fa-chess-bishop:after {
	content: "\10f43a";
}

.fad.fa-chess-bishop-alt:after {
	content: "\10f43b";
}

.fad.fa-chess-board:after {
	content: "\10f43c";
}

.fad.fa-chess-clock:after {
	content: "\10f43d";
}

.fad.fa-chess-clock-alt:after {
	content: "\10f43e";
}

.fad.fa-chess-king:after {
	content: "\10f43f";
}

.fad.fa-chess-king-alt:after {
	content: "\10f440";
}

.fad.fa-chess-knight:after {
	content: "\10f441";
}

.fad.fa-chess-knight-alt:after {
	content: "\10f442";
}

.fad.fa-chess-pawn:after {
	content: "\10f443";
}

.fad.fa-chess-pawn-alt:after {
	content: "\10f444";
}

.fad.fa-chess-queen:after {
	content: "\10f445";
}

.fad.fa-chess-queen-alt:after {
	content: "\10f446";
}

.fad.fa-chess-rook:after {
	content: "\10f447";
}

.fad.fa-chess-rook-alt:after {
	content: "\10f448";
}

.fad.fa-chevron-circle-down:after {
	content: "\10f13a";
}

.fad.fa-chevron-circle-left:after {
	content: "\10f137";
}

.fad.fa-chevron-circle-right:after {
	content: "\10f138";
}

.fad.fa-chevron-circle-up:after {
	content: "\10f139";
}

.fad.fa-chevron-double-down:after {
	content: "\10f322";
}

.fad.fa-chevron-double-left:after {
	content: "\10f323";
}

.fad.fa-chevron-double-right:after {
	content: "\10f324";
}

.fad.fa-chevron-double-up:after {
	content: "\10f325";
}

.fad.fa-chevron-down:after {
	content: "\10f078";
}

.fad.fa-chevron-left:after {
	content: "\10f053";
}

.fad.fa-chevron-right:after {
	content: "\10f054";
}

.fad.fa-chevron-square-down:after {
	content: "\10f329";
}

.fad.fa-chevron-square-left:after {
	content: "\10f32a";
}

.fad.fa-chevron-square-right:after {
	content: "\10f32b";
}

.fad.fa-chevron-square-up:after {
	content: "\10f32c";
}

.fad.fa-chevron-up:after {
	content: "\10f077";
}

.fad.fa-child:after {
	content: "\10f1ae";
}

.fad.fa-chimney:after {
	content: "\10f78b";
}

.fad.fa-church:after {
	content: "\10f51d";
}

.fad.fa-circle:after {
	content: "\10f111";
}

.fad.fa-circle-notch:after {
	content: "\10f1ce";
}

.fad.fa-city:after {
	content: "\10f64f";
}

.fad.fa-clarinet:after {
	content: "\10f8ad";
}

.fad.fa-claw-marks:after {
	content: "\10f6c2";
}

.fad.fa-clinic-medical:after {
	content: "\10f7f2";
}

.fad.fa-clipboard:after {
	content: "\10f328";
}

.fad.fa-clipboard-check:after {
	content: "\10f46c";
}

.fad.fa-clipboard-list:after {
	content: "\10f46d";
}

.fad.fa-clipboard-list-check:after {
	content: "\10f737";
}

.fad.fa-clipboard-prescription:after {
	content: "\10f5e8";
}

.fad.fa-clipboard-user:after {
	content: "\10f7f3";
}

.fad.fa-clock:after {
	content: "\10f017";
}

.fad.fa-clone:after {
	content: "\10f24d";
}

.fad.fa-closed-captioning:after {
	content: "\10f20a";
}

.fad.fa-cloud:after {
	content: "\10f0c2";
}

.fad.fa-cloud-download:after {
	content: "\10f0ed";
}

.fad.fa-cloud-download-alt:after {
	content: "\10f381";
}

.fad.fa-cloud-drizzle:after {
	content: "\10f738";
}

.fad.fa-cloud-hail:after {
	content: "\10f739";
}

.fad.fa-cloud-hail-mixed:after {
	content: "\10f73a";
}

.fad.fa-cloud-meatball:after {
	content: "\10f73b";
}

.fad.fa-cloud-moon:after {
	content: "\10f6c3";
}

.fad.fa-cloud-moon-rain:after {
	content: "\10f73c";
}

.fad.fa-cloud-music:after {
	content: "\10f8ae";
}

.fad.fa-cloud-rain:after {
	content: "\10f73d";
}

.fad.fa-cloud-rainbow:after {
	content: "\10f73e";
}

.fad.fa-cloud-showers:after {
	content: "\10f73f";
}

.fad.fa-cloud-showers-heavy:after {
	content: "\10f740";
}

.fad.fa-cloud-sleet:after {
	content: "\10f741";
}

.fad.fa-cloud-snow:after {
	content: "\10f742";
}

.fad.fa-cloud-sun:after {
	content: "\10f6c4";
}

.fad.fa-cloud-sun-rain:after {
	content: "\10f743";
}

.fad.fa-cloud-upload:after {
	content: "\10f0ee";
}

.fad.fa-cloud-upload-alt:after {
	content: "\10f382";
}

.fad.fa-clouds:after {
	content: "\10f744";
}

.fad.fa-clouds-moon:after {
	content: "\10f745";
}

.fad.fa-clouds-sun:after {
	content: "\10f746";
}

.fad.fa-club:after {
	content: "\10f327";
}

.fad.fa-cocktail:after {
	content: "\10f561";
}

.fad.fa-code:after {
	content: "\10f121";
}

.fad.fa-code-branch:after {
	content: "\10f126";
}

.fad.fa-code-commit:after {
	content: "\10f386";
}

.fad.fa-code-merge:after {
	content: "\10f387";
}

.fad.fa-coffee:after {
	content: "\10f0f4";
}

.fad.fa-coffee-pot:after {
	content: "\10e002";
}

.fad.fa-coffee-togo:after {
	content: "\10f6c5";
}

.fad.fa-coffin:after {
	content: "\10f6c6";
}

.fad.fa-coffin-cross:after {
	content: "\10e051";
}

.fad.fa-cog:after {
	content: "\10f013";
}

.fad.fa-cogs:after {
	content: "\10f085";
}

.fad.fa-coin:after {
	content: "\10f85c";
}

.fad.fa-coins:after {
	content: "\10f51e";
}

.fad.fa-columns:after {
	content: "\10f0db";
}

.fad.fa-comet:after {
	content: "\10e003";
}

.fad.fa-comment:after {
	content: "\10f075";
}

.fad.fa-comment-alt:after {
	content: "\10f27a";
}

.fad.fa-comment-alt-check:after {
	content: "\10f4a2";
}

.fad.fa-comment-alt-dollar:after {
	content: "\10f650";
}

.fad.fa-comment-alt-dots:after {
	content: "\10f4a3";
}

.fad.fa-comment-alt-edit:after {
	content: "\10f4a4";
}

.fad.fa-comment-alt-exclamation:after {
	content: "\10f4a5";
}

.fad.fa-comment-alt-lines:after {
	content: "\10f4a6";
}

.fad.fa-comment-alt-medical:after {
	content: "\10f7f4";
}

.fad.fa-comment-alt-minus:after {
	content: "\10f4a7";
}

.fad.fa-comment-alt-music:after {
	content: "\10f8af";
}

.fad.fa-comment-alt-plus:after {
	content: "\10f4a8";
}

.fad.fa-comment-alt-slash:after {
	content: "\10f4a9";
}

.fad.fa-comment-alt-smile:after {
	content: "\10f4aa";
}

.fad.fa-comment-alt-times:after {
	content: "\10f4ab";
}

.fad.fa-comment-check:after {
	content: "\10f4ac";
}

.fad.fa-comment-dollar:after {
	content: "\10f651";
}

.fad.fa-comment-dots:after {
	content: "\10f4ad";
}

.fad.fa-comment-edit:after {
	content: "\10f4ae";
}

.fad.fa-comment-exclamation:after {
	content: "\10f4af";
}

.fad.fa-comment-lines:after {
	content: "\10f4b0";
}

.fad.fa-comment-medical:after {
	content: "\10f7f5";
}

.fad.fa-comment-minus:after {
	content: "\10f4b1";
}

.fad.fa-comment-music:after {
	content: "\10f8b0";
}

.fad.fa-comment-plus:after {
	content: "\10f4b2";
}

.fad.fa-comment-slash:after {
	content: "\10f4b3";
}

.fad.fa-comment-smile:after {
	content: "\10f4b4";
}

.fad.fa-comment-times:after {
	content: "\10f4b5";
}

.fad.fa-comments:after {
	content: "\10f086";
}

.fad.fa-comments-alt:after {
	content: "\10f4b6";
}

.fad.fa-comments-alt-dollar:after {
	content: "\10f652";
}

.fad.fa-comments-dollar:after {
	content: "\10f653";
}

.fad.fa-compact-disc:after {
	content: "\10f51f";
}

.fad.fa-compass:after {
	content: "\10f14e";
}

.fad.fa-compass-slash:after {
	content: "\10f5e9";
}

.fad.fa-compress:after {
	content: "\10f066";
}

.fad.fa-compress-alt:after {
	content: "\10f422";
}

.fad.fa-compress-arrows-alt:after {
	content: "\10f78c";
}

.fad.fa-compress-wide:after {
	content: "\10f326";
}

.fad.fa-computer-classic:after {
	content: "\10f8b1";
}

.fad.fa-computer-speaker:after {
	content: "\10f8b2";
}

.fad.fa-concierge-bell:after {
	content: "\10f562";
}

.fad.fa-construction:after {
	content: "\10f85d";
}

.fad.fa-container-storage:after {
	content: "\10f4b7";
}

.fad.fa-conveyor-belt:after {
	content: "\10f46e";
}

.fad.fa-conveyor-belt-alt:after {
	content: "\10f46f";
}

.fad.fa-cookie:after {
	content: "\10f563";
}

.fad.fa-cookie-bite:after {
	content: "\10f564";
}

.fad.fa-copy:after {
	content: "\10f0c5";
}

.fad.fa-copyright:after {
	content: "\10f1f9";
}

.fad.fa-corn:after {
	content: "\10f6c7";
}

.fad.fa-couch:after {
	content: "\10f4b8";
}

.fad.fa-cow:after {
	content: "\10f6c8";
}

.fad.fa-cowbell:after {
	content: "\10f8b3";
}

.fad.fa-cowbell-more:after {
	content: "\10f8b4";
}

.fad.fa-credit-card:after {
	content: "\10f09d";
}

.fad.fa-credit-card-blank:after {
	content: "\10f389";
}

.fad.fa-credit-card-front:after {
	content: "\10f38a";
}

.fad.fa-cricket:after {
	content: "\10f449";
}

.fad.fa-croissant:after {
	content: "\10f7f6";
}

.fad.fa-crop:after {
	content: "\10f125";
}

.fad.fa-crop-alt:after {
	content: "\10f565";
}

.fad.fa-cross:after {
	content: "\10f654";
}

.fad.fa-crosshairs:after {
	content: "\10f05b";
}

.fad.fa-crow:after {
	content: "\10f520";
}

.fad.fa-crown:after {
	content: "\10f521";
}

.fad.fa-crutch:after {
	content: "\10f7f7";
}

.fad.fa-crutches:after {
	content: "\10f7f8";
}

.fad.fa-cube:after {
	content: "\10f1b2";
}

.fad.fa-cubes:after {
	content: "\10f1b3";
}

.fad.fa-curling:after {
	content: "\10f44a";
}

.fad.fa-cut:after {
	content: "\10f0c4";
}

.fad.fa-dagger:after {
	content: "\10f6cb";
}

.fad.fa-database:after {
	content: "\10f1c0";
}

.fad.fa-deaf:after {
	content: "\10f2a4";
}

.fad.fa-debug:after {
	content: "\10f7f9";
}

.fad.fa-deer:after {
	content: "\10f78e";
}

.fad.fa-deer-rudolph:after {
	content: "\10f78f";
}

.fad.fa-democrat:after {
	content: "\10f747";
}

.fad.fa-desktop:after {
	content: "\10f108";
}

.fad.fa-desktop-alt:after {
	content: "\10f390";
}

.fad.fa-dewpoint:after {
	content: "\10f748";
}

.fad.fa-dharmachakra:after {
	content: "\10f655";
}

.fad.fa-diagnoses:after {
	content: "\10f470";
}

.fad.fa-diamond:after {
	content: "\10f219";
}

.fad.fa-dice:after {
	content: "\10f522";
}

.fad.fa-dice-d10:after {
	content: "\10f6cd";
}

.fad.fa-dice-d12:after {
	content: "\10f6ce";
}

.fad.fa-dice-d20:after {
	content: "\10f6cf";
}

.fad.fa-dice-d4:after {
	content: "\10f6d0";
}

.fad.fa-dice-d6:after {
	content: "\10f6d1";
}

.fad.fa-dice-d8:after {
	content: "\10f6d2";
}

.fad.fa-dice-five:after {
	content: "\10f523";
}

.fad.fa-dice-four:after {
	content: "\10f524";
}

.fad.fa-dice-one:after {
	content: "\10f525";
}

.fad.fa-dice-six:after {
	content: "\10f526";
}

.fad.fa-dice-three:after {
	content: "\10f527";
}

.fad.fa-dice-two:after {
	content: "\10f528";
}

.fad.fa-digging:after {
	content: "\10f85e";
}

.fad.fa-digital-tachograph:after {
	content: "\10f566";
}

.fad.fa-diploma:after {
	content: "\10f5ea";
}

.fad.fa-directions:after {
	content: "\10f5eb";
}

.fad.fa-disc-drive:after {
	content: "\10f8b5";
}

.fad.fa-disease:after {
	content: "\10f7fa";
}

.fad.fa-divide:after {
	content: "\10f529";
}

.fad.fa-dizzy:after {
	content: "\10f567";
}

.fad.fa-dna:after {
	content: "\10f471";
}

.fad.fa-do-not-enter:after {
	content: "\10f5ec";
}

.fad.fa-dog:after {
	content: "\10f6d3";
}

.fad.fa-dog-leashed:after {
	content: "\10f6d4";
}

.fad.fa-dollar-sign:after {
	content: "\10f155";
}

.fad.fa-dolly:after {
	content: "\10f472";
}

.fad.fa-dolly-empty:after {
	content: "\10f473";
}

.fad.fa-dolly-flatbed:after {
	content: "\10f474";
}

.fad.fa-dolly-flatbed-alt:after {
	content: "\10f475";
}

.fad.fa-dolly-flatbed-empty:after {
	content: "\10f476";
}

.fad.fa-donate:after {
	content: "\10f4b9";
}

.fad.fa-door-closed:after {
	content: "\10f52a";
}

.fad.fa-door-open:after {
	content: "\10f52b";
}

.fad.fa-dot-circle:after {
	content: "\10f192";
}

.fad.fa-dove:after {
	content: "\10f4ba";
}

.fad.fa-download:after {
	content: "\10f019";
}

.fad.fa-drafting-compass:after {
	content: "\10f568";
}

.fad.fa-dragon:after {
	content: "\10f6d5";
}

.fad.fa-draw-circle:after {
	content: "\10f5ed";
}

.fad.fa-draw-polygon:after {
	content: "\10f5ee";
}

.fad.fa-draw-square:after {
	content: "\10f5ef";
}

.fad.fa-dreidel:after {
	content: "\10f792";
}

.fad.fa-drone:after {
	content: "\10f85f";
}

.fad.fa-drone-alt:after {
	content: "\10f860";
}

.fad.fa-drum:after {
	content: "\10f569";
}

.fad.fa-drum-steelpan:after {
	content: "\10f56a";
}

.fad.fa-drumstick:after {
	content: "\10f6d6";
}

.fad.fa-drumstick-bite:after {
	content: "\10f6d7";
}

.fad.fa-dryer:after {
	content: "\10f861";
}

.fad.fa-dryer-alt:after {
	content: "\10f862";
}

.fad.fa-duck:after {
	content: "\10f6d8";
}

.fad.fa-dumbbell:after {
	content: "\10f44b";
}

.fad.fa-dumpster:after {
	content: "\10f793";
}

.fad.fa-dumpster-fire:after {
	content: "\10f794";
}

.fad.fa-dungeon:after {
	content: "\10f6d9";
}

.fad.fa-ear:after {
	content: "\10f5f0";
}

.fad.fa-ear-muffs:after {
	content: "\10f795";
}

.fad.fa-eclipse:after {
	content: "\10f749";
}

.fad.fa-eclipse-alt:after {
	content: "\10f74a";
}

.fad.fa-edit:after {
	content: "\10f044";
}

.fad.fa-egg:after {
	content: "\10f7fb";
}

.fad.fa-egg-fried:after {
	content: "\10f7fc";
}

.fad.fa-eject:after {
	content: "\10f052";
}

.fad.fa-elephant:after {
	content: "\10f6da";
}

.fad.fa-ellipsis-h:after {
	content: "\10f141";
}

.fad.fa-ellipsis-h-alt:after {
	content: "\10f39b";
}

.fad.fa-ellipsis-v:after {
	content: "\10f142";
}

.fad.fa-ellipsis-v-alt:after {
	content: "\10f39c";
}

.fad.fa-empty-set:after {
	content: "\10f656";
}

.fad.fa-engine-warning:after {
	content: "\10f5f2";
}

.fad.fa-envelope:after {
	content: "\10f0e0";
}

.fad.fa-envelope-open:after {
	content: "\10f2b6";
}

.fad.fa-envelope-open-dollar:after {
	content: "\10f657";
}

.fad.fa-envelope-open-text:after {
	content: "\10f658";
}

.fad.fa-envelope-square:after {
	content: "\10f199";
}

.fad.fa-equals:after {
	content: "\10f52c";
}

.fad.fa-eraser:after {
	content: "\10f12d";
}

.fad.fa-ethernet:after {
	content: "\10f796";
}

.fad.fa-euro-sign:after {
	content: "\10f153";
}

.fad.fa-exchange:after {
	content: "\10f0ec";
}

.fad.fa-exchange-alt:after {
	content: "\10f362";
}

.fad.fa-exclamation:after {
	content: "\10f12a";
}

.fad.fa-exclamation-circle:after {
	content: "\10f06a";
}

.fad.fa-exclamation-square:after {
	content: "\10f321";
}

.fad.fa-exclamation-triangle:after {
	content: "\10f071";
}

.fad.fa-expand:after {
	content: "\10f065";
}

.fad.fa-expand-alt:after {
	content: "\10f424";
}

.fad.fa-expand-arrows:after {
	content: "\10f31d";
}

.fad.fa-expand-arrows-alt:after {
	content: "\10f31e";
}

.fad.fa-expand-wide:after {
	content: "\10f320";
}

.fad.fa-external-link:after {
	content: "\10f08e";
}

.fad.fa-external-link-alt:after {
	content: "\10f35d";
}

.fad.fa-external-link-square:after {
	content: "\10f14c";
}

.fad.fa-external-link-square-alt:after {
	content: "\10f360";
}

.fad.fa-eye:after {
	content: "\10f06e";
}

.fad.fa-eye-dropper:after {
	content: "\10f1fb";
}

.fad.fa-eye-evil:after {
	content: "\10f6db";
}

.fad.fa-eye-slash:after {
	content: "\10f070";
}

.fad.fa-fan:after {
	content: "\10f863";
}

.fad.fa-fan-table:after {
	content: "\10e004";
}

.fad.fa-farm:after {
	content: "\10f864";
}

.fad.fa-fast-backward:after {
	content: "\10f049";
}

.fad.fa-fast-forward:after {
	content: "\10f050";
}

.fad.fa-faucet:after {
	content: "\10e005";
}

.fad.fa-faucet-drip:after {
	content: "\10e006";
}

.fad.fa-fax:after {
	content: "\10f1ac";
}

.fad.fa-feather:after {
	content: "\10f52d";
}

.fad.fa-feather-alt:after {
	content: "\10f56b";
}

.fad.fa-female:after {
	content: "\10f182";
}

.fad.fa-field-hockey:after {
	content: "\10f44c";
}

.fad.fa-fighter-jet:after {
	content: "\10f0fb";
}

.fad.fa-file:after {
	content: "\10f15b";
}

.fad.fa-file-alt:after {
	content: "\10f15c";
}

.fad.fa-file-archive:after {
	content: "\10f1c6";
}

.fad.fa-file-audio:after {
	content: "\10f1c7";
}

.fad.fa-file-certificate:after {
	content: "\10f5f3";
}

.fad.fa-file-chart-line:after {
	content: "\10f659";
}

.fad.fa-file-chart-pie:after {
	content: "\10f65a";
}

.fad.fa-file-check:after {
	content: "\10f316";
}

.fad.fa-file-code:after {
	content: "\10f1c9";
}

.fad.fa-file-contract:after {
	content: "\10f56c";
}

.fad.fa-file-csv:after {
	content: "\10f6dd";
}

.fad.fa-file-download:after {
	content: "\10f56d";
}

.fad.fa-file-edit:after {
	content: "\10f31c";
}

.fad.fa-file-excel:after {
	content: "\10f1c3";
}

.fad.fa-file-exclamation:after {
	content: "\10f31a";
}

.fad.fa-file-export:after {
	content: "\10f56e";
}

.fad.fa-file-image:after {
	content: "\10f1c5";
}

.fad.fa-file-import:after {
	content: "\10f56f";
}

.fad.fa-file-invoice:after {
	content: "\10f570";
}

.fad.fa-file-invoice-dollar:after {
	content: "\10f571";
}

.fad.fa-file-medical:after {
	content: "\10f477";
}

.fad.fa-file-medical-alt:after {
	content: "\10f478";
}

.fad.fa-file-minus:after {
	content: "\10f318";
}

.fad.fa-file-music:after {
	content: "\10f8b6";
}

.fad.fa-file-pdf:after {
	content: "\10f1c1";
}

.fad.fa-file-plus:after {
	content: "\10f319";
}

.fad.fa-file-powerpoint:after {
	content: "\10f1c4";
}

.fad.fa-file-prescription:after {
	content: "\10f572";
}

.fad.fa-file-search:after {
	content: "\10f865";
}

.fad.fa-file-signature:after {
	content: "\10f573";
}

.fad.fa-file-spreadsheet:after {
	content: "\10f65b";
}

.fad.fa-file-times:after {
	content: "\10f317";
}

.fad.fa-file-upload:after {
	content: "\10f574";
}

.fad.fa-file-user:after {
	content: "\10f65c";
}

.fad.fa-file-video:after {
	content: "\10f1c8";
}

.fad.fa-file-word:after {
	content: "\10f1c2";
}

.fad.fa-files-medical:after {
	content: "\10f7fd";
}

.fad.fa-fill:after {
	content: "\10f575";
}

.fad.fa-fill-drip:after {
	content: "\10f576";
}

.fad.fa-film:after {
	content: "\10f008";
}

.fad.fa-film-alt:after {
	content: "\10f3a0";
}

.fad.fa-film-canister:after {
	content: "\10f8b7";
}

.fad.fa-filter:after {
	content: "\10f0b0";
}

.fad.fa-fingerprint:after {
	content: "\10f577";
}

.fad.fa-fire:after {
	content: "\10f06d";
}

.fad.fa-fire-alt:after {
	content: "\10f7e4";
}

.fad.fa-fire-extinguisher:after {
	content: "\10f134";
}

.fad.fa-fire-smoke:after {
	content: "\10f74b";
}

.fad.fa-fireplace:after {
	content: "\10f79a";
}

.fad.fa-first-aid:after {
	content: "\10f479";
}

.fad.fa-fish:after {
	content: "\10f578";
}

.fad.fa-fish-cooked:after {
	content: "\10f7fe";
}

.fad.fa-fist-raised:after {
	content: "\10f6de";
}

.fad.fa-flag:after {
	content: "\10f024";
}

.fad.fa-flag-alt:after {
	content: "\10f74c";
}

.fad.fa-flag-checkered:after {
	content: "\10f11e";
}

.fad.fa-flag-usa:after {
	content: "\10f74d";
}

.fad.fa-flame:after {
	content: "\10f6df";
}

.fad.fa-flashlight:after {
	content: "\10f8b8";
}

.fad.fa-flask:after {
	content: "\10f0c3";
}

.fad.fa-flask-poison:after {
	content: "\10f6e0";
}

.fad.fa-flask-potion:after {
	content: "\10f6e1";
}

.fad.fa-flower:after {
	content: "\10f7ff";
}

.fad.fa-flower-daffodil:after {
	content: "\10f800";
}

.fad.fa-flower-tulip:after {
	content: "\10f801";
}

.fad.fa-flushed:after {
	content: "\10f579";
}

.fad.fa-flute:after {
	content: "\10f8b9";
}

.fad.fa-flux-capacitor:after {
	content: "\10f8ba";
}

.fad.fa-fog:after {
	content: "\10f74e";
}

.fad.fa-folder:after {
	content: "\10f07b";
}

.fad.fa-folder-download:after {
	content: "\10e053";
}

.fad.fa-folder-minus:after {
	content: "\10f65d";
}

.fad.fa-folder-open:after {
	content: "\10f07c";
}

.fad.fa-folder-plus:after {
	content: "\10f65e";
}

.fad.fa-folder-times:after {
	content: "\10f65f";
}

.fad.fa-folder-tree:after {
	content: "\10f802";
}

.fad.fa-folder-upload:after {
	content: "\10e054";
}

.fad.fa-folders:after {
	content: "\10f660";
}

.fad.fa-font:after {
	content: "\10f031";
}

.fad.fa-font-awesome-logo-full:after {
	content: "\10f4e6";
}

.fad.fa-font-case:after {
	content: "\10f866";
}

.fad.fa-football-ball:after {
	content: "\10f44e";
}

.fad.fa-football-helmet:after {
	content: "\10f44f";
}

.fad.fa-forklift:after {
	content: "\10f47a";
}

.fad.fa-forward:after {
	content: "\10f04e";
}

.fad.fa-fragile:after {
	content: "\10f4bb";
}

.fad.fa-french-fries:after {
	content: "\10f803";
}

.fad.fa-frog:after {
	content: "\10f52e";
}

.fad.fa-frosty-head:after {
	content: "\10f79b";
}

.fad.fa-frown:after {
	content: "\10f119";
}

.fad.fa-frown-open:after {
	content: "\10f57a";
}

.fad.fa-function:after {
	content: "\10f661";
}

.fad.fa-funnel-dollar:after {
	content: "\10f662";
}

.fad.fa-futbol:after {
	content: "\10f1e3";
}

.fad.fa-galaxy:after {
	content: "\10e008";
}

.fad.fa-game-board:after {
	content: "\10f867";
}

.fad.fa-game-board-alt:after {
	content: "\10f868";
}

.fad.fa-game-console-handheld:after {
	content: "\10f8bb";
}

.fad.fa-gamepad:after {
	content: "\10f11b";
}

.fad.fa-gamepad-alt:after {
	content: "\10f8bc";
}

.fad.fa-garage:after {
	content: "\10e009";
}

.fad.fa-garage-car:after {
	content: "\10e00a";
}

.fad.fa-garage-open:after {
	content: "\10e00b";
}

.fad.fa-gas-pump:after {
	content: "\10f52f";
}

.fad.fa-gas-pump-slash:after {
	content: "\10f5f4";
}

.fad.fa-gavel:after {
	content: "\10f0e3";
}

.fad.fa-gem:after {
	content: "\10f3a5";
}

.fad.fa-genderless:after {
	content: "\10f22d";
}

.fad.fa-ghost:after {
	content: "\10f6e2";
}

.fad.fa-gift:after {
	content: "\10f06b";
}

.fad.fa-gift-card:after {
	content: "\10f663";
}

.fad.fa-gifts:after {
	content: "\10f79c";
}

.fad.fa-gingerbread-man:after {
	content: "\10f79d";
}

.fad.fa-glass:after {
	content: "\10f804";
}

.fad.fa-glass-champagne:after {
	content: "\10f79e";
}

.fad.fa-glass-cheers:after {
	content: "\10f79f";
}

.fad.fa-glass-citrus:after {
	content: "\10f869";
}

.fad.fa-glass-martini:after {
	content: "\10f000";
}

.fad.fa-glass-martini-alt:after {
	content: "\10f57b";
}

.fad.fa-glass-whiskey:after {
	content: "\10f7a0";
}

.fad.fa-glass-whiskey-rocks:after {
	content: "\10f7a1";
}

.fad.fa-glasses:after {
	content: "\10f530";
}

.fad.fa-glasses-alt:after {
	content: "\10f5f5";
}

.fad.fa-globe:after {
	content: "\10f0ac";
}

.fad.fa-globe-africa:after {
	content: "\10f57c";
}

.fad.fa-globe-americas:after {
	content: "\10f57d";
}

.fad.fa-globe-asia:after {
	content: "\10f57e";
}

.fad.fa-globe-europe:after {
	content: "\10f7a2";
}

.fad.fa-globe-snow:after {
	content: "\10f7a3";
}

.fad.fa-globe-stand:after {
	content: "\10f5f6";
}

.fad.fa-golf-ball:after {
	content: "\10f450";
}

.fad.fa-golf-club:after {
	content: "\10f451";
}

.fad.fa-gopuram:after {
	content: "\10f664";
}

.fad.fa-graduation-cap:after {
	content: "\10f19d";
}

.fad.fa-gramophone:after {
	content: "\10f8bd";
}

.fad.fa-greater-than:after {
	content: "\10f531";
}

.fad.fa-greater-than-equal:after {
	content: "\10f532";
}

.fad.fa-grimace:after {
	content: "\10f57f";
}

.fad.fa-grin:after {
	content: "\10f580";
}

.fad.fa-grin-alt:after {
	content: "\10f581";
}

.fad.fa-grin-beam:after {
	content: "\10f582";
}

.fad.fa-grin-beam-sweat:after {
	content: "\10f583";
}

.fad.fa-grin-hearts:after {
	content: "\10f584";
}

.fad.fa-grin-squint:after {
	content: "\10f585";
}

.fad.fa-grin-squint-tears:after {
	content: "\10f586";
}

.fad.fa-grin-stars:after {
	content: "\10f587";
}

.fad.fa-grin-tears:after {
	content: "\10f588";
}

.fad.fa-grin-tongue:after {
	content: "\10f589";
}

.fad.fa-grin-tongue-squint:after {
	content: "\10f58a";
}

.fad.fa-grin-tongue-wink:after {
	content: "\10f58b";
}

.fad.fa-grin-wink:after {
	content: "\10f58c";
}

.fad.fa-grip-horizontal:after {
	content: "\10f58d";
}

.fad.fa-grip-lines:after {
	content: "\10f7a4";
}

.fad.fa-grip-lines-vertical:after {
	content: "\10f7a5";
}

.fad.fa-grip-vertical:after {
	content: "\10f58e";
}

.fad.fa-guitar:after {
	content: "\10f7a6";
}

.fad.fa-guitar-electric:after {
	content: "\10f8be";
}

.fad.fa-guitars:after {
	content: "\10f8bf";
}

.fad.fa-h-square:after {
	content: "\10f0fd";
}

.fad.fa-h1:after {
	content: "\10f313";
}

.fad.fa-h2:after {
	content: "\10f314";
}

.fad.fa-h3:after {
	content: "\10f315";
}

.fad.fa-h4:after {
	content: "\10f86a";
}

.fad.fa-hamburger:after {
	content: "\10f805";
}

.fad.fa-hammer:after {
	content: "\10f6e3";
}

.fad.fa-hammer-war:after {
	content: "\10f6e4";
}

.fad.fa-hamsa:after {
	content: "\10f665";
}

.fad.fa-hand-heart:after {
	content: "\10f4bc";
}

.fad.fa-hand-holding:after {
	content: "\10f4bd";
}

.fad.fa-hand-holding-box:after {
	content: "\10f47b";
}

.fad.fa-hand-holding-heart:after {
	content: "\10f4be";
}

.fad.fa-hand-holding-magic:after {
	content: "\10f6e5";
}

.fad.fa-hand-holding-medical:after {
	content: "\10e05c";
}

.fad.fa-hand-holding-seedling:after {
	content: "\10f4bf";
}

.fad.fa-hand-holding-usd:after {
	content: "\10f4c0";
}

.fad.fa-hand-holding-water:after {
	content: "\10f4c1";
}

.fad.fa-hand-lizard:after {
	content: "\10f258";
}

.fad.fa-hand-middle-finger:after {
	content: "\10f806";
}

.fad.fa-hand-paper:after {
	content: "\10f256";
}

.fad.fa-hand-peace:after {
	content: "\10f25b";
}

.fad.fa-hand-point-down:after {
	content: "\10f0a7";
}

.fad.fa-hand-point-left:after {
	content: "\10f0a5";
}

.fad.fa-hand-point-right:after {
	content: "\10f0a4";
}

.fad.fa-hand-point-up:after {
	content: "\10f0a6";
}

.fad.fa-hand-pointer:after {
	content: "\10f25a";
}

.fad.fa-hand-receiving:after {
	content: "\10f47c";
}

.fad.fa-hand-rock:after {
	content: "\10f255";
}

.fad.fa-hand-scissors:after {
	content: "\10f257";
}

.fad.fa-hand-sparkles:after {
	content: "\10e05d";
}

.fad.fa-hand-spock:after {
	content: "\10f259";
}

.fad.fa-hands:after {
	content: "\10f4c2";
}

.fad.fa-hands-heart:after {
	content: "\10f4c3";
}

.fad.fa-hands-helping:after {
	content: "\10f4c4";
}

.fad.fa-hands-usd:after {
	content: "\10f4c5";
}

.fad.fa-hands-wash:after {
	content: "\10e05e";
}

.fad.fa-handshake:after {
	content: "\10f2b5";
}

.fad.fa-handshake-alt:after {
	content: "\10f4c6";
}

.fad.fa-handshake-alt-slash:after {
	content: "\10e05f";
}

.fad.fa-handshake-slash:after {
	content: "\10e060";
}

.fad.fa-hanukiah:after {
	content: "\10f6e6";
}

.fad.fa-hard-hat:after {
	content: "\10f807";
}

.fad.fa-hashtag:after {
	content: "\10f292";
}

.fad.fa-hat-chef:after {
	content: "\10f86b";
}

.fad.fa-hat-cowboy:after {
	content: "\10f8c0";
}

.fad.fa-hat-cowboy-side:after {
	content: "\10f8c1";
}

.fad.fa-hat-santa:after {
	content: "\10f7a7";
}

.fad.fa-hat-winter:after {
	content: "\10f7a8";
}

.fad.fa-hat-witch:after {
	content: "\10f6e7";
}

.fad.fa-hat-wizard:after {
	content: "\10f6e8";
}

.fad.fa-hdd:after {
	content: "\10f0a0";
}

.fad.fa-head-side:after {
	content: "\10f6e9";
}

.fad.fa-head-side-brain:after {
	content: "\10f808";
}

.fad.fa-head-side-cough:after {
	content: "\10e061";
}

.fad.fa-head-side-cough-slash:after {
	content: "\10e062";
}

.fad.fa-head-side-headphones:after {
	content: "\10f8c2";
}

.fad.fa-head-side-mask:after {
	content: "\10e063";
}

.fad.fa-head-side-medical:after {
	content: "\10f809";
}

.fad.fa-head-side-virus:after {
	content: "\10e064";
}

.fad.fa-head-vr:after {
	content: "\10f6ea";
}

.fad.fa-heading:after {
	content: "\10f1dc";
}

.fad.fa-headphones:after {
	content: "\10f025";
}

.fad.fa-headphones-alt:after {
	content: "\10f58f";
}

.fad.fa-headset:after {
	content: "\10f590";
}

.fad.fa-heart:after {
	content: "\10f004";
}

.fad.fa-heart-broken:after {
	content: "\10f7a9";
}

.fad.fa-heart-circle:after {
	content: "\10f4c7";
}

.fad.fa-heart-rate:after {
	content: "\10f5f8";
}

.fad.fa-heart-square:after {
	content: "\10f4c8";
}

.fad.fa-heartbeat:after {
	content: "\10f21e";
}

.fad.fa-heat:after {
	content: "\10e00c";
}

.fad.fa-helicopter:after {
	content: "\10f533";
}

.fad.fa-helmet-battle:after {
	content: "\10f6eb";
}

.fad.fa-hexagon:after {
	content: "\10f312";
}

.fad.fa-highlighter:after {
	content: "\10f591";
}

.fad.fa-hiking:after {
	content: "\10f6ec";
}

.fad.fa-hippo:after {
	content: "\10f6ed";
}

.fad.fa-history:after {
	content: "\10f1da";
}

.fad.fa-hockey-mask:after {
	content: "\10f6ee";
}

.fad.fa-hockey-puck:after {
	content: "\10f453";
}

.fad.fa-hockey-sticks:after {
	content: "\10f454";
}

.fad.fa-holly-berry:after {
	content: "\10f7aa";
}

.fad.fa-home:after {
	content: "\10f015";
}

.fad.fa-home-alt:after {
	content: "\10f80a";
}

.fad.fa-home-heart:after {
	content: "\10f4c9";
}

.fad.fa-home-lg:after {
	content: "\10f80b";
}

.fad.fa-home-lg-alt:after {
	content: "\10f80c";
}

.fad.fa-hood-cloak:after {
	content: "\10f6ef";
}

.fad.fa-horizontal-rule:after {
	content: "\10f86c";
}

.fad.fa-horse:after {
	content: "\10f6f0";
}

.fad.fa-horse-head:after {
	content: "\10f7ab";
}

.fad.fa-horse-saddle:after {
	content: "\10f8c3";
}

.fad.fa-hospital:after {
	content: "\10f0f8";
}

.fad.fa-hospital-alt:after {
	content: "\10f47d";
}

.fad.fa-hospital-symbol:after {
	content: "\10f47e";
}

.fad.fa-hospital-user:after {
	content: "\10f80d";
}

.fad.fa-hospitals:after {
	content: "\10f80e";
}

.fad.fa-hot-tub:after {
	content: "\10f593";
}

.fad.fa-hotdog:after {
	content: "\10f80f";
}

.fad.fa-hotel:after {
	content: "\10f594";
}

.fad.fa-hourglass:after {
	content: "\10f254";
}

.fad.fa-hourglass-end:after {
	content: "\10f253";
}

.fad.fa-hourglass-half:after {
	content: "\10f252";
}

.fad.fa-hourglass-start:after {
	content: "\10f251";
}

.fad.fa-house:after {
	content: "\10e00d";
}

.fad.fa-house-damage:after {
	content: "\10f6f1";
}

.fad.fa-house-day:after {
	content: "\10e00e";
}

.fad.fa-house-flood:after {
	content: "\10f74f";
}

.fad.fa-house-leave:after {
	content: "\10e00f";
}

.fad.fa-house-night:after {
	content: "\10e010";
}

.fad.fa-house-return:after {
	content: "\10e011";
}

.fad.fa-house-signal:after {
	content: "\10e012";
}

.fad.fa-house-user:after {
	content: "\10e065";
}

.fad.fa-hryvnia:after {
	content: "\10f6f2";
}

.fad.fa-humidity:after {
	content: "\10f750";
}

.fad.fa-hurricane:after {
	content: "\10f751";
}

.fad.fa-i-cursor:after {
	content: "\10f246";
}

.fad.fa-ice-cream:after {
	content: "\10f810";
}

.fad.fa-ice-skate:after {
	content: "\10f7ac";
}

.fad.fa-icicles:after {
	content: "\10f7ad";
}

.fad.fa-icons:after {
	content: "\10f86d";
}

.fad.fa-icons-alt:after {
	content: "\10f86e";
}

.fad.fa-id-badge:after {
	content: "\10f2c1";
}

.fad.fa-id-card:after {
	content: "\10f2c2";
}

.fad.fa-id-card-alt:after {
	content: "\10f47f";
}

.fad.fa-igloo:after {
	content: "\10f7ae";
}

.fad.fa-image:after {
	content: "\10f03e";
}

.fad.fa-image-polaroid:after {
	content: "\10f8c4";
}

.fad.fa-images:after {
	content: "\10f302";
}

.fad.fa-inbox:after {
	content: "\10f01c";
}

.fad.fa-inbox-in:after {
	content: "\10f310";
}

.fad.fa-inbox-out:after {
	content: "\10f311";
}

.fad.fa-indent:after {
	content: "\10f03c";
}

.fad.fa-industry:after {
	content: "\10f275";
}

.fad.fa-industry-alt:after {
	content: "\10f3b3";
}

.fad.fa-infinity:after {
	content: "\10f534";
}

.fad.fa-info:after {
	content: "\10f129";
}

.fad.fa-info-circle:after {
	content: "\10f05a";
}

.fad.fa-info-square:after {
	content: "\10f30f";
}

.fad.fa-inhaler:after {
	content: "\10f5f9";
}

.fad.fa-integral:after {
	content: "\10f667";
}

.fad.fa-intersection:after {
	content: "\10f668";
}

.fad.fa-inventory:after {
	content: "\10f480";
}

.fad.fa-island-tropical:after {
	content: "\10f811";
}

.fad.fa-italic:after {
	content: "\10f033";
}

.fad.fa-jack-o-lantern:after {
	content: "\10f30e";
}

.fad.fa-jedi:after {
	content: "\10f669";
}

.fad.fa-joint:after {
	content: "\10f595";
}

.fad.fa-journal-whills:after {
	content: "\10f66a";
}

.fad.fa-joystick:after {
	content: "\10f8c5";
}

.fad.fa-jug:after {
	content: "\10f8c6";
}

.fad.fa-kaaba:after {
	content: "\10f66b";
}

.fad.fa-kazoo:after {
	content: "\10f8c7";
}

.fad.fa-kerning:after {
	content: "\10f86f";
}

.fad.fa-key:after {
	content: "\10f084";
}

.fad.fa-key-skeleton:after {
	content: "\10f6f3";
}

.fad.fa-keyboard:after {
	content: "\10f11c";
}

.fad.fa-keynote:after {
	content: "\10f66c";
}

.fad.fa-khanda:after {
	content: "\10f66d";
}

.fad.fa-kidneys:after {
	content: "\10f5fb";
}

.fad.fa-kiss:after {
	content: "\10f596";
}

.fad.fa-kiss-beam:after {
	content: "\10f597";
}

.fad.fa-kiss-wink-heart:after {
	content: "\10f598";
}

.fad.fa-kite:after {
	content: "\10f6f4";
}

.fad.fa-kiwi-bird:after {
	content: "\10f535";
}

.fad.fa-knife-kitchen:after {
	content: "\10f6f5";
}

.fad.fa-lambda:after {
	content: "\10f66e";
}

.fad.fa-lamp:after {
	content: "\10f4ca";
}

.fad.fa-lamp-desk:after {
	content: "\10e014";
}

.fad.fa-lamp-floor:after {
	content: "\10e015";
}

.fad.fa-landmark:after {
	content: "\10f66f";
}

.fad.fa-landmark-alt:after {
	content: "\10f752";
}

.fad.fa-language:after {
	content: "\10f1ab";
}

.fad.fa-laptop:after {
	content: "\10f109";
}

.fad.fa-laptop-code:after {
	content: "\10f5fc";
}

.fad.fa-laptop-house:after {
	content: "\10e066";
}

.fad.fa-laptop-medical:after {
	content: "\10f812";
}

.fad.fa-lasso:after {
	content: "\10f8c8";
}

.fad.fa-laugh:after {
	content: "\10f599";
}

.fad.fa-laugh-beam:after {
	content: "\10f59a";
}

.fad.fa-laugh-squint:after {
	content: "\10f59b";
}

.fad.fa-laugh-wink:after {
	content: "\10f59c";
}

.fad.fa-layer-group:after {
	content: "\10f5fd";
}

.fad.fa-layer-minus:after {
	content: "\10f5fe";
}

.fad.fa-layer-plus:after {
	content: "\10f5ff";
}

.fad.fa-leaf:after {
	content: "\10f06c";
}

.fad.fa-leaf-heart:after {
	content: "\10f4cb";
}

.fad.fa-leaf-maple:after {
	content: "\10f6f6";
}

.fad.fa-leaf-oak:after {
	content: "\10f6f7";
}

.fad.fa-lemon:after {
	content: "\10f094";
}

.fad.fa-less-than:after {
	content: "\10f536";
}

.fad.fa-less-than-equal:after {
	content: "\10f537";
}

.fad.fa-level-down:after {
	content: "\10f149";
}

.fad.fa-level-down-alt:after {
	content: "\10f3be";
}

.fad.fa-level-up:after {
	content: "\10f148";
}

.fad.fa-level-up-alt:after {
	content: "\10f3bf";
}

.fad.fa-life-ring:after {
	content: "\10f1cd";
}

.fad.fa-light-ceiling:after {
	content: "\10e016";
}

.fad.fa-light-switch:after {
	content: "\10e017";
}

.fad.fa-light-switch-off:after {
	content: "\10e018";
}

.fad.fa-light-switch-on:after {
	content: "\10e019";
}

.fad.fa-lightbulb:after {
	content: "\10f0eb";
}

.fad.fa-lightbulb-dollar:after {
	content: "\10f670";
}

.fad.fa-lightbulb-exclamation:after {
	content: "\10f671";
}

.fad.fa-lightbulb-on:after {
	content: "\10f672";
}

.fad.fa-lightbulb-slash:after {
	content: "\10f673";
}

.fad.fa-lights-holiday:after {
	content: "\10f7b2";
}

.fad.fa-line-columns:after {
	content: "\10f870";
}

.fad.fa-line-height:after {
	content: "\10f871";
}

.fad.fa-link:after {
	content: "\10f0c1";
}

.fad.fa-lips:after {
	content: "\10f600";
}

.fad.fa-lira-sign:after {
	content: "\10f195";
}

.fad.fa-list:after {
	content: "\10f03a";
}

.fad.fa-list-alt:after {
	content: "\10f022";
}

.fad.fa-list-music:after {
	content: "\10f8c9";
}

.fad.fa-list-ol:after {
	content: "\10f0cb";
}

.fad.fa-list-ul:after {
	content: "\10f0ca";
}

.fad.fa-location:after {
	content: "\10f601";
}

.fad.fa-location-arrow:after {
	content: "\10f124";
}

.fad.fa-location-circle:after {
	content: "\10f602";
}

.fad.fa-location-slash:after {
	content: "\10f603";
}

.fad.fa-lock:after {
	content: "\10f023";
}

.fad.fa-lock-alt:after {
	content: "\10f30d";
}

.fad.fa-lock-open:after {
	content: "\10f3c1";
}

.fad.fa-lock-open-alt:after {
	content: "\10f3c2";
}

.fad.fa-long-arrow-alt-down:after {
	content: "\10f309";
}

.fad.fa-long-arrow-alt-left:after {
	content: "\10f30a";
}

.fad.fa-long-arrow-alt-right:after {
	content: "\10f30b";
}

.fad.fa-long-arrow-alt-up:after {
	content: "\10f30c";
}

.fad.fa-long-arrow-down:after {
	content: "\10f175";
}

.fad.fa-long-arrow-left:after {
	content: "\10f177";
}

.fad.fa-long-arrow-right:after {
	content: "\10f178";
}

.fad.fa-long-arrow-up:after {
	content: "\10f176";
}

.fad.fa-loveseat:after {
	content: "\10f4cc";
}

.fad.fa-low-vision:after {
	content: "\10f2a8";
}

.fad.fa-luchador:after {
	content: "\10f455";
}

.fad.fa-luggage-cart:after {
	content: "\10f59d";
}

.fad.fa-lungs:after {
	content: "\10f604";
}

.fad.fa-lungs-virus:after {
	content: "\10e067";
}

.fad.fa-mace:after {
	content: "\10f6f8";
}

.fad.fa-magic:after {
	content: "\10f0d0";
}

.fad.fa-magnet:after {
	content: "\10f076";
}

.fad.fa-mail-bulk:after {
	content: "\10f674";
}

.fad.fa-mailbox:after {
	content: "\10f813";
}

.fad.fa-male:after {
	content: "\10f183";
}

.fad.fa-mandolin:after {
	content: "\10f6f9";
}

.fad.fa-map:after {
	content: "\10f279";
}

.fad.fa-map-marked:after {
	content: "\10f59f";
}

.fad.fa-map-marked-alt:after {
	content: "\10f5a0";
}

.fad.fa-map-marker:after {
	content: "\10f041";
}

.fad.fa-map-marker-alt:after {
	content: "\10f3c5";
}

.fad.fa-map-marker-alt-slash:after {
	content: "\10f605";
}

.fad.fa-map-marker-check:after {
	content: "\10f606";
}

.fad.fa-map-marker-edit:after {
	content: "\10f607";
}

.fad.fa-map-marker-exclamation:after {
	content: "\10f608";
}

.fad.fa-map-marker-minus:after {
	content: "\10f609";
}

.fad.fa-map-marker-plus:after {
	content: "\10f60a";
}

.fad.fa-map-marker-question:after {
	content: "\10f60b";
}

.fad.fa-map-marker-slash:after {
	content: "\10f60c";
}

.fad.fa-map-marker-smile:after {
	content: "\10f60d";
}

.fad.fa-map-marker-times:after {
	content: "\10f60e";
}

.fad.fa-map-pin:after {
	content: "\10f276";
}

.fad.fa-map-signs:after {
	content: "\10f277";
}

.fad.fa-marker:after {
	content: "\10f5a1";
}

.fad.fa-mars:after {
	content: "\10f222";
}

.fad.fa-mars-double:after {
	content: "\10f227";
}

.fad.fa-mars-stroke:after {
	content: "\10f229";
}

.fad.fa-mars-stroke-h:after {
	content: "\10f22b";
}

.fad.fa-mars-stroke-v:after {
	content: "\10f22a";
}

.fad.fa-mask:after {
	content: "\10f6fa";
}

.fad.fa-meat:after {
	content: "\10f814";
}

.fad.fa-medal:after {
	content: "\10f5a2";
}

.fad.fa-medkit:after {
	content: "\10f0fa";
}

.fad.fa-megaphone:after {
	content: "\10f675";
}

.fad.fa-meh:after {
	content: "\10f11a";
}

.fad.fa-meh-blank:after {
	content: "\10f5a4";
}

.fad.fa-meh-rolling-eyes:after {
	content: "\10f5a5";
}

.fad.fa-memory:after {
	content: "\10f538";
}

.fad.fa-menorah:after {
	content: "\10f676";
}

.fad.fa-mercury:after {
	content: "\10f223";
}

.fad.fa-meteor:after {
	content: "\10f753";
}

.fad.fa-microchip:after {
	content: "\10f2db";
}

.fad.fa-microphone:after {
	content: "\10f130";
}

.fad.fa-microphone-alt:after {
	content: "\10f3c9";
}

.fad.fa-microphone-alt-slash:after {
	content: "\10f539";
}

.fad.fa-microphone-slash:after {
	content: "\10f131";
}

.fad.fa-microphone-stand:after {
	content: "\10f8cb";
}

.fad.fa-microscope:after {
	content: "\10f610";
}

.fad.fa-microwave:after {
	content: "\10e01b";
}

.fad.fa-mind-share:after {
	content: "\10f677";
}

.fad.fa-minus:after {
	content: "\10f068";
}

.fad.fa-minus-circle:after {
	content: "\10f056";
}

.fad.fa-minus-hexagon:after {
	content: "\10f307";
}

.fad.fa-minus-octagon:after {
	content: "\10f308";
}

.fad.fa-minus-square:after {
	content: "\10f146";
}

.fad.fa-mistletoe:after {
	content: "\10f7b4";
}

.fad.fa-mitten:after {
	content: "\10f7b5";
}

.fad.fa-mobile:after {
	content: "\10f10b";
}

.fad.fa-mobile-alt:after {
	content: "\10f3cd";
}

.fad.fa-mobile-android:after {
	content: "\10f3ce";
}

.fad.fa-mobile-android-alt:after {
	content: "\10f3cf";
}

.fad.fa-money-bill:after {
	content: "\10f0d6";
}

.fad.fa-money-bill-alt:after {
	content: "\10f3d1";
}

.fad.fa-money-bill-wave:after {
	content: "\10f53a";
}

.fad.fa-money-bill-wave-alt:after {
	content: "\10f53b";
}

.fad.fa-money-check:after {
	content: "\10f53c";
}

.fad.fa-money-check-alt:after {
	content: "\10f53d";
}

.fad.fa-money-check-edit:after {
	content: "\10f872";
}

.fad.fa-money-check-edit-alt:after {
	content: "\10f873";
}

.fad.fa-monitor-heart-rate:after {
	content: "\10f611";
}

.fad.fa-monkey:after {
	content: "\10f6fb";
}

.fad.fa-monument:after {
	content: "\10f5a6";
}

.fad.fa-moon:after {
	content: "\10f186";
}

.fad.fa-moon-cloud:after {
	content: "\10f754";
}

.fad.fa-moon-stars:after {
	content: "\10f755";
}

.fad.fa-mortar-pestle:after {
	content: "\10f5a7";
}

.fad.fa-mosque:after {
	content: "\10f678";
}

.fad.fa-motorcycle:after {
	content: "\10f21c";
}

.fad.fa-mountain:after {
	content: "\10f6fc";
}

.fad.fa-mountains:after {
	content: "\10f6fd";
}

.fad.fa-mouse:after {
	content: "\10f8cc";
}

.fad.fa-mouse-alt:after {
	content: "\10f8cd";
}

.fad.fa-mouse-pointer:after {
	content: "\10f245";
}

.fad.fa-mp3-player:after {
	content: "\10f8ce";
}

.fad.fa-mug:after {
	content: "\10f874";
}

.fad.fa-mug-hot:after {
	content: "\10f7b6";
}

.fad.fa-mug-marshmallows:after {
	content: "\10f7b7";
}

.fad.fa-mug-tea:after {
	content: "\10f875";
}

.fad.fa-music:after {
	content: "\10f001";
}

.fad.fa-music-alt:after {
	content: "\10f8cf";
}

.fad.fa-music-alt-slash:after {
	content: "\10f8d0";
}

.fad.fa-music-slash:after {
	content: "\10f8d1";
}

.fad.fa-narwhal:after {
	content: "\10f6fe";
}

.fad.fa-network-wired:after {
	content: "\10f6ff";
}

.fad.fa-neuter:after {
	content: "\10f22c";
}

.fad.fa-newspaper:after {
	content: "\10f1ea";
}

.fad.fa-not-equal:after {
	content: "\10f53e";
}

.fad.fa-notes-medical:after {
	content: "\10f481";
}

.fad.fa-object-group:after {
	content: "\10f247";
}

.fad.fa-object-ungroup:after {
	content: "\10f248";
}

.fad.fa-octagon:after {
	content: "\10f306";
}

.fad.fa-oil-can:after {
	content: "\10f613";
}

.fad.fa-oil-temp:after {
	content: "\10f614";
}

.fad.fa-om:after {
	content: "\10f679";
}

.fad.fa-omega:after {
	content: "\10f67a";
}

.fad.fa-ornament:after {
	content: "\10f7b8";
}

.fad.fa-otter:after {
	content: "\10f700";
}

.fad.fa-outdent:after {
	content: "\10f03b";
}

.fad.fa-outlet:after {
	content: "\10e01c";
}

.fad.fa-oven:after {
	content: "\10e01d";
}

.fad.fa-overline:after {
	content: "\10f876";
}

.fad.fa-page-break:after {
	content: "\10f877";
}

.fad.fa-pager:after {
	content: "\10f815";
}

.fad.fa-paint-brush:after {
	content: "\10f1fc";
}

.fad.fa-paint-brush-alt:after {
	content: "\10f5a9";
}

.fad.fa-paint-roller:after {
	content: "\10f5aa";
}

.fad.fa-palette:after {
	content: "\10f53f";
}

.fad.fa-pallet:after {
	content: "\10f482";
}

.fad.fa-pallet-alt:after {
	content: "\10f483";
}

.fad.fa-paper-plane:after {
	content: "\10f1d8";
}

.fad.fa-paperclip:after {
	content: "\10f0c6";
}

.fad.fa-parachute-box:after {
	content: "\10f4cd";
}

.fad.fa-paragraph:after {
	content: "\10f1dd";
}

.fad.fa-paragraph-rtl:after {
	content: "\10f878";
}

.fad.fa-parking:after {
	content: "\10f540";
}

.fad.fa-parking-circle:after {
	content: "\10f615";
}

.fad.fa-parking-circle-slash:after {
	content: "\10f616";
}

.fad.fa-parking-slash:after {
	content: "\10f617";
}

.fad.fa-passport:after {
	content: "\10f5ab";
}

.fad.fa-pastafarianism:after {
	content: "\10f67b";
}

.fad.fa-paste:after {
	content: "\10f0ea";
}

.fad.fa-pause:after {
	content: "\10f04c";
}

.fad.fa-pause-circle:after {
	content: "\10f28b";
}

.fad.fa-paw:after {
	content: "\10f1b0";
}

.fad.fa-paw-alt:after {
	content: "\10f701";
}

.fad.fa-paw-claws:after {
	content: "\10f702";
}

.fad.fa-peace:after {
	content: "\10f67c";
}

.fad.fa-pegasus:after {
	content: "\10f703";
}

.fad.fa-pen:after {
	content: "\10f304";
}

.fad.fa-pen-alt:after {
	content: "\10f305";
}

.fad.fa-pen-fancy:after {
	content: "\10f5ac";
}

.fad.fa-pen-nib:after {
	content: "\10f5ad";
}

.fad.fa-pen-square:after {
	content: "\10f14b";
}

.fad.fa-pencil:after {
	content: "\10f040";
}

.fad.fa-pencil-alt:after {
	content: "\10f303";
}

.fad.fa-pencil-paintbrush:after {
	content: "\10f618";
}

.fad.fa-pencil-ruler:after {
	content: "\10f5ae";
}

.fad.fa-pennant:after {
	content: "\10f456";
}

.fad.fa-people-arrows:after {
	content: "\10e068";
}

.fad.fa-people-carry:after {
	content: "\10f4ce";
}

.fad.fa-pepper-hot:after {
	content: "\10f816";
}

.fad.fa-percent:after {
	content: "\10f295";
}

.fad.fa-percentage:after {
	content: "\10f541";
}

.fad.fa-person-booth:after {
	content: "\10f756";
}

.fad.fa-person-carry:after {
	content: "\10f4cf";
}

.fad.fa-person-dolly:after {
	content: "\10f4d0";
}

.fad.fa-person-dolly-empty:after {
	content: "\10f4d1";
}

.fad.fa-person-sign:after {
	content: "\10f757";
}

.fad.fa-phone:after {
	content: "\10f095";
}

.fad.fa-phone-alt:after {
	content: "\10f879";
}

.fad.fa-phone-laptop:after {
	content: "\10f87a";
}

.fad.fa-phone-office:after {
	content: "\10f67d";
}

.fad.fa-phone-plus:after {
	content: "\10f4d2";
}

.fad.fa-phone-rotary:after {
	content: "\10f8d3";
}

.fad.fa-phone-slash:after {
	content: "\10f3dd";
}

.fad.fa-phone-square:after {
	content: "\10f098";
}

.fad.fa-phone-square-alt:after {
	content: "\10f87b";
}

.fad.fa-phone-volume:after {
	content: "\10f2a0";
}

.fad.fa-photo-video:after {
	content: "\10f87c";
}

.fad.fa-pi:after {
	content: "\10f67e";
}

.fad.fa-piano:after {
	content: "\10f8d4";
}

.fad.fa-piano-keyboard:after {
	content: "\10f8d5";
}

.fad.fa-pie:after {
	content: "\10f705";
}

.fad.fa-pig:after {
	content: "\10f706";
}

.fad.fa-piggy-bank:after {
	content: "\10f4d3";
}

.fad.fa-pills:after {
	content: "\10f484";
}

.fad.fa-pizza:after {
	content: "\10f817";
}

.fad.fa-pizza-slice:after {
	content: "\10f818";
}

.fad.fa-place-of-worship:after {
	content: "\10f67f";
}

.fad.fa-plane:after {
	content: "\10f072";
}

.fad.fa-plane-alt:after {
	content: "\10f3de";
}

.fad.fa-plane-arrival:after {
	content: "\10f5af";
}

.fad.fa-plane-departure:after {
	content: "\10f5b0";
}

.fad.fa-plane-slash:after {
	content: "\10e069";
}

.fad.fa-planet-moon:after {
	content: "\10e01f";
}

.fad.fa-planet-ringed:after {
	content: "\10e020";
}

.fad.fa-play:after {
	content: "\10f04b";
}

.fad.fa-play-circle:after {
	content: "\10f144";
}

.fad.fa-plug:after {
	content: "\10f1e6";
}

.fad.fa-plus:after {
	content: "\10f067";
}

.fad.fa-plus-circle:after {
	content: "\10f055";
}

.fad.fa-plus-hexagon:after {
	content: "\10f300";
}

.fad.fa-plus-octagon:after {
	content: "\10f301";
}

.fad.fa-plus-square:after {
	content: "\10f0fe";
}

.fad.fa-podcast:after {
	content: "\10f2ce";
}

.fad.fa-podium:after {
	content: "\10f680";
}

.fad.fa-podium-star:after {
	content: "\10f758";
}

.fad.fa-police-box:after {
	content: "\10e021";
}

.fad.fa-poll:after {
	content: "\10f681";
}

.fad.fa-poll-h:after {
	content: "\10f682";
}

.fad.fa-poll-people:after {
	content: "\10f759";
}

.fad.fa-poo:after {
	content: "\10f2fe";
}

.fad.fa-poo-storm:after {
	content: "\10f75a";
}

.fad.fa-poop:after {
	content: "\10f619";
}

.fad.fa-popcorn:after {
	content: "\10f819";
}

.fad.fa-portal-enter:after {
	content: "\10e022";
}

.fad.fa-portal-exit:after {
	content: "\10e023";
}

.fad.fa-portrait:after {
	content: "\10f3e0";
}

.fad.fa-pound-sign:after {
	content: "\10f154";
}

.fad.fa-power-off:after {
	content: "\10f011";
}

.fad.fa-pray:after {
	content: "\10f683";
}

.fad.fa-praying-hands:after {
	content: "\10f684";
}

.fad.fa-prescription:after {
	content: "\10f5b1";
}

.fad.fa-prescription-bottle:after {
	content: "\10f485";
}

.fad.fa-prescription-bottle-alt:after {
	content: "\10f486";
}

.fad.fa-presentation:after {
	content: "\10f685";
}

.fad.fa-print:after {
	content: "\10f02f";
}

.fad.fa-print-search:after {
	content: "\10f81a";
}

.fad.fa-print-slash:after {
	content: "\10f686";
}

.fad.fa-procedures:after {
	content: "\10f487";
}

.fad.fa-project-diagram:after {
	content: "\10f542";
}

.fad.fa-projector:after {
	content: "\10f8d6";
}

.fad.fa-pump-medical:after {
	content: "\10e06a";
}

.fad.fa-pump-soap:after {
	content: "\10e06b";
}

.fad.fa-pumpkin:after {
	content: "\10f707";
}

.fad.fa-puzzle-piece:after {
	content: "\10f12e";
}

.fad.fa-qrcode:after {
	content: "\10f029";
}

.fad.fa-question:after {
	content: "\10f128";
}

.fad.fa-question-circle:after {
	content: "\10f059";
}

.fad.fa-question-square:after {
	content: "\10f2fd";
}

.fad.fa-quidditch:after {
	content: "\10f458";
}

.fad.fa-quote-left:after {
	content: "\10f10d";
}

.fad.fa-quote-right:after {
	content: "\10f10e";
}

.fad.fa-quran:after {
	content: "\10f687";
}

.fad.fa-rabbit:after {
	content: "\10f708";
}

.fad.fa-rabbit-fast:after {
	content: "\10f709";
}

.fad.fa-racquet:after {
	content: "\10f45a";
}

.fad.fa-radar:after {
	content: "\10e024";
}

.fad.fa-radiation:after {
	content: "\10f7b9";
}

.fad.fa-radiation-alt:after {
	content: "\10f7ba";
}

.fad.fa-radio:after {
	content: "\10f8d7";
}

.fad.fa-radio-alt:after {
	content: "\10f8d8";
}

.fad.fa-rainbow:after {
	content: "\10f75b";
}

.fad.fa-raindrops:after {
	content: "\10f75c";
}

.fad.fa-ram:after {
	content: "\10f70a";
}

.fad.fa-ramp-loading:after {
	content: "\10f4d4";
}

.fad.fa-random:after {
	content: "\10f074";
}

.fad.fa-raygun:after {
	content: "\10e025";
}

.fad.fa-receipt:after {
	content: "\10f543";
}

.fad.fa-record-vinyl:after {
	content: "\10f8d9";
}

.fad.fa-rectangle-landscape:after {
	content: "\10f2fa";
}

.fad.fa-rectangle-portrait:after {
	content: "\10f2fb";
}

.fad.fa-rectangle-wide:after {
	content: "\10f2fc";
}

.fad.fa-recycle:after {
	content: "\10f1b8";
}

.fad.fa-redo:after {
	content: "\10f01e";
}

.fad.fa-redo-alt:after {
	content: "\10f2f9";
}

.fad.fa-refrigerator:after {
	content: "\10e026";
}

.fad.fa-registered:after {
	content: "\10f25d";
}

.fad.fa-remove-format:after {
	content: "\10f87d";
}

.fad.fa-repeat:after {
	content: "\10f363";
}

.fad.fa-repeat-1:after {
	content: "\10f365";
}

.fad.fa-repeat-1-alt:after {
	content: "\10f366";
}

.fad.fa-repeat-alt:after {
	content: "\10f364";
}

.fad.fa-reply:after {
	content: "\10f3e5";
}

.fad.fa-reply-all:after {
	content: "\10f122";
}

.fad.fa-republican:after {
	content: "\10f75e";
}

.fad.fa-restroom:after {
	content: "\10f7bd";
}

.fad.fa-retweet:after {
	content: "\10f079";
}

.fad.fa-retweet-alt:after {
	content: "\10f361";
}

.fad.fa-ribbon:after {
	content: "\10f4d6";
}

.fad.fa-ring:after {
	content: "\10f70b";
}

.fad.fa-rings-wedding:after {
	content: "\10f81b";
}

.fad.fa-road:after {
	content: "\10f018";
}

.fad.fa-robot:after {
	content: "\10f544";
}

.fad.fa-rocket:after {
	content: "\10f135";
}

.fad.fa-rocket-launch:after {
	content: "\10e027";
}

.fad.fa-route:after {
	content: "\10f4d7";
}

.fad.fa-route-highway:after {
	content: "\10f61a";
}

.fad.fa-route-interstate:after {
	content: "\10f61b";
}

.fad.fa-router:after {
	content: "\10f8da";
}

.fad.fa-rss:after {
	content: "\10f09e";
}

.fad.fa-rss-square:after {
	content: "\10f143";
}

.fad.fa-ruble-sign:after {
	content: "\10f158";
}

.fad.fa-ruler:after {
	content: "\10f545";
}

.fad.fa-ruler-combined:after {
	content: "\10f546";
}

.fad.fa-ruler-horizontal:after {
	content: "\10f547";
}

.fad.fa-ruler-triangle:after {
	content: "\10f61c";
}

.fad.fa-ruler-vertical:after {
	content: "\10f548";
}

.fad.fa-running:after {
	content: "\10f70c";
}

.fad.fa-rupee-sign:after {
	content: "\10f156";
}

.fad.fa-rv:after {
	content: "\10f7be";
}

.fad.fa-sack:after {
	content: "\10f81c";
}

.fad.fa-sack-dollar:after {
	content: "\10f81d";
}

.fad.fa-sad-cry:after {
	content: "\10f5b3";
}

.fad.fa-sad-tear:after {
	content: "\10f5b4";
}

.fad.fa-salad:after {
	content: "\10f81e";
}

.fad.fa-sandwich:after {
	content: "\10f81f";
}

.fad.fa-satellite:after {
	content: "\10f7bf";
}

.fad.fa-satellite-dish:after {
	content: "\10f7c0";
}

.fad.fa-sausage:after {
	content: "\10f820";
}

.fad.fa-save:after {
	content: "\10f0c7";
}

.fad.fa-sax-hot:after {
	content: "\10f8db";
}

.fad.fa-saxophone:after {
	content: "\10f8dc";
}

.fad.fa-scalpel:after {
	content: "\10f61d";
}

.fad.fa-scalpel-path:after {
	content: "\10f61e";
}

.fad.fa-scanner:after {
	content: "\10f488";
}

.fad.fa-scanner-image:after {
	content: "\10f8f3";
}

.fad.fa-scanner-keyboard:after {
	content: "\10f489";
}

.fad.fa-scanner-touchscreen:after {
	content: "\10f48a";
}

.fad.fa-scarecrow:after {
	content: "\10f70d";
}

.fad.fa-scarf:after {
	content: "\10f7c1";
}

.fad.fa-school:after {
	content: "\10f549";
}

.fad.fa-screwdriver:after {
	content: "\10f54a";
}

.fad.fa-scroll:after {
	content: "\10f70e";
}

.fad.fa-scroll-old:after {
	content: "\10f70f";
}

.fad.fa-scrubber:after {
	content: "\10f2f8";
}

.fad.fa-scythe:after {
	content: "\10f710";
}

.fad.fa-sd-card:after {
	content: "\10f7c2";
}

.fad.fa-search:after {
	content: "\10f002";
}

.fad.fa-search-dollar:after {
	content: "\10f688";
}

.fad.fa-search-location:after {
	content: "\10f689";
}

.fad.fa-search-minus:after {
	content: "\10f010";
}

.fad.fa-search-plus:after {
	content: "\10f00e";
}

.fad.fa-seedling:after {
	content: "\10f4d8";
}

.fad.fa-send-back:after {
	content: "\10f87e";
}

.fad.fa-send-backward:after {
	content: "\10f87f";
}

.fad.fa-sensor:after {
	content: "\10e028";
}

.fad.fa-sensor-alert:after {
	content: "\10e029";
}

.fad.fa-sensor-fire:after {
	content: "\10e02a";
}

.fad.fa-sensor-on:after {
	content: "\10e02b";
}

.fad.fa-sensor-smoke:after {
	content: "\10e02c";
}

.fad.fa-server:after {
	content: "\10f233";
}

.fad.fa-shapes:after {
	content: "\10f61f";
}

.fad.fa-share:after {
	content: "\10f064";
}

.fad.fa-share-all:after {
	content: "\10f367";
}

.fad.fa-share-alt:after {
	content: "\10f1e0";
}

.fad.fa-share-alt-square:after {
	content: "\10f1e1";
}

.fad.fa-share-square:after {
	content: "\10f14d";
}

.fad.fa-sheep:after {
	content: "\10f711";
}

.fad.fa-shekel-sign:after {
	content: "\10f20b";
}

.fad.fa-shield:after {
	content: "\10f132";
}

.fad.fa-shield-alt:after {
	content: "\10f3ed";
}

.fad.fa-shield-check:after {
	content: "\10f2f7";
}

.fad.fa-shield-cross:after {
	content: "\10f712";
}

.fad.fa-shield-virus:after {
	content: "\10e06c";
}

.fad.fa-ship:after {
	content: "\10f21a";
}

.fad.fa-shipping-fast:after {
	content: "\10f48b";
}

.fad.fa-shipping-timed:after {
	content: "\10f48c";
}

.fad.fa-shish-kebab:after {
	content: "\10f821";
}

.fad.fa-shoe-prints:after {
	content: "\10f54b";
}

.fad.fa-shopping-bag:after {
	content: "\10f290";
}

.fad.fa-shopping-basket:after {
	content: "\10f291";
}

.fad.fa-shopping-cart:after {
	content: "\10f07a";
}

.fad.fa-shovel:after {
	content: "\10f713";
}

.fad.fa-shovel-snow:after {
	content: "\10f7c3";
}

.fad.fa-shower:after {
	content: "\10f2cc";
}

.fad.fa-shredder:after {
	content: "\10f68a";
}

.fad.fa-shuttle-van:after {
	content: "\10f5b6";
}

.fad.fa-shuttlecock:after {
	content: "\10f45b";
}

.fad.fa-sickle:after {
	content: "\10f822";
}

.fad.fa-sigma:after {
	content: "\10f68b";
}

.fad.fa-sign:after {
	content: "\10f4d9";
}

.fad.fa-sign-in:after {
	content: "\10f090";
}

.fad.fa-sign-in-alt:after {
	content: "\10f2f6";
}

.fad.fa-sign-language:after {
	content: "\10f2a7";
}

.fad.fa-sign-out:after {
	content: "\10f08b";
}

.fad.fa-sign-out-alt:after {
	content: "\10f2f5";
}

.fad.fa-signal:after {
	content: "\10f012";
}

.fad.fa-signal-1:after {
	content: "\10f68c";
}

.fad.fa-signal-2:after {
	content: "\10f68d";
}

.fad.fa-signal-3:after {
	content: "\10f68e";
}

.fad.fa-signal-4:after {
	content: "\10f68f";
}

.fad.fa-signal-alt:after {
	content: "\10f690";
}

.fad.fa-signal-alt-1:after {
	content: "\10f691";
}

.fad.fa-signal-alt-2:after {
	content: "\10f692";
}

.fad.fa-signal-alt-3:after {
	content: "\10f693";
}

.fad.fa-signal-alt-slash:after {
	content: "\10f694";
}

.fad.fa-signal-slash:after {
	content: "\10f695";
}

.fad.fa-signal-stream:after {
	content: "\10f8dd";
}

.fad.fa-signature:after {
	content: "\10f5b7";
}

.fad.fa-sim-card:after {
	content: "\10f7c4";
}

.fad.fa-sink:after {
	content: "\10e06d";
}

.fad.fa-siren:after {
	content: "\10e02d";
}

.fad.fa-siren-on:after {
	content: "\10e02e";
}

.fad.fa-sitemap:after {
	content: "\10f0e8";
}

.fad.fa-skating:after {
	content: "\10f7c5";
}

.fad.fa-skeleton:after {
	content: "\10f620";
}

.fad.fa-ski-jump:after {
	content: "\10f7c7";
}

.fad.fa-ski-lift:after {
	content: "\10f7c8";
}

.fad.fa-skiing:after {
	content: "\10f7c9";
}

.fad.fa-skiing-nordic:after {
	content: "\10f7ca";
}

.fad.fa-skull:after {
	content: "\10f54c";
}

.fad.fa-skull-cow:after {
	content: "\10f8de";
}

.fad.fa-skull-crossbones:after {
	content: "\10f714";
}

.fad.fa-slash:after {
	content: "\10f715";
}

.fad.fa-sledding:after {
	content: "\10f7cb";
}

.fad.fa-sleigh:after {
	content: "\10f7cc";
}

.fad.fa-sliders-h:after {
	content: "\10f1de";
}

.fad.fa-sliders-h-square:after {
	content: "\10f3f0";
}

.fad.fa-sliders-v:after {
	content: "\10f3f1";
}

.fad.fa-sliders-v-square:after {
	content: "\10f3f2";
}

.fad.fa-smile:after {
	content: "\10f118";
}

.fad.fa-smile-beam:after {
	content: "\10f5b8";
}

.fad.fa-smile-plus:after {
	content: "\10f5b9";
}

.fad.fa-smile-wink:after {
	content: "\10f4da";
}

.fad.fa-smog:after {
	content: "\10f75f";
}

.fad.fa-smoke:after {
	content: "\10f760";
}

.fad.fa-smoking:after {
	content: "\10f48d";
}

.fad.fa-smoking-ban:after {
	content: "\10f54d";
}

.fad.fa-sms:after {
	content: "\10f7cd";
}

.fad.fa-snake:after {
	content: "\10f716";
}

.fad.fa-snooze:after {
	content: "\10f880";
}

.fad.fa-snow-blowing:after {
	content: "\10f761";
}

.fad.fa-snowboarding:after {
	content: "\10f7ce";
}

.fad.fa-snowflake:after {
	content: "\10f2dc";
}

.fad.fa-snowflakes:after {
	content: "\10f7cf";
}

.fad.fa-snowman:after {
	content: "\10f7d0";
}

.fad.fa-snowmobile:after {
	content: "\10f7d1";
}

.fad.fa-snowplow:after {
	content: "\10f7d2";
}

.fad.fa-soap:after {
	content: "\10e06e";
}

.fad.fa-socks:after {
	content: "\10f696";
}

.fad.fa-solar-panel:after {
	content: "\10f5ba";
}

.fad.fa-solar-system:after {
	content: "\10e02f";
}

.fad.fa-sort:after {
	content: "\10f0dc";
}

.fad.fa-sort-alpha-down:after {
	content: "\10f15d";
}

.fad.fa-sort-alpha-down-alt:after {
	content: "\10f881";
}

.fad.fa-sort-alpha-up:after {
	content: "\10f15e";
}

.fad.fa-sort-alpha-up-alt:after {
	content: "\10f882";
}

.fad.fa-sort-alt:after {
	content: "\10f883";
}

.fad.fa-sort-amount-down:after {
	content: "\10f160";
}

.fad.fa-sort-amount-down-alt:after {
	content: "\10f884";
}

.fad.fa-sort-amount-up:after {
	content: "\10f161";
}

.fad.fa-sort-amount-up-alt:after {
	content: "\10f885";
}

.fad.fa-sort-circle:after {
	content: "\10e030";
}

.fad.fa-sort-circle-down:after {
	content: "\10e031";
}

.fad.fa-sort-circle-up:after {
	content: "\10e032";
}

.fad.fa-sort-down:after {
	content: "\10f0dd";
}

.fad.fa-sort-numeric-down:after {
	content: "\10f162";
}

.fad.fa-sort-numeric-down-alt:after {
	content: "\10f886";
}

.fad.fa-sort-numeric-up:after {
	content: "\10f163";
}

.fad.fa-sort-numeric-up-alt:after {
	content: "\10f887";
}

.fad.fa-sort-shapes-down:after {
	content: "\10f888";
}

.fad.fa-sort-shapes-down-alt:after {
	content: "\10f889";
}

.fad.fa-sort-shapes-up:after {
	content: "\10f88a";
}

.fad.fa-sort-shapes-up-alt:after {
	content: "\10f88b";
}

.fad.fa-sort-size-down:after {
	content: "\10f88c";
}

.fad.fa-sort-size-down-alt:after {
	content: "\10f88d";
}

.fad.fa-sort-size-up:after {
	content: "\10f88e";
}

.fad.fa-sort-size-up-alt:after {
	content: "\10f88f";
}

.fad.fa-sort-up:after {
	content: "\10f0de";
}

.fad.fa-soup:after {
	content: "\10f823";
}

.fad.fa-spa:after {
	content: "\10f5bb";
}

.fad.fa-space-shuttle:after {
	content: "\10f197";
}

.fad.fa-space-station-moon:after {
	content: "\10e033";
}

.fad.fa-space-station-moon-alt:after {
	content: "\10e034";
}

.fad.fa-spade:after {
	content: "\10f2f4";
}

.fad.fa-sparkles:after {
	content: "\10f890";
}

.fad.fa-speaker:after {
	content: "\10f8df";
}

.fad.fa-speakers:after {
	content: "\10f8e0";
}

.fad.fa-spell-check:after {
	content: "\10f891";
}

.fad.fa-spider:after {
	content: "\10f717";
}

.fad.fa-spider-black-widow:after {
	content: "\10f718";
}

.fad.fa-spider-web:after {
	content: "\10f719";
}

.fad.fa-spinner:after {
	content: "\10f110";
}

.fad.fa-spinner-third:after {
	content: "\10f3f4";
}

.fad.fa-splotch:after {
	content: "\10f5bc";
}

.fad.fa-spray-can:after {
	content: "\10f5bd";
}

.fad.fa-sprinkler:after {
	content: "\10e035";
}

.fad.fa-square:after {
	content: "\10f0c8";
}

.fad.fa-square-full:after {
	content: "\10f45c";
}

.fad.fa-square-root:after {
	content: "\10f697";
}

.fad.fa-square-root-alt:after {
	content: "\10f698";
}

.fad.fa-squirrel:after {
	content: "\10f71a";
}

.fad.fa-staff:after {
	content: "\10f71b";
}

.fad.fa-stamp:after {
	content: "\10f5bf";
}

.fad.fa-star:after {
	content: "\10f005";
}

.fad.fa-star-and-crescent:after {
	content: "\10f699";
}

.fad.fa-star-christmas:after {
	content: "\10f7d4";
}

.fad.fa-star-exclamation:after {
	content: "\10f2f3";
}

.fad.fa-star-half:after {
	content: "\10f089";
}

.fad.fa-star-half-alt:after {
	content: "\10f5c0";
}

.fad.fa-star-of-david:after {
	content: "\10f69a";
}

.fad.fa-star-of-life:after {
	content: "\10f621";
}

.fad.fa-star-shooting:after {
	content: "\10e036";
}

.fad.fa-starfighter:after {
	content: "\10e037";
}

.fad.fa-starfighter-alt:after {
	content: "\10e038";
}

.fad.fa-stars:after {
	content: "\10f762";
}

.fad.fa-starship:after {
	content: "\10e039";
}

.fad.fa-starship-freighter:after {
	content: "\10e03a";
}

.fad.fa-steak:after {
	content: "\10f824";
}

.fad.fa-steering-wheel:after {
	content: "\10f622";
}

.fad.fa-step-backward:after {
	content: "\10f048";
}

.fad.fa-step-forward:after {
	content: "\10f051";
}

.fad.fa-stethoscope:after {
	content: "\10f0f1";
}

.fad.fa-sticky-note:after {
	content: "\10f249";
}

.fad.fa-stocking:after {
	content: "\10f7d5";
}

.fad.fa-stomach:after {
	content: "\10f623";
}

.fad.fa-stop:after {
	content: "\10f04d";
}

.fad.fa-stop-circle:after {
	content: "\10f28d";
}

.fad.fa-stopwatch:after {
	content: "\10f2f2";
}

.fad.fa-stopwatch-20:after {
	content: "\10e06f";
}

.fad.fa-store:after {
	content: "\10f54e";
}

.fad.fa-store-alt:after {
	content: "\10f54f";
}

.fad.fa-store-alt-slash:after {
	content: "\10e070";
}

.fad.fa-store-slash:after {
	content: "\10e071";
}

.fad.fa-stream:after {
	content: "\10f550";
}

.fad.fa-street-view:after {
	content: "\10f21d";
}

.fad.fa-stretcher:after {
	content: "\10f825";
}

.fad.fa-strikethrough:after {
	content: "\10f0cc";
}

.fad.fa-stroopwafel:after {
	content: "\10f551";
}

.fad.fa-subscript:after {
	content: "\10f12c";
}

.fad.fa-subway:after {
	content: "\10f239";
}

.fad.fa-suitcase:after {
	content: "\10f0f2";
}

.fad.fa-suitcase-rolling:after {
	content: "\10f5c1";
}

.fad.fa-sun:after {
	content: "\10f185";
}

.fad.fa-sun-cloud:after {
	content: "\10f763";
}

.fad.fa-sun-dust:after {
	content: "\10f764";
}

.fad.fa-sun-haze:after {
	content: "\10f765";
}

.fad.fa-sunglasses:after {
	content: "\10f892";
}

.fad.fa-sunrise:after {
	content: "\10f766";
}

.fad.fa-sunset:after {
	content: "\10f767";
}

.fad.fa-superscript:after {
	content: "\10f12b";
}

.fad.fa-surprise:after {
	content: "\10f5c2";
}

.fad.fa-swatchbook:after {
	content: "\10f5c3";
}

.fad.fa-swimmer:after {
	content: "\10f5c4";
}

.fad.fa-swimming-pool:after {
	content: "\10f5c5";
}

.fad.fa-sword:after {
	content: "\10f71c";
}

.fad.fa-sword-laser:after {
	content: "\10e03b";
}

.fad.fa-sword-laser-alt:after {
	content: "\10e03c";
}

.fad.fa-swords:after {
	content: "\10f71d";
}

.fad.fa-swords-laser:after {
	content: "\10e03d";
}

.fad.fa-synagogue:after {
	content: "\10f69b";
}

.fad.fa-sync:after {
	content: "\10f021";
}

.fad.fa-sync-alt:after {
	content: "\10f2f1";
}

.fad.fa-syringe:after {
	content: "\10f48e";
}

.fad.fa-table:after {
	content: "\10f0ce";
}

.fad.fa-table-tennis:after {
	content: "\10f45d";
}

.fad.fa-tablet:after {
	content: "\10f10a";
}

.fad.fa-tablet-alt:after {
	content: "\10f3fa";
}

.fad.fa-tablet-android:after {
	content: "\10f3fb";
}

.fad.fa-tablet-android-alt:after {
	content: "\10f3fc";
}

.fad.fa-tablet-rugged:after {
	content: "\10f48f";
}

.fad.fa-tablets:after {
	content: "\10f490";
}

.fad.fa-tachometer:after {
	content: "\10f0e4";
}

.fad.fa-tachometer-alt:after {
	content: "\10f3fd";
}

.fad.fa-tachometer-alt-average:after {
	content: "\10f624";
}

.fad.fa-tachometer-alt-fast:after {
	content: "\10f625";
}

.fad.fa-tachometer-alt-fastest:after {
	content: "\10f626";
}

.fad.fa-tachometer-alt-slow:after {
	content: "\10f627";
}

.fad.fa-tachometer-alt-slowest:after {
	content: "\10f628";
}

.fad.fa-tachometer-average:after {
	content: "\10f629";
}

.fad.fa-tachometer-fast:after {
	content: "\10f62a";
}

.fad.fa-tachometer-fastest:after {
	content: "\10f62b";
}

.fad.fa-tachometer-slow:after {
	content: "\10f62c";
}

.fad.fa-tachometer-slowest:after {
	content: "\10f62d";
}

.fad.fa-taco:after {
	content: "\10f826";
}

.fad.fa-tag:after {
	content: "\10f02b";
}

.fad.fa-tags:after {
	content: "\10f02c";
}

.fad.fa-tally:after {
	content: "\10f69c";
}

.fad.fa-tanakh:after {
	content: "\10f827";
}

.fad.fa-tape:after {
	content: "\10f4db";
}

.fad.fa-tasks:after {
	content: "\10f0ae";
}

.fad.fa-tasks-alt:after {
	content: "\10f828";
}

.fad.fa-taxi:after {
	content: "\10f1ba";
}

.fad.fa-teeth:after {
	content: "\10f62e";
}

.fad.fa-teeth-open:after {
	content: "\10f62f";
}

.fad.fa-telescope:after {
	content: "\10e03e";
}

.fad.fa-temperature-down:after {
	content: "\10e03f";
}

.fad.fa-temperature-frigid:after {
	content: "\10f768";
}

.fad.fa-temperature-high:after {
	content: "\10f769";
}

.fad.fa-temperature-hot:after {
	content: "\10f76a";
}

.fad.fa-temperature-low:after {
	content: "\10f76b";
}

.fad.fa-temperature-up:after {
	content: "\10e040";
}

.fad.fa-tenge:after {
	content: "\10f7d7";
}

.fad.fa-tennis-ball:after {
	content: "\10f45e";
}

.fad.fa-terminal:after {
	content: "\10f120";
}

.fad.fa-text:after {
	content: "\10f893";
}

.fad.fa-text-height:after {
	content: "\10f034";
}

.fad.fa-text-size:after {
	content: "\10f894";
}

.fad.fa-text-width:after {
	content: "\10f035";
}

.fad.fa-th:after {
	content: "\10f00a";
}

.fad.fa-th-large:after {
	content: "\10f009";
}

.fad.fa-th-list:after {
	content: "\10f00b";
}

.fad.fa-theater-masks:after {
	content: "\10f630";
}

.fad.fa-thermometer:after {
	content: "\10f491";
}

.fad.fa-thermometer-empty:after {
	content: "\10f2cb";
}

.fad.fa-thermometer-full:after {
	content: "\10f2c7";
}

.fad.fa-thermometer-half:after {
	content: "\10f2c9";
}

.fad.fa-thermometer-quarter:after {
	content: "\10f2ca";
}

.fad.fa-thermometer-three-quarters:after {
	content: "\10f2c8";
}

.fad.fa-theta:after {
	content: "\10f69e";
}

.fad.fa-thumbs-down:after {
	content: "\10f165";
}

.fad.fa-thumbs-up:after {
	content: "\10f164";
}

.fad.fa-thumbtack:after {
	content: "\10f08d";
}

.fad.fa-thunderstorm:after {
	content: "\10f76c";
}

.fad.fa-thunderstorm-moon:after {
	content: "\10f76d";
}

.fad.fa-thunderstorm-sun:after {
	content: "\10f76e";
}

.fad.fa-ticket:after {
	content: "\10f145";
}

.fad.fa-ticket-alt:after {
	content: "\10f3ff";
}

.fad.fa-tilde:after {
	content: "\10f69f";
}

.fad.fa-times:after {
	content: "\10f00d";
}

.fad.fa-times-circle:after {
	content: "\10f057";
}

.fad.fa-times-hexagon:after {
	content: "\10f2ee";
}

.fad.fa-times-octagon:after {
	content: "\10f2f0";
}

.fad.fa-times-square:after {
	content: "\10f2d3";
}

.fad.fa-tint:after {
	content: "\10f043";
}

.fad.fa-tint-slash:after {
	content: "\10f5c7";
}

.fad.fa-tire:after {
	content: "\10f631";
}

.fad.fa-tire-flat:after {
	content: "\10f632";
}

.fad.fa-tire-pressure-warning:after {
	content: "\10f633";
}

.fad.fa-tire-rugged:after {
	content: "\10f634";
}

.fad.fa-tired:after {
	content: "\10f5c8";
}

.fad.fa-toggle-off:after {
	content: "\10f204";
}

.fad.fa-toggle-on:after {
	content: "\10f205";
}

.fad.fa-toilet:after {
	content: "\10f7d8";
}

.fad.fa-toilet-paper:after {
	content: "\10f71e";
}

.fad.fa-toilet-paper-alt:after {
	content: "\10f71f";
}

.fad.fa-toilet-paper-slash:after {
	content: "\10e072";
}

.fad.fa-tombstone:after {
	content: "\10f720";
}

.fad.fa-tombstone-alt:after {
	content: "\10f721";
}

.fad.fa-toolbox:after {
	content: "\10f552";
}

.fad.fa-tools:after {
	content: "\10f7d9";
}

.fad.fa-tooth:after {
	content: "\10f5c9";
}

.fad.fa-toothbrush:after {
	content: "\10f635";
}

.fad.fa-torah:after {
	content: "\10f6a0";
}

.fad.fa-torii-gate:after {
	content: "\10f6a1";
}

.fad.fa-tornado:after {
	content: "\10f76f";
}

.fad.fa-tractor:after {
	content: "\10f722";
}

.fad.fa-trademark:after {
	content: "\10f25c";
}

.fad.fa-traffic-cone:after {
	content: "\10f636";
}

.fad.fa-traffic-light:after {
	content: "\10f637";
}

.fad.fa-traffic-light-go:after {
	content: "\10f638";
}

.fad.fa-traffic-light-slow:after {
	content: "\10f639";
}

.fad.fa-traffic-light-stop:after {
	content: "\10f63a";
}

.fad.fa-trailer:after {
	content: "\10e041";
}

.fad.fa-train:after {
	content: "\10f238";
}

.fad.fa-tram:after {
	content: "\10f7da";
}

.fad.fa-transgender:after {
	content: "\10f224";
}

.fad.fa-transgender-alt:after {
	content: "\10f225";
}

.fad.fa-transporter:after {
	content: "\10e042";
}

.fad.fa-transporter-1:after {
	content: "\10e043";
}

.fad.fa-transporter-2:after {
	content: "\10e044";
}

.fad.fa-transporter-3:after {
	content: "\10e045";
}

.fad.fa-transporter-empty:after {
	content: "\10e046";
}

.fad.fa-trash:after {
	content: "\10f1f8";
}

.fad.fa-trash-alt:after {
	content: "\10f2ed";
}

.fad.fa-trash-restore:after {
	content: "\10f829";
}

.fad.fa-trash-restore-alt:after {
	content: "\10f82a";
}

.fad.fa-trash-undo:after {
	content: "\10f895";
}

.fad.fa-trash-undo-alt:after {
	content: "\10f896";
}

.fad.fa-treasure-chest:after {
	content: "\10f723";
}

.fad.fa-tree:after {
	content: "\10f1bb";
}

.fad.fa-tree-alt:after {
	content: "\10f400";
}

.fad.fa-tree-christmas:after {
	content: "\10f7db";
}

.fad.fa-tree-decorated:after {
	content: "\10f7dc";
}

.fad.fa-tree-large:after {
	content: "\10f7dd";
}

.fad.fa-tree-palm:after {
	content: "\10f82b";
}

.fad.fa-trees:after {
	content: "\10f724";
}

.fad.fa-triangle:after {
	content: "\10f2ec";
}

.fad.fa-triangle-music:after {
	content: "\10f8e2";
}

.fad.fa-trophy:after {
	content: "\10f091";
}

.fad.fa-trophy-alt:after {
	content: "\10f2eb";
}

.fad.fa-truck:after {
	content: "\10f0d1";
}

.fad.fa-truck-container:after {
	content: "\10f4dc";
}

.fad.fa-truck-couch:after {
	content: "\10f4dd";
}

.fad.fa-truck-loading:after {
	content: "\10f4de";
}

.fad.fa-truck-monster:after {
	content: "\10f63b";
}

.fad.fa-truck-moving:after {
	content: "\10f4df";
}

.fad.fa-truck-pickup:after {
	content: "\10f63c";
}

.fad.fa-truck-plow:after {
	content: "\10f7de";
}

.fad.fa-truck-ramp:after {
	content: "\10f4e0";
}

.fad.fa-trumpet:after {
	content: "\10f8e3";
}

.fad.fa-tshirt:after {
	content: "\10f553";
}

.fad.fa-tty:after {
	content: "\10f1e4";
}

.fad.fa-turkey:after {
	content: "\10f725";
}

.fad.fa-turntable:after {
	content: "\10f8e4";
}

.fad.fa-turtle:after {
	content: "\10f726";
}

.fad.fa-tv:after {
	content: "\10f26c";
}

.fad.fa-tv-alt:after {
	content: "\10f8e5";
}

.fad.fa-tv-music:after {
	content: "\10f8e6";
}

.fad.fa-tv-retro:after {
	content: "\10f401";
}

.fad.fa-typewriter:after {
	content: "\10f8e7";
}

.fad.fa-ufo:after {
	content: "\10e047";
}

.fad.fa-ufo-beam:after {
	content: "\10e048";
}

.fad.fa-umbrella:after {
	content: "\10f0e9";
}

.fad.fa-umbrella-beach:after {
	content: "\10f5ca";
}

.fad.fa-underline:after {
	content: "\10f0cd";
}

.fad.fa-undo:after {
	content: "\10f0e2";
}

.fad.fa-undo-alt:after {
	content: "\10f2ea";
}

.fad.fa-unicorn:after {
	content: "\10f727";
}

.fad.fa-union:after {
	content: "\10f6a2";
}

.fad.fa-universal-access:after {
	content: "\10f29a";
}

.fad.fa-university:after {
	content: "\10f19c";
}

.fad.fa-unlink:after {
	content: "\10f127";
}

.fad.fa-unlock:after {
	content: "\10f09c";
}

.fad.fa-unlock-alt:after {
	content: "\10f13e";
}

.fad.fa-upload:after {
	content: "\10f093";
}

.fad.fa-usb-drive:after {
	content: "\10f8e9";
}

.fad.fa-usd-circle:after {
	content: "\10f2e8";
}

.fad.fa-usd-square:after {
	content: "\10f2e9";
}

.fad.fa-user:after {
	content: "\10f007";
}

.fad.fa-user-alien:after {
	content: "\10e04a";
}

.fad.fa-user-alt:after {
	content: "\10f406";
}

.fad.fa-user-alt-slash:after {
	content: "\10f4fa";
}

.fad.fa-user-astronaut:after {
	content: "\10f4fb";
}

.fad.fa-user-chart:after {
	content: "\10f6a3";
}

.fad.fa-user-check:after {
	content: "\10f4fc";
}

.fad.fa-user-circle:after {
	content: "\10f2bd";
}

.fad.fa-user-clock:after {
	content: "\10f4fd";
}

.fad.fa-user-cog:after {
	content: "\10f4fe";
}

.fad.fa-user-cowboy:after {
	content: "\10f8ea";
}

.fad.fa-user-crown:after {
	content: "\10f6a4";
}

.fad.fa-user-edit:after {
	content: "\10f4ff";
}

.fad.fa-user-friends:after {
	content: "\10f500";
}

.fad.fa-user-graduate:after {
	content: "\10f501";
}

.fad.fa-user-hard-hat:after {
	content: "\10f82c";
}

.fad.fa-user-headset:after {
	content: "\10f82d";
}

.fad.fa-user-injured:after {
	content: "\10f728";
}

.fad.fa-user-lock:after {
	content: "\10f502";
}

.fad.fa-user-md:after {
	content: "\10f0f0";
}

.fad.fa-user-md-chat:after {
	content: "\10f82e";
}

.fad.fa-user-minus:after {
	content: "\10f503";
}

.fad.fa-user-music:after {
	content: "\10f8eb";
}

.fad.fa-user-ninja:after {
	content: "\10f504";
}

.fad.fa-user-nurse:after {
	content: "\10f82f";
}

.fad.fa-user-plus:after {
	content: "\10f234";
}

.fad.fa-user-robot:after {
	content: "\10e04b";
}

.fad.fa-user-secret:after {
	content: "\10f21b";
}

.fad.fa-user-shield:after {
	content: "\10f505";
}

.fad.fa-user-slash:after {
	content: "\10f506";
}

.fad.fa-user-tag:after {
	content: "\10f507";
}

.fad.fa-user-tie:after {
	content: "\10f508";
}

.fad.fa-user-times:after {
	content: "\10f235";
}

.fad.fa-user-unlock:after {
	content: "\10e058";
}

.fad.fa-user-visor:after {
	content: "\10e04c";
}

.fad.fa-users:after {
	content: "\10f0c0";
}

.fad.fa-users-class:after {
	content: "\10f63d";
}

.fad.fa-users-cog:after {
	content: "\10f509";
}

.fad.fa-users-crown:after {
	content: "\10f6a5";
}

.fad.fa-users-medical:after {
	content: "\10f830";
}

.fad.fa-users-slash:after {
	content: "\10e073";
}

.fad.fa-utensil-fork:after {
	content: "\10f2e3";
}

.fad.fa-utensil-knife:after {
	content: "\10f2e4";
}

.fad.fa-utensil-spoon:after {
	content: "\10f2e5";
}

.fad.fa-utensils:after {
	content: "\10f2e7";
}

.fad.fa-utensils-alt:after {
	content: "\10f2e6";
}

.fad.fa-vacuum:after {
	content: "\10e04d";
}

.fad.fa-vacuum-robot:after {
	content: "\10e04e";
}

.fad.fa-value-absolute:after {
	content: "\10f6a6";
}

.fad.fa-vector-square:after {
	content: "\10f5cb";
}

.fad.fa-venus:after {
	content: "\10f221";
}

.fad.fa-venus-double:after {
	content: "\10f226";
}

.fad.fa-venus-mars:after {
	content: "\10f228";
}

.fad.fa-vest:after {
	content: "\10e085";
}

.fad.fa-vest-patches:after {
	content: "\10e086";
}

.fad.fa-vhs:after {
	content: "\10f8ec";
}

.fad.fa-vial:after {
	content: "\10f492";
}

.fad.fa-vials:after {
	content: "\10f493";
}

.fad.fa-video:after {
	content: "\10f03d";
}

.fad.fa-video-plus:after {
	content: "\10f4e1";
}

.fad.fa-video-slash:after {
	content: "\10f4e2";
}

.fad.fa-vihara:after {
	content: "\10f6a7";
}

.fad.fa-violin:after {
	content: "\10f8ed";
}

.fad.fa-virus:after {
	content: "\10e074";
}

.fad.fa-virus-slash:after {
	content: "\10e075";
}

.fad.fa-viruses:after {
	content: "\10e076";
}

.fad.fa-voicemail:after {
	content: "\10f897";
}

.fad.fa-volcano:after {
	content: "\10f770";
}

.fad.fa-volleyball-ball:after {
	content: "\10f45f";
}

.fad.fa-volume:after {
	content: "\10f6a8";
}

.fad.fa-volume-down:after {
	content: "\10f027";
}

.fad.fa-volume-mute:after {
	content: "\10f6a9";
}

.fad.fa-volume-off:after {
	content: "\10f026";
}

.fad.fa-volume-slash:after {
	content: "\10f2e2";
}

.fad.fa-volume-up:after {
	content: "\10f028";
}

.fad.fa-vote-nay:after {
	content: "\10f771";
}

.fad.fa-vote-yea:after {
	content: "\10f772";
}

.fad.fa-vr-cardboard:after {
	content: "\10f729";
}

.fad.fa-wagon-covered:after {
	content: "\10f8ee";
}

.fad.fa-walker:after {
	content: "\10f831";
}

.fad.fa-walkie-talkie:after {
	content: "\10f8ef";
}

.fad.fa-walking:after {
	content: "\10f554";
}

.fad.fa-wallet:after {
	content: "\10f555";
}

.fad.fa-wand:after {
	content: "\10f72a";
}

.fad.fa-wand-magic:after {
	content: "\10f72b";
}

.fad.fa-warehouse:after {
	content: "\10f494";
}

.fad.fa-warehouse-alt:after {
	content: "\10f495";
}

.fad.fa-washer:after {
	content: "\10f898";
}

.fad.fa-watch:after {
	content: "\10f2e1";
}

.fad.fa-watch-calculator:after {
	content: "\10f8f0";
}

.fad.fa-watch-fitness:after {
	content: "\10f63e";
}

.fad.fa-water:after {
	content: "\10f773";
}

.fad.fa-water-lower:after {
	content: "\10f774";
}

.fad.fa-water-rise:after {
	content: "\10f775";
}

.fad.fa-wave-sine:after {
	content: "\10f899";
}

.fad.fa-wave-square:after {
	content: "\10f83e";
}

.fad.fa-wave-triangle:after {
	content: "\10f89a";
}

.fad.fa-waveform:after {
	content: "\10f8f1";
}

.fad.fa-waveform-path:after {
	content: "\10f8f2";
}

.fad.fa-webcam:after {
	content: "\10f832";
}

.fad.fa-webcam-slash:after {
	content: "\10f833";
}

.fad.fa-weight:after {
	content: "\10f496";
}

.fad.fa-weight-hanging:after {
	content: "\10f5cd";
}

.fad.fa-whale:after {
	content: "\10f72c";
}

.fad.fa-wheat:after {
	content: "\10f72d";
}

.fad.fa-wheelchair:after {
	content: "\10f193";
}

.fad.fa-whistle:after {
	content: "\10f460";
}

.fad.fa-wifi:after {
	content: "\10f1eb";
}

.fad.fa-wifi-1:after {
	content: "\10f6aa";
}

.fad.fa-wifi-2:after {
	content: "\10f6ab";
}

.fad.fa-wifi-slash:after {
	content: "\10f6ac";
}

.fad.fa-wind:after {
	content: "\10f72e";
}

.fad.fa-wind-turbine:after {
	content: "\10f89b";
}

.fad.fa-wind-warning:after {
	content: "\10f776";
}

.fad.fa-window:after {
	content: "\10f40e";
}

.fad.fa-window-alt:after {
	content: "\10f40f";
}

.fad.fa-window-close:after {
	content: "\10f410";
}

.fad.fa-window-frame:after {
	content: "\10e04f";
}

.fad.fa-window-frame-open:after {
	content: "\10e050";
}

.fad.fa-window-maximize:after {
	content: "\10f2d0";
}

.fad.fa-window-minimize:after {
	content: "\10f2d1";
}

.fad.fa-window-restore:after {
	content: "\10f2d2";
}

.fad.fa-windsock:after {
	content: "\10f777";
}

.fad.fa-wine-bottle:after {
	content: "\10f72f";
}

.fad.fa-wine-glass:after {
	content: "\10f4e3";
}

.fad.fa-wine-glass-alt:after {
	content: "\10f5ce";
}

.fad.fa-won-sign:after {
	content: "\10f159";
}

.fad.fa-wreath:after {
	content: "\10f7e2";
}

.fad.fa-wrench:after {
	content: "\10f0ad";
}

.fad.fa-x-ray:after {
	content: "\10f497";
}

.fad.fa-yen-sign:after {
	content: "\10f157";
}

.fad.fa-yin-yang:after {
	content: "\10f6ad";
}

@font-face {
	font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:300;font-display:block;src:url(../../plugins/webfonts/fa-light-300.eot);src:
	url(../../plugins/webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"),
	url(../../plugins/webfonts/fa-light-300.woff2) format("woff2"),
	url(../../plugins/webfonts/fa-light-300.woff) format("woff"),url(../../plugins//webfonts/fa-light-300.ttf) format("truetype");
}

.fal {
	font-weight: 300;
}

@font-face {
	font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:400;font-display:block;src:url(../../plugins/webfonts/fa-regular-400.eot);src:
	url(../../plugins/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../../plugins/webfonts/fa-regular-400.woff2) format("woff2"),url(../../plugins/webfonts/fa-regular-400.woff) format("woff"),url(../../plugins/webfonts/fa-regular-400.ttf) format("truetype");
}

.fal,.far {
	font-family: "Font Awesome 5 Pro";
}

.far {
	font-weight: 400;
}

@font-face {
	 font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:900;font-display:block;src:url(../../plugins/webfonts/fa-solid-900.eot);src:url(../../plugins/case-addons/assets/libs/font-awesome-pro/css/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../../plugins/webfonts/fa-solid-900.woff2) format("woff2"),url(../../plugins/webfonts/fa-solid-900.woff) format("woff"),url(../../plugins/webfonts/fa-solid-900.ttf) format("truetype");
}

.fa,.fas {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
}
/* FIX FOR WORDPRESS's CRAZY <p> TAG ANOMALY */
.rs-p-wp-fix { display: none !important; margin: 0 !important; height: 0px !important; }

/* NEW Z-INDEX FIX*/
.wp-block-themepunch-revslider { position: relative }

/* FIX FOR QUICK LOADING OF SLIDER SCRIPTS AND WP-ROCKET READDING IMG TAG INTO DOM*/
/*rs-sbg-px rs-sbg-wrap img { display:none !important}*/

/* MODAL BASICS */
rs-modal { position: fixed !important; z-index: 9999999 !important; pointer-events: none !important;}
rs-modal.rs-modal-auto { top: auto;bottom: auto;left: auto; right:auto; }
rs-modal.rs-modal-fullwidth,
rs-modal.rs-modal-fullscreen { top: 0px; left: 0px; width: 100%; height: 100%; }
rs-modal rs-fullwidth-wrap { position: absolute; top: 0px; left: 0px; height: 100%;}
rs-module-wrap.rs-modal { display:none; max-height: 100% !important; overflow: auto !important;  pointer-events: auto !important;}
rs-module-wrap.hideallscrollbars.rs-modal { overflow: hidden !important; max-width: 100% !important}
rs-modal-cover { width: 100%; height: 100%; z-index: 0; background: transparent; position: absolute;top: 0px;left: 0px; cursor: pointer; pointer-events: auto}
body>rs-modal-cover { position: fixed; z-index: 9999995 !important; }

rs-sbg-px { pointer-events: none }

.rs-forceuntouchable,
.rs-forceuntouchable * { pointer-events: none !important; }

.rs-forcehidden * { visibility: hidden !important; }

/*rs-modal rs-fullwidth-wrap rs-module-wrap { transform: translateY(-50%) !important; top: 50% !important; }*/

.rs_splitted_lines { display: block; white-space: nowrap !important}

.rs-go-fullscreen {
	position:fixed !important;
	width:100% !important;
	height:100% !important;
	top:0px !important;
	left:0px !important;
	z-index:9999999 !important;
	background:#ffffff;
}
.rtl {	direction: rtl;}
@font-face {
  font-family: 'revicons';
  src: url('../../plugins/webfonts/revicons.eot?5510888');
  src: url('../../plugins/webfonts/revicons.eot?5510888#iefix') format('embedded-opentype'),
	   url('../../plugins/webfonts/revicons.woff?5510888') format('woff'),
	   url('../../plugins/webfonts/revicons.ttf?5510888') format('truetype'),
	   url('../../plugins/webfonts/revicons.svg?5510888#revicons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

 [class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  speak-as: spell-out;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


rs-module i[class^="fa-"],
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^="fa-"],
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^="fa-"],
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^="fa-"],
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^="fa-"],
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^="fa-"],
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^="fa-"],
#builderView i[class*=" fa-"]
{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

rs-module [class^="fa-"]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^="fa-"]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^="fa-"]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^="fa-"]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^="fa-"]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^="fa-"]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^="fa-"]:before,
#builderView [class*=" fa-"]:before
{
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	speak: never;
  	speak-as: spell-out;
	display: inline-block;
	text-decoration: inherit;
	width: auto;
	margin-right: 0;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	margin-left: 0;
}

rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only
{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus

{
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}


.revicon-search-1:before { content: '\e802'; } /* '' */
.revicon-pencil-1:before { content: '\e831'; } /* '' */
.revicon-picture-1:before { content: '\e803'; } /* '' */
.revicon-cancel:before { content: '\e80a'; } /* '' */
.revicon-info-circled:before { content: '\e80f'; } /* '' */
.revicon-trash:before { content: '\e801'; } /* '' */
.revicon-left-dir:before { content: '\e817'; } /* '' */
.revicon-right-dir:before { content: '\e818'; } /* '' */
.revicon-down-open:before { content: '\e83b'; } /* '' */
.revicon-left-open:before { content: '\e819'; } /* '' */
.revicon-right-open:before { content: '\e81a'; } /* '' */
.revicon-angle-left:before { content: '\e820'; } /* '' */
.revicon-angle-right:before { content: '\e81d'; } /* '' */
.revicon-left-big:before { content: '\e81f'; } /* '' */
.revicon-right-big:before { content: '\e81e'; } /* '' */
.revicon-magic:before { content: '\e807'; } /* '' */
.revicon-picture:before { content: '\e800'; } /* '' */
.revicon-export:before { content: '\e80b'; } /* '' */
.revicon-cog:before { content: '\e832'; } /* '' */
.revicon-login:before { content: '\e833'; } /* '' */
.revicon-logout:before { content: '\e834'; } /* '' */
.revicon-video:before { content: '\e805'; } /* '' */
.revicon-arrow-combo:before { content: '\e827'; } /* '' */
.revicon-left-open-1:before { content: '\e82a'; } /* '' */
.revicon-right-open-1:before { content: '\e82b'; } /* '' */
.revicon-left-open-mini:before { content: '\e822'; } /* '' */
.revicon-right-open-mini:before { content: '\e823'; } /* '' */
.revicon-left-open-big:before { content: '\e824'; } /* '' */
.revicon-right-open-big:before { content: '\e825'; } /* '' */
.revicon-left:before { content: '\e836'; } /* '' */
.revicon-right:before { content: '\e826'; } /* '' */
.revicon-ccw:before { content: '\e808'; } /* '' */
.revicon-arrows-ccw:before { content: '\e806'; } /* '' */
.revicon-palette:before { content: '\e829'; } /* '' */
.revicon-list-add:before { content: '\e80c'; } /* '' */
.revicon-doc:before { content: '\e809'; } /* '' */
.revicon-left-open-outline:before { content: '\e82e'; } /* '' */
.revicon-left-open-2:before { content: '\e82c'; } /* '' */
.revicon-right-open-outline:before { content: '\e82f'; } /* '' */
.revicon-right-open-2:before { content: '\e82d'; } /* '' */
.revicon-equalizer:before { content: '\e83a'; } /* '' */
.revicon-layers-alt:before { content: '\e804'; } /* '' */
.revicon-popup:before { content: '\e828'; } /* '' */




/******************************
	-	BASIC STYLES		-
******************************/

.tp-fullwidth-forcer { z-index: 0; pointer-events: none}
rs-module-wrap { visibility: hidden }
rs-module-wrap,
rs-module-wrap * { box-sizing: border-box; -webkit-tap-highlight-color: rgba(0,0,0,0);}

rs-module-wrap {position:relative;z-index: 1;width:100%; display: block;}

.rs-fixedscrollon rs-module-wrap { position: fixed !important; top: 0px !important; z-index: 1000; left: 0 !important;}
.rs-stickyscrollon rs-module-wrap {  position: sticky !important; top:0px; z-index: 1000; }
.rs-stickyscrollon { overflow: visible !important; }

rs-fw-forcer { display:block;width:100%;pointer-events: none;}
rs-module { position:relative;overflow:hidden;display: block; }

rs-module.disableVerticalScroll { -ms-touch-action: pan-x; touch-action: pan-x; }


rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg { display: block; pointer-events: none  }

rs-sbg-effectwrap {
	position:absolute;top:0px;left:0px;width:100%;height:100%
}

rs-carousel-wrap rs-column rs-layer img { width: 0px; height: 0px; }

rs-sbg-px,
rs-sbg-wrap {position:absolute; top:0px; left:0px; z-index:0;width:100%;height:100%;display: block;}

a.rs-layer,
a.rs-layer:-webkit-any-link { text-decoration: none }

a[x-apple-data-detectors] { color: inherit !important;   text-decoration: none !important;   font-size: inherit !important;   font-family: inherit !important;   font-weight: inherit !important;   line-height: inherit !important; }

.entry-content rs-module a, rs-module a { box-shadow: none; }

.rs-ov-hidden 		{ 	overflow:hidden !important;}


.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide { overflow:visible !important}

.tp-simpleresponsive img,
rs-module img{
	max-width:none !important;
	transition: none;
	margin:0px;
	padding:0px;
	border:none;
}



rs-module .no-slides-text{font-weight:bold;text-align:center;padding-top:80px;}


rs-slides, rs-slide, rs-slide:before {	 position:absolute;text-indent: 0em;top:0px;left:0px;}
rs-slide,rs-slide:before {  display:block; visibility:hidden; }

.rs-layer .rs-untoggled-content { display:block;}
.rs-layer .rs-toggled-content { display:none;}

.rs-tc-active.rs-layer > .rs-toggled-content { display:block;}
.rs-tc-active.rs-layer > .rs-untoggled-content { display:none;}

.rs-layer-video { overflow: hidden }

.rs_html5vidbasicstyles { position:relative;top:0px;left:0px;width:100%;height:100%; overflow:hidden; }

rs-module rs-layer,
rs-module .rs-layer {
	opacity: 0;
	position:relative;
	visibility: hidden;
	/*white-space: nowrap; Fix for Mobile Padding issues on long texts */
	display: block;
	-webkit-font-smoothing: antialiased !important;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	-moz-osx-font-smoothing: grayscale;
	z-index:1;
	font-display: swap;
}

rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
	user-select: none;	
}

rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child{
	margin-bottom:0;

}

.rs-svg svg {	width:100%; height:100%;position: relative;vertical-align: top}


rs-layer:not(.rs-wtbindex),
.rs-layer:not(.rs-wtbindex),
rs-alyer *:not(.rs-wtbindex),
.rs-layer *:not(.rs-wtbindex) { outline: none !important; }


/* CAROUSEL FUNCTIONS */
rs-carousel-wrap {
	cursor:url(../../themes/img/openhand.cur), move;
}
rs-carousel-wrap.dragged {
	cursor:url(../../themes/img/closedhand.cur), move;
}

rs-carousel-wrap.noswipe {
	cursor: default;
}

rs-carousel-wrap { position: absolute; overflow: hidden;  width:100%;height:100%;top:0px;left:0px;}
rs-carousel-space { clear:both;display:block;width:100%;height:0px;position:relative;}

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp_inner_padding {
	box-sizing:border-box;
	max-height:none !important;
}


.rs-layer.rs-selectable {
	user-select: text;	
}



rs-px-mask {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
	max-width: none !important;
	border: none;
}

rs-bg-elem 	{	position:absolute; top:0px;left:0px; width:100%;height:100%;z-index:0; display: block; pointer-events: none; }

.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: #fff; z-index: 1000; transform: scaleX(0) scaleY(0);}

/***********************************************************
	- 	ZONES / GOUP / ROW / COLUMN LAYERS AND HELPERS 	-
***********************************************************/
rs-zone			{	position:absolute; width:100%;left:0px; box-sizing: border-box;min-height:50px; font-size:0px;pointer-events: none}
rs-row-wrap,
rs-column,
rs-cbg-mask-wrap {	display:block; visibility: hidden}

rs-layer-wrap,
rs-parallax-wrap,
rs-loop-wrap,
rs-mask-wrap { display: block; }


rs-column-wrap>rs-loop-wrap { z-index: 1 }

rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap
 { transform-style:flat;}


/* ANY SAFARI NEEDS IN CAROUSEL SOME HELP TO AVOID FLICKERING, LOVELY....*/
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
 	{ 
		 rs-carousel-wrap rs-layer-wrap, rs-carousel-wrap rs-loop-wrap {backface-visibility: hidden;transform-style: preserve-3d;}
	}

.safarifix rs-layer-wrap {
	perspective: 1000000;
}

@-moz-document url-prefix() {
 	rs-layer-wrap,
	rs-mask-wrap,
	rs-cbg-mask-wrap { perspective: none; }
}


rs-mask-wrap { overflow: hidden }
rs-fullwidth-wrap { position:relative;width:100%;height:auto;display: block; overflow:visible;max-width:none !important;}

.rev_row_zone_top 				{	top:0px;}
.rev_row_zone_bottom 			{	bottom:0px;}
.rev_row_zone_middle			{ top: 0px;}

rs-column-wrap .rs-parallax-wrap  { vertical-align: top }

.rs-layer img,
rs-layer img { vertical-align: top }

rs-row,
rs-row.rs-layer 	{
	display:table;
	position:relative;
	width:100% !important;
	table-layout: fixed;
	box-sizing: border-box;
	vertical-align: top;
	height:auto;
	font-size:0px;
}

.rs-layer.rs-waction.iospermaccwait.permanenthidden { display:none !important; visibility:hidden !important; pointer-events: none !important;}

rs-column-wrap {
	display: table-cell;
	position: relative;
	vertical-align: top;
	height: auto;
	box-sizing: border-box;
	font-size:0px;
}

rs-column {
	box-sizing: border-box;
	display: block;
	position: relative;
	width:100% !important;
	height:auto !important;
	white-space: normal !important;
}

rs-cbg-mask-wrap {
	position: absolute;
	z-index: 0;
	box-sizing: border-box;
}

rs-column-wrap rs-cbg-mask-wrap { top: 0px; left: 0px; bottom: 0px; right: 0px; }
rs-column-bg {
	position: absolute;
	z-index: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.rs-pelock * { pointer-events: none !important;}

rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap 			{	text-align: inherit; }
rs-column rs-mask-wrap 			{	display: inline-block;}


rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap { position: relative !important; left:auto !important; top:auto !important; line-height: 0px;}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column .rev_layer_in_column { vertical-align: top; }

.rev_break_columns { display: block !important }
.rev_break_columns rs-column-wrap.rs-parallax-wrap  { display:block !important; width:100% !important; }


.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
.tp-forcenotvisible,
.tp-hide-revslider,
rs-row-wrap.rs-layer-hidden,
rs-column-wrap.rs-layer-hidden,
.rs-layer.rs-layer-hidden,
.rs-layer-audio.rs-layer-hidden,
.rs-parallax-wrap.rs-layer-hidden {
	visibility:hidden !important;
	display:none !important
}

/*rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap,
rs-column rs-layer { vertical-align: inherit }*/



/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/

a.rs-layer.rs-nointeraction >.div,
rs-layer.rs-nointeraction:not(a),
.rs-layer.rs-nointeraction:not(a) {
	pointer-events: none !important
}

rs-static-layers	{position:absolute; z-index:101; top:0px;left:0px; display: block; width: 100%;height: 100%; pointer-events: none; overflow: hidden}

/* new static layers position option */
rs-static-layers.rs-stl-back {
	z-index:0;
}

.rs-stl-visible{
	overflow: visible !important;
}

.rs-layer rs-fcr    {width: 0;height: 0;border-left: 40px solid transparent;border-right: 0px solid transparent;border-top: 40px solid #00A8FF;position: absolute;right:100%;top:0px;}
.rs-layer rs-fcrt   {width: 0;height: 0;border-left: 40px solid transparent;border-right: 0px solid transparent;border-bottom: 40px solid #00A8FF;position: absolute;right:100%;top:0px;}
.rs-layer rs-bcr    {width: 0;height: 0;border-left: 0px solid transparent;border-right: 40px solid transparent;border-bottom: 40px solid #00A8FF;position: absolute;left:100%;top:0px;}
.rs-layer rs-bcrt   {width: 0;height: 0;border-left: 0px solid transparent;border-right: 40px solid transparent;border-top: 40px solid #00A8FF;position: absolute;left:100%;top:0px;}


.tp-layer-inner-rotation {
	position: relative !important;
}


/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/

img.tp-slider-alternative-image	{
	width:100%; height:auto;
}


/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/

rs-bgvideo 			{	position: absolute;top:0px;left:0px; width:100%;height:100%;z-index: 0; display: block}

.rs-layer.rs-fsv	{	top:0px;left:0px;  position:absolute;width:100%;height:100%}

.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe video	{ width:100%; height:100% ; /*display: none*/}


.rs-fsv video				{	background: #000}

.fullcoveredvideo rs-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}


.videoisplaying .html5vid rs-poster	{	display: none}

.tp-video-play-button					{
	background:#000;
	background:rgba(0,0,0,0.3);
	border-radius:5px;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #FFF;
	z-index: 3;
	margin-top: -25px;
	margin-left: -25px;
	line-height: 50px !important;
	text-align: center;
	cursor: pointer;
	width: 50px;
	height:50px;
	box-sizing: border-box;

	display: inline-block;
	vertical-align: top;
	z-index: 4;
	opacity: 0;
	transition:opacity 300ms ease-out !important;
}

.rs-ISM .tp-video-play-button{
	opacity: 1;
	transition: none !important;
	z-index: 6;
}

.rs-audio .tp-video-play-button { display:none !important;}
.rs-layer .html5vid					{	width:100% !important; height:100% !important;}
.tp-video-play-button i 				{	width:50px;height:50px; display:inline-block; text-align: center !important; vertical-align: top; line-height: 50px !important; font-size: 30px !important;}
.rs-layer:hover .tp-video-play-button	{	opacity: 1; display:block; z-index: 6;}
.rs-layer .tp-revstop					{	display:none;width: 15px; border-right: 5px solid #fff !important; border-left:5px solid #fff !important; transform: translateX(50%) translateY(50%);height: 20px;margin-left: 11px !important;margin-top: 5px !important;}
.videoisplaying .revicon-right-dir		{	display:none}
.videoisplaying .tp-revstop				{	display:block}

.videoisplaying  .tp-video-play-button			{	display:none}


.fullcoveredvideo .tp-video-play-button			{	display:none !important}


.rs-fsv .rs-fsv audio 		{	object-fit:contain !important;}
.rs-fsv .rs-fsv video 		{	object-fit:contain !important;}

.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button  { display: none; }


@supports not (-ms-high-contrast:none) {
   /* Non-IE styles here */
	.rs-fsv .fullcoveredvideo audio 		{	object-fit:cover !important;}
	.rs-fsv .fullcoveredvideo video 		{	object-fit:cover !important;}
}

.rs-fullvideo-cover					{	width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;}


.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls { display:none !important;}


.rs-audio .tp-video-controls {	opacity: 1 !important; visibility: visible !important}



rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer 	{	margin:0; padding:0; margin-block-start: 0; margin-block-end: 0; margin-inline-start: 0; margin-inline-end: 0;}

rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before { content: none; }


/********************************
	-	DOTTED OVERLAYS	-
*********************************/
rs-dotted						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3;display:block;pointer-events: none}
rs-sbg-wrap rs-dotted 			{ z-index: 31 }
rs-dotted.twoxtwo				{	background:url(../../themes/img/gridtile.png)}
rs-dotted.twoxtwowhite			{	background:url(../../themes/img/gridtile_white.png)}
rs-dotted.threexthree			{	background:url(../../themes/img/gridtile_3x3.png)}
rs-dotted.threexthreewhite		{	background:url(../../themes/img/gridtile_3x3_white.png)}


/******************************
	-	SHADOWS		-
******************************/

.tp-shadowcover	{	width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;}
.tp-shadow1 	{	box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);}

.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after
{
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width:300px;
  background: transparent;
  box-shadow: 0 15px 10px rgba(0,0,0,0.8);

  transform: rotate(-3deg);
}

.tp-shadow2:after,
.tp-shadow4:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.tp-shadow5
{
  	position:relative;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before, .tp-shadow5:after
{
	content:"";
	position:absolute;
	z-index:-2;
	box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
	top:30%;
	bottom:0;
	left:20px;
	right:20px;
	border-radius:100px / 20px;
}



/* TP BUTTONS DESKTOP SIZE */

.rev-btn,
.rev-btn:visited						{ 	outline:none !important; box-shadow:none; text-decoration: none !important;  box-sizing:border-box;  cursor: pointer;}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited			{ 	text-transform: uppercase;  }

.rev-btn  i								{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out;  margin-left:0px; line-height: inherit}

.rev-btn.rev-hiddenicon i				{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out; opacity: 0; margin-left:0px !important; width:0px !important;  }
.rev-btn.rev-hiddenicon:hover i			{   opacity: 1 !important; margin-left:10px !important; width:auto !important;}


/* BURGER BUTTON */
.rev-burger {
  position: relative;
  box-sizing: border-box;
  padding: 22px 14px 22px 14px;
  border-radius: 50%;
  border: 1px solid rgba(51,51,51,0.25);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: .7s;
  pointer-events: none;
  transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
  margin: 3px 0;
}

.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg);

}
.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);

  opacity: 0;
}
.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg);

}

.rev-burger.revb-white {
  border: 2px solid rgba(255,255,255,0.2);
}

.rev-b-span-light span,
.rev-burger.revb-white span {
  background: #fff;
}
.rev-burger.revb-whitenoborder {
  border: 0;
}
.rev-burger.revb-whitenoborder span {
  background: #fff;
}
.rev-burger.revb-darknoborder {
  border: 0;
}

.rev-b-span-dark span,
.rev-burger.revb-darknoborder span {
  background: #333;
}

.rev-burger.revb-whitefull {
  background: #fff;
  border:none;
}

.rev-burger.revb-whitefull span {
	background:#333;
}

.rev-burger.revb-darkfull {
  background: #333;
  border:none;
}

.rev-burger.revb-darkfull span {
	background:#fff;
}


/* SCROLL DOWN BUTTON */

@keyframes rev-ani-mouse {
	0% {opacity: 1;top: 29%;}
	15% {opacity: 1;top: 70%;}
	50% {opacity: 0;top: 70%;}
	100% {opacity: 0;top: 29%;}
}
.rev-scroll-btn {
	display: inline-block;
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	width:35px;
	height:55px;
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.rev-scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
	color: #ffffff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
	opacity: 0.8;
}

.rev-scroll-btn.revs-fullwhite  {
	background:#fff;
}

.rev-scroll-btn.revs-fullwhite span {
	background: #333;
}

.rev-scroll-btn.revs-fulldark  {
	background:#333;
	border:none;
}

.rev-scroll-btn.revs-fulldark  span {
	background: #fff;
}

.rev-scroll-btn span {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	border-radius: 50%;
	animation: rev-ani-mouse 2.5s linear infinite;
	background: #fff;
}

.rev-scroll-btn.rev-b-span-dark {
	border-color:#333;
}
.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark span {
	background: #333;
}

.rev-control-btn {
	position: relative;
	display: inline-block;
	z-index: 5;
	color: #FFF;
	font-size: 20px;
	line-height: 60px;
	font-weight: 400;
	font-style: normal;
	font-family: Raleway;
	text-decoration: none;
	text-align: center;
	background-color: #000;
	border-radius: 50px;
	text-shadow: none;
	background-color: rgba(0, 0, 0, 0.50);
	width:60px;
	height:60px;
	box-sizing: border-box;
	cursor: pointer;
}

.rev-cbutton-dark-sr	{
	border-radius: 3px;
}

.rev-cbutton-light	{
	color: #333;
	background-color: rgba(255,255,255, 0.75);
}

.rev-cbutton-light-sr	{
	color: #333;
	border-radius: 3px;
	background-color: rgba(255,255,255, 0.75);
}


.rev-sbutton {
	line-height: 37px;
	width:37px;
	height:37px;
}

.rev-sbutton-blue	{
	background-color: #3B5998
}
.rev-sbutton-lightblue	{
	background-color: #00A0D1;
}
.rev-sbutton-red	{
	background-color: #DD4B39;
}




/************************************
-	TP BANNER TIMER		-
*************************************/
rs-progress						{	visibility: hidden; position:absolute; z-index:200;width:100%;height:100%;}
rs-progress-bar,
.rs-progress-bar				{ 	display:block;z-index: 20;box-sizing: border-box;background-clip: content-box;position: absolute;line-height:0px;width:100%;height:100%;}
rs-progress-bgs 				{ 	display:block;z-index: 15;box-sizing: border-box; width: 100%; position: absolute; height: 100%; top: 0px; left: 0px; }
rs-progress-bg					{	display:block;background-clip: content-box; position: absolute;width:100%;height:100%;}
rs-progress-gap					{	display:block;background-clip: content-box; position: absolute;width:100%;height:100%;}
rs-progress-vis 				{ 	display:block;width: 100%;height: 100%; position: absolute;top: 0px;left: 0px }

/*********************************************
-	BASIC SETTINGS FOR THE BANNER	-
***********************************************/
.rs-layer img {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
	/*zoom:1;*/
}

/*rs-carousel-wrap rs-layer.rs-layer img {   transform: translateZ(-0.0001px)}*/


.rs-layer.slidelink { cursor:pointer;width:100%;height:100%; }
.rs-layer.slidelink a {	width:100%;height:100%;display:block}
.rs-layer.slidelink a div {	width:3000px; height:1500px;  background:url(../../themes/img/coloredbg.png) repeat}
.rs-layer.slidelink a span{	background:url(../../themes/img/coloredbg.png) repeat; width:100%;height:100%;display:block}
/*.tp-shape {	width:100%;height:100%;}*/



/*********************************************
-	WOOCOMMERCE STYLES	-
***********************************************/

.rs-layer .rs-starring				{	display: inline-block}


.rs-layer .rs-starring .star-rating {
	float: none;
	display: inline-block;
	vertical-align: top;
	color: #FFC321 !important;
}


.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating {
	position: relative;
	height: 1em;
	width: 5.4em;
	font-family: star;
	font-size: 1em !important;
}

.rs-layer  .rs-starring .star-rating:before,
.rs-layer  .rs-starring-page .star-rating:before {
	content: "\73\73\73\73\73";
	color: #E0DADF;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.rs-layer .rs-starring .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	font-size: 1em !important;
}

.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}




/******************************
	-	LOADER FORMS	-
********************************/

rs-loader 	{
	top:50%; left:50%;
	z-index:10000;
	position:absolute;
}

rs-loader.off {
	display: none !important;
}

rs-loader.spinner0 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	background-image:url(../../themes/img/loader.gif);
	background-repeat:no-repeat;
	background-position: center center;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	margin-top:-20px;
	margin-left:-20px;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
}


rs-loader.spinner1 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	margin-top:-20px;
	margin-left:-20px;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
}



rs-loader.spinner5 	{
	background-image:url(../../themes/img/loader.gif);
	background-repeat:no-repeat;
	background-position:10px 10px;
	background-color:#fff;
	margin:-22px -22px;
	width:44px;height:44px;
	border-radius: 3px;
}


@keyframes tp-rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);}
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);}
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}


rs-loader.spinner2 {
	width: 40px;
	height: 40px;
	margin-top:-20px;margin-left:-20px;
	background-color: #ff0000;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	border-radius: 100%;
	animation: tp-scaleout 1.0s infinite ease-in-out;
}


@keyframes tp-scaleout {
  0% {transform: scale(0.0);}
  100% {transform: scale(1.0);opacity: 0;}
}


rs-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;
}

rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  display: inline-block;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  animation-fill-mode: both;
}

rs-loader.spinner3 .bounce1 {
  animation-delay: -0.32s;
}

rs-loader.spinner3 .bounce2 {
  animation-delay: -0.16s;
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% {transform: scale(0.0);}
  40% {transform: scale(1.0);}
}




rs-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  animation: tp-rotate 2.0s infinite linear;
}

rs-loader.spinner4 .dot1,
rs-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}

rs-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  animation-delay: -1.0s;
}


@keyframes tp-rotate { 100% { transform: rotate(360deg);}}

@keyframes tp-bounce {
  0%, 100% {transform: scale(0.0);}
  50% { transform: scale(1.0);}
}



rs-layer iframe { visibility:hidden;}
rs-layer.rs-ii-o iframe { visibility: visible; }

rs-layer input[type="text"],
rs-layer input[type="email"],
rs-layer input[type="url"],
rs-layer input[type="password"],
rs-layer input[type="search"],
rs-layer input[type="number"],
rs-layer input[type="tel"],
rs-layer input[type="range"],
rs-layer input[type="date"],
rs-layer input[type="month"],
rs-layer input[type="week"],
rs-layer input[type="time"],
rs-layer input[type="datetime"],
rs-layer input[type="datetime-local"] { display: inline-block }

rs-layer input::placeholder { vertical-align: middle; line-height: inherit !important}

a.rs-layer { transition: none }


/***********************************************
	-  STANDARD NAVIGATION SETTINGS
***********************************************/

rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow 					{	display:block; pointer-events: all;}

/*rs-layer {	font-size:20px; line-height: 25px; padding:0px; margin:0px; border-radius:0px; max-width: none;min-width:none; max-height: none; min-height: none}*/

.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar					{	border:none; min-height: 0; margin:0; border-radius: 0; }

.tp-tabs,
.tp-thumbs,
.tp-bullets						{	position:absolute; display:block; z-index:1000; top:0px; left:0px;}

.tp-tab,
.tp-thumb 						{	cursor: pointer; position:absolute;opacity:0.5;  box-sizing: border-box;}

.tp-arr-imgholder,
rs-poster,
.tp-thumb-image,
.tp-tab-image					{	background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;}

rs-poster 						 { cursor:pointer; z-index:3; }

.tp-tab.rs-touchhover,
.tp-tab.selected,
.tp-thumb.rs-touchhover,
.tp-thumb.selected				{	opacity:1;}

.tp-tab-mask,
.tp-thumb-mask 					{	box-sizing:border-box !important; }

.tp-tabs,
.tp-thumbs						{	box-sizing:content-box !important; }

.tp-bullet 						{	width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;}
.tp-bullet.selected,
.tp-bullet.rs-touchhover				{	background:#fff;}




.tparrows						{	cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; }
.tparrows.rs-touchhover 				{	background:#000;}
.tparrows:before				{	font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;}
.tparrows.tp-leftarrow:before	{	content: '\e824'; }
.tparrows.tp-rightarrow:before	{	content: '\e825'; }

/*.tp-thumb-mask {max-width: 100% !important}*/

/************************
 - FIXES FOR PE-7 ICONS -
**************************/

.rs-layer [class^="pe-7s-"]:before,
.rs-layer [class*=" pe-7s-"]:before,
.rs-layer [class^="pe-7s-"],
.rs-layer [class*=" pe-7s-"] {
	width: auto;
	margin: 0;
	line-height: inherit;
	box-sizing: inherit;
}


/***************************
	- KEN BURNS FIXES -
***************************/

rs-pzimg-wrap { display: block; }
body.rtl .rs-pzimg {left: 0 !important}


/*******************************
	- CUBE & CANVAS SETTINGS -
********************************/
.rs_fake_cube {transform-style:preserve-3d}
.rs_fake_cube,
.rs_fake_cube_wall { position:absolute; -webkit-backface-visibility:hidden; backface-visibility:hidden; left:0px; top:0px; z-index: 0 }

.rs-builder-mode rs-sbg-wrap canvas,
rs-sbg canvas { overflow: hidden; z-index: 5; -webkit-backface-visibility:hidden; backface-visibility:hidden;}


/***************************
	- 3D SHADOW MODE -
***************************/

.dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);}

.dddwrapper { transform-style: flat;perspective: 10000px; }

/*******************
	- DEBUG MODE -
*******************/

.rs_error_message_box { background: #111;width:800px;margin: 40px auto;padding: 40px 20px;text-align: center;font-family: "Open Sans",sans-serif}
.rs_error_message_oops {margin: 0px 0px 20px;line-height: 60px;font-size: 34px;color: #FFF;}
.rs_error_message_content {margin: 0px 0px 20px;line-height: 25px;font-size: 17px;color: #FFF;}
.rs_error_message_button {color: #fff !important;background: #333;display: inline-block;padding: 10px 15px;text-align: right;border-radius: 5px;cursor: pointer;text-decoration: none !important}
.rs_error_message_button:hover {  background:#5e35b1}



.hglayerinfo				   {position: fixed;bottom: 0px;left: 0px;color: #FFF;font-size: 12px;line-height: 20px;font-weight: 600;background: rgba(0, 0, 0, 0.75);padding: 5px 10px;z-index: 2000;white-space: normal;}
.hginfo 					   {position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;}
.indebugmode .rs-layer:hover {border:1px dashed #c0392b !important;}
.helpgrid 					   {border:2px dashed #c0392b;position:absolute;top:0px;left:0px;z-index:0 }
#revsliderlogloglog				{padding:15px;color:#fff;position:fixed; top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7); z-index:100000; font-size:10px; overflow:scroll;}



/**
INSTAGRAM FILTERS BY UNA
https://una.im/CSSgram/
**/
.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-image:radial-gradient(circle,40%, #d4a9af 55%,#000 150%);mix-blend-mode:overlay}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,rs-pzimg-wrap.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:absolute;}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:30}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:40}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}
.willow::after{background-color:#d8cdcb;mix-blend-mode:color}
/* SAFARI BUG FIX ON COLOR BLEND MODE */
@media not all and (min-resolution:.001dpcm) {
	 @supports (-webkit-appearance:none) {
	 .willow{filter:grayscale(1) contrast(.95) brightness(.9)}
	.willow::after{background-color:transparent;}
}}
rs-pzimg-wrap.perpetua:before,rs-pzimg-wrap.perpetua:after,rs-pzimg-wrap.nashville:before,rs-pzimg-wrap.nashville:after,rs-pzimg-wrap.xpro2:before,rs-pzimg-wrap.xpro2:after,rs-pzimg-wrap._1977:after,rs-pzimg-wrap._1977:before,rs-pzimg-wrap.aden:after,rs-pzimg-wrap.aden:before,rs-pzimg-wrap.brooklyn:after,rs-pzimg-wrap.brooklyn:before,rs-pzimg-wrap.clarendon:after,rs-pzimg-wrap.clarendon:before,rs-pzimg-wrap.earlybird:after,rs-pzimg-wrap.earlybird:before,rs-pzimg-wrap.gingham:after,rs-pzimg-wrap.gingham:before,rs-pzimg-wrap.hudson:after,rs-pzimg-wrap.hudson:before,rs-pzimg-wrap.inkwell:after,rs-pzimg-wrap.inkwell:before,rs-pzimg-wrap.lark:after,rs-pzimg-wrap.lark:before,rs-pzimg-wrap.lofi:after,rs-pzimg-wrap.lofi:before,rs-pzimg-wrap.mayfair:after,rs-pzimg-wrap.mayfair:before,rs-pzimg-wrap.moon:after,rs-pzimg-wrap.moon:before,rs-pzimg-wrap.reyes:after,rs-pzimg-wrap.reyes:before,rs-pzimg-wrap.rise:after,rs-pzimg-wrap.rise:before,rs-pzimg-wrap.slumber:after,rs-pzimg-wrap.slumber:before,rs-pzimg-wrap.toaster:after,rs-pzimg-wrap.toaster:before,rs-pzimg-wrap.walden:after,rs-pzimg-wrap.walden:before,rs-pzimg-wrap.willow:after,rs-pzimg-wrap.willow:before,rs-pzimg-wrap:before,rs-pzimg-wrap:after {height:500%;width:500%}



/**
new spinners
**/
rs-loader.spinner6{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner6 .rs-spinner-inner{width:100%;height:100%;display:inline-block;-webkit-animation:rs-revealer-6 1.4s linear infinite;animation:rs-revealer-6 1.4s linear infinite}rs-loader.spinner6 .rs-spinner-inner span{position:absolute;vertical-align:top;border-radius:100%;display:inline-block;width:8px;height:8px;margin-left:16px;transform-origin:center 20px;-webkit-transform-origin:center 20px}rs-loader.spinner6 .rs-spinner-inner span:nth-child(2){transform:rotate(36deg);-webkit-transform:rotate(36deg);opacity:.1}rs-loader.spinner6 .rs-spinner-inner span:nth-child(3){transform:rotate(72deg);-webkit-transform:rotate(72deg);opacity:.2}rs-loader.spinner6 .rs-spinner-inner span:nth-child(4){transform:rotate(108deg);-webkit-transform:rotate(108deg);opacity:.3}rs-loader.spinner6 .rs-spinner-inner span:nth-child(5){transform:rotate(144deg);-webkit-transform:rotate(144deg);opacity:.4}rs-loader.spinner6 .rs-spinner-inner span:nth-child(6){transform:rotate(180deg);-webkit-transform:rotate(180deg);opacity:.5}rs-loader.spinner6 .rs-spinner-inner span:nth-child(7){transform:rotate(216deg);-webkit-transform:rotate(216deg);opacity:.6}rs-loader.spinner6 .rs-spinner-inner span:nth-child(8){transform:rotate(252deg);-webkit-transform:rotate(252deg);opacity:.7}rs-loader.spinner6 .rs-spinner-inner span:nth-child(9){transform:rotate(288deg);-webkit-transform:rotate(288deg);opacity:.8}rs-loader.spinner6 .rs-spinner-inner span:nth-child(10){transform:rotate(324deg);-webkit-transform:rotate(324deg);opacity:.9}@keyframes rs-revealer-6{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-6{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner7{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner7 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;border-radius:100%;border:2px solid;-webkit-animation:rs-revealer-7 .8s linear infinite;animation:rs-revealer-7 .8s linear infinite}@keyframes rs-revealer-7{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-7{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner8{width:50px;height:50px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner8 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;text-align:left}rs-loader.spinner8 .rs-spinner-inner span{position:absolute;display:inline-block;width:100%;height:100%;border-radius:100%;-webkit-animation:rs-revealer-8 1.6s linear infinite;animation:rs-revealer-8 1.6s linear infinite}rs-loader.spinner8 .rs-spinner-inner span:last-child{animation-delay:-.8s;-webkit-animation-delay:-.8s}@keyframes rs-revealer-8{0%{transform:scale(0,0);opacity:.5}100%{transform:scale(1,1);opacity:0}}@-webkit-keyframes rs-revealer-8{0%{-webkit-transform:scale(0,0);opacity:.5}100%{-webkit-transform:scale(1,1);opacity:0}}rs-loader.spinner9{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner9 .rs-spinner-inner span{display:block;width:100%;height:100%;border-radius:50%;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-9 2s infinite ease-in-out;animation:rs-revealer-9 2s infinite ease-in-out}rs-loader.spinner9 .rs-spinner-inner span:last-child{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes rs-revealer-9{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes rs-revealer-9{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}rs-loader.spinner10{width:54px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner10 .rs-spinner-inner{width:100%;height:100%;text-align:center;font-size:10px}rs-loader.spinner10 .rs-spinner-inner span{display:block;height:100%;width:6px;display:inline-block;-webkit-animation:rs-revealer-10 1.2s infinite ease-in-out;animation:rs-revealer-10 1.2s infinite ease-in-out}rs-loader.spinner10 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:-1s;animation-delay:-1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:-.9s;animation-delay:-.9s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes rs-revealer-10{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes rs-revealer-10{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}rs-loader.spinner11{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner11 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner11 .rs-spinner-inner span{display:block;width:33%;height:33%;background-color:#333;float:left;-webkit-animation:rs-revealer-11 1.3s infinite ease-in-out;animation:rs-revealer-11 1.3s infinite ease-in-out}rs-loader.spinner11 .rs-spinner-inner span:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(7){-webkit-animation-delay:0s;animation-delay:0s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(8){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}rs-loader.spinner12{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner12 .rs-spinner-inner{width:100%;height:100%;-webkit-animation:rs-revealer-12 1s infinite linear;animation:rs-revealer-12 1s infinite linear}@-webkit-keyframes rs-revealer-12{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes rs-revealer-12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}rs-loader.spinner13{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner13 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner13 .rs-spinner-inner span{display:block;width:40%;height:40%;position:absolute;border-radius:50%;-webkit-animation:rs-revealer-13 2s ease infinite;animation:rs-revealer-13 2s ease infinite}rs-loader.spinner13 .rs-spinner-inner span:nth-child(1){animation-delay:-1.5s;-webkit-animation-delay:-1.5s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(2){animation-delay:-1s;-webkit-animation-delay:-1s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(3){animation-delay:-.5s;-webkit-animation-delay:-.5s}@keyframes rs-revealer-13{0%,100%{transform:translate(0)}25%{transform:translate(160%)}50%{transform:translate(160%,160%)}75%{transform:translate(0,160%)}}@-webkit-keyframes rs-revealer-13{0%,100%{-webkit-transform:translate(0)}25%{-webkit-transform:translate(160%)}50%{-webkit-transform:translate(160%,160%)}75%{-webkit-transform:translate(0,160%)}}rs-loader.spinner14{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner14 .rs-spinner-inner{width:100%;height:100%;animation:rs-revealer-14 1s infinite linear}rs-loader.spinner14 .rs-spinner-inner span{display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;border-radius:50%;margin:-8px}rs-loader.spinner14 .rs-spinner-inner span:nth-child(1){-webkit-animation:rs-revealer-14-1 2s infinite;animation:rs-revealer-14-1 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(2){-webkit-animation:rs-revealer-14-2 2s infinite;animation:rs-revealer-14-2 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(3){-webkit-animation:rs-revealer-14-3 2s infinite;animation:rs-revealer-14-3 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(4){-webkit-animation:rs-revealer-14-4 2s infinite;animation:rs-revealer-14-4 2s infinite}@-webkit-keyframes rs-revealer-14-1{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-2{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-3{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-4{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-1{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-2{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-3{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-4{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}rs-loader.spinner15{width:40px;height:40px;margin-top:-4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner15 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner15 .rs-spinner-inner span{display:block;width:20px;height:20px;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-15 1.8s infinite ease-in-out;animation:rs-revealer-15 1.8s infinite ease-in-out}rs-loader.spinner15 .rs-spinner-inner:last-child{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes rs-revealer-15{25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes rs-revealer-15{25%{transform:translateX(30px) rotate(-90deg) scale(.5);-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{transform:translateX(30px) translateY(30px) rotate(-179deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{transform:translateX(30px) translateY(30px) rotate(-180deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}}



/* NEW CANVAS ANIMATIONS ON SLIDE BG'S */
.bgcanvas {
	display: none;
	position: absolute;
	overflow: hidden;
}


/* way the hell off screen */
.RSscrollbar-measure {
	width: 100px;
	height: 100px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
}

/*  AVADA SCROLL FIX */
.avada-has-rev-slider-styles .rev_slider_wrapper {
	transform: none;
}


.elementor-385 .elementor-element.elementor-element-0654504 .pxl-heading {
	text-align: center;
}

.elementor-385 .elementor-element.elementor-element-0654504 .pxl-heading .wrap-subtitle {
	justify-content: center;
}

.elementor-385 .elementor-element.elementor-element-0654504 .pxl-heading .pxl-heading--inner {
	max-width: 651px;
}

.elementor-385 .elementor-element.elementor-element-0654504 .pxl-heading .pxl-item--title {
	color: #2B3C6B;
	font-family: "Salsa", Sans-serif;
	font-size: 42px;
	font-weight: 400;
	margin-bottom: 0px;
}

.elementor-385 .elementor-element.elementor-element-0654504 .pxl-heading .pxl-item--subtitle {
	color: #FF6666;
	font-family: "Mulish", Sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 18px;
}

.elementor-385 .elementor-element.elementor-element-0654504 .pxl-heading .pxl-item--subtitle .wrap-subtitle svg {
	fill: #FF6666;
}

.elementor-385 .elementor-element.elementor-element-0654504 .pxl-heading .pxl-item--subtitle span {
	color: #FF6666;
	text-fill-color: #FF6666;
	-webkit-text-fill-color: #FF6666;
	background-image: none;
}

.elementor-385 .elementor-element.elementor-element-c8c9931 {
	margin-top: 32px;
	margin-bottom: 0px;
}

.elementor-385 .elementor-element.elementor-element-9ea07ce .pxl-image-box .pxl-item--title {
	color: #2B3C6B;
	font-size: 24px;
	font-weight: 400;
}

.elementor-385 .elementor-element.elementor-element-9ea07ce .pxl-image-box .pxl-item--description {
	color: #70747F;
	font-family: "Mulish", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 32px;
}

.elementor-385 .elementor-element.elementor-element-9ea07ce > .elementor-widget-container {
	margin: 20px 0px 0px 0px;
}

.elementor-385 .elementor-element.elementor-element-3c055b9 .pxl-image-box .pxl-item--title {
	color: #2B3C6B;
	font-size: 24px;
	font-weight: 400;
}

.elementor-385 .elementor-element.elementor-element-3c055b9 .pxl-image-box .pxl-item--description {
	color: #70747F;
	font-family: "Mulish", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 32px;
}

.elementor-385 .elementor-element.elementor-element-ba41c43 .pxl-image-box .pxl-item--title {
	color: #2B3C6B;
	font-size: 24px;
	font-weight: 400;
}

.elementor-385 .elementor-element.elementor-element-ba41c43 .pxl-image-box .pxl-item--description {
	color: #70747F;
	font-family: "Mulish", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 32px;
}

.elementor-385 .elementor-element.elementor-element-ba41c43 > .elementor-widget-container {
	margin: 20px 0px 0px 0px;
}

.elementor-385 .elementor-element.elementor-element-0ec263e {
	margin-top: 30px;
	margin-bottom: 0px;
}

.elementor-385 .elementor-element.elementor-element-3dc3f22 .pxl-heading .pxl-item--title {
	color: #2B3C6B;
	font-family: "Salsa", Sans-serif;
	font-size: 42px;
	font-weight: 400;
	margin-bottom: 25px;
}

.elementor-385 .elementor-element.elementor-element-3dc3f22 .pxl-heading .pxl-item--subtitle {
	color: #FF6666;
	font-family: "Mulish", Sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}

.elementor-385 .elementor-element.elementor-element-3dc3f22 .pxl-heading .pxl-item--subtitle .wrap-subtitle svg {
	fill: #FF6666;
}

.elementor-385 .elementor-element.elementor-element-3dc3f22 .pxl-heading .pxl-item--subtitle span {
	color: #FF6666;
	text-fill-color: #FF6666;
	-webkit-text-fill-color: #FF6666;
	background-image: none;
}

.elementor-385 .elementor-element.elementor-element-a8c9de6 .pxl-text-editor p {
	color: #70747F;
	font-family: "Mulish", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 32px;
}

.elementor-385 .elementor-element.elementor-element-8222a0a .pxl-icon-box .pxl-item--title {
	color: #70747F;
	font-family: "Salsa", Sans-serif;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 5px !important;
}

.elementor-385 .elementor-element.elementor-element-8222a0a .pxl-icon-box .pxl-item--title span {
	color: #70747F;
	text-fill-color: #70747F;
	-webkit-text-fill-color: #70747F;
	background-image: none;
}

.elementor-385 .elementor-element.elementor-element-8222a0a .pxl-icon-box .pxl-item--description {
	color: #2B3C6B;
}

.elementor-385 .elementor-element.elementor-element-8222a0a .pxl-icon-box .pxl-item--description a {
	color: #2B3C6B;
	font-family: "Salsa", Sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 25px;
}

.elementor-385 .elementor-element.elementor-element-8222a0a > .elementor-widget-container {
	margin: 22px 0px 0px 0px;
}

.elementor-385 .elementor-element.elementor-element-e41ec9a .pxl-icon-box .pxl-item--title {
	color: #70747F;
	font-family: "Salsa", Sans-serif;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 5px !important;
}

.elementor-385 .elementor-element.elementor-element-e41ec9a .pxl-icon-box .pxl-item--title span {
	color: #70747F;
	text-fill-color: #70747F;
	-webkit-text-fill-color: #70747F;
	background-image: none;
}

.elementor-385 .elementor-element.elementor-element-e41ec9a .pxl-icon-box .pxl-item--description {
	color: #2B3C6B;
}

.elementor-385 .elementor-element.elementor-element-e41ec9a .pxl-icon-box .pxl-item--description a {
	color: #2B3C6B;
	font-family: "Salsa", Sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 25px;
}

.elementor-385 .elementor-element.elementor-element-e41ec9a > .elementor-widget-container {
	margin: 45px 0px 45px 0px;
}

.elementor-385 .elementor-element.elementor-element-3b21915 .pxl-icon-box .pxl-item--title {
	color: #70747F;
	font-family: "Salsa", Sans-serif;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 5px !important;
}

.elementor-385 .elementor-element.elementor-element-3b21915 .pxl-icon-box .pxl-item--title span {
	color: #70747F;
	text-fill-color: #70747F;
	-webkit-text-fill-color: #70747F;
	background-image: none;
}

.elementor-385 .elementor-element.elementor-element-3b21915 .pxl-icon-box .pxl-item--description {
	color: #2B3C6B;
}

.elementor-385 .elementor-element.elementor-element-3b21915 .pxl-icon-box .pxl-item--description a {
	color: #2B3C6B;
	font-family: "Salsa", Sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 25px;
}

.elementor-385 .elementor-element.elementor-element-4df6713 {
	margin-top: 95px;
	margin-bottom: 0px;
}

.elementor-385 .elementor-element.elementor-element-41cb31c iframe {
	height: 755px;
}

.elementor-385 .elementor-element.elementor-element-0817eff > .elementor-container {
	max-width: 1400px;
}

.elementor-385 .elementor-element.elementor-element-506fef3 > .elementor-element-populated, .elementor-385 .elementor-element.elementor-element-506fef3 > .elementor-element-populated > .elementor-background-overlay, .elementor-385 .elementor-element.elementor-element-506fef3 > .elementor-background-slideshow {
	border-radius: 5px 5px 5px 5px;
}

.elementor-385 .elementor-element.elementor-element-506fef3 .elementor-element-populated a {
	color: #DB0000;
}

.elementor-385 .elementor-element.elementor-element-506fef3 .elementor-element-populated a:hover {
	color: #DB0000;
}

.elementor-385 .elementor-element.elementor-element-cc3adf3 .pxl-contact-form .wpcf7-form-control:not(.wpcf7-submit), .elementor-385 .elementor-element.elementor-element-cc3adf3 .pxl-contact-form .pxl-select-higthlight, .elementor-385 .elementor-element.elementor-element-cc3adf3 .pxl-select .pxl-select-options li {
	font-size: 20px;
	font-weight: 400;
	color: #2B3C6B;
}

.elementor-385 .elementor-element.elementor-element-cc3adf3 .pxl-contact-form .wpcf7-form-control:not(.wpcf7-submit), .elementor-385 .elementor-element.elementor-element-cc3adf3 .pxl-contact-form .pxl-select-higthlight {
	background-color: #FCF9F4;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
}

.elementor-385 .elementor-element.elementor-element-cc3adf3 .pxl-contact-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-textarea), .elementor-385 .elementor-element.elementor-element-cc3adf3 .pxl-contact-form .pxl-select-higthlight {
	height: 70px;
}

.elementor-385 .elementor-element.elementor-element-cc3adf3 .pxl-contact-form .wpcf7-form-control.wpcf7-textarea {
	height: 163px;
}

.elementor-385 .elementor-element.elementor-element-cc3adf3 .pxl-contact-form .wpcf7-form-control-wrap {
	margin-bottom: 30px;
}

.elementor-385 .elementor-element.elementor-element-cc3adf3 .pxl-contact-form .wpcf7-submit, .elementor-385 .elementor-element.elementor-element-cc3adf3 .pxl-contact-form button {
	font-family: "Salsa", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 10px 95px 10px 60px;
	border-radius: 5px 5px 5px 5px;
}

.elementor-385 .elementor-element.elementor-element-cc3adf3 .pxl-contact-form .wpcf7-submit {
	color: #FFFFFF;
}

.elementor-385 .elementor-element.elementor-element-cc3adf3 > .elementor-widget-container {
	margin: -162px 0px 0px 0px;
	padding: 60px 115px 60px 115px;
	background-color: #FFFFFF;
}

@media(min-width:480px) {
	.elementor-385 .elementor-element.elementor-element-cc3dd30 {
		width: 43.421%;
	}

	.elementor-385 .elementor-element.elementor-element-65355f4 {
		width: 56.579%;
	}
}

@media(max-width:1024px) and (min-width:480px) {
	.elementor-385 .elementor-element.elementor-element-71ccfa3 {
		width: 50%;
	}

	.elementor-385 .elementor-element.elementor-element-05d423a {
		width: 50%;
	}

	.elementor-385 .elementor-element.elementor-element-046a6c4 {
		width: 50%;
	}

	.elementor-385 .elementor-element.elementor-element-cc3dd30 {
		width: 50%;
	}

	.elementor-385 .elementor-element.elementor-element-65355f4 {
		width: 50%;
	}
}

@media(max-width:767px) and (min-width:480px) {
	.elementor-385 .elementor-element.elementor-element-71ccfa3 {
		width: 100%;
	}

	.elementor-385 .elementor-element.elementor-element-05d423a {
		width: 100%;
	}

	.elementor-385 .elementor-element.elementor-element-046a6c4 {
		width: 100%;
	}

	.elementor-385 .elementor-element.elementor-element-cc3dd30 {
		width: 100%;
	}

	.elementor-385 .elementor-element.elementor-element-65355f4 {
		width: 100%;
	}
}

@media(max-width:1024px) {
	.elementor-385 .elementor-element.elementor-element-0654504 .pxl-heading .pxl-item--title {
		font-size: 35px;
		line-height: 45px;
		margin-bottom: 0px;
	}

	.elementor-385 .elementor-element.elementor-element-0654504 .pxl-heading .pxl-item--subtitle {
		margin-bottom: 10px;
	}

	.elementor-385 .elementor-element.elementor-element-c8c9931 {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.elementor-385 .elementor-element.elementor-element-9ea07ce > .elementor-widget-container {
		margin: 0px 0px 0px 0px;
	}

	.elementor-385 .elementor-element.elementor-element-9ea07ce {
		width: auto;
		max-width: auto;
	}

	.elementor-385 .elementor-element.elementor-element-ba41c43 > .elementor-widget-container {
		margin: 0px 0px 0px 0px;
	}

	.elementor-385 .elementor-element.elementor-element-0ec263e {
		margin-top: 70px;
		margin-bottom: 0px;
	}

	.elementor-385 .elementor-element.elementor-element-cc3dd30 > .elementor-element-populated {
		margin: 0px 0px 0px 0px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
		padding: 15px 15px 15px 15px;
	}

	.elementor-385 .elementor-element.elementor-element-3dc3f22 .pxl-heading .pxl-item--title {
		font-size: 35px;
		line-height: 45px;
		margin-bottom: 3px;
	}

	.elementor-385 .elementor-element.elementor-element-65355f4 > .elementor-element-populated {
		padding: 15px 15px 15px 15px;
	}

	.elementor-385 .elementor-element.elementor-element-66009d2 .pxl-image-single {
		text-align: center;
	}

	.elementor-385 .elementor-element.elementor-element-66009d2 > .elementor-widget-container {
		margin: 50px 0px 0px 0px;
	}

	.elementor-385 .elementor-element.elementor-element-0817eff {
		margin-top: 70px;
		margin-bottom: 0px;
	}

	.elementor-385 .elementor-element.elementor-element-cc3adf3 > .elementor-widget-container {
		margin: 0px 0px 0px 0px;
		padding: 40px 20px 20px 20px;
	}
}

@media(max-width:767px) {
	.elementor-385 .elementor-element.elementor-element-0654504 .pxl-heading .pxl-item--title {
		font-size: 35px;
	}

	.elementor-385 .elementor-element.elementor-element-0654504 .pxl-heading .pxl-item--subtitle {
		margin-bottom: 0px;
	}

	.elementor-385 .elementor-element.elementor-element-c8c9931 {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.elementor-385 .elementor-element.elementor-element-9ea07ce {
		width: 100%;
		max-width: 100%;
	}

	.elementor-385 .elementor-element.elementor-element-ba41c43 > .elementor-widget-container {
		margin: 0px 0px 0px 0px;
	}

	.elementor-385 .elementor-element.elementor-element-0ec263e {
		margin-top: 50px;
		margin-bottom: 0px;
	}
}

@media(max-width:479px) {
	.elementor-385 .elementor-element.elementor-element-0654504 .pxl-heading .pxl-item--title {
		font-size: 30px;
		line-height: 35px;
	}

	.elementor-385 .elementor-element.elementor-element-3dc3f22 .pxl-heading .pxl-item--title {
		font-size: 30px;
		line-height: 40px;
	}

	.elementor-385 .elementor-element.elementor-element-cc3adf3 .pxl-contact-form .wpcf7-submit, .elementor-385 .elementor-element.elementor-element-cc3adf3 .pxl-contact-form button {
		padding: 10px 75px 10px 40px;
	}
}


.elementor-2751 .elementor-element.elementor-element-7b72f65 > .elementor-container > .elementor-column > .elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

.elementor-2751 .elementor-element.elementor-element-7b72f65 {
	margin-top: 106px;
	margin-bottom: 0px;
}

.elementor-2751 .elementor-element.elementor-element-32ef01c.elementor-column > .elementor-widget-wrap {
	justify-content: space-between;
}

.elementor-2751 .elementor-element.elementor-element-8a9f527 .pxl-calendar a {
	color: #FFFFFF;
	font-family: "Salsa", Sans-serif;
	font-size: 45px;
}

.elementor-2751 .elementor-element.elementor-element-8a9f527 .pxl-calendar a i {
	color: #FFFFFF;
	font-size: 36px;
}

.elementor-2751 .elementor-element.elementor-element-8a9f527 {
	width: auto;
	max-width: auto;
}

.elementor-2751 .elementor-element.elementor-element-916bdef .pxl-button {
	text-align: right;
}

.elementor-2751 .elementor-element.elementor-element-916bdef .pxl-button .btn {
	font-family: "Salsa", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 10px 10px 10px 10px;
	border-style: solid !important;
	border-width: 2px 2px 2px 2px !important;
	border-color: #E9EBF0 !important;
	padding: 6px 35px 6px 35px;
	color: #2B3C6B;
	background-color: #02010100 !important;
}

.elementor-2751 .elementor-element.elementor-element-916bdef .pxl-button .btn:hover {
	color: #FFFFFF !important;
	background-color: #FAB319 !important;
	border-color: #FAB319 !important;
}

.elementor-2751 .elementor-element.elementor-element-916bdef .pxl-button .pxl-btn-effect4 {
	background-color: #FAB319 !important;
}

.elementor-2751 .elementor-element.elementor-element-916bdef .pxl-button:hover .pxl-btn-effect4:after {
	border-color: #FAB319 !important;
}

.elementor-2751 .elementor-element.elementor-element-916bdef .pxl-button .btn i {
	font-size: 23px;
}

.elementor-2751 .elementor-element.elementor-element-916bdef .pxl-button .pxl-icon--right i {
	margin-left: 10px;
}

.elementor-2751 .elementor-element.elementor-element-916bdef > .elementor-widget-container {
	margin: 2px 0px 0px 0px;
}

.elementor-2751 .elementor-element.elementor-element-916bdef {
	width: auto;
	max-width: auto;
}

.elementor-2751 .elementor-element.elementor-element-37025c5 {
	margin-top: 30px;
	margin-bottom: 0px;
}

.elementor-element.elementor-element-d397f70 .icon-after svg {
	fill: #FFFFFF;
}

.elementor-element.elementor-element-d397f70 .month {
	color: #FFFFFF;
}

.elementor-element.elementor-element-d397f70 .pxl-calendar a {
	color: #FFFFFF;
}

.elementor-element.elementor-element-d397f70 .pxl-calendar a i {
	color: #FFFFFF;
}

.elementor-2751 .elementor-element.elementor-element-5341450 .icon-after svg {
	fill: #FFFFFF;
}

.elementor-2751 .elementor-element.elementor-element-5341450 .month {
	color: #FFFFFF;
}

.elementor-2751 .elementor-element.elementor-element-5341450 .pxl-calendar a {
	color: #FFFFFF;
}

.elementor-2751 .elementor-element.elementor-element-5341450 .pxl-calendar a i {
	color: #FFFFFF;
}

.elementor-2751 .elementor-element.elementor-element-4d43593 .wrap-content-calendar:before {
	background-color: #FCF9F4;
}

.elementor-2751 .elementor-element.elementor-element-4d43593 .wrap-content-calendar:after {
	background-color: #FCF9F4;
}

.elementor-2751 .elementor-element.elementor-element-4d43593 .pxl-calendar a {
	color: #70747F;
}

.elementor-2751 .elementor-element.elementor-element-18451c6 .wrap-content-calendar:before {
	background-color: #FCF9F4;
}

.elementor-2751 .elementor-element.elementor-element-18451c6 .wrap-content-calendar:after {
	background-color: #FCF9F4;
}

.elementor-2751 .elementor-element.elementor-element-18451c6 .pxl-calendar a {
	color: #70747F;
}

.elementor-2751 .elementor-element.elementor-element-65f7ade .icon-after svg {
	fill: #FFFFFF;
}

.elementor-2751 .elementor-element.elementor-element-65f7ade .month {
	color: #FFFFFF;
}

.elementor-2751 .elementor-element.elementor-element-65f7ade .pxl-calendar a {
	color: #FFFFFF;
}

.elementor-2751 .elementor-element.elementor-element-65f7ade .pxl-calendar a i {
	color: #FFFFFF;
}

.elementor-2751 .elementor-element.elementor-element-4397394 .wrap-content-calendar:before {
	background-color: #FCF9F4;
}

.elementor-2751 .elementor-element.elementor-element-4397394 .wrap-content-calendar:after {
	background-color: #FCF9F4;
}

.elementor-2751 .elementor-element.elementor-element-4397394 .pxl-calendar a {
	color: #70747F;
}

.elementor-2751 .elementor-element.elementor-element-00ea1fe .wrap-content-calendar:before {
	background-color: #FCF9F4;
}

.elementor-2751 .elementor-element.elementor-element-00ea1fe .wrap-content-calendar:after {
	background-color: #FCF9F4;
}

.elementor-2751 .elementor-element.elementor-element-00ea1fe .pxl-calendar a {
	color: #70747F;
}

.elementor-2751 .elementor-element.elementor-element-978113b .icon-after svg {
	fill: #FFFFFF;
}

.elementor-2751 .elementor-element.elementor-element-978113b .month {
	color: #FFFFFF;
}

.elementor-2751 .elementor-element.elementor-element-978113b .pxl-calendar a {
	color: #FFFFFF;
}

.elementor-2751 .elementor-element.elementor-element-978113b .pxl-calendar a i {
	color: #FFFFFF;
}

.elementor-2751 .elementor-element.elementor-element-aaba108 .wrap-content-calendar:before {
	background-color: #FCF9F4;
}

.elementor-2751 .elementor-element.elementor-element-aaba108 .wrap-content-calendar:after {
	background-color: #FCF9F4;
}

.elementor-2751 .elementor-element.elementor-element-aaba108 .pxl-calendar a {
	color: #70747F;
}

.elementor-2751 .elementor-element.elementor-element-f6908f9 .icon-after svg {
	fill: #FFFFFF;
}

.elementor-2751 .elementor-element.elementor-element-f6908f9 .month {
	color: #FFFFFF;
}

.elementor-2751 .elementor-element.elementor-element-f6908f9 .pxl-calendar a {
	color: #FFFFFF;
}

.elementor-2751 .elementor-element.elementor-element-f6908f9 .pxl-calendar a i {
	color: #FFFFFF;
}

.elementor-2751 .elementor-element.elementor-element-0083f3a .wrap-content-calendar:before {
	background-color: #FCF9F4;
}

.elementor-2751 .elementor-element.elementor-element-0083f3a .wrap-content-calendar:after {
	background-color: #FCF9F4;
}

.elementor-2751 .elementor-element.elementor-element-0083f3a .pxl-calendar a {
	color: #70747F;
}

.elementor-2751 .elementor-element.elementor-element-1a5fc95 .wrap-content-calendar:before {
	background-color: #FCF9F4;
}

.elementor-2751 .elementor-element.elementor-element-1a5fc95 .wrap-content-calendar:after {
	background-color: #FCF9F4;
}

.elementor-2751 .elementor-element.elementor-element-1a5fc95 .pxl-calendar a {
	color: #70747F;
}

.elementor-2751 .elementor-element.elementor-element-14a9813 .pxl-shape-divider .pxl-row-angle {
	fill: #223668;
	height: 60px;
}

.elementor-2751 .elementor-element.elementor-element-14a9813:not(.elementor-motion-effects-element-type-background), .elementor-2751 .elementor-element.elementor-element-14a9813 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-image: url("https://demo.casethemes.net/kinco/wp-content/uploads/2022/05/bgr-calendar.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.elementor-2751 .elementor-element.elementor-element-14a9813 > .elementor-background-overlay {
	background-color: #223668;
	opacity: 0.72;
	mix-blend-mode: multiply;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-2751 .elementor-element.elementor-element-14a9813 {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 80px;
	margin-bottom: -44px;
	padding: 150px 0px 150px 0px;
	z-index: 10;
}

.elementor-2751 .elementor-element.elementor-element-15fe94b > .elementor-container > .elementor-column > .elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

.elementor-2751 .elementor-element.elementor-element-2a3ce51.elementor-column > .elementor-widget-wrap {
	justify-content: space-between;
}

.elementor-2751 .elementor-element.elementor-element-4f1c84c .wrap-content-calendar:before {
	background-color: #1AB9FF;
}

.elementor-2751 .elementor-element.elementor-element-4f1c84c .wrap-content-calendar:after {
	background-color: #1AB9FF;
}

.elementor-2751 .elementor-element.elementor-element-4f1c84c .pxl-calendar a {
	color: #FFFFFF;
	font-family: "Salsa", Sans-serif;
	font-size: 43px;
}

.elementor-2751 .elementor-element.elementor-element-4f1c84c .pxl-calendar a i {
	color: #FFFFFF;
	font-size: 36px;
}

.elementor-2751 .elementor-element.elementor-element-4f1c84c {
	width: auto;
	max-width: auto;
}

.elementor-2751 .elementor-element.elementor-element-f430b5d .pxl-button {
	text-align: right;
}

.elementor-2751 .elementor-element.elementor-element-f430b5d .pxl-button .btn {
	font-family: "Salsa", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 10px 10px 10px 10px;
	border-style: solid !important;
	border-width: 2px 2px 2px 2px !important;
	border-color: #FFFFFF !important;
	padding: 6px 35px 6px 35px;
	color: #FFFFFF;
	background-color: #02010100 !important;
}

.elementor-2751 .elementor-element.elementor-element-f430b5d .pxl-button .btn:hover {
	color: #FFFFFF !important;
	background-color: #FAB319 !important;
	border-color: #FAB319 !important;
}

.elementor-2751 .elementor-element.elementor-element-f430b5d .pxl-button .pxl-btn-effect4 {
	background-color: #FAB319 !important;
}

.elementor-2751 .elementor-element.elementor-element-f430b5d .pxl-button:hover .pxl-btn-effect4:after {
	border-color: #FAB319 !important;
}

.elementor-2751 .elementor-element.elementor-element-f430b5d .pxl-button .btn i {
	font-size: 23px;
}

.elementor-2751 .elementor-element.elementor-element-f430b5d .pxl-button .pxl-icon--right i {
	margin-left: 10px;
}

.elementor-2751 .elementor-element.elementor-element-f430b5d > .elementor-widget-container {
	margin: 2px 0px 0px 0px;
}

.elementor-2751 .elementor-element.elementor-element-f430b5d {
	width: auto;
	max-width: auto;
}

.elementor-2751 .elementor-element.elementor-element-336c6f7 {
	margin-top: 30px;
	margin-bottom: 0px;
}

.elementor-2751 .elementor-element.elementor-element-d05ca7e .wrap-content-calendar:before {
	background-color: #FFFFFF;
}

.elementor-2751 .elementor-element.elementor-element-d05ca7e .wrap-content-calendar:after {
	background-color: #FFFFFF;
}

.elementor-2751 .elementor-element.elementor-element-d05ca7e .pxl-calendar a {
	color: #70747F;
}

.elementor-2751 .elementor-element.elementor-element-aeeaecb .wrap-content-calendar:before {
	background-color: #FFFFFF;
}

.elementor-2751 .elementor-element.elementor-element-aeeaecb .wrap-content-calendar:after {
	background-color: #FFFFFF;
}

.elementor-2751 .elementor-element.elementor-element-aeeaecb .pxl-calendar a {
	color: #70747F;
}

.elementor-2751 .elementor-element.elementor-element-9a66f12 .wrap-content-calendar:before {
	background-color: #FFFFFF;
}

.elementor-2751 .elementor-element.elementor-element-9a66f12 .wrap-content-calendar:after {
	background-color: #FFFFFF;
}

.elementor-2751 .elementor-element.elementor-element-9a66f12 .pxl-calendar a {
	color: #70747F;
}

.elementor-2751 .elementor-element.elementor-element-91c2c33 .wrap-content-calendar:before {
	background-color: #FFFFFF;
}

.elementor-2751 .elementor-element.elementor-element-91c2c33 .wrap-content-calendar:after {
	background-color: #FFFFFF;
}

.elementor-2751 .elementor-element.elementor-element-91c2c33 .pxl-calendar a {
	color: #70747F;
}

.elementor-2751 .elementor-element.elementor-element-04a5f1b .wrap-content-calendar:before {
	background-color: #FFFFFF;
}

.elementor-2751 .elementor-element.elementor-element-04a5f1b .wrap-content-calendar:after {
	background-color: #FFFFFF;
}

.elementor-2751 .elementor-element.elementor-element-04a5f1b .pxl-calendar a {
	color: #70747F;
}

.elementor-2751 .elementor-element.elementor-element-0511a04 .wrap-content-calendar:before {
	background-color: #FFFFFF;
}

.elementor-2751 .elementor-element.elementor-element-0511a04 .wrap-content-calendar:after {
	background-color: #FFFFFF;
}

.elementor-2751 .elementor-element.elementor-element-0511a04 .pxl-calendar a {
	color: #70747F;
}

@media(max-width:1024px) {
	.elementor-2751 .elementor-element.elementor-element-8a9f527 {
		width: auto;
		max-width: auto;
	}
}

@media(max-width:767px) {
	.elementor-2751 .elementor-element.elementor-element-7b72f65 {
		margin-top: 70px;
		margin-bottom: 0px;
	}

	.elementor-2751 .elementor-element.elementor-element-8a9f527 .pxl-calendar a {
		font-size: 26px;
	}

	.elementor-2751 .elementor-element.elementor-element-8a9f527 .pxl-calendar a i {
		font-size: 20px;
	}

	.elementor-2751 .elementor-element.elementor-element-916bdef .pxl-button .btn {
		font-size: 16px;
		padding: 0px 20px 0px 20px;
	}

	.elementor-2751 .elementor-element.elementor-element-916bdef .pxl-button .btn i {
		font-size: 19px;
	}

	.elementor-2751 .elementor-element.elementor-element-916bdef > .elementor-widget-container {
		margin: 10px 0px 10px 0px;
	}

	.elementor-2751 .elementor-element.elementor-element-37025c5 {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.elementor-2751 .elementor-element.elementor-element-14a9813 {
		margin-top: 50px;
		margin-bottom: -60px;
		padding: 70px 5px 70px 5px;
	}

	.elementor-2751 .elementor-element.elementor-element-4f1c84c .pxl-calendar a {
		font-size: 26px;
	}

	.elementor-2751 .elementor-element.elementor-element-4f1c84c .pxl-calendar a i {
		font-size: 20px;
	}

	.elementor-2751 .elementor-element.elementor-element-f430b5d .pxl-button .btn {
		font-size: 16px;
		padding: 0px 20px 0px 20px;
	}

	.elementor-2751 .elementor-element.elementor-element-f430b5d .pxl-button .btn i {
		font-size: 19px;
	}

	.elementor-2751 .elementor-element.elementor-element-f430b5d > .elementor-widget-container {
		margin: 15px 0px 15px 0px;
	}

	.elementor-2751 .elementor-element.elementor-element-336c6f7 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
}

@media(max-width:479px) {
	.elementor-2751 .elementor-element.elementor-element-7b72f65 {
		margin-top: 50px;
		margin-bottom: 0px;
	}

	.elementor-2751 .elementor-element.elementor-element-916bdef .pxl-button .btn {
		padding: 2px 20px 2px 20px;
	}

	.elementor-2751 .elementor-element.elementor-element-916bdef > .elementor-widget-container {
		margin: 15px 0px 15px 0px;
	}

	.elementor-2751 .elementor-element.elementor-element-f430b5d .pxl-button .btn {
		padding: 2px 20px 2px 20px;
	}
}

@media(max-width:767px) and (min-width:480px) {
	.elementor-2751 .elementor-element.elementor-element-ddb0be1 {
		width: 50%;
	}

	.elementor-2751 .elementor-element.elementor-element-756d053 {
		width: 50%;
	}

	.elementor-2751 .elementor-element.elementor-element-b3ff1d7 {
		width: 100%;
	}

	.elementor-2751 .elementor-element.elementor-element-57a2467 {
		width: 50%;
	}

	.elementor-2751 .elementor-element.elementor-element-89c0758 {
		width: 50%;
	}

	.elementor-2751 .elementor-element.elementor-element-8037c6d {
		width: 100%;
	}

	.elementor-2751 .elementor-element.elementor-element-facc7a1 {
		width: 50%;
	}

	.elementor-2751 .elementor-element.elementor-element-4aded96 {
		width: 50%;
	}

	.elementor-2751 .elementor-element.elementor-element-02ab23b {
		width: 100%;
	}

	.elementor-2751 .elementor-element.elementor-element-1eba139 {
		width: 50%;
	}

	.elementor-2751 .elementor-element.elementor-element-22d8959 {
		width: 50%;
	}

	.elementor-2751 .elementor-element.elementor-element-b500732 {
		width: 100%;
	}

	.elementor-2751 .elementor-element.elementor-element-14830ca {
		width: 50%;
	}

	.elementor-2751 .elementor-element.elementor-element-274827c {
		width: 50%;
	}

	.elementor-2751 .elementor-element.elementor-element-a3e0885 {
		width: 100%;
	}

	.elementor-2751 .elementor-element.elementor-element-24014eb {
		width: 50%;
	}

	.elementor-2751 .elementor-element.elementor-element-9c97334 {
		width: 50%;
	}

	.elementor-2751 .elementor-element.elementor-element-3746642 {
		width: 100%;
	}
}

@media(min-width:1025px) {
	.elementor-2751 .elementor-element.elementor-element-14a9813:not(.elementor-motion-effects-element-type-background), .elementor-2751 .elementor-element.elementor-element-14a9813 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
		background-attachment: fixed;
	}
}

.elementor-412 .elementor-element.elementor-element-4895cfe:not(.elementor-motion-effects-element-type-background), .elementor-412 .elementor-element.elementor-element-4895cfe > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #223668;
}

.elementor-412 .elementor-element.elementor-element-4895cfe {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-412 .elementor-element.elementor-element-4895cfe > .elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-412 .elementor-element.elementor-element-636da97 > .elementor-element-populated {
	padding: 9px 10px 9px 10px;
}

.elementor-412 .elementor-element.elementor-element-1e77b46 .pxl-text-editor {
	text-align: center;
}

.elementor-412 .elementor-element.elementor-element-1e77b46 .pxl-text-editor p {
	color: #FFFFFF;
	font-family: "Salsa", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 0px;
}

.elementor-412 .elementor-element.elementor-element-0b431f6 > .elementor-container {
	max-width: 1515px;
}

.elementor-412 .elementor-element.elementor-element-0b431f6 > .elementor-container > .elementor-column > .elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

.elementor-412 .elementor-element.elementor-element-0b431f6 {
	margin-top: 0px;
	margin-bottom: 0px;
}

body:not(.elementor-editor-active) .elementor-412 .elementor-element.elementor-element-3bcdf4b .pxl-particle .elementor-repeater-item-3cd3148 {
	left: -20%;
	bottom: -190%;
}

.elementor-412 .elementor-element.elementor-element-50336ca > .elementor-widget-container {
	margin: 0px 0px 0px -320px;
}

.elementor-412 .elementor-element.elementor-element-50336ca {
	width: auto;
	max-width: auto;
	top: -60px;
	z-index: -1;
}

body:not(.rtl) .elementor-412 .elementor-element.elementor-element-50336ca {
	right: -47px;
}

body.rtl .elementor-412 .elementor-element.elementor-element-50336ca {
	left: -47px;
}

.elementor-412 .elementor-element.elementor-element-be88b48.elementor-column > .elementor-widget-wrap {
	justify-content: center;
}

.elementor-412 .elementor-element.elementor-element-6fb24e6 .pxl-nav-menu .pxl-menu-primary > li > a {
	color: #FFFFFF;
	font-family: "Salsa", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 80px;
}

.elementor-412 .elementor-element.elementor-element-6fb24e6 .pxl-nav-menu .pxl-menu-primary > li > a:hover {
	color: #FF6666;
}

.elementor-412 .elementor-element.elementor-element-6fb24e6 .pxl-nav-menu .pxl-menu-primary > li.current-menu-parent > a, .elementor-412 .elementor-element.elementor-element-6fb24e6 .pxl-nav-menu .pxl-menu-primary > li.current_page_item > a {
	color: #FF6666;
}

.elementor-412 .elementor-element.elementor-element-6fb24e6 .pxl-nav-menu .pxl-menu-primary > li > a:before {
	background: #FF6666;
	height: 0px;
}

.elementor-412 .elementor-element.elementor-element-6fb24e6 .pxl-nav-menu li.pxl-megamenu, .elementor-412 .elementor-element.elementor-element-6fb24e6 .pxl-nav-menu .pxl-menu-primary li .sub-menu li > a {
	color: #2B3C6B;
}

.elementor-412 .elementor-element.elementor-element-6fb24e6 .pxl-nav-menu .pxl-menu-primary li .sub-menu li:hover > a, .elementor-412 .elementor-element.elementor-element-6fb24e6 .pxl-nav-menu .pxl-menu-primary li .sub-menu li.current_page_item > a, .elementor-412 .elementor-element.elementor-element-6fb24e6 .pxl-nav-menu .pxl-menu-primary li .sub-menu li.current-menu-item > a, .elementor-412 .elementor-element.elementor-element-6fb24e6 .pxl-nav-menu .pxl-menu-primary li .sub-menu li.current_page_ancestor > a, .elementor-412 .elementor-element.elementor-element-6fb24e6 .pxl-nav-menu .pxl-menu-primary li .sub-menu li.current-menu-ancestor > a {
	color: #FF6666;
}

.elementor-412 .elementor-element.elementor-element-6fb24e6 .pxl-menu-primary .sub-menu li + li {
	margin-top: 0px;
}

.elementor-412 .elementor-element.elementor-element-6fb24e6 {
	width: auto;
	max-width: auto;
}

.elementor-412 .elementor-element.elementor-element-167e478 .pxl-search-popup-button {
	color: #FFFFFF;
}

.elementor-412 .elementor-element.elementor-element-167e478 .pxl-search-popup-button:hover {
	color: #D49C1A;
}

.elementor-412 .elementor-element.elementor-element-167e478 > .elementor-widget-container {
	margin: 0px 0px 0px 18px;
}

.elementor-412 .elementor-element.elementor-element-167e478 {
	width: auto;
	max-width: auto;
}

.elementor-412 .elementor-element.elementor-element-af38bba.elementor-column > .elementor-widget-wrap {
	justify-content: flex-end;
}

.elementor-412 .elementor-element.elementor-element-8bb6066 .pxl-hidden-button {
	color: #FFFFFF;
	background-color: #B250FE;
	font-size: 32px;
}

.elementor-412 .elementor-element.elementor-element-8bb6066 .pxl-hidden-button:hover {
	background-color: #D49C1A;
}

.elementor-412 .elementor-element.elementor-element-8bb6066 {
	width: auto;
	max-width: auto;
}

.elementor-412 .elementor-element.elementor-element-1dcfabf .pxl-icon-box .pxl-item--title {
	color: #FFFFFF;
	font-family: "Salsa", Sans-serif;
	font-size: 20px;
	line-height: 25px;
}

.elementor-412 .elementor-element.elementor-element-1dcfabf .pxl-icon-box .pxl-item--title span {
	color: #FFFFFF;
	text-fill-color: #FFFFFF;
	-webkit-text-fill-color: #FFFFFF;
	background-image: none;
}

.elementor-412 .elementor-element.elementor-element-1dcfabf .pxl-icon-box .pxl-item--description {
	color: #FFFFFF;
}

.elementor-412 .elementor-element.elementor-element-1dcfabf .pxl-icon-box .pxl-item--description a {
	color: #FFFFFF;
	font-family: "Salsa", Sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 25px;
}

.elementor-412 .elementor-element.elementor-element-1dcfabf .pxl-icon-box .pxl-item--description a:hover {
	color: #D49C1A;
}

.elementor-412 .elementor-element.elementor-element-1dcfabf .pxl-icon-box .pxl-item--icon i {
	color: #D49C1A;
	text-fill-color: #D49C1A;
	-webkit-text-fill-color: #D49C1A;
	background-image: none;
	font-size: 55px;
}

.elementor-412 .elementor-element.elementor-element-1dcfabf > .elementor-widget-container {
	margin: 0px 0px 0px 38px;
}

.elementor-412 .elementor-element.elementor-element-1dcfabf {
	width: auto;
	max-width: auto;
}

@media(min-width:480px) 
{
	.elementor-412 .elementor-element.elementor-element-1c201b6 {
		width: 11.274%;
	}

	.elementor-412 .elementor-element.elementor-element-be88b48 {
		width: 75.921%;
	}

	.elementor-412 .elementor-element.elementor-element-af38bba {
		width: 12.227%;
	}
}

@media(max-width:479px) {
	.elementor-412 .elementor-element.elementor-element-636da97 > .elementor-element-populated {
		padding: 21px 15px 9px 15px;
	}

	.elementor-412 .elementor-element.elementor-element-1e77b46 .pxl-text-editor p {
		font-size: 14px;
	}
}

.elementor-145 .elementor-element.elementor-element-c9515a4 {
	overflow: hidden;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 55px 0px 55px 0px;
	z-index: 2;
}
.elementor-620 .elementor-element.elementor-element-8d10817 {
	overflow: hidden;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: -40px;
	margin-bottom: 0px;
	padding: 0px 0px 64px 0px;
}

.elementor-620 .elementor-element.elementor-element-8d10817 .pxl-shape-divider .pxl-row-angle {
	fill: #FFFFFF;
	height: 30px;
}

.elementor-620 .elementor-element.elementor-element-8d10817:not(.elementor-motion-effects-element-type-background), .elementor-620 .elementor-element.elementor-element-8d10817 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #FFFFFF;
}

.elementor-620 .elementor-element.elementor-element-8d10817 > .elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-620 .elementor-element.elementor-element-0c2653f .pxl-heading {
	text-align: center;
}

.elementor-620 .elementor-element.elementor-element-0c2653f .pxl-heading .wrap-subtitle {
	justify-content: center;
}

.elementor-620 .elementor-element.elementor-element-0c2653f .pxl-heading .pxl-heading--inner {
	max-width: 524px;
}

.elementor-620 .elementor-element.elementor-element-0c2653f .pxl-heading .pxl-item--title {
	color: #2B3C6B;
	font-family: "Salsa", Sans-serif;
	font-size: 42px;
	font-weight: 400;
	line-height: 50px;
	margin-bottom: 0px;
}

.elementor-620 .elementor-element.elementor-element-0c2653f .pxl-heading .pxl-item--subtitle {
	color: #FF6666;
	font-family: "Mulish", Sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 17px;
}

.elementor-620 .elementor-element.elementor-element-0c2653f .pxl-heading .pxl-item--subtitle .wrap-subtitle svg {
	fill: #FF6666;
}

.elementor-620 .elementor-element.elementor-element-0c2653f .pxl-heading .pxl-item--subtitle span {
	color: #FF6666;
	text-fill-color: #FF6666;
	-webkit-text-fill-color: #FF6666;
	background-image: none;
}

.elementor-620 .elementor-element.elementor-element-6f46c63 > .elementor-widget-container {
	margin: 43px 0px 0px 0px;
}

.elementor-620 .elementor-element.elementor-element-3c7b71a {
	overflow: hidden;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-620 .elementor-element.elementor-element-3c7b71a .pxl-shape-divider .pxl-row-angle {
	fill: #FFFFFF;
	height: 30px;
}

.elementor-620 .elementor-element.elementor-element-3c7b71a:not(.elementor-motion-effects-element-type-background), .elementor-620 .elementor-element.elementor-element-3c7b71a > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #FFFFFF;
}

.elementor-620 .elementor-element.elementor-element-3c7b71a > .elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-620 .elementor-element.elementor-element-58174c8 > .elementor-element-populated {
	padding: 10px 70px 10px 70px;
}

.elementor-620 .elementor-element.elementor-element-950f07e .pxl-heading {
	text-align: center;
}

.elementor-620 .elementor-element.elementor-element-950f07e .pxl-heading .wrap-subtitle {
	justify-content: center;
}

.elementor-620 .elementor-element.elementor-element-950f07e .pxl-heading .pxl-heading--inner {
	max-width: 524px;
}

.elementor-620 .elementor-element.elementor-element-950f07e .pxl-heading .pxl-item--title {
	color: #2B3C6B;
	font-family: "Salsa", Sans-serif;
	font-size: 42px;
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 0px;
}

.elementor-620 .elementor-element.elementor-element-950f07e .pxl-heading .pxl-item--subtitle {
	color: #FF6666;
	font-family: "Mulish", Sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 17px;
}

.elementor-620 .elementor-element.elementor-element-950f07e .pxl-heading .pxl-item--subtitle .wrap-subtitle svg {
	fill: #FF6666;
}

.elementor-620 .elementor-element.elementor-element-950f07e .pxl-heading .pxl-item--subtitle span {
	color: #FF6666;
	text-fill-color: #FF6666;
	-webkit-text-fill-color: #FF6666;
	background-image: none;
}

.elementor-620 .elementor-element.elementor-element-3f1d145 > .elementor-widget-container {
	margin: 54px 0px -17px 0px;
}

@media(max-width:1024px) {
	.elementor-620 .elementor-element.elementor-element-8d10817 {
		margin-top: -100px;
		margin-bottom: 0px;
		padding: 50px 0px 50px 0px;
	}

	.elementor-620 .elementor-element.elementor-element-7e2e524 > .elementor-element-populated {
		padding: 15px 15px 15px 15px;
	}

	.elementor-620 .elementor-element.elementor-element-0c2653f .pxl-heading {
		text-align: center;
	}

	.elementor-620 .elementor-element.elementor-element-0c2653f .pxl-heading .wrap-subtitle {
		justify-content: center;
	}

	.elementor-620 .elementor-element.elementor-element-0c2653f .pxl-heading .pxl-heading--inner {
		max-width: 100%;
	}

	.elementor-620 .elementor-element.elementor-element-0c2653f .pxl-heading .pxl-item--title {
		font-size: 35px;
		line-height: 1em;
	}

	.elementor-620 .elementor-element.elementor-element-0c2653f .pxl-heading .pxl-item--subtitle {
		margin-bottom: 0px;
	}

	.elementor-620 .elementor-element.elementor-element-3c7b71a {
		padding: 0px 0px 50px 0px;
	}

	.elementor-620 .elementor-element.elementor-element-58174c8 > .elementor-element-populated {
		padding: 15px 15px 15px 15px;
	}

	.elementor-620 .elementor-element.elementor-element-950f07e .pxl-heading {
		text-align: center;
	}

	.elementor-620 .elementor-element.elementor-element-950f07e .pxl-heading .wrap-subtitle {
		justify-content: center;
	}

	.elementor-620 .elementor-element.elementor-element-950f07e .pxl-heading .pxl-heading--inner {
		max-width: 100%;
	}

	.elementor-620 .elementor-element.elementor-element-950f07e .pxl-heading .pxl-item--title {
		font-size: 35px;
		line-height: 1em;
	}

	.elementor-620 .elementor-element.elementor-element-950f07e .pxl-heading .pxl-item--subtitle {
		margin-bottom: 0px;
	}
}

@media(max-width:767px) {
	.elementor-620 .elementor-element.elementor-element-0c2653f .pxl-heading {
		text-align: center;
	}

	.elementor-620 .elementor-element.elementor-element-0c2653f .pxl-heading .wrap-subtitle {
		justify-content: center;
	}

	.elementor-620 .elementor-element.elementor-element-0c2653f .pxl-heading .pxl-item--title {
		font-size: 30px;
	}

	.elementor-620 .elementor-element.elementor-element-950f07e .pxl-heading {
		text-align: center;
	}

	.elementor-620 .elementor-element.elementor-element-950f07e .pxl-heading .wrap-subtitle {
		justify-content: center;
	}

	.elementor-620 .elementor-element.elementor-element-950f07e .pxl-heading .pxl-item--title {
		font-size: 30px;
	}
}

@media(max-width:479px) {
	.elementor-620 .elementor-element.elementor-element-8d10817 {
		padding: 0px 0px 0px 0px;
	}

	.elementor-620 .elementor-element.elementor-element-0c2653f .pxl-heading {
		text-align: center;
	}

	.elementor-620 .elementor-element.elementor-element-0c2653f .pxl-heading .wrap-subtitle {
		justify-content: center;
	}

	.elementor-620 .elementor-element.elementor-element-0c2653f .pxl-heading .pxl-item--title {
		font-size: 27px;
		line-height: 1.2em;
	}

	.elementor-620 .elementor-element.elementor-element-0c2653f .pxl-heading .pxl-item--subtitle {
		font-size: 15px;
		margin-bottom: 10px;
	}

	.elementor-620 .elementor-element.elementor-element-6f46c63 > .elementor-widget-container {
		margin: 20px 0px 0px 0px;
	}

	.elementor-620 .elementor-element.elementor-element-3c7b71a {
		padding: 30px 0px 20px 0px;
	}

	.elementor-620 .elementor-element.elementor-element-950f07e .pxl-heading {
		text-align: center;
	}

	.elementor-620 .elementor-element.elementor-element-950f07e .pxl-heading .wrap-subtitle {
		justify-content: center;
	}

	.elementor-620 .elementor-element.elementor-element-950f07e .pxl-heading .pxl-item--title {
		font-size: 27px;
		line-height: 1.2em;
	}

	.elementor-620 .elementor-element.elementor-element-950f07e .pxl-heading .pxl-item--subtitle {
		font-size: 15px;
		margin-bottom: 10px;
	}

	.elementor-620 .elementor-element.elementor-element-3f1d145 > .elementor-widget-container {
		margin: 30px 0px -30px 0px;
	}
}

.elementor-589 .elementor-element.elementor-element-9e60501 {
	margin-top: -30px;
	margin-bottom: 0px;
}

.elementor-589 .elementor-element.elementor-element-1606263 .pxl-heading {
	text-align: center;
}

.elementor-589 .elementor-element.elementor-element-1606263 .pxl-heading .wrap-subtitle {
	justify-content: center;
}

.elementor-589 .elementor-element.elementor-element-1606263 .pxl-heading .pxl-heading--inner {
	max-width: 651px;
}

.elementor-589 .elementor-element.elementor-element-1606263 .pxl-heading .pxl-item--title {
	color: #2B3C6B;
	font-family: "Salsa", Sans-serif;
	font-size: 42px;
	font-weight: 400;
	margin-bottom: 0px;
}

.elementor-589 .elementor-element.elementor-element-1606263 .pxl-heading .pxl-item--subtitle {
	color: #FF6666;
	font-family: "Mulish", Sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 17px;
}

.elementor-589 .elementor-element.elementor-element-1606263 .pxl-heading .pxl-item--subtitle .wrap-subtitle svg {
	fill: #FF6666;
}

.elementor-589 .elementor-element.elementor-element-1606263 .pxl-heading .pxl-item--subtitle span {
	color: #FF6666;
	text-fill-color: #FF6666;
	-webkit-text-fill-color: #FF6666;
	background-image: none;
}

.elementor-589 .elementor-element.elementor-element-193fae2 {
	margin-top: 32px;
	margin-bottom: 100px;
}

.elementor-589 .elementor-element.elementor-element-63c506c .pxl-image-box .pxl-item--title {
	color: #2B3C6B;
	font-size: 24px;
	font-weight: 400;
}

.elementor-589 .elementor-element.elementor-element-63c506c .pxl-image-box .pxl-item--description {
	color: #70747F;
	font-family: "Mulish", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 32px;
}

.elementor-589 .elementor-element.elementor-element-63c506c > .elementor-widget-container {
	margin: 20px 0px 0px 0px;
}

.elementor-589 .elementor-element.elementor-element-7a6bec4 .pxl-image-box .pxl-item--title {
	color: #2B3C6B;
	font-size: 24px;
	font-weight: 400;
}

.elementor-589 .elementor-element.elementor-element-7a6bec4 .pxl-image-box .pxl-item--description {
	color: #70747F;
	font-family: "Mulish", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 32px;
}

.elementor-589 .elementor-element.elementor-element-ba59f1f .pxl-image-box .pxl-item--title {
	color: #2B3C6B;
	font-size: 24px;
	font-weight: 400;
}

.elementor-589 .elementor-element.elementor-element-ba59f1f .pxl-image-box .pxl-item--description {
	color: #70747F;
	font-family: "Mulish", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 32px;
}

.elementor-589 .elementor-element.elementor-element-ba59f1f > .elementor-widget-container {
	margin: 20px 0px 0px 0px;
}

.elementor-589 .elementor-element.elementor-element-53ec505 {
	overflow: hidden;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 123px 0px 136px 0px;
}

.elementor-589 .elementor-element.elementor-element-53ec505 .pxl-shape-divider .pxl-row-angle {
	fill: #FFFFFF;
	height: 60px;
}

.elementor-589 .elementor-element.elementor-element-53ec505:not(.elementor-motion-effects-element-type-background), .elementor-589 .elementor-element.elementor-element-53ec505 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #223668;
	background-image: url("https://demo.casethemes.net/kinco/wp-content/uploads/2022/04/bg-tab-faqs.png");
	background-position: bottom center;
	background-size: cover;
}

.elementor-589 .elementor-element.elementor-element-53ec505 > .elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

body:not(.elementor-editor-active) .elementor-589 .elementor-element.elementor-element-5fa7963 .pxl-particle .elementor-repeater-item-3cd3148 {
	top: 20%;
	left: -30%;
}

body:not(.elementor-editor-active) .elementor-589 .elementor-element.elementor-element-5fa7963 .pxl-particle .elementor-repeater-item-e1952f4 {
	top: 30%;
	left: -25%;
}

body:not(.elementor-editor-active) .elementor-589 .elementor-element.elementor-element-5fa7963 .pxl-particle .elementor-repeater-item-552de33 {
	top: 40%;
	left: -20%;
}

body:not(.elementor-editor-active) .elementor-589 .elementor-element.elementor-element-5fa7963 .pxl-particle .elementor-repeater-item-9590ef1 {
	bottom: 37%;
	right: -30%;
}

.elementor-589 .elementor-element.elementor-element-2fc6cd1 .pxl-heading {
	text-align: left;
}

.elementor-589 .elementor-element.elementor-element-2fc6cd1 .pxl-heading .wrap-subtitle {
	justify-content: left;
}

.elementor-589 .elementor-element.elementor-element-2fc6cd1 .pxl-heading .pxl-heading--inner {
	max-width: 651px;
}

.elementor-589 .elementor-element.elementor-element-2fc6cd1 .pxl-heading .pxl-item--title {
	color: #FFFFFF;
	font-family: "Salsa", Sans-serif;
	font-size: 42px;
	font-weight: 400;
	margin-bottom: 0px;
}

.elementor-589 .elementor-element.elementor-element-2fc6cd1 .pxl-heading .pxl-item--subtitle {
	color: #FAB319;
	font-family: "Mulish", Sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 18px;
}

.elementor-589 .elementor-element.elementor-element-2fc6cd1 .pxl-heading .pxl-item--subtitle .wrap-subtitle svg {
	fill: #FAB319;
}

.elementor-589 .elementor-element.elementor-element-2fc6cd1 .pxl-heading .pxl-item--subtitle span {
	color: #FAB319;
	text-fill-color: #FAB319;
	-webkit-text-fill-color: #FAB319;
	background-image: none;
}

.elementor-589 .elementor-element.elementor-element-2fc6cd1 > .elementor-widget-container {
	margin: 0px 0px 36px 0px;
}

.elementor-589 .elementor-element.elementor-element-7feaf44 .pxl-tabs .pxl-item--title {
	font-size: 18px;
}

.elementor-589 .elementor-element.elementor-element-7feaf44 .pxl-tabs .pxl-item--content {
	color: #FFFFFF9E;
	font-family: "Mulish", Sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.elementor-589 .elementor-element.elementor-element-23f6f26 {
	margin-top: 110px;
	margin-bottom: 60px;
}

.elementor-589 .elementor-element.elementor-element-932507d .pxl-heading {
	text-align: center;
}

.elementor-589 .elementor-element.elementor-element-932507d .pxl-heading .wrap-subtitle {
	justify-content: center;
}

.elementor-589 .elementor-element.elementor-element-932507d .pxl-heading .pxl-heading--inner {
	max-width: 651px;
}

.elementor-589 .elementor-element.elementor-element-932507d .pxl-heading .pxl-item--title {
	color: #2B3C6B;
	font-family: "Salsa", Sans-serif;
	font-size: 42px;
	font-weight: 400;
	margin-bottom: 0px;
}

.elementor-589 .elementor-element.elementor-element-932507d .pxl-heading .pxl-item--subtitle {
	color: #FF6666;
	font-family: "Mulish", Sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 17px;
}

.elementor-589 .elementor-element.elementor-element-932507d .pxl-heading .pxl-item--subtitle .wrap-subtitle svg {
	fill: #FF6666;
}

.elementor-589 .elementor-element.elementor-element-932507d .pxl-heading .pxl-item--subtitle span {
	color: #FF6666;
	text-fill-color: #FF6666;
	-webkit-text-fill-color: #FF6666;
	background-image: none;
}

.elementor-589 .elementor-element.elementor-element-41c55c7 > .elementor-widget-container {
	margin: 60px 0px 0px 0px;
	padding: 0px 0px 108px 0px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #E8EBF0;
}

.elementor-589 .elementor-element.elementor-element-da3dc22 > .elementor-container {
	max-width: 1169px;
}

.elementor-589 .elementor-element.elementor-element-da3dc22 {
	overflow: hidden;
}

@media(max-width:1024px) {
	.elementor-589 .elementor-element.elementor-element-1606263 .pxl-heading .pxl-item--title {
		font-size: 35px;
		line-height: 45px;
	}

	.elementor-589 .elementor-element.elementor-element-1606263 .pxl-heading .pxl-item--subtitle {
		margin-bottom: 10px;
	}

	.elementor-589 .elementor-element.elementor-element-193fae2 {
		margin-top: 20px;
		margin-bottom: 0px;
		padding: 0px 5px 0px 5px;
	}

	.elementor-589 .elementor-element.elementor-element-63c506c > .elementor-widget-container {
		margin: 0px 0px 0px 0px;
	}

	.elementor-589 .elementor-element.elementor-element-63c506c {
		width: auto;
		max-width: auto;
	}

	.elementor-589 .elementor-element.elementor-element-ba59f1f > .elementor-widget-container {
		margin: 0px 0px 0px 0px;
	}

	.elementor-589 .elementor-element.elementor-element-53ec505 {
		margin-top: 40px;
		margin-bottom: 0px;
		padding: 80px 0px 80px 0px;
	}

	.elementor-589 .elementor-element.elementor-element-83a0569 > .elementor-element-populated {
		padding: 0px 15px 0px 15px;
	}

	.elementor-589 .elementor-element.elementor-element-2fc6cd1 .pxl-heading .pxl-item--title {
		font-size: 35px;
		line-height: 45px;
		margin-bottom: 0px;
	}

	.elementor-589 .elementor-element.elementor-element-2fc6cd1 .pxl-heading .pxl-item--subtitle {
		margin-bottom: 10px;
	}

	.elementor-589 .elementor-element.elementor-element-7feaf44 > .elementor-widget-container {
		margin: -44px 0px 0px 0px;
	}

	.elementor-589 .elementor-element.elementor-element-23f6f26 {
		margin-top: 60px;
		margin-bottom: 0px;
	}

	.elementor-589 .elementor-element.elementor-element-5df40fa > .elementor-element-populated {
		padding: 0px 15px 0px 15px;
	}

	.elementor-589 .elementor-element.elementor-element-932507d .pxl-heading .pxl-item--title {
		font-size: 35px;
		line-height: 45px;
	}

	.elementor-589 .elementor-element.elementor-element-41c55c7 > .elementor-widget-container {
		margin: 50px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

	.elementor-589 .elementor-element.elementor-element-da3dc22 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
}

@media(max-width:767px) {
	.elementor-589 .elementor-element.elementor-element-63c506c {
		width: 100%;
		max-width: 100%;
	}

	.elementor-589 .elementor-element.elementor-element-53ec505 {
		padding: 60px 0px 60px 0px;
	}

	.elementor-589 .elementor-element.elementor-element-932507d .pxl-heading .pxl-item--title {
		font-size: 30px;
		line-height: 40px;
	}
}

@media(max-width:479px) {
	.elementor-589 .elementor-element.elementor-element-1606263 .pxl-heading .pxl-item--title {
		font-size: 28px;
	}

	.elementor-589 .elementor-element.elementor-element-1606263 .pxl-heading .pxl-item--subtitle {
		font-size: 15px;
	}

	.elementor-589 .elementor-element.elementor-element-63c506c {
		width: 100%;
		max-width: 100%;
	}

	.elementor-589 .elementor-element.elementor-element-53ec505 {
		padding: 70px 0px 20px 0px;
	}

	.elementor-589 .elementor-element.elementor-element-2fc6cd1 .pxl-heading .pxl-item--title {
		font-size: 28px;
	}

	.elementor-589 .elementor-element.elementor-element-2fc6cd1 .pxl-heading .pxl-item--subtitle {
		font-size: 16px;
	}

	.elementor-589 .elementor-element.elementor-element-23f6f26 {
		margin-top: 50px;
		margin-bottom: 0px;
	}

	.elementor-589 .elementor-element.elementor-element-932507d .pxl-heading .pxl-item--title {
		font-size: 30px;
	}

	.elementor-589 .elementor-element.elementor-element-932507d .pxl-heading .pxl-item--subtitle {
		font-size: 18px;
	}

	.elementor-589 .elementor-element.elementor-element-41c55c7 > .elementor-widget-container {
		margin: 40px 0px 0px 0px;
	}
}

@media(max-width:1024px) and (min-width:480px) {
	.elementor-589 .elementor-element.elementor-element-1ffeb83 {
		width: 50%;
	}

	.elementor-589 .elementor-element.elementor-element-3908f48 {
		width: 50%;
	}

	.elementor-589 .elementor-element.elementor-element-3f75daf {
		width: 50%;
	}
}

@media(max-width:767px) and (min-width:480px) {
	.elementor-589 .elementor-element.elementor-element-1ffeb83 {
		width: 100%;
	}

	.elementor-589 .elementor-element.elementor-element-3908f48 {
		width: 100%;
	}

	.elementor-589 .elementor-element.elementor-element-3f75daf {
		width: 100%;
	}
}

@media(min-width:1025px) {
	.elementor-589 .elementor-element.elementor-element-53ec505:not(.elementor-motion-effects-element-type-background), .elementor-589 .elementor-element.elementor-element-53ec505 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
		background-attachment: fixed;
	}
}

.admission-section .preschool-admission-heading h2 {
  color: #FCED1E;
  font-size: 35px;
  margin-top:-50px;
  font-weight: normal !important;
  text-transform: none !important;
  margin-bottom: 10px;
  text-shadow: none !important;
  line-height: 55px;
  -webkit-animation: none !important;
  animation: none !important;
  text-align: left;
  
}
.admission-section .we-all-want p {
  color: white;
  font-family: 'open sans';
  font-size: 16px;
  font-weight: normal !important;
  text-transform: none !important;
  margin-bottom: 10px;
  text-shadow: none !important;
  line-height: 26px;
  -webkit-animation: none !important;
  animation: none !important;
  text-align: left;
 
}
.admission-section .newicons p {
  color: white;
  font-family: 'open sans';
  font-size: 15px;
  font-weight: normal !important;
  text-transform: none !important;
  margin-bottom: 10px;
  text-shadow: none !important;
  line-height: 20px;
  -webkit-animation: none !important;
  animation: none !important;
  text-align: left;
}
.admission-section img {
  height: 50px;
  width: 50px;
}

.admission-form {
  background-color: #E30045;
  padding: 10px;
  border-radius: 20px;
  margin-top:-50px;
}
.admission-form h2 {
  font-size: 35px;
  color: #FFCB00;
 
  font-weight: bold;
  text-transform: none !important;
  margin-bottom: 10px;
  text-shadow: none !important;
  line-height: 40px;
  -webkit-animation: none !important;
  animation: none !important;
  text-align: left;
}
.admission-form p {
  font-size: 16px;
  color: white;
  font-family: 'open sans';
}
.form-group {
  margin-bottom: 1rem;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}




.elementor-element.elementor-element-9432b74:not(.elementor-motion-effects-element-type-background),
.elementor-element.elementor-element-9432b74>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #2C4073;
}

.elementor-element.elementor-element-9432b74 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-element.elementor-element-9432b74>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}


.elementor-bc-flex-widget .elementor-5029 .elementor-element.elementor-element-142d3fd.elementor-column .elementor-widget-wrap {
    align-items: center;
}

.elementor-5029 .elementor-element.elementor-element-142d3fd.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
    align-content: center;
    align-items: center;
}

.elementor-5029 .elementor-element.elementor-element-142d3fd.elementor-column>.elementor-widget-wrap {
    justify-content: space-between;
}

.elementor-5029 .elementor-element.elementor-element-9687643 .pxl-link a {
    color: #FFFFFF;
    font-family: "Salsa", Sans-serif;
    font-size: 18px;
    line-height: 32px;
}

.elementor-5029 .elementor-element.elementor-element-9687643 .pxl-link a:hover {
    color: #FC477E;
}

.elementor-5029 .elementor-element.elementor-element-9687643 .pxl-link li {
    margin-bottom: 0px;
}

.elementor-5029 .elementor-element.elementor-element-9687643 .pxl-link a i {
    color: #FFFFFF;
    margin-top: 0px;
    font-size: 30px;
}

.elementor-5029 .elementor-element.elementor-element-9687643 .pxl-link a:hover i {
    color: #FC477E !important;
}

.elementor-5029 .elementor-element.elementor-element-9687643>.elementor-widget-container {
    margin: 0px 0px -8px 0px;
}

.elementor-5029 .elementor-element.elementor-element-9687643 {
    width: auto;
    max-width: auto;
}

.elementor-5029 .elementor-element.elementor-element-a2ee5e4 .pxl-link a {
    color: #FFFFFF;
    font-family: "Salsa", Sans-serif;
    font-size: 18px;
    line-height: 32px;
}

.elementor-5029 .elementor-element.elementor-element-a2ee5e4 .pxl-link a:hover {
    color: #2BC48A;
}

.elementor-5029 .elementor-element.elementor-element-a2ee5e4 .pxl-link li {
    margin-bottom: 0px;
}

.elementor-5029 .elementor-element.elementor-element-a2ee5e4 .pxl-link a i {
    color: #FFFFFF;
    margin-top: 0px;
    font-size: 30px;
}

.elementor-5029 .elementor-element.elementor-element-a2ee5e4 .pxl-link a:hover i {
    color: #2BC48A !important;
}

.elementor-5029 .elementor-element.elementor-element-a2ee5e4>.elementor-widget-container {
    margin: 0px 0px -8px 0px;
}

.elementor-5029 .elementor-element.elementor-element-a2ee5e4 {
    width: auto;
    max-width: auto;
}

.elementor-5029 .elementor-element.elementor-element-f19d332 .pxl-link a {
    color: #FFFFFF;
    font-family: "Salsa", Sans-serif;
    font-size: 18px;
    line-height: 32px;
}

.elementor-5029 .elementor-element.elementor-element-f19d332 .pxl-link a:hover {
    color: #FAB319;
}

.elementor-5029 .elementor-element.elementor-element-f19d332 .pxl-link li {
    margin-bottom: 0px;
}

.elementor-5029 .elementor-element.elementor-element-f19d332 .pxl-link a i {
    color: #FFFFFF;
    margin-top: 0px;
    font-size: 30px;
}

.elementor-5029 .elementor-element.elementor-element-f19d332 .pxl-link a:hover i {
    color: #FAB319 !important;
}

.elementor-5029 .elementor-element.elementor-element-f19d332>.elementor-widget-container {
    margin: 0px 0px -8px 20px;
}

.elementor-5029 .elementor-element.elementor-element-f19d332 {
    width: auto;
    max-width: auto;
}

.elementor-5029 .elementor-element.elementor-element-4fcced4.elementor-column>.elementor-widget-wrap {
    justify-content: flex-end;
}

.elementor-5029 .elementor-element.elementor-element-3c19017 .pxl-icon1 .elementor-repeater-item-5a3ddcd {
    background-color: #9D1FFE;
}

.elementor-5029 .elementor-element.elementor-element-3c19017 .pxl-icon1 .elementor-repeater-item-5a3ddcd:hover {
    background-color: #1AB9FF;
}

.elementor-5029 .elementor-element.elementor-element-3c19017 .pxl-icon1 .elementor-repeater-item-eb27857 {
    background-color: #9D1FFE;
}

.elementor-5029 .elementor-element.elementor-element-3c19017 .pxl-icon1 .elementor-repeater-item-eb27857:hover {
    background-color: #FAB319;
}

.elementor-5029 .elementor-element.elementor-element-3c19017 .pxl-icon1 .elementor-repeater-item-a64ade2 {
    background-color: #9D1FFE;
}

.elementor-5029 .elementor-element.elementor-element-3c19017 .pxl-icon1 .elementor-repeater-item-a64ade2:hover {
    background-color: #FE7162;
}

.elementor-5029 .elementor-element.elementor-element-3c19017 .pxl-icon1 .elementor-repeater-item-45f2681 {
    background-color: #9D1FFE;
}

.elementor-5029 .elementor-element.elementor-element-3c19017 .pxl-icon1 .elementor-repeater-item-45f2681:hover {
    background-color: #3CB0BF;
}

.elementor-5029 .elementor-element.elementor-element-3c19017 .pxl-icon1 a {
    color: #FFFFFF;
    font-size: 16px;
}

.elementor-5029 .elementor-element.elementor-element-3c19017 .pxl-icon1 a:hover {
    color: #FFFFFF;
}

.elementor-5029 .elementor-element.elementor-element-3c19017>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-5029 .elementor-element.elementor-element-3c19017 {
    width: auto;
    max-width: auto;
}

.elementor-5029 .elementor-element.elementor-element-3fe5d75>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-content: center;
    align-items: center;
}

.elementor-5029 .elementor-element.elementor-element-3fe5d75:not(.elementor-motion-effects-element-type-background),
.elementor-5029 .elementor-element.elementor-element-3fe5d75>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #FFFFFF;
}

.elementor-5029 .elementor-element.elementor-element-3fe5d75 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 0px 0px 0px;
}

.elementor-5029 .elementor-element.elementor-element-3fe5d75>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-5029 .elementor-element.elementor-element-f0f82b1 .pxl-logo img {
    max-height: 55px;
}

.elementor-5029 .elementor-element.elementor-element-8546546.elementor-column>.elementor-widget-wrap {
    justify-content: center;
}

.elementor-5029 .elementor-element.elementor-element-8546546>.elementor-element-populated {
    padding: 0px 10px 0px 10px;
}

.elementor-5029 .elementor-element.elementor-element-de3f495 .pxl-nav-menu .pxl-menu-primary {
    text-align: center;
}

.elementor-5029 .elementor-element.elementor-element-de3f495 .pxl-nav-menu .pxl-menu-primary>li {
    float: none;
}

.elementor-5029 .elementor-element.elementor-element-de3f495 .pxl-nav-menu .pxl-menu-primary>li>a {
    color: #2C4073;
    font-family: "Salsa", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 80px;
}

.elementor-5029 .elementor-element.elementor-element-de3f495 .pxl-nav-menu .pxl-menu-primary>li>a:hover {
    color: #FF6666;
}

.elementor-5029 .elementor-element.elementor-element-de3f495 .pxl-nav-menu .pxl-menu-primary>li.current-menu-parent>a,
.elementor-5029 .elementor-element.elementor-element-de3f495 .pxl-nav-menu .pxl-menu-primary>li.current_page_item>a {
    color: #FF6666;
}

.elementor-5029 .elementor-element.elementor-element-de3f495 .pxl-nav-menu .pxl-menu-primary>li>a:before {
    background: #FF6666;
    height: 0px;
}

.elementor-5029 .elementor-element.elementor-element-de3f495 .pxl-nav-menu li.pxl-megamenu,
.elementor-5029 .elementor-element.elementor-element-de3f495 .pxl-nav-menu .pxl-menu-primary li .sub-menu li>a {
    color: #2B3C6B;
}

.elementor-5029 .elementor-element.elementor-element-de3f495 .pxl-nav-menu .pxl-menu-primary li .sub-menu li:hover>a,
.elementor-5029 .elementor-element.elementor-element-de3f495 .pxl-nav-menu .pxl-menu-primary li .sub-menu li.current_page_item>a,
.elementor-5029 .elementor-element.elementor-element-de3f495 .pxl-nav-menu .pxl-menu-primary li .sub-menu li.current-menu-item>a,
.elementor-5029 .elementor-element.elementor-element-de3f495 .pxl-nav-menu .pxl-menu-primary li .sub-menu li.current_page_ancestor>a,
.elementor-5029 .elementor-element.elementor-element-de3f495 .pxl-nav-menu .pxl-menu-primary li .sub-menu li.current-menu-ancestor>a {
    color: #FF6666;
}

.elementor-5029 .elementor-element.elementor-element-de3f495 .pxl-menu-primary .sub-menu li+li {
    margin-top: 0px;
}

.elementor-5029 .elementor-element.elementor-element-de3f495>.elementor-widget-container {
    padding: 10px 0px 10px 0px;
}

.elementor-5029 .elementor-element.elementor-element-fe24e74.elementor-column>.elementor-widget-wrap {
    justify-content: flex-end;
}

.elementor-5029 .elementor-element.elementor-element-1a559f9 .pxl-hidden-button {
    color: #FFFFFF;
    background-color: #FAB319;
    font-size: 32px;
}

.elementor-5029 .elementor-element.elementor-element-1a559f9 .pxl-hidden-button:hover {
    background-color: #B250FE;
}

.elementor-5029 .elementor-element.elementor-element-1a559f9 {
    width: auto;
    max-width: auto;
}

@media(max-width:479px) {
    .elementor-5029 .elementor-element.elementor-element-142d3fd>.elementor-element-populated {
        padding: 21px 15px 9px 15px;
    }

    .elementor-5029 .elementor-element.elementor-element-4fcced4>.elementor-element-populated {
        padding: 21px 15px 9px 15px;
    }
}

@media(min-width:480px) {
    .elementor-5029 .elementor-element.elementor-element-142d3fd {
        width: 66.333%;
    }

    .elementor-5029 .elementor-element.elementor-element-4fcced4 {
        width: 33.627%;
    }

    .elementor-5029 .elementor-element.elementor-element-45e078e {
        width: 14.129%;
    }

    .elementor-5029 .elementor-element.elementor-element-8546546 {
        width: 76.335%;
    }

    .elementor-5029 .elementor-element.elementor-element-fe24e74 {
        width: 9.2%;
    }
}
.custom-btn-white {
  color: #000;
  background-image: url(../../themes/img/button-bg-white.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 15px;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  z-index: 1;
  text-align: center;
  width: 161px;
  height: 38px;
  line-height: 38px;
  font-weight: 600;
  padding-left: 20px;
}

.custom-btn {
  color: #fff;
  background-image: url(../../themes/img/button-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 15px;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  z-index: 1;
  text-align: center;
  width: 161px;
  height: 38px;
  line-height: 38px;
  font-weight: 600;
  padding-left: 10px;
}