img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -.1em !important;
	background: 0 0 !important;
	padding: 0 !important
}

@charset "UTF-8";
#start-resizable-editor-section {
	display: none
}

.wp-block-audio {
	margin: 0 0 1em
}

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

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

.wp-block-button__link {
	color: #fff;
	background-color: #32373c;
	border-radius: 9999px;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-size: 1.125em;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	text-align: center;
	text-decoration: none;
	overflow-wrap: break-word;
	box-sizing: border-box
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
	color: #fff
}

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

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

.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% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
	width: calc(50% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
	width: calc(75% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
	width: calc(100% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100:only-child {
	margin-right: 0;
	width: 100%
}

@supports (column-gap:0.5em) {
	.wp-block-buttons.is-content-justification-right>.wp-block-button.wp-block-button,
	.wp-block-buttons>.wp-block-button.wp-block-button {
		margin-right: 0;
		margin-left: 0
	}
	.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
		width: calc(25% - .375em)
	}
	.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
		width: calc(50% - .25em)
	}
	.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
		width: calc(75% - .125em)
	}
	.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
		width: auto;
		flex-basis: 100%
	}
}

.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
}

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

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

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

.wp-block-buttons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: .5em
}

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

.wp-block-buttons.is-vertical>.wp-block-button {
	margin-right: 0
}

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

.wp-block-buttons>.wp-block-button {
	display: inline-block;
	margin-left: 0;
	margin-right: .5em;
	margin-bottom: .5em
}

.wp-block-buttons>.wp-block-button:last-child {
	margin-right: 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>.wp-block-button {
	margin-left: .5em;
	margin-right: 0
}

.wp-block-buttons.is-content-justification-right>.wp-block-button:first-child {
	margin-left: 0
}

.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.alignleft .wp-block-button {
	margin-left: 0;
	margin-right: .5em
}

.wp-block-buttons.alignleft .wp-block-button:last-child {
	margin-right: 0
}

.wp-block-buttons.alignright .wp-block-button {
	margin-right: 0;
	margin-left: .5em
}

.wp-block-buttons.alignright .wp-block-button:first-child {
	margin-left: 0
}

.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;
	margin-bottom: .5em;
	width: 100%
}

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

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

.wp-block-calendar tfoot td {
	border: none
}

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

.wp-block-calendar table th {
	font-weight: 400;
	background: #ddd
}

.wp-block-calendar a {
	text-decoration: underline
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
	color: #40464d
}

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

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

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

.wp-block-columns {
	display: flex;
	margin-bottom: 1.75em;
	box-sizing: border-box;
	flex-wrap: wrap
}

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

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

.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
}

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

@media (max-width:599px) {
	.wp-block-column {
		flex-basis: 100%!important
	}
}

@media (min-width:600px) and (max-width:781px) {
	.wp-block-column:not(:only-child) {
		flex-basis: calc(50% - 1em)!important;
		flex-grow: 0
	}
	.wp-block-column:nth-child(2n) {
		margin-left: 2em
	}
}

@media (min-width:782px) {
	.wp-block-column {
		flex-basis: 0;
		flex-grow: 1
	}
	.wp-block-column[style*=flex-basis] {
		flex-grow: 0
	}
	.wp-block-column:not(:first-child) {
		margin-left: 2em
	}
}

.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-cover,
.wp-block-cover-image {
	position: relative;
	background-size: cover;
	background-position: 50%;
	min-height: 430px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1em;
	box-sizing: border-box
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
	background-attachment: fixed
}

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

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

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

.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-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
	content: "";
	background-color: inherit
}

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

.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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
	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 {
	display: block;
	content: "";
	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-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
	width: 100%;
	z-index: 1;
	color: #fff
}

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

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

.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-width: 320px;
	min-height: 240px
}

.wp-block-embed {
	margin: 0 0 1em
}

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

.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 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	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.aligncenter {
	text-align: center
}

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

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

.wp-block-file .wp-block-file__button {
	background: #32373c;
	border-radius: 2em;
	color: #fff;
	font-size: .8em;
	padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
	text-decoration: none
}

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

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

.blocks-gallery-grid,
.wp-block-gallery {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	margin: 0
}

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

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

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
	margin: 0;
	height: 100%
}

@supports (position:sticky) {
	.blocks-gallery-grid .blocks-gallery-image figure,
	.blocks-gallery-grid .blocks-gallery-item figure,
	.wp-block-gallery .blocks-gallery-image figure,
	.wp-block-gallery .blocks-gallery-item figure {
		display: flex;
		align-items: flex-end;
		justify-content: flex-start
	}
}

.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
	display: block;
	max-width: 100%;
	height: auto;
	width: 100%
}

@supports (position:sticky) {
	.blocks-gallery-grid .blocks-gallery-image img,
	.blocks-gallery-grid .blocks-gallery-item img,
	.wp-block-gallery .blocks-gallery-image img,
	.wp-block-gallery .blocks-gallery-item img {
		width: auto
	}
}

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

.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
	display: inline
}

.blocks-gallery-grid figcaption,
.wp-block-gallery figcaption {
	flex-grow: 1
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image,
.blocks-gallery-grid.is-cropped .blocks-gallery-item,
.wp-block-gallery.is-cropped .blocks-gallery-image,
.wp-block-gallery.is-cropped .blocks-gallery-item {
	align-self: inherit
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
	width: 100%
}

@supports (position:sticky) {
	.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
	.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
	.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
	.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
	.wp-block-gallery.is-cropped .blocks-gallery-image a,
	.wp-block-gallery.is-cropped .blocks-gallery-image img,
	.wp-block-gallery.is-cropped .blocks-gallery-item a,
	.wp-block-gallery.is-cropped .blocks-gallery-item img {
		height: 100%;
		flex: 1;
		-o-object-fit: cover;
		object-fit: cover
	}
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
	width: 100%;
	margin-right: 0
}

@media (min-width:600px) {
	.blocks-gallery-grid.columns-3 .blocks-gallery-image,
	.blocks-gallery-grid.columns-3 .blocks-gallery-item,
	.wp-block-gallery.columns-3 .blocks-gallery-image,
	.wp-block-gallery.columns-3 .blocks-gallery-item {
		width: calc(33.33333% - .66667em);
		margin-right: 1em
	}
	.blocks-gallery-grid.columns-4 .blocks-gallery-image,
	.blocks-gallery-grid.columns-4 .blocks-gallery-item,
	.wp-block-gallery.columns-4 .blocks-gallery-image,
	.wp-block-gallery.columns-4 .blocks-gallery-item {
		width: calc(25% - .75em);
		margin-right: 1em
	}
	.blocks-gallery-grid.columns-5 .blocks-gallery-image,
	.blocks-gallery-grid.columns-5 .blocks-gallery-item,
	.wp-block-gallery.columns-5 .blocks-gallery-image,
	.wp-block-gallery.columns-5 .blocks-gallery-item {
		width: calc(20% - .8em);
		margin-right: 1em
	}
	.blocks-gallery-grid.columns-6 .blocks-gallery-image,
	.blocks-gallery-grid.columns-6 .blocks-gallery-item,
	.wp-block-gallery.columns-6 .blocks-gallery-image,
	.wp-block-gallery.columns-6 .blocks-gallery-item {
		width: calc(16.66667% - .83333em);
		margin-right: 1em
	}
	.blocks-gallery-grid.columns-7 .blocks-gallery-image,
	.blocks-gallery-grid.columns-7 .blocks-gallery-item,
	.wp-block-gallery.columns-7 .blocks-gallery-image,
	.wp-block-gallery.columns-7 .blocks-gallery-item {
		width: calc(14.28571% - .85714em);
		margin-right: 1em
	}
	.blocks-gallery-grid.columns-8 .blocks-gallery-image,
	.blocks-gallery-grid.columns-8 .blocks-gallery-item,
	.wp-block-gallery.columns-8 .blocks-gallery-image,
	.wp-block-gallery.columns-8 .blocks-gallery-item {
		width: calc(12.5% - .875em);
		margin-right: 1em
	}
	.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
	.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
	.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
	.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
	.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
	.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
	.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
	.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
	.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
	.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
	.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
	.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
	.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
	.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
	.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
	.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
	.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
	.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
	.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
	.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
	.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
	.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
	.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
	.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
	.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
	.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
	.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
	.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
	.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
	.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
	.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
	.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
		margin-right: 0
	}
}

.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
	margin-right: 0
}

.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
	max-width: 420px;
	width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
	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 {
	margin: 0 0 1em
}

.wp-block-image img {
	max-width: 100%
}

.wp-block-image:not(.is-style-rounded) img {
	border-radius: inherit
}

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

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

.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 {
	display: table-caption;
	caption-side: bottom
}

.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-top: .5em;
	margin-bottom: 1em
}

.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 {
		-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-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		mask-size: contain;
		-webkit-mask-position: center;
		mask-position: center;
		border-radius: 0
	}
}

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

ol.wp-block-latest-comments {
	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 {
	min-height: 2.25em;
	list-style: none
}

.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.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;
	color: #555;
	font-size: .8125em
}

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

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

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

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

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

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

.block-editor-image-alignment-control__row .components-base-control__field {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label {
	margin-bottom: 0
}

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

.wp-block-media-text {
	/*!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.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .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 {
	max-width: unset;
	width: 100%;
	vertical-align: middle
}

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

.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 {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

@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 {
	position: relative
}

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

.wp-block-navigation .wp-block-navigation-link,
.wp-block-navigation .wp-block-pages-list__item {
	display: flex;
	align-items: center;
	position: relative
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__container:empty,
.wp-block-navigation .wp-block-pages-list__item .wp-block-navigation-link__container:empty {
	display: none
}

.wp-block-navigation .wp-block-navigation-link__content,
.wp-block-navigation .wp-block-pages-list__item__link {
	color: inherit;
	display: block
}

.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__container,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus,
.wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item,
.wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link,
.wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link:active,
.wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link:focus {
	text-decoration: inherit
}

.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:active,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:focus,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link:active,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link:focus {
	text-decoration: none
}

.wp-block-navigation .wp-block-navigation-link__submenu-icon,
.wp-block-navigation .wp-block-page-list__submenu-icon {
	height: inherit
}

.wp-block-navigation .wp-block-navigation-link__submenu-icon svg,
.wp-block-navigation .wp-block-page-list__submenu-icon svg {
	stroke: currentColor
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content.wp-block-navigation-link__content.wp-block-navigation-link__content,
.wp-block-navigation .wp-block-pages-list__item .wp-block-pages-list__item__link {
	padding: 0
}

.wp-block-navigation .has-child>.wp-block-navigation-link__content,
.wp-block-navigation .has-child>.wp-block-pages-list__item__link {
	margin-right: .5em
}

.wp-block-navigation .has-child .submenu-container,
.wp-block-navigation .has-child .wp-block-navigation-link__container {
	background-color: inherit;
	color: inherit;
	position: absolute;
	z-index: 2;
	flex-direction: column;
	align-items: normal;
	min-width: 200px;
	display: none;
	opacity: 0;
	transition: opacity .1s linear;
	visibility: hidden
}

.wp-block-navigation .has-child .submenu-container>.wp-block-navigation-link>.wp-block-navigation-link__content,
.wp-block-navigation .has-child .submenu-container>.wp-block-navigation-link>.wp-block-pages-list__item__link,
.wp-block-navigation .has-child .submenu-container>.wp-block-pages-list__item>.wp-block-navigation-link__content,
.wp-block-navigation .has-child .submenu-container>.wp-block-pages-list__item>.wp-block-pages-list__item__link,
.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-navigation-link>.wp-block-navigation-link__content,
.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-navigation-link>.wp-block-pages-list__item__link,
.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-pages-list__item>.wp-block-navigation-link__content,
.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-pages-list__item>.wp-block-pages-list__item__link {
	flex-grow: 1
}

.wp-block-navigation .has-child .submenu-container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon,
.wp-block-navigation .has-child .submenu-container>.wp-block-navigation-link>.wp-block-page-list__submenu-icon,
.wp-block-navigation .has-child .submenu-container>.wp-block-pages-list__item>.wp-block-navigation-link__submenu-icon,
.wp-block-navigation .has-child .submenu-container>.wp-block-pages-list__item>.wp-block-page-list__submenu-icon,
.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon,
.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-navigation-link>.wp-block-page-list__submenu-icon,
.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-pages-list__item>.wp-block-navigation-link__submenu-icon,
.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-pages-list__item>.wp-block-page-list__submenu-icon {
	padding-right: .5em
}

@media (min-width:782px) {
	.wp-block-navigation .has-child .submenu-container .submenu-container:before,
	.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container:before,
	.wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container:before,
	.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container:before {
		content: "";
		position: absolute;
		right: 100%;
		height: 100%;
		display: block;
		width: .5em;
		background: transparent
	}
	.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__submenu-icon svg,
	.wp-block-navigation .has-child .submenu-container .wp-block-page-list__submenu-icon svg,
	.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__submenu-icon svg,
	.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-page-list__submenu-icon svg {
		transform: rotate(-90deg)
	}
}

.wp-block-navigation .has-child:hover>.wp-block-navigation-link__container {
	display: flex;
	visibility: visible;
	opacity: 1
}

.wp-block-navigation .has-child:focus-within>.wp-block-navigation-link__container {
	display: flex;
	visibility: visible;
	opacity: 1
}

.wp-block-navigation .has-child:hover {
	cursor: pointer
}

.wp-block-navigation .has-child:hover>.submenu-container {
	display: flex;
	visibility: visible;
	opacity: 1
}

.wp-block-navigation .has-child:focus-within {
	cursor: pointer
}

.wp-block-navigation .has-child:focus-within>.submenu-container {
	display: flex;
	visibility: visible;
	opacity: 1
}

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

.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .submenu-container .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .submenu-container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .wp-block-navigation-link__container .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .submenu-container .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .submenu-container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .wp-block-navigation-link__container .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .submenu-container .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .submenu-container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .wp-block-navigation-link__container .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .wp-block-navigation-link__container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .submenu-container .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .submenu-container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation-link__container .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
	left: auto;
	right: 100%
}

.wp-block-navigation.wp-block-navigation .wp-block-navigation__container>.wp-block-navigation-link,
.wp-block-navigation.wp-block-navigation .wp-block-page-list,
.wp-block-navigation.wp-block-navigation .wp-block-page-list>.wp-block-pages-list__item {
	margin: 0 2em 0 0
}

.wp-block-navigation.wp-block-navigation .wp-block-navigation__container>.wp-block-navigation-link:last-child,
.wp-block-navigation.wp-block-navigation .wp-block-page-list:last-child,
.wp-block-navigation.wp-block-navigation .wp-block-page-list>.wp-block-pages-list__item:last-child {
	margin-right: 0
}

.wp-block-navigation.wp-block-navigation.has-background .wp-block-navigation__container>.wp-block-navigation-link,
.wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list,
.wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list>.wp-block-pages-list__item {
	margin: 0 .5em 0 0
}

.wp-block-navigation.wp-block-navigation.has-background .wp-block-navigation__container .wp-block-navigation-link__content,
.wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list .wp-block-pages-list__item__link {
	padding: .5em 1em
}

.wp-block-navigation.wp-block-navigation .has-child .submenu-container,
.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container {
	left: -1em;
	top: 100%
}

.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link,
.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-pages-list__item,
.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link,
.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-pages-list__item {
	margin: 0
}

.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__content,
.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-pages-list__item__link,
.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__content,
.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-pages-list__item__link {
	padding: .5em 1em
}

.wp-block-navigation.wp-block-navigation .has-child .submenu-container .submenu-container,
.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container,
.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
	left: -1px
}

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

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

.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .submenu-container,
.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .submenu-container,
.wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
	left: 0
}

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

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

.wp-block-navigation__container {
	align-items: center;
	list-style: none;
	margin: 0;
	padding-left: 0
}

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

@media (min-width:600px) {
	.wp-block-navigation__container {
		display: flex;
		flex-wrap: wrap
	}
	.is-vertical .wp-block-navigation__container {
		display: block;
		flex-direction: column;
		align-items: flex-start
	}
}

.items-justified-center .wp-block-navigation__container {
	justify-content: center
}

.items-justified-right .wp-block-navigation__container {
	justify-content: flex-end
}

.items-justified-space-between .wp-block-navigation__container {
	justify-content: space-between
}

.is-vertical.items-justified-center>ul {
	align-items: center
}

.is-vertical.items-justified-right>ul {
	align-items: flex-end
}

.is-vertical.items-justified-right>ul .wp-block-navigation-link,
.is-vertical.items-justified-right>ul .wp-block-pages-list__item {
	margin-right: 0;
	justify-content: flex-end
}

.wp-block-navigation__responsive-container {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	align-items: flex-start;
	justify-content: flex-start
}

.wp-block-navigation__responsive-container.is-menu-open {
	display: flex;
	flex-direction: column;
	overflow: auto;
	z-index: 100000;
	padding: 24px;
	background-color: inherit
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	align-items: flex-start;
	line-height: 48px;
	padding: 0
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container .wp-block-page-list {
	flex-direction: column
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link .wp-block-navigation-link__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-pages-list__item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-pages-list__item .submenu-container {
	background: transparent!important
}

@media (min-width:600px) {
	.wp-block-navigation__responsive-container:not(.is-menu-open) {
		display: flex;
		flex-direction: row;
		position: relative;
		background-color: inherit
	}
	.wp-block-navigation__responsive-container:not(.is-menu-open) .wp-block-navigation__responsive-container-close {
		display: none
	}
	.wp-block-navigation__responsive-container.is-menu-open .submenu-container.submenu-container.submenu-container.submenu-container,
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link__container.wp-block-navigation-link__container.wp-block-navigation-link__container.wp-block-navigation-link__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__responsive-container-close,
.wp-block-navigation__responsive-container-open {
	vertical-align: middle;
	cursor: pointer;
	color: currentColor;
	background: transparent;
	border: none;
	margin: 0;
	padding: 0
}

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

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

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

.items-justified-left .wp-block-navigation__responsive-container-open {
	margin-left: 0;
	margin-right: auto
}

.items-justified-center .wp-block-navigation__responsive-container-open {
	margin-left: auto;
	margin-right: auto
}

.items-justified-right .wp-block-navigation__responsive-container-open {
	margin-left: auto;
	margin-right: 0
}

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

.wp-block-navigation__responsive-close {
	width: 100%
}

.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 {
	width: 100%;
	height: 100%
}

.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link__submenu-icon,
.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list__submenu-icon {
	display: none
}

.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .has-child .submenu-container,
.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .has-child .wp-block-navigation-link__container {
	position: relative;
	opacity: 1;
	visibility: visible;
	padding: 0 0 0 32px;
	border: none
}

.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link,
.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-pages-list__item {
	flex-direction: column;
	align-items: flex-start
}

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

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

.wp-block-navigation .wp-block-home-link__content {
	color: inherit;
	display: block;
	padding: .5em 1em
}

.wp-block-navigation[style*=text-decoration] .wp-block-home-link,
.wp-block-navigation[style*=text-decoration] .wp-block-home-link__content,
.wp-block-navigation[style*=text-decoration] .wp-block-home-link__content:active,
.wp-block-navigation[style*=text-decoration] .wp-block-home-link__content:focus {
	text-decoration: inherit
}

.wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content:active,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content:focus {
	text-decoration: none
}

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

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-home-link__container .wp-block-home-link__container {
	top: -1px
}

.wp-block-navigation .wp-block-page-list {
	display: flex;
	flex-wrap: wrap;
	background-color: inherit
}

.wp-block-navigation .wp-block-pages-list__item {
	background-color: inherit
}

.wp-block-navigation .wp-block-page-list__submenu-icon {
	display: none
}

.is-open .wp-block-navigation__container .wp-block-page-list,
.is-vertical .wp-block-navigation__container .wp-block-page-list,
.wp-block-navigation .show-submenu-icons .wp-block-page-list__submenu-icon {
	display: block
}

@media (min-width:480px) {
	.is-open .wp-block-navigation__container .wp-block-page-list {
		display: flex
	}
}

.items-justified-space-between .wp-block-page-list {
	display: contents
}

.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;
	line-height: .68;
	font-weight: 100;
	margin: .05em .1em 0 0;
	text-transform: uppercase;
	font-style: normal
}

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

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

p.has-text-color a {
	color: inherit
}

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

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

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

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

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

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

.wp-block-post-comments .commentlist {
	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: .875em;
	line-height: 1.8;
	margin: .36em 0 1.4em
}

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

.wp-block-post-comments .comment-author {
	line-height: 1.5;
	margin-left: -3.25em
}

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

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

.wp-block-post-comments .comment-meta {
	line-height: 1.5;
	margin-left: -3.25em
}

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

.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
}

.wp-block-post-comments .comment-form-comment textarea {
	box-sizing: border-box;
	width: 100%
}

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

.wp-block-post-comments input,
.wp-block-post-comments textarea {
	border: 1px solid #949494
}

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

.wp-block-post-excerpt__more-link,
.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 {
	margin: 0 0 1em;
	padding: 3em 0;
	text-align: center
}

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

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
	font-size: 1.25em
}

.wp-block-pullquote p {
	font-size: 1.75em;
	line-height: 1.6
}

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

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

.wp-block-pullquote:not(.is-style-solid-color) {
	background: none
}

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

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

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

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

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

.wp-block-post-template,
.wp-block-query-loop {
	max-width: 100%;
	list-style: none;
	padding: 0
}

.wp-block-post-template li,
.wp-block-query-loop li {
	clear: both
}

.wp-block-post-template.is-flex-container,
.wp-block-query-loop.is-flex-container {
	flex-direction: row;
	display: flex;
	flex-wrap: wrap
}

.wp-block-post-template.is-flex-container li,
.wp-block-query-loop.is-flex-container li {
	margin: 0 0 1.25em;
	width: 100%
}

@media (min-width:600px) {
	.wp-block-post-template.is-flex-container li,
	.wp-block-query-loop.is-flex-container li {
		margin-right: 1.25em
	}
	.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li,
	.wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li {
		width: calc(50% - .625em)
	}
	.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li:nth-child(2n),
	.wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li:nth-child(2n) {
		margin-right: 0
	}
	.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li,
	.wp-block-query-loop.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-3>li:nth-child(3n),
	.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li:nth-child(3n) {
		margin-right: 0
	}
	.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li,
	.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li {
		width: calc(25% - .9375em)
	}
	.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li:nth-child(4n),
	.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li:nth-child(4n) {
		margin-right: 0
	}
	.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li,
	.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li {
		width: calc(20% - 1em)
	}
	.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li:nth-child(5n),
	.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li:nth-child(5n) {
		margin-right: 0
	}
	.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li,
	.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li {
		width: calc(16.66667% - 1.04167em)
	}
	.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li:nth-child(6n),
	.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li:nth-child(6n) {
		margin-right: 0
	}
}

.wp-block-query-pagination {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap
}

.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 {
	display: inline-block;
	margin-right: .5em;
	margin-bottom: .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-quote.is-large,
.wp-block-quote.is-style-large {
	margin-bottom: 1em;
	padding: 0 1em
}

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

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

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

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

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

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

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

@media (min-width:600px) {
	.wp-block-rss.columns-2 li {
		width: calc(50% - 1em)
	}
	.wp-block-rss.columns-3 li {
		width: calc(33.33333% - 1em)
	}
	.wp-block-rss.columns-4 li {
		width: calc(25% - 1em)
	}
	.wp-block-rss.columns-5 li {
		width: calc(20% - 1em)
	}
	.wp-block-rss.columns-6 li {
		width: calc(16.66667% - 1em)
	}
}

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

.wp-block-search .wp-block-search__button {
	background: #f7f7f7;
	border: 1px solid #ccc;
	padding: .375em .625em;
	color: #32373c;
	margin-left: .625em;
	word-break: normal
}

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

.wp-block-search .wp-block-search__button svg {
	min-width: 1.5em;
	min-height: 1.5em
}

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

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

.wp-block-search .wp-block-search__input {
	flex-grow: 1;
	min-width: 3em;
	border: 1px solid #949494
}

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

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

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

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
	outline: none
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
	padding: .125em .5em
}

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

.wp-block-separator {
	border-top: 1px solid;
	border-bottom: 1px solid
}

.wp-block-separator.is-style-wide {
	border-bottom-width: 1px
}

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

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

.wp-block-site-logo {
	line-height: 0
}

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

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

.wp-block-site-logo .aligncenter {
	display: table
}

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

.wp-block-social-links {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	padding-right: 0;
	text-indent: 0;
	margin-left: 0
}

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

.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
	margin: 4px 8px 4px 0
}

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

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

.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 {
	justify-content: center;
	display: flex
}

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

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

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

.wp-block-social-link a {
	display: block;
	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: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,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
	color: currentColor;
	fill: 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: #fe4500;
	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 {
	background-color: #fefc00;
	color: #fff;
	stroke: #000
}

.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-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;
	padding: 4px
}

.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: #fe4500
}

.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 {
	color: #fff;
	stroke: #000
}

.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-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.aligncenter {
	text-align: center
}

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

.wp-block-table {
	margin: 0 0 1em;
	overflow-x: auto
}

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

.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 {
	border-spacing: 0;
	border-collapse: inherit;
	background-color: transparent;
	border-bottom: 1px solid #f0f0f0
}

.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>*,
.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr {
	border-color: inherit
}

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

.wp-block-table table[style*=border-width]>*,
.wp-block-table table[style*=border-width] td,
.wp-block-table table[style*=border-width] th,
.wp-block-table table[style*=border-width] tr {
	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 {
	font-family: inherit;
	overflow: auto;
	white-space: pre-wrap
}

.wp-block-video {
	margin: 0 0 1em
}

.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-top: .5em;
	margin-bottom: 1em
}

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

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

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

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

:root .has-pale-pink-background-color {
	background-color: #f78da7
}

:root .has-vivid-red-background-color {
	background-color: #cf2e2e
}

:root .has-luminous-vivid-orange-background-color {
	background-color: #ff6900
}

:root .has-luminous-vivid-amber-background-color {
	background-color: #fcb900
}

:root .has-light-green-cyan-background-color {
	background-color: #7bdcb5
}

:root .has-vivid-green-cyan-background-color {
	background-color: #00d084
}

:root .has-pale-cyan-blue-background-color {
	background-color: #8ed1fc
}

:root .has-vivid-cyan-blue-background-color {
	background-color: #0693e3
}

:root .has-vivid-purple-background-color {
	background-color: #9b51e0
}

:root .has-white-background-color {
	background-color: #fff
}

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

:root .has-cyan-bluish-gray-background-color {
	background-color: #abb8c3
}

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

:root .has-black-background-color {
	background-color: #000
}

:root .has-pale-pink-color {
	color: #f78da7
}

:root .has-vivid-red-color {
	color: #cf2e2e
}

:root .has-luminous-vivid-orange-color {
	color: #ff6900
}

:root .has-luminous-vivid-amber-color {
	color: #fcb900
}

:root .has-light-green-cyan-color {
	color: #7bdcb5
}

:root .has-vivid-green-cyan-color {
	color: #00d084
}

:root .has-pale-cyan-blue-color {
	color: #8ed1fc
}

:root .has-vivid-cyan-blue-color {
	color: #0693e3
}

:root .has-vivid-purple-color {
	color: #9b51e0
}

:root .has-white-color {
	color: #fff
}

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

:root .has-cyan-bluish-gray-color {
	color: #abb8c3
}

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

:root .has-black-color {
	color: #000
}

:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
	background: linear-gradient(135deg, #0693e3, #9b51e0)
}

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

:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
	background: linear-gradient(135deg, #7adcb4, #00d082)
}

:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
	background: linear-gradient(135deg, #fcb900, #ff6900)
}

:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
	background: linear-gradient(135deg, #ff6900, #cf2e2e)
}

:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
	background: linear-gradient(135deg, #eee, #a9b8c3)
}

:root .has-cool-to-warm-spectrum-gradient-background {
	background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c)
}

:root .has-blush-light-purple-gradient-background {
	background: linear-gradient(135deg, #ffceec, #9896f0)
}

:root .has-blush-bordeaux-gradient-background {
	background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e)
}

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

:root .has-luminous-dusk-gradient-background {
	background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0)
}

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

:root .has-pale-ocean-gradient-background {
	background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5)
}

:root .has-electric-grass-gradient-background {
	background: linear-gradient(135deg, #caf880, #71ce7e)
}

: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-small-font-size {
	font-size: .8125em
}

.has-normal-font-size,
.has-regular-font-size {
	font-size: 1em
}

.has-medium-font-size {
	font-size: 1.25em
}

.has-large-font-size {
	font-size: 2.25em
}

.has-huge-font-size,
.has-larger-font-size {
	font-size: 2.625em
}

.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 {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal!important
}

.screen-reader-text:focus {
	background-color: #ddd;
	clip: auto!important;
	-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
}

#cookie-law-info-bar {
	font-size: 15px;
	margin: 0 auto;
	padding: 12px 10px;
	position: absolute;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	z-index: 9999;
	display: none;
	left: 0;
	font-weight: 300;
	box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, .3)
}

#cookie-law-info-again {
	font-size: 10pt;
	margin: 0;
	padding: 5px 10px;
	text-align: center;
	z-index: 9999;
	cursor: pointer;
	box-shadow: #161616 2px 2px 5px 2px
}

#cookie-law-info-bar span {
	vertical-align: middle
}

.cli-plugin-button,
.cli-plugin-button:visited {
	display: inline-block;
	padding: 9px 12px;
	color: #fff;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	margin-left: 5px;
	text-decoration: none
}

.cli-plugin-main-link {
	margin-left: 0;
	font-weight: 550;
	text-decoration: underline
}

.cli-plugin-button:hover {
	background-color: #111;
	color: #fff;
	text-decoration: none
}

.small.cli-plugin-button,
.small.cli-plugin-button:visited {
	font-size: 11px
}

.cli-plugin-button,
.cli-plugin-button:visited,
.medium.cli-plugin-button,
.medium.cli-plugin-button:visited {
	font-size: 13px;
	font-weight: 400;
	line-height: 1
}

.large.cli-plugin-button,
.large.cli-plugin-button:visited {
	font-size: 14px;
	padding: 8px 14px 9px
}

.super.cli-plugin-button,
.super.cli-plugin-button:visited {
	font-size: 34px;
	padding: 8px 14px 9px
}

.pink.cli-plugin-button,
.magenta.cli-plugin-button:visited {
	background-color: #e22092
}

.pink.cli-plugin-button:hover {
	background-color: #c81e82
}

.green.cli-plugin-button,
.green.cli-plugin-button:visited {
	background-color: #91bd09
}

.green.cli-plugin-button:hover {
	background-color: #749a02
}

.red.cli-plugin-button,
.red.cli-plugin-button:visited {
	background-color: #e62727
}

.red.cli-plugin-button:hover {
	background-color: #cf2525
}

.orange.cli-plugin-button,
.orange.cli-plugin-button:visited {
	background-color: #ff5c00
}

.orange.cli-plugin-button:hover {
	background-color: #d45500
}

.blue.cli-plugin-button,
.blue.cli-plugin-button:visited {
	background-color: #2981e4
}

.blue.cli-plugin-button:hover {
	background-color: #2575cf
}

.yellow.cli-plugin-button,
.yellow.cli-plugin-button:visited {
	background-color: #ffb515
}

.yellow.cli-plugin-button:hover {
	background-color: #fc9200
}

.cli-plugin-button {
	margin-top: 5px
}

.cli-bar-popup {
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 20px
}

.cli-powered_by_p {
	width: 100% !important;
	display: block !important;
	color: #333;
	clear: both;
	font-style: italic !important;
	font-size: 12px !important;
	margin-top: 15px !important
}

.cli-powered_by_a {
	color: #333;
	font-weight: 600 !important;
	font-size: 12px !important
}

.cli-plugin-main-link.cli-plugin-button {
	text-decoration: none
}

.cli-plugin-main-link.cli-plugin-button {
	margin-left: 5px
}

.gdpr-container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.gdpr-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.gdpr-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.gdpr-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}

.gdpr-align-items-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}

.gdpr-d-flex {
	display: -ms-flexbox!important;
	display: flex!important
}

.gdpr-px-0 {
	padding-left: 0;
	padding-right: 0
}

.modal-backdrop.show {
	opacity: .8
}

.modal-open {
	overflow: hidden
}

.modal-open .gdpr-modal {
	overflow-x: hidden;
	overflow-y: auto
}

.gdpr-modal.fade .gdpr-modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%)
}

.gdpr-modal.show .gdpr-modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1039;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}

.gdpr-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0
}

.gdpr-modal a {
	text-decoration: none
}

.gdpr-modal .gdpr-modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem*2))
}

@media (min-width:576px) {
	.gdpr-modal .gdpr-modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
		min-height: calc(100% - (1.75rem*2))
	}
}

@media (min-width:992px) {
	.gdpr-modal .gdpr-modal-dialog {
		max-width: 900px
	}
}

.gdpr-modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0
}

.gdpr-modal .row {
	margin: 0 -15px
}

.gdpr-modal .modal-body {
	padding: 0;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.gdpr-modal .close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff
}

.gdpr-modal .close:focus {
	outline: 0
}

.gdpr-switch {
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 70px;
	font-size: 14px
}

.gdpr-switch input[type=checkbox] {
	display: none
}

.gdpr-switch .gdpr-slider {
	background-color: #e3e1e8;
	height: 24px;
	width: 50px;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s
}

.gdpr-switch .gdpr-slider:before {
	background-color: #fff;
	bottom: 2px;
	content: "";
	height: 20px;
	left: 2px;
	position: absolute;
	transition: .4s;
	width: 20px
}

.gdpr-switch input:checked+.gdpr-slider {
	background-color: #63b35f
}

.gdpr-switch input:checked+.gdpr-slider:before {
	transform: translateX(26px)
}

.gdpr-switch .gdpr-slider {
	border-radius: 34px
}

.gdpr-switch .gdpr-slider:before {
	border-radius: 50%
}

.gdpr-tab-content>.gdpr-tab-pane {
	display: none
}

.gdpr-tab-content>.active {
	display: block
}

.gdpr-fade {
	transition: opacity .15s linear
}

.gdpr-nav-pills {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	align-items: stretch !important;
	-ms-align-items: stretch !important
}

.nav.gdpr-nav-pills,
.gdpr-tab-content {
	width: 100%;
	padding: 30px
}

.nav.gdpr-nav-pills {
	background: #f3f3f3
}

.nav.gdpr-nav-pills .gdpr-nav-link {
	border: 1px solid #0070ad;
	margin-bottom: 10px;
	color: #0070ad;
	font-size: 14px;
	display: block;
	padding: .5rem 1rem;
	border-radius: .25rem
}

.nav.gdpr-nav-pills .gdpr-nav-link.active,
.nav.gdpr-nav-pills .show>.gdpr-nav-link {
	background-color: #0070ad;
	border: 1px solid #0070ad
}

.nav.gdpr-nav-pills .gdpr-nav-link.active {
	color: #fff
}

.gdpr-tab-content .gdpr-button-wrapper {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #d6d6d6
}

.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
	background-color: #0070ad;
	border-color: #0070ad;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.gdpr-tab-content p {
	color: #343438;
	font-size: 14px;
	margin-top: 0
}

.gdpr-tab-content h4 {
	font-size: 20px;
	margin-bottom: .5rem;
	margin-top: 0;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit
}

.cli-container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.cli-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.cli-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.cli-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}

.cli-align-items-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}

.cli-d-flex {
	display: -ms-flexbox!important;
	display: flex!important
}

.cli-px-0 {
	padding-left: 0;
	padding-right: 0
}

.cli-btn {
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem 1.25rem;
	line-height: 1;
	border-radius: .25rem;
	transition: all .15s ease-in-out
}

.cli-btn:hover {
	opacity: .8
}

.cli-read-more-link {
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline
}

.cli-btn:focus {
	outline: 0
}

.cli-modal-backdrop.cli-show {
	opacity: .8
}

.cli-modal-open {
	overflow: hidden
}

.cli-barmodal-open {
	overflow: hidden
}

.cli-modal-open .cli-modal {
	overflow-x: hidden;
	overflow-y: auto
}

.cli-modal.cli-fade .cli-modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%)
}

.cli-modal.cli-show .cli-modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

.cli-modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	display: none
}

.cli-modal-backdrop.cli-fade {
	opacity: 0
}

.cli-modal-backdrop.cli-show {
	opacity: .5;
	display: block
}

.cli-modal.cli-show {
	display: block
}

.cli-modal a {
	text-decoration: none
}

.cli-modal .cli-modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem*2))
}

@media (min-width:576px) {
	.cli-modal .cli-modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
		min-height: calc(100% - (1.75rem*2))
	}
}

@media (min-width:992px) {
	.cli-modal .cli-modal-dialog {
		max-width: 900px
	}
}

.cli-modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: .3rem;
	outline: 0
}

.cli-modal .row {
	margin: 0 -15px
}

.cli-modal .modal-body {
	padding: 0;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.cli-modal .cli-modal-close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	padding: 0;
	background-color: transparent !important;
	border: 0;
	-webkit-appearance: none;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff
}

.cli-modal .cli-modal-close:focus {
	outline: 0
}

.cli-switch {
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 70px;
	font-size: 14px
}

.cli-switch input[type=checkbox] {
	display: none
}

.cli-switch .cli-slider {
	background-color: #e3e1e8;
	height: 24px;
	width: 50px;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s
}

.cli-switch .cli-slider:before {
	background-color: #fff;
	bottom: 2px;
	content: "";
	height: 20px;
	left: 2px;
	position: absolute;
	transition: .4s;
	width: 20px
}

.cli-switch input:checked+.cli-slider {
	background-color: #00acad
}

.cli-switch input:checked+.cli-slider:before {
	transform: translateX(26px)
}

.cli-switch .cli-slider {
	border-radius: 34px
}

.cli-switch .cli-slider:before {
	border-radius: 50%
}

.cli-tab-content {
	background: #fff
}

.cli-tab-content>.cli-active {
	display: block
}

.cli-fade {
	transition: opacity .15s linear
}

.cli-nav-pills {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	-ms-flex-direction: column;
	flex-direction: column
}

.cli-nav-pills,
.cli-tab-content {
	width: 100%;
	padding: 30px
}

@media (max-width:767px) {
	.cli-nav-pills,
	.cli-tab-content {
		padding: 30px 10px
	}
}

.cli-nav-pills {
	background: #f3f3f3
}

.cli-nav-pills .cli-nav-link {
	border: 1px solid #00acad;
	margin-bottom: 10px;
	color: #00acad;
	font-size: 14px;
	display: block;
	padding: .5rem 1rem;
	border-radius: .25rem;
	cursor: pointer
}

.cli-nav-pills .cli-nav-link.cli-active,
.cli-nav-pills .cli-show>.cli-nav-link {
	background-color: #00acad;
	border: 1px solid #00acad
}

.cli-nav-pills .cli-nav-link.cli-active {
	color: #fff
}

.cli-tab-content .cli-button-wrapper {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #d6d6d6
}

.cli-tab-content p {
	color: #343438;
	font-size: 14px;
	margin-top: 0
}

.cli-tab-content h4 {
	font-size: 20px;
	margin-bottom: 1.5rem;
	margin-top: 0;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit
}

.cli-container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.cli-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.cli-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.cli-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	flex-direction: column
}

.cli-align-items-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}

.cli-d-flex {
	display: -ms-flexbox!important;
	display: flex!important
}

.cli-px-0 {
	padding-left: 0;
	padding-right: 0
}

.cli-btn {
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem 1.25rem;
	line-height: 1;
	border-radius: .25rem;
	transition: all .15s ease-in-out
}

.cli-btn:hover {
	opacity: .8
}

.cli-read-more-link {
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline
}

.cli-btn:focus {
	outline: 0
}

.cli-modal-backdrop.cli-show {
	opacity: .8
}

.cli-modal-open {
	overflow: hidden
}

.cli-barmodal-open {
	overflow: hidden
}

.cli-modal-open .cli-modal {
	overflow-x: hidden;
	overflow-y: auto
}

.cli-modal.cli-fade .cli-modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%)
}

.cli-modal.cli-show .cli-modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

.cli-modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: opacity ease-in-out .5s
}

.cli-modal-backdrop.cli-fade {
	opacity: 0
}

.cli-modal-backdrop.cli-show {
	opacity: .5;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.cli-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	transform: scale(0);
	overflow: hidden;
	outline: 0;
	display: none
}

.cli-modal a {
	text-decoration: none
}

.cli-modal .cli-modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem*2))
}

@media (min-width:576px) {
	.cli-modal .cli-modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
		min-height: calc(100% - (1.75rem*2))
	}
}

.cli-modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: .2rem;
	box-sizing: border-box;
	outline: 0
}

.cli-modal .row {
	margin: 0 -15px
}

.cli-modal .modal-body {
	padding: 0;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.cli-modal .cli-modal-close:focus {
	outline: 0
}

.cli-switch {
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 38px;
	font-size: 14px
}

.cli-switch input[type=checkbox] {
	display: none
}

.cli-switch .cli-slider {
	background-color: #e3e1e8;
	height: 20px;
	width: 38px;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s
}

.cli-switch .cli-slider:before {
	background-color: #fff;
	bottom: 2px;
	content: "";
	height: 15px;
	left: 3px;
	position: absolute;
	transition: .4s;
	width: 15px
}

.cli-switch input:checked+.cli-slider {
	background-color: #61a229
}

.cli-switch input:checked+.cli-slider:before {
	transform: translateX(18px)
}

.cli-switch .cli-slider {
	border-radius: 34px;
	font-size: 0
}

.cli-switch .cli-slider:before {
	border-radius: 50%
}

.cli-tab-content {
	background: #fff
}

.cli-nav-pills {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	-ms-flex-direction: column;
	flex-direction: column
}

.cli-nav-pills,
.cli-tab-content {
	width: 100%;
	padding: 5px 30px 5px 5px;
	box-sizing: border-box
}

@media (max-width:767px) {
	.cli-nav-pills,
	.cli-tab-content {
		padding: 30px 10px
	}
}

.cli-nav-pills {
	background: #fff
}

.cli-nav-pills .cli-nav-link {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	color: #2a2a2a;
	font-size: 14px;
	display: block;
	padding: .5rem 1rem;
	border-radius: .25rem;
	cursor: pointer
}

.cli-nav-pills .cli-nav-link.cli-active,
.cli-nav-pills .cli-show>.cli-nav-link {
	background-color: #f6f6f9;
	border: 1px solid #ccc
}

.cli-nav-pills .cli-nav-link.cli-active {
	color: #2a2a2a
}

.cli-tab-content .cli-button-wrapper {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #d6d6d6
}

.cli-tab-content p {
	color: #343438;
	font-size: 14px;
	margin-top: 0
}

.cli-tab-content h4 {
	font-size: 20px;
	margin-bottom: 1.5rem;
	margin-top: 0;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit
}

#cookie-law-info-bar .cli-nav-pills,
#cookie-law-info-bar .cli-tab-content,
#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,
#cookie-law-info-bar a.cli-nav-link.cli-active {
	background: 0 0
}

#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,
#cookie-law-info-bar .cli-nav-link,
#cookie-law-info-bar .cli-tab-container p,
#cookie-law-info-bar span.cli-necessary-caption,
#cookie-law-info-bar .cli-switch .cli-slider:after {
	color: inherit
}

#cookie-law-info-bar .cli-tab-header a:before {
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor
}

#cookie-law-info-bar .cli-row {
	margin-top: 20px
}

#cookie-law-info-bar .cli-col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}

#cookie-law-info-bar .cli-col-8 {
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.cli-wrapper {
	max-width: 90%;
	float: none;
	margin: 0 auto
}

#cookie-law-info-bar .cli-tab-content h4 {
	margin-bottom: .5rem
}

#cookie-law-info-bar .cli-nav-pills .cli-nav-link {
	padding: .2rem .5rem
}

#cookie-law-info-bar .cli-tab-container {
	display: none;
	text-align: left
}

.cli-tab-footer .cli-btn {
	background-color: #00acad;
	padding: 10px 15px;
	text-decoration: none
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
	background-color: #61a229;
	color: #fff;
	border-radius: 0
}

.cli-tab-footer {
	width: 100%;
	text-align: right;
	padding: 20px 0
}

.cli-col-12 {
	width: 100%
}

.cli-tab-header {
	display: flex;
	justify-content: space-between
}

.cli-tab-header a:before {
	width: 10px;
	height: 2px;
	left: 0;
	top: calc(50% - 1px)
}

.cli-tab-header a:after {
	width: 2px;
	height: 10px;
	left: 4px;
	top: calc(50% - 5px);
	-webkit-transform: none;
	transform: none
}

.cli-tab-header a:before {
	width: 7px;
	height: 7px;
	border-right: 1px solid #4a6e78;
	border-bottom: 1px solid #4a6e78;
	content: " ";
	transform: rotate(-45deg);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin-right: 10px
}

.cli-tab-header a.cli-nav-link {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #000;
	text-transform: capitalize
}

.cli-tab-header.cli-tab-active .cli-nav-link:before {
	transform: rotate(45deg);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.cli-tab-header {
	border-radius: 5px;
	padding: 12px 15px;
	cursor: pointer;
	transition: background-color .2s ease-out .3s, color .2s ease-out 0s;
	background-color: #f2f2f2
}

.cli-modal .cli-modal-close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	-webkit-appearance: none;
	width: 40px;
	height: 40px;
	padding: 0;
	border-radius: 50%;
	padding: 10px;
	background: 0 0;
	border: none;
	min-width: 40px
}

.cli-tab-container h4,
.cli-tab-container h1 {
	font-family: inherit;
	font-size: 16px;
	margin-bottom: 15px;
	margin: 10px 0
}

#cliSettingsPopup .cli-tab-section-container {
	padding-top: 12px
}

.cli-tab-container p,
.cli-privacy-content-text {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 0;
	padding: 0;
	color: #000
}

.wt-cli-privacy {
	display: none
}

.cli-tab-content {
	display: none
}

.cli-tab-section .cli-tab-content {
	padding: 10px 20px 5px
}

.cli-tab-section {
	margin-top: 5px
}

@media (min-width:992px) {
	.cli-modal .cli-modal-dialog {
		max-width: 645px
	}
}

.cli-switch .cli-slider:after {
	content: attr(data-cli-disable);
	position: absolute;
	right: 50px;
	color: #000;
	font-size: 12px;
	text-align: right;
	min-width: 80px
}

.cli-switch input:checked+.cli-slider:after {
	content: attr(data-cli-enable)
}

.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
	max-height: 60px;
	transition: max-height .15s ease-out;
	overflow: hidden
}

a.cli-privacy-readmore {
	font-size: 12px;
	margin-top: 12px;
	display: inline-block;
	padding-bottom: 0;
	cursor: pointer;
	color: #000;
	text-decoration: underline
}

.cli-modal-footer {
	position: relative
}

a.cli-privacy-readmore:before {
	content: attr(data-readmore-text)
}

.cli-collapsed a.cli-privacy-readmore:before {
	content: attr(data-readless-text)
}

.cli-collapsed .cli-privacy-content {
	transition: max-height .25s ease-in
}

.cli-privacy-content p {
	margin-bottom: 0
}

.cli-modal-close svg {
	fill: #000
}

span.cli-necessary-caption {
	color: #000;
	font-size: 12px
}

.cli-tab-section.cli-privacy-tab {
	display: none
}

#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
	display: block
}

#cookie-law-info-bar .cli-privacy-overview {
	display: none
}

.cli-tab-container .cli-row {
	max-height: 500px;
	overflow-y: auto
}

.cli-modal.cli-blowup.cli-out {
	z-index: -1
}

.cli-modal.cli-blowup {
	z-index: 999999;
	transform: scale(1)
}

.cli-modal.cli-blowup .cli-modal-dialog {
	animation: blowUpModal .5s cubic-bezier(.165, .84, .44, 1) forwards
}

.cli-modal.cli-blowup.cli-out .cli-modal-dialog {
	animation: blowUpModalTwo .5s cubic-bezier(.165, .84, .44, 1) forwards
}

@keyframes blowUpContent {
	0% {
		transform: scale(1);
		opacity: 1
	}
	99.9% {
		transform: scale(2);
		opacity: 0
	}
	100% {
		transform: scale(0)
	}
}

@keyframes blowUpContentTwo {
	0% {
		transform: scale(2);
		opacity: 0
	}
	100% {
		transform: scale(1);
		opacity: 1
	}
}

@keyframes blowUpModal {
	0% {
		transform: scale(0)
	}
	100% {
		transform: scale(1)
	}
}

@keyframes blowUpModalTwo {
	0% {
		transform: scale(1);
		opacity: 1
	}
	50% {
		transform: scale(.5);
		opacity: 0
	}
	100% {
		transform: scale(0);
		opacity: 0
	}
}

.cli-tab-section .cookielawinfo-row-cat-table td,
.cli-tab-section .cookielawinfo-row-cat-table th {
	font-size: 12px
}

.cli_settings_button {
	cursor: pointer
}

.wt-cli-sr-only {
	display: none;
	font-size: 16px
}

a.wt-cli-element.cli_cookie_close_button {
	text-decoration: none;
	color: #333;
	font-size: 22px;
	line-height: 22px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 5px
}

.cli-bar-container {
	float: none;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.cli-bar-btn_container {
	margin-left: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: nowrap
}

.cli-style-v2 a {
	cursor: pointer
}

.cli-bar-btn_container a {
	white-space: nowrap
}

.cli-style-v2 .cli-plugin-main-link {
	font-weight: inherit
}

.cli-style-v2 {
	font-size: 11pt;
	line-height: 18px;
	font-weight: 400
}

#cookie-law-info-bar[data-cli-type=widget] .cli-bar-container,
#cookie-law-info-bar[data-cli-type=popup] .cli-bar-container {
	display: block
}

.cli-style-v2 .cli-bar-message {
	width: 70%;
	text-align: left
}

#cookie-law-info-bar[data-cli-type=widget] .cli-bar-message,
#cookie-law-info-bar[data-cli-type=popup] .cli-bar-message {
	width: 100%
}

#cookie-law-info-bar[data-cli-type=widget] .cli-style-v2 .cli-bar-btn_container {
	margin-top: 8px;
	margin-left: 0;
	flex-wrap: wrap
}

#cookie-law-info-bar[data-cli-type=popup] .cli-style-v2 .cli-bar-btn_container {
	margin-top: 8px;
	margin-left: 0
}

#cookie-law-info-bar[data-cli-style=cli-style-v2] .cli_messagebar_head {
	text-align: left;
	margin-bottom: 5px;
	margin-top: 0;
	font-size: 16px
}

.cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,
.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
	margin-top: 5px
}

.cli-style-v2 .cli-bar-btn_container .cli_action_button,
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button {
	margin-left: 5px
}

.wt-cli-ccpa-checkbox label {
	font-size: inherit;
	cursor: pointer;
	margin: 0 0 0 5px
}

#cookie-law-info-bar[data-cli-style=cli-style-v2] {
	padding: 14px 25px
}

#cookie-law-info-bar[data-cli-style=cli-style-v2][data-cli-type=widget] {
	padding: 32px 30px
}

#cookie-law-info-bar[data-cli-style=cli-style-v2][data-cli-type=popup] {
	padding: 32px 45px
}

.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button),
.cli-style-v2 .cli_settings_button:not(.cli-plugin-button),
.cli-style-v2 .cli_action_button:not(.cli-plugin-button) {
	text-decoration: underline
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
	margin-top: 5px;
	margin-bottom: 5px
}

a.wt-cli-ccpa-opt-out {
	white-space: nowrap;
	text-decoration: underline
}

.wt-cli-necessary-checkbox {
	display: none !important
}

@media (max-width:985px) {
	.cli-style-v2 .cli-bar-message {
		width: 100%
	}
	.cli-style-v2.cli-bar-container {
		justify-content: left;
		flex-wrap: wrap
	}
	.cli-style-v2 .cli-bar-btn_container {
		margin-left: 0;
		margin-top: 10px
	}
	#cookie-law-info-bar[data-cli-style=cli-style-v2],
	#cookie-law-info-bar[data-cli-style=cli-style-v2][data-cli-type=widget],
	#cookie-law-info-bar[data-cli-style=cli-style-v2][data-cli-type=popup] {
		padding: 25px
	}
}

.wt-cli-ckyes-brand-logo {
	display: flex;
	align-items: center;
	font-size: 9px;
	color: #111;
	font-weight: 400
}

.wt-cli-ckyes-brand-logo img {
	width: 65px;
	margin-left: 2px
}

.wt-cli-privacy-overview-actions {
	padding-bottom: 0
}

@media only screen and (max-width:479px) and (min-width:320px) {
	.cli-style-v2 .cli-bar-btn_container {
		flex-wrap: wrap
	}
}

.wt-cli-cookie-description {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 0;
	padding: 0;
	color: #000
}

@-webkit-keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		opacity: 1
	}
}

@keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		opacity: 1
	}
}

:root {
	--font-size-lg: 20px;
	--font-size-sm: 12px
}

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

.w3eden html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

.w3eden article,
.w3eden aside,
.w3eden figcaption,
.w3eden figure,
.w3eden footer,
.w3eden header,
.w3eden hgroup,
.w3eden main,
.w3eden nav,
.w3eden section {
	display: block
}

.w3eden body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

.w3eden [tabindex="-1"]:focus {
	outline: 0!important
}

.w3eden hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.w3eden h1,
.w3eden h2,
.w3eden h3,
.w3eden h4,
.w3eden h5,
.w3eden h6 {
	margin-top: 0
}

.w3eden dl,
.w3eden ol,
.w3eden p,
.w3eden ul {
	margin-top: 0;
	margin-bottom: 1rem
}

.w3eden abbr[data-original-title],
.w3eden abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}

.w3eden address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

.w3eden ol ol,
.w3eden ol ul,
.w3eden ul ol,
.w3eden ul ul {
	margin-bottom: 0
}

.w3eden dt {
	font-weight: 700
}

.w3eden dd {
	margin-bottom: .5rem;
	margin-left: 0
}

.w3eden blockquote,
.w3eden figure {
	margin: 0 0 1rem
}

.w3eden b,
.w3eden strong {
	font-weight: bolder
}

.w3eden sub,
.w3eden sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

.w3eden sub {
	bottom: -.25em
}

.w3eden sup {
	top: -.5em
}

.w3eden a {
	color: var(--color-primary);
	text-decoration: none;
	background-color: transparent
}

.w3eden a:hover {
	color: var(--color-primary-hover);
	text-decoration: underline
}

.w3eden a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

.w3eden a:not([href]):not([tabindex]):focus,
.w3eden a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

.w3eden a:not([href]):not([tabindex]):focus {
	outline: 0
}

.w3eden code,
.w3eden kbd,
.w3eden pre,
.w3eden samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.w3eden samp {
	font-size: 1em
}

.w3eden pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	display: block;
	font-size: 87.5%;
	color: #212529
}

.w3eden img {
	vertical-align: middle;
	border-style: none
}

.w3eden svg {
	overflow: hidden;
	vertical-align: middle
}

.w3eden table {
	border-collapse: collapse
}

.w3eden caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: var(--color-secondary);
	text-align: left;
	caption-side: bottom
}

.w3eden th {
	text-align: inherit
}

.w3eden label {
	display: inline-block;
	margin-bottom: .5rem
}

.w3eden button {
	border-radius: 0
}

.w3eden button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

.w3eden button,
.w3eden input,
.w3eden optgroup,
.w3eden select,
.w3eden textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

.w3eden button,
.w3eden input {
	overflow: visible
}

.w3eden button,
.w3eden select {
	text-transform: none
}

.w3eden select {
	word-wrap: normal
}

.w3eden [type=button],
.w3eden [type=reset],
.w3eden [type=submit],
.w3eden button {
	-webkit-appearance: button
}

.w3eden [type=button]:not(:disabled),
.w3eden [type=reset]:not(:disabled),
.w3eden [type=submit]:not(:disabled),
.w3eden button:not(:disabled) {
	cursor: pointer
}

.w3eden [type=button]::-moz-focus-inner,
.w3eden [type=reset]::-moz-focus-inner,
.w3eden [type=submit]::-moz-focus-inner,
.w3eden button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

.w3eden input[type=checkbox],
.w3eden input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

.w3eden input[type=date],
.w3eden input[type=datetime-local],
.w3eden input[type=month],
.w3eden input[type=time] {
	-webkit-appearance: listbox
}

.w3eden textarea {
	overflow: auto;
	resize: vertical
}

.w3eden fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

.w3eden legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

.w3eden [type=number]::-webkit-inner-spin-button,
.w3eden [type=number]::-webkit-outer-spin-button {
	height: auto
}

.w3eden [type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

.w3eden [type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

.w3eden ::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

.w3eden output {
	display: inline-block
}

.w3eden summary {
	display: list-item;
	cursor: pointer
}

.w3eden template {
	display: none
}

.w3eden [hidden] {
	display: none!important
}

.w3eden .h1,
.w3eden .h2,
.w3eden .h3,
.w3eden .h4,
.w3eden .h5,
.w3eden .h6,
.w3eden h1,
.w3eden h2,
.w3eden h3,
.w3eden h4,
.w3eden h5,
.w3eden h6 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

.w3eden .h1,
.w3eden h1 {
	font-size: 2.5rem
}

.w3eden .h2,
.w3eden h2 {
	font-size: 2rem
}

.w3eden .h3,
.w3eden h3 {
	font-size: 1.75rem
}

.w3eden .h4,
.w3eden h4 {
	font-size: 1.5rem
}

.w3eden .h5,
.w3eden h5 {
	font-size: var(--font-size-lg)
}

.w3eden .h6,
.w3eden h6 {
	font-size: 1rem
}

.w3eden .lead {
	font-size: var(--font-size-lg);
	font-weight: 300
}

.w3eden .small,
.w3eden small {
	font-size: 80%;
	font-weight: 400
}

.w3eden .mark,
.w3eden mark {
	padding: .2em;
	background-color: #fcf8e3
}

.w3eden .list-inline,
.w3eden .list-unstyled {
	padding-left: 0;
	list-style: none
}

.w3eden .list-inline-item {
	display: inline-block
}

.w3eden .list-inline-item:not(:last-child) {
	margin-right: .5rem
}

.w3eden .img-fluid {
	max-width: 100%;
	height: auto
}

.w3eden code {
	font-size: 87.5%;
	color: #e83e8c;
	word-break: break-word
}

.w3eden a>code {
	color: inherit
}

.w3eden kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem
}

.w3eden kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700
}

.w3eden .container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.w3eden .container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.w3eden .container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.w3eden .container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.w3eden .container {
		max-width: 1140px
	}
}

.w3eden .container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.w3eden .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.w3eden .no-gutters {
	margin-right: 0;
	margin-left: 0
}

.w3eden .no-gutters>.col,
.w3eden .no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.w3eden .col,
.w3eden .col-10,
.w3eden .col-11,
.w3eden .col-12,
.w3eden .col-2,
.w3eden .col-3,
.w3eden .col-4,
.w3eden .col-5,
.w3eden .col-6,
.w3eden .col-7,
.w3eden .col-8,
.w3eden .col-9,
.w3eden .col-lg,
.w3eden .col-lg-1,
.w3eden .col-lg-10,
.w3eden .col-lg-11,
.w3eden .col-lg-12,
.w3eden .col-lg-2,
.w3eden .col-lg-3,
.w3eden .col-lg-4,
.w3eden .col-lg-5,
.w3eden .col-lg-6,
.w3eden .col-lg-7,
.w3eden .col-lg-8,
.w3eden .col-lg-9,
.w3eden .col-lg-auto,
.w3eden .col-md,
.w3eden .col-md-1,
.w3eden .col-md-10,
.w3eden .col-md-11,
.w3eden .col-md-12,
.w3eden .col-md-2,
.w3eden .col-md-3,
.w3eden .col-md-4,
.w3eden .col-md-5,
.w3eden .col-md-6,
.w3eden .col-md-7,
.w3eden .col-md-8,
.w3eden .col-md-9,
.w3eden .col-md-auto,
.w3eden .col-sm,
.w3eden .col-sm-1,
.w3eden .col-sm-10,
.w3eden .col-sm-11,
.w3eden .col-sm-12,
.w3eden .col-sm-2,
.w3eden .col-sm-3,
.w3eden .col-sm-4,
.w3eden .col-sm-5,
.w3eden .col-sm-6,
.w3eden .col-sm-7,
.w3eden .col-sm-8,
.w3eden .col-sm-9,
.w3eden .col-sm-auto,
.w3eden .col-xl,
.w3eden .col-xl-1,
.w3eden .col-xl-10,
.w3eden .col-xl-11,
.w3eden .col-xl-12,
.w3eden .col-xl-2,
.w3eden .col-xl-3,
.w3eden .col-xl-4,
.w3eden .col-xl-5,
.w3eden .col-xl-6,
.w3eden .col-xl-7,
.w3eden .col-xl-8,
.w3eden .col-xl-9,
.w3eden .col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.w3eden .col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.w3eden .col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

@media (min-width:576px) {
	.w3eden .col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.w3eden .col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.w3eden .col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.w3eden .col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width:768px) {
	.w3eden .col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.w3eden .col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.w3eden .col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.w3eden .col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.w3eden .col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.w3eden .col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.w3eden .col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.w3eden .col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.w3eden .col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.w3eden .col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.w3eden .col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.w3eden .col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.w3eden .order-md-first {
		-ms-flex-order: -1;
		order: -1
	}
	.w3eden .order-md-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.w3eden .order-md-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.w3eden .offset-md-2 {
		margin-left: 16.666667%
	}
}

@media (min-width:992px) {
	.w3eden .col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.w3eden .col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.w3eden .col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.w3eden .col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.w3eden .col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.w3eden .col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.w3eden .col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.w3eden .col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.w3eden .col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.w3eden .col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.w3eden .col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.w3eden .order-lg-0 {
		-ms-flex-order: 0;
		order: 0
	}
}

@media (min-width:1200px) {
	.w3eden .col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.w3eden .col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.w3eden .col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.w3eden .col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.w3eden .col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.w3eden .col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.w3eden .col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.w3eden .col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.w3eden .col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.w3eden .col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.w3eden .col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.w3eden .table {
	width: 100%;
	margin-bottom: 1rem;
	border: 0;
	color: #212529
}

.w3eden .table td,
.w3eden .table th {
	padding: .75rem;
	vertical-align: top
}

.w3eden .table thead th {
	vertical-align: bottom;
	border: 0;
	border-bottom: 1px solid #dee2e6
}

.w3eden .table tbody+tbody,
.w3eden .table td,
.w3eden .table th {
	border: 0;
	border-top: 1px solid #dee2e6
}

.w3eden .table-bordered,
.w3eden .table-bordered td,
.w3eden .table-bordered th {
	border: 1px solid #dee2e6
}

.w3eden .table-bordered thead td,
.w3eden .table-bordered thead th {
	border-bottom-width: 2px
}

.w3eden .form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	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
}

@media (prefers-reduced-motion:reduce) {
	.w3eden .form-control {
		transition: none
	}
}

.w3eden .form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.w3eden .form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.w3eden .form-control::-webkit-input-placeholder {
	color: var(--color-secondary);
	opacity: 1
}

.w3eden .form-control::-moz-placeholder {
	color: var(--color-secondary);
	opacity: 1
}

.w3eden .form-control:-ms-input-placeholder,
.w3eden .form-control::-ms-input-placeholder {
	color: var(--color-secondary);
	opacity: 1
}

.w3eden .form-control::placeholder {
	color: var(--color-secondary);
	opacity: 1
}

.w3eden .form-control:disabled,
.w3eden .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}

.w3eden select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.w3eden .form-control-lg {
	height: calc(1.5em + 1rem + 2px);
	padding: .5rem 1rem;
	font-size: var(--font-size-lg);
	line-height: 1.5;
	border-radius: .3rem
}

.w3eden select.form-control[multiple],
.w3eden select.form-control[size],
.w3eden textarea.form-control {
	height: auto
}

.w3eden .form-group {
	margin-bottom: 1rem
}

.w3eden .form-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}

.w3eden .form-row>.col,
.w3eden .form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px
}

.w3eden .form-inline {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center
}

.w3eden .btn {
	display: inline-block;
	font-weight: 600;
	color: #212529;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .15rem;
	transition: all ease-in-out 300ms
}

@media (prefers-reduced-motion:reduce) {
	.w3eden .btn {
		transition: none
	}
}

.w3eden .btn:hover {
	color: #212529;
	text-decoration: none
}

.w3eden .btn.focus,
.w3eden .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.w3eden .btn-primary {
	color: #fff;
	background-color: var(--color-primary);
	border-color: var(--color-primary)
}

.w3eden .btn-primary:hover {
	color: #fff;
	background-color: var(--color-primary-hover);
	border-color: var(--color-primary-hover);
	box-shadow: 0 3px 8px 0 rgba(var(--color-primary-rgb), .4)
}

.w3eden .btn-primary.focus,
.w3eden .btn-primary:focus {
	box-shadow: 0 3px 8px 0 rgba(var(--color-primary-rgb), .5)
}

.w3eden .btn-primary.disabled,
.w3eden .btn-primary:disabled {
	color: #fff;
	background-color: var(--color-primary);
	border-color: var(--color-primary)
}

.w3eden .btn-primary:not(:disabled):not(.disabled).active,
.w3eden .btn-primary:not(:disabled):not(.disabled):active,
.w3eden .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: var(--color-primary-active);
	border-color: var(--color-primary-active)
}

.w3eden .btn-primary:not(:disabled):not(.disabled).active:focus,
.w3eden .btn-primary:not(:disabled):not(.disabled):active:focus,
.w3eden .show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 3px 8px 0 rgba(var(--color-primary-rgb), .4)
}

.w3eden .btn-secondary {
	color: #fff;
	background-color: var(--color-secondary);
	border-color: var(--color-secondary)
}

.w3eden .btn-secondary:hover {
	color: #fff;
	background-color: var(--color-secondary-hover);
	border-color: var(--color-secondary-hover)
}

.w3eden .btn-secondary.focus,
.w3eden .btn-secondary:focus {
	box-shadow: 0 3px 8px 0 rgba(var(--color-secondary-rgb), .4)
}

.w3eden .btn-secondary.disabled,
.w3eden .btn-secondary:disabled {
	color: #fff;
	background-color: var(--color-secondary);
	border-color: var(--color-secondary)
}

.w3eden .btn-secondary:not(:disabled):not(.disabled).active,
.w3eden .btn-secondary:not(:disabled):not(.disabled):active,
.w3eden .show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: var(--color-secondary-active);
	border-color: var(--color-secondary-active)
}

.w3eden .btn-secondary:not(:disabled):not(.disabled).active:focus,
.w3eden .btn-secondary:not(:disabled):not(.disabled):active:focus,
.w3eden .show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 3px 8px 0 rgba(var(--color-secondary-rgb), .4)
}

.w3eden .btn-success {
	color: #fff;
	background-color: var(--color-success);
	border-color: var(--color-success)
}

.w3eden .btn-success:hover {
	color: #fff;
	background-color: var(--color-success-hover);
	border-color: var(--color-success-hover);
	box-shadow: 0 3px 8px 0 rgba(var(--color-success-rgb), .4)
}

.w3eden .btn-success.focus,
.w3eden .btn-success:focus {
	box-shadow: 0 3px 8px 0 rgba(var(--color-success-rgb), .4)
}

.w3eden .btn-success.disabled,
.w3eden .btn-success:disabled {
	color: #fff;
	background-color: var(--color-success);
	border-color: var(--color-success)
}

.w3eden .btn-success:not(:disabled):not(.disabled).active,
.w3eden .btn-success:not(:disabled):not(.disabled):active,
.w3eden .show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: var(--color-success-active);
	border-color: var(--color-success-active)
}

.w3eden .btn-success:not(:disabled):not(.disabled).active:focus,
.w3eden .btn-success:not(:disabled):not(.disabled):active:focus,
.w3eden .show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 3px 8px 0 rgba(var(--color-success-rgb), .4)
}

.w3eden .btn-info {
	color: #fff;
	background-color: var(--color-info);
	border-color: var(--color-info)
}

.w3eden .btn-info:hover {
	color: #fff;
	background-color: var(--color-info-hover);
	border-color: var(--color-info-hover);
	box-shadow: 0 3px 8px 0 rgba(var(--color-info-rgb), .4)
}

.w3eden .btn-info.focus,
.w3eden .btn-info:focus {
	box-shadow: 0 3px 8px 0 rgba(var(--color-info-rgb), .4)
}

.w3eden .btn-info.disabled,
.w3eden .btn-info:disabled {
	color: #fff;
	background-color: var(--color-info);
	border-color: var(--color-info)
}

.w3eden .btn-info:not(:disabled):not(.disabled).active,
.w3eden .btn-info:not(:disabled):not(.disabled):active,
.w3eden .show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: var(--color-info-active);
	border-color: var(--color-info-active)
}

.w3eden .btn-info:not(:disabled):not(.disabled).active:focus,
.w3eden .btn-info:not(:disabled):not(.disabled):active:focus,
.w3eden .show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 3px 8px 0 rgba(var(--color-info-rgb), .4)
}

.w3eden .btn-warning {
	color: #212529;
	background-color: var(--color-warning);
	border-color: var(--color-warning)
}

.w3eden .btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00
}

.w3eden .btn-warning.focus,
.w3eden .btn-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.w3eden .btn-warning.disabled,
.w3eden .btn-warning:disabled {
	color: #212529;
	background-color: var(--color-warning);
	border-color: var(--color-warning)
}

.w3eden .btn-warning:not(:disabled):not(.disabled).active,
.w3eden .btn-warning:not(:disabled):not(.disabled):active,
.w3eden .show>.btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500
}

.w3eden .btn-warning:not(:disabled):not(.disabled).active:focus,
.w3eden .btn-warning:not(:disabled):not(.disabled):active:focus,
.w3eden .show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.w3eden .btn-danger {
	color: #fff;
	background-color: var(--color-danger);
	border-color: var(--color-danger)
}

.w3eden .btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130
}

.w3eden .btn-danger.focus,
.w3eden .btn-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.w3eden .btn-danger.disabled,
.w3eden .btn-danger:disabled {
	color: #fff;
	background-color: var(--color-danger);
	border-color: var(--color-danger)
}

.w3eden .btn-danger:not(:disabled):not(.disabled).active,
.w3eden .btn-danger:not(:disabled):not(.disabled):active,
.w3eden .show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d
}

.w3eden .btn-danger:not(:disabled):not(.disabled).active:focus,
.w3eden .btn-danger:not(:disabled):not(.disabled):active:focus,
.w3eden .show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.w3eden .btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.w3eden .btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5
}

.w3eden .btn-light.focus,
.w3eden .btn-light:focus {
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.w3eden .btn-light.disabled,
.w3eden .btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.w3eden .btn-light:not(:disabled):not(.disabled).active,
.w3eden .btn-light:not(:disabled):not(.disabled):active,
.w3eden .show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df
}

.w3eden .btn-light:not(:disabled):not(.disabled).active:focus,
.w3eden .btn-light:not(:disabled):not(.disabled):active:focus,
.w3eden .show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.w3eden .btn-link {
	font-weight: 400;
	color: var(--color-primary);
	text-decoration: none
}

.w3eden .btn-link:hover {
	color: var(--color-primary-hover);
	text-decoration: underline
}

.w3eden .btn-link.focus,
.w3eden .btn-link:focus {
	text-decoration: underline;
	box-shadow: none
}

.w3eden .btn-link.disabled,
.w3eden .btn-link:disabled {
	color: var(--color-secondary);
	pointer-events: none
}

.w3eden .btn-group-lg>.btn,
.w3eden .btn-lg {
	padding: .5rem 1rem;
	font-size: var(--font-size-lg);
	line-height: 1.5;
	border-radius: .3rem
}

.w3eden .btn-group-sm>.btn,
.w3eden .btn-sm {
	padding: .25rem .5rem;
	font-size: var(--font-size-sm);
	line-height: 1.5;
	border-radius: .2rem
}

.w3eden .btn-block {
	display: block;
	width: 100%
}

.w3eden .btn-block+.btn-block {
	margin-top: .5rem
}

.w3eden input[type=button].btn-block,
.w3eden input[type=reset].btn-block,
.w3eden input[type=submit].btn-block {
	width: 100%
}

.w3eden .fade {
	transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
	.w3eden .fade {
		transition: none
	}
}

.w3eden .fade:not(.show) {
	opacity: 0
}

.w3eden .collapse:not(.show) {
	display: none
}

.w3eden .collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
	.w3eden .collapsing {
		transition: none
	}
}

.w3eden .dropdown,
.w3eden .dropleft,
.w3eden .dropright,
.w3eden .dropup {
	position: relative
}

.w3eden .dropdown-toggle {
	white-space: nowrap
}

.w3eden .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}

.w3eden .dropdown-toggle:empty::after {
	margin-left: 0
}

.w3eden .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem
}

.w3eden .dropdown-menu[x-placement^=bottom],
.w3eden .dropdown-menu[x-placement^=left],
.w3eden .dropdown-menu[x-placement^=right],
.w3eden .dropdown-menu[x-placement^=top] {
	right: auto;
	bottom: auto
}

.w3eden .dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef
}

.w3eden .dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0
}

.w3eden .dropdown-item:focus,
.w3eden .dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa
}

.w3eden .dropdown-item.active,
.w3eden .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: var(--color-primary)
}

.w3eden .dropdown-item.disabled,
.w3eden .dropdown-item:disabled {
	color: var(--color-secondary);
	pointer-events: none;
	background-color: transparent
}

.w3eden .dropdown-menu.show {
	display: block
}

.w3eden .dropdown-header {
	display: block;
	padding: .5rem 1.5rem;
	margin-bottom: 0;
	font-size: var(--font-size-sm);
	color: var(--color-secondary);
	white-space: nowrap
}

.w3eden .dropdown-item-text {
	display: block;
	padding: .25rem 1.5rem;
	color: #212529
}

.w3eden .input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%
}

.w3eden .input-group>.custom-file,
.w3eden .input-group>.custom-select,
.w3eden .input-group>.form-control,
.w3eden .input-group>.form-control-plaintext {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0
}

.w3eden .input-group>.custom-select+.custom-select,
.w3eden .input-group>.custom-select+.form-control,
.w3eden .input-group>.form-control+.custom-select,
.w3eden .input-group>.form-control+.form-control {
	margin-left: -1px
}

.w3eden .input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.w3eden .input-group>.custom-select:focus,
.w3eden .input-group>.form-control:focus {
	z-index: 3
}

.w3eden .input-group>.custom-select:not(:last-child),
.w3eden .input-group>.form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.w3eden .input-group>.custom-select:not(:first-child),
.w3eden .input-group>.form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.w3eden .input-group-append,
.w3eden .input-group-prepend {
	display: -ms-flexbox;
	display: flex
}

.w3eden .input-group-append .btn,
.w3eden .input-group-prepend .btn {
	position: relative;
	z-index: 2
}

.w3eden .input-group-append .btn:focus,
.w3eden .input-group-prepend .btn:focus {
	z-index: 3
}

.w3eden .input-group-prepend {
	margin-right: -1px
}

.w3eden .input-group-append,
.w3eden .input-group-append .btn+.btn,
.w3eden .input-group-append .btn+.input-group-text,
.w3eden .input-group-append .input-group-text+.btn,
.w3eden .input-group-append .input-group-text+.input-group-text,
.w3eden .input-group-prepend .btn+.btn,
.w3eden .input-group-prepend .btn+.input-group-text,
.w3eden .input-group-prepend .input-group-text+.btn,
.w3eden .input-group-prepend .input-group-text+.input-group-text {
	margin-left: -1px
}

.w3eden .input-group-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

.w3eden .input-group-text input[type=checkbox],
.w3eden .input-group-text input[type=radio] {
	margin-top: 0
}

.w3eden .input-group-lg>.custom-select,
.w3eden .input-group-lg>.form-control:not(textarea) {
	height: calc(1.5em + 1rem + 2px)
}

.w3eden .input-group-lg>.custom-select,
.w3eden .input-group-lg>.form-control,
.w3eden .input-group-lg>.input-group-append>.btn,
.w3eden .input-group-lg>.input-group-append>.input-group-text,
.w3eden .input-group-lg>.input-group-prepend>.btn,
.w3eden .input-group-lg>.input-group-prepend>.input-group-text {
	padding: .5rem 1rem;
	font-size: var(--font-size-lg);
	line-height: 1.5;
	border-radius: .3rem
}

.w3eden .input-group-sm>.custom-select,
.w3eden .input-group-sm>.form-control:not(textarea) {
	height: calc(1.5em + .5rem + 2px)
}

.w3eden .input-group-sm>.custom-select,
.w3eden .input-group-sm>.form-control,
.w3eden .input-group-sm>.input-group-append>.btn,
.w3eden .input-group-sm>.input-group-append>.input-group-text,
.w3eden .input-group-sm>.input-group-prepend>.btn,
.w3eden .input-group-sm>.input-group-prepend>.input-group-text {
	padding: .25rem .5rem;
	font-size: var(--font-size-sm);
	line-height: 1.5;
	border-radius: .2rem
}

.w3eden .input-group-lg>.custom-select,
.w3eden .input-group-sm>.custom-select {
	padding-right: 1.75rem
}

.w3eden .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.w3eden .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.w3eden .input-group>.input-group-append:not(:last-child)>.btn,
.w3eden .input-group>.input-group-append:not(:last-child)>.input-group-text,
.w3eden .input-group>.input-group-prepend>.btn,
.w3eden .input-group>.input-group-prepend>.input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.w3eden .input-group>.input-group-append>.btn,
.w3eden .input-group>.input-group-append>.input-group-text,
.w3eden .input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.w3eden .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.w3eden .input-group>.input-group-prepend:not(:first-child)>.btn,
.w3eden .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.w3eden .custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem
}

.w3eden .custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.w3eden .custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: var(--color-primary);
	background-color: var(--color-primary)
}

.w3eden .custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.w3eden .custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #80bdff
}

.w3eden .custom-control-input:not(:disabled):active~.custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff;
	border-color: #b3d7ff
}

.w3eden .custom-control-input:disabled~.custom-control-label {
	color: var(--color-secondary)
}

.w3eden .custom-control-input:disabled~.custom-control-label::before {
	background-color: #e9ecef
}

.w3eden .custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top
}

.w3eden .custom-control-label::after,
.w3eden .custom-control-label::before {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: ""
}

.w3eden .custom-control-label::before {
	pointer-events: none;
	background-color: #fff;
	border: #adb5bd solid 1px
}

.w3eden .custom-control-label::after {
	background: no-repeat 50%/50% 50%
}

.w3eden .custom-radio .custom-control-label::before {
	border-radius: 50%
}

.w3eden .custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.w3eden .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}

.w3eden .custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.w3eden .custom-select:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.w3eden .custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.w3eden .custom-select[multiple],
.w3eden .custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: .75rem;
	background-image: none
}

.w3eden .custom-select:disabled {
	color: var(--color-secondary);
	background-color: #e9ecef
}

.w3eden .custom-select::-ms-expand {
	display: none
}

.w3eden .custom-control-label::before,
.w3eden .custom-file-label,
.w3eden .custom-select {
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.w3eden .custom-control-label::before,
	.w3eden .custom-select {
		transition: none
	}
}

.w3eden .nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.w3eden .nav-link {
	display: block;
	padding: .5rem 1rem
}

.w3eden .nav-link:focus,
.w3eden .nav-link:hover,
.w3eden a.badge:focus,
.w3eden a.badge:hover {
	text-decoration: none
}

.w3eden .nav-link.disabled {
	color: var(--color-secondary);
	pointer-events: none;
	cursor: default
}

.w3eden .nav-tabs {
	border-bottom: 1px solid #dee2e6
}

.w3eden .nav-tabs .nav-item {
	margin-bottom: -1px
}

.w3eden .nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.w3eden .nav-tabs .nav-link:focus,
.w3eden .nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6
}

.w3eden .nav-tabs .nav-link.disabled {
	color: var(--color-secondary);
	background-color: transparent;
	border-color: transparent
}

.w3eden .nav-tabs .nav-item.show .nav-link,
.w3eden .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}

.w3eden .tab-content>.tab-pane {
	display: none
}

.w3eden .tab-content>.active {
	display: block
}

.w3eden .card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem
}

.w3eden .card>.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.w3eden .card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.w3eden .card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem
}

.w3eden .card-title {
	margin-bottom: .75rem
}

.w3eden .card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.w3eden .card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.w3eden .card-header+.list-group .list-group-item:first-child {
	border-top: 0
}

.w3eden .card-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125)
}

.w3eden .card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.w3eden .card-header-tabs {
	margin-bottom: -.75rem;
	border-bottom: 0
}

.w3eden .card-header-pills,
.w3eden .card-header-tabs {
	margin-right: -.625rem;
	margin-left: -.625rem
}

.w3eden .card-img {
	width: 100%;
	border-radius: calc(.25rem - 1px)
}

.w3eden .card-img-top {
	width: 100%;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.w3eden .accordion>.card {
	overflow: hidden
}

.w3eden .accordion>.card:not(:first-of-type) .card-header:first-child {
	border-radius: 0
}

.w3eden .accordion>.card:not(:first-of-type):not(:last-of-type) {
	border-bottom: 0;
	border-radius: 0
}

.w3eden .accordion>.card:first-of-type {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.w3eden .accordion>.card:last-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.w3eden .accordion>.card .card-header {
	margin-bottom: -1px
}

.w3eden .pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem
}

.w3eden .page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: var(--color-primary);
	background-color: #fff;
	border: 1px solid #dee2e6
}

.w3eden .page-link:hover {
	z-index: 2;
	color: var(--color-primary-hover);
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.w3eden .page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.w3eden .badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.w3eden .badge {
		transition: none
	}
}

.w3eden .badge:empty {
	display: none
}

.w3eden .btn .badge {
	position: relative;
	top: -1px
}

.w3eden .badge-secondary {
	color: #fff;
	background-color: var(--color-secondary)
}

.w3eden a.badge-secondary:focus,
.w3eden a.badge-secondary:hover {
	color: #fff;
	background-color: #545b62
}

.w3eden a.badge-secondary.focus,
.w3eden a.badge-secondary:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.w3eden .badge-success {
	color: #fff;
	background-color: var(--color-success)
}

.w3eden a.badge-success:focus,
.w3eden a.badge-success:hover {
	color: #fff;
	background-color: #1e7e34
}

.w3eden a.badge-success.focus,
.w3eden a.badge-success:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.w3eden .badge-info {
	color: #fff;
	background-color: var(--color-info)
}

.w3eden a.badge-info:focus,
.w3eden a.badge-info:hover {
	color: #fff;
	background-color: #117a8b
}

.w3eden a.badge-info.focus,
.w3eden a.badge-info:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.w3eden .badge-warning {
	color: #212529;
	background-color: var(--color-warning)
}

.w3eden a.badge-warning:focus,
.w3eden a.badge-warning:hover {
	color: #212529;
	background-color: #d39e00
}

.w3eden a.badge-warning.focus,
.w3eden a.badge-warning:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.w3eden .badge-danger {
	color: #fff;
	background-color: var(--color-danger)
}

.w3eden a.badge-danger:focus,
.w3eden a.badge-danger:hover {
	color: #fff;
	background-color: #bd2130
}

.w3eden a.badge-danger.focus,
.w3eden a.badge-danger:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.w3eden .alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .7)
}

.w3eden .alert-link {
	font-weight: 700
}

.w3eden .alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff
}

.w3eden .alert-success {
	color: var(--color-success-active);
	background-color: rgba(var(--color-success-rgb), .1);
	border-color: var(--color-success)
}

.w3eden .alert-info {
	color: var(--color-info-active);
	background-color: rgba(var(--color-info-rgb), .1);
	border-color: var(--color-info)
}

.w3eden .alert-warning {
	color: var(--color-warning-active);
	background-color: rgba(var(--color-warning-rgb), .1);
	border-color: var(--color-warning)
}

.w3eden .alert-danger {
	color: var(--color-danger-active);
	background-color: rgba(var(--color-danger-rgb), .1);
	border-color: var(--color-danger)
}

.w3eden .media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start
}

.w3eden .media-body {
	-ms-flex: 1;
	flex: 1
}

.w3eden .list-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}

.w3eden .list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125)
}

.w3eden .list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.w3eden .list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.w3eden .list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: var(--color-primary);
	border-color: var(--color-primary)
}

.w3eden .list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0
}

.w3eden .list-group-flush .list-group-item:last-child {
	margin-bottom: -1px
}

.w3eden .list-group-flush:first-child .list-group-item:first-child {
	border-top: 0
}

.w3eden .list-group-flush:last-child .list-group-item:last-child {
	margin-bottom: 0;
	border-bottom: 0
}

.w3eden .modal,
.w3eden .modal-open {
	overflow: hidden
}

.w3eden .modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.w3eden .modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	outline: 0
}

.w3eden .modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

.w3eden .modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
	.w3eden .modal.fade .modal-dialog {
		transition: none
	}
}

.w3eden .modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none
}

.w3eden .modal-dialog-scrollable {
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem)
}

.w3eden .modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden
}

.w3eden .modal-dialog-scrollable .modal-footer,
.w3eden .modal-dialog-scrollable .modal-header {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.w3eden .modal-dialog-scrollable .modal-body {
	overflow-y: auto
}

.w3eden .modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem)
}

.w3eden .modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	content: ""
}

.w3eden .modal-dialog-centered.modal-dialog-scrollable {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

.w3eden .modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none
}

.w3eden .modal-dialog-centered.modal-dialog-scrollable::before {
	content: none
}

.w3eden .modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0
}

.w3eden .modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem
}

.w3eden .modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto
}

.w3eden .modal-title {
	margin-bottom: 0;
	line-height: 1.5
}

.w3eden .modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem
}

.w3eden .modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: .3rem;
	border-bottom-left-radius: .3rem
}

.w3eden .modal-footer>:not(:first-child) {
	margin-left: .25rem
}

.w3eden .modal-footer>:not(:last-child) {
	margin-right: .25rem
}

@media (min-width:576px) {
	.w3eden .modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}
	.w3eden .modal-dialog-centered {
		min-height: calc(100% - 3.5rem)
	}
	.w3eden .modal-dialog-centered::before {
		height: calc(100vh - 3.5rem)
	}
}

.w3eden .spinner-border,
.w3eden .spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border-radius: 50%
}

.w3eden .spinner-border {
	border: .25em solid currentColor;
	border-right-color: transparent;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite
}

.w3eden .spinner-grow {
	background-color: currentColor;
	opacity: 0;
	-webkit-animation: spinner-grow .75s linear infinite;
	animation: spinner-grow .75s linear infinite
}

.w3eden .spinner-grow-sm {
	width: 1rem;
	height: 1rem
}

.w3eden .bg-primary {
	background-color: var(--color-primary)!important
}

.w3eden a.bg-primary:focus,
.w3eden a.bg-primary:hover,
.w3eden button.bg-primary:focus,
.w3eden button.bg-primary:hover {
	background-color: #0062cc!important
}

.w3eden .bg-secondary {
	background-color: var(--color-secondary)!important
}

.w3eden a.bg-secondary:focus,
.w3eden a.bg-secondary:hover,
.w3eden button.bg-secondary:focus,
.w3eden button.bg-secondary:hover {
	background-color: #545b62!important
}

.w3eden .bg-success {
	background-color: var(--color-success)!important
}

.w3eden .bg-info {
	background-color: var(--color-info)!important
}

.w3eden .bg-warning {
	background-color: var(--color-warning)!important
}

.w3eden .bg-danger {
	background-color: var(--color-danger)!important
}

.w3eden a.bg-danger:focus,
.w3eden a.bg-danger:hover,
.w3eden button.bg-danger:focus,
.w3eden button.bg-danger:hover {
	background-color: #bd2130!important
}

.w3eden .bg-dark {
	background-color: #343a40!important
}

.w3eden .bg-white {
	background-color: #fff!important
}

.w3eden .clearfix::after {
	display: block;
	clear: both;
	content: ""
}

.w3eden .d-none {
	display: none!important
}

.w3eden .d-inline {
	display: inline!important
}

.w3eden .d-inline-block {
	display: inline-block!important
}

.w3eden .d-block {
	display: block!important
}

.w3eden .d-flex {
	display: -ms-flexbox!important;
	display: flex!important
}

.w3eden .d-inline-flex {
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}

@media (min-width:576px) {
	.w3eden .d-sm-none {
		display: none!important
	}
	.w3eden .d-sm-inline {
		display: inline!important
	}
	.w3eden .d-sm-inline-block {
		display: inline-block!important
	}
	.w3eden .d-sm-block {
		display: block!important
	}
	.w3eden .d-sm-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.w3eden .d-sm-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width:768px) {
	.w3eden .d-md-none {
		display: none!important
	}
	.w3eden .d-md-inline {
		display: inline!important
	}
	.w3eden .d-md-inline-block {
		display: inline-block!important
	}
	.w3eden .d-md-block {
		display: block!important
	}
	.w3eden .d-md-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.w3eden .d-md-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width:992px) {
	.w3eden .d-lg-none {
		display: none!important
	}
	.w3eden .d-lg-inline {
		display: inline!important
	}
	.w3eden .d-lg-inline-block {
		display: inline-block!important
	}
	.w3eden .d-lg-block {
		display: block!important
	}
	.w3eden .d-lg-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.w3eden .d-lg-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width:1200px) {
	.w3eden .d-xl-none {
		display: none!important
	}
	.w3eden .d-xl-inline {
		display: inline!important
	}
	.w3eden .d-xl-inline-block {
		display: inline-block!important
	}
	.w3eden .d-xl-block {
		display: block!important
	}
	.w3eden .d-xl-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.w3eden .d-xl-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

.w3eden .flex-row {
	-ms-flex-direction: row!important;
	flex-direction: row!important
}

.w3eden .flex-column {
	-ms-flex-direction: column!important;
	flex-direction: column!important
}

.w3eden .flex-row-reverse {
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}

.w3eden .flex-column-reverse {
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}

.w3eden .flex-wrap {
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}

.w3eden .flex-nowrap {
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}

.w3eden .flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}

.w3eden .flex-fill {
	-ms-flex: 1 1 auto!important;
	flex: 1 1 auto!important
}

.w3eden .flex-grow-0 {
	-ms-flex-positive: 0!important;
	flex-grow: 0!important
}

.w3eden .flex-grow-1 {
	-ms-flex-positive: 1!important;
	flex-grow: 1!important
}

.w3eden .flex-shrink-0 {
	-ms-flex-negative: 0!important;
	flex-shrink: 0!important
}

.w3eden .flex-shrink-1 {
	-ms-flex-negative: 1!important;
	flex-shrink: 1!important
}

.w3eden .justify-content-start {
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}

.w3eden .justify-content-end {
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}

.w3eden .justify-content-center {
	-ms-flex-pack: center!important;
	justify-content: center!important
}

.w3eden .justify-content-between {
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}

.w3eden .justify-content-around {
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}

.w3eden .align-items-start {
	-ms-flex-align: start!important;
	align-items: flex-start!important
}

.w3eden .align-items-end {
	-ms-flex-align: end!important;
	align-items: flex-end!important
}

.w3eden .align-items-center {
	-ms-flex-align: center!important;
	align-items: center!important
}

.w3eden .align-items-baseline {
	-ms-flex-align: baseline!important;
	align-items: baseline!important
}

.w3eden .align-items-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}

.w3eden .align-content-start {
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}

.w3eden .align-content-end {
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}

.w3eden .align-content-center {
	-ms-flex-line-pack: center!important;
	align-content: center!important
}

.w3eden .align-content-between {
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}

.w3eden .align-content-around {
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}

.w3eden .align-content-stretch {
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}

.w3eden .align-self-auto {
	-ms-flex-item-align: auto!important;
	align-self: auto!important
}

.w3eden .align-self-start {
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}

.w3eden .align-self-end {
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}

.w3eden .align-self-center {
	-ms-flex-item-align: center!important;
	align-self: center!important
}

.w3eden .align-self-baseline {
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
}

.w3eden .align-self-stretch {
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important
}

@media (min-width:576px) {
	.w3eden .justify-content-sm-between {
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
}

.w3eden .float-left {
	float: left!important
}

.w3eden .float-right {
	float: right!important
}

.w3eden .position-relative {
	position: relative!important
}

.w3eden .position-absolute {
	position: absolute!important
}

.w3eden .fixed-bottom,
.w3eden .fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

.w3eden .fixed-top {
	top: 0
}

.w3eden .fixed-bottom {
	bottom: 0
}

.w3eden .w-100 {
	width: 100%!important
}

.w3eden .mw-100 {
	max-width: 100%!important
}

.w3eden .m-0 {
	margin: 0!important
}

.w3eden .mt-0,
.w3eden .my-0 {
	margin-top: 0!important
}

.w3eden .mr-0,
.w3eden .mx-0 {
	margin-right: 0!important
}

.w3eden .mb-0,
.w3eden .my-0 {
	margin-bottom: 0!important
}

.w3eden .ml-0,
.w3eden .mx-0 {
	margin-left: 0!important
}

.w3eden .m-1 {
	margin: .25rem!important
}

.w3eden .mt-1,
.w3eden .my-1 {
	margin-top: .25rem!important
}

.w3eden .mr-1,
.w3eden .mx-1 {
	margin-right: .25rem!important
}

.w3eden .mb-1,
.w3eden .my-1 {
	margin-bottom: .25rem!important
}

.w3eden .ml-1,
.w3eden .mx-1 {
	margin-left: .25rem!important
}

.w3eden .m-2 {
	margin: .5rem!important
}

.w3eden .mt-2,
.w3eden .my-2 {
	margin-top: .5rem!important
}

.w3eden .mr-2,
.w3eden .mx-2 {
	margin-right: .5rem!important
}

.w3eden .mb-2,
.w3eden .my-2 {
	margin-bottom: .5rem!important
}

.w3eden .ml-2,
.w3eden .mx-2 {
	margin-left: .5rem!important
}

.w3eden .m-3 {
	margin: 1rem!important
}

.w3eden .mt-3,
.w3eden .my-3 {
	margin-top: 1rem!important
}

.w3eden .mr-3,
.w3eden .mx-3 {
	margin-right: 1rem!important
}

.w3eden .mb-3,
.w3eden .my-3 {
	margin-bottom: 1rem!important
}

.w3eden .ml-3,
.w3eden .mx-3 {
	margin-left: 1rem!important
}

.w3eden .m-4 {
	margin: 1.5rem!important
}

.w3eden .mt-4,
.w3eden .my-4 {
	margin-top: 1.5rem!important
}

.w3eden .mr-4,
.w3eden .mx-4 {
	margin-right: 1.5rem!important
}

.w3eden .mb-4,
.w3eden .my-4 {
	margin-bottom: 1.5rem!important
}

.w3eden .ml-4,
.w3eden .mx-4 {
	margin-left: 1.5rem!important
}

.w3eden .m-5 {
	margin: 3rem!important
}

.w3eden .mt-5,
.w3eden .my-5 {
	margin-top: 3rem!important
}

.w3eden .mr-5,
.w3eden .mx-5 {
	margin-right: 3rem!important
}

.w3eden .mb-5,
.w3eden .my-5 {
	margin-bottom: 3rem!important
}

.w3eden .ml-5,
.w3eden .mx-5 {
	margin-left: 3rem!important
}

.w3eden .p-0 {
	padding: 0!important
}

.w3eden .pt-0,
.w3eden .py-0 {
	padding-top: 0!important
}

.w3eden .pr-0,
.w3eden .px-0 {
	padding-right: 0!important
}

.w3eden .pb-0,
.w3eden .py-0 {
	padding-bottom: 0!important
}

.w3eden .pl-0,
.w3eden .px-0 {
	padding-left: 0!important
}

.w3eden .p-1 {
	padding: .25rem!important
}

.w3eden .pt-1,
.w3eden .py-1 {
	padding-top: .25rem!important
}

.w3eden .pr-1,
.w3eden .px-1 {
	padding-right: .25rem!important
}

.w3eden .pb-1,
.w3eden .py-1 {
	padding-bottom: .25rem!important
}

.w3eden .pl-1,
.w3eden .px-1 {
	padding-left: .25rem!important
}

.w3eden .p-2 {
	padding: .5rem!important
}

.w3eden .pt-2,
.w3eden .py-2 {
	padding-top: .5rem!important
}

.w3eden .pr-2,
.w3eden .px-2 {
	padding-right: .5rem!important
}

.w3eden .pb-2,
.w3eden .py-2 {
	padding-bottom: .5rem!important
}

.w3eden .pl-2,
.w3eden .px-2 {
	padding-left: .5rem!important
}

.w3eden .p-3 {
	padding: 1rem!important
}

.w3eden .pt-3,
.w3eden .py-3 {
	padding-top: 1rem!important
}

.w3eden .pr-3,
.w3eden .px-3 {
	padding-right: 1rem!important
}

.w3eden .pb-3,
.w3eden .py-3 {
	padding-bottom: 1rem!important
}

.w3eden .pl-3,
.w3eden .px-3 {
	padding-left: 1rem!important
}

.w3eden .p-4 {
	padding: 1.5rem!important
}

.w3eden .pt-4,
.w3eden .py-4 {
	padding-top: 1.5rem!important
}

.w3eden .pr-4,
.w3eden .px-4 {
	padding-right: 1.5rem!important
}

.w3eden .pb-4,
.w3eden .py-4 {
	padding-bottom: 1.5rem!important
}

.w3eden .pl-4,
.w3eden .px-4 {
	padding-left: 1.5rem!important
}

.w3eden .p-5 {
	padding: 3rem!important
}

.w3eden .pt-5,
.w3eden .py-5 {
	padding-top: 3rem!important
}

.w3eden .pr-5,
.w3eden .px-5 {
	padding-right: 3rem!important
}

.w3eden .pb-5,
.w3eden .py-5 {
	padding-bottom: 3rem!important
}

.w3eden .pl-5,
.w3eden .px-5 {
	padding-left: 3rem!important
}

.w3eden .m-n1 {
	margin: -.25rem!important
}

.w3eden .mt-n1,
.w3eden .my-n1 {
	margin-top: -.25rem!important
}

.w3eden .mr-n1,
.w3eden .mx-n1 {
	margin-right: -.25rem!important
}

.w3eden .mb-n1,
.w3eden .my-n1 {
	margin-bottom: -.25rem!important
}

.w3eden .ml-n1,
.w3eden .mx-n1 {
	margin-left: -.25rem!important
}

.w3eden .m-n2 {
	margin: -.5rem!important
}

.w3eden .mt-n2,
.w3eden .my-n2 {
	margin-top: -.5rem!important
}

.w3eden .mr-n2,
.w3eden .mx-n2 {
	margin-right: -.5rem!important
}

.w3eden .mb-n2,
.w3eden .my-n2 {
	margin-bottom: -.5rem!important
}

.w3eden .ml-n2,
.w3eden .mx-n2 {
	margin-left: -.5rem!important
}

.w3eden .m-n3 {
	margin: -1rem!important
}

.w3eden .mt-n3,
.w3eden .my-n3 {
	margin-top: -1rem!important
}

.w3eden .mr-n3,
.w3eden .mx-n3 {
	margin-right: -1rem!important
}

.w3eden .mb-n3,
.w3eden .my-n3 {
	margin-bottom: -1rem!important
}

.w3eden .ml-n3,
.w3eden .mx-n3 {
	margin-left: -1rem!important
}

.w3eden .m-n4 {
	margin: -1.5rem!important
}

.w3eden .mt-n4,
.w3eden .my-n4 {
	margin-top: -1.5rem!important
}

.w3eden .mr-n4,
.w3eden .mx-n4 {
	margin-right: -1.5rem!important
}

.w3eden .mb-n4,
.w3eden .my-n4 {
	margin-bottom: -1.5rem!important
}

.w3eden .ml-n4,
.w3eden .mx-n4 {
	margin-left: -1.5rem!important
}

.w3eden .m-n5 {
	margin: -3rem!important
}

.w3eden .mt-n5,
.w3eden .my-n5 {
	margin-top: -3rem!important
}

.w3eden .mr-n5,
.w3eden .mx-n5 {
	margin-right: -3rem!important
}

.w3eden .mb-n5,
.w3eden .my-n5 {
	margin-bottom: -3rem!important
}

.w3eden .ml-n5,
.w3eden .mx-n5 {
	margin-left: -3rem!important
}

.w3eden .m-auto {
	margin: auto!important
}

.w3eden .mt-auto,
.w3eden .my-auto {
	margin-top: auto!important
}

.w3eden .mr-auto,
.w3eden .mx-auto {
	margin-right: auto!important
}

.w3eden .mb-auto,
.w3eden .my-auto {
	margin-bottom: auto!important
}

.w3eden .ml-auto,
.w3eden .mx-auto {
	margin-left: auto!important
}

.w3eden .text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.w3eden .text-left {
	text-align: left!important
}

.w3eden .text-right {
	text-align: right!important
}

.w3eden .text-center {
	text-align: center!important
}

.w3eden .text-uppercase {
	text-transform: uppercase!important
}

.w3eden .text-capitalize {
	text-transform: capitalize!important
}

.w3eden .text-white {
	color: #fff!important
}

.w3eden .text-primary {
	color: var(--color-primary)!important
}

.w3eden a.text-primary:focus,
.w3eden a.text-primary:hover {
	color: var(--color-primary-hover)!important
}

.w3eden .text-secondary {
	color: var(--color-secondary)!important
}

.w3eden a.text-secondary:focus,
.w3eden a.text-secondary:hover {
	color: var(--color-secondary-hover)!important
}

.w3eden .text-success {
	color: var(--color-success)!important
}

.w3eden a.text-success:focus,
.w3eden a.text-success:hover {
	color: var(--color-success-active)!important
}

.w3eden .text-info {
	color: var(--color-info)!important
}

.w3eden a.text-info:focus,
.w3eden a.text-info:hover {
	color: var(--color-info-active)!important
}

.w3eden .text-warning {
	color: var(--color-warning)!important
}

.w3eden a.text-warning:focus,
.w3eden a.text-warning:hover {
	color: var(--color-warning-active)!important
}

.w3eden .text-danger {
	color: var(--color-danger)!important
}

.w3eden a.text-danger:focus,
.w3eden a.text-danger:hover {
	color: var(--color-danger-active)!important
}

.w3eden .text-muted {
	color: var(--color-secondary)!important
}

.w3eden .visible {
	visibility: visible!important
}

@media print {
	.w3eden *,
	.w3eden ::after,
	.w3eden ::before {
		text-shadow: none!important;
		box-shadow: none!important
	}
	.w3eden a:not(.btn) {
		text-decoration: underline
	}
	.w3eden abbr[title]::after {
		content: " (" attr(title) ")"
	}
	.w3eden pre {
		white-space: pre-wrap!important
	}
	.w3eden blockquote,
	.w3eden pre {
		border: 1px solid #adb5bd
	}
	.w3eden thead {
		display: table-header-group
	}
	.w3eden blockquote,
	.w3eden img,
	.w3eden pre,
	.w3eden tr {
		page-break-inside: avoid
	}
	.w3eden h2,
	.w3eden h3,
	.w3eden p {
		orphans: 3;
		widows: 3
	}
	.w3eden h2,
	.w3eden h3 {
		page-break-after: avoid
	}
	.w3eden .container,
	.w3eden body {
		min-width: 992px!important
	}
	.w3eden .navbar {
		display: none
	}
	.w3eden .badge {
		border: 1px solid #000
	}
	.w3eden .table {
		border-collapse: collapse!important
	}
	.w3eden .table td,
	.w3eden .table th {
		background-color: #fff!important
	}
	.w3eden .table-bordered td,
	.w3eden .table-bordered th {
		border: 1px solid #dee2e6!important
	}
}

.tooltip {
	z-index: 1070;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: var(--font-size-sm);
	word-wrap: break-word;
	opacity: 0
}

.tooltip.show {
	opacity: .9
}

.tooltip,
.tooltip .arrow {
	position: absolute;
	display: block
}

.tooltip .arrow {
	width: .8rem;
	height: .4rem
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
	padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
	bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
	padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
	left: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
	padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
	top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
	padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
	right: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}

.w3eden .hide_empty:empty {
	display: none
}

.w3eden ul.wpdm-pagination {
	margin: 0 !important;
	padding: 15px;
	display: inline-flex !important
}

.w3eden .list-group-item img,
.w3eden .card img {
	padding: 0;
	margin: 0
}

.wpdm-clear,
.w3eden .clear {
	clear: both
}

.w3eden .no-radius {
	border-radius: 0 !important
}

.w3eden .btn.wpdm-category {
	border: 0;
	border-bottom: 0 solid #ccc
}

.w3eden .table th a {
	font-weight: 700
}

.w3eden .btn.wpdm-front h3.title {
	margin: 10px 0 5px 10px;
	font-size: 14pt
}

.w3eden .ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	width: 100%;
	display: block
}

.w3eden .qdb {
	background: #0073ff;
	text-decoration: none;
	color: #fff;
	padding: 5px 7px;
	font-size: 8pt;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.w3eden #loginform {
	margin-top: 20px
}

.w3eden .btn.wpdm-category-list li {
	clear: both
}

.w3eden .btn.wpdm-category-list {
	list-style: none
}

.w3eden .download_link label {
	width: 60px;
	display: block;
	font-size: 10px
}

.w3eden .cat-page-tilte legend {
	padding-right: 5px
}

.w3eden .wpdm-loading {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: var(--color-danger);
	color: #fff;
	padding: 7px 15px;
	position: absolute;
	font-size: 12px;
	font-weight: 700;
	z-index: 999999
}

.w3eden .btn.wpdm-email2dl .wcon input[type=text] {
	background: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0;
	border: 1px solid #aaa;
	font-size: 11pt;
	padding: 4px 10px;
	width: 250px
}

.w3eden .btn.wpdm-email2dl label {
	display: none
}

.w3eden .drag-drop #drag-drop-area {
	border: 4px dashed #ddd;
	height: 200px
}

.w3eden .drag-drop-inside {
	text-align: center;
	padding: 30px
}

.w3eden .btn.wpdm-front .inside {
	padding: 10px
}

.w3eden #wpdm-login-form {
	position: absolute;
	padding: 0 10px;
	border: 1px solid #aaa;
	background: #eee;
	z-index: 9999999
}

.w3eden .btn.wpdm-drop-box {
	z-index: 99999;
	display: none;
	position: absolute
}

.w3eden #categories_meta_box label {
	display: inline !important
}

.w3eden .more_previews_a {
	display: block;
	float: left;
	margin-right: 8px
}

.w3eden .link-template .more_previews_a {
	display: block;
	float: left;
	margin-right: 9px !important
}

.w3eden .more_previews_a:last-child {
	margin-right: 0 !important
}

.w3eden .wpdm_file .cont {
	padding: 5px 10px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	font-size: 9pt
}

.w3eden .wpdm-social-lock {
	margin-right: 5px
}

.w3eden .wpdm_icon {
	box-shadow: none;
	min-width: 48px;
	max-width: 48px;
	width: 48px
}

.w3eden a.btn {
	text-decoration: none !important
}

.w3eden .popover {
	min-width: 250px
}

.w3eden .all-locks {
	padding: 15px
}

.w3eden td.actions {
	width: 100px
}

.w3eden .actions a.btn {
	border-radius: 2px
}

.w3eden input.input-xs {
	font-size: 8pt;
	width: 150px;
	height: 30px;
	line-height: normal;
	text-align: center
}

.w3eden .input-group-btn .btn.wpdm_submit {
	padding: 8px 16px !important
}

.w3eden #wp-post_content-editor-container {
	border: 0
}

.w3eden #package-content-section #insert-media-button {
	margin: 3px 0 0
}

.w3eden #package-content-section .wp-editor-tools.hide-if-no-js {
	background: #eef2f4 none repeat scroll 0 0;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 10px 0
}

.w3eden td.mceToolbar {
	border-bottom: 1px solid #ddd !important
}

.w3eden #post_content-html,
.w3eden #post_content-tmce {
	height: 27px
}

.w3eden a.mceButton .mceIcon,
.w3eden .mceAction {
	font: 400 15px/1 dashicons !important;
	text-align: left !important
}

.w3eden #attach-file-section .panel-body,
.w3eden #package-settings-section .panel-body {
	padding: 0 !important
}

.w3eden #attach-file-section .tab-content .panel-body,
.w3eden #package-settings-section .tab-content .panel-body {
	padding: 15px !important
}

.w3eden .btn.wpdm-full-front {
	width: 100% !important;
	clear: both;
	display: block
}

.w3eden #attach-file-section .nav-tabs,
.w3eden #package-settings-section .nav-tabs {
	margin: 0 !important;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 0;
	background: #fafafa
}

.w3eden #attach-file-section .nav-tabs li a,
.w3eden #package-settings-section .nav-tabs li a {
	font-size: 11px
}

.w3eden #attach-file-section .tab-content,
.w3eden #package-settings-section .tab-content {
	padding: 20px
}

.w3eden #attach-file-section #ftabs ul.jqueryFileTree li {
	padding-left: 20px !important
}

.w3eden #package-settings-section td {
	vertical-align: middle
}

.w3eden .wpdm-accordion {
	border: 0 !important
}

.w3eden .wpdm-accordion .panel h3 {
	font-size: 10pt !important;
	border-radius: 0;
	padding: 7px 10px !important;
	border-bottom: 1px solid #d1e0e4 !important;
	font-weight: 700;
	margin-bottom: -1px
}

.w3eden .wpdm-accordion h3 .wpdmlock {
	opacity: 1 !important;
	margin-right: 10px !important
}

.w3eden .wpdm-accordion .panel {
	padding: 0;
	overflow: hidden;
	border: 1px solid #d1e0e4;
	margin-bottom: 5px !important
}

.w3eden .wpdm-accordion .panel .panel-body,
.w3eden .wpdm-accordion .panel h3 {
	border: 0;
	margin: 0 !important
}

.w3eden .wpdmlock+label {
	border: 2px solid #306acb;
	display: inline-block;
	float: left;
	height: 14px !important;
	margin-right: 5px;
	margin-top: 1px !important;
	width: 14px !important
}

.w3eden .panel-heading>label {
	position: relative;
	margin: 0
}

.w3eden .wpdmlock:checked+label:after {
	content: "";
	position: absolute;
	left: 2px;
	top: 3px;
	background: #306acb;
	width: 10px !important;
	height: 10px !important;
	z-index: 999999
}

.w3eden .accordion .card-header label,
.w3eden .accordion .card {
	margin: 0 !important
}

.w3eden #package-settings-section .wpdm-accordion .panel {
	margin-bottom: -2px !important;
	border-radius: 0 !important
}

.w3eden .btn.wpdm-spin {
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-ms-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear
}

@keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-ms-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-moz-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@-ms-keyframes spin {
	from {
		-ms-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-ms-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@-o-keyframes spin {
	from {
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-o-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.w3eden .infoicon {
	position: absolute;
	margin-top: 10px;
	margin-left: 20px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA+0lEQVQ4T2NkwAS6QKEEIBYF4p9QaXYg/QqIFwDxFWQtjEgcDiC7C4j/AHE/ED9GM1sOyC8EYpCecpjhMANANiwD4slAfACLq5CFnICcLCCOAuJfMANANq4G4mMENMOkbYGMACAuBhmgD8QxQFyKRTNMrBuLXC9QbAHIgAlA3APET7AoEoSKvcciBwqTApABK4A4AofT3aHiO3HILwcZsBSIo3EoqIaKt+KQX0wVA/B5gZALwF7AF4j4DIAHIr5oBKU8EAClE3QAj0aYArITEsgAipMyyBBQZuoE4r9QJ5OUmZD9pwPkJAKxMBD/hkqwAenXQDwfiK8iKwYAr/Q4G13HFTUAAAAASUVORK5CYII=") center center no-repeat;
	width: 16px;
	height: 16px
}

.w3eden .table td {
	text-align: left
}

.w3eden #wpdm-pf .form-control:not(.form-control-lg) {
	padding: 8px 16px;
	font-size: 14px;
	height: 36px
}

.w3eden div.tooltip.in {
	border-radius: 2px !important
}

.w3eden .dropdown-menu li {
	list-style: none !important
}

.w3eden .card-body.tag-card,
.w3eden #categories-section .cat-card {
	height: 200px;
	overflow: hidden;
	padding: 0 15px !important
}

.w3eden .card-body.tag-card:hover,
.w3eden #categories-section .cat-card:hover {
	overflow: auto
}

.w3eden #categories-section .cat-card>ul {
	margin: 0 !important;
	padding-top: 10px;
	padding-bottom: 10px
}

.w3eden #categories-section .cat-card ul {
	padding-left: 20px
}

.w3eden #categories-section .cat-card li {
	list-style: none
}

.w3eden #categories-section .cat-card label {
	font-weight: 400 !important;
	cursor: pointer
}

.w3eden #categories-section .cat-card {
	max-height: 200px;
	overflow: hidden
}

.w3eden #categories-section .cat-card:hover {
	overflow: auto
}

.w3eden .label-white {
	background: #fff !important;
	color: #222 !important;
	text-shadow: none !important;
	margin-left: 10px
}

.w3eden .btn.btn-xs {
	border-radius: 1.5px;
	padding: 4px 8px;
	font-size: 10px
}

.w3eden .btn.btn-xs.btn-icon {
	padding: 4px;
	min-width: 2.1rem
}

.w3eden .btn.btn-fb {
	background-color: #354c8c !important;
	border: 0 !important;
	color: #fff !important;
	font-size: 10px !important;
	font-weight: 700 !important
}

.w3eden .btn.btn-fb .label-white {
	color: #354c8c !important
}

.w3eden .btn.wpdm-android {
	background: #8ec147;
	color: #fff !important
}

.w3eden .btn.wpdm-apple {
	background: #777;
	color: #fff !important
}

.w3eden .btn.wpdm-behance {
	background: #07f;
	color: #fff !important
}

.w3eden .btn.wpdm-bitcoin {
	background: #f79012;
	color: #fff !important
}

.w3eden .btn.wpdm-buysellads {
	background: #c90100;
	color: #fff !important
}

.w3eden .btn.wpdm-codepen {
	background: #444;
	color: #fff !important
}

.w3eden .btn.wpdm-css3 {
	background: #0270bb;
	color: #fff
}

.w3eden .btn.wpdm-delicious {
	background: #31a9ff;
	color: #fff !important
}

.w3eden .btn.wpdm-deviantart {
	background: #05cc47;
	color: #fff !important
}

.w3eden .btn.wpdm-digg {
	background: #0093cc
}

.w3eden .btn.wpdm-dribbble {
	background: #ea4c89
}

.w3eden .btn.wpdm-dropbox {
	background: #007ee5
}

.w3eden .btn.wpdm-drupal {
	background: #0073ba
}

.w3eden .btn.wpdm-email-1 {
	background: #35c7ed
}

.w3eden .btn.wpdm-email-2 {
	background: #35c7ed
}

.w3eden .btn.wpdm-facebook {
	background: #4862a3;
	color: #fff !important
}

.w3eden .btn.wpdm-flickr {
	background: #ff1981
}

.w3eden .btn.wpdm-foursquare {
	background: #f04d7a
}

.w3eden .btn.wpdm-git {
	background: #f64d27
}

.w3eden .btn.wpdm-github {
	background: #999
}

.w3eden .btn.wpdm-google {
	background: #3f85f4;
	color: #fff !important
}

.w3eden .btn.wpdm-google-plus {
	background: #dd4b39;
	color: #fff !important
}

.w3eden .btn.wpdm-html5 {
	background: #e54d26
}

.w3eden .btn.wpdm-instagram {
	background: #3d6b92
}

.w3eden .btn.wpdm-joomla {
	background: #fc8f30
}

.w3eden .btn.wpdm-jsfiddle {
	background: #4679bd
}

.w3eden .btn.wpdm-lastfm {
	background: #df1c23
}

.w3eden .btn.wpdm-linkedin {
	background: #0177b5;
	color: #fff !important
}

.w3eden .btn.wpdm-linux {
	background: #39a6df
}

.w3eden .btn.wpdm-maxcdn {
	background: #ff5b02
}

.w3eden .btn.wpdm-medium {
	background: #333
}

.w3eden .btn.wpdm-pagelines {
	background: #444
}

.w3eden .btn.wpdm-paypal {
	background: #009cde
}

.w3eden .btn.wpdm-pinterest {
	background: #db242c;
	color: #fff !important
}

.w3eden .btn.wpdm-reddit {
	background: #ff4500
}

.w3eden .btn.wpdm-rss {
	background: #fc8f55
}

.w3eden .btn.wpdm-share {
	background: #01924b
}

.w3eden .btn.wpdm-skype {
	background: #00aff0
}

.w3eden .btn.wpdm-slideshare {
	background: #0679b5
}

.w3eden .btn.wpdm-soundcloud {
	background: #ff4e00
}

.w3eden .btn.wpdm-spotify {
	background: #84bd00
}

.w3eden .btn.wpdm-stack-exchange {
	background: #366fb3
}

.w3eden .btn.wpdm-stack-overflow {
	background: #07c
}

.w3eden .btn.wpdm-stumbleupon {
	background: #ea4b24
}

.w3eden .btn.wpdm-trello {
	background: #026aa7
}

.w3eden .btn.wpdm-tumblr {
	background: #2c4762
}

.w3eden .btn.wpdm-twitter {
	background: #55acee;
	color: #fff !important
}

.w3eden .btn.wpdm-vimeo {
	background: #4bf
}

.w3eden .btn.wpdm-vine {
	background: #00bf8f
}

.w3eden .btn.wpdm-vk {
	background: #6281a3
}

.w3eden .btn.wpdm-whatsapp {
	background: #59ac23
}

.w3eden .btn.wpdm-windows {
	background: #00bcf2
}

.w3eden .btn.wpdm-wordpress {
	background: #1e8cbe
}

.w3eden .btn.wpdm-xing {
	background: #006464
}

.w3eden .btn.wpdm-yahoo {
	background: #5210c4
}

.w3eden .btn.wpdm-yelp {
	background: #c41200
}

.w3eden .btn.wpdm-youtube {
	background: #d02022
}

.w3eden .btn.wpdm-youtube-play {
	background: #d02022
}

.w3eden .btn.wpdm-*:hover {
	opacity: .9
}

.w3eden .wpdm-social-lock {
	text-transform: none !important
}

.w3eden .wpdm-social-lock .fa {
	margin-right: 5px
}

.w3eden .pluginButtonIcon {
	left: 0;
	margin-left: -3px;
	margin-right: 5px;
	position: relative;
	vertical-align: top
}

.w3eden .btn.wpdm-btn-play {
	outline: none !important
}

.w3eden button.wpdm-btn-play-lg.wpdm-btn-play {
	border-radius: 3px;
	padding: 0 !important;
	text-align: center;
	width: 56px !important;
	height: 56px;
	line-height: 56px;
	font-size: 12px !important
}

.w3eden .sx_plugin-button-2x_favblue {
	background-position: 0 -42px
}

.w3eden .nav-tabs li {
	margin-left: 0 !important
}

.w3eden .nav-tabs li a {
	outline: none !important
}

.w3eden .ptypes li {
	padding-left: 0 !important;
	border: 0 !important;
	margin: 0 !important
}

.w3eden #wpdm-files_filter {
	padding-right: 10px;
	padding-top: 10px
}

.w3eden #wpdm-files {
	margin-bottom: 0
}

.w3eden #wpdm-files_info,
.w3eden #wpdm-files_paginate {
	padding: 10px
}

.w3eden input.input-error {
	border: 1px solid var(--color-danger) !important;
	color: var(--color-danger) !important
}

.w3eden label.error {
	color: var(--color-danger);
	font-weight: 300 !important;
	font-size: 11px !important
}

.w3eden .btn.wpdm-archive-meta .wpdm-download-link {
	padding: 5px 10px !important;
	margin: 0 !important;
	font-size: 9pt
}

.w3eden .btn.wpdm-archive-meta li {
	border: 0 !important;
	list-style: none !important;
	padding-right: 20px !important
}

.w3eden .btn.wpdm-archive-meta li:last-child {
	padding: 0 !important;
	max-width: 100px !important;
	text-align: right !important
}

.w3eden .btn.wpdm-archive-meta .wpdm-download-link img {
	box-shadow: none !important;
	height: 30px;
	width: auto
}

.w3eden .wpdm-file-entry {
	border: 1px solid #eee;
	padding: 10px;
	border-radius: 3px;
	font-size: 9pt;
	text-align: center
}

.w3eden .panel {
	box-shadow: none !important
}

.w3eden .card.text-white,
.w3eden .card.text-white * {
	color: #fff
}

.w3eden .card .card-header {
	font-size: 11pt;
	font-weight: 600;
	letter-spacing: .5px
}

.w3eden .card-rec .btn-footer,
.w3eden .card-rec .card-body {
	padding: 15px !important
}

.w3eden .card-rec .card-body .card-title {
	font-weight: 800
}

.w3eden .card-footer .card-title {
	margin: 0
}

.w3eden .card-dls .table,
.w3eden .card-fav .table {
	margin: 0
}

.w3eden .card-dls .table td,
.w3eden .card-fav .table td {
	padding-left: 10px
}

.w3eden .card .table,
.w3eden .panel .table {
	border-top: 0
}

.w3eden .card .table thead th,
.w3eden .panel .table thead th {
	border-top: 0;
	border-bottom-width: 1px;
	background-color: #f5f5f5
}

.w3eden .panel img,
.w3eden .wpdm-file-entry img {
	box-shadow: none
}

.w3eden .input-group input:not(:last-child) {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important
}

.w3eden .btn.btn-group.bootstrap-select .btn.dropdown-toggle {
	border-radius: 3px !important
}

.w3eden label.error.valid {
	display: none
}

.w3eden #wpdm-featured-image {
	display: block;
	height: 200px;
	border: 2px dashed #ddd;
	margin: 15px;
	background: url(../../../../plugins/download-manager/assets/images/plus.svg) no-repeat center center;
	background-size: 48px;
	text-indent: -999999px
}

.w3eden label.error.valid {
	display: none !important
}

.w3eden .cfile .panel-file .panel-heading .btn {
	position: absolute;
	right: 9px;
	top: 7px
}

.w3eden .cfile .panel-file .panel-heading {
	position: relative
}

.w3eden .btn-wd {
	min-width: 140px
}

.w3eden .btn-group.select {
	width: 100%
}

.w3eden .btn-group.select .btn {
	text-align: left
}

.w3eden .btn-group.select .caret {
	position: absolute;
	top: 50%;
	margin-top: -1px;
	right: 8px
}

.w3eden .btn .label {
	margin-left: 5px
}

.w3eden .btn.btn-linkedin {
	background-color: #007ab9 !important;
	color: #fff !important
}

.w3eden .wpdm-social-lock-box .placehold.wpdmlinkedin {
	background: #007ab9
}

.w3eden .wpdm-social-lock-box .placehold.wpdmtwitter {
	background: #4ec0ff
}

.w3eden .wpdm-social-lock-box .placehold.wpdmfacebook {
	background: #48649f
}

.w3eden .wpdmslb-facebookshare,
.w3eden .wpdmslb-tweet,
.w3eden .wpdmslb-facebooklike {
	margin-left: 3px
}

.w3eden .wpdm-social-lock-box .IN-widget a span:first-child {
	height: 20px;
	padding: 1px !important
}

.w3eden .wpdm-social-lock-box .IN-widget a span:last-child {
	width: 42px;
	overflow: hidden;
	border-radius: 2px;
	height: 20px;
	text-transform: uppercase
}

.w3eden .wpdm-social-lock-box .placehold:hover,
.w3eden .wpdm-social-lock-box:hover .placehold {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transform: translateX(-100%) rotateY(-180deg);
	-webkit-transform: translateX(-100%) rotateY(-180deg)
}

.w3eden .wpdm-social-lock-box:not(.wpdm-social-lock-unlocked):hover {
	border: 1px solid #ccc;
	box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	transition: all .3s ease-in-out
}

.w3eden .wpdm-social-lock-box:not(.wpdm-social-lock-unlocked):hover *:not(.placehold) {
	opacity: 1
}

.w3eden .wpdm-social-lock-box a.btn.wpdm-download-button {
	margin-left: -10px;
	margin-top: -10px;
	height: 45px;
	line-height: 27px;
	width: 150px;
	opacity: 1 !important;
	font-size: 13pt;
	letter-spacing: 1px
}

.w3eden .wpdm-download-link .fa-download,
.w3eden .wpdm-download-link .fa-icon-left {
	margin-right: 5px
}

.w3eden .fa-play {
	margin: 0 !important
}

.w3eden .ptypes li {
	list-style: none !important;
	padding: 0 !important
}

.w3eden .btn .filter-option {
	background: transparent none repeat scroll 0 0 !important
}

.w3eden #xfilelist input.input-sm {
	height: 31px !important
}

.w3eden #xfilelist .panel-footer.footer-info {
	font-family: Courier, monospace;
	font-size: 9pt;
	text-align: center;
	background: #fafafa
}

.w3eden #xfilelist .panel-heading {
	font-weight: 400;
	font-size: 8pt;
	padding-top: 0 !important;
	padding-bottom: 0;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	word-break: break-all
}

.w3eden .wpdm-filelist thead {
	display: none
}

.w3eden .wpdm-filelist td {
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #fff !important;
	border-bottom: 0 !important;
	background: rgba(0, 0, 0, .03) !important;
	vertical-align: middle !important
}

.w3eden .wpdm-filelist {
	border: 0 !important
}

.w3eden .wpdm-frontend-tabs a {
	font-size: 14px !important
}

.w3eden .wpdm-frontend-tabs a.btn {
	border-left: 1px solid rgba(255, 255, 255, .15) !important;
	border-right: 1px solid rgba(0, 0, 0, .15) !important;
	border-bottom: 1px solid rgba(0, 0, 0, .15) !important
}

.w3eden .wpdm-frontend-tabs {
	border-bottom: 4px solid var(--color-primary) !important;
	border-radius: 3px;
	background: #34495e;
	overflow: hidden
}

.w3eden .nav-tabs.wpdm-frontend-tabs a:focus,
.w3eden .nav-tabs.wpdm-frontend-tabs a:active,
.w3eden .nav-tabs.wpdm-frontend-tabs li.active a,
.w3eden .nav-tabs.wpdm-frontend-tabs a.active {
	background: var(--color-primary) !important;
	border: 0 !important
}

.w3eden .wpdm-frontend-tabs a {
	color: #fff !important;
	border-radius: 0 !important;
	text-transform: uppercase;
	font-size: 9pt !important;
	font-weight: 900;
	border: 0 !important;
	line-height: 20px !important
}

.w3eden .wpdm-frontend-tabs a:hover {
	background: rgba(26, 188, 156, .69) !important
}

.w3eden label,
.w3eden i.fa[rel=del],
.w3eden i.fa[rel=undo] {
	cursor: pointer
}

.w3eden .well {
	padding: 15px;
	box-shadow: none;
	border: 0;
	font-style: normal;
	background: #f5f5f5;
	border-radius: 4px;
	margin-bottom: 10px
}

.w3eden #wpdm-pf #title {
	border-radius: 3px
}

.w3eden .btn.btn-addtocart .label {
	font-size: 95%;
	letter-spacing: .5px;
	padding: 3px 5px 1px !important
}

.w3eden .g-recaptcha>div>div {
	width: 100% !important
}

.w3eden .btn .label-price:empty {
	display: none
}

.w3eden .btn .label-price {
	background: rgba(0, 0, 0, .1)
}

.w3eden #currentfiles .panel-heading {
	border-top: 0 !important
}

.w3eden div.list-group.pm-list {
	margin-bottom: 0 !important
}

.w3eden div.list-group.pm-list .list-group-item {
	cursor: pointer !important
}

.w3eden .discount-msg {
	padding: 6px 12px;
	background: #5bb283;
	color: #fff;
	margin-bottom: 5px;
	border-radius: 3px;
	display: block;
	font-weight: 400;
	font-size: 9pt;
	z-index: 999999999
}

.w3eden .discount-msg .fa {
	margin-right: 6px
}

.w3eden .selectpicker.btn.btn-secondary {
	background: 0 0 !important;
	color: #333 !important;
	border: 1px solid #d5d5d5 !important
}

.w3eden .field-group {
	margin-bottom: 10px
}

.w3eden fieldset {
	border: 1px solid #ddd !important;
	padding: 10px;
	border-radius: 3px
}

.w3eden legend {
	font-weight: 700;
	font-size: inherit;
	color: inherit;
	display: inline;
	float: left;
	padding: 10px !important;
	border-bottom: 1px solid #ddd !important
}

.w3eden .package-info-list {
	font-size: 9pt;
	line-height: 1.5;
	color: #888
}

.w3eden .package-info-list .pull-left .fa {
	font-size: 14pt;
	line-height: 30px;
	margin-right: 6px;
	color: var(--color-info)
}

.w3eden .package-info-list strong {
	color: #333
}

.w3eden .package-info-list .list-group-item .wpdm-download-link {
	font-size: 12pt;
	display: block;
	text-align: center;
	font-weight: 900;
	color: var(--color-info)
}

.w3eden .popover-title {
	font-weight: 900 !important
}

.w3eden .w3eden.user-dashboard {
	font-size: 13px
}

.w3eden .pagination-centered {
	display: inline-flex;
	margin: 0 auto
}

.w3eden .w3eden.user-dashboard .pagination {
	padding: 0;
	width: 100% !important;
	margin: 0 auto
}

.w3eden .pagination li a,
.w3eden .pagination li span {
	padding: 0 15px;
	margin: 2px;
	min-width: 40px;
	line-height: 32px;
	text-align: center;
	border-radius: 3px;
	display: block;
	font-size: 14px;
	font-weight: 600;
	border: 1px solid rgba(0, 0, 0, .2);
	background: rgba(0, 0, 0, .01)
}

.pagination li span,
.pagination li a.dot {
	border: 1px solid rgba(0, 0, 0, 0) !important
}

.w3eden .pagination li span {
	background: rgba(var(--color-primary-rgb), .1) !important;
	border-color: var(--color-primary) !important;
	color: var(--color-primary)
}

.pagination li a.current-page {
	border-color: var(--color-primary);
	background: var(--color-primary);
	color: #fff
}

.w3eden .pagination li a.disabled,
.w3eden .pagination li a.current {
	font-weight: 900;
	border: 1px solid rgba(61, 115, 207, .47);
	color: rgba(61, 115, 207, .47)
}

.w3eden .pagination li a:not(.disabled):not(.current):hover {
	border: 1px solid var(--color-primary);
	text-decoration: none
}

.w3eden .card h3 {
	margin: 0;
	padding: 0;
	font-size: 14pt;
	font-weight: 700
}

.w3eden #wpdm-dashboard-contents .card {
	margin-bottom: 20px
}

.w3eden .panel.dashboard-panel h3.popover-title {
	padding: 10px;
	font-size: 9pt;
	font-weight: 400;
	background: #f8f8f8
}

.media.wpdm-rec-item {
	border: 1px solid #e8e8e8;
	padding: 10px;
	border-radius: 3px;
	background: #fbfbfb
}

.wpdm-rec-item img.wpdm-rec-thumb {
	width: 48px !important;
	height: 48px !important;
	border-radius: 500px !important;
	border: 1px solid #eee
}

.w3eden #cppo {
	margin-right: -2px !important;
	margin-top: -3px !important
}

.w3eden .panel-body .panel-row {
	margin-top: 10px;
	margin-bottom: 10px !important;
	display: inline-table
}

.w3eden .w3eden.user-dashboard .card .card-footer {
	background: var(--color-primary);
	color: #fff !important;
	font-size: 9pt;
	display: block;
	float: left;
	margin-top: -4px;
	width: 100%;
	height: 35px;
	line-height: 35px;
	position: relative;
	text-align: center
}

.w3eden .w3eden.user-dashboard #edit-profile-form .col-md-6 {
	padding-bottom: 10px
}

.w3eden .w3eden.user-dashboard label {
	font-size: 10pt;
	color: #777
}

.w3eden .w3eden.user-dashboard #edit-profile-form label .fa-star.text-danger {
	float: right;
	color: rgba(231, 76, 60, .8);
	font-size: 10px
}

.w3eden .text-danger {
	color: var(--color-danger) !important
}

.w3eden .w3eden.user-dashboard #edit-profile-form label {
	display: block
}

.w3eden #wpdm-dashboard-sidebar .list-group-item {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400
}

.w3eden #wpdm-dashboard-sidebar .list-group-item.selected,
.w3eden #wpdm-dashboard-sidebar .list-group-item.active,
.w3eden #wpdm-dashboard-sidebar .list-group-item.active:active,
.w3eden #wpdm-dashboard-sidebar .list-group-item.active:focus {
	font-weight: 800
}

.w3eden #wpdm-dashboard-sidebar #logo-block {
	border-radius: 8px;
	border: 1px solid rgba(69, 89, 122, .2);
	margin-bottom: 25px;
	padding: 15px
}

.w3eden #wpdm-dashboard-sidebar .shop-logo {
	box-shadow: none;
	border-radius: 4px;
	margin: 0;
	max-width: 100%;
	height: auto
}

.w3eden .mr-3 {
	margin-right: 12px !important
}

#wpdm-dashboard-sidebar h3 {
	font-size: 10px;
	text-transform: uppercase;
	font-family: var(--wpdm-font);
	letter-spacing: 1px;
	color: var(--color-muted);
	opacity: .4;
	padding: 0;
	margin: 20px 0 10px;
	font-weight: 600
}

.w3eden #wpdm-dashboard-sidebar .udb-item,
.w3eden #wpdm-dashboard-sidebar .adp-item {
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 10px;
	display: block;
	width: 100%;
	outline: none !important;
	color: #708ca3;
	font-family: var(--wpdm-font);
	padding-left: 6px
}

.w3eden #wpdm-dashboard-sidebar .adp-item:hover,
.w3eden #wpdm-dashboard-sidebar .udb-item:hover {
	text-decoration: none
}

.w3eden #wpdm-dashboard-sidebar .udb-item .fa,
.w3eden #wpdm-dashboard-sidebar .udb-item .far,
.w3eden #wpdm-dashboard-sidebar .udb-item .fas,
.w3eden #wpdm-dashboard-sidebar .adp-item .far,
.w3eden #wpdm-dashboard-sidebar .adp-item .fas,
.w3eden #wpdm-dashboard-sidebar .adp-item .fa {
	width: 30px;
	line-height: 30px;
	height: 30px;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	-webkit-transition: all ease-in-out .4s;
	-moz-transition: all ease-in-out .4s;
	-ms-transition: all ease-in-out .4s;
	-o-transition: all ease-in-out .4s;
	transition: all ease-in-out .4s;
	background: #fff
}

.w3eden #wpdm-dashboard-sidebar .udb-item:hover .fa,
.w3eden #wpdm-dashboard-sidebar .udb-item:hover .far,
.w3eden #wpdm-dashboard-sidebar .udb-item:hover .fas {
	box-shadow: 0 0 8px rgba(var(--color-success-rgb), .2) !important
}

.w3eden #wpdm-dashboard-sidebar .udb-item:hover i.color-info {
	box-shadow: 0 0 8px rgba(var(--color-info-rgb), .2) !important
}

.w3eden #wpdm-dashboard-sidebar .udb-item:hover i.color-primary {
	box-shadow: 0 0 8px rgba(var(--color-primary-rgb), .2) !important
}

.w3eden #wpdm-dashboard-sidebar .udb-item:hover i.color-danger {
	box-shadow: 0 0 8px rgba(var(--color-danger-rgb), .2) !important
}

.w3eden .udb-item.selected {
	color: var(--color-primary) !important
}

.w3eden #wpdm-dashboard-sidebar .udb-item.selected .fa,
.w3eden #wpdm-dashboard-sidebar .udb-item.selected .far,
.w3eden #wpdm-dashboard-sidebar .udb-item.selected .fas {
	box-shadow: 0 0 8px rgba(var(--color-primary-rgb), .2) !important;
	background: linear-gradient(135deg, #fff, rgba(var(--color-primary-rgb), .2)) !important;
	color: var(--color-primary) !important
}

.w3eden .list-group-item.active,
.w3eden .list-group-item.active:focus,
.w3eden .list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: var(--color-primary);
	border-color: var(--color-primary) !important
}

.w3eden #wpdm-dashboard-contents .tab-pane .panel:last-child {
	margin-bottom: 0
}

.w3eden #wpdm-dashboard-contents .tab-pane .panel:last-child {
	margin-bottom: 0
}

.w3eden #wpdm-dashboard-contents .nav-tabs {
	border-bottom: 1px solid #ddd !important
}

.w3eden #wpdm-dashboard-contents .nav-tabs a {
	border-color: #ddd #ddd transparent !important
}

.w3eden #wpdm-dashboard-contents .table {
	border-bottom: 0
}

.w3eden small {
	font-size: 11px !important
}

.w3eden .wpdmlogin-logo {
	padding-bottom: 30px
}

.text-center.wpdmlogin-logo a {
	display: inline-block
}

.w3eden .wpdmlogin-logo img {
	box-shadow: none !important;
	max-height: 128px
}

.w3eden #wpdmreg .input-group-prepend .fa,
.w3eden #wpdmlogin .input-group-prepend .fa {
	width: 20px
}

.w3eden #wpdmreg,
.w3eden #wpdmlogin {
	margin: 0 auto;
	max-width: 450px
}

.w3eden #checkout-login #wpdmreg,
.w3eden #checkout-login #wpdmlogin {
	margin: 0 auto;
	max-width: 100%
}

.w3eden .popover.fade {
	z-index: -9999
}

.w3eden .popover.fade.in {
	z-index: 9999
}

.w3eden .package-info-list .panel {
	margin: -10px -15px;
	border: 0
}

.w3eden .package-info-list .panel .panel-heading {
	border-radius: 0
}

.w3eden .wpdm-social-lock {
	margin: 0 3px !important
}

.w3eden .wpdm-social-lock.btn {
	border-radius: 2px !important;
	margin-bottom: 5px !important
}

.w3eden .w3eden.author-dashbboard #tabs a.active {
	color: var(--color-primary)
}

.w3eden .panel.panel-package-locks {
	border: 0 none;
	box-shadow: 0 0 15px rgba(0, 0, 0, .15) !important;
	padding: 20px !important
}

.w3eden .panel.panel-package-locks .panel-heading {
	padding-bottom: 0 !important;
	font-size: 14pt !important;
	font-weight: 900;
	background: 0 0 !important;
	border: 0 !important;
	text-transform: uppercase
}

.w3eden .panel-body.wpdm-social-locks.text-center>p {
	margin-bottom: 20px;
	margin-top: 0;
	padding: 0
}

.w3eden #wp-post_content-editor-tools {
	padding-right: 7px !important
}

.w3eden .wp-editor-container {
	border-top: 1px solid #e7e6e6 !important
}

.w3eden #package-description .wp-switch-editor {
	background: rgba(255, 255, 255, .2);
	font-size: 8pt !important;
	font-weight: 800;
	height: 20px !important;
	letter-spacing: 1px;
	line-height: 20px !important;
	padding: 5px 15px !important
}

.w3eden .html-active .switch-html,
.w3eden .tmce-active .switch-tmce {
	border-bottom-color: #fafafa !important
}

.w3eden .html-active .switch-html,
.w3eden .tmce-active .switch-tmce,
.w3eden .quicktags-toolbar,
.w3eden div.mce-toolbar-grp {
	background: #fafafa !important
}

.w3eden .ed_button.button.button-small {
	border-color: #e1e1e1;
	border-radius: 2px;
	box-shadow: 0 0 1px rgba(0, 0, 0, .1);
	padding-left: 10px;
	padding-right: 10px
}

.w3eden .w3eden.author-dashbboard .nav.nav-tabs li a {
	font-weight: 400 !important;
	border-top-left-radius: 2px !important;
	border-top-right-radius: 2px !important
}

.w3eden #wpdm-pf .nav.nav-tabs a {
	font-size: 9pt !important;
	letter-spacing: .2px;
	text-transform: capitalize
}

.w3eden #wpdm-pf .alert.alert-success {
	position: fixed;
	z-index: 999999999 !important;
	top: 50px;
	right: 20px;
	max-width: 300px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.w3eden #wpdm-pf .alert.alert-success:before {
	background: 0 0 !important
}

.w3eden div.wpdmcard {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px;
	border-top: 5px solid var(--color-primary);
	box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
	background: #fff;
	border-radius: 10px;
	margin-bottom: 50px
}

.w3eden div#wpdmlogin,
.w3eden div#wpdmreg {
	background: #fff;
	padding: 48px;
	border: 1px solid rgba(var(--color-secondary-rgb), .2)
}

.w3eden .input-wrapper label {
	font-size: 12px;
	font-weight: 400;
	opacity: .3;
	margin: 0
}

.w3eden .input-wrapper {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 7px 15px;
	background: #fff !important;
	transition: all ease-in-out .4s
}

.w3eden .input-wrapper.input-focused {
	border: 1px solid var(--color-primary)
}

.w3eden .input-wrapper.input-error {
	border: 1px solid var(--color-danger) !important
}

.w3eden .input-wrapper.input-withvalue {
	border: 1px solid var(--color-primary-active)
}

.w3eden .input-wrapper .form-control {
	border: 0 !important;
	padding: 0 !important;
	box-shadow: none !important;
	background: 0 0 !important
}

.card-header[aria-expanded=false],
.card-header.collapsed {
	border-radius: 3px;
	overflow: hidden;
	border-bottom: 0
}

.w3eden div.wpdmcard.color-primary {
	border-top: 5px solid var(--color-primary) !important
}

.w3eden div.wpdmcard.color-purple {
	border-top: 5px solid #8557d3 !important
}

.w3eden div.wpdmcard.color-success,
.w3eden div.wpdmcard.color-green {
	border-top: 5px solid var(--color-success) !important
}

.w3eden div.wpdmcard.color-danger,
.w3eden div.wpdmcard.color-red {
	border-top: 5px solid var(--color-danger) !important;
	box-shadow: 0 -1px 20px rgba(255, 50, 62, .1)
}

.w3eden div#wpdmlogin.lostpass {
	border-top: 5px solid var(--color-info)
}

.w3eden .panel-info .panel-body.lead {
	font-weight: 900
}

.w3eden .panel-body.lead {
	margin: 0
}

.w3eden .color-purple {
	color: #8557d3 !important
}

.w3eden .color-success,
.w3eden .color-green {
	color: var(--color-success) !important
}

.w3eden .color-info,
.w3eden .color-blue {
	color: var(--color-info) !important
}

.w3eden .color-danger,
.w3eden .color-red {
	color: var(--color-danger) !important
}

.w3eden .color-primary {
	color: var(--color-primary) !important
}

.w3eden .list-group li {
	margin-left: 0
}

.w3eden .wpdm_hide {
	display: none !important
}

.w3eden video {
	max-width: 100% !important
}

.w3eden video.thumbnail {
	padding: 10px
}

.w3eden .videothumbs .thumbnail {
	display: inline-block;
	margin: 0 10px 20px 0 !important
}

.w3eden iframe#thumbnail {
	background: #f2f6f8;
	background: -moz-linear-gradient(top, #f2f6f8 0%, #d8e1e7 5%, #e0eff9 100%);
	background: -webkit-linear-gradient(top, #f2f6f8 0%, #d8e1e7 5%, #e0eff9 100%);
	background: linear-gradient(to bottom, #f2f6f8 0%, #d8e1e7 5%, #e0eff9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f6f8', endColorstr='#e0eff9', GradientType=0)
}

.w3eden .alert.alert-progress {
	background: #08bdf9;
	color: #fff
}

.w3eden .btn.inddl[disabled] {
	display: none !important
}

.w3eden .package-locks .panel+.panel {
	margin-top: 5px
}

.w3eden .panel.terms-panel .panel-footer .eden-checkbox {
	font-weight: 700 !important
}

.w3eden .link-template-widget .media-body a {
	margin: 0 0 6px;
	padding: 0;
	line-height: normal;
	font-size: 12pt;
	display: block
}

.w3eden .card-header .role-tabs a i.fa-circle {
	color: rgba(255, 255, 255, .5) !important
}

.w3eden .card-header .role-tabs a.active i.fa-circle {
	color: #fff !important
}

.w3eden .pull-right {
	float: right !important
}

.w3eden .bold {
	font-weight: 600 !important
}

.w3eden .modal-title {
	font-weight: 600;
	letter-spacing: 1px
}

.w3eden .panel-purchases .panel-footer .badge {
	border-radius: 2px;
	padding: 5px 10px;
	margin-right: 10px;
	letter-spacing: .5px
}

.w3eden .table.manage-packages-frontend td {
	vertical-align: middle
}

.btn.btn-social {
	padding: 0;
	width: 48px;
	line-height: 40px;
	border-radius: 2px;
	margin: 0 3px;
	height: 40px
}

.wpdm-custom-select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff url(//dannci.wpmasters.org/citygov/modern/wp-content/plugins/download-manager/assets/css/../images/sort.svg) calc(100% - 10px) center no-repeat !important;
	background-size: 15px !important;
	padding-right: 10px !important;
	cursor: pointer
}

input.wpdm-radio[type=radio],
input.wpdm-checkbox[type=checkbox] {
	border: 1px solid #d5dbde;
	background: #d5dbde;
	color: #555;
	clear: none;
	cursor: pointer;
	display: inline-block;
	line-height: 0;
	height: 16px;
	margin: -3px 4px 0 0 !important;
	outline: 0;
	padding: 0 !important;
	text-align: center;
	vertical-align: middle;
	width: 16px;
	min-width: 16px;
	-webkit-appearance: none;
	box-shadow: none;
	position: relative;
	border-radius: 1.5px !important;
	-webkit-transition: ease-in-out .3s;
	-moz-transition: ease-in-out .3s;
	-ms-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s
}

input.wpdm-checkbox.wpdm-checkbox-m[type=checkbox],
input.wpdm-radio.wpdm-radio-m[type=radio] {
	transform: scale(1.5);
	border-radius: 1px !important;
	margin: 7px 10px 0 5px !important
}

input.wpdm-checkbox[type=checkbox]:checked {
	border: 1px solid #1484f5;
	background: #1484f5;
	box-shadow: 0 0 4px rgba(20, 132, 245, .71)
}

input.wpdm-radio[type=radio]:checked {
	border: 1px solid #35c34d;
	background: #35c34d;
	box-shadow: 0 0 4px rgba(53, 195, 77, .71)
}

input.wpdm-radio[type=radio]:checked:before,
input.wpdm-checkbox[type=checkbox]:checked:before {
	content: "";
	position: absolute;
	left: 4.5px;
	top: 1.5px;
	width: 5px !important;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg)
}

input.wpdm-radio[type=radio]:checked:before,
input.wpdm-checkbox[type=checkbox]:checked:before {
	float: left;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	font: 400 21px/1 dashicons;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

svg#wpdm-loading path,
svg#wpdm-loading rect {
	fill: #ff6700 !important
}

.w3eden .blockui {
	position: relative
}

.w3eden .blockui:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background: rgba(255, 255, 255, .8) url(//dannci.wpmasters.org/citygov/modern/wp-content/plugins/download-manager/assets/css/../images/loader.svg) center center no-repeat;
	background-size: 64px;
	-webkit-transition: ease-in-out .4s;
	-moz-transition: ease-in-out .4s;
	-ms-transition: ease-in-out .4s;
	-o-transition: ease-in-out .4s;
	transition: ease-in-out .4s
}

#wpdm-fixed-top-center {
	position: fixed;
	top: 0;
	z-index: 9999999;
	left: calc(50% - 200px);
	width: 400px;
	border-radius: 0 0 8px 8px !important;
	text-align: center
}

#wpdm-floatify-top-right,
#wpdm-notify-top-right {
	position: fixed;
	top: 30px;
	right: 30px;
	z-index: 999999999 !important
}

#wpdm-floatify-bottom-left,
#wpdm-notify-bottom-left {
	position: fixed;
	bottom: 30px;
	left: 30px;
	z-index: 999999999 !important
}

#wpdm-notify-bottom-full {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999999999 !important;
	text-align: center !important
}

#wpdm-notify-top-center {
	position: fixed;
	left: 50% !important;
	top: 40px !important;
	z-index: 999999999
}

.wpdm-floatify {
	margin-bottom: 10px;
	font-size: 10pt !important;
	letter-spacing: .5px
}

.wpdm-notify {
	padding: 20px 40px !important;
	border-radius: 0;
	clear: both;
	background: #fff;
	background-size: 24px !important;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 11pt !important;
	letter-spacing: .5px
}

#wpdm-notify-top-center .wpdm-notify {
	margin-left: -50% !important;
	display: inline-block
}

.wpdm-hide-right {
	display: none;
	position: absolute
}

.wpdm-notify .wpdm-notify-title {
	display: block;
	margin-bottom: 5px
}

.wpdm-notify-info {
	border-bottom: 3px solid var(--color-info);
	color: var(--color-info-active)
}

.wpdm-notify-success {
	background-size: 24px !important;
	border-bottom: 3px solid var(--color-success);
	color: var(--color-success-active)
}

#wpdm-notify-bottom-full .wpdm-notify-success {
	background: var(--color-success-active);
	color: #fff;
	margin: 0 !important;
	border: 0 !important;
	box-shadow: none;
	font-size: 11pt !important
}

.wpdm-notify-error {
	background-size: 24px !important;
	border-bottom: 3px solid var(--color-danger);
	color: var(--color-danger)
}

.wpdm-overlay {
	position: relative;
	overflow: hidden
}

.wpdm-overlay-content {
	padding-top: 20px;
	position: absolute;
	z-index: 999999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .9)
}

.wpdm-overlay .wpdm-overlay-close {
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 9pt;
	color: var(--color-red)
}

.form-group-row {
	margin-bottom: 10px
}

.form-group-row .col-md-9,
.form-group-row .col-md-3 {
	vertical-align: middle;
	line-height: 36px
}

.human {
	display: none
}

i.udbsap {
	width: 32px;
	vertical-align: middle;
	display: inline-block;
	height: 1px;
	margin-top: -2px;
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 17%, rgba(0, 0, 0, .65) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 17%, rgba(0, 0, 0, .65) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 17%, rgba(0, 0, 0, .65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
	opacity: .5
}

.file-info {
	font-size: 9pt;
	line-height: 1.4
}

.file-info .file-title {
	font-size: 10pt;
	font-weight: 700;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 40px;
	position: relative;
	width: 100%
}

.wpdm-file-block .img-area img {
	height: auto;
	vertical-align: middle;
	margin: 15px auto;
	display: inline-block
}

.wpdm-file-block .img-area img.file-ico {
	padding: 20% !important
}

.w3eden .file-thumb.wpdm-file {
	padding: 10% !important;
	max-width: 100%
}

@media (max-width:800px) {
	.wpdm-dir-locator {
		display: none
	}
}

.link-template-default .package-title {
	margin: 0;
	font-size: 11pt;
	line-height: 24px
}

.link-template-default.thumbnail {
	padding: 10px
}

.link-template-default.thumbnail .wpdm-download-link.btn {
	padding: 0 20px;
	line-height: 48px;
	font-size: 12pt
}

.form-control.input-sm.inddlps {
	font-size: 10px;
	border-radius: 2px
}

.text-small {
	font-size: 80%
}

.c-pointer {
	cursor: pointer
}

.w3eden .img-48 img {
	max-width: 48px;
	height: auto;
	padding: 0;
	margin: 0
}

.w3eden #__boot_popup .modal-content {
	border: 0;
	box-shadow: 0 0 15px rgba(0, 0, 0, .2)
}

.w3eden #__boot_popup {
	background: rgba(0, 0, 0, .5)
}

.w3eden .input-group-x .input-group-btn .btn,
.w3eden .input-group-x .form-control {
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	background: #fff !important;
	font-weight: 400 !important;
	letter-spacing: 1px
}

.w3eden .input-group-x {
	border-radius: 3px;
	border: 1px solid #ddd;
	overflow: hidden
}

.card-width-table .table {
	margin-bottom: 0
}

.card-width-table .card-footer {
	border-top: 0
}

.table thead th {
	border: 0 !important;
	background: #d4dbe3;
	border-bottom: 1px solid #dee2e6 !important
}

.table-striped tbody tr:nth-of-type(2n+1) {
	background-color: rgba(0, 0, 0, .02)
}

.card-width-table .card-footer,
.table tr td {
	border-top: 1px solid rgba(222, 226, 230, .9) !important
}

.table.table-striped tr:hover {
	background: rgba(222, 226, 230, .3) !important
}

.table tr:first-child td {
	border-top: 0 !important
}

.actions {
	vertical-align: middle
}

.actions .btn-sm {
	font-size: 9px;
	padding: 8px 10px;
	border-radius: 2px
}

.w3eden a {
	outline: none !important
}

#wpdm-audio-player-ui {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 999999
}

#wpdm-audio-player-ui .wpdm-audio-control-buttons .btn {
	border-radius: 2px
}

#wpdm-audio-player-ui .progress {
	min-width: 200px;
	height: 38px;
	border-radius: 2px;
	cursor: pointer;
	position: relative;
	background: rgba(0, 0, 0, .06);
	margin: 0;
	padding: 10px 55px
}

#wpdm-audio-player-ui .progress-bar {
	border-radius: 2px;
	background: #239cef linear-gradient(180deg, #5b71e8d6, #4b5dbbde);
	height: 100%
}

#wpdm-audio-player-ui #mins {
	line-height: 36px;
	right: 15px;
	position: absolute;
	font-size: 10px
}

#wpdm-audio-player-ui #played {
	line-height: 36px;
	left: 15px;
	position: absolute;
	font-size: 10px
}

#wpdm-audio-player-ui .volumctrl {
	position: absolute;
	right: 0;
	width: 100px;
	top: -40px;
	padding: 7px 10px 0;
	border: 1px solid #eee;
	border-radius: 3px;
	background: #fcfcfc;
	display: none
}

#wpdm-audio-player-ui .volumctrl input {
	max-width: 100%;
	margin: 0
}

.ext-absolute {
	position: absolute!important
}

.ext-relative {
	position: relative!important
}

.ext-top-base {
	top: var(--wp--style--block-gap, 1.75rem)!important
}

.ext-top-lg {
	top: var(--extendify--spacing--large)!important
}

.ext--top-base {
	top: calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}

.ext--top-lg {
	top: calc(var(--extendify--spacing--large)*-1)!important
}

.ext-right-base {
	right: var(--wp--style--block-gap, 1.75rem)!important
}

.ext-right-lg {
	right: var(--extendify--spacing--large)!important
}

.ext--right-base {
	right: calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}

.ext--right-lg {
	right: calc(var(--extendify--spacing--large)*-1)!important
}

.ext-bottom-base {
	bottom: var(--wp--style--block-gap, 1.75rem)!important
}

.ext-bottom-lg {
	bottom: var(--extendify--spacing--large)!important
}

.ext--bottom-base {
	bottom: calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}

.ext--bottom-lg {
	bottom: calc(var(--extendify--spacing--large)*-1)!important
}

.ext-left-base {
	left: var(--wp--style--block-gap, 1.75rem)!important
}

.ext-left-lg {
	left: var(--extendify--spacing--large)!important
}

.ext--left-base {
	left: calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}

.ext--left-lg {
	left: calc(var(--extendify--spacing--large)*-1)!important
}

.ext-order-1 {
	order: 1!important
}

.ext-order-2 {
	order: 2!important
}

.ext-col-auto {
	grid-column: auto!important
}

.ext-col-span-1 {
	grid-column: span 1/span 1!important
}

.ext-col-span-2 {
	grid-column: span 2/span 2!important
}

.ext-col-span-3 {
	grid-column: span 3/span 3!important
}

.ext-col-span-4 {
	grid-column: span 4/span 4!important
}

.ext-col-span-5 {
	grid-column: span 5/span 5!important
}

.ext-col-span-6 {
	grid-column: span 6/span 6!important
}

.ext-col-span-7 {
	grid-column: span 7/span 7!important
}

.ext-col-span-8 {
	grid-column: span 8/span 8!important
}

.ext-col-span-9 {
	grid-column: span 9/span 9!important
}

.ext-col-span-10 {
	grid-column: span 10/span 10!important
}

.ext-col-span-11 {
	grid-column: span 11/span 11!important
}

.ext-col-span-12 {
	grid-column: span 12/span 12!important
}

.ext-col-span-full {
	grid-column: 1/-1!important
}

.ext-col-start-1 {
	grid-column-start: 1!important
}

.ext-col-start-2 {
	grid-column-start: 2!important
}

.ext-col-start-3 {
	grid-column-start: 3!important
}

.ext-col-start-4 {
	grid-column-start: 4!important
}

.ext-col-start-5 {
	grid-column-start: 5!important
}

.ext-col-start-6 {
	grid-column-start: 6!important
}

.ext-col-start-7 {
	grid-column-start: 7!important
}

.ext-col-start-8 {
	grid-column-start: 8!important
}

.ext-col-start-9 {
	grid-column-start: 9!important
}

.ext-col-start-10 {
	grid-column-start: 10!important
}

.ext-col-start-11 {
	grid-column-start: 11!important
}

.ext-col-start-12 {
	grid-column-start: 12!important
}

.ext-col-start-13 {
	grid-column-start: 13!important
}

.ext-col-start-auto {
	grid-column-start: auto!important
}

.ext-col-end-1 {
	grid-column-end: 1!important
}

.ext-col-end-2 {
	grid-column-end: 2!important
}

.ext-col-end-3 {
	grid-column-end: 3!important
}

.ext-col-end-4 {
	grid-column-end: 4!important
}

.ext-col-end-5 {
	grid-column-end: 5!important
}

.ext-col-end-6 {
	grid-column-end: 6!important
}

.ext-col-end-7 {
	grid-column-end: 7!important
}

.ext-col-end-8 {
	grid-column-end: 8!important
}

.ext-col-end-9 {
	grid-column-end: 9!important
}

.ext-col-end-10 {
	grid-column-end: 10!important
}

.ext-col-end-11 {
	grid-column-end: 11!important
}

.ext-col-end-12 {
	grid-column-end: 12!important
}

.ext-col-end-13 {
	grid-column-end: 13!important
}

.ext-col-end-auto {
	grid-column-end: auto!important
}

.ext-row-auto {
	grid-row: auto!important
}

.ext-row-span-1 {
	grid-row: span 1/span 1!important
}

.ext-row-span-2 {
	grid-row: span 2/span 2!important
}

.ext-row-span-3 {
	grid-row: span 3/span 3!important
}

.ext-row-span-4 {
	grid-row: span 4/span 4!important
}

.ext-row-span-5 {
	grid-row: span 5/span 5!important
}

.ext-row-span-6 {
	grid-row: span 6/span 6!important
}

.ext-row-span-full {
	grid-row: 1/-1!important
}

.ext-row-start-1 {
	grid-row-start: 1!important
}

.ext-row-start-2 {
	grid-row-start: 2!important
}

.ext-row-start-3 {
	grid-row-start: 3!important
}

.ext-row-start-4 {
	grid-row-start: 4!important
}

.ext-row-start-5 {
	grid-row-start: 5!important
}

.ext-row-start-6 {
	grid-row-start: 6!important
}

.ext-row-start-7 {
	grid-row-start: 7!important
}

.ext-row-start-auto {
	grid-row-start: auto!important
}

.ext-row-end-1 {
	grid-row-end: 1!important
}

.ext-row-end-2 {
	grid-row-end: 2!important
}

.ext-row-end-3 {
	grid-row-end: 3!important
}

.ext-row-end-4 {
	grid-row-end: 4!important
}

.ext-row-end-5 {
	grid-row-end: 5!important
}

.ext-row-end-6 {
	grid-row-end: 6!important
}

.ext-row-end-7 {
	grid-row-end: 7!important
}

.ext-row-end-auto {
	grid-row-end: auto!important
}

.ext-m-0:not([style*=margin]) {
	margin: 0!important
}

.ext-m-auto:not([style*=margin]) {
	margin: auto!important
}

.ext-m-base:not([style*=margin]) {
	margin: var(--wp--style--block-gap, 1.75rem)!important
}

.ext-m-lg:not([style*=margin]) {
	margin: var(--extendify--spacing--large)!important
}

.ext--m-base:not([style*=margin]) {
	margin: calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}

.ext--m-lg:not([style*=margin]) {
	margin: calc(var(--extendify--spacing--large)*-1)!important
}

.ext-mx-0:not([style*=margin]) {
	margin-left: 0!important;
	margin-right: 0!important
}

.ext-mx-auto:not([style*=margin]) {
	margin-left: auto!important;
	margin-right: auto!important
}

.ext-mx-base:not([style*=margin]) {
	margin-left: var(--wp--style--block-gap, 1.75rem)!important;
	margin-right: var(--wp--style--block-gap, 1.75rem)!important
}

.ext-mx-lg:not([style*=margin]) {
	margin-left: var(--extendify--spacing--large)!important;
	margin-right: var(--extendify--spacing--large)!important
}

.ext--mx-base:not([style*=margin]) {
	margin-left: calc(var(--wp--style--block-gap, 1.75rem)*-1)!important;
	margin-right: calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}

.ext--mx-lg:not([style*=margin]) {
	margin-left: calc(var(--extendify--spacing--large)*-1)!important;
	margin-right: calc(var(--extendify--spacing--large)*-1)!important
}

.ext-my-0:not([style*=margin]) {
	margin-bottom: 0!important;
	margin-top: 0!important
}

.ext-my-auto:not([style*=margin]) {
	margin-bottom: auto!important;
	margin-top: auto!important
}

.ext-my-base:not([style*=margin]) {
	margin-bottom: var(--wp--style--block-gap, 1.75rem)!important;
	margin-top: var(--wp--style--block-gap, 1.75rem)!important
}

.ext-my-lg:not([style*=margin]) {
	margin-bottom: var(--extendify--spacing--large)!important;
	margin-top: var(--extendify--spacing--large)!important
}

.ext--my-base:not([style*=margin]) {
	margin-bottom: calc(var(--wp--style--block-gap, 1.75rem)*-1)!important;
	margin-top: calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}

.ext--my-lg:not([style*=margin]) {
	margin-bottom: calc(var(--extendify--spacing--large)*-1)!important;
	margin-top: calc(var(--extendify--spacing--large)*-1)!important
}

.ext-mt-0:not([style*=margin]) {
	margin-top: 0!important
}

.ext-mt-auto:not([style*=margin]) {
	margin-top: auto!important
}

.ext-mt-base:not([style*=margin]) {
	margin-top: var(--wp--style--block-gap, 1.75rem)!important
}

.ext-mt-lg:not([style*=margin]) {
	margin-top: var(--extendify--spacing--large)!important
}

.ext--mt-base:not([style*=margin]) {
	margin-top: calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}

.ext--mt-lg:not([style*=margin]) {
	margin-top: calc(var(--extendify--spacing--large)*-1)!important
}

.ext-mr-0:not([style*=margin]) {
	margin-right: 0!important
}

.ext-mr-auto:not([style*=margin]) {
	margin-right: auto!important
}

.ext-mr-base:not([style*=margin]) {
	margin-right: var(--wp--style--block-gap, 1.75rem)!important
}

.ext-mr-lg:not([style*=margin]) {
	margin-right: var(--extendify--spacing--large)!important
}

.ext--mr-base:not([style*=margin]) {
	margin-right: calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}

.ext--mr-lg:not([style*=margin]) {
	margin-right: calc(var(--extendify--spacing--large)*-1)!important
}

.ext-mb-0:not([style*=margin]) {
	margin-bottom: 0!important
}

.ext-mb-auto:not([style*=margin]) {
	margin-bottom: auto!important
}

.ext-mb-base:not([style*=margin]) {
	margin-bottom: var(--wp--style--block-gap, 1.75rem)!important
}

.ext-mb-lg:not([style*=margin]) {
	margin-bottom: var(--extendify--spacing--large)!important
}

.ext--mb-base:not([style*=margin]) {
	margin-bottom: calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}

.ext--mb-lg:not([style*=margin]) {
	margin-bottom: calc(var(--extendify--spacing--large)*-1)!important
}

.ext-ml-0:not([style*=margin]) {
	margin-left: 0!important
}

.ext-ml-auto:not([style*=margin]) {
	margin-left: auto!important
}

.ext-ml-base:not([style*=margin]) {
	margin-left: var(--wp--style--block-gap, 1.75rem)!important
}

.ext-ml-lg:not([style*=margin]) {
	margin-left: var(--extendify--spacing--large)!important
}

.ext--ml-base:not([style*=margin]) {
	margin-left: calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
}

.ext--ml-lg:not([style*=margin]) {
	margin-left: calc(var(--extendify--spacing--large)*-1)!important
}

.ext-block {
	display: block!important
}

.ext-inline-block {
	display: inline-block!important
}

.ext-inline {
	display: inline!important
}

.ext-flex {
	display: flex!important
}

.ext-inline-flex {
	display: inline-flex!important
}

.ext-grid {
	display: grid!important
}

.ext-inline-grid {
	display: inline-grid!important
}

.ext-hidden {
	display: none!important
}

.ext-w-auto {
	width: auto!important
}

.ext-w-full {
	width: 100%!important
}

.ext-max-w-full {
	max-width: 100%!important
}

.ext-flex-1 {
	flex: 1 1 0%!important
}

.ext-flex-auto {
	flex: 1 1 auto!important
}

.ext-flex-initial {
	flex: 0 1 auto!important
}

.ext-flex-none {
	flex: none!important
}

.ext-flex-shrink-0 {
	flex-shrink: 0!important
}

.ext-flex-shrink {
	flex-shrink: 1!important
}

.ext-flex-grow-0 {
	flex-grow: 0!important
}

.ext-flex-grow {
	flex-grow: 1!important
}

.ext-list-none {
	list-style-type: none!important
}

.ext-grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr))!important
}

.ext-grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr))!important
}

.ext-grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr))!important
}

.ext-grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr))!important
}

.ext-grid-cols-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr))!important
}

.ext-grid-cols-6 {
	grid-template-columns: repeat(6, minmax(0, 1fr))!important
}

.ext-grid-cols-7 {
	grid-template-columns: repeat(7, minmax(0, 1fr))!important
}

.ext-grid-cols-8 {
	grid-template-columns: repeat(8, minmax(0, 1fr))!important
}

.ext-grid-cols-9 {
	grid-template-columns: repeat(9, minmax(0, 1fr))!important
}

.ext-grid-cols-10 {
	grid-template-columns: repeat(10, minmax(0, 1fr))!important
}

.ext-grid-cols-11 {
	grid-template-columns: repeat(11, minmax(0, 1fr))!important
}

.ext-grid-cols-12 {
	grid-template-columns: repeat(12, minmax(0, 1fr))!important
}

.ext-grid-cols-none {
	grid-template-columns: none!important
}

.ext-grid-rows-1 {
	grid-template-rows: repeat(1, minmax(0, 1fr))!important
}

.ext-grid-rows-2 {
	grid-template-rows: repeat(2, minmax(0, 1fr))!important
}

.ext-grid-rows-3 {
	grid-template-rows: repeat(3, minmax(0, 1fr))!important
}

.ext-grid-rows-4 {
	grid-template-rows: repeat(4, minmax(0, 1fr))!important
}

.ext-grid-rows-5 {
	grid-template-rows: repeat(5, minmax(0, 1fr))!important
}

.ext-grid-rows-6 {
	grid-template-rows: repeat(6, minmax(0, 1fr))!important
}

.ext-grid-rows-none {
	grid-template-rows: none!important
}

.ext-flex-row {
	flex-direction: row!important
}

.ext-flex-row-reverse {
	flex-direction: row-reverse!important
}

.ext-flex-col {
	flex-direction: column!important
}

.ext-flex-col-reverse {
	flex-direction: column-reverse!important
}

.ext-flex-wrap {
	flex-wrap: wrap!important
}

.ext-flex-wrap-reverse {
	flex-wrap: wrap-reverse!important
}

.ext-flex-nowrap {
	flex-wrap: nowrap!important
}

.ext-items-start {
	align-items: flex-start!important
}

.ext-items-end {
	align-items: flex-end!important
}

.ext-items-center {
	align-items: center!important
}

.ext-items-baseline {
	align-items: baseline!important
}

.ext-items-stretch {
	align-items: stretch!important
}

.ext-justify-start {
	justify-content: flex-start!important
}

.ext-justify-end {
	justify-content: flex-end!important
}

.ext-justify-center {
	justify-content: center!important
}

.ext-justify-between {
	justify-content: space-between!important
}

.ext-justify-around {
	justify-content: space-around!important
}

.ext-justify-evenly {
	justify-content: space-evenly!important
}

.ext-justify-items-start {
	justify-items: start!important
}

.ext-justify-items-end {
	justify-items: end!important
}

.ext-justify-items-center {
	justify-items: center!important
}

.ext-justify-items-stretch {
	justify-items: stretch!important
}

.ext-gap-0 {
	gap: 0!important
}

.ext-gap-base {
	gap: var(--wp--style--block-gap, 1.75rem)!important
}

.ext-gap-lg {
	gap: var(--extendify--spacing--large)!important
}

.ext-gap-x-0 {
	-moz-column-gap: 0!important;
	column-gap: 0!important
}

.ext-gap-x-base {
	-moz-column-gap: var(--wp--style--block-gap, 1.75rem)!important;
	column-gap: var(--wp--style--block-gap, 1.75rem)!important
}

.ext-gap-x-lg {
	-moz-column-gap: var(--extendify--spacing--large)!important;
	column-gap: var(--extendify--spacing--large)!important
}

.ext-gap-y-0 {
	row-gap: 0!important
}

.ext-gap-y-base {
	row-gap: var(--wp--style--block-gap, 1.75rem)!important
}

.ext-gap-y-lg {
	row-gap: var(--extendify--spacing--large)!important
}

.ext-justify-self-auto {
	justify-self: auto!important
}

.ext-justify-self-start {
	justify-self: start!important
}

.ext-justify-self-end {
	justify-self: end!important
}

.ext-justify-self-center {
	justify-self: center!important
}

.ext-justify-self-stretch {
	justify-self: stretch!important
}

.ext-rounded-none {
	border-radius: 0!important
}

.ext-rounded-full {
	border-radius: 9999px!important
}

.ext-rounded-t-none {
	border-top-left-radius: 0!important;
	border-top-right-radius: 0!important
}

.ext-rounded-t-full {
	border-top-left-radius: 9999px!important;
	border-top-right-radius: 9999px!important
}

.ext-rounded-r-none {
	border-bottom-right-radius: 0!important;
	border-top-right-radius: 0!important
}

.ext-rounded-r-full {
	border-bottom-right-radius: 9999px!important;
	border-top-right-radius: 9999px!important
}

.ext-rounded-b-none {
	border-bottom-left-radius: 0!important;
	border-bottom-right-radius: 0!important
}

.ext-rounded-b-full {
	border-bottom-left-radius: 9999px!important;
	border-bottom-right-radius: 9999px!important
}

.ext-rounded-l-none {
	border-bottom-left-radius: 0!important;
	border-top-left-radius: 0!important
}

.ext-rounded-l-full {
	border-bottom-left-radius: 9999px!important;
	border-top-left-radius: 9999px!important
}

.ext-rounded-tl-none {
	border-top-left-radius: 0!important
}

.ext-rounded-tl-full {
	border-top-left-radius: 9999px!important
}

.ext-rounded-tr-none {
	border-top-right-radius: 0!important
}

.ext-rounded-tr-full {
	border-top-right-radius: 9999px!important
}

.ext-rounded-br-none {
	border-bottom-right-radius: 0!important
}

.ext-rounded-br-full {
	border-bottom-right-radius: 9999px!important
}

.ext-rounded-bl-none {
	border-bottom-left-radius: 0!important
}

.ext-rounded-bl-full {
	border-bottom-left-radius: 9999px!important
}

.ext-border-0 {
	border-width: 0!important
}

.ext-border-t-0 {
	border-top-width: 0!important
}

.ext-border-r-0 {
	border-right-width: 0!important
}

.ext-border-b-0 {
	border-bottom-width: 0!important
}

.ext-border-l-0 {
	border-left-width: 0!important
}

.ext-p-0:not([style*=padding]) {
	padding: 0!important
}

.ext-p-base:not([style*=padding]) {
	padding: var(--wp--style--block-gap, 1.75rem)!important
}

.ext-p-lg:not([style*=padding]) {
	padding: var(--extendify--spacing--large)!important
}

.ext-px-0:not([style*=padding]) {
	padding-left: 0!important;
	padding-right: 0!important
}

.ext-px-base:not([style*=padding]) {
	padding-left: var(--wp--style--block-gap, 1.75rem)!important;
	padding-right: var(--wp--style--block-gap, 1.75rem)!important
}

.ext-px-lg:not([style*=padding]) {
	padding-left: var(--extendify--spacing--large)!important;
	padding-right: var(--extendify--spacing--large)!important
}

.ext-py-0:not([style*=padding]) {
	padding-bottom: 0!important;
	padding-top: 0!important
}

.ext-py-base:not([style*=padding]) {
	padding-bottom: var(--wp--style--block-gap, 1.75rem)!important;
	padding-top: var(--wp--style--block-gap, 1.75rem)!important
}

.ext-py-lg:not([style*=padding]) {
	padding-bottom: var(--extendify--spacing--large)!important;
	padding-top: var(--extendify--spacing--large)!important
}

.ext-pt-0:not([style*=padding]) {
	padding-top: 0!important
}

.ext-pt-base:not([style*=padding]) {
	padding-top: var(--wp--style--block-gap, 1.75rem)!important
}

.ext-pt-lg:not([style*=padding]) {
	padding-top: var(--extendify--spacing--large)!important
}

.ext-pr-0:not([style*=padding]) {
	padding-right: 0!important
}

.ext-pr-base:not([style*=padding]) {
	padding-right: var(--wp--style--block-gap, 1.75rem)!important
}

.ext-pr-lg:not([style*=padding]) {
	padding-right: var(--extendify--spacing--large)!important
}

.ext-pb-0:not([style*=padding]) {
	padding-bottom: 0!important
}

.ext-pb-base:not([style*=padding]) {
	padding-bottom: var(--wp--style--block-gap, 1.75rem)!important
}

.ext-pb-lg:not([style*=padding]) {
	padding-bottom: var(--extendify--spacing--large)!important
}

.ext-pl-0:not([style*=padding]) {
	padding-left: 0!important
}

.ext-pl-base:not([style*=padding]) {
	padding-left: var(--wp--style--block-gap, 1.75rem)!important
}

.ext-pl-lg:not([style*=padding]) {
	padding-left: var(--extendify--spacing--large)!important
}

.ext-text-left {
	text-align: left!important
}

.ext-text-center {
	text-align: center!important
}

.ext-text-right {
	text-align: right!important
}

.ext-leading-none {
	line-height: 1!important
}

.ext-leading-tight {
	line-height: 1.25!important
}

.ext-leading-snug {
	line-height: 1.375!important
}

.ext-leading-normal {
	line-height: 1.5!important
}

.ext-leading-relaxed {
	line-height: 1.625!important
}

.ext-leading-loose {
	line-height: 2!important
}

.clip-path--rhombus img {
	-webkit-clip-path: polygon(15% 6%, 80% 29%, 84% 93%, 23% 69%);
	clip-path: polygon(15% 6%, 80% 29%, 84% 93%, 23% 69%)
}

.clip-path--diamond img {
	-webkit-clip-path: polygon(5% 29%, 60% 2%, 91% 64%, 36% 89%);
	clip-path: polygon(5% 29%, 60% 2%, 91% 64%, 36% 89%)
}

.clip-path--rhombus-alt img {
	-webkit-clip-path: polygon(14% 9%, 85% 24%, 91% 89%, 19% 76%);
	clip-path: polygon(14% 9%, 85% 24%, 91% 89%, 19% 76%)
}

.wp-block-columns[class*=fullwidth-cols] {
	margin-bottom: unset
}

.wp-block-column.editor\:pointer-events-none {
	margin-bottom: 0!important;
	margin-top: 0!important
}

.is-root-container.block-editor-block-list__layout>[data-align=full]:not(:first-of-type)>.wp-block-column.editor\:pointer-events-none,
.is-root-container.block-editor-block-list__layout>[data-align=wide]>.wp-block-column.editor\:pointer-events-none {
	margin-top: calc(var(--wp--style--block-gap, 28px)*-1)!important
}

.ext .wp-block-columns .wp-block-column[style*=padding] {
	padding-left: 0!important;
	padding-right: 0!important
}

.ext .wp-block-columns+.wp-block-columns:not([class*=mt-]):not([class*=my-]):not([style*=margin]) {
	margin-top: 0!important
}

[class*=fullwidth-cols] .wp-block-column:first-child,
[class*=fullwidth-cols] .wp-block-group:first-child {
	margin-top: 0
}

[class*=fullwidth-cols] .wp-block-column:last-child,
[class*=fullwidth-cols] .wp-block-group:last-child {
	margin-bottom: 0
}

[class*=fullwidth-cols] .wp-block-column:first-child>*,
[class*=fullwidth-cols] .wp-block-column>:first-child {
	margin-top: 0
}

.ext .is-not-stacked-on-mobile .wp-block-column,
[class*=fullwidth-cols] .wp-block-column>:last-child {
	margin-bottom: 0
}

.wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:last-child) {
	margin-bottom: var(--wp--style--block-gap, 1.75rem)
}

@media (min-width:782px) {
	.wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:last-child) {
		margin-bottom: 0
	}
}

.wp-block-columns[class*=fullwidth-cols].is-not-stacked-on-mobile>.wp-block-column {
	margin-bottom: 0!important
}

@media (min-width:600px) and (max-width:781px) {
	.wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n) {
		margin-left: var(--wp--style--block-gap, 2em)
	}
}

@media (max-width:781px) {
	.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) {
		flex-wrap: wrap
	}
	.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,
	.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not([style*=margin]) {
		margin-left: 0!important
	}
	.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 100%!important
	}
}

@media (max-width:1079px) {
	.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) {
		flex-wrap: wrap
	}
	.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,
	.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not([style*=margin]) {
		margin-left: 0!important
	}
	.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 100%!important
	}
	.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:last-child) {
		margin-bottom: var(--wp--style--block-gap, 1.75rem)!important
	}
}

.direction-rtl {
	direction: rtl
}

.direction-ltr {
	direction: ltr
}

.is-style-inline-list {
	padding-left: 0!important
}

.is-style-inline-list li {
	list-style-type: none!important
}

@media (min-width:782px) {
	.is-style-inline-list li {
		display: inline!important;
		margin-right: var(--wp--style--block-gap, 1.75rem)!important
	}
}

@media (min-width:782px) {
	.is-style-inline-list li:first-child {
		margin-left: 0!important
	}
}

@media (min-width:782px) {
	.is-style-inline-list li:last-child {
		margin-right: 0!important
	}
}

.bring-to-front {
	position: relative;
	z-index: 10
}

.text-stroke {
	-webkit-text-stroke-color: var(--wp--preset--color--background)
}

.text-stroke,
.text-stroke--primary {
	-webkit-text-stroke-width: var(--wp--custom--typography--text-stroke-width, 2px)
}

.text-stroke--primary {
	-webkit-text-stroke-color: var(--wp--preset--color--primary)
}

.text-stroke--secondary {
	-webkit-text-stroke-width: var(--wp--custom--typography--text-stroke-width, 2px);
	-webkit-text-stroke-color: var(--wp--preset--color--secondary)
}

.editor\:no-caption .block-editor-rich-text__editable {
	display: none!important
}

.editor\:no-inserter .wp-block-column:not(.is-selected)>.block-list-appender,
.editor\:no-inserter .wp-block-cover__inner-container>.block-list-appender,
.editor\:no-inserter .wp-block-group__inner-container>.block-list-appender,
.editor\:no-inserter>.block-list-appender {
	display: none
}

.editor\:no-resize .components-resizable-box__handle,
.editor\:no-resize .components-resizable-box__handle:after,
.editor\:no-resize .components-resizable-box__side-handle:before {
	display: none;
	pointer-events: none
}

.editor\:no-resize .components-resizable-box__container {
	display: block
}

.editor\:pointer-events-none {
	pointer-events: none
}

.is-style-angled {
	justify-content: flex-end
}

.ext .is-style-angled>[class*=_inner-container],
.is-style-angled {
	align-items: center
}

.is-style-angled .wp-block-cover__image-background,
.is-style-angled .wp-block-cover__video-background {
	-webkit-clip-path: polygon(0 0, 30% 0, 50% 100%, 0 100%);
	clip-path: polygon(0 0, 30% 0, 50% 100%, 0 100%);
	z-index: 1
}

@media (min-width:782px) {
	.is-style-angled .wp-block-cover__image-background,
	.is-style-angled .wp-block-cover__video-background {
		-webkit-clip-path: polygon(0 0, 55% 0, 65% 100%, 0 100%);
		clip-path: polygon(0 0, 55% 0, 65% 100%, 0 100%)
	}
}

.has-foreground-color {
	color: var(--wp--preset--color--foreground, #000)!important
}

.has-foreground-background-color {
	background-color: var(--wp--preset--color--foreground, #000)!important
}

.has-background-color {
	color: var(--wp--preset--color--background, #fff)!important
}

.has-background-background-color {
	background-color: var(--wp--preset--color--background, #fff)!important
}

.has-primary-color {
	color: var(--wp--preset--color--primary, #4b5563)!important
}

.has-primary-background-color {
	background-color: var(--wp--preset--color--primary, #4b5563)!important
}

.has-secondary-color {
	color: var(--wp--preset--color--secondary, #9ca3af)!important
}

.has-secondary-background-color {
	background-color: var(--wp--preset--color--secondary, #9ca3af)!important
}

.ext.has-text-color h1,
.ext.has-text-color h2,
.ext.has-text-color h3,
.ext.has-text-color h4,
.ext.has-text-color h5,
.ext.has-text-color h6,
.ext.has-text-color p {
	color: currentColor
}

.has-white-color {
	color: var(--wp--preset--color--white, #fff)!important
}

.has-black-color {
	color: var(--wp--preset--color--black, #000)!important
}

.has-ext-foreground-background-color {
	background-color: var(--wp--preset--color--foreground, var(--wp--preset--color--black, #000))!important
}

.has-ext-primary-background-color {
	background-color: var(--wp--preset--color--primary, var(--wp--preset--color--cyan-bluish-gray, #000))!important
}

.wp-block-button__link.has-black-background-color {
	border-color: var(--wp--preset--color--black, #000)
}

.wp-block-button__link.has-white-background-color {
	border-color: var(--wp--preset--color--white, #fff)
}

.has-ext-small-font-size {
	font-size: var(--wp--preset--font-size--ext-small)!important
}

.has-ext-medium-font-size {
	font-size: var(--wp--preset--font-size--ext-medium)!important
}

.has-ext-large-font-size {
	font-size: var(--wp--preset--font-size--ext-large)!important;
	line-height: 1.2
}

.has-ext-x-large-font-size {
	font-size: var(--wp--preset--font-size--ext-x-large)!important;
	line-height: 1
}

.has-ext-xx-large-font-size {
	font-size: var(--wp--preset--font-size--ext-xx-large)!important;
	line-height: 1
}

.has-ext-x-large-font-size:not([style*=line-height]),
.has-ext-xx-large-font-size:not([style*=line-height]) {
	line-height: 1.1
}

.ext .wp-block-group>* {
	margin-bottom: 0;
	margin-top: 0
}

.ext .wp-block-group>*+* {
	margin-bottom: 0
}

.ext .wp-block-group>*+*,
.ext h2 {
	margin-top: var(--wp--style--block-gap, 1.75rem)
}

.ext h2 {
	margin-bottom: var(--wp--style--block-gap, 1.75rem)
}

.has-ext-x-large-font-size+h3,
.has-ext-x-large-font-size+p {
	margin-top: .5rem
}

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

.ext .ext-grid>[class*=_inner-container] {
	display: grid
}

.ext>[class*=_inner-container]>.ext-grid:not([class*=columns]),
.ext>[class*=_inner-container]>.wp-block>.ext-grid:not([class*=columns]) {
	display: initial!important
}

.ext .ext-grid-cols-1>[class*=_inner-container] {
	grid-template-columns: repeat(1, minmax(0, 1fr))!important
}

.ext .ext-grid-cols-2>[class*=_inner-container] {
	grid-template-columns: repeat(2, minmax(0, 1fr))!important
}

.ext .ext-grid-cols-3>[class*=_inner-container] {
	grid-template-columns: repeat(3, minmax(0, 1fr))!important
}

.ext .ext-grid-cols-4>[class*=_inner-container] {
	grid-template-columns: repeat(4, minmax(0, 1fr))!important
}

.ext .ext-grid-cols-5>[class*=_inner-container] {
	grid-template-columns: repeat(5, minmax(0, 1fr))!important
}

.ext .ext-grid-cols-6>[class*=_inner-container] {
	grid-template-columns: repeat(6, minmax(0, 1fr))!important
}

.ext .ext-grid-cols-7>[class*=_inner-container] {
	grid-template-columns: repeat(7, minmax(0, 1fr))!important
}

.ext .ext-grid-cols-8>[class*=_inner-container] {
	grid-template-columns: repeat(8, minmax(0, 1fr))!important
}

.ext .ext-grid-cols-9>[class*=_inner-container] {
	grid-template-columns: repeat(9, minmax(0, 1fr))!important
}

.ext .ext-grid-cols-10>[class*=_inner-container] {
	grid-template-columns: repeat(10, minmax(0, 1fr))!important
}

.ext .ext-grid-cols-11>[class*=_inner-container] {
	grid-template-columns: repeat(11, minmax(0, 1fr))!important
}

.ext .ext-grid-cols-12>[class*=_inner-container] {
	grid-template-columns: repeat(12, minmax(0, 1fr))!important
}

.ext .ext-grid-cols-13>[class*=_inner-container] {
	grid-template-columns: repeat(13, minmax(0, 1fr))!important
}

.ext .ext-grid-cols-none>[class*=_inner-container] {
	grid-template-columns: none!important
}

.ext .ext-grid-rows-1>[class*=_inner-container] {
	grid-template-rows: repeat(1, minmax(0, 1fr))!important
}

.ext .ext-grid-rows-2>[class*=_inner-container] {
	grid-template-rows: repeat(2, minmax(0, 1fr))!important
}

.ext .ext-grid-rows-3>[class*=_inner-container] {
	grid-template-rows: repeat(3, minmax(0, 1fr))!important
}

.ext .ext-grid-rows-4>[class*=_inner-container] {
	grid-template-rows: repeat(4, minmax(0, 1fr))!important
}

.ext .ext-grid-rows-5>[class*=_inner-container] {
	grid-template-rows: repeat(5, minmax(0, 1fr))!important
}

.ext .ext-grid-rows-6>[class*=_inner-container] {
	grid-template-rows: repeat(6, minmax(0, 1fr))!important
}

.ext .ext-grid-rows-none>[class*=_inner-container] {
	grid-template-rows: none!important
}

.ext .ext-items-start>[class*=_inner-container] {
	align-items: flex-start!important
}

.ext .ext-items-end>[class*=_inner-container] {
	align-items: flex-end!important
}

.ext .ext-items-center>[class*=_inner-container] {
	align-items: center!important
}

.ext .ext-items-baseline>[class*=_inner-container] {
	align-items: baseline!important
}

.ext .ext-items-stretch>[class*=_inner-container] {
	align-items: stretch!important
}

.ext.wp-block-group>:last-child {
	margin-bottom: 0
}

.ext .wp-block-group__inner-container {
	padding: 0!important
}

.ext.has-background {
	padding-left: var(--wp--style--block-gap, 1.75rem);
	padding-right: var(--wp--style--block-gap, 1.75rem)
}

.ext [class*=inner-container]>.alignwide [class*=inner-container],
.ext [class*=inner-container]>[data-align=wide] [class*=inner-container] {
	max-width: var(--responsive--alignwide-width, 120rem)
}

.ext [class*=inner-container]>.alignwide [class*=inner-container]>*,
.ext [class*=inner-container]>[data-align=wide] [class*=inner-container]>* {
	max-width: 100%!important
}

.ext .wp-block-image {
	position: relative;
	text-align: center
}

.ext .wp-block-image img {
	display: inline-block;
	vertical-align: middle
}

body {
	--extendify--spacing--large: var(--wp--custom--spacing--large, clamp(2em, 8vw, 8em));
	--wp--preset--font-size--ext-small: 1rem;
	--wp--preset--font-size--ext-medium: 1.125rem;
	--wp--preset--font-size--ext-large: clamp(1.65rem, 3.5vw, 2.15rem);
	--wp--preset--font-size--ext-x-large: clamp(3rem, 6vw, 4.75rem);
	--wp--preset--font-size--ext-xx-large: clamp(3.25rem, 7.5vw, 5.75rem);
	--wp--preset--color--black: #000;
	--wp--preset--color--white: #fff
}

.ext * {
	box-sizing: border-box
}

.block-editor-block-preview__content-iframe .ext [data-type="core/spacer"] .components-resizable-box__container {
	background: transparent!important
}

.block-editor-block-preview__content-iframe .ext [data-type="core/spacer"] .block-library-spacer__resize-container:before {
	display: none!important
}

.ext .wp-block-group__inner-container figure.wp-block-gallery.alignfull {
	margin-bottom: unset;
	margin-top: unset
}

.ext .alignwide {
	margin-left: auto!important;
	margin-right: auto!important
}

.is-root-container.block-editor-block-list__layout>[data-align=full]:not(:first-of-type)>.ext-my-0,
.is-root-container.block-editor-block-list__layout>[data-align=wide]>.ext-my-0:not([style*=margin]) {
	margin-top: calc(var(--wp--style--block-gap, 28px)*-1)!important
}

.block-editor-block-preview__content-iframe .preview\:min-h-50 {
	min-height: 50vw!important
}

.block-editor-block-preview__content-iframe .preview\:min-h-60 {
	min-height: 60vw!important
}

.block-editor-block-preview__content-iframe .preview\:min-h-70 {
	min-height: 70vw!important
}

.block-editor-block-preview__content-iframe .preview\:min-h-80 {
	min-height: 80vw!important
}

.block-editor-block-preview__content-iframe .preview\:min-h-100 {
	min-height: 100vw!important
}

.ext-mr-0.alignfull:not([style*=margin]):not([style*=margin]) {
	margin-right: 0!important
}

.ext-ml-0:not([style*=margin]):not([style*=margin]) {
	margin-left: 0!important
}

.is-root-container .wp-block[data-align=full]>.ext-mx-0:not([style*=margin]):not([style*=margin]) {
	margin-left: calc(var(--wp--custom--spacing--outer, 0)*1)!important;
	margin-right: calc(var(--wp--custom--spacing--outer, 0)*1)!important;
	overflow: hidden;
	width: unset
}

@media (min-width:782px) {
	.tablet\:ext-absolute {
		position: absolute!important
	}
	.tablet\:ext-relative {
		position: relative!important
	}
	.tablet\:ext-top-base {
		top: var(--wp--style--block-gap, 1.75rem)!important
	}
	.tablet\:ext-top-lg {
		top: var(--extendify--spacing--large)!important
	}
	.tablet\:ext--top-base {
		top: calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
	}
	.tablet\:ext--top-lg {
		top: calc(var(--extendify--spacing--large)*-1)!important
	}
	.tablet\:ext-right-base {
		right: var(--wp--style--block-gap, 1.75rem)!important
	}
	.tablet\:ext-right-lg {
		right: var(--extendify--spacing--large)!important
	}
	.tablet\:ext--right-base {
		right: calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
	}
	.tablet\:ext--right-lg {
		right: calc(var(--extendify--spacing--large)*-1)!important
	}
	.tablet\:ext-bottom-base {
		bottom: var(--wp--style--block-gap, 1.75rem)!important
	}
	.tablet\:ext-bottom-lg {
		bottom: var(--extendify--spacing--large)!important
	}
	.tablet\:ext--bottom-base {
		bottom: calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
	}
	.tablet\:ext--bottom-lg {
		bottom: calc(var(--extendify--spacing--large)*-1)!important
	}
	.tablet\:ext-left-base {
		left: var(--wp--style--block-gap, 1.75rem)!important
	}
	.tablet\:ext-left-lg {
		left: var(--extendify--spacing--large)!important
	}
	.tablet\:ext--left-base {
		left: calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
	}
	.tablet\:ext--left-lg {
		left: calc(var(--extendify--spacing--large)*-1)!important
	}
	.tablet\:ext-order-1 {
		order: 1!important
	}
	.tablet\:ext-order-2 {
		order: 2!important
	}
	.tablet\:ext-m-0:not([style*=margin]) {
		margin: 0!important
	}
	.tablet\:ext-m-auto:not([style*=margin]) {
		margin: auto!important
	}
	.tablet\:ext-m-base:not([style*=margin]) {
		margin: var(--wp--style--block-gap, 1.75rem)!important
	}
	.tablet\:ext-m-lg:not([style*=margin]) {
		margin: var(--extendify--spacing--large)!important
	}
	.tablet\:ext--m-base:not([style*=margin]) {
		margin: calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
	}
	.tablet\:ext--m-lg:not([style*=margin]) {
		margin: calc(var(--extendify--spacing--large)*-1)!important
	}
	.tablet\:ext-mx-0:not([style*=margin]) {
		margin-left: 0!important;
		margin-right: 0!important
	}
	.tablet\:ext-mx-auto:not([style*=margin]) {
		margin-left: auto!important;
		margin-right: auto!important
	}
	.tablet\:ext-mx-base:not([style*=margin]) {
		margin-left: var(--wp--style--block-gap, 1.75rem)!important;
		margin-right: var(--wp--style--block-gap, 1.75rem)!important
	}
	.tablet\:ext-mx-lg:not([style*=margin]) {
		margin-left: var(--extendify--spacing--large)!important;
		margin-right: var(--extendify--spacing--large)!important
	}
	.tablet\:ext--mx-base:not([style*=margin]) {
		margin-left: calc(var(--wp--style--block-gap, 1.75rem)*-1)!important;
		margin-right: calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
	}
	.tablet\:ext--mx-lg:not([style*=margin]) {
		margin-left: calc(var(--extendify--spacing--large)*-1)!important;
		margin-right: calc(var(--extendify--spacing--large)*-1)!important
	}
	.tablet\:ext-my-0:not([style*=margin]) {
		margin-bottom: 0!important;
		margin-top: 0!important
	}
	.tablet\:ext-my-auto:not([style*=margin]) {
		margin-bottom: auto!important;
		margin-top: auto!important
	}
	.tablet\:ext-my-base:not([style*=margin]) {
		margin-bottom: var(--wp--style--block-gap, 1.75rem)!important;
		margin-top: var(--wp--style--block-gap, 1.75rem)!important
	}
	.tablet\:ext-my-lg:not([style*=margin]) {
		margin-bottom: var(--extendify--spacing--large)!important;
		margin-top: var(--extendify--spacing--large)!important
	}
	.tablet\:ext--my-base:not([style*=margin]) {
		margin-bottom: calc(var(--wp--style--block-gap, 1.75rem)*-1)!important;
		margin-top: calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
	}
	.tablet\:ext--my-lg:not([style*=margin]) {
		margin-bottom: calc(var(--extendify--spacing--large)*-1)!important;
		margin-top: calc(var(--extendify--spacing--large)*-1)!important
	}
	.tablet\:ext-mt-0:not([style*=margin]) {
		margin-top: 0!important
	}
	.tablet\:ext-mt-auto:not([style*=margin]) {
		margin-top: auto!important
	}
	.tablet\:ext-mt-base:not([style*=margin]) {
		margin-top: var(--wp--style--block-gap, 1.75rem)!important
	}
	.tablet\:ext-mt-lg:not([style*=margin]) {
		margin-top: var(--extendify--spacing--large)!important
	}
	.tablet\:ext--mt-base:not([style*=margin]) {
		margin-top: calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
	}
	.tablet\:ext--mt-lg:not([style*=margin]) {
		margin-top: calc(var(--extendify--spacing--large)*-1)!important
	}
	.tablet\:ext-mr-0:not([style*=margin]) {
		margin-right: 0!important
	}
	.tablet\:ext-mr-auto:not([style*=margin]) {
		margin-right: auto!important
	}
	.tablet\:ext-mr-base:not([style*=margin]) {
		margin-right: var(--wp--style--block-gap, 1.75rem)!important
	}
	.tablet\:ext-mr-lg:not([style*=margin]) {
		margin-right: var(--extendify--spacing--large)!important
	}
	.tablet\:ext--mr-base:not([style*=margin]) {
		margin-right: calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
	}
	.tablet\:ext--mr-lg:not([style*=margin]) {
		margin-right: calc(var(--extendify--spacing--large)*-1)!important
	}
	.tablet\:ext-mb-0:not([style*=margin]) {
		margin-bottom: 0!important
	}
	.tablet\:ext-mb-auto:not([style*=margin]) {
		margin-bottom: auto!important
	}
	.tablet\:ext-mb-base:not([style*=margin]) {
		margin-bottom: var(--wp--style--block-gap, 1.75rem)!important
	}
	.tablet\:ext-mb-lg:not([style*=margin]) {
		margin-bottom: var(--extendify--spacing--large)!important
	}
	.tablet\:ext--mb-base:not([style*=margin]) {
		margin-bottom: calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
	}
	.tablet\:ext--mb-lg:not([style*=margin]) {
		margin-bottom: calc(var(--extendify--spacing--large)*-1)!important
	}
	.tablet\:ext-ml-0:not([style*=margin]) {
		margin-left: 0!important
	}
	.tablet\:ext-ml-auto:not([style*=margin]) {
		margin-left: auto!important
	}
	.tablet\:ext-ml-base:not([style*=margin]) {
		margin-left: var(--wp--style--block-gap, 1.75rem)!important
	}
	.tablet\:ext-ml-lg:not([style*=margin]) {
		margin-left: var(--extendify--spacing--large)!important
	}
	.tablet\:ext--ml-base:not([style*=margin]) {
		margin-left: calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
	}
	.tablet\:ext--ml-lg:not([style*=margin]) {
		margin-left: calc(var(--extendify--spacing--large)*-1)!important
	}
	.tablet\:ext-block {
		display: block!important
	}
	.tablet\:ext-inline-block {
		display: inline-block!important
	}
	.tablet\:ext-inline {
		display: inline!important
	}
	.tablet\:ext-flex {
		display: flex!important
	}
	.tablet\:ext-inline-flex {
		display: inline-flex!important
	}
	.tablet\:ext-grid {
		display: grid!important
	}
	.tablet\:ext-inline-grid {
		display: inline-grid!important
	}
	.tablet\:ext-hidden {
		display: none!important
	}
	.tablet\:ext-w-auto {
		width: auto!important
	}
	.tablet\:ext-w-full {
		width: 100%!important
	}
	.tablet\:ext-max-w-full {
		max-width: 100%!important
	}
	.tablet\:ext-flex-1 {
		flex: 1 1 0%!important
	}
	.tablet\:ext-flex-auto {
		flex: 1 1 auto!important
	}
	.tablet\:ext-flex-initial {
		flex: 0 1 auto!important
	}
	.tablet\:ext-flex-none {
		flex: none!important
	}
	.tablet\:ext-flex-shrink-0 {
		flex-shrink: 0!important
	}
	.tablet\:ext-flex-shrink {
		flex-shrink: 1!important
	}
	.tablet\:ext-flex-grow-0 {
		flex-grow: 0!important
	}
	.tablet\:ext-flex-grow {
		flex-grow: 1!important
	}
	.tablet\:ext-list-none {
		list-style-type: none!important
	}
	.tablet\:ext-grid-cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr))!important
	}
	.tablet\:ext-grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr))!important
	}
	.tablet\:ext-grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr))!important
	}
	.tablet\:ext-grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr))!important
	}
	.tablet\:ext-grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr))!important
	}
	.tablet\:ext-grid-cols-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr))!important
	}
	.tablet\:ext-grid-cols-7 {
		grid-template-columns: repeat(7, minmax(0, 1fr))!important
	}
	.tablet\:ext-grid-cols-8 {
		grid-template-columns: repeat(8, minmax(0, 1fr))!important
	}
	.tablet\:ext-grid-cols-9 {
		grid-template-columns: repeat(9, minmax(0, 1fr))!important
	}
	.tablet\:ext-grid-cols-10 {
		grid-template-columns: repeat(10, minmax(0, 1fr))!important
	}
	.tablet\:ext-grid-cols-11 {
		grid-template-columns: repeat(11, minmax(0, 1fr))!important
	}
	.tablet\:ext-grid-cols-12 {
		grid-template-columns: repeat(12, minmax(0, 1fr))!important
	}
	.tablet\:ext-grid-cols-none {
		grid-template-columns: none!important
	}
	.tablet\:ext-flex-row {
		flex-direction: row!important
	}
	.tablet\:ext-flex-row-reverse {
		flex-direction: row-reverse!important
	}
	.tablet\:ext-flex-col {
		flex-direction: column!important
	}
	.tablet\:ext-flex-col-reverse {
		flex-direction: column-reverse!important
	}
	.tablet\:ext-flex-wrap {
		flex-wrap: wrap!important
	}
	.tablet\:ext-flex-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.tablet\:ext-flex-nowrap {
		flex-wrap: nowrap!important
	}
	.tablet\:ext-items-start {
		align-items: flex-start!important
	}
	.tablet\:ext-items-end {
		align-items: flex-end!important
	}
	.tablet\:ext-items-center {
		align-items: center!important
	}
	.tablet\:ext-items-baseline {
		align-items: baseline!important
	}
	.tablet\:ext-items-stretch {
		align-items: stretch!important
	}
	.tablet\:ext-justify-start {
		justify-content: flex-start!important
	}
	.tablet\:ext-justify-end {
		justify-content: flex-end!important
	}
	.tablet\:ext-justify-center {
		justify-content: center!important
	}
	.tablet\:ext-justify-between {
		justify-content: space-between!important
	}
	.tablet\:ext-justify-around {
		justify-content: space-around!important
	}
	.tablet\:ext-justify-evenly {
		justify-content: space-evenly!important
	}
	.tablet\:ext-justify-items-start {
		justify-items: start!important
	}
	.tablet\:ext-justify-items-end {
		justify-items: end!important
	}
	.tablet\:ext-justify-items-center {
		justify-items: center!important
	}
	.tablet\:ext-justify-items-stretch {
		justify-items: stretch!important
	}
	.tablet\:ext-justify-self-auto {
		justify-self: auto!important
	}
	.tablet\:ext-justify-self-start {
		justify-self: start!important
	}
	.tablet\:ext-justify-self-end {
		justify-self: end!important
	}
	.tablet\:ext-justify-self-center {
		justify-self: center!important
	}
	.tablet\:ext-justify-self-stretch {
		justify-self: stretch!important
	}
	.tablet\:ext-p-0:not([style*=padding]) {
		padding: 0!important
	}
	.tablet\:ext-p-base:not([style*=padding]) {
		padding: var(--wp--style--block-gap, 1.75rem)!important
	}
	.tablet\:ext-p-lg:not([style*=padding]) {
		padding: var(--extendify--spacing--large)!important
	}
	.tablet\:ext-px-0:not([style*=padding]) {
		padding-left: 0!important;
		padding-right: 0!important
	}
	.tablet\:ext-px-base:not([style*=padding]) {
		padding-left: var(--wp--style--block-gap, 1.75rem)!important;
		padding-right: var(--wp--style--block-gap, 1.75rem)!important
	}
	.tablet\:ext-px-lg:not([style*=padding]) {
		padding-left: var(--extendify--spacing--large)!important;
		padding-right: var(--extendify--spacing--large)!important
	}
	.tablet\:ext-py-0:not([style*=padding]) {
		padding-bottom: 0!important;
		padding-top: 0!important
	}
	.tablet\:ext-py-base:not([style*=padding]) {
		padding-bottom: var(--wp--style--block-gap, 1.75rem)!important;
		padding-top: var(--wp--style--block-gap, 1.75rem)!important
	}
	.tablet\:ext-py-lg:not([style*=padding]) {
		padding-bottom: var(--extendify--spacing--large)!important;
		padding-top: var(--extendify--spacing--large)!important
	}
	.tablet\:ext-pt-0:not([style*=padding]) {
		padding-top: 0!important
	}
	.tablet\:ext-pt-base:not([style*=padding]) {
		padding-top: var(--wp--style--block-gap, 1.75rem)!important
	}
	.tablet\:ext-pt-lg:not([style*=padding]) {
		padding-top: var(--extendify--spacing--large)!important
	}
	.tablet\:ext-pr-0:not([style*=padding]) {
		padding-right: 0!important
	}
	.tablet\:ext-pr-base:not([style*=padding]) {
		padding-right: var(--wp--style--block-gap, 1.75rem)!important
	}
	.tablet\:ext-pr-lg:not([style*=padding]) {
		padding-right: var(--extendify--spacing--large)!important
	}
	.tablet\:ext-pb-0:not([style*=padding]) {
		padding-bottom: 0!important
	}
	.tablet\:ext-pb-base:not([style*=padding]) {
		padding-bottom: var(--wp--style--block-gap, 1.75rem)!important
	}
	.tablet\:ext-pb-lg:not([style*=padding]) {
		padding-bottom: var(--extendify--spacing--large)!important
	}
	.tablet\:ext-pl-0:not([style*=padding]) {
		padding-left: 0!important
	}
	.tablet\:ext-pl-base:not([style*=padding]) {
		padding-left: var(--wp--style--block-gap, 1.75rem)!important
	}
	.tablet\:ext-pl-lg:not([style*=padding]) {
		padding-left: var(--extendify--spacing--large)!important
	}
	.tablet\:ext-text-left {
		text-align: left!important
	}
	.tablet\:ext-text-center {
		text-align: center!important
	}
	.tablet\:ext-text-right {
		text-align: right!important
	}
}

@media (min-width:1080px) {
	.desktop\:ext-absolute {
		position: absolute!important
	}
	.desktop\:ext-relative {
		position: relative!important
	}
	.desktop\:ext-top-base {
		top: var(--wp--style--block-gap, 1.75rem)!important
	}
	.desktop\:ext-top-lg {
		top: var(--extendify--spacing--large)!important
	}
	.desktop\:ext--top-base {
		top: calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
	}
	.desktop\:ext--top-lg {
		top: calc(var(--extendify--spacing--large)*-1)!important
	}
	.desktop\:ext-right-base {
		right: var(--wp--style--block-gap, 1.75rem)!important
	}
	.desktop\:ext-right-lg {
		right: var(--extendify--spacing--large)!important
	}
	.desktop\:ext--right-base {
		right: calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
	}
	.desktop\:ext--right-lg {
		right: calc(var(--extendify--spacing--large)*-1)!important
	}
	.desktop\:ext-bottom-base {
		bottom: var(--wp--style--block-gap, 1.75rem)!important
	}
	.desktop\:ext-bottom-lg {
		bottom: var(--extendify--spacing--large)!important
	}
	.desktop\:ext--bottom-base {
		bottom: calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
	}
	.desktop\:ext--bottom-lg {
		bottom: calc(var(--extendify--spacing--large)*-1)!important
	}
	.desktop\:ext-left-base {
		left: var(--wp--style--block-gap, 1.75rem)!important
	}
	.desktop\:ext-left-lg {
		left: var(--extendify--spacing--large)!important
	}
	.desktop\:ext--left-base {
		left: calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
	}
	.desktop\:ext--left-lg {
		left: calc(var(--extendify--spacing--large)*-1)!important
	}
	.desktop\:ext-order-1 {
		order: 1!important
	}
	.desktop\:ext-order-2 {
		order: 2!important
	}
	.desktop\:ext-m-0:not([style*=margin]) {
		margin: 0!important
	}
	.desktop\:ext-m-auto:not([style*=margin]) {
		margin: auto!important
	}
	.desktop\:ext-m-base:not([style*=margin]) {
		margin: var(--wp--style--block-gap, 1.75rem)!important
	}
	.desktop\:ext-m-lg:not([style*=margin]) {
		margin: var(--extendify--spacing--large)!important
	}
	.desktop\:ext--m-base:not([style*=margin]) {
		margin: calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
	}
	.desktop\:ext--m-lg:not([style*=margin]) {
		margin: calc(var(--extendify--spacing--large)*-1)!important
	}
	.desktop\:ext-mx-0:not([style*=margin]) {
		margin-left: 0!important;
		margin-right: 0!important
	}
	.desktop\:ext-mx-auto:not([style*=margin]) {
		margin-left: auto!important;
		margin-right: auto!important
	}
	.desktop\:ext-mx-base:not([style*=margin]) {
		margin-left: var(--wp--style--block-gap, 1.75rem)!important;
		margin-right: var(--wp--style--block-gap, 1.75rem)!important
	}
	.desktop\:ext-mx-lg:not([style*=margin]) {
		margin-left: var(--extendify--spacing--large)!important;
		margin-right: var(--extendify--spacing--large)!important
	}
	.desktop\:ext--mx-base:not([style*=margin]) {
		margin-left: calc(var(--wp--style--block-gap, 1.75rem)*-1)!important;
		margin-right: calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
	}
	.desktop\:ext--mx-lg:not([style*=margin]) {
		margin-left: calc(var(--extendify--spacing--large)*-1)!important;
		margin-right: calc(var(--extendify--spacing--large)*-1)!important
	}
	.desktop\:ext-my-0:not([style*=margin]) {
		margin-bottom: 0!important;
		margin-top: 0!important
	}
	.desktop\:ext-my-auto:not([style*=margin]) {
		margin-bottom: auto!important;
		margin-top: auto!important
	}
	.desktop\:ext-my-base:not([style*=margin]) {
		margin-bottom: var(--wp--style--block-gap, 1.75rem)!important;
		margin-top: var(--wp--style--block-gap, 1.75rem)!important
	}
	.desktop\:ext-my-lg:not([style*=margin]) {
		margin-bottom: var(--extendify--spacing--large)!important;
		margin-top: var(--extendify--spacing--large)!important
	}
	.desktop\:ext--my-base:not([style*=margin]) {
		margin-bottom: calc(var(--wp--style--block-gap, 1.75rem)*-1)!important;
		margin-top: calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
	}
	.desktop\:ext--my-lg:not([style*=margin]) {
		margin-bottom: calc(var(--extendify--spacing--large)*-1)!important;
		margin-top: calc(var(--extendify--spacing--large)*-1)!important
	}
	.desktop\:ext-mt-0:not([style*=margin]) {
		margin-top: 0!important
	}
	.desktop\:ext-mt-auto:not([style*=margin]) {
		margin-top: auto!important
	}
	.desktop\:ext-mt-base:not([style*=margin]) {
		margin-top: var(--wp--style--block-gap, 1.75rem)!important
	}
	.desktop\:ext-mt-lg:not([style*=margin]) {
		margin-top: var(--extendify--spacing--large)!important
	}
	.desktop\:ext--mt-base:not([style*=margin]) {
		margin-top: calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
	}
	.desktop\:ext--mt-lg:not([style*=margin]) {
		margin-top: calc(var(--extendify--spacing--large)*-1)!important
	}
	.desktop\:ext-mr-0:not([style*=margin]) {
		margin-right: 0!important
	}
	.desktop\:ext-mr-auto:not([style*=margin]) {
		margin-right: auto!important
	}
	.desktop\:ext-mr-base:not([style*=margin]) {
		margin-right: var(--wp--style--block-gap, 1.75rem)!important
	}
	.desktop\:ext-mr-lg:not([style*=margin]) {
		margin-right: var(--extendify--spacing--large)!important
	}
	.desktop\:ext--mr-base:not([style*=margin]) {
		margin-right: calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
	}
	.desktop\:ext--mr-lg:not([style*=margin]) {
		margin-right: calc(var(--extendify--spacing--large)*-1)!important
	}
	.desktop\:ext-mb-0:not([style*=margin]) {
		margin-bottom: 0!important
	}
	.desktop\:ext-mb-auto:not([style*=margin]) {
		margin-bottom: auto!important
	}
	.desktop\:ext-mb-base:not([style*=margin]) {
		margin-bottom: var(--wp--style--block-gap, 1.75rem)!important
	}
	.desktop\:ext-mb-lg:not([style*=margin]) {
		margin-bottom: var(--extendify--spacing--large)!important
	}
	.desktop\:ext--mb-base:not([style*=margin]) {
		margin-bottom: calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
	}
	.desktop\:ext--mb-lg:not([style*=margin]) {
		margin-bottom: calc(var(--extendify--spacing--large)*-1)!important
	}
	.desktop\:ext-ml-0:not([style*=margin]) {
		margin-left: 0!important
	}
	.desktop\:ext-ml-auto:not([style*=margin]) {
		margin-left: auto!important
	}
	.desktop\:ext-ml-base:not([style*=margin]) {
		margin-left: var(--wp--style--block-gap, 1.75rem)!important
	}
	.desktop\:ext-ml-lg:not([style*=margin]) {
		margin-left: var(--extendify--spacing--large)!important
	}
	.desktop\:ext--ml-base:not([style*=margin]) {
		margin-left: calc(var(--wp--style--block-gap, 1.75rem)*-1)!important
	}
	.desktop\:ext--ml-lg:not([style*=margin]) {
		margin-left: calc(var(--extendify--spacing--large)*-1)!important
	}
	.desktop\:ext-block {
		display: block!important
	}
	.desktop\:ext-inline-block {
		display: inline-block!important
	}
	.desktop\:ext-inline {
		display: inline!important
	}
	.desktop\:ext-flex {
		display: flex!important
	}
	.desktop\:ext-inline-flex {
		display: inline-flex!important
	}
	.desktop\:ext-grid {
		display: grid!important
	}
	.desktop\:ext-inline-grid {
		display: inline-grid!important
	}
	.desktop\:ext-hidden {
		display: none!important
	}
	.desktop\:ext-w-auto {
		width: auto!important
	}
	.desktop\:ext-w-full {
		width: 100%!important
	}
	.desktop\:ext-max-w-full {
		max-width: 100%!important
	}
	.desktop\:ext-flex-1 {
		flex: 1 1 0%!important
	}
	.desktop\:ext-flex-auto {
		flex: 1 1 auto!important
	}
	.desktop\:ext-flex-initial {
		flex: 0 1 auto!important
	}
	.desktop\:ext-flex-none {
		flex: none!important
	}
	.desktop\:ext-flex-shrink-0 {
		flex-shrink: 0!important
	}
	.desktop\:ext-flex-shrink {
		flex-shrink: 1!important
	}
	.desktop\:ext-flex-grow-0 {
		flex-grow: 0!important
	}
	.desktop\:ext-flex-grow {
		flex-grow: 1!important
	}
	.desktop\:ext-list-none {
		list-style-type: none!important
	}
	.desktop\:ext-grid-cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr))!important
	}
	.desktop\:ext-grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr))!important
	}
	.desktop\:ext-grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr))!important
	}
	.desktop\:ext-grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr))!important
	}
	.desktop\:ext-grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr))!important
	}
	.desktop\:ext-grid-cols-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr))!important
	}
	.desktop\:ext-grid-cols-7 {
		grid-template-columns: repeat(7, minmax(0, 1fr))!important
	}
	.desktop\:ext-grid-cols-8 {
		grid-template-columns: repeat(8, minmax(0, 1fr))!important
	}
	.desktop\:ext-grid-cols-9 {
		grid-template-columns: repeat(9, minmax(0, 1fr))!important
	}
	.desktop\:ext-grid-cols-10 {
		grid-template-columns: repeat(10, minmax(0, 1fr))!important
	}
	.desktop\:ext-grid-cols-11 {
		grid-template-columns: repeat(11, minmax(0, 1fr))!important
	}
	.desktop\:ext-grid-cols-12 {
		grid-template-columns: repeat(12, minmax(0, 1fr))!important
	}
	.desktop\:ext-grid-cols-none {
		grid-template-columns: none!important
	}
	.desktop\:ext-flex-row {
		flex-direction: row!important
	}
	.desktop\:ext-flex-row-reverse {
		flex-direction: row-reverse!important
	}
	.desktop\:ext-flex-col {
		flex-direction: column!important
	}
	.desktop\:ext-flex-col-reverse {
		flex-direction: column-reverse!important
	}
	.desktop\:ext-flex-wrap {
		flex-wrap: wrap!important
	}
	.desktop\:ext-flex-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.desktop\:ext-flex-nowrap {
		flex-wrap: nowrap!important
	}
	.desktop\:ext-items-start {
		align-items: flex-start!important
	}
	.desktop\:ext-items-end {
		align-items: flex-end!important
	}
	.desktop\:ext-items-center {
		align-items: center!important
	}
	.desktop\:ext-items-baseline {
		align-items: baseline!important
	}
	.desktop\:ext-items-stretch {
		align-items: stretch!important
	}
	.desktop\:ext-justify-start {
		justify-content: flex-start!important
	}
	.desktop\:ext-justify-end {
		justify-content: flex-end!important
	}
	.desktop\:ext-justify-center {
		justify-content: center!important
	}
	.desktop\:ext-justify-between {
		justify-content: space-between!important
	}
	.desktop\:ext-justify-around {
		justify-content: space-around!important
	}
	.desktop\:ext-justify-evenly {
		justify-content: space-evenly!important
	}
	.desktop\:ext-justify-items-start {
		justify-items: start!important
	}
	.desktop\:ext-justify-items-end {
		justify-items: end!important
	}
	.desktop\:ext-justify-items-center {
		justify-items: center!important
	}
	.desktop\:ext-justify-items-stretch {
		justify-items: stretch!important
	}
	.desktop\:ext-justify-self-auto {
		justify-self: auto!important
	}
	.desktop\:ext-justify-self-start {
		justify-self: start!important
	}
	.desktop\:ext-justify-self-end {
		justify-self: end!important
	}
	.desktop\:ext-justify-self-center {
		justify-self: center!important
	}
	.desktop\:ext-justify-self-stretch {
		justify-self: stretch!important
	}
	.desktop\:ext-p-0:not([style*=padding]) {
		padding: 0!important
	}
	.desktop\:ext-p-base:not([style*=padding]) {
		padding: var(--wp--style--block-gap, 1.75rem)!important
	}
	.desktop\:ext-p-lg:not([style*=padding]) {
		padding: var(--extendify--spacing--large)!important
	}
	.desktop\:ext-px-0:not([style*=padding]) {
		padding-left: 0!important;
		padding-right: 0!important
	}
	.desktop\:ext-px-base:not([style*=padding]) {
		padding-left: var(--wp--style--block-gap, 1.75rem)!important;
		padding-right: var(--wp--style--block-gap, 1.75rem)!important
	}
	.desktop\:ext-px-lg:not([style*=padding]) {
		padding-left: var(--extendify--spacing--large)!important;
		padding-right: var(--extendify--spacing--large)!important
	}
	.desktop\:ext-py-0:not([style*=padding]) {
		padding-bottom: 0!important;
		padding-top: 0!important
	}
	.desktop\:ext-py-base:not([style*=padding]) {
		padding-bottom: var(--wp--style--block-gap, 1.75rem)!important;
		padding-top: var(--wp--style--block-gap, 1.75rem)!important
	}
	.desktop\:ext-py-lg:not([style*=padding]) {
		padding-bottom: var(--extendify--spacing--large)!important;
		padding-top: var(--extendify--spacing--large)!important
	}
	.desktop\:ext-pt-0:not([style*=padding]) {
		padding-top: 0!important
	}
	.desktop\:ext-pt-base:not([style*=padding]) {
		padding-top: var(--wp--style--block-gap, 1.75rem)!important
	}
	.desktop\:ext-pt-lg:not([style*=padding]) {
		padding-top: var(--extendify--spacing--large)!important
	}
	.desktop\:ext-pr-0:not([style*=padding]) {
		padding-right: 0!important
	}
	.desktop\:ext-pr-base:not([style*=padding]) {
		padding-right: var(--wp--style--block-gap, 1.75rem)!important
	}
	.desktop\:ext-pr-lg:not([style*=padding]) {
		padding-right: var(--extendify--spacing--large)!important
	}
	.desktop\:ext-pb-0:not([style*=padding]) {
		padding-bottom: 0!important
	}
	.desktop\:ext-pb-base:not([style*=padding]) {
		padding-bottom: var(--wp--style--block-gap, 1.75rem)!important
	}
	.desktop\:ext-pb-lg:not([style*=padding]) {
		padding-bottom: var(--extendify--spacing--large)!important
	}
	.desktop\:ext-pl-0:not([style*=padding]) {
		padding-left: 0!important
	}
	.desktop\:ext-pl-base:not([style*=padding]) {
		padding-left: var(--wp--style--block-gap, 1.75rem)!important
	}
	.desktop\:ext-pl-lg:not([style*=padding]) {
		padding-left: var(--extendify--spacing--large)!important
	}
	.desktop\:ext-text-left {
		text-align: left!important
	}
	.desktop\:ext-text-center {
		text-align: center!important
	}
	.desktop\:ext-text-right {
		text-align: right!important
	}
}

.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: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite
}

@media (prefers-reduced-motion:reduce) {
	.wpcf7-spinner:before {
		animation-name: blink;
		animation-duration: 2s
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg)
	}
	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
}

.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
	overflow: hidden
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(../../../../plugins/eleslider/assets/owl.video.play.html) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.owl-nav>div {
	display: block;
	width: 55px;
	height: 55px;
	line-height: 1 !important;
	margin: -30px 0 0;
	position: absolute;
	top: 50%;
	z-index: 2;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background: #000;
	color: #fff;
	box-shadow: none !important;
	line-height: 1 !important
}

.owl-nav .owl-prev {
	left: 35px;
	padding: 17px 18px
}

.owl-nav .owl-next {
	right: 35px;
	padding: 17px 18px
}

.owl-carousel:hover .owl-nav .owl-prev {
	opacity: 1;
	left: 25px
}

.owl-carousel:hover .owl-nav .owl-next {
	opacity: 1;
	right: 25px
}

.owl-carousel:hover .owl-nav .owl-next:before {
	content: "\2192";
	font-size: 18px;
	line-height: 1 !important
}

.owl-carousel:hover .owl-nav .owl-prev:before {
	content: "\2190";
	font-size: 18px;
	line-height: 1 !important
}

.wpm_eleslider_wrap {
	position: relative;
	overflow: hidden;
	background: #000
}

.wpm_eleslider_wrap>img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
	fill: #fff
}

.wpm_eleslider .owl-item {
	background: #000;
	opacity: 1
}

.wpm_eleslider .owl-item img {
	opacity: 1
}

.eleslideinside {
	position: absolute;
	top: 30%;
	left: 20%;
	width: 60%;
	text-align: center;
	margin: 0
}

.eleinside_Right .eleslideinside {
	left: 50%;
	width: 45%;
	top: 25%;
	text-align: left
}

.eleinside_Left .eleslideinside {
	left: 10%;
	width: 45%;
	top: 25%;
	text-align: left
}

.eleinside_Disable .eleslideinside {
	display: none
}

.eleslideinside,
.eleslideinside p,
.eleslideinside a,
.eleslideinside h1,
.eleslideinside h2,
.eleslideinside h3,
.eleslideinside h4,
.eleslideinside h5,
.eleslideinside h6 {
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
	line-height: 1.05
}

.eleslideinside h1 {
	font-size: 6vw
}

.eleslideinside h2 {
	font-size: 5vw
}

.eleslideinside h3 {
	font-size: 4vw
}

.eleslideinside h4 {
	font-size: 3vw
}

.eleslideinside h5 {
	font-size: 2vw
}

.wpm_eleslider .owl-dots {
	position: absolute;
	z-index: 12;
	bottom: 60px;
	left: 35%;
	width: 30%;
	text-align: center
}

.wpm_eleslider .owl-dot {
	display: inline-block;
	content: '';
	width: 17px;
	height: 17px;
	margin: 0 5px;
	position: relative;
	color: #fff;
	text-indent: -9999px;
	opacity: .7
}

.wpm_eleslider .owl-dot.active {
	opacity: 1
}

.wpm_eleslider .owl-dot:before {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	background: #fff;
	top: 5px;
	left: 5px;
	border-radius: 50%;
	text-indent: 9999px
}

.wpm_eleslider .owl-dot.active:before {
	background: rgba(255, 255, 255, .9);
	text-indent: 9999px
}

.wpm_eleslider .owl-dot.active:after {
	position: absolute;
	content: '';
	width: 16px;
	height: 16px;
	border: 2px solid #fff;
	top: 0;
	left: 0;
	border-radius: 50%
}

.owl-carousel.loading {
	width: 100%;
	display: block !important;
	min-height: 550px;
	opacity: 1
}

.owl-carousel.loading.owl-loaded:before {
	display: none
}

.owl-carousel.loading>.eleinside {
	display: none
}

.elementor-edit-mode .owl-carousel {
	display: block !important
}

.elementor-edit-mode .eleinside {
	display: none
}

.elementor-edit-mode .eleinside:first-child {
	display: block !important
}

.elementor-edit-mode .eleinside img {
	display: block;
	width: 100% !important;
	max-width: 100% !important
}

@media screen and (min-width:880px) {
	.dots_text_yes .owl-dots {
		position: absolute;
		z-index: 12;
		bottom: 15%;
		right: 10%;
		left: auto;
		width: 16%;
		text-align: center;
		font-size: 90%
	}
	.dots_text_yes .owl-dot {
		text-indent: 0px;
		width: 100%;
		display: block;
		height: auto;
		border: 1px solid rgba(204, 204, 204, .3);
		border-width: 0 0 1px;
		margin: 0;
		padding: 30px 0;
		line-height: 1;
		text-align: left;
		overflow: visible
	}
	.dots_text_yes .owl-dot:first-child {
		border-top: 1px solid rgba(204, 204, 204, .3)
	}
	.dots_text_yes .owl-dot:before {
		top: 35px;
		left: -30px;
		opacity: .3;
		width: 5px;
		height: 5px
	}
	.dots_text_yes .owl-dot.active:after {
		top: 30px;
		left: -35px;
		width: 15px;
		height: 15px;
		border: 1px solid #fff
	}
	.dots_text_yes .owl-dot.active:before,
	.dots_text_yes .owl-dot.active:after {
		text-indent: 0px;
		opacity: 1
	}
	.dots_text_yes .eleslideinside,
	.dots_text_yes .eleinside_Right .eleslideinside,
	.dots_text_yes .eleinside_Left .eleslideinside {
		left: 10%;
		width: 45%;
		top: 25%;
		text-align: left
	}
}

@media screen and (min-width:1100px) {
	.dots_text_yes .owl-dots {
		font-size: 100%
	}
}

@media screen and (max-width:1285px) {
	.eleinside img.bg_image {
		margin: 0 -10% !important;
		width: 120% !important;
		max-width: 120% !important
	}
}

@media screen and (max-width:1085px) {
	.owl-carousel.loading {
		min-height: 400px
	}
}

@media screen and (max-width:885px) {
	.owl-carousel.loading {
		min-height: 200px
	}
	.eleinside img.bg_image {
		margin: 0 -20% !important;
		width: 140% !important;
		max-width: 140% !important
	}
	.eleslideinside h1 {
		font-size: 7vw
	}
	.eleslideinside h2 {
		font-size: 6vw
	}
	.eleslideinside h3 {
		font-size: 5vw
	}
	.eleslideinside h4 {
		font-size: 4vw !important
	}
	.eleslideinside h5 {
		font-size: 3vw
	}
}

div#em-loading {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff url(../../../../plugins/events-manager/includes/images/loading.gif) 50% 50% no-repeat;
	left: 0;
	top: 0;
	opacity: .8;
	filter: alpha(opacity=80);
	z-index: 99998
}

.em-search-ajax {
	position: relative
}

.em-wrapper label span.screen-reader-text,
#em-wrapper label span.screen-reader-text {
	clip: rect(1px 1px 1px 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden
}

.em-warning {
	margin: 10px 0;
	padding: 10px;
	color: #333;
	border-radius: 3px;
	display: block !important
}

.em-warning p {
	margin: 10px 0 !important;
	padding: 0;
	color: #333
}

.em-warning-errors {
	background-color: #ffebe8;
	border: 1px solid #c00
}

.em-warning-confirms {
	background-color: #f1fff0;
	border: 1px solid #a8d144
}

a.em-button {
	padding: 5px 10px;
	margin: 5px;
	background: #eee;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 3px;
	display: inline-block;
	text-decoration: none
}

a.em-button:hover {
	text-decoration: none
}

.em-search div {
	display: inline
}

.em-search .hidden {
	display: none !important
}

div.css-search {
	margin-bottom: 20px
}

div.em-search.css-search label {
	display: inline
}

div.em-search.css-search div {
	display: block
}

div.css-search input,
div.css-search select,
div.css-search option,
div.css-search div,
div.css-search span,
div.css-search button {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	float: none;
	display: inline-block;
	font-size: 14px
}

div.css-search option {
	display: block
}

div.css-search input,
div.css-search select {
	padding: 5px
}

div.css-search {
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 3px;
	padding: 5px;
	min-height: 40px;
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px
}

div.css-search.has-advanced div.em-search-main {
	padding-bottom: 8px;
	border-bottom: 1px solid #dedede
}

div.css-search div.em-search-main div {
	display: inline
}

div.css-search div.em-search-field {
	padding: 5px 0
}

div.css-search input.em-search-text,
div.css-search input.em-search-geo {
	width: 90%;
	font-size: 16px;
	line-height: 16px;
	padding: 8px;
	border: none;
	color: #666;
	text-overflow: ellipsis;
	display: inline-block
}

div.css-search div.em-search-geo {
	margin: 0 0 0 5px;
	padding-left: 20px;
	background: url(//dannci.wpmasters.org/citygov/modern/wp-content/plugins/events-manager/includes/css/../images/search-geo.png) 0px 3px no-repeat
}

div.css-search div.em-search-text {
	margin: 0 0 0 5px;
	padding-left: 20px;
	background: url(//dannci.wpmasters.org/citygov/modern/wp-content/plugins/events-manager/includes/css/../images/search-mag-ico.png) 0px 4px no-repeat
}

div.css-search div.em-search-main div.em-search-field input::-webkit-input-placeholder {
	font-size: 16px;
	line-height: 16px;
	padding: 3px 0;
	border: none;
	color: #666
}

div.css-search div.em-search-main div.em-search-field input:-moz-placeholder {
	font-size: 16px;
	line-height: 16px;
	padding: 8px;
	border: none;
	color: #666
}

div.css-search div.em-search-main div.em-search-field input::-moz-placeholder {
	font-size: 16px;
	line-height: 16px;
	padding: 8px;
	border: none;
	color: #666
}

div.css-search div.em-search-main div.em-search-field input:-ms-input-placeholder {
	font-size: 16px;
	line-height: 16px;
	padding: 8px;
	border: none;
	color: #666
}

div.css-search.has-search-geo.has-search-term input.em-search-text,
div.css-search.has-search-geo.has-search-term input.em-search-geo {
	width: 40%
}

.pac-container .pac-item {
	padding: 4px !important
}

div.css-search div.em-search-main .em-search-submit {
	position: absolute;
	top: 5px;
	right: 5px;
	-moz-box-shadow: 0px 0px 0px 0px #fff;
	-webkit-box-shadow: 0px 0px 0px 0px #fff;
	box-shadow: 0px 0px 0px 0px #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #b7d282), color-stop(1, #8eb56d));
	background: -moz-linear-gradient(center top, #b7d282 5%, #8eb56d 100%);
	background-color: #b7d282;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	color: #fff;
	font-weight: 700;
	padding: 8px 10px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #c7c5c7;
	line-height: 16px
}

div.css-search div.em-search-main .em-search-submit:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #c4db99), color-stop(1, #a4c48a));
	background: -moz-linear-gradient(center top, #c4db99 5%, #a4c48a 100%);
	background: -ms-linear-gradient(top, #c4db99, #a4c48a);
	background: -o-linear-gradient(top, #c4db99, #a4c48a);
	background: linear-gradient(to top, #c4db99, #a4c48a);
	background-color: #a4c48a
}

div.css-search div.em-search-main .em-search-submit img {
	border: none;
	padding: 0;
	margin: 0;
	box-shadow: none;
	border-radius: 0;
	background: 0 0
}

div.css-search div.em-search-main button.em-search-submit span {
	display: block;
	width: 16px;
	height: 16px;
	background: url(//dannci.wpmasters.org/citygov/modern/wp-content/plugins/events-manager/includes/css/../images/search-mag.png) 0px 0px no-repeat
}

div.css-search div.em-search-location,
div.em-search-location-meta {
	margin: 0;
	padding: 0
}

div.css-search div.em-search-advanced,
div.css-search div.em-search-options {
	padding: 5px 8px
}

div.css-search div.em-search-advanced>div {
	clear: both
}

div.css-search div.em-search-advanced label>span {
	display: block;
	float: left;
	min-width: 100px
}

div.css-search div.em-search-advanced .em-search-submit {
	margin: 10px 0
}

div.css-search.no-search-main div.em-search-advanced.visible div {
	display: inline;
	clear: none
}

div.css-search.no-search-main div.em-search-advanced.visible label {
	display: none
}

div.css-search div.em-search-options {
	text-align: right
}

#event-form .em-notice-warning,
#post .em-notice-warning {
	margin: 10px 0;
	padding: 15px 20px;
	border-left: 4px solid orange
}

#event-form .em-notice-warning h4,
#post .em-notice-warning h4 {
	margin-top: 0
}

#event-form .em-notice-warning div.warning-bold,
#post .em-notice-warning div.warning-bold {
	color: #c45500;
	font-weight: 700
}

#event-form .em-notice-warning div.warning-bold p,
#post .em-notice-warning div.warning-bold p {
	margin-top: 0;
	font-size: 14px
}

.css-events-list table.events-table {
	border-spacing: 0px;
	border-collapse: collapse
}

.css-events-list table.events-table td {
	padding: 0
}

.css-events-list table.events-table th.event-time {
	width: 150px
}

.css-events-list table.events-table th.event-description {
	width: auto
}

.em-booking {
	margin: 15px 0 10px;
	position: relative
}

.em-booking-form {
	position: relative;
	clear: left
}

.em-booking-form-details {
	padding: 10px;
	width: 360px;
	float: left
}

.em-booking-form-details input.input,
.em-booking-form-details textarea {
	width: 250px
}

.em-booking-form p {
	clear: left
}

.em-booking-form label {
	display: block;
	float: left
}

.em-booking-form span.input-group input {
	margin-left: -20px
}

.em-booking-form span.input-group {
	display: block;
	margin-left: 120px
}

.em-booking-form label {
	display: inline-block;
	width: 100px
}

.em-booking-form p.input-field-data_privacy_consent label {
	display: block;
	width: 100%
}

.em-booking-form-details .em-booking-submit {
	width: auto
}

.em-tickets {
	margin-bottom: 20px
}

div.em-booking-message {
	margin: 10px 0;
	padding: 10px;
	color: #333;
	border-radius: 3px
}

div.em-booking-message p {
	margin: 10px 0 !important;
	padding: 0;
	color: #333
}

div.em-booking-message-success {
	background-color: #f1fff0;
	border: 1px solid #a8d144
}

div.em-booking-message-error {
	background-color: #ffebe8;
	border: 1px solid #c00
}

div.em-booking-login {
	padding: 10px 10px 10px 20px;
	margin: 0 0 0 390px;
	border-left: 1px solid #000
}

div.em-booking-login label {
	display: inline-block;
	width: 90px
}

div.em-booking-login p {
	margin: 10px 0 !important;
	padding: 0 !important
}

div.em-booking-login input {
	margin: 0
}

#em-wrapper #locations-filter .subsubsub .current {
	font-weight: 700
}

#em-wrapper .em-locations-admin-list .em-button {
	float: right
}

#em-wrapper #posts-filter .subsubsub .current {
	font-weight: 700
}

#em-wrapper .em-events-admin-list .em-button {
	float: right
}

#event-form h4 {
	margin: 25px 0 15px;
	font-weight: 700
}

#event-form p {
	margin-top: 10px
}

#event-form .inside {
	clear: both;
	margin-bottom: 20px
}

#buddypress .wp-editor-wrap table {
	width: auto
}

#buddypress .wp-editor-wrap table tr td,
#buddypress .wp-editor-wrap table tr th {
	padding: 0
}

#buddypress .wp-editor-wrap a.button,
#buddypress .wp-editor-wrap button,
#buddypress .wp-editor-wrap input[type=submit],
#buddypress .wp-editor-wrap input[type=button],
#buddypress .wp-editor-wrap input[type=reset] {
	padding: 0 10px 1px
}

#event-form #event-name {
	width: 80%;
	padding: 2px
}

#event-form .event-extra-details {
	margin-top: 20px
}

#event-form .event-extra-details select {
	vertical-align: top
}

#event-form .reschedule-hidden,
#post .reschedule-hidden {
	display: none;
	visibility: hidden
}

#event-form .em-recurrence-reschedule,
#post .em-recurrence-reschedule {
	padding: 15px 20px;
	border-left: 4px solid orange
}

#event-form .em-recurrence-reschedule h4,
#post .em-recurrence-reschedule h4 {
	margin-top: 0
}

#event-form .recurrence-reschedule-warning,
#post .recurrence-reschedule-warning {
	margin-bottom: 25px;
	color: #c45500
}

#event-form .recurrence-reschedule-warning p,
#post .recurrence-reschedule-warning p {
	margin-top: 0;
	font-size: 14px
}

#event-rsvp-box {
	margin: 10px
}

#event-rsvp-options label {
	font-weight: 700
}

#em-tickets-form tbody.em-ticket-template {
	display: none
}

#em-tickets-form th {
	width: auto
}

#em-tickets-form th.ticket-status,
.em-tickets-row .ticket-status {
	width: 20px
}

#em-tickets-form .em-tickets-row .ticket-status span.dashicons {
	display: block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-size: 16px;
	font-weight: bolder
}

#em-tickets-form .em-tickets-row .ticket-status.single span.dashicons {
	cursor: auto
}

#em-tickets-form .em-tickets-row .ticket-status span.ticket-on {
	color: green
}

#em-tickets-form .em-tickets-row .ticket-status span.ticket-off {
	color: red
}

#em-tickets-form .em-tickets-row .ticket-status span.ticket_new {
	color: gray
}

#em-tickets-form.em-tickets-sortable .em-tickets-row .ticket-status span.dashicons {
	cursor: move
}

#em-tickets-form .em-ticket-sortable-placeholder {
	border: 2px dashed #dedede;
	background: #efefef
}

#em-tickets-form .ui-sortable-helper {
	cursor: move
}

.em-ticket-form .ticket-options {
	margin-top: 10px
}

.em-ticket-form>div>div,
#em-tickets-form .ticket-dates>div {
	clear: both;
	padding-top: 4px
}

.em-ticket-form label {
	display: block;
	float: left;
	min-width: 105px;
	padding-right: 5px
}

#em-tickets-form .ticket-name input,
#em-tickets-form .ticket-description textarea {
	width: 50%
}

#em-tickets-form .em-ticket-form-actions {
	clear: both
}

#em-tickets-form .ticket-spaces input,
#em-tickets-form .ticket-price input {
	width: 80px
}

#em-tickets-form .ticket-dates input.em-date-input-loc {
	width: 90px
}

#em-tickets-form .ticket-dates-from-normal,
#em-tickets-form .ticket-dates-from-recurring,
#em-tickets-form .ticket-dates-to-normal,
#em-tickets-form .ticket-dates-to-recurring {
	display: inline
}

#em-tickets-form .ticket-required input,
#em-tickets-form .ticket-roles input {
	width: auto
}

#em-tickets-form .ticket-roles div {
	margin-left: 110px
}

#wp-em-editor-content-wrap table {
	margin-bottom: 0
}

#event-form .em-location-types-single {
	display: none;
	visibility: hidden
}

#event-form .em-location-type {
	border-top: 1px solid #dedede;
	margin-top: 20px;
	padding-top: 20px
}

#event-form .em-location-type-single .em-location-type {
	border-top: 0;
	margin-top: 0;
	padding-top: 0
}

#event-form .em-location-type.em-location-type-single {
	border: none
}

#event-form .em-location-type p:first-child {
	margin-top: 0
}

#event-form div.em-location-data table {
	float: left;
	margin: 0 15px 0 0
}

#event-form .em-event-location-data h4 {
	padding-bottom: 5px;
	border-bottom: 1px solid #dedede;
	margin-bottom: 15px
}

#event-form .em-input-field {
	margin-bottom: 10px
}

#event-form .em-input-field label {
	display: block;
	margin-bottom: 5px
}

#event-form .em-input-field.em-input-field-boolean label {
	display: inline-block
}

#event-form .em-input-field em {
	display: block;
	margin-top: 2px
}

#event-form .em-location-type-delete-active-alert {
	display: none;
	visibility: hidden
}

#em-location-data table.em-location-data td,
#em-location-data table.em-location-data th {
	vertical-align: top;
	border: none
}

#em-location-data table.em-location-data select {
	width: 100%
}

#em-location-data table.em-location-data {
	width: 50%;
	float: left;
	border: none
}

#em-location-data .em-location-map-container {
	width: 50%;
	height: 300px;
	float: left
}

#em-location-data .em-location-map-404,
#em-location-data .em-location-map-content {
	width: 100%;
	height: 100%
}

#em-location-data .em-location-map-404 {
	vertical-align: middle;
	text-align: center
}

table.em-form-fields td,
table.em-form-fields th {
	text-align: left;
	vertical-align: top
}

table.em-form-fields th {
	padding: 0 20px 5px 0
}

.em_obj {
	position: relative
}

.em_obj .table-wrap {
	clear: left;
	padding-top: 5px
}

.em-bookings-table .em-bookings-table-export,
.em-bookings-table .em-bookings-table-settings {
	float: left;
	display: block;
	margin: 2px 5px;
	width: 25px;
	height: 25px
}

.em-bookings-table .em-bookings-table-export {
	background: url(//dannci.wpmasters.org/citygov/modern/wp-content/plugins/events-manager/includes/css/../images/csv.png) 0px 0px no-repeat
}

.em-bookings-table .em-bookings-table-settings {
	background: url(//dannci.wpmasters.org/citygov/modern/wp-content/plugins/events-manager/includes/css/../images/settings.png) 0px 0px no-repeat
}

#em-bookings-table-export,
#em-bookings-table-settings {
	width: 500px;
	height: 75%
}

#em-bookings-table-export form,
#em-bookings-table-settings form {
	height: 100%;
	overflow: auto
}

.em-bookings-table-overlay ul.em-bookings-cols-sortable {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px;
	float: left;
	margin-right: 10px
}

.em-bookings-table-overlay ul.em-bookings-cols-sortable li {
	margin: 0 5px 5px;
	padding: 3px 8px;
	font-size: 12px;
	width: 120px;
	font-weight: 400;
	cursor: move
}

.em-bookings-table-overlay ul.em-bookings-cols-sortable li.ui-state-default {
	color: #999
}

#em-bookings-export-cols-inactive,
#em-bookings-cols-inactive {
	width: 300px
}

#em-bookings-export-cols-inactive li,
#em-bookings-cols-inactive li {
	float: left
}

#em-bookings-admin-booking .em-booking-single-info {
	display: none
}

#em-bookings-admin-booking .em-booking-single-form {
	padding-right: 20px
}

body#printable {
	font-family: Gill Sans, Helvetica, Arial, sans-serif;
	text-align: center
}

body#printable #container {
	margin: 0 auto;
	width: 780px;
	text-align: left
}

body#printable table#bookings-table {
	width: 600px;
	border-spacing: 0px
}

body#printable table#bookings-table td {
	padding: 5px 0
}

body#printable table#bookings-table td.spaces-number {
	text-align: right;
	padding-right: 20px
}

body#printable table#bookings-table th {
	text-align: left;
	margin-left: 5px
}

body#printable table#bookings-table tr#booked-spaces td {
	border-top: 2px solid #999
}

body#printable table#bookings-table td.total-label {
	text-align: right
}

body#printable table#bookings-table tr#booked-spaces td.spaces-number,
table#bookings-table tr#available-spaces td.spaces-number {
	font-weight: 700
}

table.em-calendar td {
	padding: 2px 4px;
	text-align: center
}

table.em-calendar.table tr.days-names {
	font-weight: 700
}

table.em-calendar td.eventless-pre,
.em-calendar td.eventless-post {
	color: #ccc
}

table.em-calendar td.eventful-pre a,
table.em-calendar td.eventful-post a {
	color: #aaa;
	text-decoration: underline
}

table.em-calendar td.eventful a,
table.em-calendar td.eventful-today a {
	color: #fd7e29
}

table.em-calendar td.eventful-today a {
	font-weight: 700
}

table.em-calendar td.eventless-today,
table.em-calendar td.eventful-today {
	background-color: #cfcfcf
}

table.em-calendar thead {
	font-size: 120%;
	font-weight: 700
}

table.fullcalendar {
	border-collapse: collapse
}

table.fullcalendar td {
	text-align: left;
	border: 1px solid #888
}

div.em-calendar-wrapper {
	position: relative
}

.em-map-balloon .em-map-balloon-content {
	margin: 0 !important;
	padding: 0 0 20px !important;
	font-size: 12px !important;
	color: #000 !important;
	width: auto !important;
	max-width: none !important;
	height: auto !important;
	max-height: none !important
}

.em-location-map img,
.em-locations-map img,
#em-map img {
	max-width: none !important;
	background: 0 0 !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	height: auto;
	width: auto
}

.em-time-input {
	width: 7em
}

.em-time-range .em-time-input.error,
.em-time-input.error {
	border: #c00 1px solid
}

.ui-em_timepicker-wrapper {
	overflow-y: auto;
	max-height: 150px;
	width: 6.5em;
	background: #fff;
	border: 1px solid #ddd;
	-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);
	z-index: 10052;
	margin: 0
}

.ui-em_timepicker-wrapper.ui-em_timepicker-with-duration {
	width: 13em
}

.ui-em_timepicker-wrapper.ui-em_timepicker-with-duration.ui-em_timepicker-step-30,
.ui-em_timepicker-wrapper.ui-em_timepicker-with-duration.ui-em_timepicker-step-60 {
	width: 11em
}

.ui-em_timepicker-list,
.ui-em_timepicker-list li {
	margin: 0;
	padding: 0;
	list-style: none
}

.ui-em_timepicker-duration {
	margin-left: 5px;
	color: #888
}

.ui-em_timepicker-list:hover .ui-em_timepicker-duration {
	color: #888
}

.ui-em_timepicker-list li {
	padding: 3px 0 3px 5px;
	cursor: pointer;
	white-space: nowrap;
	color: #000
}

.ui-em_timepicker-list:hover .ui-em_timepicker-selected {
	background: #fff;
	color: #000
}

.ui-em_timepicker-list .ui-em_timepicker-selected:hover,
.ui-em_timepicker-list li:hover,
li.ui-em_timepicker-selected {
	background: #1980ec;
	color: #fff
}

.ui-em_timepicker-list li:hover .ui-em_timepicker-duration,
li.ui-em_timepicker-selected .ui-em_timepicker-duration {
	color: #ccc
}

.ui-em_timepicker-list li.ui-em_timepicker-disabled,
.ui-em_timepicker-list li.ui-em_timepicker-disabled:hover,
.ui-em_timepicker-list li.ui-em_timepicker-selected.ui-em_timepicker-disabled {
	color: #888;
	cursor: default
}

.ui-em_timepicker-list li.ui-em_timepicker-disabled:hover,
.ui-em_timepicker-list li.ui-em_timepicker-selected.ui-em_timepicker-disabled {
	background: #f2f2f2
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
q,
small,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	margin: 0;
	padding: 0
}

article,
aside,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
video,
object {
	display: block
}

a img {
	border: 0
}

figure {
	position: relative;
	overflow: hidden;
	margin: 0
}

figure img {
	width: 100%
}

body {
	overflow: visible !important;
	line-height: 1.6
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.clearfix:after {
	content: "\00A0";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.clearfix {
	display: block
}

html[xmlns] .clearfix {
	display: block
}

* html .clearfix {
	height: 1%
}

.clearfix {
	display: block
}

pre {
	overflow-x: scroll
}

.site_wrapper {
overflow: hidden
}

.wrapper {
	max-width: 100%;
	overflow: hidden
}

html,
body {
	height: 100%;
	margin: 0;
	padding: 0
}

img,
.imgwrap {
	max-width: 100%;
	position: relative;
	overflow: hidden
}

ol,
ul {
	list-style-position: inside
}

ul.children {
	margin-left: 15px;
	list-style-type: none
}

.tranz,
#nav,
.tmnf_icon,
.nav-previous a,
.nav>li>a:before,
.menu a,
.wpcf7-submit.wpcf7-submit {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease
}

.tranz2 {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease
}

a,
a:hover,
.ribbon,
.ribbon a {
	text-decoration: none;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
	-ms-transition: none
}

a:hover,
.elementor a:hover {
	text-decoration: underline
}

a.elementor-button-link:hover,
.scrollTo_top a:hover {
	text-decoration: none
}

.rad {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px
}

.ghost {
	overflow: hidden
}

small,
.small {
	font-size: 80% !important
}

.fl {
	float: left !important
}

.fr {
	float: right !important
}

.cntr {
	text-align: center
}

.p-border {
	border-style: solid
}

.slant {
	font-weight: 400;
	font-style: italic
}

.lower {
	text-transform: lowercase !important
}

.italic {
	font-style: italic !important
}

.fat {
	font-weight: 700 !important
}

.white_text {
	color: #fff
}

hr {
	background: #eee !important;
	border: none !important
}

.entry p a:hover {
	color: #fff
}

.top-fix {
	margin-top: 50px
}

.bottom-fix {
	margin-bottom: 80px !important
}

.tmnf_hide {
	display: none !important
}

.tmnf_icon {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 2;
	background: rgba(0, 0, 0, .15);
	width: 32px;
	height: 32px;
	text-align: center;
	padding: 9px 0;
	font-size: 14px
}

.tmnf_gradient {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .75) 72%, rgba(0, 0, 0, .75) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .75) 72%, rgba(0, 0, 0, .75) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .75) 72%, rgba(0, 0, 0, .75) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000', GradientType=0)
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2
}

h1 {
	margin: 15px 0;
	padding: 0;
	letter-spacing: -.03em
}

h2 {
	margin: 20px 0;
	padding: 0
}

h2.widget {
	position: relative;
	overflow: hidden;
	margin: 0 0 10px !important;
	width: 100%;
	padding: 10px 0 15px;
	display: block;
	font-size: 18px
}

h2.widget:after {
	right: 0 !important
}

h2.widget img {
	float: left;
	margin: 4px 6px 0 0
}

.foocol h2.widget {
	margin: 0 0 23px !important;
	width: 100%
}

h1.archiv span.subtitle {
	font-size: 18px !important;
	opacity: .9;
	padding: 0;
	margin: 25px 0 0;
	display: block;
	text-transform: none;
	font-weight: 400;
	letter-spacing: normal;
	max-width: 70%
}

h1.archiv br {
	display: none
}

h3 {
	margin: 25px 0 15px;
	padding: 0
}

h3.leading {
	margin: 0 0 10px;
	padding: 0
}

h4 {
	margin: 15px 0 10px;
	padding: 0
}

h5,
h6 {
	margin: 5px 0;
	padding: 0
}

h3 span span {
	opacity: .6;
	padding: 0 !important
}

h3.title {
	padding: 0 0 11px;
	margin: 0;
	font-size: 14pt;
	text-shadow: none
}

h4.leading {
	margin: -5px 0 10px
}

#header {
	padding: 0;
	overflow: visible;
	margin: 0 auto 0 auto;
	float: none;
	display: block;
	width: 100%;
	z-index: 10;
	position: fixed;
	top: 30px;
	left: 0
}

#header.scrolled {
	top: 0
}

#header.scrolled .container_head {
	box-shadow: 0 0 4px rgba(0, 0, 0, .1)
}

#header h1 {
	display: block;
	position: relative;
	margin: 0;
	float: none;
	max-width: 100%;
	text-align: center
}

#titles img {
	margin: 0 auto;
	display: block;
	float: none;
	max-width: 100%;
	padding: 0
}

#titles {
	float: left;
	display: block;
	padding: 0 45px;
	position: relative;
	z-index: 99;
	text-align: center
}

#titles .logo {
	display: block
}

.header-right {
	display: flex;
	display: table-cell \9;
	width: auto
}

#bottombar {
	padding: 0 30px 0 0;
	opacity: 1;
	max-height: 100px;
	position: relative;
	overflow: hidden;
	z-index: 0
}

.bottombar_dis #bottombar {
	display: none
}

#header.scrolled #bottombar {
	max-height: 0;
	opacity: 0
}

#bottombar p {
	float: left;
	font-size: 11px !important;
	margin: 0;
	padding: 17px 5px 15px;
	text-align: center;
	background: rgba(204, 204, 204, .2)
}

#bottombar .social-menu {
	margin: 8px 0 7px;
	padding: 0;
	margin-left: auto !important;
	display: inherit
}

#bottombar .social-menu li {
	margin: 0
}

#bottombar .social-menu a {
	padding: 12px 8px 10px 28px
}

#bottombar .social-menu a i {
	font-size: 14px
}

#bottombar .social-menu span {
	display: none
}

#bottombar .social-menu a:hover {
	background: 0 0 !important
}

#navigation {
	z-index: 10;
	padding: 0;
	position: relative;
	width: 100%;
	display: inline
}

.nav {
	padding: 0;
	list-style: none;
	line-height: 1;
	display: block;
	z-index: 99
}

.nav a {
	position: relative;
	display: block;
	z-index: 1;
	padding: 15px 0;
	text-decoration: none
}

.nav a i {
	margin: -3px 7px 0 0;
	vertical-align: middle;
	font-size: 20px
}

.nav>li>a {
	display: block;
	/*padding: 15px 0 11px;*/
	padding: 15px 0 0px;
	text-decoration: none;
	line-height: 1;
	border-bottom: none;
	text-align: left;
	border-bottom: 2px solid rgba(0, 0, 0, 0)
}

.nav li a .menu-item-description {
	display: none;
	padding-top: 6px;
	margin-bottom: -30px;
	letter-spacing: .02em;
	font-size: 11px !important;
	text-align: left;
	font-weight: 400;
	opacity: .7
}

.nav>li>a>.menu-item-description {
	display: block
}

.nav li {
	display: block;
	position: relative
}

.nav>li {
	margin: 0;
	-webkit-backface-visibility: hidden
}

.nav li ul {
	margin: 0;
	padding: 0;
	width: 210px;
	position: absolute;
	z-index: 9
}

.nav li ul.sub-menu {
	-webkit-box-shadow: 0 0 7px -2px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 7px -2px rgba(0, 0, 0, .1);
	box-shadow: 0 0 7px -2px rgba(0, 0, 0, .1);
	padding: 6px 0 !important
}

.nav li.mega ul.sub-menu {
	-webkit-box-shadow: none;
	-moz-box-shadow: none
}

.nav li ul li>a {
	margin: 0 20px;
	padding: 11px 0;
	border-bottom: 1px dotted rgba(255, 255, 255, .15);
	text-align: left;
	line-height: 1.5;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	-ms-transition: none
}

.nav li ul li>a:hover {
	opacity: .7
}

.nav li ul li a i {
	margin-right: 5px !important
}

.nav li ul li:last-child>a {
	border-bottom: none
}

.nav>li>ul {
	z-index: 9;
	margin: -2px 0 0;
	padding: 0
}

.nav>li>ul:after {
	border-width: 8px 0 0 8px;
	border-color: transparent transparent transparent #900;
	border-style: solid;
	bottom: 100%;
	content: "";
	height: 0;
	position: absolute;
	left: 0;
	top: -8px;
	width: 0
}

.nav>li>ul>li,
.nav li ul ul li {
	width: 100%;
	max-width: 250px
}

.nav li ul ul {
	margin: -50px 0 0 208px
}

.nav>li:nth-last-child(1) ul ul {
	margin: -50px 0 0 -208px
}

.nav li.menu-item-has-children a,
.nav li.page_item_has_children a {
	padding-right: 20px !important
}

.menu-item-has-children>a:after {
	position: absolute;
	content: "\2193";
	height: 4px;
	width: 4px;
	top: 15px;
	right: 10px;
	opacity: .7;
	font-size: 12px !important;
	font-weight: 400;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.nav li ul li.menu-item-has-children>a:after {
	right: 0
}

.nav li ul {
	position: absolute;
	left: -999em
}

.nav li:hover,
.nav li.hover {
	position: static
}

.nav li:hover ul ul,
.nav li.sfhover ul ul,
.nav li:hover ul ul ul,
.nav li.sfhover ul ul ul,
.nav li:hover ul ul ul ul,
.nav li.sfhover ul ul ul ul {
	left: -999em
}

.nav li:hover ul,
.nav li.sfhover ul,
.nav li li:hover ul,
.nav li li.sfhover ul,
.nav li li li:hover ul,
.nav li li li.sfhover ul,
.nav li li li li:hover ul,
.nav li li li li.sfhover ul,
li.menu-item-has-children[aria-expanded=true]>ul {
	left: auto
}

#main-nav {
	position: relative;
	margin: 0;
	padding: 0 40px;
	width: 100%;
	z-index: 99
}

#main-nav>li {
	margin: 0;
	/*padding: 15px 15px 10px 21px;*/
	padding: 0px 15px 0px 21px !important;
	display: inline;
	float: left;
	text-align: center;
	position: relative
}

#main-nav>li:first-child {
	padding-left: 0
}

#main-nav>li:last-child {
	padding-right: 0
}

#main-nav>li:before {
	position: absolute;
	top: 28px;
	left: 0;
	height: 20px;
	width: 1px;
	content: '';
	background: #fff;
	opacity: .2
}

#main-nav>li:first-child:before {
	display: none
}

#main-nav>li.special {
	float: right;
	padding: 15px 0 10px
}

#main-nav>li.special_alt {
	filter: brightness(120%);
	-webkit-filter: brightness(120%)
}

#main-nav>li.special:before {
	display: none
}

#main-nav>li.special>a {
	padding-left: 15px;
	padding-right: 15px
}

#main-nav>li.special>a:hover {
	border-bottom: 2px dotted rgba(255, 255, 255, 0) !important
}

#add-nav {
	display: inherit;
	padding: 0 0 0 20px
}

#add-nav>li {
	padding: 0 20px
}

#add-nav>li>a {
	font-size: 11px !important;
	padding: 19px 0 8px !important
}

#add-nav .menu-item-description,
#add-nav a:after {
	display: none
}

.newitem>a {
	position: relative
}

.newitem>a:after {
	position: relative;
	content: 'NEW';
	background: red;
	color: #fff;
	vertical-align: top;
	font-size: 10px;
	margin: 0 0 0 4px;
	padding: 0 3px
}

@supports not (-ms-high-contrast:none) {
	#main-nav {
		position: relative;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		display: inline-block
	}
	.nav li.mega>ul.sub-menu {
		position: fixed
	}
	.nav li.mega:hover>ul.sub-menu,
	li.mega[aria-expanded=true]>ul.sub-menu {
		top: 100%;
		left: 0;
		width: 100%;
		margin-top: -17px
	}
	.nav li.mega>ul.sub-menu {
		width: 100%;
		padding: 15px 0 !important
	}
	.nav li.mega>ul.sub-menu>li {
		float: left;
		width: 25%;
		max-width: 25%;
		position: relative !important
	}
	.nav li.mega>ul.sub-menu>li>a {
		text-transform: uppercase !important;
		font-weight: 600 !important
	}
	.nav li.mega>ul.sub-menu>li ul,
	.nav li.mega>ul.sub-menu>li ul ul,
	.nav li.mega>ul.sub-menu>li ul ul ul {
		position: relative !important;
		left: auto !important;
		margin: 0 0 0 10px !important;
		width: calc(100% - 10px)
	}
	.fa-external-link-alt {
		font-size: 12px !important;
		margin-left: 4px !important
	}
	.nav li.mega ul li>a {
		border-bottom: none;
		padding: 4px 0
	}
	.nav>li.mega:hover:after {
		border-width: 8px 0 0 8px;
		border-color: transparent transparent transparent #900;
		border-style: solid;
		bottom: 15px;
		content: "";
		height: 0;
		position: absolute;
		left: 27px;
		width: 0
	}
	.nav>li.mega>ul:after {
		display: none
	}
	.nav li.mega ul li.menu-item-has-children>a:after {
		display: none
	}
}

input#navtrigger {
	padding: 10px;
	height: 42px;
	width: 42px;
	background-image: none;
	margin: 10px 0 10px 30px;
	display: none;
	position: relative;
	float: right;
	z-index: 99;
	text-align: center;
	font-size: 20px;
	line-height: 1;
	cursor: pointer
}

input#navtrigger:hover {
	color: #fff !important
}

[type=checkbox]:checked~#navigation,
[type=checkbox]:checked~#bottombar {
	display: block !important
}

#header input[type=checkbox] {
	display: none;
	position: absolute;
	top: 38px;
	right: 15px
}

.show-menu {
	padding: 18px 10px;
	height: 46px;
	width: 80px;
	background-image: none;
	margin: 20px 20px 20px 0;
	display: none;
	position: relative;
	float: right;
	z-index: 99;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: 700
}

.tmnf_mobile_dropdown {
	display: none
}

#core {
	padding-top: 40px
}

.blogger {
	padding: 0;
	margin: 0;
	width: 100%;
	overflow: hidden
}

.blogger>.item {
	overflow: hidden;
	position: relative;
	margin: 0 0 60px;
	width: 100%;
	padding: 0;
	float: left
}

.item_inn {
	overflow: hidden;
	padding: 0;
	position: relative
}

.blogger>.item h2 {
	margin: 20px 0
}

.blogger>.item p.meta {
	margin: 8px 0
}

.blogger>.item p.teaser {
	margin: 0;
	font-size: 17px
}

.entryhead {
	position: relative
}

.blogger>.item.has-post-thumbnail .imgwrap {
	margin: 0 40px 0 0;
	max-width: 50%;
	float: left
}

.blogger .format-quote {
	padding: 40px 40px 60px !important;
	position: relative;
	pointer-events: none;
	background: -moz-linear-gradient(45deg, rgba(0, 0, 0, .05) 0%, rgba(0, 0, 0, .02) 100%);
	background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .05) 0%, rgba(0, 0, 0, .02) 100%);
	background: linear-gradient(45deg, rgba(0, 0, 0, .05) 0%, rgba(0, 0, 0, .02) 100%)
}

.blogger .format-quote img,
.blogger .format-quote p.teaser span,
.blogger .format-quote .read_more,
.blogger .format-quote .meta,
.blogger .format-quote .entryhead {
	display: none !important
}

.blogger .format-quote h3 {
	position: absolute;
	bottom: 15px;
	left: 40px;
	font-size: 14px !important;
	font-weight: 500 !important;
	opacity: .4
}

.single .format-quote {
	margin: 80px 0;
	padding: 100px 10%;
	text-align: center;
	position: relative;
	overflow: hidden
}

.postbar {
	position: relative;
	z-index: 3
}

.entry p {
	margin: 0 0 25px
}

.entry p:last-of-type {
	overflow: hidden
}

.entry p iframe {
	max-height: 450px
}

.fullcontent {
	margin: 0 0 80px;
	overflow: hidden
}

.fullcontent h1.entry-title {
	margin: 0 0 20px;
	padding: 0
}

.entryfull {
	margin: 0;
	overflow: hidden
}

.entrywoo {
	margin: 40px 60px
}

.titlewrap {
	position: absolute;
	bottom: 10%;
	left: 50%;
	margin: 0 0 0 -580px;
	max-width: 45%
}

.entryhead .imgwrap {
	background: 0 0
}

.entry>ul,
.entry>ol {
	margin: 10px 0 30px 5px
}

.entry ul li,
.entry ol li {
	padding: 4px 0
}

.entry ul,
li.comment ul {
	list-style-type: disc;
	list-style-position: inside
}

.entry ol,
li.comment ol {
	list-style-type: decimal;
	list-style-position: inside
}

.entry ul ul,
.entry ol ul,
li.comment ul ul,
li.comment ol ul {
	list-style-type: circle;
	list-style-position: inside;
	margin-left: 15px
}

.entry ol ol,
.entry ul ol,
li.comment ol ol,
li.comment ul ol {
	list-style-type: lower-latin;
	list-style-position: inside;
	margin-left: 15px
}

blockquote {
	border-left: 2px solid rgba(102, 102, 102, .2);
	background: rgba(153, 153, 153, .05);
	padding: 20px 35px !important;
	margin: 25px 0;
	letter-spacing: 0;
	font-style: italic
}

blockquote p {
	margin: 0 !important
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
	margin: 20px 0 25px;
	line-height: 1.4 !important;
	text-transform: none !important
}

.entry h2:first-of-type,
.entry h3:first-of-type,
.entry h4:first-of-type {
	margin-top: 0 !important
}

.entry h1 {
	font-size: 250% !important
}

.entry h2 {
	font-size: 210% !important
}

.entry h3 {
	font-size: 120% !important
}

.entry h4 {
	font-size: 110% !important
}

.entry h5 {
	font-size: 100% !important
}

.entry h6 {
	font-size: 90% !important
}

.errorentry h5 {
	margin-bottom: 80px
}

.page-header {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	max-height: 780px;
	padding: 280px 0 80px;
	margin: 0
}

.archive.author .page-header {
	max-height: none
}

.page-header h1 {
	line-height: 1.2;
	margin: 10px 0
}

.page-header img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: .3
}

body>.postbarNone .page-header .container {
	width: 680px
}

.single-post .page-header img,
.give-page .page-header img {
	opacity: .4
}

.main-breadcrumbs {
	padding: 0
}

.home .main-breadcrumbs,
.error404 .main-breadcrumbs,
.search .main-breadcrumbs,
.page-template-homepage .main-breadcrumbs {
	display: none
}

.main-breadcrumbs span {
	padding: 0 25px 0 0;
	margin: 0 10px 0 0;
	position: relative
}

.main-breadcrumbs span:after {
	position: absolute;
	height: 1px;
	width: 10px;
	content: '\2192';
	display: block;
	top: -3px;
	right: 3px
}

.main-breadcrumbs span:last-child:after {
	display: none
}

.postinfo {
	overflow: hidden;
	margin: 0;
	padding: 0
}

p.modified {
	margin: 0;
	visibility: hidden;
	display: none
}

.taggs {
	display: block;
	width: 100%;
	margin: 0 0 40px !important
}

.taggs a {
	display: block;
	padding: 7px 12px;
	border-width: 1px;
	border-style: solid;
	float: left;
	margin: 0 8px 0 0;
	background: rgba(204, 204, 204, .1)
}

.postauthor {
	overflow: hidden;
	padding: 10px 25px;
	float: left;
	width: 100%;
	border-width: 1px;
	margin: -1px 0 20px;
	border-radius: 0 0 3px 3px
}

#content .postauthor img.avatar {
	float: left !important;
	margin: 15px 25px 10px 0 !important
}

.authordesc {
	margin: 15px 0;
	font-size: 90%
}

.authoricons a {
	font-size: 15px;
	padding: 0 8px;
	margin: 25px 1px 10px 0;
	width: 30px;
	float: none;
	text-align: center
}

.authoricons a.hidd {
	display: none
}

#post-nav {
	float: right;
	width: 100%;
	padding: 0;
	line-height: 1.4 !important;
	border-style: solid;
	border-width: 1px 0;
	margin: -1px 0 0
}

#post-nav img {
	float: left;
	max-width: 140px;
	margin: 0;
	opacity: .8;
	overflow: hidden;
	display: none
}

.post-nav-image {
	max-width: 30%;
	max-height: 140px;
	overflow: hidden;
	display: block;
	float: left;
	position: relative
}

.post-nav-image i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -4px;
	z-index: 3;
	color: #fff
}

#post-nav .post-next .post-nav-image {
	float: right
}

.post-previous,
.post-next {
	width: 50%;
	padding: 0;
	float: left;
	overflow: visible
}

.post-previous {
	border-width: 0 1px 0 0;
	margin-right: -1px
}

.post-next {
	border-width: 0 0 0 1px
}

#post-nav .post-nav-text {
	padding: 25px 0 30px;
	display: inline-block;
	float: left;
	width: 70%;
	line-height: 1.4 !important
}

#post-nav .post-nav-text span {
	font-weight: 400;
	opacity: .7;
	font-size: 11px
}

#post-nav .post-next .post-nav-text {
	text-align: right;
	float: right
}

.single-wpm_project #core {
	padding-top: 0;
	width: calc(100% + 40px);
	margin: 20px -20px 0
}

.single-wpm_project .crumb:nth-child(3) {
	display: none
}

.single-wpm_project .meta-single,
.single-wpm_project .addtoany_share_save_container {
	display: none
}

.single-wpm_project #comments {
	border-top: none
}

.single-wpm_project .fullcontent {
	margin-bottom: 40px
}

.sidebar_item {
	padding: 19px 35px;
	margin: 0 0 40px;
	overflow: hidden
}

.sidebar_item>ul {
	margin: 10px 0;
	display: block;
	width: 100%;
	list-style: none
}

.sidebar_item li,
.sidebar_item p {
	position: relative;
	padding: 6px 0;
	overflow: hidden;
	border-top: 1px solid rgba(204, 204, 204, .4)
}

.sidebar_item p {
	border-top: none
}

.sidebar_item img.img_full {
	margin: -20px -35px;
	max-width: calc(100% + 70px) !important;
	width: calc(100% + 70px)
}

.sidebar_item ul.children {
	margin: 7px 0 -2px 15px;
	list-style-type: none;
	display: block;
	overflow: hidden;
	clear: both
}

.sidebar_item>ul>li:first-child {
	border-top: none
}

.sidebar_item form {
	overflow: hidden
}

.sidebar_item select {
	margin: 20px 0;
	width: 100%;
	font-size: 100% !important;
	clear: both;
	float: none
}

.sidebar_item .searchform {
	margin: 20px 0;
	padding: 0;
	float: none;
	clear: both;
	overflow: hidden
}

span.cat_nr {
	float: right;
	text-align: center;
	width: 30px
}

ul.lists {
	list-style: none;
	overflow: hidden;
	margin: 0;
	width: 106%
}

ul.lists li ul,
ul.lists li ul li {
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	background: 0 0
}

.lists li {
	padding: 0 10px 0 26px;
	margin: 0 3% 0 0;
	float: left;
	width: 31%;
	list-style: none
}

.rssSummary,
.rss-date {
	font-style: italic;
	font-size: 14px;
	line-height: 1.6 !important;
	opacity: .7;
	display: block;
	text-align: left
}

a.rsswidget {
	clear: both;
	float: none !important
}

.sidebar_item cite {
	font-size: 14px;
	line-height: 1.6 !important;
	float: left;
	margin: 5px 0 15px
}

#recentcomments li {
	text-align: left
}

#recentcomments li a {
	float: none;
	display: inline
}

ul.menu {
	list-style: none;
	margin: 0
}

ul.menu li {
	text-align: left;
	display: block;
	padding: 0;
	border-top: 1px solid rgba(204, 204, 204, .5)
}

ul.menu li ul {
	margin: -2px 0 0 20px
}

ul.menu li ul ul ul ul ul ul {
	margin: 0
}

ul.menu>li:first-child {
	border-top: none
}

ul.menu li a {
	float: none;
	padding: 7px 0;
	display: block
}

ul.menu li a i {
	width: 20px;
	text-align: center;
	padding-left: 1px;
	margin-right: 8px
}

ul.menu .menu-item-description,
ul.menu .menu-item-has-children>a:after {
	display: none
}

.sidebar_item ul.menu>li>a {
	padding: 10px 0 8px
}

.sidebar_item ul.menu>li>a {
	border-bottom: 2px solid rgba(0, 0, 0, 0)
}

.sidebar_item ul.menu .current-menu-item {
	margin-bottom: -1px
}

.foocol ul.menu li {
	border-top: 1px solid rgba(204, 204, 204, .2)
}

.foocol ul.menu>li:first-child {
	border-top: none
}

.foocol ul.menu li a {
	padding: 6px 0
}

.tp_recent_tweets ul {
	margin: 0 0 15px !important
}

.tp_recent_tweets ul li {
	overflow: hidden;
	padding: 15px 0 15px 25px !important;
	border-top-width: 1px;
	border-top-style: solid;
	list-style: none !important;
	margin: 0 !important;
	position: relative;
	background: 0 0 !important;
	line-height: 2 !important
}

.tp_recent_tweets ul li:first-child {
	border-top: none
}

.tp_recent_tweets ul li span a {
	opacity: .9;
	font-weight: 400
}

a.twitter_time {
	font-style: italic;
	font-size: 11px
}

.tp_recent_tweets ul li:before {
	opacity: .2;
	content: "•";
	font-family: FontAwesome;
	font-size: 16px !important;
	left: 2px;
	position: absolute;
	top: 15px
}

.ad300 {
	margin: 0 0 40px;
	overflow: hidden;
	width: 100%
}

.ad300_inn {
	width: 100%
}

.ad300 h2.widget {
	font-size: 10px !important;
	text-align: left;
	padding: 0 0 4px;
	line-height: 1;
	margin: 0 0 6px !important;
	width: 100%;
	font-weight: 400;
	text-align: center
}

.ad300 h2.widget:after {
	display: none !important
}

#footer .ad300 {
	border: none;
	margin: 30px 0;
	background: 0 0 !important
}

.ad300 img {
	display: block;
	margin: 0 auto 0 auto
}

ul.ad125 {
	padding: 0 !important;
	overflow: hidden;
	width: 90% !important;
	margin: 0 auto 15px auto !important
}

#footer ul.ad125 {
	width: 100% !important;
	margin: 0 auto !important
}

ul.ad125 li {
	float: left;
	margin: 0 0 10px;
	width: 50%;
	text-align: center;
	padding: 0;
	overflow: hidden;
	list-style: none !important;
	background: 0 0 !important
}

#footer ul.ad125 li {
	margin: 0 0 5px;
	width: 50%
}

ul.ad125 li img {
	float: none;
	display: block;
	margin: 0 auto;
	padding: 0;
	overflow: hidden
}

ul.featured {
	margin: 0 !important;
	overflow: hidden;
	float: left;
	list-style: none !important;
	width: 100%
}

ul.featured li {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
	display: block;
	overflow: hidden
}

.tab-post {
	padding: 20px 0 21px;
	margin: 0;
	border-style: solid;
	border-width: 1px 0 0;
	display: block;
	overflow: hidden
}

li:first-child .tab-post {
	border-top: none;
	padding-top: 10px;
	min-height: 90px
}

.tab-post h4 {
	margin: 12px 0 8px
}

.tab-post .imgwrap {
	float: left;
	margin: 0 20px 0 0;
	max-width: 33%
}

.tab-post .meta {
	float: none;
	margin: 0;
	opacity: .5
}

.sidebar_item .tab-post {
	border-width: 0
}

.sidebar_item li:first-child .tab-post {
	padding-top: 20px
}

.sidebar_item li:last-child .tab-post {
	padding-bottom: 0
}

.sidebar_item .tab-post h4 {
	font-size: 14px !important;
	margin: 0
}

.sidebar_item .tab-post h4 a {
	float: none;
	text-align: left
}

#comments {
	clear: both;
	margin: 20px 0 0;
	padding: 0;
	overflow: hidden
}

#comments .navigation {
	padding: 20px 0;
	clear: both;
	overflow: hidden
}

h3#comments-title,
h3#reply-title {
	padding: 0;
	margin: 40px 0 20px
}

.commentlist {
	list-style: none;
	margin: 0 !important
}

.commentlist li.comment {
	line-height: 1.7;
	margin: 0;
	padding: 20px 0 20px 80px;
	position: relative;
	list-style: none
}

.commentlist li.comment.parent {
	padding: 20px 0 0 80px
}

.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0
}

#comments .comment-body p {
	margin-bottom: 15px;
	line-height: 1.7
}

#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px
}

#comments .comment-body p:last-child {
	margin-bottom: 6px
}

#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px
}

.commentlist ol {
	list-style: decimal
}

.commentlist .avatar {
	position: absolute;
	top: 17px;
	left: 0
}

.comment-author cite {
	line-height: 1.2;
	margin: 0 0 10px;
	overflow: hidden;
	display: block
}

.comment-author .says {
	display: none
}

.comment-meta {
	margin: 0 0 20px;
	font-size: 13px;
	line-height: 1
}

.comment-meta a:link,
.comment-meta a:visited {
	opacity: .6;
	text-decoration: none
}

.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33
}

#comments .reply {
	overflow: hidden;
	margin: 10px 0 0
}

#comments .reply a {
	font-size: 11px !important;
	text-transform: uppercase;
	margin: 0 !important;
	display: block;
	float: left;
	padding: 5px 7px 6px
}

.commentlist .children {
	list-style: none;
	margin: 15px 0 0
}

.commentlist .children li {
	list-style: none;
	border: none
}

.nopassword,
.nocomments {
	display: none
}

#comments .pingback {
	border-bottom: 1px solid rgba(204, 204, 204, .3);
	margin: 0;
	padding: 0 0 20px;
	font-size: 13px
}

.commentlist li.comment+li.pingback {
	margin-top: -6px
}

.pingback .comment-meta {
	margin: 0 0 20px
}

#comments .pingback p {
	display: block;
	margin: 0
}

#comments .pingback .comment-body {
	border: none
}

#comments .pingback .url {
	display: block;
	margin: 25px 0 0
}

#comments .pingback .edit-link {
	float: right;
	margin-left: 8px;
	opacity: .7
}

#respond {
	margin: 0;
	overflow: hidden;
	position: relative
}

.comment-form-comment {
	margin: 10px 0 0
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	width: 30%;
	float: left;
	margin-right: 5% !important
}

.comment-form-url {
	margin-right: 0 !important
}

input#author,
input#email,
input#url {
	width: 99.7% !important;
	border-width: 1px;
	border-style: solid;
	background: rgba(204, 204, 204, .1)
}

#respond .comment-notes {
	margin-bottom: 0;
	opacity: .7;
	font-size: 12px
}

.form-allowed-tags {
	display: none
}

.children #respond {
	margin: 0 48px 0 0
}

#comments-list #respond {
	margin: 0
}

#comments-list ul #respond {
	margin: 0
}

#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	margin-left: 10px
}

#respond .required {
	color: #ff4b33;
	font-weight: 700;
	margin-left: 3px
}

#respond label {
	font-size: 12px
}

#respond input {
	margin: 5px 0 30px
}

#respond textarea {
	width: 100%;
	margin: 5px 0 15px;
	padding: 10px 1.5%;
	background: rgba(204, 204, 204, .1)
}

#respond .form-allowed-tags,
#respond .form-allowed-tags code {
	display: none
}

#respond .form-submit {
	margin: 0
}

#respond .form-submit input {
	font-size: 14px;
	width: auto;
	margin: 0
}

input,
textarea,
input checkbox,
button,
input radio,
select,
file {
	border-width: 1px;
	border-style: solid;
	padding: 10px 20px;
	margin: 0 0 15px;
	line-height: 1.2 !important
}

button,
input.button {
	cursor: pointer
}

input checkbox {
	margin-right: 5px
}

select {
	max-width: 100%;
	overflow: hidden;
	margin: 5px 0 20px
}

.post-password-form input[type=password] {
	margin-left: 30px
}

.post-password-form input[type=submit] {
	border: 1px solid #e8816e;
	background-color: #e8816e;
	color: #fff
}

.searchform {
	position: relative;
	float: none;
	width: 100%;
	margin: 0
}

.searchSubmit {
	position: absolute;
	height: 65px;
	width: 110px;
	border: none;
	cursor: pointer;
	margin: 0;
	overflow: hidden;
	padding: 4px;
	top: 0;
	right: 0;
	font-size: 15px !important;
	line-height: 1 !important
}

.searchform input.s {
	padding: 15px 5%;
	margin: 0;
	height: 65px;
	font-style: normal;
	width: 100%
}

.sidebar_item .searchSubmit,
#footer .searchSubmit,
.sidebar_item .searchform input.s,
#footer .searchform input.s {
	height: 50px
}

.sidebar_item .searchSubmit,
#footer .searchSubmit {
	width: 75px;
	padding: 10px 9px !important
}

.search #content .searchform,
.archive #content .searchform {
	margin: 0 0 100px;
	width: 70%
}

.search .errorentry {
	padding: 0
}

.error-search .searchform {
	margin: 60px auto 0 auto;
	width: 50%
}

.search-no-results .blogger {
	height: auto !important
}

.error-titles h1 {
	margin: 80px 0 40px
}

.error404 .page-header {
	max-height: 1000px
}

.footop {
	width: 100%;
	margin-bottom: -7px
}

.footop.populated {
	display: inline-block
}

.footop-right {
	position: relative;
	float: left;
	padding: 0 35px 0 10000px;
	margin-left: -10000px
}

.footop-right:after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .1)
}

.footer_text {
	float: right;
	margin: 31px 40px;
	font-size: 30px
}

#footer {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	position: relative;
	text-shadow: none;
	font-size: 90%
}

#footer .foocol h2 {
	font-size: 18px !important;
	padding: 20px 0 15px;
	text-align: left;
	margin-bottom: 14px;
	font-weight: 600
}

#footer .ghost {
	background: 0 0 !important
}

.foocol>ul,
.foocol .textwidget>ul {
	margin: 0 0 20px
}

#footer .foocol ul li {
	list-style: none;
	position: relative;
	padding: 2px 0
}

.foocol ul.children>li {
	padding: 0
}

.foocol img {
	margin: 20px 0 30px
}

#footer p {
	margin: 0 0 25px
}

#footer .searchform {
	margin-bottom: 30px
}

.footer-logo {
	margin: -100px 0 0;
	padding: 0;
	float: left
}

.footer-logo img {
	margin: 0 0 25px;
	max-width: 230px;
	display: block;
	overflow: hidden
}

#footer .bottom-menu {
	margin: 30px auto 10px auto !important;
	display: block;
	text-align: center
}

#footer .bottom-menu li {
	display: inline
}

#footer .bottom-menu li a {
	padding: 5px 10px;
	font-weight: 400 !important;
	font-size: 11px;
	text-transform: uppercase
}

#footer .bottom-menu li:first-child a {
	padding: 5px 10px 5px 0;
	background: 0 0
}

#footer .menu-item-has-children>a:after,
.bottom-menu .menu-item-has-children>a:after,
.bottom-menu .mega2>a:after {
	display: none
}

.footer_credits {
	margin: 0 auto 30px auto;
	font-size: 12px;
	text-align: center
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: none
}

img.alignright {
	margin: 10px 1px 10px 20px !important;
	display: inline;
	float: right
}

img.alignleft {
	margin: 10px 20px 10px 1px !important;
	display: inline;
	float: left
}

.alignright {
	float: right;
	margin-left: 7px
}

.alignleft {
	float: left;
	margin-right: 15px
}

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

.alignleft {
	float: left
}

.alignright {
	float: right
}

.wp-caption {
	text-align: center;
	padding-top: 0;
	margin-bottom: 0;
	max-width: 100%;
	overflow: hidden
}

.wp-caption img {
	margin: 0 auto;
	display: block;
	float: none !important;
	padding: 0 0 7px;
	border: 0 none;
	max-width: 100%
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	padding: 0;
	margin: 0 0 25px;
	overflow: hidden
}

img.wp-smiley {
	background: 0 0;
	border: none;
	margin: 0;
	padding: 0
}

.postbarNone .entry img.heroimg {
	margin: 30px -800px;
	max-width: 1600px;
	width: 1200%;
	left: 50%;
	position: relative
}

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

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	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
}

.attachment .headimg {
	display: none;
	visibility: hidden
}

.wp-smiley {
	margin: 0
}

.gallery {
	margin: 20px -8px !important;
	width: calc(100% + 16px) !important;
	overflow: hidden
}

.gallery .gallery-item {
	float: left;
	margin: 0 !important;
	text-align: center;
	width: 25% !important;
	height: auto;
	overflow: hidden;
	padding: 8px !important;
	background: 0 0 !important;
	border: none !important;
	clear: none !important;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0
}

.gallery br {
	display: inline;
	display: none
}

.gallery img {
	border: none !important;
	float: left
}

.gallery a {
	overflow: hidden;
	float: left
}

.gallery .gallery-caption {
	margin-left: 0
}

.gallery dl {
	margin: 0
}

dt.gallery-icon {
	padding: 0 !important
}

.gallery-caption {
	color: #888;
	font-size: 12px;
	margin: -24px 0 24px
}

.gallery br+br,
.gallery-caption {
	display: none
}

ul.social-menu {
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
	float: left
}

ul.social-menu li {
	display: inline;
	list-style-type: none;
	position: relative;
	line-height: 1;
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
	-moz-transition: opacity .3s ease-in;
	-webkit-transition: opacity .3s ease-in;
	-o-transition: opacity .3s ease-in
}

ul.social-menu li:hover {
	opacity: 1;
	-moz-transition: opacity .3s ease-in;
	-webkit-transition: opacity .3s ease-in;
	-o-transition: opacity .3s ease-in
}

ul.social-menu li a {
	margin: 0;
	position: relative;
	font-size: 11px;
	height: 35px;
	text-align: center;
	padding: 11px 8px 10px 30px;
	float: left;
	border: none !important
}

ul.social-menu li a:hover {
	border: 1px solid rgba(255, 255, 255, .01)
}

ul.social-menu li a:hover {
	background-image: none;
	color: #fff
}

ul.social-menu li a i {
	font-size: 16px;
	line-height: 1;
	margin: -7px 0 0;
	position: absolute;
	top: 50%;
	left: 11px
}

ul.social-menu li span {
	line-height: 1;
	display: block;
	margin-top: 2px
}

.footop ul.social-menu {
	position: relative;
	z-index: 1
}

.footop ul.social-menu li {
	margin: 33px 5px 33px 0
}

.footop ul.social-menu li a {
	padding: 11px 13px 10px 22px;
	color: #fff !important
}

.footop ul.social-menu li a i {
	margin: -8px 0 0
}

.footop ul.social-menu li span,
.footop ul.social-menu li.search-item {
	display: none
}

ul.social-menu li.sprite-rss a:hover {
	background-color: #fe9900 !important
}

ul.social-menu li.sprite-google a:hover {
	background-color: #db4a37 !important
}

ul.social-menu li.sprite-delicious a:hover {
	background-color: #3274d2 !important
}

ul.social-menu li.sprite-yahoo a:hover {
	background-color: #65106e !important
}

ul.social-menu li.sprite-stumbleupon a:hover {
	background-color: #ec4823 !important
}

ul.social-menu li.sprite-skype a:hover {
	background-color: #00a8e9 !important
}

ul.social-menu li.sprite-behance a:hover {
	background-color: #2d9ad2 !important
}

ul.social-menu li.sprite-myspace a:hover {
	background-color: #039 !important
}

ul.social-menu li.sprite-lastfm a:hover {
	background-color: #b70736 !important
}

ul.social-menu li.sprite-linkedin a:hover {
	background-color: #0274b3 !important
}

ul.social-menu li.sprite-flickr a:hover {
	background-color: #f3006f !important
}

ul.social-menu li.sprite-deviantart a:hover {
	background-color: #455548 !important
}

ul.social-menu li.sprite-tumblr a:hover {
	background-color: #35506b !important
}

ul.social-menu li.sprite-vimeo a:hover {
	background-color: #1bb6ec !important
}

ul.social-menu li.sprite-youtube a:hover {
	background-color: #ec2828 !important
}

ul.social-menu li.sprite-twitter a:hover {
	background-color: #00abf0 !important
}

ul.social-menu li.sprite-facebook a:hover {
	background-color: #47639e !important
}

ul.social-menu li.sprite-pinterest a:hover {
	background-color: #ca222f !important
}

ul.social-menu li.sprite-instagram a:hover {
	background-color: #405de6 !important
}

ul.social-menu li.sprite-dribbble a:hover {
	background-color: #df3e7b !important
}

ul.social-menu li.sprite-github a:hover {
	background-color: #000 !important
}

ul.social-menu li.sprite-px a:hover {
	background-color: #000 !important
}

ul.social-menu li.sprite-foursquare a:hover {
	background-color: #8cc540 !important
}

ul.social-menu li.sprite-soundcloud a:hover {
	background-color: #fe5419 !important
}

ul.social-menu li.sprite-spotify a:hover {
	background-color: #7cc110 !important
}

ul.social-menu li.sprite-ebay a:hover {
	background-color: #ffcb01 !important
}

a.more-link {
	display: none;
	visiblity: hidden
}

a.read-more {
	display: block;
	visibility: visible
}

a.mainbutton,
#submit,
#comments .navigation a,
.tagssingle a,
.contact-form .submit,
.wpcf7-submit,
a.comment-reply-link,
.give-btn {
	line-height: 1;
	padding: 14px 18px;
	background: #eee;
	border: none !important;
	text-shadow: none;
	overflow: hidden;
	display: block;
	cursor: pointer
}

a.mainbutton {
	margin: 20px 0 0;
	padding: 13px 17px;
	text-align: center;
	display: block;
	min-width: 130px;
	font-size: 17px !important;
	font-weight: 400 !important;
	float: left
}

a.mainbutton.tiny {
	min-width: 105px;
	padding: 6px
}

a.morebutton {
	margin: 0;
	display: block;
	float: none;
	line-height: 1 !important;
	text-align: center;
	padding: 15px 20px;
	overflow: hidden
}

.meta {
	line-height: 1.7;
	overflow: hidden;
	margin: 11px 10px 0 0;
	float: left
}

p.meta.author img {
	opacity: 1;
	width: 35px;
	border-radius: 50%;
	float: left;
	margin: 0 10px 0 0;
	display: inline
}

p.meta.author span {
	display: inline-block;
	margin: 8px 0
}

span.helip {
	margin-right: 10px
}

.meta_full {
	float: none;
	margin: 0 0 15px
}

.single-post .meta_full {
	margin: 13px 0 25px
}

.meta_full i {
	display: inline-block;
	opacity: .4;
	margin-right: 5px;
	padding: 0 1px;
	width: 14px
}

.meta span.divider {
	margin: 0 10px;
	font-weight: 400
}

.pagination {
	margin: 0;
	float: none;
	padding: 0;
	overflow: hidden;
	text-align: center
}

.loop-pagination {
	margin-bottom: 30px
}

a.page-numbers {
	margin: 10px 8px 50px 0;
	text-shadow: none
}

.page-numbers {
	font-size: 16px;
	line-height: 1;
	padding: 12px 16px !important;
	border-width: 1px;
	border-style: solid;
	display: inline-block
}

.page-numbers.current {
	font-weight: 700;
	margin: 0 8px 50px 0;
	color: #fff;
	text-shadow: none
}

.dots {
	letter-spacing: 1px;
	margin: 0 15px -1px 0
}

.post-pagination {
	display: block;
	width: 100%;
	position: relative;
	padding: 0;
	overflow: hidden;
	text-transform: uppercase
}

.post-pagination p {
	margin: 0;
	overflow: hidden;
	display: inline;
	float: right
}

.post-pagination>p a {
	padding: 5px 12px;
	margin: 0 0 40px 4px;
	border-width: 1px;
	border-style: solid;
	display: inline-block;
	display: none
}

.page-link {
	margin: 10px 0 30px;
	display: inline-block;
	overflow: hidden
}

.page-link span {
	margin: 0 8px 0 0;
	padding: 9px 8px;
	overflow: hidden;
	display: inline-block;
	width: 36px;
	line-height: 1;
	text-align: center
}

.page-link>span {
	border: none !important;
	display: inline-grid;
	padding: 0
}

.page-link span,
.page-link a span {
	border-width: 1px;
	border-style: solid;
	background: rgba(204, 204, 204, .1)
}

.page-link {
	display: block
}

.page-link span {
	float: left
}

.page-link>span>span {
	color: #fff;
	border-color: rgba(0, 0, 0, 0)
}

.scrollTo_top {
	position: fixed;
	right: 54px;
	bottom: -4px;
	z-index: 998;
	width: 50px;
	margin: 0;
	text-align: center
}

.scrollTo_top a {
	display: block;
	padding: 8px 0 15px
}

li.wpml-ls-item img {
	margin-right: 5px
}

.wpml-ls-item.wpml-ls-current-language {
	float: right !important;
	margin-right: 10px !important
}

.wpml-ls-item.wpml-ls-current-language:before {
	display: none
}

.tptn_counter {
	display: none
}

.elementor-element .give-form-wrap h2 {
	display: none
}

#give-recurring-form .form-row input[type=text],
#give-recurring-form .form-row input[type=email],
#give-recurring-form .form-row input[type=password],
#give-recurring-form .form-row input[type=tel],
#give-recurring-form .form-row input[type=url],
#give-recurring-form .form-row select,
#give-recurring-form .form-row textarea,
form.give-form .form-row input[type=text],
form.give-form .form-row input[type=email],
form.give-form .form-row input[type=password],
form.give-form .form-row input[type=tel],
form.give-form .form-row input[type=url],
form.give-form .form-row select,
form.give-form .form-row textarea,
form[id*=give-form] .form-row input[type=text],
form[id*=give-form] .form-row input[type=email],
form[id*=give-form] .form-row input[type=password],
form[id*=give-form] .form-row input[type=tel],
form[id*=give-form] .form-row input[type=url],
form[id*=give-form] .form-row select,
form[id*=give-form] .form-row textarea {
	border: 1px solid rgba(102, 102, 102, .1) !important;
	border-radius: 0
}

form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before,
form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
	border: 1px solid rgba(102, 102, 102, .1) !important;
	padding: 2px 16px;
	height: 40px !important;
	line-height: 34px;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0
}

form[id*=give-form] .give-donation-amount #give-amount,
form[id*=give-form] .give-donation-amount #give-amount-text,
form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
	border: 1px solid rgba(102, 102, 102, .1) !important;
	border-left: none !important;
	margin-left: 0;
	padding: 2px 16px;
	height: 40px !important;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0
}

form[id*=give-form] .give-donation-amount {
	margin: 0 0 20px
}

.wrapper #give-donation-level-button-wrap {
	margin: 0
}

#give-donation-level-button-wrap>li {
	margin: 0 5px 5px 0
}

#give-donation-level-button-wrap>li .give-btn {
	padding: 12px 15px;
	border: 1px solid rgba(102, 102, 102, .1) !important
}

button.give-btn,
input.give-btn {
	padding: 20px 30px
}

.give_entry .give-goal-progress {
	padding: 30px 40px;
	margin: 0 0 30px;
	border-bottom: 1px solid rgba(102, 102, 102, .08)
}

.give_entry .give-form {
	margin: 30px 0 0;
	padding: 30px 0 0;
	border-top: 1px solid rgba(102, 102, 102, .1)
}

.give-archive-item {
	overflow: hidden;
	display: block;
	float: left;
	padding: 0 20px;
	margin: 0 0 40px;
	width: 33.33%
}

.give-archive-item:nth-child(3n+4) {
	clear: left
}

.give-archive-item .item_inn {
	padding: 30px;
	border-width: 1px
}

.give-archive-item h2 {
	margin: 30px 0 15px
}

.give-archive-item .tmnf_excerpt p {
	font-size: 95%;
	margin: 0 0 10px
}

.give-archive-item .give_notices.give_errors {
	display: none
}

.give-archive-item .give-goal-progress .raised {
	position: relative;
	z-index: 1;
	font-size: 13px
}

.give-archive-item.has-post-thumbnail .give-goal-progress .raised {
	margin-top: -18px
}

.give-goal-progress .raised .income {
	font-size: 40px;
	line-height: 58px
}

.give-archive-item .give-goal-progress .raised span:first-child {
	padding: 0 10px 0 0;
	border-radius: 0 2px 0 0
}

.give-progress-bar {
	height: 16px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.give-progress-bar>span {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.tmnf-donations-page {
	margin-bottom: 60px !important;
	overflow: hidden !important
}

.single-give_forms h2.give-form-title {
	display: none
}

.elementor-tabs-view-vertical .elementor-tab-title {
	border-radius: 3px 0 0 3px;
	padding: 30px !important
}

.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
	border-radius: 0 3px 3px
}

.elementor-tabs-view-vertical .elementor-tab-content {
	padding: 35px 60px !important
}

.no_padding.elementor-tabs-view-horizontal .elementor-tab-content,
.no_padding.elementor-tabs-view-vertical .elementor-tab-content {
	padding: 0 !important
}

.elementor-tabs-view-vertical .elementor-tab-content p {
	margin: 10px 0
}

.elementor-tabs-view-vertical .elementor-tab-content h1,
.elementor-tabs-view-vertical .elementor-tab-content h2,
.elementor-tabs-view-vertical .elementor-tab-content h3,
.elementor-tabs-view-vertical .elementor-tab-content h4,
.elementor-tabs-view-vertical .elementor-tab-content h5 {
	color: inherit !important
}

.elementor-image-box-title {
	margin-top: 0
}

.elementor-text-editor p {
	margin: 0 0 15px
}

.owl-carousel.loading {
	min-height: 750px
}

.owl-carousel.loading.owl-loaded {
	min-height: 100px
}

.eleslideinside {
	top: 34% !important;
	left: 50%;
	margin-left: -330px;
	max-width: 660px
}

.tmnf_width_wide .eleslideinside {
	max-width: 750px
}

.eleinside_Left .eleslideinside {
	left: 50%;
	margin-left: -550px
}

.tmnf_width_wide .eleinside_Left .eleslideinside {
	margin-left: -650px
}

.eleinside_Right .eleslideinside {
	left: 50%;
	right: auto;
	margin-left: 0;
	max-width: 550px
}

.eleslideinside h2,
.eleslideinside h3 {
	line-height: 1 !important;
	margin-bottom: 25px
}

.eleslideinside p {
	font-size: 120%;
	line-height: 1.6;
	margin: 5px 0 25px
}

.eleslideinside h1,
.eleslideinside h2,
.eleslideinside h3,
.eleslideinside h4,
.eleslideinside p,
.eleslideinside a {
	color: #fff !important;
	text-shadow: none
}

.eleslideinside>span {
	margin: 0 10px
}

.eleslideinside a.su-button {
	margin: 5px 25px 0 0
}

.eleslideinside .su-button span {
	padding: 17px 25px !important;
	text-transform: uppercase
}

.active.center .eleslideinside h2,
.active.center .eleslideinside p,
.active.center .eleslideinside a.su-button {
	animation-duration: .9s;
	animation-name: slidein;
	animation-fill-mode: both
}

.active.center .eleslideinside p {
	animation-delay: .5s
}

.active.center .eleslideinside a.su-button {
	animation-delay: .9s
}

@keyframes slidein {
	from {
		transform: translateY(-20px);
		opacity: 0
	}
	to {
		opacity: 1;
		transform: translateY(0)
	}
}

.owl-carousel .owl-nav .owl-prev:before {
	content: "\2190"
}

.owl-carousel .owl-nav .owl-next:before {
	content: "\2192";
	left: auto;
	right: 20px
}

.wrapper div.css-search {
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 0;
	padding: 20px 35px 0 !important;
	margin: 0 0 -1px
}

.wrapper div.css-search.has-advanced div.em-search-main {
	border-bottom: 1px solid rgba(0, 0, 0, .0)
}

div.css-search div.em-search-text,
div.css-search div.em-search-geo {
	background-image: none;
	padding-left: 0
}

.wrapper .show-advanced {
	display: none
}

.wrapper div.css-search div.em-search-main .em-search-submit {
	background: 0 0;
	border: none
}

.events-table {
	border: none;
	margin: 0
}

.events-table td,
.events-table th {
	border: none
}

.events-table tr {
	border-width: 1px 0 0;
	border-color: rgba(204, 204, 204, .2);
	border-style: solid
}

.events-table tr:first-child {
	border-top: none
}

.events-table th,
.events-table td {
	padding: 40px 0 40px 40px !important;
	width: auto
}

.wrapper .events-table h3 {
	margin: 15px 0 20px !important;
	font-size: 22px !important
}

.events-table h3 {
	color: inherit !important
}

.events-table h3 a {
	display: block
}

.events-table img {
	margin: 0;
	float: left
}

.events-table a.event_button {
	float: right;
	margin: 30px 0 0 30px;
	padding: 12px 15px;
	text-transform: uppercase;
	border-width: 1px;
	border-color: rgba(204, 204, 204, .2);
	border-style: solid;
	font-size: 11px !important
}

.events-table a.event_button:hover {
	opacity: .8;
	border-color: rgba(204, 204, 204, .4)
}

.wrapper .events-table td.thumb {
	width: 120px;
	padding: 40px 0 !important
}

.wrapper .event_meta {
	font-size: 13px;
	overflow: visible !important;
	line-height: 2
}

.wrapper .event_meta span {
	padding: 5px 7px;
	margin-right: 10px
}

.single-event .meta,
.single-event .postinfo,
.em-location-map-container {
	display: none
}

.event_header {
	background: rgba(204, 204, 204, .3);
	padding: 30px 40px 10px;
	overflow: hidden
}

.event_header p {
	position: relative;
	padding: 0 20px 0 60px
}

.event_header i {
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 35px;
	opacity: .4
}

.event_header>i {
	display: none
}

.tmnf_events_widget {
	margin: 0;
	line-height: 1.4 !important
}

.tmnf_events_widget>li {
	padding: 10px 0;
	list-style: none !important;
	margin: 0 !important;
	border-top: 1px solid rgba(0, 0, 0, .07);
	overflow: hidden
}

.tmnf_events_widget>li:first-child {
	border-top: none
}

.tmnf_events_widget img {
	float: left;
	margin: 0 15px 5px 0
}

.tmnf_events_widget a {
	display: block
}

.tmnf_events_widget ul.meta {
	font-size: 11px;
	line-height: 1.2;
	margin: 0;
	overflow: hidden
}

.tmnf_events_widget ul li {
	float: left;
	margin-right: 7px;
	list-style: none;
	opacity: .7;
	font-style: italic
}

.su-box {
	border-width: 1px !important
}

.wrapper .su-spoiler-content {
	padding: 14px 20px
}

.wrapper .su-spoiler-title {
	font-size: 100% !important;
	padding: 15px 20px 15px 48px
}

.wrapper .su-spoiler-icon {
	left: 20px;
	top: 15px;
	font-size: 16px
}

.wrapper .su-spoiler-style-fancy>.su-spoiler-title {
	border-bottom: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #f7f7f7
}

.wrapper .su-spoiler-style-fancy {
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

a.ddownload-link {
	display: block
}

div.wpcf7 {
	overflow: hidden;
	margin-bottom: 40px !important
}

.wpcf7-form p {
	width: 100%;
	overflow: hidden;
	clear: both;
	margin: 0 0 10px;
	font-size: 11px;
	font-style: italic
}

.wpcf7-form p img {
	float: left
}

.wpcf7-form p input,
.wpcf7-form p textarea {
	width: 100%;
	font-size: 12px !important;
	font-style: normal;
	padding: 15px 3%;
	margin: 5px 0;
	overflow: hidden;
	clear: both
}

.wpcf7-form p textarea {
	height: 150px !important
}

.wpcf7-form p.sixcol {
	float: left;
	margin-right: 6%;
	width: 47%;
	clear: none
}

.wpcf7-form p.sixcol.last {
	margin-right: 0
}

.wpcf7-submit.wpcf7-submit {
	font-weight: 700;
	padding: 18px 25px !important;
	margin: 0 !important;
	font-size: 15px !important;
	width: auto !important
}

.wpcf7-submit.wpcf7-submit:hover {
	filter: brightness(120%);
	-webkit-filter: brightness(120%)
}

.wpcf7-form p img {
	float: left
}

input.wpcf7-captchar {
	width: 65px !important;
	margin-top: 5px
}

span.wpcf7-not-valid-tip {
	position: relative !important;
	margin-top: 5px
}

.awesome-weather-wrap {
	margin: 0
}

.icon-rating {
	position: absolute;
	float: right;
	z-index: 3;
	opacity: .8
}

.icon-rating .wp-review-show-total {
	padding: 3px 9px !important
}

.wp-review-point-type .review-result,
.wp-review-percentage-type .review-result,
.review-total-point .review-result {
	z-index: 9 !important
}

.mc4wp-form {
	padding: 0;
	margin: 20px 0
}

.mc4wp-form small {
	font-style: italic
}

.mc4wp-form input {
	clear: both;
	margin: 0 auto 15px auto;
	text-align: center;
	line-height: 1 !important
}

.mc4wp-form input[type=email] {
	width: 70%;
	overflow: hidden;
	padding: 14px !important;
	text-align: left
}

.mc4wp-form input[type=submit] {
	border: none !important;
	width: 27% !important;
	cursor: pointer;
	margin: 0;
	padding: 14px 10px !important;
	float: right
}

.mc4wp-form p,
.mc4wp-form h2,
.mc4wp-form h3,
.mc4wp-form h4 {
	color: inherit !important;
	margin: 0 0 15px;
	padding: 0;
	width: 100%;
	clear: both;
	overflow: hidden;
	display: block
}

.sidebar_item .mc4wp-form {
	padding: 0 !important;
	margin: 25px 0 0
}

.sidebar_item .mc4wp-form input[type=email] {
	width: 100%;
	border: 1px solid rgba(0, 0, 0, .1);
	text-align: left;
	margin: 0 0 5px
}

.sidebar_item .mc4wp-form input[type=submit] {
	width: 45% !important;
	padding: 14px !important;
	margin: 0 0 15px;
	float: left
}

#footer .mc4wp-form {
	padding: 0 !important;
	text-align: left;
	margin: 0 0 30px;
	border: 0;
	background: 0 0 !important
}

#footer .mc4wp-form h2 {
	margin: 0;
	padding: 0 !important
}

.wrapper .pull-right {
	float: right !important
}

.wrapper .pull-left {
	float: left !important
}

.wrapper .w3eden h3 {
	font-size: 12pt !important;
	margin: 5px 0 !important
}

.wrapper .w3eden img {
	float: left;
	margin: 5px 10px 0 5px !important
}

.wrapper .w3eden small,
.wrapper .w3eden .media-body {
	font-size: 12px !important;
	margin: 5px 0 !important
}

.wrapper .w3eden .wpdm-download-link {
	font-family: inherit !important;
	margin: 5px 0 !important;
	padding: 13px 15px !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1 !important
}

.wrapper .w3eden .link-template-default.thumbnail,
.wrapper .w3eden .well {
	padding: 10px 15px;
	margin: 0 0 20px !important;
	background: rgba(204, 204, 204, .1);
	border: 1px solid rgba(204, 204, 204, .2);
	border-radius: 0
}

.wrapper .w3eden .panel-body {
	padding: 0
}

.wrapper .w3eden .panel-body h3 {
	font-size: 15pt !important
}

.wrapper .w3eden .panel {
	background: 0 0;
	border: none
}

.wrapper .w3eden .panel .panel-footer {
	display: none
}

.wrapper h2.package-title {
	font-size: 12pt !important
}

.wrapper h2.package-title a,
.wrapper h2.package-title i {
	color: inherit !important
}

.wpdm-shortcode-toolbar button {
	font-family: inherit !important;
	padding: 10px 20px !important
}

.wpdm-shortcode-toolbar button.btn-secondary {
	border-radius: 0;
	font-size: 11px;
	font-weight: 400
}

.w3eden .custom-select {
	padding: 8px 5px
}

.w3eden .form-control,
.wpdm-shortcode-toolbar input,
.w3eden .card,
.w3eden .custom-select {
	border-radius: 0;
	border: 1px solid rgba(204, 204, 204, .4)
}

.w3eden .wpdm-download-link:hover,
.wpdm-shortcode-toolbar button:hover {
	box-shadow: none !important
}

.awesome-weather-wrap {
	font-size: 16px !important
}

.awesome-weather-darken {
	padding: 40px 30px
}

.awesome-weather-forecast-day-temp {
	font-size: 1.2em !important
}

.awesome-weather-header {
	padding: 10px 0;
	text-transform: none;
	background: 0 0 !important;
	font-size: 22px !important;
	line-height: 1.4 !important;
	font-weight: 600 !important
}

.awesome-weather-todays-stats>div {
	padding: 6px 0;
	text-transform: capitalize
}

.wrapper #wpmem_reg legend,
.wrapper #wpmem_login legend {
	margin-bottom: 15px
}

.button_div input[type=submit] {
	border: none;
	cursor: pointer;
	opacity: .95
}

.button_div input[type=submit]:hover {
	opacity: 1;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .3)
}

.wrapper #wpmem_login .div_text,
.wrapper #wpmem_reg .div_text {
	margin: 5px 0 20px
}

.tiled-gallery {
	margin: 0 0 40px !important;
	max-width: 100% !important
}

.jp-carousel-wrap {
	font: inherit !important
}

.jp-carousel-wrap .jp-carousel-info h2 {
	color: #999 !important;
	text-align: center;
	font: 600 18px/1.25em "Open Sans", sans-serif !important
}

.jp-carousel-close-hint span {
	position: fixed;
	right: 60px;
	top: 30px;
	font-size: 44px !important
}

.jp-carousel-wrap .jp-carousel-next-button span {
	background-image: url(../../../../themes/citygov/images/btnNext.png) !important;
	background-size: 50px 50px !important;
	background-position: 0 50% !important;
	opacity: 1;
	width: 52px
}

.jp-carousel-wrap .jp-carousel-previous-button span {
	background-image: url(//dannci.wpmasters.org/citygov/modern/wp-content/themes/citygov/images/btnPrevious.png) !important;
	background-size: 50px 50px !important;
	background-position: 0 50% !important;
	opacity: 1
}

.jp-carousel-buttons,
#jp-carousel-comment-form-container,
#jp-carousel-comments-loading,
.jp-carousel-titleanddesc {
	display: none !important
}

.jp-carousel .selected {
	margin: 0 !important
}

.addtoany_share_save_container {
	margin: 40px 0 30px !important
}

.addtoany_list a span {
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px !important;
	border: 1px solid rgba(153, 153, 153, .08);
	padding: 6px
}

span.a2a_svg {
	color: #000
}

span.a2a_svg svg path {
	fill: currentColor
}

.addtoany_list a span {
	background: rgba(204, 204, 204, .1) !important
}

.page-template-homepage .addtoany_share_save_container,
.flexinside-inn .addtoany_share_save_container {
	display: none
}

.addtoany_list a,
.widget .addtoany_list a {
	padding: 0 6px 0 0 !important
}

.front_blogger {
	overflow: hidden;
	margin: 0
}

.front_post {
	overflow: hidden;
	float: left;
	padding: 40px 0;
	width: 100%;
	margin: 0;
	border-width: 1px 0 0
}

.front_post:first-child {
	border-top: none
}

.front_post:nth-of-type(2n+3) {
	clear: left
}

.front_post.has-post-thumbnail .imgwrap {
	margin: 0 40px 18px 0;
	float: left;
	max-width: 130px
}

.front_post h3 {
	margin-top: 0
}

.front_post p.meta {
	margin: 0 0 5px;
	float: none;
	display: block
}

.front_post p.teaser {
	font-size: 15px
}

.grid_blogger {
	overflow: hidden;
	margin: 0 -20px;
	width: calc(100% + 40px)
}

.grid_post {
	padding: 0 20px;
	float: left;
	margin: 0 0 40px
}

.grid_post img {
	width: 100%
}

.grid_post p.meta {
	margin: 8px 0 10px;
	float: none;
	display: block
}

.grid_post .read_more {
	display: block;
	margin: 10px 0 0;
	font-weight: 700
}

.grid_post p.teaser {
	font-size: 15px
}

.tmnf_feature {
	padding: 100px 0 50px
}

.tmnf_feature .feature_title p {
	text-transform: uppercase;
	font-size: 12px
}

.tmnf_feature .feature_title h2 {
	font-size: 40px;
	margin: 20px 0 45px
}

.feature_big {
	float: left;
	width: 66.666%;
	padding-right: 80px;
	margin: 0 0 60px
}

.feature_big h2 {
	margin: 25px 0 15px
}

.feature_big p.teaser {
	margin: 15px 40px 0 0
}

.feature_small {
	float: left;
	width: 33.333%;
	margin: 0 0 60px;
	padding-right: 30px
}

.feature_small:nth-child(3n+8) {
	clear: left
}

.feature_small .entryhead {
	float: left;
	margin: 7px 35px 10px 0
}

.feature_small p.teaser {
	font-size: 90%;
	line-height: 1.6
}

.feature_small .tmnf_icon {
	left: 13px;
	top: 13px
}

.blogger div.post.sticky {
	position: relative;
	padding-bottom: 20px;
	padding-right: 20px
}

.blogger div.post.sticky {
	background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .04) 100%);
	background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .04) 100%);
	background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .04) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=1)
}

.blogger div.post.sticky .item_inn {
	padding: 30px 40px 0
}

.blogger div.post.sticky h3 {
	padding-right: 50px
}

.blogger div.has-post-thumbnail.post.sticky .item_inn {
	padding: 0 40px
}

.blogger div.post.sticky:after {
	position: absolute;
	top: 35px;
	right: 40px;
	z-index: 2;
	font-family: 'Font Awesome 5 Free';
	content: "\f02e";
	font-size: 30px;
	letter-spacing: 0;
	line-height: 1 !important
}

.blogger div.has-post-thumbnail.post.sticky:after {
	top: 30px;
	color: #fff
}

li.bypostauthor p {
	padding-right: 25px
}

.tagcloud {
	overflow: hidden;
	margin: 20px 0
}

.tagcloud,
#serpane3 {
	width: 102%
}

.tagcloud a {
	float: left;
	font-size: 13px !important;
	line-height: 1;
	padding: 8px 9px;
	border: 1px solid rgba(0, 0, 0, .1);
	margin: 0 10px 10px 0
}

#footer .tagcloud {
	margin: 15px 0
}

#footer .tagcloud a {
	font-size: 12px !important;
	margin: 0 5px 5px 0
}

.icon-rating .wp-review-show-total {
	float: none;
	display: inline-block;
	padding: 9px !important;
	margin: 0;
	height: 35px;
	vertical-align: top
}

.icon-rating .review-total-star i {
	font-size: 10px !important
}

h5.review-title {
	font-size: 20px !important
}

.review-list li,
.review-desc,
.user-review-area,
.review-title {
	padding: 15px 35px
}

.review-wrapper,
.review-title,
.review-desc,
.user-review-area,
.review-list li {
	border-width: 1px !important
}

.review-wrapper {
	margin: 40px 0 !important
}

.bar-point .review-result,
.percentage-point .review-result {
	z-index: 3 !important
}

ul.wp-review-tabs {
	margin-bottom: 0 !important
}

.sidebar_item .wp_review_tab_widget_content .tab-content li {
	padding: 5px 20px 10px
}

.sidebar_item .wp_review_tab_widget_content .entry-title {
	font-weight: 400;
	line-height: 1.4;
	font-size: 12px
}

.sidebar_item .review-total-only.small-thumb {
	font-size: 10px;
	font-weight: 700;
	padding: 3px 5px;
	position: absolute;
	top: 5px;
	left: 20px
}

.sidebar_item .wp_review_tab_widget_content .wp-review-tab-postmeta {
	font-size: 10px
}

.widget_calendar {
	float: left
}

#wp-calendar {
	width: 100%;
	margin: 20px 0;
	font-size: 10px
}

#wp-calendar caption {
	text-transform: uppercase;
	padding-bottom: 5px;
	margin-bottom: 5px;
	text-align: left
}

#wp-calendar thead th {
	padding-bottom: 10px;
	text-align: center
}

#wp-calendar tbody td {
	border: 1px solid rgba(153, 153, 153, .1);
	text-align: center;
	padding: 8px 4px
}

#wp-calendar tbody .pad {
	background: 0 0
}

#wp-calendar tfoot #next {
	text-transform: uppercase;
	text-align: right
}

#wp-calendar tfoot #prev {
	text-transform: uppercase;
	padding-top: 10px
}

table,
dl {
	border: 1px solid rgba(153, 153, 153, .2);
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	border-collapse: collapse
}

table td,
table th {
	border-top: 1px solid rgba(153, 153, 153, .2);
	margin: 0
}

dt {
	border-top: 1px solid rgba(153, 153, 153, .1);
	background: rgba(153, 153, 153, .05);
	margin-top: 0
}

table tr:first-child th,
dt:first-child {
	border-top: none
}

table th,
dt {
	font-weight: 400;
	padding: 12px;
	text-align: left;
	line-height: 1 !important;
	font-weight: 700
}

.sidebar_item table th,
.siedbar_item dt,
.foocol table th,
.foocol dt {
	padding: 12px 4px
}

table td,
dd {
	padding: 12px;
	vertical-align: top;
	line-height: 1 !important
}

.entry table th,
.entry table td {
	padding: 18px 30px
}

.entry dt,
.entry dd {
	padding: 15px 30px
}

pre {
	overflow-x: scroll;
	padding: 15px 20px;
	background: rgba(204, 204, 204, .1);
	border: 1px solid rgba(153, 153, 153, .2);
	font-size: 14px;
	line-height: 1.4;
	margin: 0 0 20px
}

code {
	padding: 2px 4px;
	background: rgba(204, 204, 204, .2);
	overflow: hidden;
	font-size: 14px;
	line-height: 1
}

#curtain {
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	opacity: 0;
	height: 0;
	width: 100%;
	z-index: 999;
	overflow: hidden
}

#curtain.open {
	height: 100%;
	opacity: 1
}

#curtain .searchform {
	max-width: 40%;
	width: 600px;
	height: 80px;
	margin: -40px 0 0 -300px;
	float: none;
	position: absolute;
	top: 40%;
	left: 50%
}

#curtain .searchform input.s {
	padding: 12px 35px !important;
	height: 70px;
	background: rgba(153, 153, 153, .05);
	border: 1px solid rgba(153, 153, 153, .2);
	font-size: 18px !important
}

#curtain .searchSubmit,
#curtain a.curtainclose {
	border: none !important;
	top: 0;
	right: 0;
	font-size: 15px !important;
	width: 110px;
	height: 70px
}

#curtain a.curtainclose {
	margin: -15px 0 0 340px;
	float: none;
	position: absolute;
	top: 40%;
	left: 50%;
	width: 20px;
	height: 20px
}

img {
	max-width: 100%;
	height: auto;
	display: block
}

object,
embed,
iframe {
	max-width: 100%
}

::selection {
	background: #fff6a9;
	color: #222
}

::-moz-selection {
	background: #fff6a9;
	color: #222
}

.upper .meta,
.upper .crumb,
.upper .menu>li>a,
.upper .menu_label,
.upper .social-menu span,
.upper .head_icon .searchOpen,
.upper .nav>li>a,
.upper .nav-previous a,
.upper .sidebar_item .tab-post h4,
.upper .tptn_title,
.upper .uppercase,
.upper #respond .form-submit input,
.upper .give-btn {
	text-transform: uppercase
}

.elementor-icon-box-wrapper h3 {
	margin-top: 0
}

.wrapper .elementor-progress-wrapper {
	line-height: 50px;
	height: 50px;
	border-radius: 0
}

.wrapper .elementor-progress-bar {
	border-radius: 0
}

.wrapper .elementor-progress-bar span {
	font-size: 15px
}

.elementor-editor-active #header {
	background: #ccc;
	position: relative !important;
	top: auto
}

.elementor-editor-active .wrapper {
	padding-top: 65px;
	clear: both
}

.elementor-editor-active .main_slider,
.elementor-editor-active .main_carousel {
	display: block !important
}

.elementor-editor-active .owl-carousel.loading {
	min-heigth: 200px
}

.elementor-editor-active .main_slider .item {
	display: none
}

.elementor-editor-active .main_carousel .item {
	display: none;
	float: left;
	width: 33.33%;
	position: relative
}

.elementor-editor-active .main_slider .item:first-child {
	display: block !important
}

.elementor-editor-active .main_carousel .item:nth-child(1),
.elementor-editor-active .main_carousel .item:nth-child(2),
.elementor-editor-active .main_carousel .item:nth-child(3) {
	display: inline !important
}

.elementor-editor-active .main_slider img {
	display: block;
	width: 100% !important;
	max-width: 100% !important
}

.elementor-editor-active .slideinside {
	opacity: 1
}

.dekoline,
.eleslideinside h2,
h3#reply-title {
	position: relative;
	display: block;
	overflow: hidden;
	padding-bottom: 26px !important;
	margin-bottom: 26px !important
}

.meta.dekoline {
	padding-bottom: 16px !important;
	margin-bottom: 16px !important
}

.dekoline:before,
.dekoline:after,
.eleslideinside h2:before,
.eleslideinside h2:after,
h3#reply-title:before,
h3#reply-title:after {
	position: absolute;
	height: 2px;
	bottom: 0;
	content: '';
	display: block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px
}

.dekoline:before,
.eleslideinside h2:before,
h3#reply-title:before {
	background: rgba(153, 153, 153, .7);
	left: 0;
	width: 40px;
	z-index: 1
}

.dekoline:after,
.eleslideinside h2:after,
h3#reply-title:after {
	background: rgba(80%, 80%, 80%, .3);
	left: 38px;
	right: 35%;
	z-index: 0
}

.dekoline_small {
	padding-bottom: 14px !important;
	margin-bottom: 11px !important
}

.clients img {
	margin: 0 auto;
	-webkit-filter: opacity(60%) grayscale(100%) invert(100%);
	-ms-filter: opacity(60%), grayscale(100%) invert(100%);
	-moz-filter: opacity(60%) grayscale(100%) invert(100%);
	filter: opacity(60%) grayscale(100%) invert(100%);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.clients img:hover {
	-webkit-filter: opacity(100%) grayscale(0%);
	filter: opacity(100%) grayscale(0%)
}

.skip-link {
	padding: 5px 10px;
	display: block;
	margin: 0 auto;
	text-align: center;
	float: none
}

.tmnf_anchor {
	display: block;
	position: relative;
	top: -280px;
	visibility: hidden
}

.tmnf_hover,
.tmnf_hover p,
.tmnf_hover i,
.tmnf_hover a {
	color: #fff !important
}

.tmnf_hover .elementor-icon {
	border-color: #fff !important
}

.elementor-heading-title a:hover {
	text-decoration: underline;
	opacity: .85
}

.wpml-mockup {
	float: right !important;
	margin-right: 10px !important
}

.wpml-mockup:before {
	display: none
}

.wpml-mockup>a {
	padding-left: 30px !important
}

.wpml-mockup-en>a {
	background: url(../../../../../../wp-content/uploads/2021/05/en.png) no-repeat 0 17px
}

.wpml-mockup-de>a {
	background: url(http://dannci.wpmasters.org/citygov/wp-content/uploads/2021/05/de.png) no-repeat 0 17px
}

.wpml-mockup-pt>a {
	background: url(http://dannci.wpmasters.org/citygov/wp-content/uploads/2021/05/pt-pt.png) no-repeat 0 17px
}

.wpml-mockup-es>a {
	background: url(http://dannci.wpmasters.org/citygov/wp-content/uploads/2021/05/es.png) no-repeat 0 17px
}

.demo_preview .elementor-image {
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 2px 16px rgba(0, 0, 0, .06);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 2px 16px rgba(0, 0, 0, .06);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 2px 16px rgba(0, 0, 0, .06);
	will-change: transform;
	padding-top: 25px;
	outline: 0;
	border-radius: 3px
}

.demo_preview .elementor-image:before {
	content: '···';
	font-family: Georgia, serif !important;
	text-align: left;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
	line-height: 20px;
	padding: 0 15px;
	color: #ccc;
	font-size: 50px;
	letter-spacing: 0;
	background: #f2f2f2;
	position: absolute;
	border-radius: 3px 3px 0 0
}

.new_demo .elementor-image:after {
	position: absolute;
	top: -20px;
	right: -30px;
	content: 'NEW';
	display: block;
	overflow: hidden;
	z-index: 99;
	height: 60px;
	width: 60px;
	text-align: center;
	border-radius: 40px;
	padding: 18px 0;
	background: #f96939;
	color: #fff;
	font-family: 'Poppins'!important;
	font-size: 13px;
	font-weight: 600
}

a {
	border: none !important
}

.elementor-slick-slider {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .15) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .15) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .15) !important
}

@media screen and (max-width:1155px) {
	.nav>li.wpml-mockup {
		padding-left: 20px !important
	}
	ul.nav li ul.sub-menu li.wpml-mockup>a,
	.nav li.menu-item-has-children.wpml-mockup>a {
		padding-left: 25px !important
	}
	ul.nav li ul.sub-menu li.wpml-mockup>a {
		background-position: 0 9px
	}
}


/*!
 * Font Awesome Free 5.1.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.fab,
.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 {
	animation: a 2s infinite linear
}

.fa-pulse {
	animation: a 1s infinite steps(8)
}

@keyframes a {
	0% {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(1turn)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	transform: scaleX(-1)
}

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

.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-horizontal.fa-flip-vertical {
	transform: scale(-1)
}

: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: 2em
}

.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-accessible-icon:before {
	content: "\f368"
}

.fa-accusoft:before {
	content: "\f369"
}

.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-algolia:before {
	content: "\f36c"
}

.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-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-anchor:before {
	content: "\f13d"
}

.fa-android:before {
	content: "\f17b"
}

.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-app-store:before {
	content: "\f36f"
}

.fa-app-store-ios:before {
	content: "\f370"
}

.fa-apper:before {
	content: "\f371"
}

.fa-apple:before {
	content: "\f179"
}

.fa-apple-pay:before {
	content: "\f415"
}

.fa-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-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-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-arrows-alt-h:before {
	content: "\f337"
}

.fa-arrows-alt-v:before {
	content: "\f338"
}

.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-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-backspace:before {
	content: "\f55a"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-band-aid:before {
	content: "\f462"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-bars:before {
	content: "\f0c9"
}

.fa-baseball-ball:before {
	content: "\f433"
}

.fa-basketball-ball:before {
	content: "\f434"
}

.fa-bath:before {
	content: "\f2cd"
}

.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-three-quarters:before {
	content: "\f241"
}

.fa-bed:before {
	content: "\f236"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bezier-curve:before {
	content: "\f55b"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bimobject:before {
	content: "\f378"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.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-blender:before {
	content: "\f517"
}

.fa-blind:before {
	content: "\f29d"
}

.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-bong:before {
	content: "\f55c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-book-open:before {
	content: "\f518"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-bowling-ball:before {
	content: "\f436"
}

.fa-box:before {
	content: "\f466"
}

.fa-box-open:before {
	content: "\f49e"
}

.fa-boxes:before {
	content: "\f468"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-briefcase-medical:before {
	content: "\f469"
}

.fa-broadcast-tower:before {
	content: "\f519"
}

.fa-broom:before {
	content: "\f51a"
}

.fa-brush:before {
	content: "\f55d"
}

.fa-btc:before {
	content: "\f15a"
}

.fa-bug:before {
	content: "\f188"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-burn:before {
	content: "\f46a"
}

.fa-buromobelexperte:before {
	content: "\f37f"
}

.fa-bus:before {
	content: "\f207"
}

.fa-bus-alt:before {
	content: "\f55e"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-calendar:before {
	content: "\f133"
}

.fa-calendar-alt:before {
	content: "\f073"
}

.fa-calendar-check:before {
	content: "\f274"
}

.fa-calendar-minus:before {
	content: "\f272"
}

.fa-calendar-plus:before {
	content: "\f271"
}

.fa-calendar-times:before {
	content: "\f273"
}

.fa-camera:before {
	content: "\f030"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-cannabis:before {
	content: "\f55f"
}

.fa-capsules:before {
	content: "\f46b"
}

.fa-car:before {
	content: "\f1b9"
}

.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-cart-arrow-down:before {
	content: "\f218"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cc-amazon-pay:before {
	content: "\f42d"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-apple-pay:before {
	content: "\f416"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-centercode:before {
	content: "\f380"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-chalkboard:before {
	content: "\f51b"
}

.fa-chalkboard-teacher:before {
	content: "\f51c"
}

.fa-chart-area:before {
	content: "\f1fe"
}

.fa-chart-bar:before {
	content: "\f080"
}

.fa-chart-line:before {
	content: "\f201"
}

.fa-chart-pie:before {
	content: "\f200"
}

.fa-check:before {
	content: "\f00c"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-check-double:before {
	content: "\f560"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-chess:before {
	content: "\f439"
}

.fa-chess-bishop:before {
	content: "\f43a"
}

.fa-chess-board:before {
	content: "\f43c"
}

.fa-chess-king:before {
	content: "\f43f"
}

.fa-chess-knight:before {
	content: "\f441"
}

.fa-chess-pawn:before {
	content: "\f443"
}

.fa-chess-queen:before {
	content: "\f445"
}

.fa-chess-rook:before {
	content: "\f447"
}

.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-down:before {
	content: "\f078"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-church:before {
	content: "\f51d"
}

.fa-circle:before {
	content: "\f111"
}

.fa-circle-notch:before {
	content: "\f1ce"
}

.fa-clipboard:before {
	content: "\f328"
}

.fa-clipboard-check:before {
	content: "\f46c"
}

.fa-clipboard-list:before {
	content: "\f46d"
}

.fa-clock:before {
	content: "\f017"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-closed-captioning:before {
	content: "\f20a"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-cloud-download-alt:before {
	content: "\f381"
}

.fa-cloud-upload-alt:before {
	content: "\f382"
}

.fa-cloudscale:before {
	content: "\f383"
}

.fa-cloudsmith:before {
	content: "\f384"
}

.fa-cloudversify:before {
	content: "\f385"
}

.fa-cocktail:before {
	content: "\f561"
}

.fa-code:before {
	content: "\f121"
}

.fa-code-branch:before {
	content: "\f126"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cog:before {
	content: "\f013"
}

.fa-cogs:before {
	content: "\f085"
}

.fa-coins:before {
	content: "\f51e"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-comment:before {
	content: "\f075"
}

.fa-comment-alt:before {
	content: "\f27a"
}

.fa-comment-dots:before {
	content: "\f4ad"
}

.fa-comment-slash:before {
	content: "\f4b3"
}

.fa-comments:before {
	content: "\f086"
}

.fa-compact-disc:before {
	content: "\f51f"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-compress:before {
	content: "\f066"
}

.fa-concierge-bell:before {
	content: "\f562"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-cookie:before {
	content: "\f563"
}

.fa-cookie-bite:before {
	content: "\f564"
}

.fa-copy:before {
	content: "\f0c5"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-couch:before {
	content: "\f4b8"
}

.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-credit-card:before {
	content: "\f09d"
}

.fa-crop:before {
	content: "\f125"
}

.fa-crop-alt:before {
	content: "\f565"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-crow:before {
	content: "\f520"
}

.fa-crown:before {
	content: "\f521"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-css3-alt:before {
	content: "\f38b"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-cut:before {
	content: "\f0c4"
}

.fa-cuttlefish:before {
	content: "\f38c"
}

.fa-d-and-d:before {
	content: "\f38d"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-deaf:before {
	content: "\f2a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-deploydog:before {
	content: "\f38e"
}

.fa-deskpro:before {
	content: "\f38f"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-diagnoses:before {
	content: "\f470"
}

.fa-dice:before {
	content: "\f522"
}

.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-digital-ocean:before {
	content: "\f391"
}

.fa-digital-tachograph:before {
	content: "\f566"
}

.fa-discord:before {
	content: "\f392"
}

.fa-discourse:before {
	content: "\f393"
}

.fa-divide:before {
	content: "\f529"
}

.fa-dizzy:before {
	content: "\f567"
}

.fa-dna:before {
	content: "\f471"
}

.fa-dochub:before {
	content: "\f394"
}

.fa-docker:before {
	content: "\f395"
}

.fa-dollar-sign:before {
	content: "\f155"
}

.fa-dolly:before {
	content: "\f472"
}

.fa-dolly-flatbed:before {
	content: "\f474"
}

.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-dribbble:before {
	content: "\f17d"
}

.fa-dribbble-square:before {
	content: "\f397"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-drum:before {
	content: "\f569"
}

.fa-drum-steelpan:before {
	content: "\f56a"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-dumbbell:before {
	content: "\f44b"
}

.fa-dyalog:before {
	content: "\f399"
}

.fa-earlybirds:before {
	content: "\f39a"
}

.fa-ebay:before {
	content: "\f4f4"
}

.fa-edge:before {
	content: "\f282"
}

.fa-edit:before {
	content: "\f044"
}

.fa-eject:before {
	content: "\f052"
}

.fa-elementor:before {
	content: "\f430"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-ember:before {
	content: "\f423"
}

.fa-empire:before {
	content: "\f1d1"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.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-etsy:before {
	content: "\f2d7"
}

.fa-euro-sign:before {
	content: "\f153"
}

.fa-exchange-alt:before {
	content: "\f362"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-expand:before {
	content: "\f065"
}

.fa-expand-arrows-alt:before {
	content: "\f31e"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-external-link-alt:before {
	content: "\f35d"
}

.fa-external-link-square-alt:before {
	content: "\f360"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-dropper:before {
	content: "\f1fb"
}

.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-fast-backward:before {
	content: "\f049"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-feather:before {
	content: "\f52d"
}

.fa-feather-alt:before {
	content: "\f56b"
}

.fa-female:before {
	content: "\f182"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.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-code:before {
	content: "\f1c9"
}

.fa-file-contract:before {
	content: "\f56c"
}

.fa-file-download:before {
	content: "\f56d"
}

.fa-file-excel:before {
	content: "\f1c3"
}

.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-pdf:before {
	content: "\f1c1"
}

.fa-file-powerpoint:before {
	content: "\f1c4"
}

.fa-file-prescription:before {
	content: "\f572"
}

.fa-file-signature:before {
	content: "\f573"
}

.fa-file-upload:before {
	content: "\f574"
}

.fa-file-video:before {
	content: "\f1c8"
}

.fa-file-word:before {
	content: "\f1c2"
}

.fa-fill:before {
	content: "\f575"
}

.fa-fill-drip:before {
	content: "\f576"
}

.fa-film:before {
	content: "\f008"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-fingerprint:before {
	content: "\f577"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-firefox:before {
	content: "\f269"
}

.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-flag:before {
	content: "\f024"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-flipboard:before {
	content: "\f44d"
}

.fa-flushed:before {
	content: "\f579"
}

.fa-fly:before {
	content: "\f417"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.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-fonticons:before {
	content: "\f280"
}

.fa-fonticons-fi:before {
	content: "\f3a2"
}

.fa-football-ball:before {
	content: "\f44e"
}

.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-free-code-camp:before {
	content: "\f2c5"
}

.fa-freebsd:before {
	content: "\f3a4"
}

.fa-frog:before {
	content: "\f52e"
}

.fa-frown:before {
	content: "\f119"
}

.fa-frown-open:before {
	content: "\f57a"
}

.fa-fulcrum:before {
	content: "\f50b"
}

.fa-futbol:before {
	content: "\f1e3"
}

.fa-galactic-republic:before {
	content: "\f50c"
}

.fa-galactic-senate:before {
	content: "\f50d"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-gas-pump:before {
	content: "\f52f"
}

.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-gift:before {
	content: "\f06b"
}

.fa-git:before {
	content: "\f1d3"
}

.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-martini:before {
	content: "\f000"
}

.fa-glass-martini-alt:before {
	content: "\f57b"
}

.fa-glasses:before {
	content: "\f530"
}

.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-gofore:before {
	content: "\f3a7"
}

.fa-golf-ball:before {
	content: "\f450"
}

.fa-goodreads:before {
	content: "\f3a8"
}

.fa-goodreads-g:before {
	content: "\f3a9"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-google-drive:before {
	content: "\f3aa"
}

.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-graduation-cap:before {
	content: "\f19d"
}

.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-vertical:before {
	content: "\f58e"
}

.fa-gripfire:before {
	content: "\f3ac"
}

.fa-grunt:before {
	content: "\f3ad"
}

.fa-gulp:before {
	content: "\f3ae"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-hacker-news-square:before {
	content: "\f3af"
}

.fa-hand-holding:before {
	content: "\f4bd"
}

.fa-hand-holding-heart:before {
	content: "\f4be"
}

.fa-hand-holding-usd:before {
	content: "\f4c0"
}

.fa-hand-lizard:before {
	content: "\f258"
}

.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-rock:before {
	content: "\f255"
}

.fa-hand-scissors:before {
	content: "\f257"
}

.fa-hand-spock:before {
	content: "\f259"
}

.fa-hands:before {
	content: "\f4c2"
}

.fa-hands-helping:before {
	content: "\f4c4"
}

.fa-handshake:before {
	content: "\f2b5"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-hdd:before {
	content: "\f0a0"
}

.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-heartbeat:before {
	content: "\f21e"
}

.fa-helicopter:before {
	content: "\f533"
}

.fa-highlighter:before {
	content: "\f591"
}

.fa-hips:before {
	content: "\f452"
}

.fa-hire-a-helper:before {
	content: "\f3b0"
}

.fa-history:before {
	content: "\f1da"
}

.fa-hockey-puck:before {
	content: "\f453"
}

.fa-home:before {
	content: "\f015"
}

.fa-hooli:before {
	content: "\f427"
}

.fa-hornbill:before {
	content: "\f592"
}

.fa-hospital:before {
	content: "\f0f8"
}

.fa-hospital-alt:before {
	content: "\f47d"
}

.fa-hospital-symbol:before {
	content: "\f47e"
}

.fa-hot-tub:before {
	content: "\f593"
}

.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-houzz:before {
	content: "\f27c"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-hubspot:before {
	content: "\f3b2"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-id-card:before {
	content: "\f2c2"
}

.fa-id-card-alt:before {
	content: "\f47f"
}

.fa-image:before {
	content: "\f03e"
}

.fa-images:before {
	content: "\f302"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-industry:before {
	content: "\f275"
}

.fa-infinity:before {
	content: "\f534"
}

.fa-info:before {
	content: "\f129"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-italic:before {
	content: "\f033"
}

.fa-itunes:before {
	content: "\f3b4"
}

.fa-itunes-note:before {
	content: "\f3b5"
}

.fa-java:before {
	content: "\f4e4"
}

.fa-jedi-order:before {
	content: "\f50e"
}

.fa-jenkins:before {
	content: "\f3b6"
}

.fa-joget:before {
	content: "\f3b7"
}

.fa-joint:before {
	content: "\f595"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-js:before {
	content: "\f3b8"
}

.fa-js-square:before {
	content: "\f3b9"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-key:before {
	content: "\f084"
}

.fa-keybase:before {
	content: "\f4f5"
}

.fa-keyboard:before {
	content: "\f11c"
}

.fa-keycdn:before {
	content: "\f3ba"
}

.fa-kickstarter:before {
	content: "\f3bb"
}

.fa-kickstarter-k:before {
	content: "\f3bc"
}

.fa-kiss:before {
	content: "\f596"
}

.fa-kiss-beam:before {
	content: "\f597"
}

.fa-kiss-wink-heart:before {
	content: "\f598"
}

.fa-kiwi-bird:before {
	content: "\f535"
}

.fa-korvue:before {
	content: "\f42f"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-laravel:before {
	content: "\f3bd"
}

.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-leaf:before {
	content: "\f06c"
}

.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-alt:before {
	content: "\f3be"
}

.fa-level-up-alt:before {
	content: "\f3bf"
}

.fa-life-ring:before {
	content: "\f1cd"
}

.fa-lightbulb:before {
	content: "\f0eb"
}

.fa-line:before {
	content: "\f3c0"
}

.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-lira-sign:before {
	content: "\f195"
}

.fa-list:before {
	content: "\f03a"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-lock:before {
	content: "\f023"
}

.fa-lock-open:before {
	content: "\f3c1"
}

.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-low-vision:before {
	content: "\f2a8"
}

.fa-luggage-cart:before {
	content: "\f59d"
}

.fa-lyft:before {
	content: "\f3c3"
}

.fa-magento:before {
	content: "\f3c4"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-mailchimp:before {
	content: "\f59e"
}

.fa-male:before {
	content: "\f183"
}

.fa-mandalorian:before {
	content: "\f50f"
}

.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-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.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-mastodon:before {
	content: "\f4f6"
}

.fa-maxcdn:before {
	content: "\f136"
}

.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-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-mercury:before {
	content: "\f223"
}

.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-microsoft:before {
	content: "\f3ca"
}

.fa-minus:before {
	content: "\f068"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-mix:before {
	content: "\f3cb"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-mizuni:before {
	content: "\f3cc"
}

.fa-mobile:before {
	content: "\f10b"
}

.fa-mobile-alt:before {
	content: "\f3cd"
}

.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-monument:before {
	content: "\f5a6"
}

.fa-moon:before {
	content: "\f186"
}

.fa-mortar-pestle:before {
	content: "\f5a7"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-music:before {
	content: "\f001"
}

.fa-napster:before {
	content: "\f3d2"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-newspaper:before {
	content: "\f1ea"
}

.fa-nimblr:before {
	content: "\f5a8"
}

.fa-nintendo-switch:before {
	content: "\f418"
}

.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-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-old-republic:before {
	content: "\f510"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-osi:before {
	content: "\f41a"
}

.fa-outdent:before {
	content: "\f03b"
}

.fa-page4:before {
	content: "\f3d7"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-paint-roller:before {
	content: "\f5aa"
}

.fa-palette:before {
	content: "\f53f"
}

.fa-palfed:before {
	content: "\f3d8"
}

.fa-pallet:before {
	content: "\f482"
}

.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-parachute-box:before {
	content: "\f4cd"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-parking:before {
	content: "\f540"
}

.fa-passport:before {
	content: "\f5ab"
}

.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-paypal:before {
	content: "\f1ed"
}

.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-alt:before {
	content: "\f303"
}

.fa-pencil-ruler:before {
	content: "\f5ae"
}

.fa-people-carry:before {
	content: "\f4ce"
}

.fa-percent:before {
	content: "\f295"
}

.fa-percentage:before {
	content: "\f541"
}

.fa-periscope:before {
	content: "\f3da"
}

.fa-phabricator:before {
	content: "\f3db"
}

.fa-phoenix-framework:before {
	content: "\f3dc"
}

.fa-phoenix-squadron:before {
	content: "\f511"
}

.fa-phone:before {
	content: "\f095"
}

.fa-phone-slash:before {
	content: "\f3dd"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-phone-volume:before {
	content: "\f2a0"
}

.fa-php:before {
	content: "\f457"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-pied-piper-hat:before {
	content: "\f4e5"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-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-plane:before {
	content: "\f072"
}

.fa-plane-arrival:before {
	content: "\f5af"
}

.fa-plane-departure:before {
	content: "\f5b0"
}

.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-square:before {
	content: "\f0fe"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-poo:before {
	content: "\f2fe"
}

.fa-portrait:before {
	content: "\f3e0"
}

.fa-pound-sign:before {
	content: "\f154"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-prescription:before {
	content: "\f5b1"
}

.fa-prescription-bottle:before {
	content: "\f485"
}

.fa-prescription-bottle-alt:before {
	content: "\f486"
}

.fa-print:before {
	content: "\f02f"
}

.fa-procedures:before {
	content: "\f487"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-project-diagram:before {
	content: "\f542"
}

.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-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-r-project:before {
	content: "\f4f7"
}

.fa-random:before {
	content: "\f074"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-react:before {
	content: "\f41b"
}

.fa-readme:before {
	content: "\f4d5"
}

.fa-rebel:before {
	content: "\f1d0"
}

.fa-receipt:before {
	content: "\f543"
}

.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-redo:before {
	content: "\f01e"
}

.fa-redo-alt:before {
	content: "\f2f9"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-rendact:before {
	content: "\f3e4"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-reply:before {
	content: "\f3e5"
}

.fa-reply-all:before {
	content: "\f122"
}

.fa-replyd:before {
	content: "\f3e6"
}

.fa-researchgate:before {
	content: "\f4f8"
}

.fa-resolving:before {
	content: "\f3e7"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-ribbon:before {
	content: "\f4d6"
}

.fa-road:before {
	content: "\f018"
}

.fa-robot:before {
	content: "\f544"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-rocketchat:before {
	content: "\f3e8"
}

.fa-rockrms:before {
	content: "\f3e9"
}

.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-vertical:before {
	content: "\f548"
}

.fa-rupee-sign:before {
	content: "\f156"
}

.fa-sad-cry:before {
	content: "\f5b3"
}

.fa-sad-tear:before {
	content: "\f5b4"
}

.fa-safari:before {
	content: "\f267"
}

.fa-sass:before {
	content: "\f41e"
}

.fa-save:before {
	content: "\f0c7"
}

.fa-schlix:before {
	content: "\f3ea"
}

.fa-school:before {
	content: "\f549"
}

.fa-screwdriver:before {
	content: "\f54a"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-search:before {
	content: "\f002"
}

.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-server:before {
	content: "\f233"
}

.fa-servicestack:before {
	content: "\f3ec"
}

.fa-share:before {
	content: "\f064"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-shekel-sign:before {
	content: "\f20b"
}

.fa-shield-alt:before {
	content: "\f3ed"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-shipping-fast:before {
	content: "\f48b"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-shoe-prints:before {
	content: "\f54b"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-shopware:before {
	content: "\f5b5"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-shuttle-van:before {
	content: "\f5b6"
}

.fa-sign:before {
	content: "\f4d9"
}

.fa-sign-in-alt:before {
	content: "\f2f6"
}

.fa-sign-language:before {
	content: "\f2a7"
}

.fa-sign-out-alt:before {
	content: "\f2f5"
}

.fa-signal:before {
	content: "\f012"
}

.fa-signature:before {
	content: "\f5b7"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-sistrix:before {
	content: "\f3ee"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-sith:before {
	content: "\f512"
}

.fa-skull:before {
	content: "\f54c"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-slack:before {
	content: "\f198"
}

.fa-slack-hash:before {
	content: "\f3ef"
}

.fa-sliders-h:before {
	content: "\f1de"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-smile:before {
	content: "\f118"
}

.fa-smile-beam:before {
	content: "\f5b8"
}

.fa-smile-wink:before {
	content: "\f4da"
}

.fa-smoking:before {
	content: "\f48d"
}

.fa-smoking-ban:before {
	content: "\f54d"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-snowflake:before {
	content: "\f2dc"
}

.fa-solar-panel:before {
	content: "\f5ba"
}

.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-alpha-down:before {
	content: "\f15d"
}

.fa-sort-alpha-up:before {
	content: "\f15e"
}

.fa-sort-amount-down:before {
	content: "\f160"
}

.fa-sort-amount-up:before {
	content: "\f161"
}

.fa-sort-down:before {
	content: "\f0dd"
}

.fa-sort-numeric-down:before {
	content: "\f162"
}

.fa-sort-numeric-up:before {
	content: "\f163"
}

.fa-sort-up:before {
	content: "\f0de"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-spa:before {
	content: "\f5bb"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-speakap:before {
	content: "\f3f3"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-splotch:before {
	content: "\f5bc"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-spray-can:before {
	content: "\f5bd"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-square-full:before {
	content: "\f45c"
}

.fa-squarespace:before {
	content: "\f5be"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-stamp:before {
	content: "\f5bf"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-star-half-alt:before {
	content: "\f5c0"
}

.fa-staylinked:before {
	content: "\f3f5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-steam-symbol:before {
	content: "\f3f6"
}

.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-stop:before {
	content: "\f04d"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stopwatch:before {
	content: "\f2f2"
}

.fa-store:before {
	content: "\f54e"
}

.fa-store-alt:before {
	content: "\f54f"
}

.fa-strava:before {
	content: "\f428"
}

.fa-stream:before {
	content: "\f550"
}

.fa-street-view:before {
	content: "\f21d"
}

.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-superpowers:before {
	content: "\f2dd"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-supple:before {
	content: "\f3f9"
}

.fa-surprise:before {
	content: "\f5c2"
}

.fa-swatchbook:before {
	content: "\f5c3"
}

.fa-swimmer:before {
	content: "\f5c4"
}

.fa-swimming-pool:before {
	content: "\f5c5"
}

.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-tablets:before {
	content: "\f490"
}

.fa-tachometer-alt:before {
	content: "\f3fd"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-tape:before {
	content: "\f4db"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-taxi:before {
	content: "\f1ba"
}

.fa-teamspeak:before {
	content: "\f4f9"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-telegram-plane:before {
	content: "\f3fe"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th-list:before {
	content: "\f00b"
}

.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-thumbs-down:before {
	content: "\f165"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbtack:before {
	content: "\f08d"
}

.fa-ticket-alt:before {
	content: "\f3ff"
}

.fa-times:before {
	content: "\f00d"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-tint:before {
	content: "\f043"
}

.fa-tint-slash:before {
	content: "\f5c7"
}

.fa-tired:before {
	content: "\f5c8"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-toolbox:before {
	content: "\f552"
}

.fa-tooth:before {
	content: "\f5c9"
}

.fa-trade-federation:before {
	content: "\f513"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-train:before {
	content: "\f238"
}

.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-trash-alt:before {
	content: "\f2ed"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-trello:before {
	content: "\f181"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-truck-loading:before {
	content: "\f4de"
}

.fa-truck-moving:before {
	content: "\f4df"
}

.fa-tshirt:before {
	content: "\f553"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-tv:before {
	content: "\f26c"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-typo3:before {
	content: "\f42b"
}

.fa-uber:before {
	content: "\f402"
}

.fa-uikit:before {
	content: "\f403"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-umbrella-beach:before {
	content: "\f5ca"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-undo:before {
	content: "\f0e2"
}

.fa-undo-alt:before {
	content: "\f2ea"
}

.fa-uniregistry:before {
	content: "\f404"
}

.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-untappd:before {
	content: "\f405"
}

.fa-upload:before {
	content: "\f093"
}

.fa-usb:before {
	content: "\f287"
}

.fa-user:before {
	content: "\f007"
}

.fa-user-alt:before {
	content: "\f406"
}

.fa-user-alt-slash:before {
	content: "\f4fa"
}

.fa-user-astronaut:before {
	content: "\f4fb"
}

.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-edit:before {
	content: "\f4ff"
}

.fa-user-friends:before {
	content: "\f500"
}

.fa-user-graduate:before {
	content: "\f501"
}

.fa-user-lock:before {
	content: "\f502"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-user-minus:before {
	content: "\f503"
}

.fa-user-ninja:before {
	content: "\f504"
}

.fa-user-plus:before {
	content: "\f234"
}

.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-users:before {
	content: "\f0c0"
}

.fa-users-cog:before {
	content: "\f509"
}

.fa-ussunnah:before {
	content: "\f407"
}

.fa-utensil-spoon:before {
	content: "\f2e5"
}

.fa-utensils:before {
	content: "\f2e7"
}

.fa-vaadin:before {
	content: "\f408"
}

.fa-vector-square:before {
	content: "\f5cb"
}

.fa-venus:before {
	content: "\f221"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-venus-mars:before {
	content: "\f228"
}

.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-slash:before {
	content: "\f4e2"
}

.fa-vimeo:before {
	content: "\f40a"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-vimeo-v:before {
	content: "\f27d"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-vk:before {
	content: "\f189"
}

.fa-vnv:before {
	content: "\f40b"
}

.fa-volleyball-ball:before {
	content: "\f45f"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-vuejs:before {
	content: "\f41f"
}

.fa-walking:before {
	content: "\f554"
}

.fa-wallet:before {
	content: "\f555"
}

.fa-warehouse:before {
	content: "\f494"
}

.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-whatsapp:before {
	content: "\f232"
}

.fa-whatsapp-square:before {
	content: "\f40c"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-whmcs:before {
	content: "\f40d"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-window-close:before {
	content: "\f410"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-wine-glass:before {
	content: "\f4e3"
}

.fa-wine-glass-alt:before {
	content: "\f5ce"
}

.fa-wix:before {
	content: "\f5cf"
}

.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-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-yandex:before {
	content: "\f413"
}

.fa-yandex-international:before {
	content: "\f414"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-yen-sign:before {
	content: "\f157"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-youtube-square:before {
	content: "\f431"
}

.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;
	src: url(../fonts/fa-brands-400.eot);
	src: url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.woff) format("woff"), url(../fonts/fa-brands-400.ttf) format("truetype"), url(../fonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
	font-family: Font Awesome\ 5 Brands
}

@font-face {
	font-family: Font Awesome\ 5 Free;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/fa-regular-400.eot);
	src: url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.woff) format("woff"), url(../fonts/fa-regular-400.ttf) format("truetype"), url(../fonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
	font-weight: 400
}

@font-face {
	font-family: Font Awesome\ 5 Free;
	font-style: normal;
	font-weight: 900;
	src: url(../fonts/fa-solid-900.eot);
	src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.ttf) format("truetype"), url(../fonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.far,
.fas {
	font-family: Font Awesome\ 5 Free
}

.fa,
.fas {
	font-weight: 900
}

.container,
.container_alt,
.container_vis,
.container_head {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;
	position: relative
}

.tmnf_width_wide .container,
.tmnf_width_wide .container_alt,
.tmnf_width_wide .container_vis {
	max-width: 1340px
}

.container_alt {
	overflow: visible;
	padding: 0
}

.container_head {
	overflow: visible;
	padding: 0;
	max-width: 1100px
}

.tmnf_width_wide .container_head {
	max-width: 1300px
}

.container_vis {
	overflow: visible
}

#footer .container {
	background: 0 0 !important
}

.onecol,
.twocol,
.threecol,
.fourcol,
.fivecol,
.fifthcol,
.sixcol,
.sevencol,
.eightcol,
.ninecol,
.tencol,
.elevencol,
.warpbox {
	margin-left: 0;
	float: left;
	min-height: 1px
}

.foocol {
	margin: 0;
	width: 18%;
	padding: 40px 20px;
	position: relative;
	height: 100%;
	min-height: 1px;
	float: left
}

.foocol.first {
	width: 46%;
	padding-right: 60px
}

.fourcol {
	width: 30%;
	padding: 0 20px;
	margin: 0 0 40px;
	min-height: 1px;
	float: left
}

.eightcol {
	width: 70%;
	padding: 0 20px;
	margin: 0 0 40px;
	min-height: 1px;
	float: left
}

.postbarLeft .eightcol {
	float: right !important
}

.postbarNone .eightcol {
	float: none !important;
	margin: 0 auto 40px auto !important
}

.postbarNone .entryhead iframe {
	width: 100%
}

.sixcol {
	width: 50%
}

.first,
.ml-first {
	margin-left: 0 !important
}

.widgetable {
	padding: 0;
	overflow: hidden;
	margin: 0
}

.single-post .fourcol,
.single-post .eightcol,
.page .fourcol,
.page .eightcol {
	margin-bottom: 90px
}

@media only screen and (min-width:1155px) {
	.header_fullwidth #header {
		top: 0;
		position: relative
	}
	.header_fullwidth #header.scrolled {
		box-shadow: 0 0 4px rgba(0, 0, 0, .1)
	}
	.admin-bar .header_fullwidth #header {
		top: 0
	}
	.header_fullwidth #main-nav {
		padding: 0 0 0 40px
	}
	.header_fullwidth #bottombar {
		margin-bottom: -55px
	}
	.header_fullwidth .page-header {
		padding: 120px 0
	}
	.header_transparent .container_head,
	.header_fullwidth #header.scrolled .container_head {
		background: 0 0;
		box-shadow: none !important
	}
	.header_transparent #bottombar {
		background: rgba(204, 204, 204, .1);
		padding: 0 20px 0 0
	}
	.header_transparent #header {
		top: 0
	}
	.admin-bar .header_transparent #header {
		top: 32px
	}
	.header_transparent #main-nav {
		padding: 0 0 0 40px
	}
	.header_fullwidth_2 #header {
		top: 0;
		position: relative
	}
	.header_fullwidth_2 .container_head {
		max-width: 100% !important
	}
	.header_fullwidth #header.scrolled {
		box-shadow: 0 0 4px rgba(0, 0, 0, .1)
	}
	.admin-bar .header_fullwidth_2 #header {
		top: 0
	}
	.header_fullwidth_2 #bottombar {
		margin-bottom: -50px
	}
	.header_fullwidth_2 .page-header {
		padding: 120px 0
	}
}

@media only screen and (min-width:685px) {
	.grid_post {
		width: 33.33%
	}
	.grid_post:nth-child(3n+4) {
		clear: left
	}
	.tmnf_columns_4 .grid_post {
		width: 25%
	}
	.tmnf_columns_4 .grid_post:nth-child(3n+4) {
		clear: none
	}
	.tmnf_columns_4 .grid_post:nth-child(4n+5) {
		clear: left
	}
	.tmnf_columns_2 .grid_post {
		width: 50%
	}
	.tmnf_columns_2 .grid_post:nth-child(3n+4) {
		clear: none
	}
	.tmnf_columns_1 .grid_post:nth-child(2n+3) {
		clear: left
	}
	.tmnf_columns_1 .grid_post {
		width: 100%
	}
	.tmnf_columns_4 .grid_post h3 {
		font-size: 18px !important
	}
	.tmnf_columns_4 .grid_post .read_more,
	.tmnf_columns_4 .grid_post p.teaser {
		display: none
	}
}

@media screen and (max-width:1505px) {
	.owl-carousel .owl-item img.bg_image {
		width: 120% !important;
		max-width: 120% !important;
		margin: 0 -10%
	}
}

@media screen and (max-width:1295px) {
	#header {
		top: 0
	}
	.page-header img {
		width: 140%;
		max-width: 140% !important;
		left: -20%
	}
	.owl-carousel .owl-item img.bg_image {
		width: 140% !important;
		max-width: 140% !important;
		margin: 0 -20%
	}
}

@media screen and (max-width:1155px) {
	.site_wrapper {
		padding: 0 !important
	}
	#header {
		position: relative;
		top: auto;
		left: auto
	}
	.container_head {
		max-width: 100%
	}
	#titles,
	p.menu_label {
		max-width: 25%
	}
	.nav>li>a {
		padding: 15px 6px
	}
	#main-nav>li {
		padding: 15px 10px 15px 17px
	}
	.nav li.menu-item-has-children a,
	.nav li.page_item_has_children a {
		padding-right: 14px !important
	}
	.menu-item-has-children>a:after {
		right: 8px
	}
	.eleslideinside {
		top: 10% !important;
		width: 60%;
		left: 20%;
		margin: 0
	}
	.eleinside_Left .eleslideinside {
		left: 50px;
		max-width: 100%;
		width: 60%;
		margin-left: 0 !important
	}
	.eleinside_Right .eleslideinside {
		right: 50px;
		max-width: 100%;
		width: 60%;
		margin-right: 0
	}
	.eleslideinside p {
		font-size: 110%;
		line-height: 1.3;
		margin: 12px 0
	}
	.eleslideinside .su-button {
		margin-top: 25px !important
	}
	.eleslideinside .su-button span {
		padding: 14px 18px !important
	}
	.page-header {
		padding: 60px 0
	}
	.page-header img {
		width: 180%;
		max-width: 180% !important;
		left: -40%
	}
	h1.entry-title,
	h2.archiv,
	.eleslideinside h2,
	h1.archiv,
	.eleslideinside h1 {
		font-size: 6vw !important
	}
	#titles .logo {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
		overflow: hidden
	}
	#titles h1.logo {
		margin: 29px 0 !important
	}
	#header input[type=checkbox] {
		opacity: .3
	}
	.show-menu {
		display: block !important
	}
	.header-right.for-menu {
		display: block;
		float: none;
		width: 100%
	}
	#navigation {
		display: none;
		position: relative;
		overflow: hidden;
		height: auto;
		top: auto;
		margin: -2px -20px 0 !important;
		padding: 0 20px !important;
		width: calc(100% + 40px);
		background: #1f2024
	}
	#navigation a {
		color: #fff !important
	}
	#main-nav,
	#top-nav {
		display: block;
		overflow: hidden;
		margin-bottom: 10px !important
	}
	#navigation a:hover,
	#navigation .current-menu-item>a {
		opacity: .6
	}
	ul.nav,
	#main-nav {
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important
	}
	ul.nav li,
	.nav li ul {
		width: 100% !important;
		background-color: transparent !important;
		border: none !important;
		float: none;
		display: block;
		margin: 0 !important;
		padding-top: 3px !important;
		padding-bottom: 3px !important;
		position: relative !important;
		left: auto !important;
		display: block !important;
		visibility: visible !important;
		padding-top: 0
	}
	ul.nav li.special {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}
	.nav>li ul {
		max-height: none;
		opacity: 1
	}
	#navigation .nav li ul li>a {
		border-bottom: 1px dotted rgba(255, 255, 255, .2) !important;
		text-align: left
	}
	ul.nav li a {
		width: 100% !important;
		text-align: left;
		padding: 15px 20px !important;
		margin: 0 0 0 20px;
		font-size: 16px !important
	}
	ul.nav li ul.sub-menu a {
		padding: 5px 0 !important
	}
	#top-nav li a {
		margin: 0;
		padding: 10px 0 !important
	}
	#top-nav>li.special {
		padding-left: 0
	}
	#top-nav>li.special>a {
		padding: 15px 18px !important
	}
	.nav li ul li>a {
		font-size: 13px !important
	}
	.nav li a.sf-with-ul {
		padding-right: 0 !important
	}
	#main-nav>li>a {
		margin: 0 !important
	}
	.nav>li>ul>li,
	.nav li ul ul li,
	#main-nav li ul li>a,
	.nav li ul li>a {
		max-width: 100% !important;
		margin: 0;
		padding: 0
	}
	.nav li ul {
		padding: 0 20px
	}
	#main-nav li.mega ul.sub-menu {
		min-height: 0px
	}
	.nav li ul ul {
		margin: 0;
		padding: 0
	}
	div.sub,
	.nav>li>ul:after,
	.menu-item-has-children>a:after,
	.header_icons {
		display: none !important
	}
	#main-nav>li {
		padding: 0
	}
	#main-nav>li.special {
		padding-right: 0
	}
	#main-nav>li:before,
	.menu-item-has-children>a:after {
		display: none
	}
	.nav li ul.sub-menu {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none
	}
	.nav li.mega>ul.sub-menu {
		padding: 0 20px !important
	}
	.nav li.mega>ul.sub-menu>li ul,
	.nav li.mega>ul.sub-menu>li ul ul,
	.nav li.mega>ul.sub-menu>li ul ul ul {
		margin-left: 0 !important
	}
	.nav li ul.sub-menu {
		padding: 0 0 0 20px !important
	}
	.nav li.mega>ul.sub-menu>li>a {
		text-transform: none !important;
		font-weight: 400 !important
	}
	#bottombar {
		padding: 0
	}
	p.menu_label {
		display: none
	}
	#bottombar .social-menu {
		padding: 0 15px
	}
	#bottombar .social-menu a {
		padding: 12px 6px 10px 24px
	}
	ul.nav .sub-menu {
		display: none !important
	}
	ul.nav .active .sub-menu {
		display: block !important
	}
	a .tmnf_mobile_dropdown {
		display: block;
		position: absolute;
		content: "↓";
		height: 25px;
		width: 25px;
		background: rgba(255, 255, 255, .1);
		top: 6px;
		right: 20px;
		font-size: 11px !important;
		margin-top: -2px;
		font-weight: 400;
		padding: 5px 10px;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		-moz-border-radius: 30px;
		-khtml-border-radius: 30px;
		-webkit-border-radius: 30px;
		border-radius: 30px;
		z-index: 2
	}
	li.menu-item-has-children li a .tmnf_mobile_dropdown {
		display: none
	}
	.menu-item-has-children>a:after {
		top: 15px;
		right: 17px;
		z-index: 1
	}
	.nav li ul li.menu-item-has-children>a:after {
		top: 13px
	}
	.menu-item-has-children.active>a .tmnf_mobile_dropdown {
		transform: rotate(-180deg)
	}
	#navigation ul.nav li ul li.menu-item-has-children>a:after {
		transform: rotate(0deg);
		right: 16px;
		top: 13px
	}
	#navigation ul.nav li ul li.menu-item-has-children.active>a:after {
		transform: rotate(180deg);
		right: 12px;
		top: 22px
	}
	.nav li ul li.menu-item-has-children.active>a:after {
		top: 22px
	}
	ul.menu li ul {
		margin: -2px 0 0 8px
	}
}

@media screen and (max-width:885px) {
	div.tooltip p:after,
	.nav>li>ul:after,
	.sf-arrows .sf-with-ul:after,
	.sf-arrows .sf-with-ul:after {
		display: none !important
	}
	body {
		width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
		margin-top: 0;
		font-size: 16px;
		-webkit-text-size-adjust: none
	}
	.onecol,
	.twocol,
	.threecol,
	.threecol_spec,
	.fourcol,
	.fivecol,
	.sixcol,
	.sevencol,
	.eightcol,
	.ninecol,
	.tencol,
	.elevencol,
	.twelvecol,
	.fifthcol {
		width: auto;
		float: none !important;
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0
	}
	#bottombar p {
		display: none
	}
	#header {
		overflow: hidden
	}
	#titles {
		max-width: 50%;
		text-align: left
	}
	.page-header {
		padding: 50px 0
	}
	.owl-carousel .owl-item img.bg_image {
		width: 140% !important;
		max-width: 140% !important;
		margin: 0 -20%
	}
	.owl-item .eleslideinside {
		top: 18%
	}
	.eleslideinside p {
		font-size: 100%;
		line-height: 1.3;
		margin: 8px 0
	}
	.eleslideinside .su-button {
		margin-top: 18px !important
	}
	.eightcol,
	.fourcol {
		width: 100%;
		margin: 0 auto !important;
		float: none !important;
		display: block;
		width: 100%;
		border-left: none;
		border-right: none;
		padding: 20px
	}
	#sidebar,
	#footer .foocol,
	.landing-section,
	.footer-logo {
		max-width: 360px;
		width: 100%;
		float: none !important;
		margin: 0 auto !important;
		padding: 20px 0 !important
	}
	#footer .foocol {
		padding: 20px !important
	}
	#core {
		padding-top: 0
	}
	.fullcontent {
		padding-top: 20px
	}
	.blogger {
		padding: 0;
		overflow: hidden
	}
	.blogger>.item {
		margin: 0 0 20px
	}
	.blogger>.item img {
		width: 100%
	}
	.blogger div.post.sticky:after {
		top: 15px;
		right: 20px
	}
	.item_inn {
		overflow: hidden;
		padding: 0
	}
	.item_inn:after,
	.item_inn:before {
		display: none
	}
	.postbarNone .entry img.heroimg {
		margin: 30px -20px;
		left: 0;
		max-width: calc(100% + 40px)
	}
	.postbarLeft .eightcol {
		float: none !important
	}
	#woo-inn {
		margin-left: 0
	}
	.woocommerce-page div.product div.summary {
		margin: 0 0 40px;
		width: 100%
	}
	.woocommerce-page ul.products li.product,
	.woocommerce ul.products li.product {
		width: 100% !important;
		margin: 0 0 30px !important
	}
	.woocommerce h1.page-title,
	p.woocommerce-result-count {
		text-align: center;
		width: 100%
	}
	.woocommerce #foliocontent .woocommerce-tabs,
	.woocommerce #foliocontent .related.products {
		width: 100%
	}
	.woocommerce-page #foliosidebar {
		clear: both
	}
	.woocommerce .woocommerce-ordering,
	.woocommerce-page .woocommerce-ordering {
		float: none
	}
	.tmnf-sc-quote.left,
	.tmnf-sc-quote.right {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0
	}
	.wpcf7-form p.sixcol {
		float: none;
		margin-right: 0;
		width: 100%
	}
	.commentlist li.comment.parent {
		padding: 15px 0 0
	}
	.commentlist li.comment {
		padding: 20px 5px 10px
	}
	ul.children li.comment:last-child {
		padding: 20px 0 10px 20px !important
	}
	.commentlist .avatar {
		right: 0;
		left: auto;
		top: 20px;
		width: 40px
	}
	li.bypostauthor {
		padding-left: 10px !important
	}
	.front_post {
		padding: 20px 0
	}
	.front_post.has-post-thumbnail .imgwrap {
		margin: 0 20px 5px 0
	}
	.wrapper .events-table td.thumb {
		padding: 20px 0 !important
	}
	.events-table th,
	.events-table td {
		padding: 20px 0 20px 20px !important
	}
	.footop.populated {
		display: block;
		overflow: hidden;
		margin: 0 -20px;
		width: calc(100% + 40px)
	}
	ul.social-menu {
		margin: auto;
		float: none;
		display: inline-block
	}
	.footop-right {
		padding: 0;
		margin-left: 0;
		width: 100%;
		text-align: center;
		float: left;
		float: none
	}
	.footer_text {
		float: none;
		overflow: hidden;
		text-align: center
	}
	#footer .foocol h2 {
		padding: 0 0 15px
	}
	.footer-logo img {
		margin: 30px auto;
		float: left
	}
	#curtain .searchform {
		left: 10%;
		margin: 0;
		max-width: 80%;
		width: 80%
	}
	#curtain a.curtainclose {
		left: auto;
		right: 30px;
		margin: 0;
		top: 30px
	}
	.wrapper .entry h1 {
		font-size: 150% !important
	}
	.wrapper .entry h2 {
		font-size: 140% !important
	}
	.wrapper .entry h3 {
		font-size: 130% !important
	}
	.wrapper .entry h4 {
		font-size: 120% !important
	}
	.wrapper .entry h5 {
		font-size: 110% !important
	}
	.wrapper .entry h6 {
		font-size: 100% !important
	}
	#footer .bottom-menu {
		margin-bottom: 50px !important
	}
}

@media only screen and (max-width:685px) {
	#add-nav li a {
		margin: 0 !important
	}
	h1.entry-title,
	h2.archiv,
	.slideinside h2,
	h1.archiv,
	.slideinside h1 {
		font-size: 7vw !important
	}
	.owl-carousel .owl-item img.bg_image {
		width: 200% !important;
		max-width: 200% !important;
		margin: 0 -50%
	}
	.eleslideinside h3 {
		font-size: 5vw
	}
	.eleslideinside p {
		font-size: 90%;
		line-height: 1.3;
		margin: 5px 0
	}
	.eleslideinside .su-button {
		margin-top: 15px !important
	}
	.blogger {
		width: calc(100% + 40px);
		margin: 0 -20px
	}
	.blogger>.item {
		width: 50%;
		padding: 0 20px
	}
	.blogger>.item:nth-child(2n+3) {
		clear: left
	}
	.blogger>.item.has-post-thumbnail .imgwrap {
		margin: 0 0 20px;
		max-width: 100%;
		float: none
	}
	.search .errorentry {
		padding: 0 20px
	}
	.search #content .searchform,
	.archive #content .searchform {
		width: 100%
	}
	.event_button {
		display: none
	}
	.page-header {
		padding: 25px 0 20px
	}
	.page-header img {
		width: 300%;
		max-width: 300% !important;
		left: -100%
	}
	.main-breadcrumbs {
		font-size: 11px
	}
	.comment-form-author,
	.comment-form-email,
	.comment-form-url,
	#post-nav,
	.postauthor {
		width: 100%
	}
	#respond textarea {
		width: 99.5%
	}
	.entry blockquote {
		margin: 5px 10px;
		padding: 0 20px !important
	}
	.scrollTo_top {
		right: 0;
		width: 100%;
		display: none !important
	}
	ul.social-menu li a {
		padding: 9px 8px 8px 21px
	}
	ul.social-menu li span {
		display: none
	}
	.events-table a.mainbutton {
		display: none
	}
	.grid_post {
		width: 50% !important
	}
	.grid_post:nth-child(3n+4),
	.grid_post:nth-child(4n+5) {
		clear: none !important
	}
	.grid_post:nth-child(2n+3) {
		clear: left !important
	}
}

@media only screen and (max-width:595px) {
	#titles {
		padding: 0 15px
	}
	#add-nav {
		display: none
	}
	#bottombar {
		max-height: none
	}
	#bottombar .social-menu {
		width: 100%;
		display: inline-block
	}
	#bottombar .social-menu li {
		float: left
	}
	#bottombar .social-menu li.search-item {
		float: right
	}
	.eleslideinside,
	.eleinside_Left .eleslideinside {
		left: 10%;
		width: 80%;
		top: 10%
	}
	.eleinside_Right .eleslideinside {
		right: 10%
	}
	.eleslideinside h3 {
		font-size: 7vw;
		margin-top: 5px
	}
	.wpm_eleslider .owl-dots {
		bottom: 0
	}
	.eleslideinside .su-button span {
		padding: 6px 8px !important
	}
	.eleslideinside .su-button span i {
		display: none
	}
	h2.archiv span.subtitle {
		max-width: 100%
	}
	.entryhead iframe {
		max-height: 200px
	}
	.post-previous,
	.post-next {
		width: 100%;
		margin-top: -1px;
		margin-left: 0;
		border-width: 1px 0
	}
	ul.related li {
		width: 50% !important
	}
	ul.related li:nth-child(4) {
		clear: left
	}
	.give-archive-item {
		width: 100%;
		float: none
	}
	.give-archive-item img {
		width: 100%
	}
	.give-archive-item:nth-child(2n+3) {
		clear: none
	}
	.events-table td.thumb {
		display: none
	}
	div.css-search div.em-search-field {
		display: block;
		width: 100%
	}
	div.css-search.has-search-geo.has-search-term input.em-search-text,
	div.css-search.has-search-geo.has-search-term input.em-search-geo {
		width: 80%
	}
	.post-pagination>p a {
		display: none
	}
	.page-link {
		margin: 5px 0 0;
		position: relative;
		width: 100%;
		left: 0
	}
	h2 {
		font-size: 6vw !important
	}
	h3 {
		font-size: 4.5vw !important
	}
	#footop h2 {
		font-size: 3vw !important
	}
	.error-titles h1 {
		margin: 20px 0
	}
	.error-search .searchform {
		margin: 30px auto 40px auto;
		width: 100%
	}
	.searchSubmit {
		width: 70px
	}
}

@media only screen and (max-width:460px) {
	h1.entry-title,
	h2.archiv,
	.slideinside h2,
	h1.archiv,
	.slideinside h1 {
		font-size: 9vw !important
	}
	h2 {
		font-size: 8.5vw !important
	}
	h3 {
		font-size: 6vw !important
	}
	.front_post h3 {
		font-size: 20px !important
	}
	.blogger>.item {
		width: 100%
	}
	#titles {
		max-width: 55%
	}
	#titles img {
		max-width: 110px
	}
}

@media only screen and (max-width:395px) {
	.grid_post {
		width: 100% !important
	}
}


/*! elementor-icons - v5.13.0 - 18-10-2021 */

@font-face {
	font-family: eicons;
	src: url(../../../../plugins/elementor/assets/lib/eicons/fonts/eiconsc387.eot?5.13.0);
	src: url(//dannci.wpmasters.org/citygov/modern/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.eot?5.13.0#iefix) format("embedded-opentype"), url(//dannci.wpmasters.org/citygov/modern/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff2?5.13.0) format("woff2"), url(//dannci.wpmasters.org/citygov/modern/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff?5.13.0) format("woff"), url(//dannci.wpmasters.org/citygov/modern/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.ttf?5.13.0) format("truetype"), url(//dannci.wpmasters.org/citygov/modern/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.svg?5.13.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-eye:before {
	content: '\e8ac'
}

.eicon-elementor-square:before {
	content: '\e813'
}


/*! elementor - v3.5.2 - 22-12-2021 */

.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.elementor-column-gap-narrow>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
	padding: 5px
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
	padding: 10px
}

.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
	padding: 15px
}

.elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
	padding: 20px
}

.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
	padding: 30px
}

@media (min-width:-1px) {
	.elementor-reverse-widescreen>.elementor-container>.elementor-row>:first-child {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(2) {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(3) {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(4) {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(5) {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(6) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(7) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(8) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(9) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.elementor-reverse-widescreen>.elementor-container>.elementor-row>: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>.elementor-row>:first-child {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(2) {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(3) {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(4) {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(5) {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(6) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(7) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(8) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(9) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.elementor-reverse-laptop>.elementor-container>.elementor-row>: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>.elementor-row>:first-child {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(2) {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(3) {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(4) {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(5) {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(6) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(7) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(8) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(9) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.elementor-reverse-laptop>.elementor-container>.elementor-row>: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>.elementor-row>:first-child,
	.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(2),
	.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(3),
	.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(4),
	.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(5),
	.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(6),
	.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(7),
	.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(8),
	.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(9),
	.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(10) {
		-webkit-box-ordinal-group: initial;
		-ms-flex-order: initial;
		order: 0
	}
	.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:first-child {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(2) {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(3) {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(4) {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(5) {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(6) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(7) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(8) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(9) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>: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>.elementor-row>:first-child {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2) {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3) {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4) {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5) {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
}

@media (min-width:-1px) and (max-width:1024px) {
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2) {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3) {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4) {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5) {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
}

@media (min-width:768px) and (max-width:-1px) {
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child,
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2),
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3),
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4),
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5),
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6),
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7),
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8),
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9),
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10) {
		-webkit-box-ordinal-group: initial;
		-ms-flex-order: initial;
		order: 0
	}
	.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:first-child {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(2) {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(3) {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(4) {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(5) {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(6) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(7) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(8) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(9) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(10) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
}

@media (max-width:767px) {
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:first-child {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(2) {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(3) {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(4) {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(5) {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(6) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(7) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(8) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(9) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(10) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.elementor-column {
		width: 100%
	}
}


/*! elementor - v3.5.2 - 22-12-2021 */

.dialog-widget-content {
	background-color: #fff;
	position: absolute;
	-webkit-border-radius: 3px;
	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
}

.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: -webkit-sticky;
		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: auto;
	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;
	-webkit-border-radius: 2px;
	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;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	line-height: 1
}

.e-logo-wrapper i {
	color: #fff;
	font-size: 1em
}

.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;
	-webkit-border-radius: 0;
	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%;
	-webkit-background-size: cover;
	background-size: cover
}

.elementor-widget-wrap>.elementor-element.elementor-absolute {
	position: absolute
}

.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:767px) {
	.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.elementor-absolute,
.elementor-element.elementor-fixed {
	z-index: 1
}

.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:-1px) {
	.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:767px) {
	.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%
	}
}

#wpadminbar #wp-admin-bar-elementor_edit_page>.ab-item:before {
	content: "\e813";
	font-family: eicons;
	top: 3px;
	font-size: 18px
}

#wpadminbar #wp-admin-bar-elementor_inspector>.ab-item:before {
	content: "\f348";
	top: 2px
}

: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:768px) {
	.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:768px) {
	.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:767px) {
	.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:768px) 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: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:-1px) 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:-1px) {
	.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:767px) {
	.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:-1px) {
	.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:767px) {
	.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";
		content: "tablet_extra"
	}
}

@media (max-width:1024px) {
	#elementor-device-mode:after {
		content: "tablet"
	}
}

@media (max-width:-1px) {
	#elementor-device-mode:after {
		content: "mobile_extra"
	}
}

@media (max-width:767px) {
	#elementor-device-mode:after {
		content: "mobile"
	}
}

.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;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.elementor-field-textual.elementor-size-xs {
	font-size: 13px;
	min-height: 33px;
	padding: 4px 12px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.elementor-field-textual.elementor-size-md {
	font-size: 16px;
	min-height: 47px;
	padding: 6px 16px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}

.elementor-field-textual.elementor-size-lg {
	font-size: 18px;
	min-height: 59px;
	padding: 7px 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.elementor-field-textual.elementor-size-xl {
	font-size: 20px;
	min-height: 72px;
	padding: 8px 24px;
	-webkit-border-radius: 6px;
	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:767px) {
	.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, -webkit-border-radius .3s, -webkit-box-shadow .3s;
	transition: background .3s, border .3s, -webkit-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-border-radius .3s, -webkit-box-shadow .3s
}

.elementor-button {
	display: inline-block;
	line-height: 1;
	background-color: #818a91;
	font-size: 15px;
	padding: 12px 24px;
	-webkit-border-radius: 3px;
	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;
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.elementor-button.elementor-size-md {
	font-size: 16px;
	padding: 15px 30px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}

.elementor-button.elementor-size-lg {
	font-size: 18px;
	padding: 20px 40px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.elementor-button.elementor-size-xl {
	font-size: 20px;
	padding: 25px 50px;
	-webkit-border-radius: 6px;
	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-menu-cart__toggle .elementor-button-icon {
	-webkit-box-ordinal-group: 16;
	-ms-flex-order: 15;
	order: 15
}

.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 {
	-webkit-border-radius: 50%;
	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;
	-webkit-background-size: 27px 44px;
	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;
	-webkit-border-radius: 50%;
	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: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), 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: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), 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: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), 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: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), 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 {
	-webkit-border-radius: 10px;
	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);
	-webkit-border-radius: 10px;
	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%;
	-webkit-background-size: 100% 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:767px) {
	.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);
	-webkit-border-radius: 2px;
	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:767px) {
	.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;
	-webkit-border-radius: 3px;
	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-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;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.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
}

#wpadminbar * {
	font-style: normal
}

.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:767px) {
	.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:767px) {
	.elementor .elementor-hidden-mobile,
	.elementor .elementor-hidden-phone {
		display: none
	}
}

@media (min-width:-1px) and (max-width:-1px) {
	.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-laptop,
	.elementor .elementor-hidden-tablet_extra {
		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:767px) {
	.elementor-accordion .elementor-tab-title {
		padding: 12px 15px
	}
	.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
		width: 1.2em
	}
	.elementor-accordion .elementor-tab-content {
		padding: 7px 15px
	}
}

.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: 10px;
	top: 10px;
	padding: 3px;
	font-size: 20px;
	line-height: 1;
	background: transparent;
	color: inherit;
	border: none;
	cursor: pointer
}

.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:767px) {
	.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: left;
	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
}

.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:768px) {
	.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:767px) {
	.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
}

@media (min-width:768px) {
	.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-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-top .elementor-icon-box-img {
		margin: auto
	}
	.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
	}
}

@media (max-width:767px) {
	.elementor-widget-icon-box .elementor-icon-box-icon {
		margin-left: auto!important;
		margin-right: auto!important;
		margin-bottom: 15px
	}
}

.elementor-widget-icon-box .elementor-icon-box-wrapper {
	text-align: center
}

.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 (max-width:1024px) {
	.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,
	.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,
	.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items {
		-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-left .elementor-icon-list-items {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.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-right .elementor-icon-list-items {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.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: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-align-center .elementor-icon-list-item,
	.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,
	.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items {
		-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-left .elementor-icon-list-items {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.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-right .elementor-icon-list-items {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.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: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:768px) {
	.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:767px) {
	.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%;
	-webkit-border-radius: 2px;
	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;
	-webkit-border-radius: 2px;
	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:767px) {
	.elementor-progress-text {
		padding-left: 10px
	}
}

.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 {
	-webkit-border-radius: 10%;
	border-radius: 10%
}

.elementor-shape-circle .elementor-icon.elementor-social-icon {
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.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:767px) {
	.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: "\002605"
}

.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-mobile-title {
	padding: 10px;
	cursor: pointer
}

.elementor-widget-tabs .elementor-tab-content {
	padding: 20px;
	display: none
}

@media (max-width:767px) {
	.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:768px) {
	.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;
	-webkit-border-radius: 50%;
	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:767px) {
	.elementor-toggle .elementor-tab-title {
		padding: 12px
	}
	.elementor-toggle .elementor-tab-content {
		padding: 12px 10px
	}
}

.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%;
	-webkit-background-size: cover;
	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
}

.featherlight {
	background: 0 0;
	bottom: 0;
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	cursor: zoom-out;
	display: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	left: 0;
	position: fixed;
	right: 0;
	text-align: center;
	top: 0;
	white-space: nowrap;
	z-index: 2147483647
}

.featherlight * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.featherlight:last-of-type {
	background: rgba(0, 0, 0, .9)
}

.featherlight::before {
	content: "";
	display: inline-block;
	height: 100%;
	margin-right: -.25em;
	vertical-align: middle
}

.featherlight .featherlight-content {
	-webkit-animation: fadein .5s;
	animation: fadein .5s;
	background: #000;
	border: 0;
	cursor: auto;
	display: inline-block;
	max-height: 80%;
	max-width: 90%;
	min-width: inherit;
	overflow: visible;
	padding: 0;
	position: relative;
	text-align: left;
	vertical-align: middle;
	white-space: normal
}

@media screen and (min-width:980px) {
	.featherlight .featherlight-content {
		max-height: 90%
	}
}

.featherlight .featherlight-content .caption {
	color: #fff;
	font-size: 16px;
	font-weight: lighter;
	line-height: 1.25;
	max-width: 100%;
	overflow: hidden;
	position: absolute;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap
}

.featherlight .featherlight-content .caption:focus,
.featherlight .featherlight-content .caption:hover {
	overflow: visible;
	white-space: normal
}

.featherlight .featherlight-content a {
	color: #fff;
	text-decoration: underline
}

.featherlight .featherlight-content a:focus,
.featherlight .featherlight-content a:hover {
	text-decoration: none
}

.featherlight .featherlight-inner {
	-webkit-animation: fadein .5s;
	animation: fadein .5s;
	display: block
}

.featherlight button {
	-webkit-appearance: button;
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	overflow: visible;
	text-transform: none
}

.featherlight button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

.featherlight .featherlight-close-icon {
	background-color: transparent;
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21%204.41L19.59%203%2012%2010.59%204.41%203%203%204.41%2010.59%2012%203%2019.59%204.41%2021%2012%2013.41%2019.59%2021%2021%2019.59%2013.41%2012%2021%204.41z%22/%3E%0A%3C/svg%3E);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	border: 0;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: .6;
	overflow: hidden;
	padding: 0;
	position: fixed;
	right: 25px;
	text-align: center;
	text-indent: 100%;
	top: 25px;
	white-space: nowrap;
	width: 30px;
	z-index: 9999
}

.featherlight .featherlight-close-icon:focus,
.featherlight .featherlight-close-icon:hover {
	opacity: 1
}

.featherlight .featherlight-image {
	max-width: 100%
}

.featherlight iframe {
	border: 0
}

[data-featherlight] img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.featherlight-iframe .featherlight-content {
	border-bottom: 0;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
	padding: 0
}

@-webkit-keyframes featherlightLoader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes featherlightLoader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

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

@keyframes fadein {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.featherlight-loading .featherlight-content {
	-webkit-animation: featherlightLoader 1s infinite linear;
	animation: featherlightLoader 1s infinite linear;
	background: 0 0;
	border: 8px solid #909090;
	border-left-color: #fff;
	font-size: 10px
}

.featherlight-loading .featherlight-content,
.featherlight-loading .featherlight-content::after {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	height: 10em;
	width: 10em
}

.featherlight-loading .featherlight-close,
.featherlight-loading .featherlight-inner {
	display: none
}

.featherlight-next,
.featherlight-previous {
	background-color: transparent;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	cursor: pointer;
	display: block;
	height: 60px;
	margin-top: -30px;
	opacity: .4;
	overflow: hidden;
	position: fixed;
	text-indent: 100%;
	top: 50%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 60px
}

.featherlight-next span,
.featherlight-previous span {
	display: none
}

.featherlight-next:focus,
.featherlight-next:hover,
.featherlight-previous:focus,
.featherlight-previous:hover {
	opacity: 1
}

.featherlight-next {
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8.59%2016.59L13.17%2012%208.59%207.41%2010%206l6%206-6%206-1.41-1.41z%22/%3E%0A%3C/svg%3E);
	background-position: 0 0;
	right: 10px
}

.featherlight-previous {
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M15.41%207.41L10.83%2012l4.58%204.59L14%2018l-6-6%206-6%201.41%201.41z%22/%3E%0A%3C/svg%3E);
	background-position: -5px 0;
	left: 10px
}

.featherlight-loading .featherlight-next,
.featherlight-loading .featherlight-previous {
	display: none
}


/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em
}

.fa-xs {
	font-size: .75em
}

.fa-sm {
	font-size: .875em
}

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

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

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

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

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

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

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

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

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

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

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

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0
}

.fa-ul>li {
	position: relative
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit
}

.fa-border {
	border: .08em solid #eee;
	border-radius: .1em;
	padding: .2em .25em .15em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s linear infinite;
	animation: fa-spin 2s linear infinite
}

.fa-pulse {
	-webkit-animation: fa-spin 1s steps(8) infinite;
	animation: fa-spin 1s steps(8) infinite
}

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

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

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

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

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

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

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
	-webkit-filter: none;
	filter: none
}

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

.fa-stack-1x,
.fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%
}

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

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

.fa-inverse {
	color: #fff
}

.fa-500px:before {
	content: "\f26e"
}

.fa-accessible-icon:before {
	content: "\f368"
}

.fa-accusoft:before {
	content: "\f369"
}

.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-freshener:before {
	content: "\f5d0"
}

.fa-airbnb:before {
	content: "\f834"
}

.fa-algolia:before {
	content: "\f36c"
}

.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-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-anchor:before {
	content: "\f13d"
}

.fa-android:before {
	content: "\f17b"
}

.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-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-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-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-arrows-alt-h:before {
	content: "\f337"
}

.fa-arrows-alt-v:before {
	content: "\f338"
}

.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-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-baby:before {
	content: "\f77c"
}

.fa-baby-carriage:before {
	content: "\f77d"
}

.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-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-ban:before {
	content: "\f05e"
}

.fa-band-aid:before {
	content: "\f462"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-bars:before {
	content: "\f0c9"
}

.fa-baseball-ball:before {
	content: "\f433"
}

.fa-basketball-ball:before {
	content: "\f434"
}

.fa-bath:before {
	content: "\f2cd"
}

.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-three-quarters:before {
	content: "\f241"
}

.fa-battle-net:before {
	content: "\f835"
}

.fa-bed:before {
	content: "\f236"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bezier-curve:before {
	content: "\f55b"
}

.fa-bible:before {
	content: "\f647"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-biking:before {
	content: "\f84a"
}

.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-blender:before {
	content: "\f517"
}

.fa-blender-phone:before {
	content: "\f6b6"
}

.fa-blind:before {
	content: "\f29d"
}

.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-bong:before {
	content: "\f55c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-book-dead:before {
	content: "\f6b7"
}

.fa-book-medical:before {
	content: "\f7e6"
}

.fa-book-open:before {
	content: "\f518"
}

.fa-book-reader:before {
	content: "\f5da"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-bootstrap:before {
	content: "\f836"
}

.fa-border-all:before {
	content: "\f84c"
}

.fa-border-none:before {
	content: "\f850"
}

.fa-border-style:before {
	content: "\f853"
}

.fa-bowling-ball:before {
	content: "\f436"
}

.fa-box:before {
	content: "\f466"
}

.fa-box-open:before {
	content: "\f49e"
}

.fa-box-tissue:before {
	content: "\e05b"
}

.fa-boxes:before {
	content: "\f468"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-brain:before {
	content: "\f5dc"
}

.fa-bread-slice:before {
	content: "\f7ec"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-briefcase-medical:before {
	content: "\f469"
}

.fa-broadcast-tower:before {
	content: "\f519"
}

.fa-broom:before {
	content: "\f51a"
}

.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-burn:before {
	content: "\f46a"
}

.fa-buromobelexperte:before {
	content: "\f37f"
}

.fa-bus:before {
	content: "\f207"
}

.fa-bus-alt:before {
	content: "\f55e"
}

.fa-business-time:before {
	content: "\f64a"
}

.fa-buy-n-large:before {
	content: "\f8a6"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-calculator:before {
	content: "\f1ec"
}

.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-minus:before {
	content: "\f272"
}

.fa-calendar-plus:before {
	content: "\f271"
}

.fa-calendar-times:before {
	content: "\f273"
}

.fa-calendar-week:before {
	content: "\f784"
}

.fa-camera:before {
	content: "\f030"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-campground:before {
	content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
	content: "\f785"
}

.fa-candy-cane:before {
	content: "\f786"
}

.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-crash:before {
	content: "\f5e1"
}

.fa-car-side:before {
	content: "\f5e4"
}

.fa-caravan:before {
	content: "\f8ff"
}

.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-cart-arrow-down:before {
	content: "\f218"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cash-register:before {
	content: "\f788"
}

.fa-cat:before {
	content: "\f6be"
}

.fa-cc-amazon-pay:before {
	content: "\f42d"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-apple-pay:before {
	content: "\f416"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-centercode:before {
	content: "\f380"
}

.fa-centos:before {
	content: "\f789"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-chair:before {
	content: "\f6c0"
}

.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-pie:before {
	content: "\f200"
}

.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-chess:before {
	content: "\f439"
}

.fa-chess-bishop:before {
	content: "\f43a"
}

.fa-chess-board:before {
	content: "\f43c"
}

.fa-chess-king:before {
	content: "\f43f"
}

.fa-chess-knight:before {
	content: "\f441"
}

.fa-chess-pawn:before {
	content: "\f443"
}

.fa-chess-queen:before {
	content: "\f445"
}

.fa-chess-rook:before {
	content: "\f447"
}

.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-down:before {
	content: "\f078"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-child:before {
	content: "\f1ae"
}

.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-clinic-medical:before {
	content: "\f7f2"
}

.fa-clipboard:before {
	content: "\f328"
}

.fa-clipboard-check:before {
	content: "\f46c"
}

.fa-clipboard-list:before {
	content: "\f46d"
}

.fa-clock:before {
	content: "\f017"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-closed-captioning:before {
	content: "\f20a"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-cloud-download-alt:before {
	content: "\f381"
}

.fa-cloud-meatball:before {
	content: "\f73b"
}

.fa-cloud-moon:before {
	content: "\f6c3"
}

.fa-cloud-moon-rain:before {
	content: "\f73c"
}

.fa-cloud-rain:before {
	content: "\f73d"
}

.fa-cloud-showers-heavy:before {
	content: "\f740"
}

.fa-cloud-sun:before {
	content: "\f6c4"
}

.fa-cloud-sun-rain:before {
	content: "\f743"
}

.fa-cloud-upload-alt:before {
	content: "\f382"
}

.fa-cloudflare:before {
	content: "\e07d"
}

.fa-cloudscale:before {
	content: "\f383"
}

.fa-cloudsmith:before {
	content: "\f384"
}

.fa-cloudversify:before {
	content: "\f385"
}

.fa-cocktail:before {
	content: "\f561"
}

.fa-code:before {
	content: "\f121"
}

.fa-code-branch:before {
	content: "\f126"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cog:before {
	content: "\f013"
}

.fa-cogs:before {
	content: "\f085"
}

.fa-coins:before {
	content: "\f51e"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-comment:before {
	content: "\f075"
}

.fa-comment-alt:before {
	content: "\f27a"
}

.fa-comment-dollar:before {
	content: "\f651"
}

.fa-comment-dots:before {
	content: "\f4ad"
}

.fa-comment-medical:before {
	content: "\f7f5"
}

.fa-comment-slash:before {
	content: "\f4b3"
}

.fa-comments:before {
	content: "\f086"
}

.fa-comments-dollar:before {
	content: "\f653"
}

.fa-compact-disc:before {
	content: "\f51f"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-compress:before {
	content: "\f066"
}

.fa-compress-alt:before {
	content: "\f422"
}

.fa-compress-arrows-alt:before {
	content: "\f78c"
}

.fa-concierge-bell:before {
	content: "\f562"
}

.fa-confluence:before {
	content: "\f78d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-cookie:before {
	content: "\f563"
}

.fa-cookie-bite:before {
	content: "\f564"
}

.fa-copy:before {
	content: "\f0c5"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-cotton-bureau:before {
	content: "\f89e"
}

.fa-couch:before {
	content: "\f4b8"
}

.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-critical-role:before {
	content: "\f6c9"
}

.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-css3:before {
	content: "\f13c"
}

.fa-css3-alt:before {
	content: "\f38b"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.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-dailymotion:before {
	content: "\e052"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-deaf:before {
	content: "\f2a4"
}

.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-dev:before {
	content: "\f6cc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-dharmachakra:before {
	content: "\f655"
}

.fa-dhl:before {
	content: "\f790"
}

.fa-diagnoses:before {
	content: "\f470"
}

.fa-diaspora:before {
	content: "\f791"
}

.fa-dice:before {
	content: "\f522"
}

.fa-dice-d20:before {
	content: "\f6cf"
}

.fa-dice-d6:before {
	content: "\f6d1"
}

.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-digital-ocean:before {
	content: "\f391"
}

.fa-digital-tachograph:before {
	content: "\f566"
}

.fa-directions:before {
	content: "\f5eb"
}

.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-dochub:before {
	content: "\f394"
}

.fa-docker:before {
	content: "\f395"
}

.fa-dog:before {
	content: "\f6d3"
}

.fa-dollar-sign:before {
	content: "\f155"
}

.fa-dolly:before {
	content: "\f472"
}

.fa-dolly-flatbed:before {
	content: "\f474"
}

.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-polygon:before {
	content: "\f5ee"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-dribbble-square:before {
	content: "\f397"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-drum:before {
	content: "\f569"
}

.fa-drum-steelpan:before {
	content: "\f56a"
}

.fa-drumstick-bite:before {
	content: "\f6d7"
}

.fa-drupal:before {
	content: "\f1a9"
}

.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-earlybirds:before {
	content: "\f39a"
}

.fa-ebay:before {
	content: "\f4f4"
}

.fa-edge:before {
	content: "\f282"
}

.fa-edge-legacy:before {
	content: "\e078"
}

.fa-edit:before {
	content: "\f044"
}

.fa-egg:before {
	content: "\f7fb"
}

.fa-eject:before {
	content: "\f052"
}

.fa-elementor:before {
	content: "\f430"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-ello:before {
	content: "\f5f1"
}

.fa-ember:before {
	content: "\f423"
}

.fa-empire:before {
	content: "\f1d1"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.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-alt:before {
	content: "\f362"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-expand:before {
	content: "\f065"
}

.fa-expand-alt:before {
	content: "\f424"
}

.fa-expand-arrows-alt:before {
	content: "\f31e"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-external-link-alt:before {
	content: "\f35d"
}

.fa-external-link-square-alt:before {
	content: "\f360"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-dropper:before {
	content: "\f1fb"
}

.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-fantasy-flight-games:before {
	content: "\f6dc"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-faucet:before {
	content: "\e005"
}

.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-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-code:before {
	content: "\f1c9"
}

.fa-file-contract:before {
	content: "\f56c"
}

.fa-file-csv:before {
	content: "\f6dd"
}

.fa-file-download:before {
	content: "\f56d"
}

.fa-file-excel:before {
	content: "\f1c3"
}

.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-pdf:before {
	content: "\f1c1"
}

.fa-file-powerpoint:before {
	content: "\f1c4"
}

.fa-file-prescription:before {
	content: "\f572"
}

.fa-file-signature:before {
	content: "\f573"
}

.fa-file-upload:before {
	content: "\f574"
}

.fa-file-video:before {
	content: "\f1c8"
}

.fa-file-word:before {
	content: "\f1c2"
}

.fa-fill:before {
	content: "\f575"
}

.fa-fill-drip:before {
	content: "\f576"
}

.fa-film:before {
	content: "\f008"
}

.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-firefox:before {
	content: "\f269"
}

.fa-firefox-browser:before {
	content: "\e007"
}

.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-fist-raised:before {
	content: "\f6de"
}

.fa-flag:before {
	content: "\f024"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-flag-usa:before {
	content: "\f74d"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-flipboard:before {
	content: "\f44d"
}

.fa-flushed:before {
	content: "\f579"
}

.fa-fly:before {
	content: "\f417"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-minus:before {
	content: "\f65d"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-folder-plus:before {
	content: "\f65e"
}

.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-fonticons:before {
	content: "\f280"
}

.fa-fonticons-fi:before {
	content: "\f3a2"
}

.fa-football-ball:before {
	content: "\f44e"
}

.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-free-code-camp:before {
	content: "\f2c5"
}

.fa-freebsd:before {
	content: "\f3a4"
}

.fa-frog:before {
	content: "\f52e"
}

.fa-frown:before {
	content: "\f119"
}

.fa-frown-open:before {
	content: "\f57a"
}

.fa-fulcrum:before {
	content: "\f50b"
}

.fa-funnel-dollar:before {
	content: "\f662"
}

.fa-futbol:before {
	content: "\f1e3"
}

.fa-galactic-republic:before {
	content: "\f50c"
}

.fa-galactic-senate:before {
	content: "\f50d"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-gas-pump:before {
	content: "\f52f"
}

.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-gifts:before {
	content: "\f79c"
}

.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-cheers:before {
	content: "\f79f"
}

.fa-glass-martini:before {
	content: "\f000"
}

.fa-glass-martini-alt:before {
	content: "\f57b"
}

.fa-glass-whiskey:before {
	content: "\f7a0"
}

.fa-glasses:before {
	content: "\f530"
}

.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-gofore:before {
	content: "\f3a7"
}

.fa-golf-ball:before {
	content: "\f450"
}

.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-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-gulp:before {
	content: "\f3ae"
}

.fa-h-square:before {
	content: "\f0fd"
}

.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-hamsa:before {
	content: "\f665"
}

.fa-hand-holding:before {
	content: "\f4bd"
}

.fa-hand-holding-heart:before {
	content: "\f4be"
}

.fa-hand-holding-medical:before {
	content: "\e05c"
}

.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-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-helping:before {
	content: "\f4c4"
}

.fa-hands-wash:before {
	content: "\e05e"
}

.fa-handshake:before {
	content: "\f2b5"
}

.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-cowboy:before {
	content: "\f8c0"
}

.fa-hat-cowboy-side:before {
	content: "\f8c1"
}

.fa-hat-wizard:before {
	content: "\f6e8"
}

.fa-hdd:before {
	content: "\f0a0"
}

.fa-head-side-cough:before {
	content: "\e061"
}

.fa-head-side-cough-slash:before {
	content: "\e062"
}

.fa-head-side-mask:before {
	content: "\e063"
}

.fa-head-side-virus:before {
	content: "\e064"
}

.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-heartbeat:before {
	content: "\f21e"
}

.fa-helicopter:before {
	content: "\f533"
}

.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-puck:before {
	content: "\f453"
}

.fa-holly-berry:before {
	content: "\f7aa"
}

.fa-home:before {
	content: "\f015"
}

.fa-hooli:before {
	content: "\f427"
}

.fa-hornbill:before {
	content: "\f592"
}

.fa-horse:before {
	content: "\f6f0"
}

.fa-horse-head:before {
	content: "\f7ab"
}

.fa-hospital:before {
	content: "\f0f8"
}

.fa-hospital-alt:before {
	content: "\f47d"
}

.fa-hospital-symbol:before {
	content: "\f47e"
}

.fa-hospital-user:before {
	content: "\f80d"
}

.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-damage:before {
	content: "\f6f1"
}

.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-i-cursor:before {
	content: "\f246"
}

.fa-ice-cream:before {
	content: "\f810"
}

.fa-icicles:before {
	content: "\f7ad"
}

.fa-icons:before {
	content: "\f86d"
}

.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-images:before {
	content: "\f302"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-industry:before {
	content: "\f275"
}

.fa-infinity:before {
	content: "\f534"
}

.fa-info:before {
	content: "\f129"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-innosoft:before {
	content: "\e080"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-instagram-square:before {
	content: "\e055"
}

.fa-instalod:before {
	content: "\e081"
}

.fa-intercom:before {
	content: "\f7af"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-invision:before {
	content: "\f7b0"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-italic:before {
	content: "\f033"
}

.fa-itch-io:before {
	content: "\f83a"
}

.fa-itunes:before {
	content: "\f3b4"
}

.fa-itunes-note:before {
	content: "\f3b5"
}

.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-js:before {
	content: "\f3b8"
}

.fa-js-square:before {
	content: "\f3b9"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-kaaba:before {
	content: "\f66b"
}

.fa-kaggle:before {
	content: "\f5fa"
}

.fa-key:before {
	content: "\f084"
}

.fa-keybase:before {
	content: "\f4f5"
}

.fa-keyboard:before {
	content: "\f11c"
}

.fa-keycdn:before {
	content: "\f3ba"
}

.fa-khanda:before {
	content: "\f66d"
}

.fa-kickstarter:before {
	content: "\f3bb"
}

.fa-kickstarter-k:before {
	content: "\f3bc"
}

.fa-kiss:before {
	content: "\f596"
}

.fa-kiss-beam:before {
	content: "\f597"
}

.fa-kiss-wink-heart:before {
	content: "\f598"
}

.fa-kiwi-bird:before {
	content: "\f535"
}

.fa-korvue:before {
	content: "\f42f"
}

.fa-landmark:before {
	content: "\f66f"
}

.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-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-leaf:before {
	content: "\f06c"
}

.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-alt:before {
	content: "\f3be"
}

.fa-level-up-alt:before {
	content: "\f3bf"
}

.fa-life-ring:before {
	content: "\f1cd"
}

.fa-lightbulb:before {
	content: "\f0eb"
}

.fa-line:before {
	content: "\f3c0"
}

.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-lira-sign:before {
	content: "\f195"
}

.fa-list:before {
	content: "\f03a"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-lock:before {
	content: "\f023"
}

.fa-lock-open:before {
	content: "\f3c1"
}

.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-low-vision:before {
	content: "\f2a8"
}

.fa-luggage-cart:before {
	content: "\f59d"
}

.fa-lungs:before {
	content: "\f604"
}

.fa-lungs-virus:before {
	content: "\e067"
}

.fa-lyft:before {
	content: "\f3c3"
}

.fa-magento:before {
	content: "\f3c4"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-mail-bulk:before {
	content: "\f674"
}

.fa-mailchimp:before {
	content: "\f59e"
}

.fa-male:before {
	content: "\f183"
}

.fa-mandalorian:before {
	content: "\f50f"
}

.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-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-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-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-microscope:before {
	content: "\f610"
}

.fa-microsoft:before {
	content: "\f3ca"
}

.fa-minus:before {
	content: "\f068"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-minus-square:before {
	content: "\f146"
}

.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-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-monument:before {
	content: "\f5a6"
}

.fa-moon:before {
	content: "\f186"
}

.fa-mortar-pestle:before {
	content: "\f5a7"
}

.fa-mosque:before {
	content: "\f678"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-mountain:before {
	content: "\f6fc"
}

.fa-mouse:before {
	content: "\f8cc"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-mug-hot:before {
	content: "\f7b6"
}

.fa-music:before {
	content: "\f001"
}

.fa-napster:before {
	content: "\f3d2"
}

.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-octopus-deploy:before {
	content: "\e082"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-oil-can:before {
	content: "\f613"
}

.fa-old-republic:before {
	content: "\f510"
}

.fa-om:before {
	content: "\f679"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-orcid:before {
	content: "\f8d2"
}

.fa-osi:before {
	content: "\f41a"
}

.fa-otter:before {
	content: "\f700"
}

.fa-outdent:before {
	content: "\f03b"
}

.fa-page4:before {
	content: "\f3d7"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-pager:before {
	content: "\f815"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-paint-roller:before {
	content: "\f5aa"
}

.fa-palette:before {
	content: "\f53f"
}

.fa-palfed:before {
	content: "\f3d8"
}

.fa-pallet:before {
	content: "\f482"
}

.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-parachute-box:before {
	content: "\f4cd"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-parking:before {
	content: "\f540"
}

.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-paypal:before {
	content: "\f1ed"
}

.fa-peace:before {
	content: "\f67c"
}

.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-alt:before {
	content: "\f303"
}

.fa-pencil-ruler:before {
	content: "\f5ae"
}

.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-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-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-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-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-slice:before {
	content: "\f818"
}

.fa-place-of-worship:before {
	content: "\f67f"
}

.fa-plane:before {
	content: "\f072"
}

.fa-plane-arrival:before {
	content: "\f5af"
}

.fa-plane-departure:before {
	content: "\f5b0"
}

.fa-plane-slash:before {
	content: "\e069"
}

.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-square:before {
	content: "\f0fe"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-poll:before {
	content: "\f681"
}

.fa-poll-h:before {
	content: "\f682"
}

.fa-poo:before {
	content: "\f2fe"
}

.fa-poo-storm:before {
	content: "\f75a"
}

.fa-poop:before {
	content: "\f619"
}

.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-print:before {
	content: "\f02f"
}

.fa-procedures:before {
	content: "\f487"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-project-diagram:before {
	content: "\f542"
}

.fa-pump-medical:before {
	content: "\e06a"
}

.fa-pump-soap:before {
	content: "\e06b"
}

.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-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-radiation:before {
	content: "\f7b9"
}

.fa-radiation-alt:before {
	content: "\f7ba"
}

.fa-rainbow:before {
	content: "\f75b"
}

.fa-random:before {
	content: "\f074"
}

.fa-raspberry-pi:before {
	content: "\f7bb"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-react:before {
	content: "\f41b"
}

.fa-reacteurope:before {
	content: "\f75d"
}

.fa-readme:before {
	content: "\f4d5"
}

.fa-rebel:before {
	content: "\f1d0"
}

.fa-receipt:before {
	content: "\f543"
}

.fa-record-vinyl:before {
	content: "\f8d9"
}

.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-registered:before {
	content: "\f25d"
}

.fa-remove-format:before {
	content: "\f87d"
}

.fa-renren:before {
	content: "\f18b"
}

.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-rev:before {
	content: "\f5b2"
}

.fa-ribbon:before {
	content: "\f4d6"
}

.fa-ring:before {
	content: "\f70b"
}

.fa-road:before {
	content: "\f018"
}

.fa-robot:before {
	content: "\f544"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-rocketchat:before {
	content: "\f3e8"
}

.fa-rockrms:before {
	content: "\f3e9"
}

.fa-route:before {
	content: "\f4d7"
}

.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-vertical:before {
	content: "\f548"
}

.fa-running:before {
	content: "\f70c"
}

.fa-rupee-sign:before {
	content: "\f156"
}

.fa-rust:before {
	content: "\e07a"
}

.fa-sad-cry:before {
	content: "\f5b3"
}

.fa-sad-tear:before {
	content: "\f5b4"
}

.fa-safari:before {
	content: "\f267"
}

.fa-salesforce:before {
	content: "\f83b"
}

.fa-sass:before {
	content: "\f41e"
}

.fa-satellite:before {
	content: "\f7bf"
}

.fa-satellite-dish:before {
	content: "\f7c0"
}

.fa-save:before {
	content: "\f0c7"
}

.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-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-server:before {
	content: "\f233"
}

.fa-servicestack:before {
	content: "\f3ec"
}

.fa-shapes:before {
	content: "\f61f"
}

.fa-share:before {
	content: "\f064"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-shekel-sign:before {
	content: "\f20b"
}

.fa-shield-alt:before {
	content: "\f3ed"
}

.fa-shield-virus:before {
	content: "\e06c"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-shipping-fast:before {
	content: "\f48b"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.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-shower:before {
	content: "\f2cc"
}

.fa-shuttle-van:before {
	content: "\f5b6"
}

.fa-sign:before {
	content: "\f4d9"
}

.fa-sign-in-alt:before {
	content: "\f2f6"
}

.fa-sign-language:before {
	content: "\f2a7"
}

.fa-sign-out-alt:before {
	content: "\f2f5"
}

.fa-signal:before {
	content: "\f012"
}

.fa-signature:before {
	content: "\f5b7"
}

.fa-sim-card:before {
	content: "\f7c4"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-sink:before {
	content: "\e06d"
}

.fa-sistrix:before {
	content: "\f3ee"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-sith:before {
	content: "\f512"
}

.fa-skating:before {
	content: "\f7c5"
}

.fa-sketch:before {
	content: "\f7c6"
}

.fa-skiing:before {
	content: "\f7c9"
}

.fa-skiing-nordic:before {
	content: "\f7ca"
}

.fa-skull:before {
	content: "\f54c"
}

.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-sleigh:before {
	content: "\f7cc"
}

.fa-sliders-h:before {
	content: "\f1de"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-smile:before {
	content: "\f118"
}

.fa-smile-beam:before {
	content: "\f5b8"
}

.fa-smile-wink:before {
	content: "\f4da"
}

.fa-smog:before {
	content: "\f75f"
}

.fa-smoking:before {
	content: "\f48d"
}

.fa-smoking-ban:before {
	content: "\f54d"
}

.fa-sms:before {
	content: "\f7cd"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-snowboarding:before {
	content: "\f7ce"
}

.fa-snowflake:before {
	content: "\f2dc"
}

.fa-snowman:before {
	content: "\f7d0"
}

.fa-snowplow:before {
	content: "\f7d2"
}

.fa-soap:before {
	content: "\e06e"
}

.fa-socks:before {
	content: "\f696"
}

.fa-solar-panel:before {
	content: "\f5ba"
}

.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-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-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-up:before {
	content: "\f0de"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-sourcetree:before {
	content: "\f7d3"
}

.fa-spa:before {
	content: "\f5bb"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-speakap:before {
	content: "\f3f3"
}

.fa-speaker-deck:before {
	content: "\f83c"
}

.fa-spell-check:before {
	content: "\f891"
}

.fa-spider:before {
	content: "\f717"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-splotch:before {
	content: "\f5bc"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-spray-can:before {
	content: "\f5bd"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-square-full:before {
	content: "\f45c"
}

.fa-square-root-alt:before {
	content: "\f698"
}

.fa-squarespace:before {
	content: "\f5be"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-stackpath:before {
	content: "\f842"
}

.fa-stamp:before {
	content: "\f5bf"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-and-crescent:before {
	content: "\f699"
}

.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-staylinked:before {
	content: "\f3f5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-steam-symbol:before {
	content: "\f3f6"
}

.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-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-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-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-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-tablets:before {
	content: "\f490"
}

.fa-tachometer-alt:before {
	content: "\f3fd"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-tape:before {
	content: "\f4db"
}

.fa-tasks:before {
	content: "\f0ae"
}

.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-temperature-high:before {
	content: "\f769"
}

.fa-temperature-low:before {
	content: "\f76b"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-tenge:before {
	content: "\f7d7"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-text-height:before {
	content: "\f034"
}

.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-think-peaks:before {
	content: "\f731"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbtack:before {
	content: "\f08d"
}

.fa-ticket-alt:before {
	content: "\f3ff"
}

.fa-tiktok:before {
	content: "\e07b"
}

.fa-times:before {
	content: "\f00d"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-tint:before {
	content: "\f043"
}

.fa-tint-slash:before {
	content: "\f5c7"
}

.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-slash:before {
	content: "\e072"
}

.fa-toolbox:before {
	content: "\f552"
}

.fa-tools:before {
	content: "\f7d9"
}

.fa-tooth:before {
	content: "\f5c9"
}

.fa-torah:before {
	content: "\f6a0"
}

.fa-torii-gate:before {
	content: "\f6a1"
}

.fa-tractor:before {
	content: "\f722"
}

.fa-trade-federation:before {
	content: "\f513"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-traffic-light:before {
	content: "\f637"
}

.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-trash:before {
	content: "\f1f8"
}

.fa-trash-alt:before {
	content: "\f2ed"
}

.fa-trash-restore:before {
	content: "\f829"
}

.fa-trash-restore-alt:before {
	content: "\f82a"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-trello:before {
	content: "\f181"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-truck:before {
	content: "\f0d1"
}

.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-tshirt:before {
	content: "\f553"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-tv:before {
	content: "\f26c"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-typo3:before {
	content: "\f42b"
}

.fa-uber:before {
	content: "\f402"
}

.fa-ubuntu:before {
	content: "\f7df"
}

.fa-uikit:before {
	content: "\f403"
}

.fa-umbraco:before {
	content: "\f8e8"
}

.fa-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-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-user:before {
	content: "\f007"
}

.fa-user-alt:before {
	content: "\f406"
}

.fa-user-alt-slash:before {
	content: "\f4fa"
}

.fa-user-astronaut:before {
	content: "\f4fb"
}

.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-edit:before {
	content: "\f4ff"
}

.fa-user-friends:before {
	content: "\f500"
}

.fa-user-graduate:before {
	content: "\f501"
}

.fa-user-injured:before {
	content: "\f728"
}

.fa-user-lock:before {
	content: "\f502"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-user-minus:before {
	content: "\f503"
}

.fa-user-ninja:before {
	content: "\f504"
}

.fa-user-nurse:before {
	content: "\f82f"
}

.fa-user-plus:before {
	content: "\f234"
}

.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-users:before {
	content: "\f0c0"
}

.fa-users-cog:before {
	content: "\f509"
}

.fa-users-slash:before {
	content: "\e073"
}

.fa-usps:before {
	content: "\f7e1"
}

.fa-ussunnah:before {
	content: "\f407"
}

.fa-utensil-spoon:before {
	content: "\f2e5"
}

.fa-utensils:before {
	content: "\f2e7"
}

.fa-vaadin:before {
	content: "\f408"
}

.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-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-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-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-volleyball-ball:before {
	content: "\f45f"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-mute:before {
	content: "\f6a9"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-vote-yea:before {
	content: "\f772"
}

.fa-vr-cardboard:before {
	content: "\f729"
}

.fa-vuejs:before {
	content: "\f41f"
}

.fa-walking:before {
	content: "\f554"
}

.fa-wallet:before {
	content: "\f555"
}

.fa-warehouse:before {
	content: "\f494"
}

.fa-watchman-monitoring:before {
	content: "\e087"
}

.fa-water:before {
	content: "\f773"
}

.fa-wave-square:before {
	content: "\f83e"
}

.fa-waze:before {
	content: "\f83f"
}

.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-whatsapp:before {
	content: "\f232"
}

.fa-whatsapp-square:before {
	content: "\f40c"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-whmcs:before {
	content: "\f40d"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-wind:before {
	content: "\f72e"
}

.fa-window-close:before {
	content: "\f410"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-windows:before {
	content: "\f17a"
}

.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-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 Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url(../../../../plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);
	src: url(//dannci.wpmasters.org/citygov/modern/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//dannci.wpmasters.org/citygov/modern/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.woff2) format("woff2"), url(//dannci.wpmasters.org/citygov/modern/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.woff) format("woff"), url(//dannci.wpmasters.org/citygov/modern/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.ttf) format("truetype"), url(//dannci.wpmasters.org/citygov/modern/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.fas {
	font-family: "Font Awesome 5 Free";
	font-weight: 900
}

a.event_button {
	border-width: 1px !important;
	border-color: rgba(204, 204, 204, .2) !important;
	border-style: solid !important
}

#bottombar p,
.nav li a .menu-item-description,
#add-nav>li>a {
	font-size: 13px !important
}

.submit.wp-block-button__link {
	border-radius: 0 !important
}

.site_wrapper {
	background-color: #f7f7f7
}

.site_wrapper {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0
}

body,
input,
button,
select,
#wpmem_reg fieldset,
#wpmem_login fieldset,
fieldset .give-final-total-amount {
	font-family: Jost;
	font-weight: 400;
	font-style: normal;
	color: #232323;
	font-size: 19px;
	font-display: swap
}

.wrapper,
.postbar {
	background-color: #fff
}

.ghost,
.single .give-goal-progress,
.sidebar_item,
#comments .navigation a,
a.page-numbers,
.page-numbers.dots {
	background-color: #f7f7f7
}

a,
.events-table h3 a {
	color: #222
}

a:hover,
.events-table h3 a:hover {
	color: #c95d5d
}

a:active,
.events-table h3 a:active {
	color: #000
}

.entry a,
.events-table h3 a:hover {
	color: #e8816e
}

.events-table h3 a:hover {
	border-color: #e8816e
}

.entry p a:hover {
	background-color: #c95d5d
}

.p-border,
.sidebar_item,
.give-goal-progress,
.meta,
h3#reply-title,
.tagcloud a,
.taggs a,
.page-numbers,
input,
textarea,
select,
.nav_item a,
.tp_recent_tweets ul li,
.page-link a span,
.post-pagination>p a {
	border-color: #eaeaea
}

#sidebar,
.post-pagination span {
	color: #333
}

.widgetable a {
	color: #000
}

.container_head,
.header_fullwidth #header,
.header_transparent #header.scrolled {
/*	background-color: #0d3e5c;*/
		background-color:#047c0c;
}

#titles {
	background-color: #0d3e5c
}

#header h1 a {
	color: #fff
}

.nav>li>a,
.bottomnav p {
	font-family: Jost;
	font-weight: 600;
	font-style: normal;
	color: #ffffff;
	font-size: 19px;
	font-display: swap
}

.nav li.current-menu-item>a,
.nav>li>a:hover,
#main-nav li.current-menu-ancestor>a {
	border-color: #f65219
}

.nav li ul {
	background-color: #047c0c
}

.nav>li>ul:after,
.nav>li.mega:hover:after {
	border-left-color: #047c0c
}

body.rtl .nav>li>ul:after,
body.rtl .nav>li.mega:hover:after {
	border-right-color: #047c0c
}

.nav ul li>a,
.topnav .menu_label,
.topnav .social-menu span {
	font-family: Jost;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	font-size: 14px;
	font-display: swap
}

#main-nav>li.special>a {
	background-color: #f95f39
}

#main-nav>li.special>a,
#main-nav .special a i {
	color: #ffffff
}

#bottombar {
	background-color: #f9f9f9
}

#bottombar p,
#bottombar a,
#bottombar span,
#bottombar a:hover {
	color: #222
}

#titles,
p.menu_label {
	width: 160px
	/*width: 500px;
    height: 67px;*/
}

#titles .logo {
	/*margin-top: 22px;*/
	margin-top:0px;
	margin-bottom: 2px
}

#navigation {
	/*padding-top: 6px;*/
		padding-top: 0px;
	padding-bottom: 0
}

#footer,
#footer .searchform input.s,
.footop-right {
	/*background-color: #383838*/
	background-color:#0d3e5c
}

#footer p,
#footer {
	color: #fff
}

#footer a,
#footer h2,
#footer h3,
#footer h4,
#footer .meta,
#footer .meta a,
#footer .searchform input.s {
	color: #fff
}

#footer a:hover {
	color: #f65219
}

#footer li.cat-item,
.footer-logo,
#copyright,
#footer .tagcloud a,
#footer .tp_recent_tweets ul li,
#footer .p-border,
#footer .searchform input.s,
#footer input,
#footer .landing-section {
	border-color: #565656
}

.footop {
	background-color: #f65219
}

#footop h2,
#footop a,
#foo-spec {
	color: #fff
}

h1 {
	font-family: Jost;
	font-weight: 700;
	font-style: normal;
	color: #000;
	font-size: 26px;
	font-display: swap
}

h1.entry-title,
h1.archiv,
.eleslideinside h1,
.eleslideinside h2 {
	font-family: Jost;
	font-weight: 700;
	font-style: normal;
	color: #222;
	font-size: 80px;
	font-display: swap
}

h2.posttitle {
	font-family: Jost;
	font-weight: 700;
	font-style: normal;
	color: #222;
	font-size: 43px;
	font-display: swap
}

h2,
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
	font-family: Jost;
	font-weight: 600;
	font-style: normal;
	color: #222;
	font-size: 26px;
	font-display: swap
}

h3,
.format-quote .teaser,
#wpmem_reg legend,
#wpmem_login legend,
.give-goal-progress {
	font-family: Jost;
	font-weight: 600;
	font-style: normal;
	color: #222;
	font-size: 23px;
	font-display: swap
}

h4,
.tptn_posts_widget li:before,
.sidebar_item .menu>li>a {
	font-family: Jost;
	font-weight: 600;
	font-style: normal;
	color: #222;
	font-size: 19px;
	font-display: swap
}

h5,
.comment-author cite,
.tab-post h4,
.tptn_title,
.submit,
.nav-previous a,
#comments .reply a,
.post-pagination,
.mc4wp-form input,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.tmnf_events_widget a,
.post-nav-text,
a.event_button,
.give-btn {
	font-family: Jost;
	font-weight: 600;
	font-style: normal;
	color: #000;
	font-size: 19px;
	font-display: swap
}

h6,
.su-button span,
.owl-nav>div,
.awesome-weather-wrap {
	font-family: Jost;
	font-weight: 500;
	font-style: normal;
	color: #000;
	font-size: 14px;
	font-display: swap
}

.meta,
.meta a,
.crumb {
	font-family: Poppins;
	font-weight: 500;
	font-style: normal;
	color: #686868;
	font-size: 11px;
	font-display: swap
}

a.searchSubmit,
.ribbon,
.cat_nr,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce input.button,
#respond #submit,
.page-numbers.current,
a.mainbutton,
#submit,
#comments .navigation a,
.tagssingle a,
.contact-form .submit,
a.comment-reply-link,
.dekoline:before,
.eleslideinside h2:before,
.item_inn:before,
.meta_more a,
.owl-nav>div,
.page-link>span,
.button_div input,
button.give-btn-reveal,
.give-btn-modal,
.give-submit.give-btn {
	background-color: #047c0c
}

input.button,
button.submit,
#sidebar ul.menu a:hover,
#sidebar ul.menu .current-menu-item>a,
.page-link>span {
	border-color: #047c0c
}

.main-breadcrumbs span:after {
	color: #f65219
}

a.searchSubmit,
.ribbon,
.ribbon a,
.ribbon p,
#footer .ribbon,
.cat_nr,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
.woocommerce a.button,
.woocommerce button.button.alt,
.woocommerce button.button,
.woocommerce input.button,
#comments .reply a,
#respond #submit,
#footer a.mainbutton,
a.mainbutton,
.tmnf_icon,
a.mainbutton,
#submit,
#comments .navigation a,
.tagssingle a,
.mc4wp-form input[type=submit],
a.comment-reply-link,
.page-numbers.current,
.meta_more a,
.owl-next:before,
.owl-prev:before,
.page-link>span,
.button_div input,
button.give-btn-reveal,
.give-btn-modal,
.give-submit.give-btn {
	color: #fff
}

a.searchSubmit:hover,
.ribbon:hover,
a.mainbutton:hover,
.entry a.ribbon:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce input.button:hover,
.meta_more a:hover,
.owl-nav>div:hover,
#main-nav>li.special>a:hover,
button.give-btn-reveal:hover,
.give-btn-modal:hover,
.give-submit.give-btn:hover,
.wpcf7-submit,
.give-btn.give-default-level {
	background-color: #fcc437
}

input.button:hover,
button.submit:hover {
	border-color: #fcc437
}

#footer a.mainbutton:hover,
.ribbon:hover,
.ribbon:hover a,
.ribbon a:hover,
.entry a.ribbon:hover,
a.mainbutton:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.meta_more a:hover,
.owl-next:hover:before,
.owl-prev:hover:before,
#main-nav>li.special>a:hover,
button.give-btn-reveal:hover,
.give-btn-modal:hover,
.give-submit.give-btn:hover,
.wpcf7-submit,
.give-btn.give-default-level {
	color: #000
}

.imgwrap,
.post-nav-image,
.page-header {
	background-color: #1e1e1e
}

.page-header,
.page-header a,
.page-header h1,
.page-header h2,
.main-breadcrumbs span {
	color: #fff
}

.w3eden .fetfont,
.w3eden .btn,
.w3eden .btn.wpdm-front h3.title,
.w3eden .wpdm-social-lock-box .IN-widget a span:last-child,
.w3eden #xfilelist .panel-heading,
.w3eden .wpdm-frontend-tabs a,
.w3eden .alert:before,
.w3eden .panel .panel-heading,
.w3eden .discount-msg,
.w3eden .panel.dashboard-panel h3,
.w3eden #wpdm-dashboard-sidebar .list-group-item,
.w3eden #package-description .wp-switch-editor,
.w3eden .w3eden.author-dashbboard .nav.nav-tabs li a,
.w3eden .wpdm_cart thead th,
.w3eden #csp .list-group-item,
.w3eden .modal-title {
	font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	text-transform: uppercase;
	font-weight: 700
}

.w3eden #csp .list-group-item {
	text-transform: unset
}


/* WPDM Link Template Styles */

:root {
	--color-primary: #f76547;
	--color-primary-rgb: 247, 101, 71;
	--color-primary-hover: #4a8eff;
	--color-primary-active: #4a8eff;
	--color-secondary: #6c757d;
	--color-secondary-rgb: 108, 117, 125;
	--color-secondary-hover: #6c757d;
	--color-secondary-active: #6c757d;
	--color-success: #18ce0f;
	--color-success-rgb: 24, 206, 15;
	--color-success-hover: #18ce0f;
	--color-success-active: #18ce0f;
	--color-info: #2ca8ff;
	--color-info-rgb: 44, 168, 255;
	--color-info-hover: #2ca8ff;
	--color-info-active: #2ca8ff;
	--color-warning: #ffb236;
	--color-warning-rgb: 255, 178, 54;
	--color-warning-hover: #ffb236;
	--color-warning-active: #ffb236;
	--color-danger: #ff5062;
	--color-danger-rgb: 255, 80, 98;
	--color-danger-hover: #ff5062;
	--color-danger-active: #ff5062;
	--color-green: #30b570;
	--color-blue: #0073ff;
	--color-purple: #8557d3;
	--color-red: #ff5062;
	--color-muted: rgba(69, 89, 122, .6);
	--wpdm-font: &quot;
	Rubik&quot;
	,
	-apple-system,
	BlinkMacSystemFont,
	"Segoe UI",
	Roboto,
	Helvetica,
	Arial,
	sans-serif,
	"Apple Color Emoji",
	"Segoe UI Emoji",
	"Segoe UI Symbol"
}

.wpdm-download-link.btn.btn-primary.btn-sm {
	border-radius: 4px
}

@keyframes bounce {
	20%,
	53%,
	80%,
	from,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
		animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		transform: translate3d(0, -4px, 0)
	}
}

.bounce {
	animation-name: bounce;
	transform-origin: center bottom
}

@keyframes flash {
	50%,
	from,
	to {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

.flash {
	animation-name: flash
}

@keyframes pulse {
	from,
	to {
		transform: scale3d(1, 1, 1)
	}
	50% {
		transform: scale3d(1.05, 1.05, 1.05)
	}
}

.pulse {
	animation-name: pulse
}

@keyframes rubberBand {
	from,
	to {
		transform: scale3d(1, 1, 1)
	}
	30% {
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		transform: scale3d(1.05, .95, 1)
	}
}

.rubberBand {
	animation-name: rubberBand
}

@keyframes shake {
	from,
	to {
		transform: translate3d(0, 0, 0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translate3d(-10px, 0, 0)
	}
	20%,
	40%,
	60%,
	80% {
		transform: translate3d(10px, 0, 0)
	}
}

.shake {
	animation-name: shake
}

@keyframes headShake {
	0% {
		transform: translateX(0)
	}
	6.5% {
		transform: translateX(-6px) rotateY(-9deg)
	}
	18.5% {
		transform: translateX(5px) rotateY(7deg)
	}
	31.5% {
		transform: translateX(-3px) rotateY(-5deg)
	}
	43.5% {
		transform: translateX(2px) rotateY(3deg)
	}
	50% {
		transform: translateX(0)
	}
}

.headShake {
	animation-timing-function: ease-in-out;
	animation-name: headShake
}

@keyframes swing {
	20% {
		transform: rotate3d(0, 0, 1, 15deg)
	}
	40% {
		transform: rotate3d(0, 0, 1, -10deg)
	}
	60% {
		transform: rotate3d(0, 0, 1, 5deg)
	}
	80% {
		transform: rotate3d(0, 0, 1, -5deg)
	}
	to {
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

.swing {
	transform-origin: top center;
	animation-name: swing
}

@keyframes tada {
	from,
	to {
		transform: scale3d(1, 1, 1)
	}
	10%,
	20% {
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}
	30%,
	50%,
	70%,
	90% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}
	40%,
	60%,
	80% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}
}

.tada {
	animation-name: tada
}

@keyframes wobble {
	from,
	to {
		transform: none
	}
	15% {
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}
	30% {
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}
	45% {
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}
	60% {
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}
	75% {
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}
}

.wobble {
	animation-name: wobble
}

@keyframes jello {
	11.1%,
	from,
	to {
		transform: none
	}
	22.2% {
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}
	77.7% {
		transform: skewX(.390625deg) skewY(.390625deg)
	}
	88.8% {
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

.jello {
	animation-name: jello;
	transform-origin: center
}

@keyframes bounceIn {
	20%,
	40%,
	60%,
	80%,
	from,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}
	20% {
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		transform: scale3d(1, 1, 1)
	}
}

.bounceIn {
	animation-name: bounceIn
}

@keyframes bounceInDown {
	60%,
	75%,
	90%,
	from,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0)
	}
	75% {
		transform: translate3d(0, -10px, 0)
	}
	90% {
		transform: translate3d(0, 5px, 0)
	}
	to {
		transform: none
	}
}

.bounceInDown {
	animation-name: bounceInDown
}

@keyframes bounceInLeft {
	60%,
	75%,
	90%,
	from,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0)
	}
	75% {
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		transform: translate3d(5px, 0, 0)
	}
	to {
		transform: none
	}
}

.bounceInLeft {
	animation-name: bounceInLeft
}

@keyframes bounceInRight {
	60%,
	75%,
	90%,
	from,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		transform: translate3d(10px, 0, 0)
	}
	90% {
		transform: translate3d(-5px, 0, 0)
	}
	to {
		transform: none
	}
}

.bounceInRight {
	animation-name: bounceInRight
}

@keyframes bounceInUp {
	60%,
	75%,
	90%,
	from,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		transform: translate3d(0, -20px, 0)
	}
	75% {
		transform: translate3d(0, 10px, 0)
	}
	90% {
		transform: translate3d(0, -5px, 0)
	}
	to {
		transform: translate3d(0, 0, 0)
	}
}

.bounceInUp {
	animation-name: bounceInUp
}

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

.fadeIn {
	animation-name: fadeIn
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}

.fadeInDown {
	animation-name: fadeInDown
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}

.fadeInLeft {
	animation-name: fadeInLeft
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}

.fadeInRight {
	animation-name: fadeInRight
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}

.fadeInUp {
	animation-name: fadeInUp
}

@keyframes lightSpeedIn {
	from {
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
	60% {
		transform: skewX(20deg);
		opacity: 1
	}
	80% {
		transform: skewX(-5deg);
		opacity: 1
	}
	to {
		transform: none;
		opacity: 1
	}
}

.lightSpeedIn {
	animation-name: lightSpeedIn;
	animation-timing-function: ease-out
}

@keyframes rotateIn {
	from {
		transform-origin: center;
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}
	to {
		transform-origin: center;
		transform: none;
		opacity: 1
	}
}

.rotateIn {
	animation-name: rotateIn
}

@keyframes rotateInDownLeft {
	from {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1
	}
}

.rotateInDownLeft {
	animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
	from {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1
	}
}

.rotateInDownRight {
	animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
	from {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1
	}
}

.rotateInUpLeft {
	animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
	from {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}
	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1
	}
}

.rotateInUpRight {
	animation-name: rotateInUpRight
}

@keyframes rollIn {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}
	to {
		opacity: 1;
		transform: none
	}
}

.rollIn {
	animation-name: rollIn
}

@keyframes zoomIn {
	from {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}

.zoomIn {
	animation-name: zoomIn
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInDown {
	animation-name: zoomInDown
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInLeft {
	animation-name: zoomInLeft
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInRight {
	animation-name: zoomInRight
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInUp {
	animation-name: zoomInUp
}

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

.slideInDown {
	animation-name: slideInDown
}

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

.slideInLeft {
	animation-name: slideInLeft
}

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

.slideInRight {
	animation-name: slideInRight
}

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

.slideInUp {
	animation-name: slideInUp
}

.elementor-animation-grow {
	transition-duration: .3s;
	transition-property: transform
}

.elementor-animation-grow:active,
.elementor-animation-grow:focus,
.elementor-animation-grow:hover {
	transform: scale(1.1)
}

.elementor-animation-shrink {
	transition-duration: .3s;
	transition-property: transform
}

.elementor-animation-shrink:active,
.elementor-animation-shrink:focus,
.elementor-animation-shrink:hover {
	transform: scale(0.9)
}

@keyframes elementor-animation-pulse {
	25% {
		transform: scale(1.1)
	}
	75% {
		transform: scale(0.9)
	}
}

.elementor-animation-pulse:active,
.elementor-animation-pulse:focus,
.elementor-animation-pulse:hover {
	animation-name: elementor-animation-pulse;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite
}

@keyframes elementor-animation-pulse-grow {
	to {
		transform: scale(1.1)
	}
}

.elementor-animation-pulse-grow:active,
.elementor-animation-pulse-grow:focus,
.elementor-animation-pulse-grow:hover {
	animation-name: elementor-animation-pulse-grow;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate
}

@keyframes elementor-animation-pulse-shrink {
	to {
		transform: scale(0.9)
	}
}

.elementor-animation-pulse-shrink:active,
.elementor-animation-pulse-shrink:focus,
.elementor-animation-pulse-shrink:hover {
	animation-name: elementor-animation-pulse-shrink;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate
}

@keyframes elementor-animation-push {
	50% {
		transform: scale(0.8)
	}
	100% {
		transform: scale(1)
	}
}

.elementor-animation-push:active,
.elementor-animation-push:focus,
.elementor-animation-push:hover {
	animation-name: elementor-animation-push;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: 1
}

@keyframes elementor-animation-pop {
	50% {
		transform: scale(1.2)
	}
}

.elementor-animation-pop:active,
.elementor-animation-pop:focus,
.elementor-animation-pop:hover {
	animation-name: elementor-animation-pop;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: 1
}

.elementor-animation-bounce-in {
	transition-duration: .5s
}

.elementor-animation-bounce-in:active,
.elementor-animation-bounce-in:focus,
.elementor-animation-bounce-in:hover {
	transform: scale(1.2);
	transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36)
}

.elementor-animation-bounce-out {
	transition-duration: .5s
}

.elementor-animation-bounce-out:active,
.elementor-animation-bounce-out:focus,
.elementor-animation-bounce-out:hover {
	transform: scale(0.8);
	transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36)
}

.elementor-animation-rotate {
	transition-duration: .3s;
	transition-property: transform
}

.elementor-animation-rotate:active,
.elementor-animation-rotate:focus,
.elementor-animation-rotate:hover {
	transform: rotate(4deg)
}

.elementor-animation-grow-rotate {
	transition-duration: .3s;
	transition-property: transform
}

.elementor-animation-grow-rotate:active,
.elementor-animation-grow-rotate:focus,
.elementor-animation-grow-rotate:hover {
	transform: scale(1.1) rotate(4deg)
}

.elementor-animation-float {
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out
}

.elementor-animation-float:active,
.elementor-animation-float:focus,
.elementor-animation-float:hover {
	transform: translateY(-8px)
}

.elementor-animation-sink {
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out
}

.elementor-animation-sink:active,
.elementor-animation-sink:focus,
.elementor-animation-sink:hover {
	transform: translateY(8px)
}

@keyframes elementor-animation-bob {
	0% {
		transform: translateY(-8px)
	}
	50% {
		transform: translateY(-4px)
	}
	100% {
		transform: translateY(-8px)
	}
}

@keyframes elementor-animation-bob-float {
	100% {
		transform: translateY(-8px)
	}
}

.elementor-animation-bob:active,
.elementor-animation-bob:focus,
.elementor-animation-bob:hover {
	animation-name: elementor-animation-bob-float, elementor-animation-bob;
	animation-duration: .3s, 1.5s;
	animation-delay: 0s, .3s;
	animation-timing-function: ease-out, ease-in-out;
	animation-iteration-count: 1, infinite;
	animation-fill-mode: forwards;
	animation-direction: normal, alternate
}

@keyframes elementor-animation-hang {
	0% {
		transform: translateY(8px)
	}
	50% {
		transform: translateY(4px)
	}
	100% {
		transform: translateY(8px)
	}
}

@keyframes elementor-animation-hang-sink {
	100% {
		transform: translateY(8px)
	}
}

.elementor-animation-hang:active,
.elementor-animation-hang:focus,
.elementor-animation-hang:hover {
	animation-name: elementor-animation-hang-sink, elementor-animation-hang;
	animation-duration: .3s, 1.5s;
	animation-delay: 0s, .3s;
	animation-timing-function: ease-out, ease-in-out;
	animation-iteration-count: 1, infinite;
	animation-fill-mode: forwards;
	animation-direction: normal, alternate
}

.elementor-animation-skew {
	transition-duration: .3s;
	transition-property: transform
}

.elementor-animation-skew:active,
.elementor-animation-skew:focus,
.elementor-animation-skew:hover {
	transform: skew(-10deg)
}

.elementor-animation-skew-forward {
	transition-duration: .3s;
	transition-property: transform;
	transform-origin: 0 100%
}

.elementor-animation-skew-forward:active,
.elementor-animation-skew-forward:focus,
.elementor-animation-skew-forward:hover {
	transform: skew(-10deg)
}

.elementor-animation-skew-backward {
	transition-duration: .3s;
	transition-property: transform;
	transform-origin: 0 100%
}

.elementor-animation-skew-backward:active,
.elementor-animation-skew-backward:focus,
.elementor-animation-skew-backward:hover {
	transform: skew(10deg)
}

@keyframes elementor-animation-wobble-vertical {
	16.65% {
		transform: translateY(8px)
	}
	33.3% {
		transform: translateY(-6px)
	}
	49.95% {
		transform: translateY(4px)
	}
	66.6% {
		transform: translateY(-2px)
	}
	83.25% {
		transform: translateY(1px)
	}
	100% {
		transform: translateY(0)
	}
}

.elementor-animation-wobble-vertical:active,
.elementor-animation-wobble-vertical:focus,
.elementor-animation-wobble-vertical:hover {
	animation-name: elementor-animation-wobble-vertical;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-horizontal {
	16.65% {
		transform: translateX(8px)
	}
	33.3% {
		transform: translateX(-6px)
	}
	49.95% {
		transform: translateX(4px)
	}
	66.6% {
		transform: translateX(-2px)
	}
	83.25% {
		transform: translateX(1px)
	}
	100% {
		transform: translateX(0)
	}
}

.elementor-animation-wobble-horizontal:active,
.elementor-animation-wobble-horizontal:focus,
.elementor-animation-wobble-horizontal:hover {
	animation-name: elementor-animation-wobble-horizontal;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-bottom-right {
	16.65% {
		transform: translate(8px, 8px)
	}
	33.3% {
		transform: translate(-6px, -6px)
	}
	49.95% {
		transform: translate(4px, 4px)
	}
	66.6% {
		transform: translate(-2px, -2px)
	}
	83.25% {
		transform: translate(1px, 1px)
	}
	100% {
		transform: translate(0, 0)
	}
}

.elementor-animation-wobble-to-bottom-right:active,
.elementor-animation-wobble-to-bottom-right:focus,
.elementor-animation-wobble-to-bottom-right:hover {
	animation-name: elementor-animation-wobble-to-bottom-right;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-top-right {
	16.65% {
		transform: translate(8px, -8px)
	}
	33.3% {
		transform: translate(-6px, 6px)
	}
	49.95% {
		transform: translate(4px, -4px)
	}
	66.6% {
		transform: translate(-2px, 2px)
	}
	83.25% {
		transform: translate(1px, -1px)
	}
	100% {
		transform: translate(0, 0)
	}
}

.elementor-animation-wobble-to-top-right:active,
.elementor-animation-wobble-to-top-right:focus,
.elementor-animation-wobble-to-top-right:hover {
	animation-name: elementor-animation-wobble-to-top-right;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-top {
	16.65% {
		transform: skew(-12deg)
	}
	33.3% {
		transform: skew(10deg)
	}
	49.95% {
		transform: skew(-6deg)
	}
	66.6% {
		transform: skew(4deg)
	}
	83.25% {
		transform: skew(-2deg)
	}
	100% {
		transform: skew(0)
	}
}

.elementor-animation-wobble-top {
	transform-origin: 0 100%
}

.elementor-animation-wobble-top:active,
.elementor-animation-wobble-top:focus,
.elementor-animation-wobble-top:hover {
	animation-name: elementor-animation-wobble-top;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-bottom {
	16.65% {
		transform: skew(-12deg)
	}
	33.3% {
		transform: skew(10deg)
	}
	49.95% {
		transform: skew(-6deg)
	}
	66.6% {
		transform: skew(4deg)
	}
	83.25% {
		transform: skew(-2deg)
	}
	100% {
		transform: skew(0)
	}
}

.elementor-animation-wobble-bottom {
	transform-origin: 100% 0
}

.elementor-animation-wobble-bottom:active,
.elementor-animation-wobble-bottom:focus,
.elementor-animation-wobble-bottom:hover {
	animation-name: elementor-animation-wobble-bottom;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-skew {
	16.65% {
		transform: skew(-12deg)
	}
	33.3% {
		transform: skew(10deg)
	}
	49.95% {
		transform: skew(-6deg)
	}
	66.6% {
		transform: skew(4deg)
	}
	83.25% {
		transform: skew(-2deg)
	}
	100% {
		transform: skew(0)
	}
}

.elementor-animation-wobble-skew:active,
.elementor-animation-wobble-skew:focus,
.elementor-animation-wobble-skew:hover {
	animation-name: elementor-animation-wobble-skew;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-buzz {
	50% {
		transform: translateX(3px) rotate(2deg)
	}
	100% {
		transform: translateX(-3px) rotate(-2deg)
	}
}

.elementor-animation-buzz:active,
.elementor-animation-buzz:focus,
.elementor-animation-buzz:hover {
	animation-name: elementor-animation-buzz;
	animation-duration: .15s;
	animation-timing-function: linear;
	animation-iteration-count: infinite
}

@keyframes elementor-animation-buzz-out {
	10% {
		transform: translateX(3px) rotate(2deg)
	}
	20% {
		transform: translateX(-3px) rotate(-2deg)
	}
	30% {
		transform: translateX(3px) rotate(2deg)
	}
	40% {
		transform: translateX(-3px) rotate(-2deg)
	}
	50% {
		transform: translateX(2px) rotate(1deg)
	}
	60% {
		transform: translateX(-2px) rotate(-1deg)
	}
	70% {
		transform: translateX(2px) rotate(1deg)
	}
	80% {
		transform: translateX(-2px) rotate(-1deg)
	}
	90% {
		transform: translateX(1px) rotate(0)
	}
	100% {
		transform: translateX(-1px) rotate(0)
	}
}

.elementor-animation-buzz-out:active,
.elementor-animation-buzz-out:focus,
.elementor-animation-buzz-out:hover {
	animation-name: elementor-animation-buzz-out;
	animation-duration: .75s;
	animation-timing-function: linear;
	animation-iteration-count: 1
}


